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

1307 commits

Author SHA1 Message Date
John Cortell
5289cfd50b Set project compliance to 1.5 2008-01-28 16:08:49 +00:00
Ken Ryall
ceb1b0efad Bugs 216092 & 211533. 2008-01-25 22:58:17 +00:00
John Cortell
de8fa2cc7d Applied 215787 patch. Discussed with Ken. 2008-01-21 16:41:56 +00:00
John Cortell
157e94c9d5 Better choice of words in comment in last commit. 2008-01-16 23:04:42 +00:00
John Cortell
3dff3a9d29 Plugged reference leak. When all breakpoints were removed from a debug session during session termination, the platform breakpoint objects were being left with a reference to the defunct CDebugTarget. 2008-01-16 23:02:49 +00:00
Chris Recoskie
f40c392f11 Created ICElement.getLocationURI() method. Changed ITranslationUnit concrete implementations to only be constructable from URIs. 2008-01-15 19:13:24 +00:00
John Cortell
da553be6cd Applied additional 209793 patch to fix regression in original patch. 2008-01-10 20:03:01 +00:00
John Cortell
a64cedd926 Applied patch for 209793. Persist the format selection and cast-to-type of variables. Adds a generic mechanism for storing collections of such setting types as a single launch configuration setting. In other words, persisting the format of 10 variables will not result in 10 launch config settings, but rather one. 2008-01-04 22:20:52 +00:00
John Cortell
048b012111 Applied patch to 204028. Setting an address breakpoint in a session with no symbolics (executable) would NPE. 2008-01-04 21:16:32 +00:00
John Cortell
e1478e3c72 Applied patch in bug 199584. Run-to-Line was not setting the thread state. 2008-01-04 14:05:29 +00:00
John Cortell
2250bfc3d6 Applied patch in bug 191583. Logic not taking into account blocks with addressable size > 1. 2008-01-04 03:36:50 +00:00
Anton Leherbauer
9fcb8e7bb0 Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ClassCastExceptions 2007-12-21 11:57:35 +00:00
John Cortell
56dd415d35 Adjusted minor inneficiency someone here noticed. 2007-12-14 21:15:18 +00:00
John Cortell
4ba7e8ddeb When the user disables a variable, don't dispose the CDI variable for targets (engines) that use passive variables. The dispose is only there for performance reasons, and it's not needed with passive variables. 2007-12-12 16:05:13 +00:00
John Cortell
f1ca140b10 Fixed 212282. Don't allow variable editing if disabled. 2007-12-07 17:03:41 +00:00
John Cortell
97c41a004d getBytesFromAddress() would return null ifgetAddressableSize() was called first 2007-11-30 22:38:45 +00:00
Mikhail Khodjaiants
438bcfd697 Bug 210863: Source lines are not available in disassembly view for imported executable files. Applied patch from Mike Caraman (Freescale). 2007-11-26 12:18:39 +00:00
Ken Ryall
41ada3d495 Bug 205017. 2007-11-21 23:29:20 +00:00
Ken Ryall
e626ad559a Bug 204738 2007-11-15 21:00:48 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Ken Ryall
66cbf5bea7 Bug 118299, improved watchpoint support. 2007-11-05 15:36:46 +00:00
Ken Ryall
1a138c44af Bug 207675, display wchar_t as unicode chars. 2007-10-27 17:48:36 +00:00
Doug Schaefer
d8bdb2c2b3 Bug 206941 - Set the default extension filter to '*' for core files instead of '*.*', which doesn't match the default Linux core filename of 'core'. 2007-10-19 18:57:21 +00:00
John Cortell
dd735e2672 Support getting the ICDIThread associated with a CThread via IAdaptable, as is done with CDebugTarget and CStackFrame 2007-09-05 18:18:11 +00:00
John Cortell
cf73aadd70 Applied patch in bug 200829 2007-08-22 20:35:40 +00:00
Ken Ryall
8f61e02fd9 Fix deadlock when clearing all breakpoints. 2007-08-21 01:42:02 +00:00
Ken Ryall
e39c9dace5 Applied patch to fix 197634. 2007-08-03 04:14:33 +00:00
Ken Ryall
1bf06a9d31 Bug 81353, option to view disassembly when stopped in a location with no source. 2007-07-29 15:32:08 +00:00
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