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 |
|
Anton Leherbauer
|
caa71ea750
|
Fix for 201521: External assembly files don't show breakpoint icons
|
2007-08-29 08:49:14 +00:00 |
|
Doug Schaefer
|
a00f0ded40
|
Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain. Also map the cygwin debugger to the cygwin toolchain. Fix up the launch shortcut so that the longest matching pattern wins the day since both cygwin and mingw would get trumped by the main gnu one. With this single click debug works on Linux.
|
2007-08-28 20:38:03 +00:00 |
|
Doug Schaefer
|
48c59df306
|
Patch for Ewa. Wrong command string use for MIExecReturn object. Bug 195779.
|
2007-08-28 18:26:41 +00:00 |
|
Doug Schaefer
|
b6db6179c0
|
Patch for Ewa - bug 195777 - add return cli command as a stepping operation.
|
2007-08-28 18:08:25 +00:00 |
|
Ken Ryall
|
d8fb6a0a1d
|
Bug 201165
|
2007-08-25 16:30:28 +00:00 |
|
John Cortell
|
cf73aadd70
|
Applied patch in bug 200829
|
2007-08-22 20:35:40 +00:00 |
|
Ken Ryall
|
f76bef99d6
|
Allow override of default project name.
|
2007-08-21 01:42:20 +00:00 |
|
Ken Ryall
|
8f61e02fd9
|
Fix deadlock when clearing all breakpoints.
|
2007-08-21 01:42:02 +00:00 |
|
Mikhail Khodjaiants
|
2e740cb814
|
Bug 198023: In the Debug Register View the object contribution "Add Register Group" is enabled and should not be.
|
2007-08-13 15:47:28 +00:00 |
|
Mikhail Khodjaiants
|
bfea9dea0c
|
Bug 197178: CDT Debug should not contribute to Platform earlyStartup.
|
2007-08-07 09:51:18 +00:00 |
|
Ken Ryall
|
e39c9dace5
|
Applied patch to fix 197634.
|
2007-08-03 04:14:33 +00:00 |
|
Ken Ryall
|
27bfb855d6
|
Bug 195984.
|
2007-08-03 04:10:17 +00:00 |
|
Ken Ryall
|
cd9c320af7
|
Give each button a uid.
|
2007-07-31 03:30:54 +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 |
|
Mikhail Khodjaiants
|
8563df14dc
|
Bug 197162: NPE thrown viewing Global Variables (VariableManager.createLocalVariables).
|
2007-07-25 11:00:20 +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 |
|