1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1233 commits

Author SHA1 Message Date
Pawel Piech
718f11adef Bug 289526 - [debug view] Migrate the Restart feature to the new one, as supported by the platform 2010-04-29 22:45:45 +00:00
John Cortell
e6e6d679b2 Javadoc update 2010-04-29 15:37:04 +00:00
Anton Leherbauer
b231775082 Bug 310093 - Toggle instruction stepping mode issues 2010-04-29 12:12:25 +00:00
Ken Ryall
7d7f5e51f0 Pass along the progress monitor. 2010-04-26 16:58:39 +00:00
Ken Ryall
e2d5fb7ffa Better scaling for this progress monitor. 2010-04-26 16:58:20 +00:00
Ken Ryall
562a946c02 Add a flag to only refresh the mapping of the source files without doing a full fetch of the source file list. 2010-04-26 16:57:56 +00:00
John Cortell
b21706e686 befriend other CDT plugin to let it avoid warnings 2010-04-22 22:41:57 +00:00
Ken Ryall
5098922069 Clean up warnings. 2010-04-20 18:29:16 +00:00
Ken Ryall
f71f3c7fc6 Bug 274872 - Repeated '<unknown>' editor 2010-04-19 21:05:28 +00:00
Mikhail Khodjaiants
a67b587f77 Bug 309212: No registers with HEAD. Workaround for gdb 7.0. 2010-04-17 21:42:13 +00:00
John Cortell
119d848c62 [305752] Moved gdb event breakpoint constants into new common gdb plugin as well as the registering of the event types (via an extension) 2010-04-08 20:02:35 +00:00
Mikhail Khodjaiants
c13a2bfe52 Bug 308055: Register values are not updated when switching between frames 2010-04-05 23:37:43 +00:00
Mikhail Khodjaiants
0226852623 Making the top level "computeStackFrame" synchronized to prevent unnecessary stack computations. 2010-04-05 00:12:01 +00:00
John Cortell
14d03593f9 befriend dsf-gdb plugin for an internal package (fix warnings) 2010-03-17 20:12:07 +00:00
John Cortell
2e7e95dfad Fixed warnings 2010-03-17 20:07:52 +00:00
John Cortell
9146796fd6 [305752] Constants for standard event breakpoint types should be outside the CDI-GDB plugin 2010-03-12 23:36:43 +00:00
John Cortell
83736061cd [305667] Possible NPE in CSourceFinder (applied patch) 2010-03-12 13:49:01 +00:00
Marc Khouzam
6b01652bf6 [249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal action to DSF-GDB, but this is not complete because DSF-GDB does not handle the signal stuff yet. 2010-03-11 19:19:38 +00:00
Ken Ryall
75267de2dc Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MODEL_ID 2010-03-09 22:45:11 +00:00
John Cortell
324bc25ac9 [304433] Get ProgramRelatvePathSourceContainer to support DSF's ability to debug a binary outside a project 2010-03-02 22:54:49 +00:00
Warren Paul
ec195f1471 fixed an intermittent refresh bug where not all executables would be displayed in the executables view. 2010-02-25 23:15:02 +00:00
James Blackburn
79ece8daa2 Bug 303629 unsigned char should never appear negative in the Variables view. 2010-02-23 15:26:13 +00:00
John Cortell
1e9d430245 [303569] Debug view does not reveal reason when thread is stopped by event breakpoint 2010-02-23 00:23:59 +00:00
John Cortell
d8ba081c40 [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-22 17:49:40 +00:00
John Cortell
a32879bdc0 [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-22 15:07:48 +00:00
John Cortell
adde620eaf [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-19 23:47:04 +00:00
Ken Ryall
77918388c1 Bug 300279, add caching. 2010-02-10 21:12:26 +00:00
Warren Paul
54c1a11ea2 fixed the source file not found editor for DSF for frames with no file associated with it (raw address). 2010-02-09 20:20:00 +00:00
Warren Paul
4683f554ce fixed type that broke ISourceFileRemapping extensions. 2010-02-09 20:17:17 +00:00
Vivian Kong
6d906f69c5 externalize strings in plugin.xml in various plugins 2010-02-01 16:23:38 +00:00
Marc Khouzam
e8e151d71c [284286] Fixed wrong changes to copyright 2010-01-29 14:37:04 +00:00
Marc Khouzam
6764511b39 [284286] New Trace Control View to allow to start/stop/status a tracing experiment. Support for Trace State Variables. Support for Saving trace data to a file. 2010-01-27 19:05:47 +00:00
John Cortell
8e3a1169fe [283586] Traditional Rendering are not disposed after Memory Browser is closed or Debug Session is terminated. Additional fixes from Teo (slightly adjusted) 2010-01-20 19:54:24 +00:00
John Cortell
f6eebfa023 Avoid redundant search through the common locator. Didn't realize that the common containers are automatically added to every launch config locator. 2010-01-14 22:29:14 +00:00
John Cortell
289a7c8dfa ISourceFinder needs a dispose method. 2010-01-14 13:59:52 +00:00
John Cortell
9cdd4e1d07 [299583] The common source lookup director in a fresh workspace is ineffective 2010-01-13 23:57:30 +00:00
John Cortell
fb574618b5 Update copyright 2010-01-13 17:19:24 +00:00
John Cortell
5aa1e9456a Fixed warnings 2010-01-13 17:18:58 +00:00
John Cortell
6d324d7f03 [299019] CMemoryBlockExtension does not correctly implement IMemoryBlockExtension#setBaseAddress. Applied patch with some modifications. 2010-01-13 17:12:02 +00:00
John Cortell
db501eff16 [299369] Introduce source container that resolves paths relative to the executable. Applied patch, with modifications. 2010-01-13 00:06:26 +00:00
James Blackburn
802f7279ba Bug 247948 - Wrong source shown on hit breakpoint - remove FIXME code, and don't force find duplicates. 2010-01-11 23:02:52 +00:00
John Cortell
485b4d73de [299317] Executables view source remapping does not take into account launch configurations 2010-01-11 20:52:55 +00:00
John Cortell
f8a5c695b4 Fix build error 2010-01-10 22:20:25 +00:00
Mikhail Khodjaiants
3e8602621d Bug 299150: Confusing comment in ICDIDebugger2. 2010-01-08 18:09:50 +00:00
Ken Ryall
4692c67a86 Bug 299087, Executables manager overhaul. 2010-01-08 05:37:52 +00:00
Ken Ryall
4934483c60 Increment version number to 7.0 2010-01-07 14:38:00 +00:00
John Cortell
08c663e9eb Enhanced doc and use generics. No functional change. 2010-01-05 21:16:16 +00:00
John Cortell
858cf9e17a Doc enhancement 2010-01-05 21:08:22 +00:00
Marc Khouzam
721192f266 [284286] First phase of tracepoint support. Tracepoints can now be created/deleted/enabled/disabled, we can add conditions and passcount. 2009-12-18 18:59:44 +00:00
Marc Khouzam
370ef8a824 [275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making use of the new asynchronous command framework of the debug platform 2009-12-16 20:32:47 +00:00