Searched refs:exe_file_path (Results 1 – 2 of 2) sorted by relevance
/external/lldb/examples/lookup/ |
D | main.cpp | 172 const char *exe_file_path = argv[arg_idx]; in main() local 185 SBTarget target = debugger.CreateTarget (exe_file_path, in main() 196 … printf ("%sLooking up 0x%llx in '%s':\n", (arg_idx > 1) ? "\n" : "", file_addr, exe_file_path); in main() 201 SBFileSpec exe_file_spec (exe_file_path, true); in main() 228 …ntf ("error: 0x%llx does not resolve to a valid file address in '%s'\n", file_addr, exe_file_path); in main()
|
/external/lldb/examples/functions/ |
D | main.cpp | 185 const char *exe_file_path = argv[arg_idx]; in main() local 188 SBTarget target = debugger.CreateTarget (exe_file_path, in main() 198 SBFileSpec exe_file_spec (exe_file_path, true); in main() 210 … fprintf (stderr, "error: couldn't locate debug symbols for '%s'\n", exe_file_path); in main()
|