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

1680 commits

Author SHA1 Message Date
Alain Magloire
4a3dab250c New file to send "info sharedlibrary" 2003-01-16 03:11:43 +00:00
Alain Magloire
c713d81de0 add createMIInfoSharedLibrary(). 2003-01-16 03:11:23 +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
Thomas Fletcher
388f2460b6 Fix to address PR 29565 from the JDT from whome we copied bad
UI behaviour.
2003-01-15 20:04:55 +00:00
Mikhail Khodjaiants
2cb1edc4a8 The 'getDefaultEditor' method returns 'null' for file names that don't have an extension and are not registered with some editor. Use the default text editor in this case. 2003-01-15 18:17:33 +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
a9eae1b09a Added the 'Add Address Breakpoint' action to the workbench 'Run' menu. 2003-01-14 20:26:28 +00:00
Mikhail Khodjaiants
40300813c0 Implementation of the 'Run To Line' action for disassembly. 2003-01-13 22:28:48 +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
0f9429319e Iin the 'runUntil' method of CTarget check if file name or function name length > 0, otherwise use address. 2003-01-13 22:19:34 +00:00
Alain Magloire
d6dc6bc8df fix space quotings 2003-01-13 19:30:09 +00:00
Alain Magloire
841fe74d7d updated 2003-01-13 19:29:46 +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
Alain Magloire
f3eca643e6 updated 2003-01-13 15:55:40 +00:00
Alain Magloire
12d8b6bf82 Array out of the bound exception. 2003-01-13 15:55:31 +00:00
Mikhail Khodjaiants
e2b72802b2 Added contributions of the breakpoint actions to the disassembly editor. 2003-01-10 23:27:27 +00:00
Alain Magloire
ea7421d68e updated 2003-01-10 20:23:28 +00:00
Alain Magloire
1e3bda39fb Fire ChangedEvents 2003-01-10 20:23:19 +00:00
Mikhail Khodjaiants
181bd57bf1 Implementation of address breakpoints. 2003-01-10 19:36:42 +00:00
Alain Magloire
03e23c8df3 address breakpoints needs a leading "*" 2003-01-10 19:19:11 +00:00
Alain Magloire
0f5ee6f850 updated. 2003-01-10 19:18:47 +00:00
Alain Magloire
d12b9b4098 updated. 2003-01-10 18:38:55 +00:00
Alain Magloire
60a4b8b83a Use getResource() instead of getUnderlyingResource() 2003-01-10 18:38:47 +00:00
Alain Magloire
18d581e6e5 Updated 2003-01-10 02:49:58 +00:00
Alain Magloire
2bd88f9e74 Implement hasBreakpointChanged() 2003-01-10 02:49:47 +00:00
Alain Magloire
d1ba51856a updated 2003-01-09 21:03:19 +00:00
Alain Magloire
802821090d Provide an icon for methods 2003-01-09 21:03:12 +00:00
Alain Magloire
9b3dffefa1 updated. 2003-01-09 20:55:55 +00:00
Alain Magloire
dce9fa5722 Use setCurrentFrame() with event disable. 2003-01-09 20:55:34 +00:00
Alain Magloire
21a8a0e8d8 updateState() wrong subscript.
and new arguement to no fire events.
2003-01-09 20:54:32 +00:00
Alain Magloire
814246ee64 updated 2003-01-09 19:13:19 +00:00
Alain Magloire
f274c35232 Deal with the new created events. 2003-01-09 19:13:11 +00:00
Alain Magloire
c893038fcc Create events 2003-01-09 19:12:51 +00:00
Alain Magloire
7e44d59f2e Reuse the constructor 2003-01-09 19:12:30 +00:00
Alain Magloire
09aba55585 Splitting mi.core.cdi in to three packages
mi.core.cdi, mi.core.cdi.event, mi.core.cdi.model
2003-01-09 03:46:22 +00:00
Alain Magloire
b8e4508478 BreakPoint changed to Breakpoint 2003-01-08 21:33:35 +00:00
Alain Magloire
51bb0fb29c updated 2003-01-08 17:46:57 +00:00
Alain Magloire
0b45e0e0db was calling DestroyedEvent incorrectly. 2003-01-08 17:46:46 +00:00
Alain Magloire
1a1f010b24 updated. 2003-01-08 15:44:16 +00:00
Alain Magloire
768af8cb5a Use CLICommand. 2003-01-08 15:44:04 +00:00
Alain Magloire
a03e79b527 New file to check for CLI 2003-01-08 15:43:53 +00:00
Alain Magloire
7fabba9cb2 extends MIDestroyedEvent 2003-01-08 15:43:37 +00:00
Alain Magloire
68ef3ff80a new abstract class 2003-01-08 15:43:03 +00:00
Alain Magloire
c96131a558 new breakpoint event 2003-01-08 15:42:44 +00:00
Alain Magloire
41e92b5b2d Watch for Breakpoint events. 2003-01-08 15:41:58 +00:00
Alain Magloire
4fd2644dc0 update() new functions to check for new breakpoints. 2003-01-08 15:41:13 +00:00
Alain Magloire
8af7735f79 updated 2003-01-07 19:21:00 +00:00