Home
last modified time | relevance | path

Searched refs:stop_addr (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.reverse/
H A Dconsecutive-reverse.exp44 set stop_addr 0
65 set stop_addr $expect_out(1,string)
66 if [eval expr "$foo2_addr == $stop_addr"] then {
73 set stop_addr [get_valueof "/x" "\$pc" "" "value of pc"]
74 set stop_addr_is_stmt [hex_in_list $stop_addr $is_stmt]
77 } elseif [eval expr "$foo2_addr == $stop_addr"] then {
98 set stop_addr $expect_out(1,string)
99 if [eval expr "$foo1_addr == $stop_addr"] then {
H A Dconsecutive-precsave.exp64 set stop_addr 0
85 set stop_addr $expect_out(1,string)
86 if [eval expr "$foo2_addr == $stop_addr"] then {
93 set stop_addr [get_valueof "/x" "\$pc" "" "value of pc"]
94 set stop_addr_is_stmt [hex_in_list $stop_addr $is_stmt]
97 } elseif [eval expr "$foo2_addr == $stop_addr"] then {
118 set stop_addr $expect_out(1,string)
119 if [eval expr "$foo1_addr == $stop_addr"] then {
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dconsecutive.exp47 set stop_addr 0
61 set stop_addr $expect_out(1,string)
62 if [eval expr "$bp_addr == $stop_addr"] then {
69 set stop_addr [get_valueof "/x" "\$pc" "" "value of pc"]
70 set stop_addr_is_stmt [hex_in_list $stop_addr $is_stmt]
73 } elseif [eval expr "$bp_addr == $stop_addr"] then {
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dsys_readmem.c121 *stop_addr = val.value.integer; in process_params()
123 *addr_incr = *start_addr<*stop_addr ? 1 : -1; in process_params()
128 *min_addr = *start_addr<*stop_addr ? *start_addr : *stop_addr ; in process_params()
129 *max_addr = *start_addr<*stop_addr ? *stop_addr : *start_addr; in process_params()
159 if (*stop_addr < left_addr || *stop_addr > right_addr) { in process_params()
179 if (*stop_addr < right_addr || *stop_addr > left_addr) { in process_params()
277 int start_addr, stop_addr, addr_incr; in sys_readmem_calltf() local
352 name, fname, addr, start_addr, stop_addr); in sys_readmem_calltf()
375 name, fname, start_addr, stop_addr); in sys_readmem_calltf()
402 start_addr, stop_addr); in sys_readmem_calltf()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.reverse/
H A Dconsecutive-reverse.exp42 set stop_addr 0
63 set stop_addr $expect_out(1,string)
64 if [eval expr "$foo2_addr == $stop_addr"] then {
85 set stop_addr $expect_out(1,string)
86 if [eval expr "$foo1_addr == $stop_addr"] then {
H A Dconsecutive-precsave.exp62 set stop_addr 0
83 set stop_addr $expect_out(1,string)
84 if [eval expr "$foo2_addr == $stop_addr"] then {
105 set stop_addr $expect_out(1,string)
106 if [eval expr "$foo1_addr == $stop_addr"] then {
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.reverse/
H A Dconsecutive-reverse.exp43 set stop_addr 0
64 set stop_addr $expect_out(1,string)
65 if [eval expr "$foo2_addr == $stop_addr"] then {
86 set stop_addr $expect_out(1,string)
87 if [eval expr "$foo1_addr == $stop_addr"] then {
H A Dconsecutive-precsave.exp62 set stop_addr 0
83 set stop_addr $expect_out(1,string)
84 if [eval expr "$foo2_addr == $stop_addr"] then {
105 set stop_addr $expect_out(1,string)
106 if [eval expr "$foo1_addr == $stop_addr"] then {
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dconsecutive.exp53 set stop_addr 0
67 set stop_addr $expect_out(1,string)
68 if [eval expr "$bp_addr == $stop_addr"] then {
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dconsecutive.exp62 set stop_addr 0
76 set stop_addr $expect_out(1,string)
77 if [eval expr "$bp_addr == $stop_addr"] then {
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dconsecutive.exp67 set stop_addr 0
96 set stop_addr $expect_out(1,string)
97 if [eval expr "$bp_addr == $stop_addr"] then {
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dconsecutive.exp67 set stop_addr 0
96 set stop_addr $expect_out(1,string)
97 if [eval expr "$bp_addr == $stop_addr"] then {
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/mach/
H A Dkmod.h116 uint32_t stop_addr; member
133 uint64_t stop_addr; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/mach/
H A Dkmod.h116 uint32_t stop_addr; member
133 uint64_t stop_addr; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp185 addr_t stop_addr = in ShouldStop() local
187 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp186 addr_t stop_addr = in ShouldStop() local
188 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp185 addr_t stop_addr = in ShouldStop() local
187 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp185 addr_t stop_addr = in ShouldStop() local
187 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp186 addr_t stop_addr = in ShouldStop() local
188 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp186 addr_t stop_addr = in ShouldStop() local
188 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp186 addr_t stop_addr = in ShouldStop() local
188 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp185 addr_t stop_addr = in ShouldStop() local
187 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp183 addr_t stop_addr = in ShouldStop() local
185 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp186 addr_t stop_addr = in ShouldStop() local
188 DumpAddress(s.AsRawOstream(), stop_addr, in ShouldStop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.h30 unsigned long stop_addr; member

123