microsoft / MIEngine

The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818 stars 218 forks source link

MIEngine: Convert TargetId to string #1459

Open intel-rganesh opened 4 months ago

intel-rganesh commented 4 months ago

Convert TargetId field to string and remove all parsing logic. This way, the unique global ID is stored in Id and target specific target-id is stored in its string format. Stopped events fetch global ID for thread identification.

This fix should also address issue 1448.

Signed-off-by: intel-rganesh rakesh.ganesh@intel.com