1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

2701 commits

Author SHA1 Message Date
Vivian Kong
c89e703219 Patch for bug 187321 by Jason Montojo - Button truncation on Add Directory Dialog 2007-05-18 14:50:14 +00:00
Vivian Kong
9dcb32ddf0 Patch for bug 187128 by Jason Montojo - Type option does not resize correctly in Connection tab 2007-05-17 20:44:19 +00:00
Doug Schaefer
dc88016beb Fix up interrupt signalling for cygwin and mingw gdb. As a side affect, mingw no longer pops up it's own console but prints to the console like other platforms do. 2007-05-17 18:51:41 +00:00
Doug Schaefer
05767b54ba Handle exception that was being thrown in the finally clause the resulted in unbalanced locks in the target. 2007-05-17 16:54:35 +00:00
Mikhail Khodjaiants
e54c4973dd Warning cleanup. 2007-05-17 15:53:27 +00:00
Mikhail Khodjaiants
70debe6329 Bug 187519: Display array's address as its value. 2007-05-17 11:55:52 +00:00
Mikhail Khodjaiants
d110311f48 Bug 186981: Values of variables are shown differently depending on "show columns" option. 2007-05-17 10:06:29 +00:00
Ken Ryall
64914990f7 Bug 187141, externalize strings. 2007-05-16 22:53:08 +00:00
Vivian Kong
64d2ab62d8 fix for bug 187048 - signal view column headings truncated 2007-05-16 20:11:36 +00:00
John Cortell
159f6f5c76 Reverted to 1.71. Change to method visibility was accidental. 2007-05-16 19:52:09 +00:00
John Cortell
809ce2a43e Applied patch from 116302. Only difference from patch is a comment correction. 2007-05-16 19:11:50 +00:00
Vivian Kong
72e3cde3ea fix for bug 187322 - error message for valid value range can be confusing 2007-05-16 17:23:05 +00:00
John Cortell
fddd30f6bc Fixed 187308. Expect and gracefully handle a NumberFormatException when creating a memory block from an expression. 2007-05-16 16:43:08 +00:00
Vivian Kong
91122b9e89 fix for bug 187037 - make "Add Watch Expression" dialog resizable 2007-05-16 14:04:32 +00:00
John Cortell
3a0c623f52 Fixed 186929. Run to Line should pass CDI client the absolute path of the file. 2007-05-15 04:19:51 +00:00
Ken Ryall
2dcc923f71 Make setRefreshVariables public. 2007-05-14 19:08:46 +00:00
John Cortell
97d6043d03 Applied patch for 186405. Fixed some problems with breakpoint actions. 2007-05-14 15:53:36 +00:00
Ken Ryall
bc25cdb9a5 Reworked previous change for 179340. 2007-05-11 05:31:02 +00:00
Ken Ryall
04f8a1f32f Bug 185956, now returns CDI interface. 2007-05-11 02:21:57 +00:00
Ken Ryall
d6d4754b00 Bug 126262, applied Ling Wang's patch. 2007-05-10 03:32:23 +00:00
Ken Ryall
8de69589f3 Bug 150863 - Patch from Warren Paul: Double values not displayed correctly in hex and decimal formats. 2007-05-05 15:03:28 +00:00
Ken Ryall
0b84053482 Bug 150862 - Patch from Warren Paul: Float values not displayed correctly in hex and decimal formats.. 2007-05-05 15:01:46 +00:00
Ken Ryall
8e347bf561 Disable the console for the MI version just as the CLI version does. 2007-05-05 14:42:57 +00:00
Ken Ryall
7cf646142e Forgot to externalize a string. 2007-05-05 14:27:28 +00:00
Ken Ryall
dc298fd126 Bug 176077 - Running threads flicker in Launch View when stepping in one thread. 2007-05-05 00:19:48 +00:00
Ken Ryall
87b26cc99e Bug 176081 - In multi-process debug, breakpoint is mistakenly uninstalled on process termination. Patch from Ling Wang. 2007-05-04 22:24:46 +00:00
Ken Ryall
27043fdba7 Better MI support on Mac OS: MI version of shared lib info, also allow CommandFactory to provide initial directory specification so it can be quoted. 2007-05-04 21:12:39 +00:00
Ken Ryall
e451a6c00a Bug 179202. Make showing the list of source files when you expand a binary optional. This setting will go away once we do 182388. 2007-05-03 20:26:46 +00:00
Ken Ryall
0bec8cba77 Bug 177262, add help context IDs. 2007-05-03 05:13:33 +00:00
Ken Ryall
2e40c5fecb Bug 150864, Not all printable characters are displayed in the debugger 2007-04-30 12:37:38 +00:00
Ken Ryall
4d899078f5 Bug 159860, more formatting for bool. 2007-04-30 12:30:00 +00:00
Doug Schaefer
0b7da80fc4 Fix compile error due to 1.6 compatability. 2007-04-30 11:46:30 +00:00
Doug Schaefer
cbf44a76fc Bug 179755 - Introduced mechanism to allow debuggers to specify a regex pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger. 2007-04-30 00:22:28 +00:00
Mikhail Khodjaiants
b3e38d9e19 Bug 135250: Patch to fix function breakpoints. 2007-04-27 11:11:01 +00:00
Anton Leherbauer
805be5b8ed Fix for 179967: warning for breakpoint handler logged on startup 2007-04-27 07:48:46 +00:00
Anton Leherbauer
987b06a53e Fix for 183396: Open up breakpoint ruler actions for other debug models 2007-04-26 09:06:33 +00:00
Ken Ryall
07564ddb49 Bug 183291. ToggleBreakpointRulerAction should use the IToggleBreakpointTarget adapter based on editor file. 2007-04-25 15:21:36 +00:00
John Cortell
8cf690c623 Add throws CDIException to new ICDIFormattable, as per Mikhail's recommendation. 2007-04-24 11:54:38 +00:00
John Cortell
5162005b2c Fixed 183108. Allow the CDI backend to dictate the format (hex/decimal/binary) to use for displaying an integral ICDIValue 2007-04-24 02:46:09 +00:00
John Cortell
cb5454c394 Made sizeof() public. Discussed with Mikhail. 2007-04-19 11:44:46 +00:00
John Cortell
851f7fee6f Back to 1.177. Suffering severe confusion. 2007-04-19 02:06:46 +00:00
John Cortell
da9a1335f4 Reverted last commit; committed the wrong file 2007-04-19 02:04:36 +00:00
John Cortell
dffdcfe031 Fixed 183094. Extension point interface was in package not exported. 2007-04-19 01:56:58 +00:00
Doug Schaefer
28af2813bf First GDB JTAG session running. 2007-04-18 19:57:22 +00:00
Ken Ryall
a59c16a63a 175532 Support for address to source API. 2007-04-17 18:19:42 +00:00
Doug Schaefer
7da95e5c39 Fix ASCII property on schema 2007-04-15 16:57:29 +00:00
Doug Schaefer
ae79780029 Fixed class for new debugger. 2007-04-15 16:56:45 +00:00
Mikhail Khodjaiants
dbaba763e1 Bug 150471: NPE in ToggleBreakpointAdapter. 2007-04-13 13:45:07 +00:00
Doug Schaefer
738955feca Fix bug where project name was empty. 2007-04-12 21:01:16 +00:00
John Cortell
2ef0a88398 Fixed bug 181829. Debugger was not enforcing extension point schema. Also renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points. 2007-04-10 19:28:22 +00:00