Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/
Dminidebuginfo-set-and-hit-breakpoint.test3 # We want to keep the symbol "multiplyByThree" in the .dynamic section and not
5 # RUN: echo "{multiplyByThree;};" > %T/dynmic-symbols.txt
40 # info. On top if that, it ensures that we only have the multiplyByThree symbol
59 # from within the .dynsym section (multiplyByThree) and one from
62 # RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 'continue' -o 'breakpoint …
64 # CHECK: (lldb) b multiplyByThree
65 …oint 1: where = minidebuginfo-set-and-hit-breakpoint.test.tmp.binary`multiplyByThree, address = 0x…
75 # CHECK-NEXT: 1: name = 'multiplyByThree'
78 # CHECK-NEXT: symbol = multiplyByThree
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/Inputs/
Dminidebuginfo-main.c6 int multiplyByThree(int num) { return num * 3; } in multiplyByThree() function
9 int x = multiplyByThree(argc); in main()