Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-04-09patch form Elena # 180975Alain Magloire1-66/+67
2007-04-02Fix from Elena for PR #189959Alain Magloire1-7/+24
2007-02-11Fix bug 159173, improved validation and error reporting.Ken Ryall2-56/+52
2007-02-06Bug 173036: target-download "file" is not supported.Mikhail Khodjaiants2-7/+15
2007-02-06Bug 139203: "if" and "at" translateable? #71.Mikhail Khodjaiants4-12/+4
2007-02-02Bug 155464: Thread mix-up when debugging multi-threaded programs.Mikhail Khodjaiants1-0/+15
2007-01-31Remove extraneous, but harmless String assignmentJohn Cortell1-2/+1
2007-01-26Bug 160359: Debug session is not to be created.Mikhail Khodjaiants1-0/+7
2007-01-25Bug 171644: RxThread crashes on NullPointerException if a unexpected "^runnin...Mikhail Khodjaiants1-1/+1
2007-01-22fixed case where apply button would not get enabledDavid Inglis1-1/+9
2007-01-15Upversion plugins to 3.1.2. Also locked down the Eclipse test plugin.Doug Schaefer5-5/+5
2006-12-18Use the default value (STOP_AT_MAIN_DEFAULT) instead of "false".Mikhail Khodjaiants1-3/+4
2006-12-15Fixed bug 166774. Restart tries to set a breakpoint on main regardless of whe...John Cortell1-4/+9
2006-12-10Set mapped resources on new launch configurations. This will let the platform...Ken Ryall1-0/+2
2006-12-08Fix missed id setting when combo selected.Ken Ryall1-0/+1
2006-12-07Fix support for adding multiple binary parsers in a project.Ken Ryall2-79/+105
2006-11-29Fix 80092.Ken Ryall1-0/+3
2006-11-29Make setName public.Ken Ryall1-1/+1
2006-11-22Prevent NPE when checking binaries.Ken Ryall1-3/+5
2006-11-19More exe import wizard cleanup.Ken Ryall1-7/+9
2006-11-17Allow import executable wizards to select the default binary parsers. Let the...Ken Ryall3-168/+116
2006-11-17Fixed bug 165042: CMemoryBlockRetrievalExtension.getMemoryBlock constructs a ...John Cortell1-1/+1
2006-11-08Fix 150565.Ken Ryall2-4/+19
2006-11-08Fixed bugzilla report 163862. Globals don't show if there are no locals in th...John Cortell1-1/+1
2006-11-02Fix bug 159833, add support for source containers finding files by absolute p...Ken Ryall10-17/+135
2006-10-25Fix for 162327: NPE when you hit Remove All Global Variables on an empty vari...John Cortell1-0/+4
2006-10-12Fix 158919.Ken Ryall2-2/+2
2006-09-28Fix for 159171. Run menu contributions were disabled if DebugView was not act...John Cortell1-21/+0
2006-09-20Fixed PPC Mac debugging.Ken Ryall1-1/+2
2006-09-20Added line deleted in patch for 148415. This let's you create launch configur...Ken Ryall1-0/+1
2006-09-15Upversion the plugins to 3.1.1.Doug Schaefer5-5/+5
2006-09-15fix for 148415 by Corey AshfordChris Recoskie2-5/+58
2006-09-13Set a title for the global variable selection dialogThomas Fletcher2-0/+2
2006-09-11Bug 156114: GDB options layout problem.Mikhail Khodjaiants2-0/+14
2006-09-11Bugzilla Bug 156707: A failed operation (e.g., resume) can leave the CDebugTa...Mikhail Khodjaiants1-0/+4
2006-09-11Bug 156707: Invalid target run-state after failed operation (resume/suspend/r...John Cortell1-12/+30
2006-08-31Bug 155826: Duplicate addListener call in Signals view.Mikhail Khodjaiants2-2/+6
2006-08-31Bug 155816: NPE thrown by info threads.Mikhail Khodjaiants2-1/+6
2006-08-30Bug 155275: Exception when stepping.Mikhail Khodjaiants2-1/+5
2006-08-26Fix bug 155316.Ken Ryall2-9/+29
2006-08-24Merge fix for bug 155137 from HEAD.Ken Ryall2-1/+6
2006-08-24Check the frame's suspended state instead of the target's. Fixes bug 155129.Ken Ryall1-1/+1
2006-08-23Bug 147522 - Fixed the import executable wizard to allow the user to select t...Doug Schaefer4-6/+14
2006-08-23Bug 147522 - Fixed the import executable wizard to allow the user to select t...Doug Schaefer5-22/+152
2006-08-22Bug 145758: Unable to use the default command factories.Mikhail Khodjaiants2-0/+7
2006-08-22Bug 153894: Variable View: Can not format 'short int' to Hex.Mikhail Khodjaiants2-1/+6
2006-08-17If the breakpoint manager is disabled disable the breakpoint using the same m...Ken Ryall1-6/+1
2006-08-17Minor additional locking to enhance the safety of the currentThreadIDThomas Fletcher1-1/+5
2006-08-17Removing the previously applied patch for bug 136896 - interface breakage.Mikhail Khodjaiants8-116/+2
2006-08-16Bug 136896: View variables in binary format.Mikhail Khodjaiants8-2/+116

Back to the top