1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 22:05:44 +02:00
Commit graph

163 commits

Author SHA1 Message Date
Doug Schaefer
120d96abea Set up 8.0 branch for Maven. 2011-07-11 03:08:52 -04:00
Anton Leherbauer
c1a81dbd68 Bug 331232 - There are memory leaks with each GDB debug session (partial fix) 2011-05-13 10:33:44 +00:00
Patrick Chuong
e9ccc03be3 Bug 336876 - [multicore] Grouping of Execution Elements for DSF debugger feature 2011-03-10 20:38:23 +00:00
Patrick Chuong
581d1af49f Bug 328168 - Disassembly view does not align address enter new address manually 2010-12-21 16:53:48 +00:00
Pawel Piech
8378c53a18 Bug 329488 - DSF ACPM deadlocks 2010-11-11 18:05:03 +00:00
John Cortell
5fa5ff3a81 Bug 329481: Inconsistency in DSF ACPM cancel behavior. 2010-11-10 16:47:55 +00:00
John Cortell
197f94773b Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF. The reset() method should null out the data reference and set status to INVALID_STATUS. The former is particularly important since we otherwise hold the memory hostage. Functionally there's no difference since neither the data nor status can be queried when in invalid state. 2010-11-01 21:13:47 +00:00
John Cortell
2cd5b59772 Documentation 2010-11-01 20:55:25 +00:00
John Cortell
e5328c3106 Bug 310345: Made validate methods public 2010-10-28 23:14:49 +00:00
John Cortell
c0f40ceb47 Documentation 2010-10-28 15:50:33 +00:00
Pawel Piech
24af3b858a Bug 310345 - Updated range cache to immediately return a valid range if range data is available. 2010-10-28 04:41:23 +00:00
John Cortell
3641fa0fa2 Minor message correction 2010-10-22 16:06:47 +00:00
Pawel Piech
a24bb7ea72 Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF
- Removed the hidden handling of DataRequestMonitor in AbstractCache.update().
2010-10-20 15:59:09 +00:00
Pawel Piech
a56f1006bd Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF 2010-10-19 21:20:56 +00:00
John Cortell
432a6010a8 Bug 310345: [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF (Improvements) 2010-10-19 18:45:56 +00:00
John Cortell
d5fbab8502 documentation 2010-10-18 20:12:11 +00:00
Pawel Piech
3263f623ae Added missing body to validate(Iterable). 2010-10-18 19:34:14 +00:00
Pawel Piech
c6e0fac759 Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF 2010-10-18 16:50:06 +00:00
John Cortell
400a4127fd Bug 310345: [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF (committing my commented version of Pawel's file. Pawel will be adding the others). 2010-10-18 16:11:20 +00:00
John Cortell
6174986b48 Bug 327484: New service for getting information on a memory space. Documentation improvement asked for in comment 6 2010-10-12 19:35:07 +00:00
Pawel Piech
8c69e98515 Bug 293109 - [debug view][view model] Terminate and Relaunch action not working. 2010-10-08 18:15:45 +00:00
Anton Leherbauer
ef4a1226fe Bug 325277 - [disassembly] add IInstruction#getSize() to fill single-instruction gaps, allow large pseudo-mnemonics 2010-09-29 11:01:49 +00:00
Pawel Piech
ad14e00615 Bug 321932 - Removed a constant accidentally added to the API in last checkin. 2010-09-28 17:44:52 +00:00
Pawel Piech
c72c78d35c Bug 325943 - [concurrent] Robustify Sequence against RejectedExecutionException 2010-09-27 23:27:18 +00:00
Pawel Piech
b2dd37899a Bug 321932 - [update policy] When in manual mode, switching number format should still show value in other formats if value is cached. 2010-09-27 23:26:34 +00:00
Pawel Piech
159c91c678 Bug 326233 - DsfSession doesn't compile against 3.7 2010-09-27 20:48:21 +00:00
Ed Swartz
394f056cd3 Bug 259881: apply fix for incorrect Sequence#get(...timeout...) implementation 2010-09-19 17:32:21 +00:00
Marc Khouzam
0ea29b6195 Bug 321084: Undo previous comment change. It was mis-leading. 2010-08-31 16:05:46 +00:00
Marc Khouzam
640a85e0cb Bug 321084: Updated the example. 2010-08-31 16:04:21 +00:00
Marc Khouzam
ca255eb6e6 Bug 321084: Create a new ReflectionSequence and have FinalLaunchSequence use it. The goal to to make FinalLaunchSequence easier to extend. 2010-08-31 15:18:45 +00:00
Ling Wang
682b0c44dc Bug 320044: New breakpoints are got installed in dead process. 2010-07-16 19:12:32 +00:00
Mikhail Khodjaiants
5a7c2c617e Bug 315677 - [variables] Add "hasSubExpressions" method to IExpressions 2010-06-24 17:28:17 +00:00
Marc Khouzam
7938f9e2c4 Bug 317324: Up-ing plugin versions for DSF 2010-06-22 19:21:11 +00:00
John Cortell
c39daa9ca9 Bug 316987: Show full paths preference under C/C++->Debug is not really necessary 2010-06-17 18:30:47 +00:00
Pawel Piech
c761330f36 Bug 311564 - [memory] GDB-DSF memory retrieval hangs when creating memory block at function symbol 2010-06-07 18:55:00 +00:00
Vivian Kong
70237c3d81 Bug 315439 Fix up copyright 2010-06-03 00:12:05 +00:00
John Cortell
54d5da166c Bug 303315: Improve javadoc for disassembly service 2010-05-28 18:32:07 +00:00
Pawel Piech
c48835544d Bug 314258 - [console] Cannot have both stdout in console and in file 2010-05-27 16:40:14 +00:00
Pawel Piech
7141f555ad Bug 313885 - [concurrency] TracingWrapperRunnable should log all Throwables not only RuntimeExceptions 2010-05-21 18:06:58 +00:00
John Cortell
4578a2a5ca Bug 309032: Need APIs to support memory pages (add ability for backend to indicate a memory space qualification is necessary) 2010-05-20 15:02:31 +00:00
John Cortell
e1dfb2e746 Bug 309032: Need APIs to support memory pages (or memory spaces) 2010-05-14 19:08:38 +00:00
Pawel Piech
06e479681f Bug 312813 - [Launch] MIInferiorProcess.exitValue() never returns 2010-05-14 16:50:40 +00:00
Ed Swartz
32b01dbe7e Update incorrect Javadoc 2010-05-04 20:04:18 +00:00
Marc Khouzam
45bb4086d0 Bug 311416: Clarify javadoc 2010-05-04 17:58:08 +00:00
Marc Khouzam
ea18f6f726 Bug 309309: CommandCache could prevent RMs from being completed if the ICommandControl.queueCommand() returned right away. 2010-04-30 17:07:00 +00:00
Marc Khouzam
6cc13ab881 Clarify method. 2010-04-30 15:31:12 +00:00
Pawel Piech
8a353a1758 Bug 310335 - [concurrent] Query utility does not propagate a cancel requests 2010-04-23 20:21:03 +00:00
Marc Khouzam
caa6d148db [248627] Support "Show Full Path" action for DSF 2010-04-22 23:44:30 +00:00
John Cortell
4c2c31028a Added assert. 2010-04-22 16:18:34 +00:00
John Cortell
57c6ba5fec [248587] Support "Event' Breakpoints 2010-04-06 19:32:14 +00:00