1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

525 commits

Author SHA1 Message Date
Anton Leherbauer
ae828d8792 [302348] [dis] Expression support: merge goto symbol and got address 2010-02-18 11:44:15 +00:00
Anton Leherbauer
730d211888 [302348] [dis] Expression support in DSF Disassembly view is too limited 2010-02-18 11:44:02 +00:00
Marc Khouzam
ac2be6bb2b [299300] Respect order of detail formats 2010-02-17 17:21:31 +00:00
Anton Leherbauer
ab580bbafe [302505] [disassembly view] Infinite loop retrieving disassembly 2010-02-17 13:04:51 +00:00
Anton Leherbauer
a603dc072a [302006] Disassembly view doesn't take into account active debug context when jumping to an address 2010-02-17 09:33:12 +00:00
Anton Leherbauer
ed9c03f437 [302923] [disassembly] Remove REDDocument.finalize() 2010-02-17 09:02:22 +00:00
John Cortell
eddb058986 [302772] Refactor DSF Disassembly view to support CDI 2010-02-15 15:34:31 +00:00
Marc Khouzam
bf9c3f543a [275238] Added extra Details format which gives more details and supports pretty-printing 2010-02-14 01:21:45 +00:00
John Cortell
c1c4444ee9 added comment 2010-02-12 19:55:01 +00:00
John Cortell
f51b5492bb [302759] Disassembly view fails to remove itself as a Debug view selection listener 2010-02-12 19:45:13 +00:00
Pawel Piech
b32a6f12b1 [249162] comment#9 - Adjusted error codes. 2010-02-12 01:04:37 +00:00
Pawel Piech
fd02b90e42 Warnings cleanup. 2010-02-11 23:31:29 +00:00
Pawel Piech
107a6a6cf4 [299834] - [Debug View] Remove 'refresh' button from Debug view 2010-02-11 19:59:30 +00:00
Pawel Piech
9d94af8a4d [291426] - [breakpoints] Add DSF support for flex-hierarchy breakpoints view. 2010-02-11 19:41:37 +00:00
Pawel Piech
c2c10e2ac1 Warnings cleanup. 2010-02-11 19:40:08 +00:00
Pawel Piech
328163648d Warnings cleanup. 2010-02-11 19:28:18 +00:00
Pawel Piech
47a5c8c644 [300586] (comment#9) - Added a clarifying comment. 2010-02-11 19:14:17 +00:00
Pawel Piech
73f10c6e73 [300586] (comment#9) - Simplified tracking maximum status code value. 2010-02-11 19:06:51 +00:00
Pawel Piech
426d7eb9c5 [300586] (comment#9) - Removed redundant instanceof DsfMultiStatus. 2010-02-11 19:05:14 +00:00
Pawel Piech
2eab325df7 [300586] (comment#9) - Removed redundant call to isSuccess(). 2010-02-11 19:02:47 +00:00
Anton Leherbauer
fce20bcbf6 [302507] [disassembly view] DSF Disassembly view no longer shows breakpoint icon in margin 2010-02-11 14:54:45 +00:00
Pawel Piech
f94bf1c0de Bug 299834 - Assign unique IDs to refresh actions in different views. 2010-02-10 23:40:33 +00:00
John Cortell
1cf226434d [302327] inaccuracy in JavaDoc IDisassembly.getMixedInstructions 2010-02-09 21:16:27 +00:00
Pawel Piech
3b2df140bd [301975] - CountingRequestMonitor status is broken 2010-02-08 16:38:47 +00:00
Anton Leherbauer
cf2231be77 Bug 300053 - Inserting additional breakpoint marker into DSF Disassembly View
Patch from Patrick Chuong
2010-02-05 09:14:17 +00:00
Pawel Piech
db0b2d61e1 [301913] - [services] Support for repeated call to addServiceEventListener 2010-02-05 05:33:06 +00:00
Pawel Piech
1d7bf46ba1 [301726] - [breakpoints][view model] Breakpoints disappear when hiding view in DSF debug session 2010-02-03 17:59:09 +00:00
John Cortell
5110ac05c1 Clarify comment. Discussed with Marc. 2010-02-03 14:14:53 +00:00
John Cortell
7190d7b8bf Doc enhancement 2010-02-03 13:15:54 +00:00
Pawel Piech
eff0e4d9ac [300586] Error logged by DsfSuspendTrigger 2010-02-01 16:59:29 +00:00
Vivian Kong
6d906f69c5 externalize strings in plugin.xml in various plugins 2010-02-01 16:23:38 +00:00
Vivian Kong
9390bddf1f move up feature version since plugins version are now at 2.1.0 2010-02-01 15:36:50 +00:00
Pawel Piech
2d7bd22a64 Fix timer icon. 2010-01-25 23:23:29 +00:00
Pawel Piech
52945d7704 [300586] - Error logged by DsfSuspendTrigger 2010-01-23 00:59:09 +00:00
Anton Leherbauer
5886936df7 [300361] [expressions] FormattedValueVMUtil does not always set active format value property 2010-01-21 13:42:12 +00:00
John Cortell
82fc7b6d78 Correct wording in comment 2010-01-18 23:31:58 +00:00
Anton Leherbauer
e27412e7dd [297601] Add find action to local view menu 2010-01-14 08:51:27 +00:00
Anton Leherbauer
b9a6ef638c [297601] [disassembly] Support 'Find' operation in disassembly view 2010-01-13 14:53:37 +00:00
Anton Leherbauer
29c8d99049 [298135] Fix removeServiceEventListener argument 2010-01-13 13:58:50 +00:00
Pawel Piech
89fca7f409 Fixed generics warnings. 2010-01-11 22:10:01 +00:00
Ken Ryall
fceb61087c Bug 299167, turn the Variable View's Address column into a Location column. 2010-01-11 22:08:24 +00:00
Pawel Piech
76547b9958 Converted some protected methods to private to avoid exposing unnecessary API. 2010-01-11 19:43:50 +00:00
Pawel Piech
e73091a618 Fixed test method name. 2010-01-09 00:58:09 +00:00
Pawel Piech
b4eb1781ac Bug 292468 - Create unit tests for BreakpointsMediator2 2010-01-09 00:56:21 +00:00
Pawel Piech
7fdf059e22 Warnings cleanup. 2010-01-09 00:54:36 +00:00
Pawel Piech
26033a36c2 Bug 293049 - [concurrent] Received IllegalStateException on shutdown 2010-01-08 19:14:04 +00:00
Pawel Piech
3c3cbab6e7 Bug 292468 - [breakpoints] Cannot update breakpoint status properly with current IBreakpointAttributeTranslator 2010-01-08 18:45:28 +00:00
Pawel Piech
2340eaf2a9 [292616] - Added additional synchronization for the fMinStepInterval variable. 2010-01-07 17:50:16 +00:00
Anton Leherbauer
4aa54bd7e5 [292616] [concurrency] Missing annotations in SteppingController 2010-01-07 12:39:08 +00:00
Marc Khouzam
ed8c6d8a9a [298909] API fix 2010-01-07 01:28:26 +00:00