HomeSort by: relevance | last modified time | path
    Searched refs:start_pc (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 27 trace.Unwind(max_depth, start_pc, (uptr)&fake_stack[0], 0, fake_top,
35 uhwptr start_pc; member in class:__sanitizer::FastUnwindTest
66 start_pc = PC(0);
77 // Should get all on-stack retaddrs and start_pc.
79 EXPECT_EQ(start_pc, trace.trace[0]);
91 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
93 EXPECT_EQ(start_pc, trace.trace[0]);
104 // Should get all on-stack retaddrs up to the 4th slot and start_pc.
106 EXPECT_EQ(start_pc, trace.trace[0]);
116 EXPECT_EQ(start_pc, trace.trace[0])
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
alpha-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(alphaobsd_page_size - 1)); local
58 insn = alpha_read_insn (gdbarch, start_pc + 5 * ALPHA_INSN_SIZE);
63 insn = alpha_read_insn (gdbarch, start_pc + 6 * ALPHA_INSN_SIZE);
sparc-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(sparc32obsd_page_size - 1)); local
58 insn = sparc_fetch_instruction (start_pc + 0xec);
63 insn = sparc_fetch_instruction (start_pc + 0xf4);
bpf-tdep.c 136 START_PC. */
139 bpf_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
142 "Skipping prologue: start_pc=%s\n",
143 paddress (gdbarch, start_pc));
145 return start_pc + 0;
215 bpf_breakpoint_kind_from_pc (struct gdbarch *gdbarch, CORE_ADDR *start_pc)
microblaze-tdep.c 393 START_PC. */
396 microblaze_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
406 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end))
411 && start_pc <= sal.end)
412 start_pc = sal.end;
418 if (ostart_pc > start_pc)
420 return start_pc;
sparc-tdep.c 781 such sequences starts at START_PC, then return the address of the
782 instruction immediately past this sequence. Otherwise, return START_PC. */
785 sparc_skip_stack_check (const CORE_ADDR start_pc)
787 CORE_ADDR pc = start_pc;
816 return start_pc;
831 return start_pc;
882 return start_pc;
888 return start_pc;
912 return start_pc;
919 return start_pc;
    [all...]
tilegx-tdep.c 50 CORE_ADDR start_pc; member in struct:tilegx_frame_cache
726 tilegx_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
733 if (find_pc_partial_function (start_pc, NULL, &func_start, NULL))
739 return std::max (start_pc, post_prologue_pc);
743 s = find_pc_section (start_pc);
744 end_pc = start_pc + 8 * TILEGX_BUNDLE_SIZE_IN_BYTES;
750 start_pc,
849 cache->start_pc = get_frame_func (this_frame);
855 if (cache->start_pc)
856 tilegx_analyze_prologue (gdbarch, cache->start_pc, current_pc
    [all...]
disasm.c 115 CORE_ADDR start_pc; member in struct:deprecated_dis_line_entry
305 if (mle1.start_pc != mle2.start_pc)
306 val = mle1.start_pc < mle2.start_pc;
315 val = mle1.start_pc < mle2.start_pc;
586 mle[newlines].start_pc = le[i].pc (objfile);
597 mle[newlines].start_pc = le[i].pc (objfile);
659 mle[i].start_pc, mle[i].end_pc
    [all...]
alpha-tdep.c 1150 CORE_ADDR start_pc;
1259 CORE_ADDR start_pc)
1275 if (start_pc == 0)
1276 start_pc = alpha_heuristic_proc_start (gdbarch, limit_pc);
1277 info->start_pc = start_pc;
1284 if (start_pc != 0)
1287 if (start_pc + 200 < limit_pc)
1288 limit_pc = start_pc + 200;
1290 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += ALPHA_INSN_SIZE
1142 CORE_ADDR start_pc; member in struct:alpha_heuristic_unwind_cache
    [all...]
sparc64-obsd-tdep.c 128 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1));
138 insn = sparc_fetch_instruction (start_pc + *offset);
143 insn = sparc_fetch_instruction (start_pc + *offset + 8);
127 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); local
amd64-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(amd64obsd_page_size - 1)); local
79 /* If we can't read the instructions at START_PC, return zero. */
81 if (!safe_frame_unwind_memory (this_frame, start_pc + 6, {buf, buflen}))
i386-obsd-tdep.c 70 CORE_ADDR start_pc = (pc & ~(i386obsd_page_size - 1)); local
101 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
ppc-fbsd-tdep.c 159 CORE_ADDR start_pc = (pc & ~(ppcfbsd_page_size - 1)); local
178 if (!safe_frame_unwind_memory (this_frame, start_pc + *offset,
  /src/external/gpl3/gdb.old/dist/gdb/
alpha-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(alphaobsd_page_size - 1)); local
58 insn = alpha_read_insn (gdbarch, start_pc + 5 * ALPHA_INSN_SIZE);
63 insn = alpha_read_insn (gdbarch, start_pc + 6 * ALPHA_INSN_SIZE);
sparc-obsd-tdep.c 51 CORE_ADDR start_pc = (pc & ~(sparc32obsd_page_size - 1)); local
58 insn = sparc_fetch_instruction (start_pc + 0xec);
63 insn = sparc_fetch_instruction (start_pc + 0xf4);
bpf-tdep.c 136 START_PC. */
139 bpf_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
142 "Skipping prologue: start_pc=%s\n",
143 paddress (gdbarch, start_pc));
145 return start_pc + 0;
215 bpf_breakpoint_kind_from_pc (struct gdbarch *gdbarch, CORE_ADDR *start_pc)
microblaze-tdep.c 393 START_PC. */
396 microblaze_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
406 if (find_pc_partial_function (start_pc, NULL, &func_start, &func_end))
411 && start_pc <= sal.end)
412 start_pc = sal.end;
418 if (ostart_pc > start_pc)
420 return start_pc;
sparc-tdep.c 781 such sequences starts at START_PC, then return the address of the
782 instruction immediately past this sequence. Otherwise, return START_PC. */
785 sparc_skip_stack_check (const CORE_ADDR start_pc)
787 CORE_ADDR pc = start_pc;
816 return start_pc;
831 return start_pc;
882 return start_pc;
888 return start_pc;
912 return start_pc;
919 return start_pc;
    [all...]
tilegx-tdep.c 50 CORE_ADDR start_pc; member in struct:tilegx_frame_cache
726 tilegx_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR start_pc)
733 if (find_pc_partial_function (start_pc, NULL, &func_start, NULL))
739 return std::max (start_pc, post_prologue_pc);
743 s = find_pc_section (start_pc);
744 end_pc = start_pc + 8 * TILEGX_BUNDLE_SIZE_IN_BYTES;
750 start_pc,
849 cache->start_pc = get_frame_func (this_frame);
855 if (cache->start_pc)
856 tilegx_analyze_prologue (gdbarch, cache->start_pc, current_pc
    [all...]
alpha-tdep.c 1150 CORE_ADDR start_pc;
1259 CORE_ADDR start_pc)
1275 if (start_pc == 0)
1276 start_pc = alpha_heuristic_proc_start (gdbarch, limit_pc);
1277 info->start_pc = start_pc;
1284 if (start_pc != 0)
1287 if (start_pc + 200 < limit_pc)
1288 limit_pc = start_pc + 200;
1290 for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += ALPHA_INSN_SIZE
1142 CORE_ADDR start_pc; member in struct:alpha_heuristic_unwind_cache
    [all...]
sparc64-obsd-tdep.c 128 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1));
138 insn = sparc_fetch_instruction (start_pc + *offset);
143 insn = sparc_fetch_instruction (start_pc + *offset + 8);
127 CORE_ADDR start_pc = (pc & ~(sparc64obsd_page_size - 1)); local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
step-precsave.exp 217 set start_pc [get_hexadecimal_valueof "\$pc" 0 "getting PC at start of stepi backwards"]
224 if { [get_hexadecimal_valueof "\$pc" 0 "getting PC after $step_count steps"] == $start_pc } {
step-reverse.exp 179 set start_pc [get_hexadecimal_valueof "\$pc" 0 "get PC at start"]
186 if { [get_hexadecimal_valueof "\$pc" 0 "get PC again $get_pc_count"] == $start_pc } {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
step-precsave.exp 215 set start_pc [get_hexadecimal_valueof "\$pc" 0 "getting PC at start of stepi backwards"]
222 if { [get_hexadecimal_valueof "\$pc" 0 "getting PC after $step_count steps"] == $start_pc } {
step-reverse.exp 179 set start_pc [get_hexadecimal_valueof "\$pc" 0 "get PC at start"]
186 if { [get_hexadecimal_valueof "\$pc" 0 "get PC again $get_pc_count"] == $start_pc } {

Completed in 52 milliseconds

1 2 3 4