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

805 commits

Author SHA1 Message Date
Marc Khouzam
c1e6da229b Sequence test should show the use of SubTicks 2008-12-08 20:47:41 +00:00
Marc Khouzam
33c2f919a3 Test should check rm.isCanceled() to stop a Step as early as possible. 2008-12-08 20:10:50 +00:00
Marc Khouzam
4c1d4626cf [244053] I got confirmation from the GDB committer that the command
"set breakpoint apply" will not be added to GDB.  In 1.1, I had added MIGDBSetBreakpointApply.java which is now useless, so we remove the file altogether.
2008-11-26 15:51:29 +00:00
Marc Khouzam
dfe9381a72 [252782] Adapt the launch sequence to the latest non-stop syntax.
"set breakpoint apply global" does not exist anymore.
"set breakpoint always-inserted" is no longer needed because GDB does it
automatically for non-stop.
"maint set remote-async 1" and "maint set linux-async 1" are replaced by a
simpler "set target-async on"

Also, I changed the version of the GDB that supports multi-process.  This GDB
is not actually available publicly yet, but it works for the preliminary
release I have.  Once GDB 7 is out, we will change the version again.
2008-11-26 15:50:24 +00:00
Randy Rohrbach
d078289a24 Bugzilla 256326.
+2 votes for this now that we are in the RC2 Rampdown phase.

Randy
2008-11-25 16:06:15 +00:00
Marc Khouzam
5614e9339a [255968] The connect action was enabled after the inferior terminated on its own. It should only be enabled in the case of an attach session. 2008-11-20 14:19:33 +00:00
Pawel Piech
cc598ae2b2 [255748] - [expressions] Editing a register expression does not update the view. 2008-11-19 05:56:07 +00:00
Pawel Piech
825e30b0c9 [254633] - [debug view] The tooltip for the Connect toolbar button is missing. 2008-11-18 21:53:05 +00:00
Pawel Piech
ca2dfe04ec [255551] - [update policy] Convert the Refresh action in debugger views back to an action. 2008-11-17 21:50:46 +00:00
Marc Khouzam
d9c21326ea [251486] Cleanup of unnecessary local variable. 2008-11-16 12:39:30 +00:00
Pawel Piech
0f238db514 [251806] Added a comment. 2008-11-13 22:44:57 +00:00
Pawel Piech
3ea9492b53 [251806] Applied more changes based on review feedback. 2008-11-13 22:40:00 +00:00
Pawel Piech
3fcf9b5042 [251806] Applied additional changes based on review feedback. 2008-11-13 21:29:42 +00:00
Pawel Piech
a3e5c5fbd5 [246735] - Additional fixes for thread filter logic. 2008-11-13 19:55:09 +00:00
Pawel Piech
de5c1809ac [246735] - [breakpoints] Selecting the breakpoint filter option hangs eclipse 2008-11-13 19:06:25 +00:00
Pawel Piech
10706627ba [255244] - [run control] SteppingControl always traces "enqueueStep" 2008-11-13 18:37:29 +00:00
Pawel Piech
cc02a4b710 [252068] Removed the "NON-NLS" comment from strings that need to be externalized. 2008-11-13 17:15:37 +00:00
Marc Khouzam
d427849218 [252283] Allow to select a target using 'remote' or 'extended-remote' 2008-11-13 14:41:35 +00:00
Pawel Piech
34eb5e6986 [254528] - [update policy][run control] "Wait for views to update after every step" does not work reliably. 2008-11-12 21:42:58 +00:00
Anton Leherbauer
06d745b184 [254637] [disassembly] DSF Disassembly is not in the default list of views in Debug perspective 2008-11-11 11:25:35 +00:00
Pawel Piech
d2dd59a361 Added missing return. 2008-11-10 19:41:24 +00:00
Anton Leherbauer
93595b208c [254665] [disassembly] Invalid thread access SWT exception seen in log. 2008-11-10 14:49:00 +00:00
Anton Leherbauer
f6e946df29 [254574] [variables][registers][expressions] ClassCastException when restoring defaults in preferences 2008-11-07 12:54:11 +00:00
Anton Leherbauer
bc28948f31 [254573] [source lookup] iostream is opened with default text editor instead of C/C++ editor 2008-11-07 11:12:06 +00:00
Pawel Piech
e2c7961a23 [251806] - [concurrent] Step in a sequence cannot control the progress monitor of the sequence 2008-11-05 22:35:49 +00:00
Randy Rohrbach
b27e322c49 Bugzilla 253047 2008-11-01 04:45:32 +00:00
Anton Leherbauer
6d0237281f [245313] Cleanup javadoc and add api filter 2008-10-31 07:43:56 +00:00
Pawel Piech
f7eb3abbdd [252691] - Fixed bug which caused the action to always be enabled. 2008-10-30 14:35:44 +00:00
Pawel Piech
5db19ce9af [252691] - [update policy] Update policy toolbar and menu items should not be hidden dynamically. 2008-10-30 05:12:26 +00:00
Pawel Piech
fdf91dc35d [252688] - [update policy] Refresh All action is not always properly enabled. 2008-10-30 04:52:16 +00:00
Pawel Piech
404bddfa60 [252688] - [update policy] Refresh All action is not always properly enabled. 2008-10-30 04:43:26 +00:00
Pawel Piech
adc7da00a3 [251452] - Enabled the "Refresh All" action for the GDB debugger. 2008-10-28 20:18:37 +00:00
Pawel Piech
1e56cfcda1 [252107] - Coverted a DataRequestMonitor to ViewerDataRequestMonitor. 2008-10-27 18:03:22 +00:00
Pawel Piech
72c5c09e17 [252230] - [launch] GDB backend initialization jobs should be hidden from user. 2008-10-27 17:12:46 +00:00
Randy Rohrbach
775e47d5cc Bugzilla 252107 2008-10-26 03:14:56 +00:00
Pawel Piech
f508c3cf0f [251486] - Added comment. 2008-10-24 21:33:14 +00:00
Pawel Piech
b877d06bd8 [251486] - [launch] Failed finalLaunchSequence leaves zombie launch entry in Debug View 2008-10-24 21:32:40 +00:00
Pawel Piech
096cfcf47d [252068] - Removed the NON-NLS comment from strings that should be externalized. 2008-10-24 21:10:59 +00:00
Pawel Piech
5d4aede23e [232311] - [launch] Progress monitor is ignored in the launch 2008-10-24 19:01:15 +00:00
Pawel Piech
d2b6ebba2f [251452] - Added the default refresh handler implementation. 2008-10-24 18:08:24 +00:00
Randy Rohrbach
901476ba15 Bugzilla 225612. 2008-10-24 17:16:50 +00:00
Randy Rohrbach
91d27abefb Bugzilla 251939 2008-10-23 21:48:22 +00:00
Randy Rohrbach
93fcf7fbd2 Bugzilla 251930 2008-10-23 21:22:13 +00:00
Pawel Piech
11551c7891 [251452] - Updated copyright statements and comments. 2008-10-23 03:56:01 +00:00
Pawel Piech
13b09802ad [251769] - [update policy] Hide the "update scopes" menu. 2008-10-22 20:34:14 +00:00
Pawel Piech
3b67689ca6 [251452] - Added the refresh all icon. 2008-10-22 18:00:04 +00:00
Pawel Piech
70dec0bd0d [251452] - [update policies] Add a "Refresh All" action. 2008-10-20 22:55:30 +00:00
Randy Rohrbach
97ce30ebc7 Bugzilla 251455 2008-10-20 19:13:05 +00:00
Marc Khouzam
d4bf78151a [251101] Allow CLI console to accept MI commands. 2008-10-20 14:37:39 +00:00
Marc Khouzam
cd35fa70ba [240092] Move getSessionType() and getIsAttachSession() from IGDBControl to IGDBBackend. Also, remove IGDBControl.getExecutablePath() since IGDBBackend.getProgramPath() did the same thing. 2008-10-20 14:27:20 +00:00