Ken Ryall
|
ef706515a9
|
Revert last change.
|
2010-03-05 22:14:49 +00:00 |
|
Pawel Piech
|
ac2299bdb9
|
[303553] Added an assert.
|
2010-03-05 20:52:18 +00:00 |
|
John Cortell
|
0a695a3e81
|
Reworked awkward junit assertion flow (have seen this in various places)
|
2010-03-05 20:40:25 +00:00 |
|
Pawel Piech
|
9c26a6933c
|
[303553] - Disabled handler for multi-selection.
|
2010-03-05 20:38:32 +00:00 |
|
Pawel Piech
|
f6ffe5ad0f
|
[303 553] - Fixed a redundant import.
|
2010-03-05 19:05:30 +00:00 |
|
Pawel Piech
|
7bdb38f1b0
|
[228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service.
|
2010-03-05 19:03:48 +00:00 |
|
Andrew Gvozdev
|
e23f43553a
|
cleanup: message wording
|
2010-03-05 19:01:11 +00:00 |
|
Andrew Gvozdev
|
cd7affd34b
|
recording stack trace in the log
|
2010-03-05 18:51:28 +00:00 |
|
Pawel Piech
|
a4a4038b86
|
[303553]- [breakpoints] No property action in breakpoints view
|
2010-03-05 18:45:11 +00:00 |
|
John Cortell
|
428ad8d1f9
|
Additional cygwin-only check
|
2010-03-05 17:48:22 +00:00 |
|
Marc Khouzam
|
adbac60c10
|
[303968] RunToLine and ResumeAtLine were overridden in GDBRunControl and GDBRunControl_7_ but this was mistakenly remove. Minor cleanup as well.
|
2010-03-05 16:52:16 +00:00 |
|
Marc Khouzam
|
d2345dc960
|
[304146] Didn't update MacOSMIVarUpdate properly after recent changes to MIVarUpdate
|
2010-03-05 14:39:46 +00:00 |
|
Anton Leherbauer
|
40335a9f9f
|
Bug 264140 - [templates] Add support for Templates view
Patch from Marc-Andre Laperle
|
2010-03-05 10:57:28 +00:00 |
|
John Cortell
|
4d3602121f
|
Fix tests for cygwin
|
2010-03-04 22:57:04 +00:00 |
|
John Cortell
|
62117fa551
|
[304754] MIThreadCreatedEvent not being generated in a cygwin/mingw debug session
|
2010-03-04 22:41:07 +00:00 |
|
Ken Ryall
|
a8b9452abb
|
More cleanup for bug 303968.
|
2010-03-04 22:16:13 +00:00 |
|
John Cortell
|
ebdc876c9b
|
Fixed race condition test failure. The secondary thread, because it does nothing but a quick printf, was terminating before the test was able to check for its existence via IRunControl.getExecutionContexts(). Consequently, it would get one less thread than expected.
|
2010-03-04 22:14:37 +00:00 |
|
Marc Khouzam
|
e585f18abd
|
[263689] Special handling of -environment-cd for MacOS
|
2010-03-04 19:34:09 +00:00 |
|
Ken Ryall
|
fdc4d93925
|
Make requiring a C project optional.
|
2010-03-04 19:20:27 +00:00 |
|
Marc Khouzam
|
15dbb8f8b5
|
[303968] Register with the new IRunControl2 name, to enable RunToLine, MoveToLine and ResumeAtLine
|
2010-03-04 18:42:15 +00:00 |
|
Marc Khouzam
|
6226996c98
|
[304146] Use the command factory in AbstractMIControl
|
2010-03-04 18:13:17 +00:00 |
|
Andrew Gvozdev
|
caa20b4d37
|
bug 303900: Cygwin 1.7 is Not detected on the CDT system.
Patch from Marc-Andre Laperle
|
2010-03-04 17:51:55 +00:00 |
|
John Cortell
|
d84ca549b2
|
Write L-value test works with gdb >= 6.8, so refactor to make it available for those classes.
|
2010-03-04 17:17:44 +00:00 |
|
John Cortell
|
e6794e5a2e
|
fixed warnings
|
2010-03-04 16:48:01 +00:00 |
|
John Cortell
|
7eb06f6213
|
Fix runcontrol test on Windows. If the program is built with cygwin, there is an additional thread.
|
2010-03-04 16:43:00 +00:00 |
|
Marc Khouzam
|
21e26009ef
|
[304384] Make DSF-GDB the default CDT debugger.
|
2010-03-04 16:40:48 +00:00 |
|
Marc Khouzam
|
20baa38a22
|
[304588] Return the problem number of children even if GDB counts private/public/protected as a level of children.
|
2010-03-04 15:48:37 +00:00 |
|
John Cortell
|
f642b20a88
|
fix indentation; no functional change
|
2010-03-04 15:30:35 +00:00 |
|
Alena Laskavaia
|
9089a47156
|
- added test.xml file
|
2010-03-04 15:06:10 +00:00 |
|
Alena Laskavaia
|
be13e38e00
|
- remove unused includes
|
2010-03-04 15:02:56 +00:00 |
|
Alena Laskavaia
|
b6d3835b3b
|
- added source build properties
|
2010-03-04 14:59:23 +00:00 |
|
Alena Laskavaia
|
6c3addbb62
|
added missing plugin xml and source build
|
2010-03-04 14:59:04 +00:00 |
|
Marc Khouzam
|
3e3b57e1d1
|
[304618] Most MICommands were created with their parameters treated as options.
|
2010-03-04 14:00:02 +00:00 |
|
Markus Schorn
|
96c2033d9f
|
Bug 304479: Disambiguation of types and objects from index.
|
2010-03-04 08:22:17 +00:00 |
|
John Cortell
|
6a8a4ece8f
|
Fix tests on Windows. orig_eax is apparently not a reported register on Windows
|
2010-03-04 00:40:27 +00:00 |
|
John Cortell
|
293b055013
|
[280607] fixed copy-n-paste mistake in last commit. Also enhanced the documentation.
|
2010-03-03 23:05:47 +00:00 |
|
Ted Williams
|
cafa75507d
|
[Bug 304563] Memory Browser: address space awareness
|
2010-03-03 22:34:30 +00:00 |
|
Pawel Piech
|
742e7dfe92
|
[219202] Comment #6 - Fixed type returned for a composite.
|
2010-03-03 21:07:08 +00:00 |
|
Pawel Piech
|
afdcf2e551
|
[219202] - [variables][cdi] Variables view should use icons to represent types
|
2010-03-03 19:39:47 +00:00 |
|
John Cortell
|
fa79d364cc
|
[304561] While-target-running breakpoint tests are failing because of Windows gdb bug
|
2010-03-03 18:54:09 +00:00 |
|
Alena Laskavaia
|
7c8b6387d7
|
update feature texts
|
2010-03-03 17:07:12 +00:00 |
|
Alena Laskavaia
|
76a6dabce7
|
feature project
|
2010-03-03 17:06:02 +00:00 |
|
Marc Khouzam
|
172d30c3fb
|
[303503] Hybrid solution to rely on GDB command when possible and on our internal map when not
|
2010-03-03 17:05:28 +00:00 |
|
Alena Laskavaia
|
dc89e16b94
|
- removed extra includes
|
2010-03-03 15:58:40 +00:00 |
|
Anton Leherbauer
|
9c9a82a646
|
Bug 304150 - case within switch indentation issue
Bug 303175 - enum with value-assignment indents badly
|
2010-03-03 15:09:34 +00:00 |
|
Marc Khouzam
|
47804a071a
|
[304146] Added a CommandFactory for MI/CLI commands, and change every service to use it.
|
2010-03-03 14:35:50 +00:00 |
|
Markus Schorn
|
5472627bcc
|
Log OutOfMemoryError with file that has currently been indexed.
|
2010-03-03 14:28:47 +00:00 |
|
Marc Khouzam
|
bca9edfc90
|
[303828] Fix for expressions tests
|
2010-03-03 14:15:05 +00:00 |
|
Markus Schorn
|
90ceab10d5
|
Bug 303739: Resolving elaborated type specifiers.
|
2010-03-03 13:21:21 +00:00 |
|
Markus Schorn
|
555761c168
|
Bug 303969: ArrayOutOfBoundsException parsing #error without argument.
|
2010-03-03 09:04:05 +00:00 |
|