Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2008-01-04Applied patch for 209793. Persist the format selection and cast-to-type of va...John Cortell8-21/+522
2008-01-04Applied patch to 204028. Setting an address breakpoint in a session with no ...John Cortell2-31/+52
2008-01-04Applied patch in bug 199584. Run-to-Line was not setting the thread state.John Cortell3-17/+55
2008-01-04Applied patch in bug 191583. Logic not taking into account blocks with addres...John Cortell1-3/+5
2007-12-21Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ...Anton Leherbauer1-2/+2
2007-12-17Bug 213184: Modules view broken.Mikhail Khodjaiants1-3/+3
2007-12-16Bug 212840: Modules view doesn't compile against platform 3.4M4.Mikhail Khodjaiants1-1/+1
2007-12-14Adjusted minor inneficiency someone here noticed.John Cortell1-2/+3
2007-12-12211923. Make the memory space support in gdb/mi optional, via a global pref.John Cortell5-4/+34
2007-12-12When the user disables a variable, don't dispose the CDI variable for targets...John Cortell2-8/+29
2007-12-07Fixed 212282. Don't allow variable editing if disabled.John Cortell1-1/+1
2007-12-04Backed out last commit on HEAD. Was intended for cdt_4_0 branch (4.0.3)John Cortell1-1/+1
2007-12-04Back out change in 4.0.2 that makes gdb CDI back-end claim it supports memory...John Cortell1-1/+1
2007-11-30getBytesFromAddress() would return null ifgetAddressableSize() was called firstJohn Cortell1-1/+1
2007-11-26Propogate fix from CDT 4.0 which from CDT 3.1.Doug Schaefer1-76/+54
2007-11-26Bug 210863: Source lines are not available in disassembly view for imported e...Mikhail Khodjaiants1-0/+5
2007-11-21Bug 205017.Ken Ryall1-0/+11
2007-11-15Bug 204738Ken Ryall1-1/+1
2007-11-07Fix for 209001, missing ctx-sensitive help for some debugger views.Anton Leherbauer1-1/+5
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer5-18/+18
2007-11-05Bug 207231, view memory on variables.Ken Ryall2-0/+203
2007-11-05Bug 118299, improved watchpoint support.Ken Ryall20-176/+1018
2007-11-02Bug 207094: Modules view doesn't compile against platform 3.4M2. Applied patc...Mikhail Khodjaiants4-134/+49
2007-10-27Bug 207675, display wchar_t as unicode chars.Ken Ryall6-6/+94
2007-10-19Fix typo in previous commit.Ken Ryall1-3/+1
2007-10-19Bug 206941 - Set the default extension filter to '*' for core files instead o...Doug Schaefer1-1/+1
2007-10-19Bug 206825.Ken Ryall1-1/+1
2007-10-03Changed copyright.Mikhail Khodjaiants2-16/+20
2007-10-03Column support for Modules view.Mikhail Khodjaiants6-7/+242
2007-10-02Debug model agnostic Modules view.Mikhail Khodjaiants7-34/+160
2007-09-17Cleaned up the CSourceNotFound editor. It now works for non IDebugElements too.Ken Ryall5-48/+115
2007-09-07Fixed a problem where binary parsers where sometimes not saved in the project.Ken Ryall1-38/+6
2007-09-06Fix for 190277: Stopping a debugg session causes all user processes to termin...Anton Leherbauer5-12/+155
2007-09-05Support getting the ICDIThread associated with a CThread via IAdaptable, as i...John Cortell1-0/+3
2007-08-29Fix for 201521: External assembly files don't show breakpoint iconsAnton Leherbauer1-0/+3
2007-08-28Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain...Doug Schaefer1-7/+15
2007-08-28Patch for Ewa. Wrong command string use for MIExecReturn object. Bug 195779.Doug Schaefer1-1/+1
2007-08-28Patch for Ewa - bug 195777 - add return cli command as a stepping operation.Doug Schaefer1-1/+3
2007-08-25Bug 201165Ken Ryall1-9/+2
2007-08-22Applied patch in bug 200829John Cortell1-9/+30
2007-08-21Allow override of default project name.Ken Ryall2-13/+12
2007-08-21Fix deadlock when clearing all breakpoints.Ken Ryall1-3/+5
2007-08-13Bug 198023: In the Debug Register View the object contribution "Add Register ...Mikhail Khodjaiants2-1/+8
2007-08-07Bug 197178: CDT Debug should not contribute to Platform earlyStartup.Mikhail Khodjaiants3-66/+75
2007-08-03Applied patch to fix 197634.Ken Ryall1-6/+8
2007-08-03Bug 195984.Ken Ryall5-38/+43
2007-07-31Give each button a uid.Ken Ryall1-3/+11
2007-07-29Bug 81353, option to view disassembly when stopped in a location with no source.Ken Ryall4-18/+98
2007-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been load...Mikhail Khodjaiants4-28/+4
2007-07-25Bug 197162: NPE thrown viewing Global Variables (VariableManager.createLocalV...Mikhail Khodjaiants6-1/+34

Back to the top