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

2661 commits

Author SHA1 Message Date
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
Mikhail Khodjaiants
d408c25da3 Bug 118274: Condition is not shown in the tooltip of conditional breakpoint. 2006-05-12 21:08:52 +00:00
Mikhail Khodjaiants
32cc65f7c0 Bug 109449: Sort globals in "Add Globals" dialog. 2006-05-12 18:30:09 +00:00
Doug Schaefer
975237b92a Fixing up copyright notices. Bug 130320. 2006-05-11 15:53:56 +00:00
Ken Ryall
1db2529522 Mac OS support: work around for selecting executables inside packages. Add the mach-o binary parser by default, don't require a file extension for executables. 2006-05-09 22:42:49 +00:00
Ken Ryall
8bd344b11f Initial commit of the Import Executable Wizard. 2006-04-28 15:16:43 +00:00
Ken Ryall
325f5713fa Add another 'contains' that uses a source file name/path to search. 2006-04-28 03:24:32 +00:00
Ken Ryall
9d411ea3bc Only assume that all threads are suspended or resumed if the target does not support per thread control. 2006-04-28 03:23:09 +00:00
Ken Ryall
41b04c93d1 When the target supports runtime type identification clear out the cached type when a new value is created. Also fix a problem with global variables not always being updated. 2006-04-28 03:21:58 +00:00
Ken Ryall
1b35e42b33 When the target supports runtime type identification clear out the cached type when a new value is created. 2006-04-28 03:21:00 +00:00
Ken Ryall
34ff75dab8 Look in CVariable for the stack frame before resorting to the one from the RegisterManager. 2006-04-28 03:19:38 +00:00
Ken Ryall
e854db5a01 Threads are always "current" if the target supports thread control. 2006-04-28 03:16:55 +00:00
Ken Ryall
2b0840e29a Clear the value string if the target supports passive variable updating. 2006-04-28 03:15:54 +00:00
Ken Ryall
26bde110fa Extend the ICDITargetConfiguration interface to identify targets that support thread control, passive variable updating, and runtime type identification. 2006-04-28 03:12:53 +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
bfbd80c0fa Typo. 2006-04-18 20:43:41 +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
103ba0e9c1 Added the "AddWatchpoint" action to the breakpoints view. 2006-04-17 18:47:02 +00:00
Mikhail Khodjaiants
e8636fc099 Bug 113107: Make trace logs more readily available. 2006-04-16 05:03:28 +00:00
Mikhail Khodjaiants
4538ba6fd1 Bug 113107: Make trace logs more readily available. Implementation of the "Verbose Mode" action. 2006-04-13 21:52:59 +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
Mikhail Khodjaiants
310afa2c6b Bug 136206: Suppress Resumed events when processing solib events. 2006-04-12 19:06:40 +00:00
Mikhail Khodjaiants
f5d55039c7 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Support for deferred breakpoints. 2006-04-12 17:27:28 +00:00
Mikhail Khodjaiants
160774ed3d Warning cleanup. 2006-04-11 21:43:49 +00:00
Mikhail Khodjaiants
4cbf532066 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Sort the shared library list. 2006-04-11 20:48:47 +00:00
Mikhail Khodjaiants
9d776d52c0 Replacing shared library images. 2006-04-11 20:45:23 +00:00
Mikhail Khodjaiants
b1ce084777 Replacing shared library images. 2006-04-11 20:44:35 +00:00
Mikhail Khodjaiants
12c6d13e42 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use set instead of list when collecting the shared library names: different libraries can have same soname. 2006-04-11 20:07:21 +00:00
Mikhail Khodjaiants
39e1b6c5d3 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use soname instead of shared library name. 2006-04-11 19:31:59 +00:00
Mikhail Khodjaiants
dae81c31ec Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. 2006-04-10 20:47:23 +00:00
Mikhail Khodjaiants
a0af806148 "set solib-search-path" and "show solib-search-path" are not supported on Windows. 2006-04-10 18:35:56 +00:00
Mikhail Khodjaiants
ab7dcca459 Bug 135118: Modules view is not updated. 2006-04-05 19:27:15 +00:00
Mikhail Khodjaiants
69f829d455 Corrected the shared library image selection. 2006-04-05 19:21:15 +00:00
Mikhail Khodjaiants
6d791ff05d See bug 134871: StackOverflowError using AsynchronousViewer. 2006-04-04 20:53:47 +00:00
Mikhail Khodjaiants
1970f73554 Complying with Eclipse 3.2 M6. AsynchronousTreeModelViewer has been renamed to AsynchronousTreeViewer. 2006-04-04 15:00:29 +00:00
Mikhail Khodjaiants
89ae273720 Bug 134617: The "stop on shared library event" option doesn't work. 2006-04-03 21:10:08 +00:00
Mikhail Khodjaiants
102b8bcb67 Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class. 2006-03-31 21:57:22 +00:00
Mikhail Khodjaiants
67a47ed1f9 Corrected position of the "try-catch-finally" clause in createSession. 2006-03-31 20:05:01 +00:00
Mikhail Khodjaiants
ae43d3b681 Throw OperationCanceledException instead of IOException when getGDBprocess is canceled. 2006-03-31 19:57:18 +00:00
Mikhail Khodjaiants
91f17114ea Allow clients to contribute IRestart adapters. 2006-03-29 19:35:01 +00:00
Mikhail Khodjaiants
932f829054 Cleaned up the "Session" class constructors. 2006-03-27 21:02:57 +00:00
Mikhail Khodjaiants
5d825a202d Added the "getSessionConfiguration" method to allow clients to provide their own session configurations. 2006-03-27 21:01:06 +00:00
Mikhail Khodjaiants
1018fe85a9 Moved the extraction of the stop symbol to the launch. 2006-03-27 20:34:02 +00:00
Mikhail Khodjaiants
7a09933b77 Pass ILaunch instead of ILaunchConfiguration.
Added "getGDBPath" method.
2006-03-23 21:34:03 +00:00
Mikhail Khodjaiants
6f5a1ad81c Added default attribute value for ATTR_DEBUG_NAME. 2006-03-23 20:39:45 +00:00
Mikhail Khodjaiants
7cb4ec78b5 Added default attribute value for ATTR_DEBUG_NAME. 2006-03-23 20:16:42 +00:00
Mikhail Khodjaiants
373957fc6f Missing error message. 2006-03-21 19:33:59 +00:00