Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Cygwin gdb refuses to be killed

Hi Virender,
 
we are developping for a solution where the gdbserver runs on an x86 based, Siemens proprietary OS while gdb is running locally on Windows / Cygwin. We are creating our own launch configuration type for this. So I think your asessment is correct, the scenario is not relevant for your usecase.
 
And yes, we are not killing a remote process, the local gdb process is killed (does not work, though).
 
 
Thanks for your feedback.
 
 
Norbert


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Kumar, Virender
Gesendet: Donnerstag, 21. Dezember 2006 14:13
An: CDT General developers list.
Betreff: RE: [cdt-dev] Cygwin gdb refuses to be killed

Hello Norbert
 
I think this scenario is not valid for our plug-in. Gdbserver would normally be used if the machine on which we are running GDB is different from the machine on which we run the program being debugged. In our case, the gdb process as well as the program being debugged, runs on the remote machine.
 
May I also ask if you are developing your own solution to enable remote debug. Or are you using some existing tools. What is the OS platform for which this feature is required.
 
Regards
Virender.
 

Back to the top