Andrew Ferguson
45d5fd9bc9
improve diagnostics
2008-04-03 14:07:31 +00:00
Andrew Ferguson
307bcca6a5
225534: add unit tests
2008-04-03 11:40:52 +00:00
Anton Leherbauer
0ba4cad18d
Fix for 224567: Makefile compare editor uses non fixed width font
2008-04-03 08:57:57 +00:00
Anton Leherbauer
fdff1402b2
Fix for 86676: CDT ghosts resume/step when stack-info-depth fails
...
Patch by Øyvind Harboe <oyvind.harboe@zylin.com>
2008-04-03 08:52:33 +00:00
Anton Leherbauer
f2bcb6cb77
Fix for 212632: Failure to debug-attach on Windows using GDB
...
and 224187: NPE launching debug configuration without app name
2008-04-03 08:46:05 +00:00
John Cortell
402016a6f0
Cleanup. Use generics (to fix warnings) and other misc improvements. No functional change.
2008-04-02 23:48:03 +00:00
John Cortell
253c339287
Allow user to enter range in hex format
2008-04-02 23:35:24 +00:00
John Cortell
3f4bcfc489
Added constant for float.
2008-04-02 21:38:01 +00:00
Pawel Piech
07b2d9a32c
[225384] Switch to the platform debug modules view.
2008-04-02 18:29:00 +00:00
Pawel Piech
6947c2f41b
[225388] Added a CommandHandle.toString() implementation.
2008-04-02 17:56:05 +00:00
Mike Kucera
2f34147639
organized test suite a bit better (temporary anyway, need to refactor core test suite to make it reusable for new parsers)
2008-04-02 17:27:24 +00:00
Mikhail Khodjaiants
b87d5b3b2e
Added interfaces for content, label and annotation providers.
2008-04-02 16:42:46 +00:00
Mikhail Khodjaiants
231b11b8ab
Added request interfaces for the virtual (disassembly) viewer.
2008-04-02 16:20:24 +00:00
Marc Khouzam
f8934d49d7
Comment no longer valid after fix of Bug 206932
2008-04-02 15:18:36 +00:00
Anton Leherbauer
7fde922525
Fix for 194578: NPE when attempting to edit a (new type) Makefile on a remote system
...
Patch by David Inglis
2008-04-02 10:37:56 +00:00
Anton Leherbauer
cfae4dbc59
Fix for 225099: Breakpoint toggling for files outside projects is broken in CDT CVS HEAD
...
Patch by Øyvind Harboe <oyvind.harboe@zylin.com>
2008-04-02 07:25:33 +00:00
Pawel Piech
b76951e59e
[217020] Refactored ICommandControl interface to use a token to identify queued commands.
2008-04-02 04:09:35 +00:00
Mike Kucera
a6d874156f
for loop conditions now work
2008-04-01 22:01:15 +00:00
Pawel Piech
706d77cc0c
[206932] Made ICommandControl independent from the IDsfService class.
2008-04-01 20:46:11 +00:00
Pawel Piech
19e920c433
[225197] Got rid of IElementPropertiesProvider.getPropertyName/Description methods.
2008-04-01 20:18:09 +00:00
Pawel Piech
cb02c10c78
[225193] Simplified AbstractVMContext constructor.
2008-04-01 20:09:43 +00:00
Pawel Piech
7fe354ae79
[225193] Simplified AbstractVMContext constructor.
2008-04-01 20:04:30 +00:00
Marc Khouzam
4fe0578953
Bug 222766
...
Adds the use of solib-search-path as done in the CDT (by filling the Shared Library subtab in the debugger tab of the launch).
Also adds the use of auto-solib-add as in the CDT.
2008-04-01 18:23:01 +00:00
Mike Kucera
30a1ab0388
fixed problem with friend classes not resolving, fixed offset calculations for qualified name nodes
2008-04-01 16:58:22 +00:00
Vivian Kong
427d783899
use MessageFormat API to format IdentifierHelper messages (bug 225143)
2008-04-01 16:46:26 +00:00
Vivian Kong
805f997868
fixing properties strings in XLC UI
2008-04-01 15:45:10 +00:00
Marc Khouzam
624f00aa98
Compilation fix after changes to DsfMemoryBlockRetrieval.
2008-04-01 15:43:38 +00:00
Mikhail Khodjaiants
78f39429c5
Bug 210558: Migrate CDT to use new platform Modules view.
2008-04-01 15:08:15 +00:00
Andrew Ferguson
1aa23a4f5d
clean up warnings
2008-04-01 14:03:41 +00:00
Sergey Prigogin
d0325299ce
Fixed another corner case of bug 224817.
2008-04-01 06:24:44 +00:00
Pawel Piech
5f378a1751
[223969] Extended DsfMemoryBlockRetrieval to support multiple contexts.
2008-04-01 03:39:29 +00:00
John Cortell
043d848106
Corrected grammar in error dialog that surfaces when the executable isn't on disk.
2008-04-01 03:01:05 +00:00
John Cortell
e2a73ed222
Applied modified version of patch in 224976.
2008-03-31 19:50:48 +00:00
Pawel Piech
1420d16bdd
[224438] Renamed view model packages in org.eclipse.dd.dsf.debub.ui as a provisional API.
2008-03-31 18:08:03 +00:00
Pawel Piech
deabab9f21
[216803] Removed the getName() methos from Data Model contexts declared in IRegisters service interface.
2008-03-31 17:00:28 +00:00
Warren Paul
44008336e4
fixed bug #215285 .
2008-03-31 16:51:55 +00:00
Pawel Piech
5542247e15
[223969] Make the CommandCache.setContextAvailable() optional.
2008-03-31 16:49:48 +00:00
Mike Kucera
c7857505e0
fixed template destructor ids
2008-03-31 15:48:57 +00:00
Mike Kucera
ac876dacb6
fixed import
2008-03-31 14:42:28 +00:00
Marc Khouzam
76a4659367
Give a way for the JUnit tests to specify which GDB to use.
2008-03-31 14:36:20 +00:00
Marc Khouzam
bb57cba31b
Bug 202339 comment #3
...
Currently, DSF launches gdb with a <file> argument, which tells gdb where the
executable file and the symbols are. This is potentially restrictive to
someone wanting to extend gdb.
This change removes the <file> argument to gdb and uses -file-exec-file and
-file-symbol-file commands to set this parameter in the FinalLaunchSequence.
This has the exact same effect, but allows to easily override these commands by
using a tailored FinalLaunchSequence.
2008-03-31 14:33:32 +00:00
Markus Schorn
d8328d452b
Sort macros in parser log.
2008-03-31 09:01:20 +00:00
Markus Schorn
bb834c4bb7
Common method to compute string for PDOM versions.
2008-03-31 08:07:24 +00:00
Anton Leherbauer
2f974e0ef5
Fix hyperlink detector for 3.4 M6
2008-03-31 07:53:16 +00:00
Sergey Prigogin
398615b6fa
More cleanup of template resolution code.
2008-03-31 03:48:07 +00:00
Marc Khouzam
a74f59c186
Bug 202339
...
For a local launch, only gdb/mi debugger will be available, while for a remote launch, only gdbserver debugger will be available.
This is a temporary solution.
2008-03-31 01:32:37 +00:00
Sergey Prigogin
f03642cfb3
Fixed bug 224817.
2008-03-30 23:52:09 +00:00
Sergey Prigogin
56cf847c2a
Removed two redundant checks flagged by the compiler.
2008-03-29 17:05:58 +00:00
John Cortell
fa7e6e8363
Backed out my fix to 224463. Further investigation made me realize the problem is really a platform one. I've opened 224771.
2008-03-29 16:59:10 +00:00
Sergey Prigogin
301640c194
Code formatting.
2008-03-29 16:48:34 +00:00