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.
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.
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