Anton Leherbauer
93ddce7436
Fix warnings
2008-04-17 13:43:54 +00:00
Markus Schorn
70db16224a
Store #undef in index, bug 227088.
2008-04-17 12:27:49 +00:00
Anton Leherbauer
9aed58bb4e
Fix deprecation warnings and get rid of obsolete HTMLTextPresenter
2008-04-17 12:09:24 +00:00
Anton Leherbauer
c14f495a34
Fix regression of bug 217727
2008-04-17 10:37:23 +00:00
Markus Schorn
477fe21a13
Fix warnings.
2008-04-17 09:11:27 +00:00
Anton Leherbauer
52fa978c3c
Fix for 226682: Need to stop parsing when reconciler is stopped
2008-04-17 08:18:00 +00:00
Markus Schorn
902a30fae3
Fixes implementation of CASTWhileStatement.accept(), bug 227393.
2008-04-17 07:20:53 +00:00
Mikhail Khodjaiants
dac361c1c2
Contributing new disassembly.
2008-04-16 21:59:40 +00:00
Mikhail Khodjaiants
5b528871c9
Contributing new disassembly.
2008-04-16 17:10:57 +00:00
Markus Schorn
b3256c51da
Fixes a CCE, bug 203967.
2008-04-16 16:32:52 +00:00
Markus Schorn
b7afd7af2c
Testcase provided by Richard Miskin, bug 145389.
2008-04-16 16:30:23 +00:00
Andrew Ferguson
e4f737f6b1
222418: apply fix
2008-04-16 16:04:43 +00:00
Vivian Kong
2942d637ad
externalize Gnu Make Builder's name (bug 227369)
2008-04-16 16:03:39 +00:00
Markus Schorn
cd48414961
Generate getters and setters by Emanuel Graf, bug 226658.
2008-04-16 13:59:50 +00:00
Markus Schorn
6df6c40158
Implement Method (work in progress) by Emanuel Graf, bug 226646.
2008-04-16 13:09:08 +00:00
Markus Schorn
d353a33638
Hide Method (work in progress) by Emanuel Graf, bug 226533.
2008-04-16 12:31:09 +00:00
Markus Schorn
ca61147d16
Extract Function (work in progress) by Emanuel Graf, bug 226484.
2008-04-16 10:19:55 +00:00
Markus Schorn
a4274e1467
Fix warnings.
2008-04-16 08:27:33 +00:00
Sergey Prigogin
20c0777806
Compiler warnings.
2008-04-16 06:02:46 +00:00
Sergey Prigogin
4698f4d97f
Compiler warnings.
2008-04-16 05:55:28 +00:00
John Cortell
645efee68a
Avoid NPE if the client debugger tab factory fails to create the control.
2008-04-15 18:54:21 +00:00
Ken Ryall
200b2b5024
Make sure containers have their director initialized properly before use.
2008-04-15 17:01:14 +00:00
Marc Khouzam
2c82390e87
Bug 202343
...
Launch for for Attaching to a running
2008-04-15 16:38:17 +00:00
Markus Schorn
f040526748
Placement new in conditional expressions, bug 227104.
2008-04-15 16:16:24 +00:00
Markus Schorn
a7cc2f119c
Updating values for macro definitions found by the scanner discovery, bug 227108.
2008-04-15 15:46:06 +00:00
Andrew Ferguson
a9ee6e4393
222418: add further tests
2008-04-15 14:24:38 +00:00
Markus Schorn
a0221e80c5
Provide better scanner-info for files parsed up-front.
2008-04-15 14:20:03 +00:00
Andrew Ferguson
95b0b06cd7
shorten some binding-helper assertion messages
2008-04-15 14:04:21 +00:00
Markus Schorn
7f62ac03bf
Specific sizeof expression, bug 227122.
2008-04-15 13:55:26 +00:00
Markus Schorn
77a468323d
Restrict references, 2nd try, bug 227110.
2008-04-15 13:52:50 +00:00
Anton Leherbauer
b7ca58a629
Code cleanup
2008-04-15 12:06:04 +00:00
Markus Schorn
54eba1ba20
Restrict references, bug 227110.
2008-04-15 11:39:11 +00:00
Markus Schorn
51f43ad2c5
Attributes in elaborated type specifiers, bug 227085.
2008-04-15 07:58:54 +00:00
Markus Schorn
9594a52283
Using 'typename' in expressions, bug 227082.
2008-04-15 07:35:01 +00:00
Ted Williams
7312a2b778
[227057] Memory Find/Replace Dialog does not allow binary value as 0b...
2008-04-15 00:23:02 +00:00
Ted Williams
d8f5b3b912
[227056] Traditional Rendering Context Menu Column Options are poor
2008-04-15 00:11:58 +00:00
Vivian Kong
df92508705
externalize properties and preference page titles
2008-04-14 17:33:24 +00:00
Jason Montojo
28b527741f
Fix for bug 226302 - addressed compiler warnings in language mapping-related classes
2008-04-14 17:32:41 +00:00
Mikhail Khodjaiants
0540c57e38
Contributing new disassembly.
2008-04-14 16:39:26 +00:00
Markus Schorn
b9f428181b
Fixes user-defined conversions, comment 4 of bug 226308.
2008-04-14 14:53:24 +00:00
Oleg Krasilnikov
fb2df943e3
Bug #226562 : edit/delete buttons enabled while nothing is selected
2008-04-14 14:36:00 +00:00
Markus Schorn
29abe81d9e
Fix warnings.
2008-04-14 14:08:14 +00:00
Andrew Ferguson
d29b51bbd4
226308: Disable fix for 224364
2008-04-14 11:06:30 +00:00
Sergey Prigogin
cba049ddbe
toString method.
2008-04-14 03:14:41 +00:00
Sergey Prigogin
0c6ec32e51
Compiler warnings.
2008-04-14 02:02:55 +00:00
Sergey Prigogin
555148b018
Added isChildOf method.
2008-04-14 02:01:21 +00:00
Sergey Prigogin
8e3b8e26e4
Minor optimization.
2008-04-13 04:17:39 +00:00
Marc Khouzam
178f065901
Bug 212916
...
Support for redirecting the inferior's input/output to a terminal.
2008-04-12 01:16:56 +00:00
Marc Khouzam
ac09808486
Bug 226691
...
We only support GDB 6.6 and higher, from what I can see,
-interpreter-exec is always available (I tried with mi1 m2 and m3 on GDB 6.6).
Therefore, we can simplify the launch by removing the
CheckInterpreterConsoleStep.
2008-04-12 00:50:15 +00:00
John Cortell
25a5e3e01f
Fixed cut&paste goof
2008-04-11 16:40:49 +00:00