Alena Laskavaia
|
60aa52eccf
|
- a bit of extensibility for disassembly view
|
2009-02-05 18:58:54 +00:00 |
|
Alena Laskavaia
|
1c9e947c87
|
- fixed minor issue with src_asm if request is empty
|
2009-02-05 18:58:19 +00:00 |
|
John Cortell
|
f81a89caed
|
Add constant for the Signals view, as is done for the other CDT debugger views.
|
2009-01-29 21:12:18 +00:00 |
|
Vivian Kong
|
4518d368aa
|
bug 253574 - removing empty plugin.xml
|
2009-01-29 20:56:55 +00:00 |
|
Randy Rohrbach
|
86c7af6e76
|
Bugzilla 262804.
|
2009-01-28 20:17:07 +00:00 |
|
Alena Laskavaia
|
7d71c4678d
|
[216618] - Format submenu now should appear for expressions as well
|
2009-01-28 19:44:23 +00:00 |
|
Vivian Kong
|
4ef4e45d41
|
undo the last commit
|
2009-01-27 19:02:36 +00:00 |
|
Vivian Kong
|
e256314022
|
update source features and plugins description for gnu.build & gnu.debug
|
2009-01-27 19:01:58 +00:00 |
|
Pawel Piech
|
3d1273bd69
|
Updated name and description.
|
2009-01-26 19:27:25 +00:00 |
|
Ken Ryall
|
cbcbc74c30
|
Bug 236857
|
2009-01-23 02:40:22 +00:00 |
|
John Cortell
|
90285d927f
|
Add $NON-NLS-1$ comments to last commit
|
2009-01-22 20:59:34 +00:00 |
|
John Cortell
|
6e684dd982
|
Fixed bugzilla 262074. Display standard control characters (e.g., '\n') more intelligently for a variable of type char.
|
2009-01-22 19:54:28 +00:00 |
|
Ken Ryall
|
f0a16ef93a
|
Bug 259880.
|
2009-01-22 07:41:53 +00:00 |
|
John Cortell
|
89b260739c
|
Fixed bugzilla 260595. Disable the Show Full Paths action when not applicable
|
2009-01-09 21:33:39 +00:00 |
|
John Cortell
|
e848c5f601
|
Fixed bugzilla 219798. Reference variables show an address rather than a value.
|
2009-01-06 21:02:28 +00:00 |
|
Alena Laskavaia
|
c2b7d5be40
|
[259765] - applied patch for better support of adding breakpoints
|
2009-01-05 15:13:44 +00:00 |
|
Vivian Kong
|
df8cde8933
|
update update site URLs
|
2008-12-17 20:13:51 +00:00 |
|
Vivian Kong
|
8ffc518520
|
compile all test plug-ins into jars at root
|
2008-12-15 21:19:31 +00:00 |
|
John Cortell
|
dbcc86e5c5
|
Fixed NPE caused by rev 1.31 in following scenario: you open a C file with File > Open that is not in the workspace, then create a breakpoint (double-click). Selecting the breakpoint in the Breakpoints view would result in an NPE.
|
2008-12-04 21:57:52 +00:00 |
|
Alena Laskavaia
|
2d49c506fa
|
- make contains protected
|
2008-11-24 20:53:27 +00:00 |
|
Alena Laskavaia
|
5ca327814c
|
- make addDirectory protected so somebody can override it if needed, added getter for fDirList
|
2008-11-24 20:50:16 +00:00 |
|
Anton Leherbauer
|
99bacfaf68
|
Fix compilation error with Eclipse 3.5
|
2008-11-24 09:47:20 +00:00 |
|
Anton Leherbauer
|
7db7ce6ac9
|
Update bundle versions
|
2008-11-24 09:29:32 +00:00 |
|
Alena Laskavaia
|
d33651d578
|
PR: 255946 -Console output incorrect. Escape charecters should not interpret.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255946
|
2008-11-21 18:04:55 +00:00 |
|
Alena Laskavaia
|
6dd52f784d
|
[248422]: Linked Resources: Double clicking in breakpoint view opens wrong source file
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248422
appling patch
|
2008-11-21 17:25:16 +00:00 |
|
John Cortell
|
3711c05a24
|
255717. Introduced support in CDI for >64 bit values
|
2008-11-18 21:48:34 +00:00 |
|
John Cortell
|
3d48bf4f02
|
Trivialize the leak caused by bugzilla 255120 (debug platform) by clearing the reference to CDebugTarget in the dispose() method.
|
2008-11-17 16:06:47 +00:00 |
|
Alena Laskavaia
|
c391a02225
|
[247851] - applied patch - line breakpoints on linked resources
|
2008-11-12 17:39:19 +00:00 |
|
Alena Laskavaia
|
ba7746ffcb
|
- refactor debugger tests and added one about AddressBreakpoints
|
2008-11-12 17:34:48 +00:00 |
|
John Cortell
|
df7a539470
|
Fixed 254888. Fixed rare-case scenario where NPE results in CDebugTarget handling a thread suspended event. Also adjusted code to not assume that a CThread has a non-null ICDIThread reference (used to be the case, but no longer true with introduction of ICDIDisposable support). Finally, removed redundancy in findThread methods.
|
2008-11-11 14:44:45 +00:00 |
|
Anton Leherbauer
|
172288ff75
|
Bug 254849 - [Problems View] Sort by location sorts lexicographically
|
2008-11-11 13:43:23 +00:00 |
|
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 |
|