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 |
|
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
|
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
|
89ae273720
|
Bug 134617: The "stop on shared library event" option doesn't work.
|
2006-04-03 21:10:08 +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
|
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
|
7a09933b77
|
Pass ILaunch instead of ILaunchConfiguration.
Added "getGDBPath" method.
|
2006-03-23 21:34:03 +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 |
|
Mikhail Khodjaiants
|
d1ad9cfff1
|
Made "getCommandFile" and "getWorkingDirectory" methods protected.
|
2006-03-20 23:29:10 +00:00 |
|
Mikhail Khodjaiants
|
2a30a9aa28
|
ILaunch is added to the arguments list of "doStartSession".
|
2006-03-17 00:11:08 +00:00 |
|
Mikhail Khodjaiants
|
17afe7c4ac
|
Added default implementation for "getExtraArguments". No need to force clients to implement this method.
|
2006-03-13 22:48:36 +00:00 |
|
Mikhail Khodjaiants
|
52341a3587
|
Updated the contributors list.
|
2006-03-06 19:47:30 +00:00 |
|
Norbert Plött
|
37fb31f3ca
|
Target stream output added to parseable list. Bug 119370.
|
2006-03-06 07:40:25 +00:00 |
|
Mikhail Khodjaiants
|
40de7ba4a9
|
Cleanup.
|
2006-02-27 22:55:11 +00:00 |
|
Norbert Plött
|
2f2ef46adc
|
.options included in binary build.
|
2006-02-10 15:54:48 +00:00 |
|
Mikhail Khodjaiants
|
b65a91b8b5
|
Bug 114793: Add an extension point to contribute command factories. Registered windows and linux specific command factories for gdbserver.
|
2006-02-09 20:33:02 +00:00 |
|
Mikhail Khodjaiants
|
4f2be141c6
|
The inferior is in the suspended state when connecting to gsbserver.
|
2006-02-09 20:30:04 +00:00 |
|
Mikhail Khodjaiants
|
bce2540688
|
Bug 114793: Add an extension point to contribute command factories. Added standard command factory for gdb server.
|
2006-02-08 16:51:02 +00:00 |
|
Mikhail Khodjaiants
|
43f8eb837a
|
Check if "*" is used to describe supported platforms.
|
2006-02-08 16:44:41 +00:00 |
|
Mikhail Khodjaiants
|
36d7840256
|
Added comments.
|
2006-02-07 22:07:18 +00:00 |
|
Mikhail Khodjaiants
|
b26b4af40f
|
Modified description.
|
2006-02-07 21:21:41 +00:00 |
|
Mikhail Khodjaiants
|
667a2e1442
|
Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux.
|
2006-02-07 20:51:02 +00:00 |
|
Mikhail Khodjaiants
|
1eff9754a0
|
Wrong comment.
|
2006-02-07 20:48:46 +00:00 |
|
Mikhail Khodjaiants
|
d189f3bcd5
|
Added comment.
|
2006-02-07 20:48:25 +00:00 |
|
Mikhail Khodjaiants
|
30315f76c7
|
Bug 126789: Use new "fullname" attribute of stack frame description.
|
2006-02-07 20:10:20 +00:00 |
|
Mikhail Khodjaiants
|
6660f07ea6
|
Suppress "set auto-solib" - returns error on Windows.
|
2006-02-06 22:41:56 +00:00 |
|
Mikhail Khodjaiants
|
01eaafd33a
|
Use getters to access members of "MICommand".
|
2006-02-06 22:37:21 +00:00 |
|
Mikhail Khodjaiants
|
c5831cdf12
|
Bug 114793: Add an extension point to contribute command factories.
|
2006-02-06 21:08:44 +00:00 |
|
Mikhail Khodjaiants
|
71d38ceea2
|
Bug 114793: Add an extension point to contribute command factories.
|
2006-02-06 20:48:26 +00:00 |
|