Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Collapse)AuthorFilesLines
2009-01-09Fixed bugzilla 260595. Disable the Show Full Paths action when not applicableJohn Cortell3-4/+67
2009-01-06Fixed bugzilla 219798. Reference variables show an address rather than a value.John Cortell3-22/+47
2009-01-05[259765] - applied patch for better support of adding breakpointsAlena Laskavaia1-5/+4
2008-12-17update update site URLsVivian Kong2-2/+2
2008-12-15compile all test plug-ins into jars at rootVivian Kong2-4/+3
2008-12-04Fixed NPE caused by rev 1.31 in following scenario: you open a C file with ↵John Cortell1-4/+9
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-11-24- make contains protectedAlena Laskavaia1-1/+1
2008-11-24- make addDirectory protected so somebody can override it if needed, added ↵Alena Laskavaia1-1/+4
getter for fDirList
2008-11-24Fix compilation error with Eclipse 3.5Anton Leherbauer1-1/+4
2008-11-24Update bundle versionsAnton Leherbauer3-3/+3
2008-11-21PR: 255946 -Console output incorrect. Escape charecters should not interpret.Alena Laskavaia1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255946
2008-11-21[248422]: Linked Resources: Double clicking in breakpoint view opens wrong ↵Alena Laskavaia2-8/+202
source file https://bugs.eclipse.org/bugs/show_bug.cgi?id=248422 appling patch
2008-11-18255717. Introduced support in CDI for >64 bit valuesJohn Cortell2-0/+55
2008-11-17Trivialize the leak caused by bugzilla 255120 (debug platform) by clearing ↵John Cortell1-4/+8
the reference to CDebugTarget in the dispose() method.
2008-11-12[247851] - applied patch - line breakpoints on linked resourcesAlena Laskavaia2-22/+19
2008-11-12- refactor debugger tests and added one about AddressBreakpointsAlena Laskavaia3-75/+132
2008-11-11Fixed 254888. Fixed rare-case scenario where NPE results in CDebugTarget ↵John Cortell1-14/+23
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-11Bug 254849 - [Problems View] Sort by location sorts lexicographicallyAnton Leherbauer1-2/+1
2008-11-07Use URIUtil.toURI() instead of File.toURI(), related to bug 252744Anton Leherbauer2-4/+6
2008-11-06Fixed 254514. Expression-values not being disposed of.John Cortell1-0/+15
2008-11-04Improvements to the Executables manager including work for bug 253778.Ken Ryall5-13/+52
2008-11-04Refresh source files if the source containers have changed.Ken Ryall1-0/+1
2008-11-04NPE check.Ken Ryall1-1/+3
2008-10-31moving some features to 5.1.0 since included plugins have moved up, updating ↵Vivian Kong1-1/+1
build script so version numbers do not have to be the same for a release
2008-10-31Bug 252744 - Make ExternalEditorInput compatible to FileStoreEditorInputAnton Leherbauer1-4/+6
2008-10-31Bug 247853 - AbsolutePathSourceContainer does a string comparison check using !=Anton Leherbauer1-6/+9
Patch by James Blackburn
2008-10-28fixed a couple of bugs where opening the file containing the breakpoint from ↵Warren Paul1-1/+22
the breakpoints view could open in a duplicate or incorrect editor.
2008-10-27add file extension as binary content type if necessary when importing ↵Warren Paul1-1/+20
executables.
2008-10-22[248691] - fixed bug in details evaluation for items of big array, applied ↵Alena Laskavaia1-1/+1
patch send by Michael Luber
2008-10-17Bug 250638 - NPEs when disassembling in debuggerAnton Leherbauer1-3/+7
Patch by Øyvind Harboe
2008-09-22- sometime gdb sends "empty" child name for anonymous unions for example, in ↵Alena Laskavaia1-1/+3
this case expressions like foo..bar can be created, now will create foo instead of foo. in case of union
2008-09-18- fixed broken ability to add address breakpoint from consoleAlena Laskavaia1-1/+1
2008-09-18Don't show the custom memory-space savy Add Monitor dialog if there's only ↵John Cortell1-1/+3
one memory space.
2008-08-21Add strings used by the recently added Move To Line action (forgot to commit ↵John Cortell1-0/+5
this earlier)
2008-08-20The program executable would be expandable (in the Modules view) only if it ↵John Cortell1-48/+50
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-18PR: 109999 - use variable substitution for gdb commandAlena Laskavaia2-3/+13
2008-08-14Reopen when the file "found" is in the workspace.Ken Ryall1-0/+7
2008-08-13Fix build break caused by incomplete commit.Ken Ryall3-18/+74
2008-08-12- message for failing loading libraryAlena Laskavaia1-0/+1
2008-08-12- fixed module loading to avoid wrong error reportedAlena Laskavaia1-10/+19
2008-08-12More work in the executables manager and view: added a remove button, don't ↵Ken Ryall6-23/+165
alllow duplicate exes from different providers in the list.
2008-08-12project settings import/export wizards, bug 242010Mike Kucera2-5/+1
2008-08-11gdb session isn't getting cleaned up because of of my change to null out the ↵John Cortell1-1/+5
ICDITarget reference after we dispose it. Reported by Mikhail. Will revisit. For now, just avoid nulling the reference. Restores previous behavior.
2008-08-08Executables View improvements: source file providers, import exes with same ↵Ken Ryall9-203/+363
name, externalized some strings
2008-08-01Fixed typo in commentJohn Cortell1-1/+1
2008-08-01Applying my 242890 patch. Shared libraries will now be expandable in the ↵John Cortell1-2/+60
Modules view even if they're not in a project output directory.
2008-07-30Fix typoAnton Leherbauer1-1/+1
2008-07-29Fixed NPE's resulting from CDebugTarget now nulling out its CDI reference on ↵John Cortell2-2/+7
cleanup.
2008-07-29Bug 242355 - Action "Open Disassembly" is enabled when it should notAnton Leherbauer1-3/+5
2008-07-28- fixed resolving source location when debugger returns resolved path itself ↵Alena Laskavaia1-2/+11
and absolute path container not in the list

Back to the top