forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user