Home
last modified time | relevance | path

Searched refs:allow_locations (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h54 FindAndReplaceIDRanges(Args &old_args, Target *target, bool allow_locations,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.h40 static void VerifyIDs(Args &args, Target &target, bool allow_locations,
H A DCommandObjectBreakpoint.cpp2452 Args &args, Target &target, bool allow_locations, in VerifyIDs() argument
2487 args, &target, allow_locations, purpose, temp_args)) { in VerifyIDs()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp72 Args &old_args, Target *target, bool allow_locations, in FindAndReplaceIDRanges() argument
83 if (!allow_locations && current_arg.contains('.')) { in FindAndReplaceIDRanges()