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

15991 commits

Author SHA1 Message Date
Doug Schaefer
7ebae76b22 Fix up dependencies. 2008-04-22 18:42:40 +00:00
Doug Schaefer
63ba6a0f26 Fix up dependencies. 2008-04-22 16:59:25 +00:00
Doug Schaefer
1468b6e325 Add new features to the build. 2008-04-22 16:52:55 +00:00
Mikhail Khodjaiants
19c364f589 Contributing new disassembly. 2008-04-22 16:49:52 +00:00
Doug Schaefer
996ff223bf Introduce new features to separate out the CDT platform from the GNU toolchain support. 2008-04-22 16:49:38 +00:00
Mikhail Khodjaiants
199a42471d Warning cleanup. 2008-04-22 16:48:04 +00:00
John Cortell
1a7f7403db Use a thin wrapper to represent the CDI event listener for a CVariable to avoid removing the wrong listener when multple CVariables exist for the same internal variable. 2008-04-22 16:10:56 +00:00
John Cortell
7b3681fc19 Applied patch in 227869. Produce an error if user tries to create memory monitor using a literal address that exceeds the range of the address factory used by the debug session. Prior to this change, the monitor would be created based on the truncated value. 2008-04-22 15:25:36 +00:00
Mikhail Khodjaiants
f6b2dea934 Contributing new disassembly. 2008-04-22 12:32:46 +00:00
Andrew Ferguson
0efd6a1877 227967: add test cases 2008-04-22 11:20:04 +00:00
Markus Schorn
4db6ea5e78 Syntax error in template definition (template id ambiguity), bug 228118. 2008-04-22 10:45:00 +00:00
Andrew Ferguson
3aa200e4e0 fix regression from warnings cleanup 2008-04-22 10:42:47 +00:00
Markus Schorn
da70ef502f Support search for local variables and parameters, bug 151334. 2008-04-22 09:08:07 +00:00
Andrew Ferguson
e40d216b91 fix warnings 2008-04-22 08:24:51 +00:00
Anton Leherbauer
9faad7775e Fix for 227929: After fixing all warnings/errors, the warning icon is still in the tab 2008-04-22 07:49:09 +00:00
Pawel Piech
ca383d57de [228148] Fixed an NPE exposed by timing changes in services initialization. 2008-04-22 05:09:50 +00:00
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