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

489 commits

Author SHA1 Message Date
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
Marc Khouzam
ce50ee07e2 Bug 321692: Remove dependencies to plugins from features 2010-09-20 09:05:59 +00:00
Ed Swartz
394f056cd3 Bug 259881: apply fix for incorrect Sequence#get(...timeout...) implementation 2010-09-19 17:32:21 +00:00
Ken Ryall
1741dd69aa Bug 314350 - [debug view] Multi-threaded programs can cause the opening of useless and empty editors 2010-09-17 21:38:11 +00:00
Anton Leherbauer
588a6efd67 Bug 325063 - [disassembly] view occasionally accepts no further scrolling/PC changes with unhandled assert 2010-09-15 11:05:51 +00:00
Anton Leherbauer
6b44ff1ead Bug 324613 - [disassembly] maximizing then minimizing causes debug stack view event to force return to PC 2010-09-08 06:30:18 +00:00
Anton Leherbauer
a860620fab Bug 324507 - [disassembly] view sometimes does not scroll further up, sometimes gets into infinite loop
Patch from Kirk Beitz (Nokia)
2010-09-08 06:29:15 +00:00
Anton Leherbauer
3c81bdc94b Bug 324597 - [disassembly] maximizing/resizing view sometimes leaves "........" lines
Patch from Kirk Beitz (Nokia)
2010-09-07 08:27:23 +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
Anton Leherbauer
785a5d1913 Bug 323826 - Need a way to control the half second delay in SteppingControler 2010-08-31 14:01:38 +00:00
Anton Leherbauer
c4b23ef96f Bug 321162 - Disassembly view sometimes doesn't display all source code
Patch from  Kirk Beitz (Nokia)
2010-08-26 09:26:05 +00:00
Anton Leherbauer
017a6ef082 Bug 323279 - Disassembly view not possible to display address size < 32 bits
Patch from Patrick Chuong (TI)
2010-08-25 14:28:41 +00:00
Anton Leherbauer
edd73c9886 Bug 313512 - [vm][cache][api] Add update flag to flush all properties 2010-08-20 08:06:11 +00:00
Anton Leherbauer
1342519672 Bug 322628 - [disassembly] DisassemblyDocument#computeIndexInPositionListFirst() broken as called by addModelPositionFirst() 2010-08-20 07:57:21 +00:00
Pawel Piech
b6712569b7 Javadoc addition. 2010-07-26 22:39:53 +00:00
Ling Wang
682b0c44dc Bug 320044: New breakpoints are got installed in dead process. 2010-07-16 19:12:32 +00:00
Andrew Gvozdev
1c064087e4 bug 319779: Unnecessary imports
patch from Petri Tuononen
2010-07-16 14:08:09 +00:00
Anton Leherbauer
874bc5564a Bug 318550 - SteppingController should clear step queue in case of stepping timeout 2010-07-15 13:39:29 +00:00
Andrew Gvozdev
ae0d300399 bug 319777: Restored 1.2 as it does not compile with Java 1.5 2010-07-14 17:24:12 +00:00
Andrew Gvozdev
dbe5a12393 bug 319777: Missing @Override annotations
patch from Petri Tuononen
2010-07-14 13:51:53 +00:00
Pawel Piech
973cdb82de Bug 319656 - [expressions] ExpressionsChangedEvent.Type enum is not public 2010-07-13 04:28:48 +00:00
Ed Swartz
f946054513 Add README for finding those elusive org.eclipse.test.* plugins. 2010-07-08 13:51:20 +00:00
Mikhail Khodjaiants
5a7c2c617e Bug 315677 - [variables] Add "hasSubExpressions" method to IExpressions 2010-06-24 17:28:17 +00:00
Mikhail Khodjaiants
e930dca1e9 Bug 317769 - "Show Type Names" has no effect 2010-06-24 16:57:08 +00:00
Marc Khouzam
7938f9e2c4 Bug 317324: Up-ing plugin versions for DSF 2010-06-22 19:21:11 +00:00
Sergey Prigogin
58771470a3 Removed hardcoded bundle names. 2010-06-21 00:45:18 +00:00
Sergey Prigogin
1ddf51d577 Removed hardcoded bundle names. 2010-06-21 00:35:25 +00:00
John Cortell
931bdcb29a Bug 317217: IDisassemblyBackend.SetDebugContextResult frame-level field is extraneous 2010-06-18 15:44:02 +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
John Cortell
d36946d206 Bug 316987: Show full paths preference under C/C++->Debug is not really necessary 2010-06-16 20:02:05 +00:00
Doug Schaefer
2cc7be8154 Fix missing about.html and removed the templates for the source plugins. 2010-06-14 17:52:00 +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
Sergey Prigogin
df06a819ec Bug 315895 - Names and descriptions of CDT features are confusing. 2010-06-06 03:09:06 +00:00
Warren Paul
3815a4b8ad Bug 315835 - NPE in DisassemblyPart 2010-06-04 23:26:25 +00:00
Doug Schaefer
7b8cac960e Prettier 32x32 icon. 2010-06-04 14:24:50 +00:00