summaryrefslogtreecommitdiff
path: root/share/qtcreator/debugger
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Drop unnecessary use of ModuleNotFoundErrorhjk2020-05-251-1/+1
* Debugger: Work around for gdb reporting zero array sizes in some caseshjk2020-05-142-5/+11
* Debugger: Fix startup when Python's json module is missinghjk2020-05-111-2/+2
* Debugger: prevent calling functions on windows targetsDavid Schulz2020-05-061-1/+1
* Debugger: Fix STL map size bug on WindowsJeremy Ephron2020-04-281-1/+2
* Debugger: Fix dumper for std::unique_ptr with custom deleterhjk2020-04-231-1/+4
* Debugger: Pass symbol file to LLDB and use ithjk2020-04-031-3/+3
* Debugger: Make LLDB work a bit with remote Linuxv4.12.0-rc1hjk2020-04-021-12/+44
* Dumper: raise exception in gdbbridge callHelper on WindowsDavid Schulz2020-03-092-5/+10
* Dumper: avoid redundant labelingDavid Schulz2020-03-029-236/+220
* Dumper: remove unused importsDavid Schulz2020-03-022-3/+0
* Dumper: unify CodestyleDavid Schulz2020-02-2813-830/+1209
* Dumper: replace xrange with rangeDavid Schulz2020-02-267-33/+32
* Dumper: replace import * with explicit importsDavid Schulz2020-02-2511-20/+19
* Dumper: move global enums and functions to utilsDavid Schulz2020-02-2411-602/+636
* Debugger: Fix std::optional dumperAndre Hartmann2020-02-231-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-201-1/+1
|\
| * Dumper: Fix syntax errorOrgad Shaneh2020-01-161-1/+1
* | [lldb] Fix lldbridge.py to work in standalone lldb on macOS 10.15Alexandru Croitor2020-01-161-2/+2
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-151-4/+7
|\ \ | |/
| * Debugger: Do not waste CPU when using LLDBChristian Stenger2020-01-141-4/+7
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-082-41/+34
|\ \ | |/
| * Debugger: Use a more convenient way to create timing sampleshjk2020-01-072-41/+34
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-181-0/+9
|\ \ | |/
| * Debugger: Fix std::string dumper for GCC 9hjk2019-12-171-0/+9
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-071-1/+1
|\ \ | |/
| * Debugger/Dumper: Fix dumping CPlusPlus::TokenNikolai Kosjar2019-12-041-1/+1
* | Debugger: Stop cleanly after post mortem debuggingChristian Stenger2019-11-131-3/+9
* | Debugger: Improve pdb debuggingChristian Stenger2019-11-121-4/+4
|/
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-161-1/+1
|\
| * GDB: Handle 'pretty_printer.to_string()' returning NoneMichael Weghorn2019-10-161-1/+1
* | Debugger: Use GDB's own pretty printers more cautiouslyhjk2019-09-301-7/+14
* | Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-09-261-9/+15
|\ \ | |/
| * Debugger: Improve assignment to simple expressions with LLDBhjk2019-09-261-1/+1
| * Debugger: Use Python 3 prints also in pure LLDB bridge codehjk2019-09-251-5/+5
| * Debugger: Fix debugging with LLDB 1100.xChristian Stenger2019-09-251-8/+14
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-232-3/+4
|\ \ | |/
| * Debugger: Show FORTRAN stringshjk2019-09-231-2/+2
| * Debugger: Do not add spurios empty element to LLDB argshjk2019-09-231-1/+2
* | Debugger: Use Python 3 prints also in pure LLDB bridge codehjk2019-09-171-5/+5
* | Debugger: Allow timestamp reporting on a sub-item levelhjk2019-09-131-4/+4
* | Debugger: Save a few cycles in the QPointer dumperhjk2019-09-121-1/+4
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-0/+18
|\ \ | |/
| * Debugger: add dumper for std::initializer_listDavid Schulz2019-09-091-0/+18
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-271-1/+1
|\ \ | |/
| * Debugger: Fix mapping std::set in Locals window via gdbDmitry Nuzhdin2019-08-261-1/+1
* | Debugger: Display 'string' instread of 'NimStringDesc' for Nim stringshjk2019-08-231-0/+1
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-071-14/+2
|\ \ | |/
| * Debugger: Allow spaces in arguments with LLDBhjk2019-08-061-14/+2
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-051-16/+13
|\ \ | |/