1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

1121 commits

Author SHA1 Message Date
Ken Ryall
8e347bf561 Disable the console for the MI version just as the CLI version does. 2007-05-05 14:42:57 +00:00
Ken Ryall
27043fdba7 Better MI support on Mac OS: MI version of shared lib info, also allow CommandFactory to provide initial directory specification so it can be quoted. 2007-05-04 21:12:39 +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
Doug Schaefer
28af2813bf First GDB JTAG session running. 2007-04-18 19:57:22 +00:00
Ken Ryall
a59c16a63a 175532 Support for address to source API. 2007-04-17 18:19:42 +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
Alain Magloire
97186148e9 patch form Elena # 180975 2007-04-09 20:01:17 +00:00
Alain Magloire
d0015ae8c3 Fix from Elena for PR #189959
Fixing the backtrace parsing for C++
2007-04-02 15:41:58 +00:00
Mikhail Khodjaiants
88b72e9a46 Bug 174988: thread switch while register view is open: redundant mi commands sent. Applied patch from Giuseppe Montalto (STMicroelectronics). 2007-03-01 12:14:17 +00:00
Ken Ryall
b4340ada20 Support for ICDIBreakpointManagment2, breaks are enabled/disabled when they are set. 2007-02-16 04:30:03 +00:00
Ken Ryall
608dfc4e8f More refined way to address bug 102563. Also track which source file an MI break is supposed to be in even if gdb won't say after it is set. 2007-02-16 02:38:02 +00:00
Mikhail Khodjaiants
71355f9dc9 Bug 173036: target-download "file" is not supported. 2007-02-06 12:23:32 +00:00
Mikhail Khodjaiants
def35fab6f Bug 160359: Debug session is not to be created 2007-01-26 17:51:10 +00:00
Mikhail Khodjaiants
ca878d9a0b Bug 171644: RxThread crashes on NullPointerException if a unexpected "^running" message is received from debugger. 2007-01-25 15:54:07 +00:00
Alain Magloire
1f146e629b Fix for PR169548, where the MI variable was not actually created. At the update we try to create again 2007-01-19 21:26:00 +00:00
Alain Magloire
7bf5aee354 Fix for PR169548, where the MI variable was not actually created. At the update we try to create again 2007-01-16 16:57:44 +00:00
Ken Ryall
b90428f821 Check for reason "shlib-event". 2007-01-10 01:29:43 +00:00
Alain Magloire
386259928b fix PR 169223, the parser did not recognize the class std::string 2006-12-30 23:59:50 +00:00
Alain Magloire
ce2fc57e4b Fix bug in parsing reference value PR 169259 2006-12-30 02:18:52 +00:00
Alain Magloire
00ab3049d9 fix PR 169223, the parser did not recognize the class std::string 2006-12-29 04:03:56 +00:00
Ken Ryall
3c5cecbebd Fix 80092. 2006-11-29 01:34:52 +00:00
Ken Ryall
0132200353 Addition change for 150565. 2006-11-08 22:29:36 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Ken Ryall
a9605d9359 Bug 150565. Expressions cache their variable objects so they don't ask gdb to create a new one each time the expression value is determined. 2006-09-25 22:38:40 +00:00
Mikhail Khodjaiants
62a4d11277 Bug 155816: NPE thrown by info threads.
Applied patch from James Blackburn (jamesblackburn+eclipse@gmail.com).
2006-08-31 14:22:58 +00:00
Ken Ryall
d1c5dd658c Move the workaround for bug 102563 into the mi plug-in so that non-gdb CDI clients can get the full path for line breakpoint locations. Fixes bug 155137. 2006-08-24 23:11:00 +00:00
Norbert Plött
d80185bcd5 Fix #146725 - Erreneous error message during GDB startup
gdb set new-console is not implemented on Linux and should not be used
2006-08-23 06:52:22 +00:00
Mikhail Khodjaiants
9d683d0275 Bug 145758: Unable to use the default command factories. 2006-08-22 14:34:53 +00:00
Mikhail Khodjaiants
8cdf94585a Bug 153894: Variable View: Can not format 'short int' to Hex.
Applied patch from James Blackburn (jamesblackburn+eclipse@gmail.com).
2006-08-22 08:20:48 +00:00
Thomas Fletcher
2f1ea39182 Minor additional locking to enhance the safety of the currentThreadID
and to ensure that we are always setting the stack frame initially, even
in the case where it is being arbitrarily selected.
PR 151253
2006-08-17 19:55:50 +00:00
Norbert Plött
e1b13bbf23 Adding guards against null message in Exception - bug #151663 2006-07-28 06:01:48 +00:00
David Inglis
06016b3405 fixed for bug# 151253 -Single steping a mult-thread program to fast results in unexpected behavior 2006-07-21 19:46:13 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Mikhail Khodjaiants
6eed0e6c62 Bug 137970: No default debugger in C++ managed project. 2006-05-25 22:03:44 +00:00
Mikhail Khodjaiants
ae939f1fa5 Bug 109733: Request to make certain methods as public (MISession and MIInferior). 2006-05-25 20:17:19 +00:00
Mikhail Khodjaiants
4d7999030e Bug 109733: Request to make certain methods as public (null check for setPrompt). 2006-05-25 18:12:28 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
Ken Ryall
e99188230e Bug 69522. Changes to accommodate Apple's gdb: Added gdb/mi command factory for Mac OS. Reviewed and applied Greg's patch that beefs up support for MI results containing tuples. Added one additional change in MIVarUpdateInfo. Debug sessions now startup and variables display correctly on Mac OS 10.4.6 with latest dev tools.
Ran before and after tests on Windows and saw no ill effects or changes in behavior for variable display.
2006-05-17 16:31:23 +00:00
Doug Schaefer
975237b92a Fixing up copyright notices. Bug 130320. 2006-05-11 15:53:56 +00:00
Mikhail Khodjaiants
b21c75453d Don't create pty when using gdbserver. 2006-04-21 18:09:10 +00:00
Mikhail Khodjaiants
7729196702 Close the pty if the session creation failed. 2006-04-21 15:48:17 +00:00
Mikhail Khodjaiants
c9c3a60a1d Duplicate message key. 2006-04-18 22:29:16 +00:00
Mikhail Khodjaiants
9cbc718f2b Breakpoint can be temporary and hardware at the same time. 2006-04-17 19:40:16 +00:00
Mikhail Khodjaiants
e8636fc099 Bug 113107: Make trace logs more readily available. 2006-04-16 05:03:28 +00:00
Mikhail Khodjaiants
cb185efddb Bug 113107: Make trace logs more readily available. Core support for the "Verbose Mode" action. 2006-04-13 21:50:06 +00:00
Mikhail Khodjaiants
a0d3431212 Write log messages to the system out instead of err. 2006-04-12 19:50:13 +00:00