summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
Commit message (Expand)AuthorAgeFilesLines
* Remove most trailing newlines from translated messages.Friedemann Kleint2013-10-227-13/+16
* Debugger: Fix QChar dumper with Python 3hjk2013-10-211-1/+1
* Debugger: Offer base changes for all integral looking values.hjk2013-10-211-12/+22
* LLDB: Set environment for debugged processEike Ziller2013-10-211-0/+2
* Debugger: Make ABI matching a bit more fuzzyTobias Hunger2013-10-181-4/+7
* DebuggerKitInformation: Make setup() handle new kitsTobias Hunger2013-10-181-3/+4
* DebuggerKitInformation: Invalid ids are okTobias Hunger2013-10-181-0/+3
* Debugger: Keep more secondary dialogs on top of the main windowhjk2013-10-181-2/+3
* Debugger: Fix setting of breakpoints in disassembler viewhjk2013-10-171-8/+7
* lldb: Quick fix for weird behavior when opening locations from debuggerEike Ziller2013-10-171-1/+2
* Debugger: Add upgrade path for 2.8 kit debugger settingshjk2013-10-172-0/+38
* Debugger: Rework detection of SDK-specified "auto" debuggershjk2013-10-173-176/+181
* Debugger: Keep secondary dialogs on top of the main windowhjk2013-10-175-16/+17
* Fix build with Qt4.Andre Hartmann2013-10-161-1/+1
* Debugger: Better diagnostics for LLDB startuphjk2013-10-161-3/+6
* Debugger: Re-enable target arch parsing of manual debuggershjk2013-10-161-9/+16
* Fix association of kits with auto-detected debuggershjk2013-10-161-24/+46
* Debugger: Fix cloning of DebuggerItemshjk2013-10-163-54/+34
* Debugger: Refactor DebuggerItemManager classEl Mehdi Fekari2013-10-154-326/+396
* Remove support for Madde-based platforms.Christian Kandeler2013-10-153-3/+3
* Debugger: Fix attaching and argument passing with LLDBhjk2013-10-141-3/+7
* Debugger: Remove DEBUGGER_TEST issues categoryhjk2013-10-143-4/+0
* Debugger: Recognize "LLDB" in debugger --version outputhjk2013-10-141-1/+1
* Debugger: Fold GdbToolTipContext into DebuggerToolTipIndexhjk2013-10-146-60/+37
* Debugger: Workaround rendering glitches in tooltipshjk2013-10-141-0/+5
* Debugger: Simplify DebuggerToolTipEditor convenience structurehjk2013-10-141-35/+22
* Debugger: Apply static pattern to DebuggerToolTipManagerhjk2013-10-145-78/+89
* Debugger: Simplify Tooltip manager interfacehjk2013-10-144-12/+7
* IDevice: Add a qmlProfilerHost functionhjk2013-10-111-8/+1
* LLDB: fix message textLeena Miettinen2013-10-111-5/+5
* Android: Fix debugger autodetectionhjk2013-10-102-9/+0
* Normalize connect()sRobert Loehning2013-10-101-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-102-2/+2
* Debugger: fix UI text capitalization and punctuationLeena Miettinen2013-10-102-3/+3
* Fix some tr()-messages in the Debugger plugin.Friedemann Kleint2013-10-101-2/+3
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-092-2/+2
* Debugger: Raise messagebox when cdb can't be started.David Schulz2013-10-011-1/+5
* Debugger: Remove unneeded includeOrgad Shaneh2013-09-301-1/+0
* Debugger: add support for dumping non-ASCII UTF-8 QCharMartin Bohacek2013-09-272-1/+6
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-277-13/+15
|\
| * Doc: edit debugger API docsLeena Miettinen2013-09-097-13/+15
* | Fix qbs warningsOrgad Shaneh2013-09-271-1/+0
* | Rename share/dumper to share/debugger and {l,g}bridge to {lldb,gdb}bridgehjk2013-09-264-5/+5
* | Debugger: Export Debugger::DebuggerItem to fix BlackBerry setuphjk2013-09-254-223/+293
* | Debugger: Make tooltips in Stack view configurablehjk2013-09-254-1/+13
* | add baremetal pluginTim Sander2013-09-203-2/+15
* | Debugger: Handle manually set catch breakpoint gracefullyhjk2013-09-192-1/+15
* | Debugger: Use existing kit chooser signal in LoadCoreDialoghjk2013-09-191-1/+1
* | Debugger: Make dumpers a bit more Python 3.x friendlyhjk2013-09-192-4/+3
* | KitInformation: Delete subwidgets in destructorTobias Hunger2013-09-172-0/+7