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

2947 commits

Author SHA1 Message Date
Anton Leherbauer
d3af1cd424 Fix for 218342: [patch] unable to clear breakpoints in ExternalTranslationUnit's from the editor (Patch by Warren Paul) 2008-02-11 11:03:42 +00:00
Andrew Ferguson
14b1bbaf1e add singleton property to correct compile errors against M5 platform. 2008-02-09 12:21:50 +00:00
John Cortell
21b8ccf0a5 Bugzilla 218194. Fix how install count is associated with a breakpoint. 2008-02-07 16:33:35 +00:00
Ken Ryall
468b4a4082 Bug 217493. 2008-02-05 22:50:27 +00:00
Ken Ryall
3a0793732b Bug 217485 - Can't set method breakpoints from the editor unless the method/function name is selected. 2008-02-05 21:38:55 +00:00
Doug Schaefer
d1561de41d Bug 215553 - patch for Alena - ensure the target is released in exception scenarios. 2008-01-28 19:56:26 +00:00
Doug Schaefer
0d547afec5 Bug 215416 - Patch for Alena - remove the hardcoding of some of the MI timeouts. 2008-01-28 19:54:35 +00:00
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
Doug Schaefer
10534b5968 Patch for Elena bug 166660. Cover up some wholes in the MI inferior handling that could cause multi-threading issues. 2008-01-25 21:04:27 +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
Anton Leherbauer
b127b4265f Patch by Alena Laskavaia for 186172: NullPointerException in debugger console 2008-01-15 09:12:57 +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
Mikhail Khodjaiants
5cfeda3947 Bug 213184: Modules view broken. 2007-12-17 16:46:18 +00:00
Mikhail Khodjaiants
fae36a5ca7 Bug 212840: Modules view doesn't compile against platform 3.4M4. 2007-12-16 20:37:49 +00:00
John Cortell
56dd415d35 Adjusted minor inneficiency someone here noticed. 2007-12-14 21:15:18 +00:00
John Cortell
ad701b9da6 211923. Make the memory space support in gdb/mi optional, via a global pref. 2007-12-12 22:34:53 +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
8f1b9f6726 Backed out last commit on HEAD. Was intended for cdt_4_0 branch (4.0.3) 2007-12-04 21:32:58 +00:00
John Cortell
2f92c9d12b Back out change in 4.0.2 that makes gdb CDI back-end claim it supports memory spaces. Will reintroduce in 5.0 with an additional global pref. 2007-12-04 21:19:07 +00:00
John Cortell
97c41a004d getBytesFromAddress() would return null ifgetAddressableSize() was called first 2007-11-30 22:38:45 +00:00
Doug Schaefer
ee51245443 Propogate fix from CDT 4.0 which from CDT 3.1. 2007-11-26 21:41:12 +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
86ef64e116 Fix for 209001, missing ctx-sensitive help for some debugger views. 2007-11-07 13:45:28 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Ken Ryall
f4a85817e6 Bug 207231, view memory on variables. 2007-11-05 15:42:32 +00:00
Ken Ryall
66cbf5bea7 Bug 118299, improved watchpoint support. 2007-11-05 15:36:46 +00:00
Mikhail Khodjaiants
db41842f23 Bug 207094: Modules view doesn't compile against platform 3.4M2. Applied patch from Pawel Piech (Wind River). 2007-11-02 21:33:17 +00:00
Ken Ryall
1a138c44af Bug 207675, display wchar_t as unicode chars. 2007-10-27 17:48:36 +00:00
Ken Ryall
58150201b7 Fix typo in previous commit. 2007-10-19 20:44:46 +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
Ken Ryall
de0b85c913 Bug 206825. 2007-10-19 15:14:43 +00:00
Mikhail Khodjaiants
44f817a54b Changed copyright. 2007-10-03 17:31:46 +00:00
Mikhail Khodjaiants
2a1bb17d2a Column support for Modules view. 2007-10-03 14:46:31 +00:00
Mikhail Khodjaiants
f969cc0ef9 Debug model agnostic Modules view. 2007-10-02 14:29:32 +00:00
Ken Ryall
56e73c7889 Cleaned up the CSourceNotFound editor. It now works for non IDebugElements too. 2007-09-17 21:27:45 +00:00
Ken Ryall
f1dcaf70a2 Fixed a problem where binary parsers where sometimes not saved in the project. 2007-09-07 23:35:27 +00:00
Anton Leherbauer
39180b7960 Fix for 190277: Stopping a debugg session causes all user processes to terminate (Patch by Piotr Kundu) 2007-09-06 11:56:01 +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