aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Robustify view accesshjk2021-11-091-0/+5
* Debugger: Use FilePath in DebuggerEngine::gotoLocation()hjk2021-10-291-1/+1
* Debugger: make inappropriate debugger warning silenceableDavid Schulz2021-10-281-27/+42
* Debugger: use FilePath in stack framesDavid Schulz2021-10-271-1/+1
* Docker: mount python dumpers to deviceDavid Schulz2021-10-251-0/+2
* Debugger: Use correct macroExpander when substituting regexpOrgad Shaneh2021-10-161-1/+1
* Debugger: Expand macros in "Additional Startup Commands"hjk2021-10-151-1/+1
* Debugger: Use FilePath for core files and surroundingshjk2021-09-291-1/+1
* Debugger: Make ElfReader work remotelyhjk2021-09-091-1/+1
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-6/+6
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-2/+1
* Debugger: Register "Reload Debugging Helper" actionhjk2021-06-231-1/+0
* Debugger: Don't pass comments as custom commands to backendshjk2021-05-051-2/+9
* Debugger: Fix compilation with Qt 6Eike Ziller2021-04-131-1/+2
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-03-161-0/+5
|\
| * Debugger: Add more information about the debugee when debugginghjk2021-03-161-0/+5
* | Debugger: Use an aspect for the source path mappinghjk2021-03-091-3/+3
* | Debugger: Move interpretation on nature of source path mapping to user codehjk2021-03-051-11/+11
* | Debugger: Aspectify settingshjk2021-03-031-16/+16
|/
* Debugger: Show Threads dock by defaultOrgad Shaneh2021-02-251-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-201-2/+5
|\
| * Debugger: log the debugger exitcode also in hexDavid Schulz2021-01-191-2/+5
* | Debugger: Add an option to show simple values as text annotationshjk2021-01-201-0/+1
* | Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-2/+2
* | Debugger: Mark currently hit breakpoint in breakpoint viewhjk2021-01-071-0/+3
* | Debugger: Drop the EngineSetupOk statehjk2021-01-051-10/+3
* | Debugger: Drop base DebuggerEngine::runEngine()hjk2021-01-051-1/+0
* | Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-201-3/+0
|\|
| * Debugger: Don't use QApplication::alert too oftenhjk2020-11-201-3/+0
* | Utils: Allow BaseTreeView users to hide columns manuallyhjk2020-11-101-0/+7
|/
* Debugger: Activate split that contains the breakpoint being hitDavid Schulz2020-09-161-4/+6
* Debugger: Remove left-over commenthjk2020-06-151-1/+0
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Debugger: Convert a QRegExp use in source path maphjk2020-06-101-4/+4
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-041-0/+4
|\
| * Debugger: Fix crash after adjusting font sizeDavid Schulz2020-05-041-0/+4
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-071-0/+4
|\|
| * Debugger: Fix tooltipsViacheslav Tertychnyi2020-04-031-0/+4
* | Utils: Remove the *SameLine OutputFormat enumsChristian Kandeler2020-03-181-2/+2
|/
* Debugger: Avoid crash when settings change after debuggingChristian Stenger2020-02-201-0/+4
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-02-051-0/+6
|\
| * Debugger: Do not raise watchers window unconditionallyChristian Stenger2020-02-041-0/+6
* | BareMetal: Long live support for KEIL uVision v5.x debuggerDenis Shienkov2020-02-041-1/+2
* | Debugger: Use new IOptionPage convenience for global optionshjk2020-01-091-1/+1
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-091-1/+2
|\|
| * Debugger: Check if m_perspective is valid before using itMarius Sincovici2020-01-081-1/+2
* | Debugger: make Location::fileName a Utils::FilePathDavid Schulz2020-01-061-3/+3
* | Debugger: Add ability to hide view columnshjk2019-12-131-2/+0
|/
* Debugger: Fix display of stackChristian Stenger2019-10-181-0/+1