Home
last modified time | relevance | path

Searched refs:exe_file_path (Results 1 – 2 of 2) sorted by relevance

/external/lldb/examples/lookup/
Dmain.cpp172 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/
Dmain.cpp185 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()