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

16300 commits

Author SHA1 Message Date
James Blackburn
a50c714e81 Bug 302881 move #testReferences to cdt.core testsuite (CConfigurationDescriptionExportSettings) as there's no managedbuild specific functionality tested. 2010-02-16 12:58:11 +00:00
James Blackburn
876cf6f4c2 Bug 302881 Referenced settings are lost on project import 2010-02-16 12:56:18 +00:00
Anton Leherbauer
c694ebe16c Improve binary detection for numeric extensions, related to bug 194194 2010-02-16 12:45:52 +00:00
Anton Leherbauer
1019868357 Bug 301229 - BinaryRunner: Init output entries in constructor and not while running 2010-02-16 12:43:31 +00:00
Anton Leherbauer
0582fc2a23 Bug 301229 - Eliminate internal use of ICExtensionReference 2010-02-16 07:46:12 +00:00
Andrew Gvozdev
9893d467ce bug 298590: Restore Defaults does not quite restore Folder Settings 2010-02-16 02:50:58 +00:00
Marc Khouzam
b9eb1cba13 [202354] Support for Environment tab in DSF-GDB local application launch. Also, removal of unused classes. 2010-02-16 01:44:33 +00:00
John Cortell
eddb058986 [302772] Refactor DSF Disassembly view to support CDI 2010-02-15 15:34:31 +00:00
Anton Leherbauer
c569861751 Bug 280010 - Add include feature does not work in C for RC4 when CHelpProvider has info
Patch from Jeff Johnston
2010-02-15 08:33:33 +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
Andrew Gvozdev
67a203c382 cleanup: warning unchecked cast suppressed for clone() 2010-02-13 19:19:35 +00:00
Marc Khouzam
4a593950ae [300096] Support for menu items "runToLine", "moveToLine" and "resumeAtLine" for DSF-GDB in the CEditor and DSF Disassembly view. Support for menu item "Add Watch Expression" for DSF-GDB in CEditor 2010-02-13 02:36:12 +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
Marc Khouzam
84c9c078cd [249162] Using -exec-jump instead of 'jump' for GDB 7.0 2010-02-12 15:25:20 +00:00
Andrew Gvozdev
97b4973f32 "CDT pushd CWD Locator" 2010-02-12 15:09:15 +00:00
Andrew Gvozdev
8984912905 bug 251972: [project] Problem adding a symbol for ALL configurations
Patch from Mario Pierro
2010-02-12 03:14:08 +00:00
Pawel Piech
b32a6f12b1 [249162] comment#9 - Adjusted error codes. 2010-02-12 01:04:37 +00:00
Pawel Piech
e5c877b268 Warnings cleanup. 2010-02-12 01:04:14 +00:00
Pawel Piech
6241c63438 Warnings cleanup. 2010-02-12 00:57:47 +00:00
Pawel Piech
dc5ab47300 [302629] - [breakpoints][cdi] Add support for filtering of breakpoints based on selected debug target in DSF-GDB debugger 2010-02-12 00:40:36 +00:00
Pawel Piech
fd02b90e42 Warnings cleanup. 2010-02-11 23:31:29 +00:00
Marc Khouzam
9d403c3d87 Missing @since tag 2010-02-11 21:15:59 +00:00
Marc Khouzam
88cea3fb22 [249165] Support for ResumeAtLine in both CEditor and DSF Disassembly view 2010-02-11 20:57:17 +00:00
Ken Ryall
e2cc17c5cb Fix NPE. 2010-02-11 20:42:32 +00:00
Ken Ryall
7137aaeb64 Add missing since tag. 2010-02-11 20:41:58 +00:00
Ken Ryall
3c6f76e9e1 Bug 295808, fix NPE. 2010-02-11 20:22:55 +00:00
Pawel Piech
107a6a6cf4 [299834] - [Debug View] Remove 'refresh' button from Debug view 2010-02-11 19:59:30 +00:00
Ken Ryall
7f290336f3 Listen for APPLIED instead of DATA_APPLIED to hear about the active config changing. This seemed to break in CDT 6.0. 2010-02-11 19:45:09 +00:00
Pawel Piech
9d94af8a4d [291426] - [breakpoints] Add DSF support for flex-hierarchy breakpoints view. 2010-02-11 19:41:37 +00:00
Ken Ryall
9514e9c398 Bug 181020, Ugly/confusing presentation of (sub) source folders in C/C++ view 2010-02-11 19:41:24 +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
Marc Khouzam
9fa4237bc5 [302597] Handle the missing *stopped event after CLI commands from GDBs older than 7.0. Also add support for 'return' in the console. We can now use next, continue et al in the console. 2010-02-11 19:10:27 +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
Marc Khouzam
faae34208e [249162] Added MoveToLine support for both the Editor and the DSF Disassembly view. Currently this only works for GDB 7.0. Bug 302597 must be fixed to have this work with older GDBs 2010-02-11 16:27:03 +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
Ken Ryall
77918388c1 Bug 300279, add caching. 2010-02-10 21:12:26 +00:00
Marc Khouzam
a381ee1d47 [302324] Make RunToLine work for DSF Disassembly view 2010-02-10 21:09:37 +00:00
Andrew Gvozdev
eec11c475f bug 214218: deprecation 2010-02-10 17:38:55 +00:00
Markus Schorn
2cf1353146 Bug 294730: Instantiating templates with non-type template parameter packs. 2010-02-10 12:45:41 +00:00
Anton Leherbauer
c9bb347592 Bug 301966 - Automatic indentation does not work properly for doxygen block comments 2010-02-10 10:55:51 +00:00
Markus Schorn
c6fde503dc Bug 302282: Extending variadic template template parameters. 2010-02-10 09:04:05 +00:00
Markus Schorn
3e23c44676 Bug 302109: NPE on selection changes. 2010-02-10 08:41:57 +00:00
Markus Schorn
a4fe48870e 298615: Fix detection of space as separator in cygpath. 2010-02-10 07:51:20 +00:00
Andrew Gvozdev
01cef9b0e9 bug 241178: MakeTargetManager implementation should allow to manage arbitrary IMakeTarget not assuming concrete MakeTarget type 2010-02-10 03:55:42 +00:00