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

1329 commits

Author SHA1 Message Date
Mikhail Khodjaiants
79c143bd48 Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been loaded. Replaced by a constant string for the plugin id. 2007-07-25 11:45:42 +00:00
Doug Schaefer
2afd57655c Update changed plugins to 4.0.1. 2007-07-24 21:23:31 +00:00
Mikhail Khodjaiants
d6c853ae8f Removed unused tag. 2007-07-24 14:57:59 +00:00
Ken Ryall
82ae9e5b14 Fix problem with earlier change where in progress breakpoints were not being added. 2007-07-09 18:20:13 +00:00
Ken Ryall
0d758fd981 Bug 178731, launch configs know which build configuration to use. Also use the build config name in the default launch config name. 2007-07-04 19:59:15 +00:00
Chris Recoskie
e9b4c8cb2e RESOLVED - bug 193800: Cannot launch C/C++ application on AIX
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193800
2007-06-26 16:43:37 +00:00
Mikhail Khodjaiants
828cb951d5 Bug 138920: Disassembly windows not refresh after program memory change. 2007-06-19 10:06:55 +00:00
Doug Schaefer
3ab17f6cf8 Fix up copyrights. 2007-06-14 18:19:40 +00:00
Ken Ryall
de268f3094 Allow the backend to return null list of globals. 2007-06-07 03:24:01 +00:00
Ken Ryall
bce3a119c2 getGlobals was checking the wrong list. 2007-06-05 03:20:00 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
Doug Schaefer
835ce9f909 Bug 188421 - Fix exception caused when the number of stack frames returned doesn't match expected depth. 2007-05-22 18:45:10 +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
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
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
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
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
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
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
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
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
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
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
John Cortell
f74e2a2c72 Corrected parameter names and JavaDoc of ICDIThread.getStackFrames. Bug 180819. 2007-04-05 13:39:22 +00:00
Ken Ryall
b06c1f160b Bug 175532. AddressToSource API interface definition. 2007-03-29 19:08:56 +00:00
Ken Ryall
0aa91682cd If the CDI backend fails when getting the value for a variable put the error message in place of the value string so the user will have some idea what happened. 2007-03-29 19:07:47 +00:00
Ken Ryall
da5c3c790e Added an ExecutableReloadedEvent so if the debugger backend detects that code has moved then CBreakpointManager can reinstall the breakpoints. 2007-03-29 19:05:20 +00:00
Mikhail Khodjaiants
7b9a5bdfa3 Bug 179425: two periods ".." appear at end of some CDT "Target request failed: ..." error messages. 2007-03-29 16:00:49 +00:00
Ken Ryall
891eaa7729 Added overlay images for breakpoints with actions attached. 2007-03-29 15:02:34 +00:00
Ken Ryall
02af47ffb6 Bug 118308 support for breakpoint actions. 2007-03-28 23:29:04 +00:00
John Cortell
02e236eed6 Support for a numeric address value being the stop on start expression was added last month, but the restart() case was not covered. This adds the missing support 2007-03-22 20:44:15 +00:00
Vivian Kong
c3928a2c46 fix for bug 177431 2007-03-14 21:10:15 +00:00
Ken Ryall
9c7f2934ed Make sure breakpoint problem markers are removed when a breakpoint is removed. 2007-03-14 19:48:35 +00:00
Mikhail Khodjaiants
1ac3376300 Warning cleanup. 2007-02-21 12:02:04 +00:00
Ken Ryall
2a54313bd6 When the source locator finds source files by absolute path attempt to create an external translation unit to display them with. Bug 159831. 2007-02-17 14:39:49 +00:00
Ken Ryall
7aee6c93ac Bug 105196, add the the enabled flag to the CDI api for setting breakpoints instead of calling setEnabled later on. 2007-02-15 20:47:11 +00:00
Mikhail Khodjaiants
d692d9d650 Bug 173253: Create Watch Expression of member variable or struct. 2007-02-13 23:42:50 +00:00
Ken Ryall
c2d6547a5d Fix a case where breakpoint problem markers were not removed at the end of a debug session. Bug 172722. 2007-02-13 20:38:56 +00:00