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
Marc Khouzam
c227d7fbf1
Bug 239050
...
More use of IProcesses. In the weekly meeting, we had agreed that the RunControl service would make use of IProcesses to list executionContext. To do this, it is the IProcesses service that will now create the MIExecutionDMC, which is newly declared in MIProcesses. Doing this I was able to get rid of IMIRunControl, and I introduced IMIProcesses.
Also, we agreed that all RunControl use of IProcesses should be kept out of MIRunControl and put only in GDBRunControl. This is because other backends using MI will probably need a more sophisticated Process service. I still have to move the use of IProcesses out of MIRunControlNS
I also cleaned up the RunControl and GDBProcesses unit tests.
I also started spreading the use of a String as a ThreadId, while keeping things backwards compatible.
2008-08-02 01:15:51 +00:00
Ted Williams
1bb7c8e3b6
[242932] [memory] Import/Export icons missing
2008-08-01 21:17:38 +00:00
Alena Laskavaia
b4159f688a
[242699] - jtag progress monitor, contribute by Peter Vidler
2008-08-01 18:10:24 +00:00
John Cortell
7701228f68
Fixed typo in comment
2008-08-01 17:45:20 +00:00
John Cortell
a733bd09d8
Applying my 242890 patch. Shared libraries will now be expandable in the Modules view even if they're not in a project output directory.
2008-08-01 16:07:05 +00:00
Anton Leherbauer
1d8d0320a9
Bug 242335 - Eclipse Ganymede hangs on startup
2008-08-01 10:57:21 +00:00
Markus Schorn
c4f2d97cf1
Optional support for block-comments like /% comment %/, bug 130235.
2008-08-01 09:37:20 +00:00
Markus Schorn
4790fbf198
IllegalArgumentException resizing ToolSettingsTab, bug 242524.
2008-08-01 08:07:15 +00:00
Markus Schorn
1cd6b6c8a9
Introduces a classification for scopes, bug 237026
2008-07-31 15:05:55 +00:00
Markus Schorn
8152453880
Correct modeling of template-scopes, bug 237026.
2008-07-31 13:09:50 +00:00
Marc Khouzam
133ac134ee
Bug 241844
...
Adds the started and exited events when attaching and detaching from a process.
2008-07-31 02:47:36 +00:00
Marc Khouzam
5c1533d934
Fixed class comment
2008-07-31 01:34:01 +00:00
Marc Khouzam
8a7f805c57
Some API breaking changes slipped in during the non-stop effort. These changes were not needed so I have reverted them. Mostly it is about protected classes becoming package-private.
2008-07-31 01:21:10 +00:00
Marc Khouzam
c928924a21
Bug 229288
...
when using GDB6.6, if the solib-search-path is used, the launch will fail because the -gdb-set sysroot command will fail. The concept of sysroot seems to have been introduced with GDB 6.7
Let's comment it out since it was used only as a safeguard.
2008-07-30 14:54:21 +00:00