aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2023-06-07 09:28:19 +0200
committerMarcus Tillmanns <marcus.tillmanns@qt.io>2023-06-09 09:29:39 +0000
commitd7a26911e45119229d229b4af0501abdc636121d (patch)
treea228e6ef75c74a87bf883df0d2bf5a8c51ddc16d /src/plugins/debugger/breakhandler.h
parentf3b25b1d62783c192474f7aa69dacdc9d4d1e9ff (diff)
Debugger: Use the pathUsage parameter
Previously the "Path:" option for breakpoints was ignored by the lldb engine. Change-Id: I3878ff7b50da994b26b9c42483e4640adc5c60cc Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index e850151c3b..0132e2bcaf 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -107,7 +107,9 @@ public:
int markerLineNumber() const;
const BreakpointParameters &requestedParameters() const;
- void addToCommand(DebuggerCommand *cmd) const;
+ void addToCommand(DebuggerCommand *cmd,
+ BreakpointPathUsage defaultPathUsage
+ = BreakpointPathUsage::BreakpointUseFullPath) const;
void updateFromGdbOutput(const GdbMi &bkpt, const Utils::FilePath &fileRoot);
int modelId() const;