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

19241 commits

Author SHA1 Message Date
Alain Magloire
40680e5ea9 Bug in isAlive. 2002-10-23 18:21:42 +00:00
Alain Magloire
522f7dd255 Check the return value of reportProblems() 2002-10-23 18:21:26 +00:00
Alain Magloire
e5a39f7c17 Refactor out 2002-10-23 18:20:55 +00:00
Alain Magloire
2f2b06a320 New final static fields. 2002-10-23 18:20:38 +00:00
Alain Magloire
3ed422a606 Refactor here. 2002-10-23 18:20:21 +00:00
Alain Magloire
1267f78e11 new method mapMarkerSEverity() 2002-10-23 18:19:49 +00:00
David Inglis
daa02c6bd6 fixed spelling 2002-10-23 18:10:43 +00:00
Mikhail Khodjaiants
d3f650c9c6 Support for debugger console. 2002-10-23 17:38:53 +00:00
Mikhail Khodjaiants
97fc7f02f3 Support for debugger console. 2002-10-23 17:20:29 +00:00
David Inglis
7a85d3715d make default MakeAction for build "all" 2002-10-23 13:26:39 +00:00
David Inglis
c4b64b397d new streams based builder command errorparsing to
reduce memory usage
2002-10-23 13:07:33 +00:00
Alain Magloire
a3e38434ac update 2002-10-22 20:31:41 +00:00
Alain Magloire
08482cfc99 new Method getSessionProcess. 2002-10-22 20:31:34 +00:00
Alain Magloire
5542ed9ed7 updated. 2002-10-22 20:29:02 +00:00
Alain Magloire
b73167960d New file. 2002-10-22 20:28:54 +00:00
Alain Magloire
98af1928a2 new method getSessionProcess() and rename getMIProcess()
getGDBProcess().
2002-10-22 20:28:47 +00:00
Alain Magloire
1e55ad4fb2 Implement the new method getSessionProcess(). 2002-10-22 20:28:20 +00:00
Alain Magloire
120ac81741 removed. 2002-10-22 20:27:58 +00:00
Alain Magloire
19ecaa14e1 getMIProcess was rename getGDBProcess 2002-10-22 20:27:33 +00:00
Alain Magloire
04838b2b01 updated 2002-10-22 19:32:07 +00:00
Alain Magloire
da030fa006 Use a buffered reader stream to minimize the read calls. 2002-10-22 19:30:12 +00:00
Mikhail Khodjaiants
99aa0c76d4 Implementation of the "Show ASCII" action. 2002-10-22 17:10:49 +00:00
Alain Magloire
a6a656f007 updated. 2002-10-22 15:54:25 +00:00
Alain Magloire
90cba2d346 Change the OuputStream for the writ() with
and Writer.  and clear the buffer on flush.
2002-10-22 15:54:02 +00:00
Judy N. Green
8ec4917904 added comment regarding Ctrl+A and Ctrl+C now working for the C-Build View 2002-10-22 12:56:59 +00:00
Alain Magloire
9d99bf397d updated. 2002-10-22 04:53:30 +00:00
Alain Magloire
281e19abf3 start the thread monitors. 2002-10-22 04:50:48 +00:00
Alain Magloire
4f906197da Implement a monitor thread for the stream 2002-10-22 04:48:50 +00:00
Alain Magloire
cf2832ceab Implement getAdapter and more fixes. 2002-10-22 04:48:02 +00:00
Mikhail Khodjaiants
dc302bdd60 Framework tries to refresh memory view before the view controls are created. 2002-10-22 02:53:48 +00:00
Alain Magloire
a73d249b40 typo. 2002-10-22 00:30:35 +00:00
Alain Magloire
6603cc1861 Updated. 2002-10-22 00:28:24 +00:00
Alain Magloire
f0c1e34688 Recompiled. 2002-10-22 00:28:16 +00:00
Alain Magloire
4751974b96 get the result code of the process. 2002-10-22 00:27:56 +00:00
Mikhail Khodjaiants
80238aadc8 Implementation of the "Clear" action for the memory view. 2002-10-21 21:49:18 +00:00
Alain Magloire
64c34799f5 updated. 2002-10-21 21:38:52 +00:00
Alain Magloire
fc62968007 Uncomment the log stream code. 2002-10-21 21:38:44 +00:00
Alain Magloire
9a1e378aaa getMIConsoleStream() and getMILogStream() new methods. 2002-10-21 21:38:24 +00:00
Alain Magloire
6a389b25b5 New file. 2002-10-21 21:37:41 +00:00
Mikhail Khodjaiants
8cb3a11b6a Implementation of the "Auto-Refresh" and "Refresh" actions for the memory view. 2002-10-21 20:59:13 +00:00
Alain Magloire
e3b2ddf78d update. 2002-10-21 20:38:32 +00:00
Alain Magloire
11d573cbbf fire the MemoryChangedEvent for not frozen blocks only. 2002-10-21 20:38:20 +00:00
Judy N. Green
4bcfbb46f0 Added a selection changed listener to the textViewer managed by the C Build View (BuildConsoleView.java).
This updates the tool bar menu items to enable the copy action when there is a selection made in the C-Build console.
2002-10-21 20:22:26 +00:00
Mikhail Khodjaiants
83ea6524dc Display the memory changes in different color in the memory view. 2002-10-21 03:42:09 +00:00
Mikhail Khodjaiants
16803793a6 Added a functionality to process ICDIMemoryChangedEvent 2002-10-21 03:41:16 +00:00
Mikhail Khodjaiants
a929d712af Added a functionality to process ICDIMemoryChangedEvent 2002-10-21 03:35:35 +00:00
Alain Magloire
daf7880caf update. 2002-10-21 02:56:04 +00:00
Alain Magloire
878808ef49 set debug to true. 2002-10-21 02:55:50 +00:00
Alain Magloire
f9b771cd11 Print gdb responses. 2002-10-21 02:55:39 +00:00
Alain Magloire
5fff1d8d25 Print gdb commands. 2002-10-21 02:55:21 +00:00