Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin1-1/+1
2011-10-19Bug 358754: NPE in MIBreakpointsManager Marc Khouzam1-43/+46
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-15Bug 357515 - [breakpoints] Target filter is not working when uncheckingMikhail Khodjaiants1-4/+27
2011-09-12Bug 357073: MIDataDisassemble should support modes 2 and 3 added in GDB 7.3Daniel Thomas2-15/+46
2011-09-07Bug 320277: Cannot view variables of base class in derived classAxel Mueller1-15/+164
2011-09-02Bug 355833: Thread filter effectively disables a breakpoint at the next sessionMarc Khouzam2-39/+75
2011-08-25Bug 349736: DSF-GDB breakpoint deleted when modifying thread filter Marc Khouzam1-1/+1
2011-08-05TypoMarc Khouzam1-1/+1
2011-08-05Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs wh...Marc Khouzam1-2/+17
2011-08-05Bug 339550: Cleanup GdbLaunchDelegate for easier overriding Marc Khouzam1-6/+22
2011-08-05Bug 339550: Allow to override GdbLaunchMarc Khouzam1-6/+46
2011-08-02Bug 347514: Tracepoint visualization should be prepared for multi-threaded pr...Marc Khouzam5-23/+109
2011-08-02Bug 353423: Move refreshing of thread states from GDBRunControl_7_2_NS to GDB...Marc Khouzam2-64/+54
2011-08-01Bug 353423: Simpler solution using -thread-info instead of -list-thread-group...Marc Khouzam1-42/+34
2011-07-29Bug 353423: Need a way to refresh the thread list and state in the run contro...Marc Khouzam7-27/+166
2011-07-25Bug 346320: Add support for fast tracepoints Marc Khouzam4-32/+149
2011-07-25Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 an...Marc Khouzam1-59/+72
2011-07-25Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 an...Marc Khouzam1-0/+1
2011-07-25Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 an...Marc Khouzam5-3/+190
2011-07-21Bug 339882: Make use of GDB's 'scheduler-locking' option Marc Khouzam2-0/+44
2011-07-20Bug 352562: Tracepoint Action 'eval' has changed to 'teval' Marc Khouzam1-1/+1
2011-07-19Bug 352493:Trace control buttons are disabled after a start traceMarc Khouzam1-0/+13
2011-06-30Bug 350330 - Cached stopped event is not reset in MIStack.flushCache().Mikhail Khodjaiants1-0/+1
2011-06-28Update pom.xml to match version update in dsf.gdb.Doug Schaefer1-1/+1
2011-06-28Mavenizing CDT releng.Doug Schaefer1-0/+17
2011-06-28Bug 347047: Trace visualization does not show proper frames with GDB >=Marc Khouzam2-102/+11
2011-06-27Bug 348159: Move DSF-GDB preference store to the core plugin.Marc Khouzam8-21/+60
2011-06-27Bug 347196: Use MI to create tracepoint starting with GDB 7.2, whichMarc Khouzam4-4/+160
2011-06-27Bug 346215: Allow Tracepoints commands to have a comma in their name Marc Khouzam2-1/+5
2011-06-03Bug 348159: Tracing console is not shown automatically. Hack to get it worki...Marc Khouzam1-1/+7
2011-05-27Bug 339379: Instruction pointer is not always removed when terminating launch...Marc Khouzam1-2/+14
2011-05-27Cosmetics.Sergey Prigogin1-2/+1
2011-05-27Bug 339379 : Instruction pointer is not always removed when terminating launc...Marc Khouzam2-17/+22
2011-05-27Bug 347245: Add configurable defaults for Stop in main and for Non-stop modeMarc Khouzam3-8/+9
2011-05-27Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode...Sergey Prigogin3-16/+53
2011-05-26Cosmetics.Sergey Prigogin1-9/+3
2011-05-26Cosmetics.Sergey Prigogin1-81/+78
2011-05-26Cosmetics.Sergey Prigogin1-8/+4
2011-05-26Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode.Sergey Prigogin1-2/+19
2011-05-19Bug 338730: GDB does not like that we set the binary after we set the trace fileMarc Khouzam2-128/+136
2011-05-19Bug 327617: Gdb hangs after user code writes to stderr multiple timesMarc Khouzam2-0/+65
2011-05-15Bug 345751: Inferior console does not get removed after a restart with GDB 7....Marc Khouzam1-19/+5
2011-05-15Bug 345749: MIInferior process gets terminated right away on a restartMarc Khouzam4-19/+100
2011-05-13Bug 323071: Make sure LargePipedInputStream does not leak so that we can run ...Marc Khouzam1-8/+29
2011-05-13Bug 345751: Inferior console does not get removed after a restart with GDB 7....Marc Khouzam1-8/+34
2011-05-13Bug 339456: Thread created event with wrong id after restart for GDB < 7.0Marc Khouzam1-14/+16
2011-05-13Bug 343862: Infinite assertions when an error happens when setting breakpoint...Marc Khouzam2-2/+15
2011-05-13Bug 343862: Infinite assertions when an error happens when setting breakpointsMarc Khouzam2-2/+20

Back to the top