Home
last modified time | relevance | path

Searched defs:exe_name (Results 1 – 22 of 22) sorted by relevance

/llvm-project/lldb/test/API/commands/add-dsym/uuid/
H A DTestAddDsymCommand.py78 def do_add_dsym_with_error(self, exe_name): argument
102 def do_add_dsym_with_success(self, exe_name): argument
121 def do_add_dsym_with_dSYM_bundle(self, exe_name): argument
/llvm-project/lldb/test/API/benchmarks/expression/
H A DTestRepeatedExprs.py
H A DTestExpressionCmd.py
/llvm-project/lldb/test/API/python_api/thread/
H A DTestThreadAPI.py142 step_out_of_malloc_into_function_b(self, exe_name) global() argument
190 step_over_3_times(self, exe_name) global() argument
237 run_to_address(self, exe_name) global() argument
[all...]
/llvm-project/lldb/test/API/commands/process/attach/attach_denied/
H A DTestAttachDenied.py12 exe_name = "AttachDenied" # Must match Makefile variable
/llvm-project/lldb/test/API/commands/process/attach-resume/
H A DTestAttachResume.py11 exe_name = "AttachResume" # Must match Makefile variable
/llvm-project/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
H A DTestBundleWithDotInFilename.py13 exe_name = "find-bundle-with-dots-in-fn" # must match Makefile variable
/llvm-project/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DTestDeepBundle.py12 exe_name = "deep-bundle" # must match Makefile variable
/llvm-project/lldb/test/API/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py32 def sanity_check_executable(self, exe_name): argument
/llvm-project/lldb/test/API/macosx/function-starts/
H A DTestFunctionStarts.py11 exe_name = "StripMe" # Must match Makefile variable
/llvm-project/lldb/test/API/lang/cpp/dynamic-value/
H A DTestCppValueCast.py42 def do_sbvalue_cast(self, exe_name): argument
/llvm-project/lldb/test/API/types/
H A DAbstractBase.py137 self, exe_name, atoms, quotedDisplay=False, blockCaptured=False argument
225 self, exe_name, atoms, quotedDisplay=False, blockCaptured=False argument
/llvm-project/lldb/test/API/python_api/target/
H A DTestTargetAPI.py229 find_global_variables(self, exe_name) global() argument
294 find_functions(self, exe_name) global() argument
/llvm-project/lldb/test/API/commands/process/attach/
H A DTestProcessAttach.py13 exe_name = "ProcessAttach" # Must match Makefile variable
/llvm-project/lldb/test/API/commands/target/basic/
H A DTestTargetCommand.py160 def do_target_variable_command(self, exe_name): argument
250 def do_target_variable_command_no_fail(self, exe_name): argument
/llvm-project/third-party/benchmark/tools/gbench/
H A Dutil.py187 def run_benchmark(exe_name, benchmark_flags): argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp55 const char *exe_name = GetProcessName(); in ReopenIfNecessary() local
H A Dsanitizer_printf.cpp273 const char *exe_name = GetProcessName(); in SharedPrintfCodeNoBuffer() local
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py837 run_to_breakpoint_make_target(test, exe_name="a.out", in_cwd=True) global() argument
933 run_to_name_breakpoint( test, bkpt_name, launch_info=None, exe_name="a.out", bkpt_module=None, in_cwd=True, only_one_thread=True, extra_images=None, ) global() argument
985 run_to_source_breakpoint( test, bkpt_pattern, source_spec, launch_info=None, exe_name="a.out", bkpt_module=None, in_cwd=True, only_one_thread=True, extra_images=None, has_locations_before_run=True, ) global() argument
1020 run_to_line_breakpoint( test, source_spec, line_number, column=0, launch_info=None, exe_name="a.out", bkpt_module=None, in_cwd=True, only_one_thread=True, extra_images=None, ) global() argument
[all...]
H A Dlldbtest.py1521 buildDriver(self, sources, exe_name) global() argument
1613 buildProgram(self, sources, exe_name) global() argument
/llvm-project/llvm/cmake/modules/
H A DAddLLVM.cmake2565 set(exe_name ${${setting_name}}) global() variable
2571 set(exe_name $<TARGET_FILE:${tool_name}>) global() variable
/llvm-project/lldb/source/API/
H A DSBProcess.cpp997 const char *exe_name = nullptr; GetDescription() local