1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

525 commits

Author SHA1 Message Date
Pawel Piech
acfb30df58 Bug 328883 - AbstractCachingVMProvider throws ClassCastException
Corrected Fix.
2010-11-30 22:47:18 +00:00
Anton Leherbauer
7cdb3eeeb1 Bug 330646 - Disassembly view causes AssertionError 2010-11-25 15:36:08 +00:00
Patrick Chuong
9865f25dbc Bug 330259 - [disassembly] debug context is not per workbench window 2010-11-24 14:39:28 +00:00
Marc Khouzam
61a30ea7ad Fix typo 2010-11-19 17:35:34 +00:00
Marc Khouzam
b0789f8298 Fix typo 2010-11-19 16:48:27 +00:00
Anton Leherbauer
7e01bb61eb Bug 328391 - DisassemblyBackendDsf gotoSymbol needs to handle IExpressionDMLocation when using IExpressions.getExpressionAddressData 2010-11-17 12:23:42 +00:00
Anton Leherbauer
009a2d0523 Bug 329682 - Rename method "evaluateSymbolAddress" to "evaluateAddressExpression" 2010-11-16 09:35:38 +00:00
Anton Leherbauer
1e2b8c24bb Bug 329682 - Restore backwards compatibility 2010-11-12 17:48:01 +00:00
Anton Leherbauer
bbcd27276a Warnings cleanup 2010-11-12 10:21:07 +00:00
Anton Leherbauer
8154839ead Bug 326636 - [disassembly] Enable disassembly view as "editor" 2010-11-12 10:02:30 +00:00
Pawel Piech
8378c53a18 Bug 329488 - DSF ACPM deadlocks 2010-11-11 18:05:03 +00:00
Patrick Chuong
b0f3b7b768 Bug 329682 - [disassembly] Address bar does not work for symbols 2010-11-11 17:05:56 +00:00
John Cortell
5fa5ff3a81 Bug 329481: Inconsistency in DSF ACPM cancel behavior. 2010-11-10 16:47:55 +00:00
Anton Leherbauer
85b40d1d99 Bug 326636 - [disassembly][source lookup] Enable disassembly view as "editor" 2010-11-10 06:50:00 +00:00
Anton Leherbauer
2d6e299347 Bug 325394 - follow-up fix 2010-11-05 13:24:01 +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
Pawel Piech
4dea12d98e Bug 328883 - AbstractCachingVMProvider throws ClassCastException 2010-10-28 19:47:42 +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
John Cortell
679e9ce2f9 Documentation 2010-10-21 18:40:33 +00:00
John Cortell
c53ab94055 Bug 310345: [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF (reintroduced the "disabled" tests) 2010-10-20 20:44:43 +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
Anton Leherbauer
a92513f4fa Bug 323683 - [disassembly][pda] NPE with PDA session 2010-10-14 13:41:19 +00:00
Anton Leherbauer
918eb1278a Bug 327716 - [disassembly] NPE in BreakpointsAnnotationModel 2010-10-14 09:37:05 +00:00
Anton Leherbauer
b99efd0422 Bug 327056 - [disassembly] The view does not update to new context when it is hidden 2010-10-14 09:19:08 +00:00
Anton Leherbauer
4473ddf01f Bug 326670 - [Disassembly View] Enhancement request for unlink and re-evaluate expression
Patch from Patrick Chuong (TI)
2010-10-13 11:51:22 +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
Pawel Piech
7c8d11496e Bug 327358 - [variables][vm] "Wait for views to update after every step" preference doesn't always work 2010-10-08 18:10:14 +00:00
Pawel Piech
0fab073833 Warnings cleanup. 2010-10-08 18:05:31 +00:00
Pawel Piech
91b7a9eecb Bug 327025 - [breakpoints][vm] Breakpoint groups get collapsed on frequent breakpoint changes. 2010-10-05 17:10:48 +00:00
Anton Leherbauer
7bf81e6575 Restore API class InstructionPointerImageProvider 2010-09-30 13:12:24 +00:00
Anton Leherbauer
46ab6c639d Remove obsolete InstructionPointerImageProvider, see bug 326145 2010-09-30 10:44:42 +00:00
Anton Leherbauer
437d771c94 Bug 326145 - [source lookup] Changing the color of the IP annotation is not reflected immediately in the editor and disassembly 2010-09-30 10:03:29 +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
Anton Leherbauer
cc2fc91b90 Bug 325394 - some times the user cannot step for 5 seconds during fast stepping 2010-09-28 10:15:21 +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
Pawel Piech
4d3edd80a2 Bug 321932 - [update policy] When in manual mode, switching number format should still show value in other formats if value is cached. 2010-09-24 18:58:49 +00:00