unit tests now check for uncollectable-object (gc.garbage)

This commit is contained in:
Clement Rouault
2017-04-26 11:07:52 +02:00
parent be5cbe2631
commit feb76b48c3
9 changed files with 115 additions and 22 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ TODO:
- Test !! (bp, BP_HX, bp on only on process, bp_hx on only one thread..)
- test breakpoint with specific target
-Debugger
- Rethink/adapt Debugger._explicit_single_step
Does not handle case where EEFlags.TF was by the debugge before trigering the exception
Should set the flag explicitly in single_step ? and not just use EEFlags.TF ?
- Does not handle case where EEFlags.TF was by the debugge before trigering the exception
- Should set the flag explicitly in single_step ? and not just use EEFlags.TF ?
- _handle_load_dll
- error in keys of 'self._module_by_process[self.current_process.pid]'
- if I have a ntdll32 and ntdll64: both would have the same name in the list..