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

1329 commits

Author SHA1 Message Date
Alain Magloire
61d1cb0d3d new method getCurrentStackFrame() 2003-01-27 03:28:40 +00:00
Alain Magloire
115b042005 Remove getGlobalVariables. 2003-01-27 03:27:47 +00:00
Alain Magloire
4e6fe61434 Remove not used 2003-01-27 03:25:38 +00:00
Alain Magloire
a2f38e6019 updated. 2003-01-23 20:01:05 +00:00
Alain Magloire
6d076ba860 Check for Shared library support. 2003-01-23 20:00:47 +00:00
Alain Magloire
fa5b091353 Rename ICDISignal to ICDISignalReceived
and create model/ICDISignal
2003-01-21 21:40:47 +00:00
Mikhail Khodjaiants
7e6802e6e5 Retry to set breakpoints if shared library's symbols are loaded. 2003-01-21 19:37:27 +00:00
Mikhail Khodjaiants
6130425ae3 Fix for the 'Show breakpoints supported by selected target' action. 2003-01-20 23:23:20 +00:00
Alain Magloire
52c0260141 updated 2003-01-20 21:13:32 +00:00
Alain Magloire
8a96607e1e add schema 2003-01-20 21:13:24 +00:00
Alain Magloire
38540e1407 updated. 2003-01-17 21:33:38 +00:00
Alain Magloire
6d73f9322c new method loadSymbols(). 2003-01-17 21:33:03 +00:00
Mikhail Khodjaiants
2e36002edc Implementing the Shared Libraries view. 2003-01-17 00:15:12 +00:00
Mikhail Khodjaiants
3fcb7bd031 Removed the 'ICDILoadedEvent' interface. 2003-01-16 20:15:18 +00:00
Alain Magloire
5e0decd3d3 updated. 2003-01-16 20:00:08 +00:00
Alain Magloire
72af41de4d Removed files. 2003-01-16 19:59:58 +00:00
Alain Magloire
1ab7121260 New method getSharedLibraryManager(). 2003-01-16 16:25:23 +00:00
Alain Magloire
a94f8e09ef rename symbolsRead() to areSymbolsLoaded(). 2003-01-16 16:25:00 +00:00
Alain Magloire
e73cc5a376 updated. 2003-01-16 16:24:38 +00:00
Mikhail Khodjaiants
57fc849fec Added the 'ICDISharedLibraryManager' interface. 2003-01-15 22:24:17 +00:00
Mikhail Khodjaiants
95547c889e Added new methods to the 'ICDISharedLibrary' interface. 2003-01-15 21:51:28 +00:00
Mikhail Khodjaiants
eb8766b158 Check if thread is already disposed in the CDI event handler because the array of listeners used by EventManager in some situations is not up to date. 2003-01-14 22:26:53 +00:00
Alain Magloire
6f44ed3297 Updated 2003-01-14 21:23:14 +00:00
Alain Magloire
9ff211edfc New file 2003-01-14 21:23:06 +00:00
Mikhail Khodjaiants
a729d837b8 Added the 'IRunToAddress' interface to support the 'Run To Line' action in disassembly. 2003-01-13 22:25:31 +00:00
Mikhail Khodjaiants
b09ffe9f43 Fix in the thread created event handler: do nothing if thread has already created. 2003-01-13 16:17:33 +00:00
Mikhail Khodjaiants
181bd57bf1 Implementation of address breakpoints. 2003-01-10 19:36:42 +00:00
Alain Magloire
4f9fafb5cd updated 2003-01-06 22:19:50 +00:00
Mikhail Khodjaiants
cd7c06c7d3 Check if project exists when generating the source locations. 2003-01-06 19:54:30 +00:00
Alain Magloire
115779c65b updated 2003-01-06 16:32:00 +00:00
Alain Magloire
e158e4dfcf add new method createLocation(long addr) 2003-01-06 16:30:37 +00:00
Mikhail Khodjaiants
7747d5a8c8 Adapter for 'IResource' in 'DisassemblyStorage'. 2003-01-02 20:57:55 +00:00
Mikhail Khodjaiants
d8253db6e6 Fix for breakpoints disabled before launching. 2003-01-02 16:38:44 +00:00
Mikhail Khodjaiants
ef8512f6c9 Implementation of the 'Source Lookup' property page. 2002-12-29 23:55:53 +00:00
Mikhail Khodjaiants
ece05b22c6 Fix in the 'supportsBreakpoints' method of CDebugTarget. 2002-12-29 23:41:52 +00:00
Mikhail Khodjaiants
c2ed9818ca Implementing the 'Source Lookup' property page. 2002-12-20 22:21:32 +00:00
Mikhail Khodjaiants
582adacd35 Check if CValue has variables before calling 'getCDIVariables'. 2002-12-20 19:05:33 +00:00
Mikhail Khodjaiants
0f09d718fc Formatting 'char' types. 2002-12-17 21:54:18 +00:00
Mikhail Khodjaiants
9a7b5690eb The core support of the prompting source locator. 2002-12-17 19:56:22 +00:00
Mikhail Khodjaiants
55d70715c7 The 'getLineNumber' method of CStackFrame should return the line number associated with the stack frame if the current source locator does not implement 'ICSourceLocator'. 2002-12-17 19:47:32 +00:00
Mikhail Khodjaiants
e1950ef13f Changed the implementation of the 'refresh' method of CVariable. 2002-12-17 18:42:55 +00:00
Mikhail Khodjaiants
d1e1638d2e Added support of variable formatting. 2002-12-17 02:41:32 +00:00
David Inglis
b5732a50bd change version to 1.0.1 2002-12-16 20:50:32 +00:00
Mikhail Khodjaiants
008ce6612b Display message when 'getStackDepth' is timed out. 2002-12-13 19:10:07 +00:00
Alain Magloire
90549f9f0c setFormat() new method. 2002-12-11 16:07:12 +00:00
Alain Magloire
1055f5efaf updated. 2002-12-11 16:07:01 +00:00
Mikhail Khodjaiants
58e12467f3 If the given source file path is absolute and the source locator can not find it in the all specified locations return a FileStorage object. 2002-12-10 18:25:07 +00:00
Mikhail Khodjaiants
0d40090288 Split the detail message of ICDIErrorInfo into tokens and trancate aech token if it is too long. 2002-12-10 03:46:46 +00:00
Mikhail Khodjaiants
04266b0a86 Display the error message with details when program is suspended because of ICDIErrorInfo. 2002-12-09 00:55:42 +00:00
Alain Magloire
0e81b98bfd New method getDetailMessage() 2002-12-05 16:02:22 +00:00