1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 20:45:22 +02:00
Commit graph

14375 commits

Author SHA1 Message Date
Ken Ryall
ee5837ec29 Test to see if the file exists before creating the ETU. 2008-04-21 20:47:09 +00:00
Doug Schaefer
db11eb72ae Get rid of special characters in file. 2008-04-21 18:42:49 +00:00
Marc Khouzam
0d04616e1d Bug 226931
Since the use of a terminal is determined by the type of launch and is no
longer an option for the user, it should be removed from the launch tab.
2008-04-21 18:21:17 +00:00
Marc Khouzam
241d941438 Bug 226931
Support for Restart button.
The steps to restarting the inferior are the following:
1- Create a new PTY and tell GDB to use it
2- Create a new MIInferiorProcess object which uses the new PTY
2.5- Have the CLIEventProcessor use the new MIInferiorProcess
3- Restart the inferior using -exec-run
4- Remove the previous inferior Process from the launch
5- Add the new inferior Process to the launch (which will trigger the use of
the new PTY streams)

This change supports the Restart function, including the above steps to perform the proper cleanup.  The code to start the inferior has been extracted from the FinalLaunchSequence and put in GDBControl to allow sharing between start and restart.  Also, the code to create the CLI and inferior process objects has been extracted from the GdbLaunchDelegate and put in GDBControl to to allow sharing between start and restart.

There only interface change that is not in a provisional interface is the
addition of resetInferior() to CLIEventprocessor which is backwards compatible.
2008-04-21 18:08:53 +00:00
Doug Schaefer
fc3b72bb7a Update the build scripts to build with mylyn. 2008-04-21 18:07:11 +00:00
Doug Schaefer
95706316cb Update the build scripts to build mylyn. 2008-04-21 18:02:21 +00:00
Doug Schaefer
0392d3117b Add CDT Mylyn feature to master builds. 2008-04-21 17:33:08 +00:00
Doug Schaefer
d69ff9d58d *** empty log message *** 2008-04-21 17:31:23 +00:00
Doug Schaefer
ed3b0ac24f Add CDT Mylyn feature to master builds. 2008-04-21 17:19:17 +00:00
Doug Schaefer
11e1d819ea Add CDT Mylyn feature to master builds. 2008-04-21 17:03:16 +00:00
Doug Schaefer
ebc6aa35ad Add CDT Mylyn feature to master builds. 2008-04-21 16:50:20 +00:00
Doug Schaefer
e019bbe7ab added ignore of bin directory 2008-04-21 16:24:47 +00:00
Markus Schorn
e4ecf40136 Comment handling for refactoring by Emanuel Graf, bug 228009. 2008-04-21 14:44:12 +00:00
Anton Leherbauer
7686c3bdbc Fix NPE in CView with EFS resources 2008-04-21 14:18:07 +00:00
Markus Schorn
a0169fac0d Content Assist within macro arguments, bug 200208. 2008-04-21 14:02:40 +00:00
Markus Schorn
7481b864e5 Fix java-doc. 2008-04-21 13:50:38 +00:00
Anton Leherbauer
835e96be68 Fix for 227463: Syntax coloring error on insertion/deletion 2008-04-21 13:33:01 +00:00
Andrew Ferguson
390aa48830 fix terminology: memento->hash 2008-04-21 12:01:20 +00:00
Markus Schorn
0b8ddc570e Testcases for content assist, bug 180885. 2008-04-21 10:54:03 +00:00
Andrew Ferguson
95763b595e move older test to new-style framework 2008-04-21 09:44:19 +00:00
Andrew Ferguson
0cd5c17617 move older tests to new-style framework 2008-04-21 09:10:02 +00:00
Markus Schorn
92142d07e5 Whitespace adjustments in test data by Emanuel Graf. 2008-04-21 08:59:57 +00:00
Markus Schorn
4ac33cedb7 Fix for superfluous semicolon by Emanuel Graf, bug 226533. 2008-04-21 08:44:07 +00:00
Markus Schorn
cb728b7643 Improves method names. 2008-04-21 08:25:27 +00:00
Markus Schorn
a3f5e0f30b Added documentation about bug 227967 to the source code. 2008-04-21 08:12:07 +00:00
Markus Schorn
6e3b4502ba Fix warnings. 2008-04-21 07:27:30 +00:00
Sergey Prigogin
237ac325a7 Debugging helpers. 2008-04-21 03:50:55 +00:00
Sergey Prigogin
97b34939ee New test case for bug 214017 that is still failing. 2008-04-21 03:49:52 +00:00
Sergey Prigogin
faf943db23 Minor changes to facilitate debugging. 2008-04-21 00:12:18 +00:00
Sergey Prigogin
6ec98ed101 Compiler warnings. 2008-04-20 00:14:46 +00:00
Sergey Prigogin
fd24289643 Compiler warnings. 2008-04-19 19:35:13 +00:00
Sergey Prigogin
4619d45eef Added isGloballyQualified method to avoid PDOMNotImplementedError. 2008-04-19 19:34:57 +00:00
Sergey Prigogin
4109b34df6 More informative exception. 2008-04-19 18:06:56 +00:00
Sergey Prigogin
1356f3ffea Partial fix for bug 214017. 2008-04-19 08:55:13 +00:00
Sergey Prigogin
b30c89a812 Partial fix for bug 214017. 2008-04-19 08:36:06 +00:00
Pawel Piech
31d07ac3cc [212839] Added "Type" column to the registers view. 2008-04-18 20:17:49 +00:00
Marc Khouzam
8bced60c03 Bug 223364
ProcessCommandQueued should not be called when de-queuing
2008-04-18 20:00:25 +00:00
Pawel Piech
8d74f0dc4b [227643] Switched to use ILabelUpdate.getColumnIds() instead of IPresentationContext.getColumns(). 2008-04-18 18:41:48 +00:00
Mikhail Khodjaiants
b45f93e8ce Contributing new disassembly. 2008-04-18 16:18:15 +00:00
Markus Schorn
9b984524cc Indexing performance improvements. 2008-04-18 15:27:01 +00:00
Markus Schorn
b87cd95a0f Fix warnings. 2008-04-18 13:09:13 +00:00
Andrew Ferguson
677d68715d clean up warnings 2008-04-18 12:38:06 +00:00
Oleg Krasilnikov
5323561c07 Bug #187696 : Need to import/export configurations between projects 2008-04-18 11:06:42 +00:00
Andrew Ferguson
65701e2d38 move older tests to new-style framework 2008-04-18 11:05:12 +00:00
Markus Schorn
7af8d03be8 Fix warnings. 2008-04-18 09:23:06 +00:00
Oleg Krasilnikov
5b1f6b5408 Bug #214194 : Adding a preprocessor symbol erases previously defined ones 2008-04-18 08:55:03 +00:00
Markus Schorn
324a584c99 Performance improvement for indexing template based source code. 2008-04-18 07:56:46 +00:00
Randy Rohrbach
a6a82b3a2c Bugzilla 227629. 2008-04-17 19:22:14 +00:00
Mikhail Khodjaiants
501ebcad7f Contributing new disassembly. 2008-04-17 17:23:35 +00:00
Ken Ryall
0a10b91cca Try getting the address factory first from the CDI Target, then fall back on the executable. 2008-04-17 15:48:02 +00:00