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

462 commits

Author SHA1 Message Date
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
Doug Schaefer
66828656bc forgot to put the png into the build.properties. No wonder it didn't show up :P 2010-06-03 21:11:36 +00:00
Ken Ryall
8cf1d78978 Bug 315461 - [launch] Invalid thread access exception during launch 2010-06-03 17:19:19 +00:00
Doug Schaefer
e8a45c249a New CDT Icon. 2010-06-03 14:59:53 +00:00
Vivian Kong
70237c3d81 Bug 315439 Fix up copyright 2010-06-03 00:12:05 +00:00
Vivian Kong
0ac162a821 Bug 315439 Fix up copyright 2010-06-02 19:27:16 +00:00
Marc Khouzam
43e8a91e3a Bug 315446: Wrong bundle name makes NLS strings fail to be found. 2010-06-02 19:01:56 +00:00
Vivian Kong
ce9eb6b7d6 update copyright in about and update provider info 2010-05-31 20:40:20 +00:00
Vivian Kong
1dc1732f57 Bug 306627 - Fix license inconsistencies 2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97 Bug 314212 - CDT Feature copyright dates are outdated 2010-05-31 15:15:04 +00:00
Marc Khouzam
f699fcfdf3 Bug 314950: A null reason is valid in non-stop mode 2010-05-28 19:51:48 +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
Anton Leherbauer
2f11ef3dd2 Bug 314056 - Disassembly truncates 64bit instruction addresses
Patch by James Sullins
2010-05-27 12:10:19 +00:00
Ken Ryall
d2fa899c83 Bug 314557 - No error dialog when problems occur opening a memory monitor on a variable 2010-05-26 22:30:00 +00:00
Ken Ryall
29f2c9bf4f Bug 313893, reorg capabilities into cdt product plug-in. 2010-05-26 16:16:52 +00:00
Pawel Piech
3807560d76 Bug 308835 - Multi-thread debugging in regular stop-mode with gdb 6.8 is not working 2010-05-25 19:32:52 +00:00
Ken Ryall
d279184e5e Bug 303968, apply Marc's patch to move the remainder of the UI from gdb to dsf plug-ins. 2010-05-25 18:48:54 +00:00
Pawel Piech
43c75ac89f Refactoring of update listener to match debug platform tests. 2010-05-24 22:22:42 +00:00
Pawel Piech
de5eabbbc1 Bug 308626 - Backed out accidental checking of changes for bug 310352. 2010-05-21 21:19:27 +00:00
Pawel Piech
2f627f91d0 Bug 313964 - [vm] StackOverflowException in a toString() method in AbstractVMProvider. 2010-05-21 18:49:02 +00:00
Pawel Piech
7141f555ad Bug 313885 - [concurrency] TracingWrapperRunnable should log all Throwables not only RuntimeExceptions 2010-05-21 18:06:58 +00:00
Pawel Piech
5df1f3e42d Bug 313827 - [expressions] Use the "+" icon for the Add New Expression element 2010-05-20 23:52:53 +00:00
Pawel Piech
f27ab84b96 Bug 308626 - Added a test for RejectedExecutionException. 2010-05-20 23:10:15 +00:00
John Cortell
ba8fbc6c87 Bug 302628: Implement linking of active debug context with selection in Breakpoints view (fixed coding mistake reported by Patrick in comment 14) 2010-05-20 15:40:14 +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
Anton Leherbauer
cc85b9e8e5 Bug 312817 - backed out changes of bug 310992 2010-05-20 07:10:59 +00:00
Pawel Piech
fee4df23ae Bug 310191 - [number format detail] Detail pane does not clear up when DSF-GDB session is terminated 2010-05-19 18:45:18 +00:00