1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

2982 commits

Author SHA1 Message Date
Anton Leherbauer
450e32afb8 Use URIUtil.toURI() instead of File.toURI(), related to bug 252744 2008-11-07 11:10:02 +00:00
John Cortell
fa2d511bbd Fixed 254514. Expression-values not being disposed of. 2008-11-06 21:04:40 +00:00
Ken Ryall
55a0d30355 Improvements to the Executables manager including work for bug 253778. 2008-11-04 21:39:26 +00:00
Ken Ryall
b9deab734a Refresh source files if the source containers have changed. 2008-11-04 21:38:16 +00:00
Ken Ryall
be136db87e NPE check. 2008-11-04 21:37:37 +00:00
Vivian Kong
09b2c6eca5 moving some features to 5.1.0 since included plugins have moved up, updating build script so version numbers do not have to be the same for a release 2008-10-31 17:08:04 +00:00
Anton Leherbauer
f6622589f1 Bug 252744 - Make ExternalEditorInput compatible to FileStoreEditorInput 2008-10-31 13:07:17 +00:00
Anton Leherbauer
e1e813365b Bug 247853 - AbsolutePathSourceContainer does a string comparison check using !=
Patch by James Blackburn
2008-10-31 12:51:38 +00:00
Warren Paul
276424d6cc fixed a couple of bugs where opening the file containing the breakpoint from the breakpoints view could open in a duplicate or incorrect editor. 2008-10-28 23:04:32 +00:00
Warren Paul
935103d5a5 add file extension as binary content type if necessary when importing executables. 2008-10-27 19:57:27 +00:00
Alena Laskavaia
19af0eaeeb [248691] - fixed bug in details evaluation for items of big array, applied patch send by Michael Luber 2008-10-22 16:33:31 +00:00
Anton Leherbauer
868e29ac4f Bug 250638 - NPEs when disassembling in debugger
Patch by Øyvind Harboe
2008-10-17 08:38:54 +00:00
Alena Laskavaia
0ecc8782a4 - sometime gdb sends "empty" child name for anonymous unions for example, in this case expressions like foo..bar can be created, now will create foo instead of foo. in case of union 2008-09-22 14:16:36 +00:00
Alena Laskavaia
f0cec37944 - fixed broken ability to add address breakpoint from console 2008-09-18 21:03:49 +00:00
John Cortell
7f3a9922f5 Don't show the custom memory-space savy Add Monitor dialog if there's only one memory space. 2008-09-18 16:31:32 +00:00
John Cortell
263d85a58d Add strings used by the recently added Move To Line action (forgot to commit this earlier) 2008-08-21 12:09:52 +00:00
John Cortell
6d4d1d2bed The program executable would be expandable (in the Modules view) only if it lived in the output directory of a CDT project. It should be expandable as long as it's anywhere in a CDT project. I fixed this for shared libraries last month, and realized today the same issue is happening for the program executable. This refactors that earlier solution to fix both cases. It also fixes an NPE that would happen if the shared library was in a non-CDT project, or outside the workspace altogether. 2008-08-20 22:13:45 +00:00
Alena Laskavaia
c1438bceb5 PR: 109999 - use variable substitution for gdb command 2008-08-18 13:38:34 +00:00
Ken Ryall
736c7a5e69 Reopen when the file "found" is in the workspace. 2008-08-14 15:31:25 +00:00
Ken Ryall
037111a067 Fix build break caused by incomplete commit. 2008-08-13 13:27:20 +00:00
Alena Laskavaia
5ff757551b - message for failing loading library 2008-08-12 21:01:10 +00:00
Alena Laskavaia
d2cba6c8c9 - fixed module loading to avoid wrong error reported 2008-08-12 21:00:40 +00:00
Ken Ryall
1c95fb3c77 More work in the executables manager and view: added a remove button, don't alllow duplicate exes from different providers in the list. 2008-08-12 20:27:10 +00:00
Mike Kucera
433174325e project settings import/export wizards, bug 242010 2008-08-12 18:29:20 +00:00
John Cortell
434436e82f gdb session isn't getting cleaned up because of of my change to null out the ICDITarget reference after we dispose it. Reported by Mikhail. Will revisit. For now, just avoid nulling the reference. Restores previous behavior. 2008-08-11 14:49:50 +00:00
Ken Ryall
1efd4082c4 Executables View improvements: source file providers, import exes with same name, externalized some strings 2008-08-08 20:19:00 +00:00
John Cortell
7701228f68 Fixed typo in comment 2008-08-01 17:45:20 +00:00
John Cortell
a733bd09d8 Applying my 242890 patch. Shared libraries will now be expandable in the Modules view even if they're not in a project output directory. 2008-08-01 16:07:05 +00:00
Anton Leherbauer
3d97393bad Fix typo 2008-07-30 08:37:09 +00:00
John Cortell
d8aad9f2f0 Fixed NPE's resulting from CDebugTarget now nulling out its CDI reference on cleanup. 2008-07-29 21:31:11 +00:00
Anton Leherbauer
8e70b3930f Bug 242355 - Action "Open Disassembly" is enabled when it should not 2008-07-29 11:29:24 +00:00
Alena Laskavaia
8517a2d791 - fixed resolving source location when debugger returns resolved path itself and absolute path container not in the list 2008-07-28 15:03:30 +00:00
John Cortell
0e2c6945bd Fixed NPEs in code that is subject to dealing with a disposed frame. 2008-07-23 20:34:01 +00:00
John Cortell
252e01a836 Added ICDIDisposable, as discussed in the mailing list. Most of these changes are adjustments to protect against an NPE since we now null out the CDI members when we dispose them. 2008-07-21 19:41:42 +00:00
John Cortell
80c2baf464 Fixed 240916 (casting a child of a global results in an NPE). Also fixed all warnings in changed files and improved code with generics 2008-07-15 19:26:53 +00:00
John Cortell
f4e51c6139 Fix warnings 2008-07-15 19:18:16 +00:00
Alena Laskavaia
521dfafba6 PR: 53470 - prevent ABR exception 2008-07-15 18:13:09 +00:00
Alena Laskavaia
9d31c68ce5 PR: 53470 2008-07-15 18:10:13 +00:00
John Cortell
f74aa0ca4a Fixed bugzilla 240719. Element is now first checked to see if it's a ICDISharedLibrary, and then if not, an IBinary 2008-07-14 20:31:19 +00:00
John Cortell
d56a79adc4 Fixed for bugzilla 240538. Load Symbols for All in Modules view always generates a bogus error 2008-07-11 20:04:50 +00:00
Alena Laskavaia
170bb6ea07 [240238] - fixed adding expressions which has "char *" type for example 2008-07-09 21:21:30 +00:00
Ken Ryall
af2dd181dd Added uid. 2008-07-09 21:16:29 +00:00
Alena Laskavaia
d537166abb - change version to 5.1 on head 2008-07-09 16:43:51 +00:00
Alena Laskavaia
82f0c74d03 [216711] - added other visible gdb catch events, most of them is not support right now though 2008-07-09 16:37:40 +00:00
Alena Laskavaia
89050be0e1 [237858] - fixed expression evaluation for complex c++ data structures 2008-07-09 14:44:50 +00:00
John Cortell
e173a7fb80 Found two remaining cases of "jumpTo" terminology (variables names). Changes to "resumeAt" 2008-07-07 18:57:32 +00:00
John Cortell
8b0b647c7b Move-to-line feature. Application of the patch in bugzilla 118147. Includes refactoring of resume-at-line feature which used "jump to line" terminology. While such terminology is aligned with gdb (it invokes the 'jump' command), it is otherwise counter intuitive and collides with the "move to line" concept. The interfaces and code are now consistent throughout in its use of "resume at line" terminology. 2008-07-07 18:44:06 +00:00
Ken Ryall
0387684e7d Cache the source file list for an executable and don't block the UI while getting it. 2008-06-28 12:01:59 +00:00
Ken Ryall
50b3346cec Cache the source file list for an executable and don't block the UI while getting it. 2008-06-27 18:26:34 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00