aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/dap
Commit message (Expand)AuthorAgeFilesLines
* Update InfoBar texts, titles and typesAlessandro Portale9 days1-2/+3
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-291-18/+20
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-6/+6
* Drop a few unneeded #includeshjk2025-03-041-2/+0
* Debugger: Remove unneeded debugger includesJarek Kobus2025-03-031-1/+0
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-3/+3
* Debugger: Transform a few fields of DebuggerRunParametersJarek Kobus2025-01-141-5/+5
* Debugger: Transform DebuggerRunParameters::debuggerJarek Kobus2025-01-133-9/+9
* Debugger: Transform DebuggerRunParameters::versionJarek Kobus2025-01-131-2/+2
* Debugger: Transform DebuggerRunParameters::additionalStartupCommandsJarek Kobus2025-01-131-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-3/+3
* Debugger: Transform DebuggerRunParameters::attachPidJarek Kobus2025-01-103-3/+3
* Debugger: Transform DebuggerRunParameters::inferiorJarek Kobus2025-01-103-8/+8
* Debugger: Move isLocalAttachEngine() into DebuggerRunParametersJarek Kobus2025-01-106-24/+6
* Debugger: Transform DebuggerRunParameters::startModeJarek Kobus2025-01-103-3/+3
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-3/+3
* LLDB-DAP: Remove usage of "avoid" marked functionCristian Adam2024-06-261-2/+1
* LLDB-DAP: Fix passing program argumentsCristian Adam2024-06-262-11/+6
* LLDB-DAP: Add "env" to "launch" commandCristian Adam2024-06-202-20/+37
* DAP: Handle failed "launch" responseCristian Adam2024-06-203-2/+16
* LLDB-DAP: Fix assert messagesCristian Adam2024-06-172-4/+1
* LLDB-DAP: Handle source mapping and additional debugger startup commandsCristian Adam2024-06-172-3/+55
* Debugger: Fix LLDB-DAP attach to processCristian Adam2024-06-144-4/+15
* Debugger: Add "LLDB Dap" presetCristian Adam2024-06-133-0/+205
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-04-021-2/+3
|\
| * Dap: Fix typo in python engineArtem Sokolovskii2024-03-281-2/+3
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-284-4/+4
|/
* Utils: Fix error prone default value of appendOrSetMarcus Tillmanns2024-01-261-3/+1
* Debugger: Move plugin class definition to .cpphjk2024-01-151-1/+0
* Dap: Avoid using keys()Jarek Kobus2024-01-091-3/+3
* DapEngine: Avoid using keys()Jarek Kobus2024-01-041-3/+3
* Pydap: fix unused parameterDavid Schulz2023-12-191-1/+1
* Utils: Proliferate use of <utils/mimeconstants.h>Alessandro Portale2023-12-192-15/+8
* Debugger: install debugpy package into user resource dirDavid Schulz2023-12-181-16/+30
* DAP: Fix Python debug breakpointsArtem Sokolovskii2023-12-181-4/+10
* Clean up some lambdashjk2023-12-121-1/+1
* DAP: Add support function breakpointsArtem Sokolovskii2023-12-045-7/+90
* DAP: Add Capabilities structureArtem Sokolovskii2023-12-042-0/+101
* DAP: Add support ignoreCount and condition for breakpointsArtem Sokolovskii2023-12-041-0/+2
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-091-1/+1
|\
| * Debugger: Fix compile with Qt6.2Christian Stenger2023-11-091-1/+1
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-084-5/+13
|\|
| * DAP: Make dap engine less noisyArtem Sokolovskii2023-11-071-0/+3
| * DAP: Fix launch of an application without run parametersArtem Sokolovskii2023-11-074-4/+9
| * DAP: Fix auto copyMarcus Tillmanns2023-11-071-1/+1
* | DAP: Move acceptsBreakpoint to mime typeArtem Sokolovskii2023-11-074-14/+46
* | DAP: Move to a unified way to handle breakpointsArtem Sokolovskii2023-11-0710-117/+115
|/
* Fix UI text capitalization, punctuation, and phrasingLeena Miettinen2023-10-201-1/+1
* DAP: Fix lower case m in cmake debugger engineArtem Sokolovskii2023-10-121-1/+1