summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdb/gdbengine.h
Commit message (Expand)AuthorAgeFilesLines
* QmlDebugger: user input on watchesChristiaan Janssen2011-03-241-0/+1
* debugger: intercept calls to qFatalhjk2011-03-211-0/+4
* debugger: add possibility to break on fork, vfork, exec, syscallhjk2011-03-041-0/+1
* debugger: fix fallback path to the CLI breakhjk2011-03-041-1/+2
* debugger: polish breakpoint locationshjk2011-03-021-0/+1
* debugger: work on writable memory viewhjk2011-02-251-0/+3
* Debugger: Use Startparameters.debuggerCommand for command.Friedemann Kleint2011-02-251-1/+0
* debugger: fix 'Jump To/Run to' when in instruction-wise modehjk2011-02-231-2/+2
* Debugger: Reduce tooltip flicker.Friedemann Kleint2011-02-171-1/+1
* debugger: replace action(ExecuteCommand) be a direct function callhjk2011-02-161-0/+1
* Debugger: Make tooltips pinnable.Friedemann Kleint2011-02-111-5/+7
* debugger: rework logic for chain of disassembler fallbacks.hjk2011-02-101-10/+24
* debugger: properly sort arrays even with the 'classic' gdb enginehjk2011-02-081-1/+1
* Symbian: tcftrk renamed to CodaPawel Polanski2011-02-071-1/+1
* debugger: more work on Qml -> C++ -> Qml "cross stepping"hjk2011-01-241-0/+2
* Debugger[gdb]: Improve reporting of Windows exceptions.Friedemann Kleint2011-01-211-0/+1
* debugger: implement qml->c++ cross-steppinghjk2011-01-191-4/+2
* debugger: use 'maint print msymbols' to extract Qt's namespacehjk2011-01-191-3/+10
* debugger: extract qt namespace before running the inferior.hjk2011-01-171-0/+2
* debugger: first shot at combined cpp/qml steppinghjk2011-01-141-0/+3
* debugger: introduce generic master/slaves enginehjk2011-01-121-3/+2
* debugger: start on integrated combined c++/qml debugginghjk2011-01-121-0/+2
* It's 2011 now.con2011-01-121-1/+1
* debugger: add an option to load "missing" symbols for current stackhjk2010-12-211-0/+1
* debugger: keep track of current gdb threadhjk2010-12-201-0/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
| * QmlObserver: breakpoint list is shared between enginesChristiaan Janssen2010-10-051-0/+1
* | debugger: don't retrieve the stack if we know we will continue steppinghjk2010-12-171-0/+5
* | debugger: more tracepoint stuffhjk2010-12-171-0/+1
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic C...Roberto Raggi2010-12-161-4/+4
* | debugger: s/*ViewAgent/*Agent/ to reduce noise and match file nameshjk2010-12-141-2/+2
* | debugger: structural cleanup remote debugginghjk2010-12-101-0/+2
* | debugger: remove dead codehjk2010-12-011-1/+0
* | debugger: less magic state transitions in the break handlerhjk2010-11-301-0/+1
* | debugger: remove "debug debugging helper" optionhjk2010-11-291-1/+0
* | debugger: polish module symbolshjk2010-11-261-0/+1
* | debugger: small fixeshjk2010-11-251-1/+0
* | debugger: make debugger view data store more structuredhjk2010-11-241-1/+2
* | debugger: make attach to running process stop the process (again)hjk2010-11-231-0/+1
* | debugger: remove unused variable in GdbEnginehjk2010-11-191-1/+0
* | debugger: don't replicate response.fileName as markerFileName etc.hjk2010-11-181-1/+3
* | debugger: start tightening the breakpoint state machineryhjk2010-11-161-1/+1
* | debugger: some simplification after engine objects are no more re-usedhjk2010-11-161-1/+0
* | debugger: make the command timer a direct member of GdbEnginehjk2010-11-161-5/+2
* | debugger: remove intermediate BreakpointData stucture layerhjk2010-11-161-1/+0
* | debugger: work on breakpoint enabling/disabling in gdb enginehjk2010-11-151-0/+1
* | debugger: Refactor breakpoint handling.hjk2010-11-151-29/+32
* | debugger: refactoring of the plugin interfacehjk2010-11-101-1/+0
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-4/+1