mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 339456: Thread created event with wrong id after restart for GDB < 7.0
This commit is contained in:
parent
371fea8238
commit
a7c5159320
1 changed files with 0 additions and 15 deletions
|
@ -228,21 +228,6 @@ public class GDBControl extends AbstractMIControl implements IGDBControl {
|
|||
);
|
||||
}
|
||||
|
||||
/*
|
||||
* This method creates a new inferior process object based on the current Pty or output stream.
|
||||
*/
|
||||
private void createInferiorProcess() {
|
||||
// khouzam BROKEN because no one does the below when we restart
|
||||
|
||||
// Create the CLI event processor each time this method is called
|
||||
// to reset the internal thread id count
|
||||
// Bug 313372
|
||||
if (fCLICommandProcessor != null) {
|
||||
fCLICommandProcessor.dispose();
|
||||
}
|
||||
fCLICommandProcessor = new CLIEventProcessor(GDBControl.this, fControlDmc);
|
||||
}
|
||||
|
||||
public AbstractCLIProcess getCLIProcess() {
|
||||
return fCLIProcess;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue