Skip to content
Snippets Groups Projects
  • Tim Wiederhake's avatar
    ae20e79a
    Python: Use correct ptid in btrace recording · ae20e79a
    Tim Wiederhake authored
    The user would always get the instruction_history and function_call_history
    objects of the current thread, not the thread for which the gdb.Record object
    was created.
    
    The attached testcase fails without this patch and passes with the patch.
    ae20e79a
    History
    Python: Use correct ptid in btrace recording
    Tim Wiederhake authored
    The user would always get the instruction_history and function_call_history
    objects of the current thread, not the thread for which the gdb.Record object
    was created.
    
    The attached testcase fails without this patch and passes with the patch.