Pawel Piech
eeba5abcba
[244435] - Added registers to the PDA debugger exmple.
2008-08-18 16:59:11 +00:00
Pawel Piech
938067e4ce
[244435] - [expressions][registers] A register modified in expressions new may not show new value.
2008-08-18 16:57:32 +00:00
Alena Laskavaia
8e64dbaaa5
PR: 215492 - moved to external package
2008-08-18 14:13:35 +00:00
Alena Laskavaia
c1438bceb5
PR: 109999 - use variable substitution for gdb command
2008-08-18 13:38:34 +00:00
Marc Khouzam
eba5a5fe78
Bug 244336 Use the new --thread/--frame in a centralized location. Added supportsThreadAndFrameOptions() to MICommand to allow subclasses such as CLICommand and RawCommand to override and rely on -thread-select and -stack-select-frame.
...
Cleanup of MICommands that had --thread/--stack implemented directly in the class.
MIStackNS is no longer needed, and its only
remaining difference (checking if the thread is suspended) has been merged into
MIStack.
2008-08-18 00:37:33 +00:00
Marc Khouzam
518693304f
Small fix to avoid showing an pid of 0 in the debug view when only running one process
2008-08-17 19:14:36 +00:00
Chris Recoskie
8ffdab73fe
fixing accidental use of package visibility for makeArray()
2008-08-15 15:53:40 +00:00
Marc Khouzam
c26e38fedc
Bug 243632 There was a typo in the code for resuming all threads.
2008-08-14 20:12:51 +00:00
Mike Kucera
3c6df72408
updated UI plugin version to 5.1
2008-08-14 19:12:05 +00:00
Ken Ryall
736c7a5e69
Reopen when the file "found" is in the workspace.
2008-08-14 15:31:25 +00:00
Vivian Kong
fb41f6daf8
update build info
2008-08-13 20:24:32 +00:00
Marc Khouzam
f5c6039248
Bug 244053 Until this bug is resolved properly, it is better to set the default for breakpoint applicability to global.
2008-08-13 19:12:04 +00:00
Marc Khouzam
39644e1d06
Bug 242105 Turning on non-stop on a remote target requires a slightly different command. Also, GDB pagination must be turned off to avoid blocking during non-stop.
2008-08-13 19:09:49 +00:00
Pawel Piech
ba200cd3b7
[243611] Added ICommandControlService to list of interfaces used to register GDBControl.
2008-08-13 17:19:34 +00:00
Jason Montojo
d7a8770a02
Fix for bug 235482
2008-08-13 16:29:29 +00:00
Ken Ryall
037111a067
Fix build break caused by incomplete commit.
2008-08-13 13:27:20 +00:00
Alena Laskavaia
5ff757551b
- message for failing loading library
2008-08-12 21:01:10 +00:00
Alena Laskavaia
d2cba6c8c9
- fixed module loading to avoid wrong error reported
2008-08-12 21:00:40 +00:00
Ken Ryall
1c95fb3c77
More work in the executables manager and view: added a remove button, don't alllow duplicate exes from different providers in the list.
2008-08-12 20:27:10 +00:00
Mike Kucera
433174325e
project settings import/export wizards, bug 242010
2008-08-12 18:29:20 +00:00
Ted Williams
800c9730a2
[243910] [Traditional Rendering] DebugEvent processing inflexible
2008-08-12 17:05:27 +00:00
Pawel Piech
c63f94e691
[243899] Commented out the call to terminate() until the exception it throws can be investigated.
2008-08-12 16:00:12 +00:00
Emanuel Graf
ca75909f2c
fix for error caused by index based TU in extract constant
2008-08-12 09:14:03 +00:00
Sergey Prigogin
d7229a14f2
Implementation of "Rename in File"
2008-08-12 03:39:54 +00:00
Pawel Piech
4edc3e01e0
[243794] - [update policy] VM Cache can save updates after they were canceled.
2008-08-11 17:53:08 +00:00
John Cortell
434436e82f
gdb session isn't getting cleaned up because of of my change to null out the ICDITarget reference after we dispose it. Reported by Mikhail. Will revisit. For now, just avoid nulling the reference. Restores previous behavior.
2008-08-11 14:49:50 +00:00
Marc Khouzam
eeb6b080ef
Bug 240507 Fix the cache for the GDBMultiProcesses service. Also clean up the use of thread-info
2008-08-11 13:02:51 +00:00
Ken Ryall
1efd4082c4
Executables View improvements: source file providers, import exes with same name, externalized some strings
2008-08-08 20:19:00 +00:00
Pawel Piech
1fbfd51fac
[243611] - [commands] Add an ICommandControlService interface.
2008-08-08 17:42:23 +00:00
Anton Leherbauer
de84c1909c
Fix for 242707 - Tab is not indenting line in C/C++ editor
...
Patch by Andrew Gvozdev
2008-08-08 11:32:36 +00:00
Marc Khouzam
6497fcf2f7
Bug 239050 I was finally able to get the cache working for the MIProcesses service. And for both non-stop and all-stop mode.
...
Basically, the cache of this service is used for container-level commands; therefore it should only be made unavailable/available on Container events. In all-stop we issue container events, but not in non-stop. So, everything works.
Furthermore, I only clear the cache when threads start and exit.
2008-08-07 20:30:16 +00:00
Marc Khouzam
5f3384b6fe
Bug 243487 The reset(IDMContext) method clears descendants of the specified context but not the context itself.
...
Also, a return was missing.
2008-08-07 20:08:38 +00:00
Marc Khouzam
7c7d4c5918
Bug 243461 Other logic that had to be done when receiving the DSF event instead of the MI event.
2008-08-07 19:17:55 +00:00
Marc Khouzam
cf852997b6
Bug 243465 and Bug 243461 Furhter cleanup of events in non-stop, as well as proper processing of state change on the DSF event instead of MIEvent
2008-08-07 18:04:50 +00:00
Marc Khouzam
be5c3679cb
Bug 243465 Removes the sending of Container events in non-stop mode
2008-08-07 17:37:42 +00:00
Anton Leherbauer
0414df9ea1
Bug 242662 - [debug view] Rework ExpandStackAction to an object contribution
2008-08-07 09:10:55 +00:00
Anton Leherbauer
da70901535
Bug 243056 - [Formatter] changes syntax by removing a space
2008-08-07 08:45:59 +00:00
Markus Schorn
03b82b0928
Complete implementation of ICPPClassType, bug 98171.
2008-08-06 14:19:12 +00:00
Marc Khouzam
55a4d47017
Bug 240507
...
Adds a GDBMultiProcesses service which uses the new GDB -list-thread-group commands. Also adds some support for =thread-group-created/exited events.
Since the public GDB is not ready yet, I have commented out the instantiation of this new service, for now.
2008-08-06 13:39:49 +00:00
Emanuel Graf
c9129857f9
fix for bug 243169: Refactor UI: Text dragging does not enable Preview button
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=243169
2008-08-06 08:20:11 +00:00
Marc Khouzam
0d74c407e4
Bug 243216
...
MIGDBExitedEvent was listened for but never issued. Replaced with BackendExitedEvent
2008-08-05 19:15:02 +00:00
Markus Schorn
0c1c0e52bd
Scopes for catch handlers, bug 209579.
2008-08-05 12:05:59 +00:00
Markus Schorn
ab54af8863
ASTviewer must not call set.. methods.
2008-08-05 11:04:38 +00:00
Markus Schorn
8a535a1187
Formatting.
2008-08-05 11:04:21 +00:00
Markus Schorn
1aae35abf1
Empty versus no exception specification, bug 86943.
2008-08-05 09:44:53 +00:00
Sergey Prigogin
fe9a0ddd82
Bug 233889.
2008-08-05 03:53:26 +00:00
Sergey Prigogin
7bf06f5e35
Code formatting.
2008-08-04 18:52:17 +00:00
Markus Schorn
ae80725f3f
Store files of project with project-relative paths, bug 239472.
2008-08-04 15:11:15 +00:00
Markus Schorn
58dced96be
AST representation for member-initializers and function try block, bug 237253.
2008-08-04 13:41:50 +00:00
Marc Khouzam
fef4792098
Little bug that I don't have a fix for, so I put a comment for now, so that we don't forget. I didn't want to write a bug since we already have a bug for the cache about this.
2008-08-02 02:24:47 +00:00