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

701 commits

Author SHA1 Message Date
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
Alain Magloire
a17576811c Updated 2002-12-05 16:02:07 +00:00
Mikhail Khodjaiants
cc16047077 Added the 'setChanged' method to ICValue.
This method should common for CValue and CArrayPartitionValue to implement 'setChanged' of CVariable correctly.
2002-12-04 21:34:31 +00:00
Mikhail Khodjaiants
5105e23673 Refactoring org.eclipse.cdt.debug.core: added 'org.eclipse.cdt.debug.core.model' package. 2002-12-02 23:22:22 +00:00
Mikhail Khodjaiants
1b1022489f Check if underlying file exists when retrieving the globals. 2002-12-02 20:32:46 +00:00
Alain Magloire
c781d1d4a0 updated. 2002-12-02 18:34:30 +00:00
Alain Magloire
3d26f7b862 New file for errors 2002-12-02 18:34:20 +00:00
Mikhail Khodjaiants
063ca7472b 'exec-until' instead of temporary breakpoints for 'run to line'. 2002-11-28 23:45:16 +00:00
Mikhail Khodjaiants
edb4e2ef4e Live editing of the memory view: removed support of the 'Save Changes' action. 2002-11-28 19:12:27 +00:00
Alain Magloire
3bccbf3c16 runUntil 2002-11-28 16:20:02 +00:00
Mikhail Khodjaiants
6e2179b64b Typo in plugin.properties. 2002-11-27 17:52:47 +00:00
Mikhail Khodjaiants
200f697775 Fire suspend event for debug target that doesn't have threads. 2002-11-27 15:46:54 +00:00
Alain Magloire
eb5c616a90 updated. 2002-11-27 04:52:00 +00:00
Alain Magloire
0e5d20731a Use CoreModel.getDefault() 2002-11-27 04:48:43 +00:00
Mikhail Khodjaiants
626262c9a0 Fix for watchpoints. 2002-11-24 23:18:01 +00:00
Mikhail Khodjaiants
0a4fdc5cd3 Cache source elements to optimize search. 2002-11-22 22:31:04 +00:00
Mikhail Khodjaiants
d2726b6f54 Fix in the source locator's search algorithm. 2002-11-22 21:29:19 +00:00
Mikhail Khodjaiants
209710a46b The memory view does not display values if the address expression is '0xFFFFFFFF'. 2002-11-21 21:58:05 +00:00
Mikhail Khodjaiants
720f69e706 Added the handler of ICDIDestroyedEvent to 'CFormattedMemoryBlock. 2002-11-21 20:49:27 +00:00
Mikhail Khodjaiants
fdc45b36d4 Fix for bug 26595. 2002-11-20 21:51:43 +00:00
Mikhail Khodjaiants
22b835c277 Partial fix for bug 25956. Filter out the instructions that do not belong to the current function. 2002-11-19 22:55:00 +00:00
Mikhail Khodjaiants
b44541d2d1 If the backtrace is very deep the debugger is unable to parse MI output. The limited number of stack frames will be displayed. 2002-11-16 00:48:31 +00:00
Alain Magloire
fb67cea201 updated. 2002-11-14 21:09:54 +00:00
Alain Magloire
4a4c9e0acd updated. 2002-11-14 21:04:49 +00:00
Alain Magloire
9a302b9897 Provide 2 new method getStackFrames(int low, int hi)
getStackFrameCount();
2002-11-14 21:02:51 +00:00
Mikhail Khodjaiants
db8f9c2d4c Fix for the stepping problem if the selected stack frame is not the topmost one. 2002-11-13 21:01:51 +00:00
David Inglis
2abb649ea3 added supported cpu list to debugger extension 2002-11-13 14:00:33 +00:00
Mikhail Khodjaiants
5af988624b When a referenced project is deleted it's location is null. The source locator should check this when it returns the path array. 2002-11-07 21:54:40 +00:00
Mikhail Khodjaiants
21a42a700d Added support of the 'Add Global Variables' action of the Expressions view. 2002-11-05 20:16:15 +00:00