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

1176 commits

Author SHA1 Message Date
Alena Laskavaia
d33651d578 PR: 255946 -Console output incorrect. Escape charecters should not interpret.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255946
2008-11-21 18:04:55 +00:00
Alena Laskavaia
19af0eaeeb [248691] - fixed bug in details evaluation for items of big array, applied patch send by Michael Luber 2008-10-22 16:33:31 +00:00
Alena Laskavaia
0ecc8782a4 - sometime gdb sends "empty" child name for anonymous unions for example, in this case expressions like foo..bar can be created, now will create foo instead of foo. in case of union 2008-09-22 14:16:36 +00:00
Alena Laskavaia
f0cec37944 - fixed broken ability to add address breakpoint from console 2008-09-18 21:03:49 +00:00
Alena Laskavaia
c1438bceb5 PR: 109999 - use variable substitution for gdb command 2008-08-18 13:38:34 +00:00
Alena Laskavaia
d537166abb - change version to 5.1 on head 2008-07-09 16:43:51 +00:00
Alena Laskavaia
82f0c74d03 [216711] - added other visible gdb catch events, most of them is not support right now though 2008-07-09 16:37:40 +00:00
Alena Laskavaia
89050be0e1 [237858] - fixed expression evaluation for complex c++ data structures 2008-07-09 14:44:50 +00:00
John Cortell
8b0b647c7b Move-to-line feature. Application of the patch in bugzilla 118147. Includes refactoring of resume-at-line feature which used "jump to line" terminology. While such terminology is aligned with gdb (it invokes the 'jump' command), it is otherwise counter intuitive and collides with the "move to line" concept. The interfaces and code are now consistent throughout in its use of "resume at line" terminology. 2008-07-07 18:44:06 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Alena Laskavaia
69ea8a3218 bug 233058 - support for remote process exit code in debug session 2008-05-20 20:06:08 +00:00
John Cortell
b36ad37def Addressed two loose ends of bugzilla 118100 2008-05-08 02:42:34 +00:00
John Cortell
79aa62cd97 Renamed ICBreakpointTyped to ICBreakpointType 2008-05-07 23:29:25 +00:00
Alena Laskavaia
5a0701efaa bug 118100 - moving breakpoints types in ICBreakpointTyped 2008-05-06 13:51:32 +00:00
Alena Laskavaia
af61802112 - added couple more of working catchpoints: fork, vfork and exec 2008-05-01 14:25:50 +00:00
John Cortell
a602cd1826 Refactoring to use "BreakpointEvent" instead of "Catchpoint" to be consistent with how we refer to the feature at the UI level. 2008-04-25 21:23:39 +00:00
Alena Laskavaia
c652147479 bug 226689 - catchpoint support 2008-04-25 16:06:06 +00:00
Alena Laskavaia
12af9151f7 - update error/warning policy to include more errors/warnings 2008-04-25 15:43:03 +00:00
Alena Laskavaia
47fd9199d1 - added log methods for plugins 2008-04-24 21:28:22 +00:00
Anton Leherbauer
fdff1402b2 Fix for 86676: CDT ghosts resume/step when stack-info-depth fails
Patch by Øyvind Harboe <oyvind.harboe@zylin.com>
2008-04-03 08:52:33 +00:00
Alain Magloire
802af6b09c *org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfigurationConstants}.java
*org.eclipse.cdt.debug.mi.core/MISession.java
* org.eclipse.cdt.debug.mi.core.cdi/BreakpointManager.ajva
*org.eclipse.cdt.debug.mi.internal/iu/{StandardGDBDebuggerPage.java,MIUIMEssages.properties}

220045  Debuger is stopping on non-existing breakpoints for files with same name

Patch from Elena
2008-03-28 15:42:17 +00:00
Alain Magloire
02f51cf12a * org.eclipse.cdt.debug.internal.core.model/CValue.java
* org.eclipse.cdt.debug.mi.core.cdi/SourceManager.java
221944 nor P3 Wind cdt-debug-inbox@eclipse.org NEW Cannot display long long int as hex

Patch from Elena
2008-03-28 15:27:31 +00:00
Anton Leherbauer
da521c277c Fix for 221224: debugger mi target locking problems
Patch contributed by Alena Laskavaia <elaskavaia@qnx.com>
2008-03-13 08:59:36 +00:00
Ken Ryall
d3af11b187 Bug 197986 2008-02-22 22:42:49 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +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
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
Anton Leherbauer
b127b4265f Patch by Alena Laskavaia for 186172: NullPointerException in debugger console 2008-01-15 09:12:57 +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
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
Doug Schaefer
ee51245443 Propogate fix from CDT 4.0 which from CDT 3.1. 2007-11-26 21:41:12 +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
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
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
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
Mikhail Khodjaiants
abc471dd3a Bug 193776: [Debug/MI] Error displaying array variable when switching stack frame. 2007-06-21 17:51:23 +00:00
Mikhail Khodjaiants
0c6372a4b4 Bug 193471: Variables View: mi_cmd_var_create: unable to create variable object. 2007-06-20 13:37:16 +00:00
Doug Schaefer
07cd48f399 Fix up copyrights. 2007-06-14 18:37:09 +00:00
Mikhail Khodjaiants
22f4e30577 Bug 192621: Address breakpoint markers are not shown in Disassembly view. 2007-06-14 10:49:59 +00:00
Mikhail Khodjaiants
9a64852657 Bug 186929: Run to Line and Resume At Line should be passing absolute path to CDI client. 2007-06-12 16:01:28 +00:00
Doug Schaefer
03d085016c Bug 52100 - Patch for Sergey - Remove the private/public children from the variables view. 2007-06-06 20:14:02 +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
Anton Leherbauer
2645d4879d Fix for 183578: NPE creating an address breakpoint in the Disassembly view 2007-05-24 09:04:00 +00:00