Searched refs:exe_file_path (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/examples/lookup/ |
H A D | main.cpp | 161 const char *exe_file_path = argv[arg_idx]; in main() local 173 SBTarget target = debugger.CreateTarget(exe_file_path, arch, platform, in main() 181 file_addr, exe_file_path); in main() 185 SBFileSpec exe_file_spec(exe_file_path, true); in main() 213 file_addr, exe_file_path); in main()
|
/llvm-project/lldb/examples/functions/ |
H A D | main.cpp | 174 const char *exe_file_path = argv[arg_idx]; in main() local 177 SBTarget target = debugger.CreateTarget(exe_file_path, arch, platform, in main() 182 SBFileSpec exe_file_spec(exe_file_path, true); in main() 195 exe_file_path); in main()
|