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

141 commits

Author SHA1 Message Date
Pawel Piech
f88b03fbd0 [247356] Use API tooling. 2008-09-15 21:31:37 +00:00
Ted Williams
83c49e7875 [244640] fail to export org.eclipse.dd.dsf.gdb-feature (.classpath "bin/classes" -> "bin") 2008-09-11 04:48:24 +00:00
Pawel Piech
5700736f3f comments 2008-08-28 05:07:35 +00:00
Pawel Piech
3ff2b8c238 [245297] Added an @since tag. 2008-08-28 05:00:38 +00:00
Pawel Piech
9384592322 [245297] - [non-stop][cache] Caching may not be possible in non-stop mode 2008-08-27 21:43:59 +00:00
Pawel Piech
938067e4ce [244435] - [expressions][registers] A register modified in expressions new may not show new value. 2008-08-18 16:57:32 +00:00
Pawel Piech
1fbfd51fac [243611] - [commands] Add an ICommandControlService interface. 2008-08-08 17:42:23 +00:00
Marc Khouzam
5f3384b6fe Bug 243487 The reset(IDMContext) method clears descendants of the specified context but not the context itself.
Also, a return was missing.
2008-08-07 20:08:38 +00:00
Marc Khouzam
133ac134ee Bug 241844
Adds the started and exited events when attaching and detaching from a process.
2008-07-31 02:47:36 +00:00
Marc Khouzam
d6faf244f9 Bug 241985
Made ServiceFactory accept a variable number of arguments to allow for different constructor signatures for services.
2008-07-29 19:55:29 +00:00
Marc Khouzam
d2c9d972ef Bug 239050
can* and is*Supported methods to know when operations can be performed.
2008-07-25 14:40:02 +00:00
Marc Khouzam
2640f48aba Bug 241985
removes the abstract from the methods, and adds ICommandControl, ISignals and ISymbols.  It also uses alphabetical order to make it easier to know if something is forgotten.
2008-07-24 16:19:28 +00:00
Francois Chouinard
593106d158 Patch for non-stop multi-threading 2008-07-22 19:19:48 +00:00
Anton Leherbauer
337235a75e 214386: [run control][debug view][source lookup] When stepping fast (holding down F5 key) the IP in editor does not keep up. 2008-07-16 11:02:58 +00:00
Marc Khouzam
9af6a7b237 Bug 239050
Use the generic IDMContext instead of IContainerDMContext because some debuggers may not have a run control service
Replace IThreadDMData.getDebuggingContext() with method getDebuggingContext()
2008-07-15 15:21:24 +00:00
Marc Khouzam
f440765624 Bug 239050
some improvements to the IProcesses interface where needed:

1- getRunningProcesses() should take an IContainerDMContext as a parameter to prepare for multi-core/multi-processor debugging.

2- attachDebuggerToProcess() should return an IContainerDMContext as part of the requestMonitor.  This is because, once a process is attached to, it will then need to have a container context to use the RunControl service.

3- getProcessesBeingDebugged() should take an IContainerDMContext as a parameter to prepare for multi-core/multi-processor debugging.  Also, it should return an array of IContainerDMContexts as part of the requestMonitor;  this is because, processes that are being debugged should have a container context to use the RunControl service.
2008-07-08 13:40:27 +00:00
Marc Khouzam
e3eb35603d Bug 239050
New interface and service to provide access to the OS's process information, manipulation methods, and debugging methods.
2008-07-03 19:05:20 +00:00
Ted Williams
dd61347700 [239153] bump versions on HEAD, 1.0 -> 1.1 2008-07-01 18:03:47 +00:00
Marc Khouzam
6fc511904f Bug 237798
Added a ServiceFactory to allow for different implementation of the same services, depending on the backend .
2008-06-24 18:41:39 +00:00
Pawel Piech
0bc7b6f932 [238108] - [viewmodel] null pointer access in VM provider classes 2008-06-24 18:13:29 +00:00
Pawel Piech
fd5c004c84 [160041] - [debug view] Retrieving limited # of stack frames. 2008-06-24 17:34:46 +00:00
Pawel Piech
cda9077453 [237325] - Additional fixes for CommandCache.isTargetAvailable() bug. 2008-06-16 20:20:24 +00:00
Pawel Piech
e90dbc258a [237235] - [commands] CommandCache.isTargetAvailable/setContextAvailable don't work correctly with non-stop multithreading. 2008-06-16 18:27:01 +00:00
Francois Chouinard
921b166ee8 Fix for bug234289 2008-06-09 14:19:46 +00:00
Pawel Piech
226fd77f89 [235312] - [source lookup] [disassembly] Source lookup does no longer work for the disassembly view 2008-06-05 17:32:23 +00:00
Pawel Piech
68c2b37b32 [234296] - [source lookup] Source lookup open "<unknown>" editor after after launching two multiple duplicate debug sessions. 2008-06-02 16:40:18 +00:00
Pawel Piech
10580b5759 Updated copyright statements. 2008-05-30 22:57:44 +00:00
Francois Chouinard
1720457ddb Fixes for Bug234314 and Bug234289 2008-05-28 13:40:49 +00:00
Pawel Piech
5d50a256ac [233339] - [debug view] When stepping over a long running operation stack frames do not change state to running. 2008-05-21 20:43:52 +00:00
Ted Williams
ba74c32151 [229914] Implement Update Policy support for Memory View 2008-05-05 17:15:05 +00:00
Ted Williams
3a557eade1 [229914] Implement Update Policy support for Memory View 2008-05-02 22:42:09 +00:00
Ted Williams
5ca73b2a53 [229914] Implement Update Policy support for Memory View 2008-05-02 05:38:15 +00:00
Ted Williams
e30768e578 [229914] Implement Update Policy support for Memory View 2008-05-02 05:32:46 +00:00
Ted Williams
8c58d70bca [229914] Implement Update Policy support for Memory View; initial DsfMemoryBlock support 2008-05-02 05:28:34 +00:00
Francois Chouinard
bf9f5fbabd Fix for Bug228706 2008-04-24 17:40:22 +00:00
Francois Chouinard
7fa8caa54f Fix for bug228308 2008-04-24 15:19:28 +00:00
Pawel Piech
4d9b833a78 [225820] Removed the unused Section interface. 2008-04-05 19:40:00 +00:00
Randy Rohrbach
d25c62e763 Bugzilla 225606 2008-04-05 02:14:07 +00:00
Pawel Piech
723b0df731 [225610] Removed the IExpressionDMData.getStringValue() method. 2008-04-03 17:56:22 +00:00
Pawel Piech
b76951e59e [217020] Refactored ICommandControl interface to use a token to identify queued commands. 2008-04-02 04:09:35 +00:00
Pawel Piech
706d77cc0c [206932] Made ICommandControl independent from the IDsfService class. 2008-04-01 20:46:11 +00:00
Pawel Piech
5f378a1751 [223969] Extended DsfMemoryBlockRetrieval to support multiple contexts. 2008-04-01 03:39:29 +00:00
Pawel Piech
deabab9f21 [216803] Removed the getName() methos from Data Model contexts declared in IRegisters service interface. 2008-03-31 17:00:28 +00:00
Pawel Piech
5542247e15 [223969] Make the CommandCache.setContextAvailable() optional. 2008-03-31 16:49:48 +00:00
Pawel Piech
af4f8c99e1 [202510] Changed the IRegisters.getBitFields() method to take a generic IDMContext argument. 2008-03-28 18:21:36 +00:00
Pawel Piech
d5f39af5a8 [224435] Changed the IContainerSuspendedDMEvent/IContainerResumedEvent.getTriggeringContext() to return an array instead of a single context. 2008-03-28 18:05:54 +00:00
Pawel Piech
e42dcea7a8 [158610] Converted the IRunControl.can*() methods to be asynchronous. 2008-03-28 17:42:49 +00:00
Pawel Piech
c50257d07d [224434] Changed the context used in IRunControl.IStartedDMEvent and IRunControl.IExitedDMEvent events. 2008-03-27 22:09:11 +00:00
Pawel Piech
4f71f37d15 [159046] Got rid of IStack.isStackAvailable(). 2008-03-27 21:20:10 +00:00
Pawel Piech
549cdbd6fd [224466] Renamed SourceDisplayAdapter to DsfSourceDisplayAdapter, and DsfMISourceLookupParticipant to DsfSourceLookupParticipant. 2008-03-27 21:06:06 +00:00