Searched refs:GetCommandLineCommands (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpointLocation.i | 103 bool GetCommandLineCommands(SBStringList &commands);
|
| H A D | SBBreakpointName.i | 93 bool GetCommandLineCommands(SBStringList &commands);
|
| H A D | SBBreakpoint.i | 207 bool GetCommandLineCommands(SBStringList &commands);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointLocation.h | 65 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
| H A D | SBBreakpointName.h | 93 bool GetCommandLineCommands(lldb::SBStringList &commands);
|
| H A D | SBBreakpoint.h | 104 bool GetCommandLineCommands(SBStringList &commands);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 289 bool SBBreakpointLocation::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointLocation 290 LLDB_RECORD_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in GetCommandLineCommands() 508 LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands, in RegisterMethods()
|
| H A D | SBBreakpointName.cpp | 493 bool SBBreakpointName::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpointName 494 LLDB_RECORD_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in GetCommandLineCommands() 741 LLDB_REGISTER_METHOD(bool, SBBreakpointName, GetCommandLineCommands, in RegisterMethods()
|
| H A D | SBBreakpoint.cpp | 512 bool SBBreakpoint::GetCommandLineCommands(SBStringList &commands) { in GetCommandLineCommands() function in SBBreakpoint 513 LLDB_RECORD_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in GetCommandLineCommands() 1038 LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetCommandLineCommands, in RegisterMethods()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 7607 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpoint_GetCommandLineCommands() 9153 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointLocation_GetCommandLineCommands() 10424 result = (bool)(arg1)->GetCommandLineCommands(*arg2); in _wrap_SBBreakpointName_GetCommandLineCommands()
|