DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.45k stars 263 forks source link

fill in all arg info for drsyscall arg iterator #1089

Open derekbruening opened 10 years ago

derekbruening commented 10 years ago

From bruen...@google.com on November 29, 2012 12:30:53

for issue #822 I'm implementing the memarg iterator, which is what the drmemory tables have. I'm also going to add HANDLE info. but the rest of the arg info will require augmenting the tables substantially, which I'm splitting out as a separate issue.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=1089

derekbruening commented 10 years ago

From bruen...@google.com on November 29, 2012 09:31:43

Labels: Component-Framework

derekbruening commented 10 years ago

From bruen...@google.com on March 13, 2013 07:52:47

xref issue #566 ntoskrnl through XP had the inlined arg and non-complex-type memarg types were added in series of commits: r1179 , r1180 , r1181 , r1183 , r1184 , r1185

derekbruening commented 10 years ago

From SDenbo...@gmail.com on April 12, 2013 15:11:06

Owner: SDenbo...@gmail.com