mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-24 00:42:28 +03:00
Add some extra tracing to 'identifyFunction'
This commit is contained in:
parent
65c940e334
commit
48ba00870d
@ -23,7 +23,8 @@ identifyCall :: MC.ArchConstraints ppc
|
||||
-> MC.RegState (MC.ArchReg ppc) (MC.Value ppc ids)
|
||||
-> Maybe (Seq.Seq (MC.Stmt ppc ids), MC.ArchSegmentOff ppc)
|
||||
identifyCall _ mem stmts rs = trace ("identifyCall:\n\n" ++
|
||||
intercalate "\n" (map show stmts))
|
||||
intercalate "\n" (map show stmts)) $
|
||||
trace ("reg state = " ++ show rs) $
|
||||
Nothing
|
||||
|
||||
identifyReturn :: (PPCArchConstraints ppc)
|
||||
|
Loading…
Reference in New Issue
Block a user