eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
27 stars 40 forks source link

Add threadId and FrameId as optional parameters #326

Open WyoTwT opened 2 months ago

WyoTwT commented 2 months ago

The GDB MI commands can take a threadId and frameId if specified so add that capability as an optional parameter to support future thread-specific functionality.