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

1191 commits

Author SHA1 Message Date
Alain Magloire
b0f43f73ce updated. 2003-04-06 00:33:54 +00:00
Alain Magloire
da81942d76 Get rid of some warnings. 2003-04-06 00:33:45 +00:00
Alain Magloire
da41d2be2d updated 2003-04-05 06:36:01 +00:00
Alain Magloire
08666783b1 Change to use the WorkingCopyManager, this will
make the contentoutliner work.
2003-04-05 06:35:52 +00:00
Alain Magloire
f0e9cda669 updated. 2003-04-05 02:37:59 +00:00
Alain Magloire
70223af71c Check for null in update(). 2003-04-05 02:37:48 +00:00
Alain Magloire
3b0adc309f updated. 2003-04-04 04:48:45 +00:00
Alain Magloire
25006b66d6 Put a limit of the number of stack to examine
when updating the variables if not it may
crash gdb for very deep recursive calls.
2003-04-04 04:48:33 +00:00
Alain Magloire
2aa6a140a7 updated. 2003-04-03 21:12:32 +00:00
Alain Magloire
6cd0fa03ae Check if the register manager is on autoupdate. 2003-04-03 21:12:21 +00:00
Mikhail Khodjaiants
696b775d09 Changed the labels of the C/C++ specific actions. 2003-04-02 22:01:21 +00:00
Alain Magloire
f4e1d9d593 sync 10 secs to gdb to SIGINT the inferior. 2003-04-02 21:18:32 +00:00
Alain Magloire
eb6a564511 updated 2003-04-02 21:15:34 +00:00
Mikhail Khodjaiants
45ee4acdb5 Cleanup. 2003-04-02 20:01:57 +00:00
Mikhail Khodjaiants
c4787b1801 The 'Auto-Refresh' preferences were moved to the code plugin. Changed the preference pages for the Registers and Shared Libraries views to reflect this. 2003-04-01 22:34:11 +00:00
Mikhail Khodjaiants
6dbbe6eae9 Changed implementation and initialization of 'AutoRefreshAction'. 2003-04-01 22:29:16 +00:00
Mikhail Khodjaiants
7a5382c5df Moved the 'Auto-Refresh' preferences from CDebugUIPlugin to use it for initialization of update managers. 2003-04-01 22:21:50 +00:00
Mikhail Khodjaiants
466c67576b Removed the 'Show Type Names' preference from the Registers view's preference page. 2003-04-01 17:18:06 +00:00
Mikhail Khodjaiants
48d23480f7 Cleanup. 2003-04-01 16:52:28 +00:00
Mikhail Khodjaiants
202ea7ef21 Removed the 'fDebugTarget' field from CSharedLibraryManager. 2003-04-01 16:12:54 +00:00
Mikhail Khodjaiants
35222002bd 'Auto-Refresh' and 'Refresh' actions for registers view. 2003-03-31 23:00:29 +00:00
Mikhail Khodjaiants
f0b4f5668f Core support of 'Auto-Refresh' and 'Refresh' actions. 2003-03-31 22:49:06 +00:00
Mikhail Khodjaiants
b6bc4d280b Added time stamp to the trace messages. 2003-03-28 23:05:44 +00:00
Mikhail Khodjaiants
9394148420 Applied patch from Chris Songer: Assembly View Fixups 2003-03-28 22:52:38 +00:00
Mikhail Khodjaiants
5b20e1b1a8 Use the 'exists' method of the 'IFile' interface instead of using 'toFile().exists()' for 'IPath'. 2003-03-28 22:22:55 +00:00
Mikhail Khodjaiants
9567d8dfda Use the 'exists' method of the 'IFile' interface instead of using 'toFile().exists()' for 'IPath'. 2003-03-28 22:22:35 +00:00
Mikhail Khodjaiants
3bb9a78023 Do not log the exceptions thrown by the breakpoint setting methods. 2003-03-28 21:31:26 +00:00
Mikhail Khodjaiants
587449004b Do not log the exceptions thrown by the breakpoint setting methods. 2003-03-28 19:34:24 +00:00
Mikhail Khodjaiants
761289ef25 Added the default format section for variables, registers and expressions to the debugger preference page. 2003-03-28 19:21:57 +00:00
Mikhail Khodjaiants
b5c5fe52be Added default format preference constants for variables, expressions and registers. 2003-03-28 19:19:33 +00:00
Mikhail Khodjaiants
c54ca244e4 'Run To C/C++ Line' and 'Resume At C/C++ Line' actions for external files. 2003-03-28 18:44:09 +00:00
Mikhail Khodjaiants
783c8d5e5e Applied patch from Chris Songer: Assembly View Fixups 2003-03-28 15:34:57 +00:00
Mikhail Khodjaiants
4c7265d240 Applied patch from Chris Songer: Assembly View Fixups 2003-03-27 22:47:11 +00:00
Alain Magloire
70725d89a4 updated 2003-03-27 16:25:39 +00:00
Alain Magloire
edd1a22fb3 Changes was doen int the Core Model:
ICModel, ICProject, ICContainer, ICTranslationUnit
IArchive and IBinary

We now adjust the code
2003-03-27 16:25:30 +00:00
Mikhail Khodjaiants
d24ccf7f26 Cosmetic changes in the 'MIPreferencePage' class. 2003-03-26 21:34:55 +00:00
Mikhail Khodjaiants
481e7cbf62 Fix for bug 35092. 2003-03-25 21:20:07 +00:00
Mikhail Khodjaiants
a9d89b0eee Added the 'logErrorMessage' static method to the 'CDebugUIPlugin' class. 2003-03-25 20:55:30 +00:00
Alain Magloire
f4d3ce7b13 updated. 2003-03-20 05:09:43 +00:00
Alain Magloire
947d72198c Change the update() to only check the variable in
the CurrentStackFrame.
2003-03-20 05:09:26 +00:00
Alain Magloire
a8441e44f1 updated. 2003-03-20 02:32:11 +00:00
Alain Magloire
2c2ea7b218 Update the variables when doing setValue() 2003-03-20 02:31:57 +00:00
Alain Magloire
78ba9d9f76 Update the registers when doing setValue. 2003-03-20 02:31:41 +00:00
Mikhail Khodjaiants
1fe68a8330 Set the "contributorClass" propety of "CDebugEditor" to "CEditorActionContributor". 2003-03-19 18:42:46 +00:00
Mikhail Khodjaiants
4ea2c26883 Cleanup. 2003-03-18 22:31:51 +00:00
Mikhail Khodjaiants
21564c5259 Removed the gdb-specific variable parsing. 2003-03-18 21:06:23 +00:00
Mikhail Khodjaiants
50c8567614 Return the editor id instead of null even if it is not the CEditor id. 2003-03-17 21:29:54 +00:00
Mikhail Khodjaiants
fb09a0b4f0 Replace range by start index and length in 'Display As Array' action. 2003-03-17 21:25:20 +00:00
Alain Magloire
1843a71939 updated 2003-03-17 18:50:06 +00:00
Alain Magloire
71ff91b833 Change the name of the argument for length to represent
it is no the index of the array but rather the length.
2003-03-17 18:50:00 +00:00