eclipse-cdt-cloud / cdt-gdb-adapter

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

Fix windows multithread cases #195

Closed jonahgraham closed 2 years ago

jonahgraham commented 2 years ago

Follow on work for #28 this fixes errors identified that affects Windows only, including most critically making sure the thread/frame is specified to -var-create.

The multithread test, which access variables on different threads and frames verifies the var create is done on the correct thread/frame.

jonahgraham commented 2 years ago

@quyettrinhrvc can you review this too?

jonahgraham commented 2 years ago

@quyettrinhrvc can you review this too?

If you have any feedback we can handle it in subsequent commits now.