HomeSort by: relevance | last modified time | path
    Searched defs:current_pc (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
inline-frame.c 83 CORE_ADDR current_pc = regcache_read_pc (regcache); local
85 if (current_pc != state.saved_pc)
ft32-tdep.c 456 CORE_ADDR current_pc; local
470 current_pc = get_frame_pc (this_frame);
475 ft32_analyze_prologue (cache->pc, current_pc, cache, gdbarch);
lm32-tdep.c 384 CORE_ADDR current_pc; local
398 current_pc = get_frame_pc (this_frame);
400 info->pc, current_pc, info); local
m32r-tdep.c 275 CORE_ADDR current_pc; local
281 for (current_pc = start_pc; current_pc < scan_limit; current_pc += 2)
284 if (!safe_read_memory_integer (current_pc, 2, byte_order, &return_value))
287 insn = read_memory_unsigned_integer (current_pc, 2, byte_order);
294 if (current_pc & 0x02)
303 if (current_pc == scan_limit)
306 current_pc += 2; /* skip the immediate data */
309 if (!safe_read_memory_integer (current_pc, 2, byte_order
    [all...]
moxie-tdep.c 520 CORE_ADDR current_pc; local
534 current_pc = get_frame_pc (this_frame);
538 moxie_analyze_prologue (cache->pc, current_pc, cache, gdbarch);
tic6x-tdep.c 138 Bail out early if CURRENT_PC is reached. Returns the address of the first
143 const CORE_ADDR current_pc,
155 if (start_pc >= current_pc)
156 return_pc = current_pc;
167 while (pc < current_pc)
383 CORE_ADDR current_pc; local
397 current_pc = get_frame_pc (this_frame);
401 tic6x_analyze_prologue (gdbarch, cache->pc, current_pc, cache, this_frame);
tilegx-tdep.c 840 CORE_ADDR current_pc; local
850 current_pc = get_frame_pc (this_frame);
856 tilegx_analyze_prologue (gdbarch, cache->start_pc, current_pc,
xstormy16-tdep.c 660 CORE_ADDR current_pc; local
674 current_pc = get_frame_pc (this_frame);
676 xstormy16_analyze_prologue (gdbarch, cache->pc, current_pc,
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 457 CORE_ADDR current_pc; local
471 current_pc = get_frame_pc (this_frame);
476 ft32_analyze_prologue (cache->pc, current_pc, cache, gdbarch);
inline-frame.c 89 CORE_ADDR current_pc = regcache_read_pc (regcache); local
91 if (current_pc != state.saved_pc)
lm32-tdep.c 384 CORE_ADDR current_pc; local
398 current_pc = get_frame_pc (this_frame);
400 info->pc, current_pc, info); local
m32r-tdep.c 275 CORE_ADDR current_pc; local
281 for (current_pc = start_pc; current_pc < scan_limit; current_pc += 2)
284 if (!safe_read_memory_integer (current_pc, 2, byte_order, &return_value))
287 insn = read_memory_unsigned_integer (current_pc, 2, byte_order);
294 if (current_pc & 0x02)
303 if (current_pc == scan_limit)
306 current_pc += 2; /* skip the immediate data */
309 if (!safe_read_memory_integer (current_pc, 2, byte_order
    [all...]
moxie-tdep.c 520 CORE_ADDR current_pc; local
534 current_pc = get_frame_pc (this_frame);
538 moxie_analyze_prologue (cache->pc, current_pc, cache, gdbarch);
tic6x-tdep.c 138 Bail out early if CURRENT_PC is reached. Returns the address of the first
143 const CORE_ADDR current_pc,
155 if (start_pc >= current_pc)
156 return_pc = current_pc;
167 while (pc < current_pc)
383 CORE_ADDR current_pc; local
397 current_pc = get_frame_pc (this_frame);
401 tic6x_analyze_prologue (gdbarch, cache->pc, current_pc, cache, this_frame);
tilegx-tdep.c 840 CORE_ADDR current_pc; local
850 current_pc = get_frame_pc (this_frame);
856 tilegx_analyze_prologue (gdbarch, cache->start_pc, current_pc,
xstormy16-tdep.c 660 CORE_ADDR current_pc; local
674 current_pc = get_frame_pc (this_frame);
676 xstormy16_analyze_prologue (gdbarch, cache->pc, current_pc,
arch-utils.c 965 CORE_ADDR current_pc = regcache_read_pc (regcache);
968 gdbarch_breakpoint_from_pc (gdbarch, &current_pc, &bp_len);
969 current_pc += bp_len;
970 regcache_write_pc (regcache, current_pc);
963 CORE_ADDR current_pc = regcache_read_pc (regcache); local
avr-tdep.c 985 CORE_ADDR start_pc, current_pc; local
1003 current_pc = get_frame_pc (this_frame);
1004 if ((start_pc > 0) && (start_pc <= current_pc))
1006 start_pc, current_pc, info); local
h8300-tdep.c 236 accordingly. Bail out early if CURRENT_PC is reached. Return the
272 CORE_ADDR pc, CORE_ADDR current_pc,
281 if (pc >= current_pc)
282 return current_pc;
296 if (pc >= current_pc)
297 return current_pc;
306 while (pc < current_pc)
400 && pc + spill_size <= current_pc)
412 CORE_ADDR current_pc; local
434 current_pc = get_frame_pc (this_frame)
    [all...]
iq2000-tdep.c 365 CORE_ADDR current_pc; local
377 current_pc = get_frame_pc (this_frame);
378 find_pc_partial_function (current_pc, NULL, &cache->pc, NULL);
380 iq2000_scan_prologue (gdbarch, cache->pc, current_pc, this_frame, cache);
nds32-tdep.c 912 CORE_ADDR current_pc;
924 current_pc = get_frame_pc (this_frame);
925 nds32_analyze_prologue (gdbarch, cache->pc, current_pc, cache);
1314 CORE_ADDR current_pc, current_sp;
1324 current_pc = get_frame_pc (this_frame);
1325 nds32_analyze_epilogue (gdbarch, current_pc, cache);
909 CORE_ADDR current_pc; local
1310 CORE_ADDR current_pc, current_sp; local
sh-tdep.c 1853 CORE_ADDR current_pc; local
1872 current_pc = get_frame_pc (this_frame);
1886 sh_analyze_prologue (gdbarch, cache->pc, current_pc, cache, fpscr);
z80-tdep.c 561 CORE_ADDR start_pc, current_pc; local
579 current_pc = get_frame_pc (this_frame);
580 if ((start_pc > 0) && (start_pc <= current_pc))
582 start_pc, current_pc, info); local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-disasm.py 25 current_pc = None variable
62 disassembly wrapping for the global CURRENT_PC."""
65 global current_pc
69 if current_pc == None:
70 raise gdb.GdbError("no current_pc set")
73 global current_pc
75 if info.address != current_pc:
155 if ad != current_pc:
176 if ad != current_pc:
603 global current_pc
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-disasm.py 25 current_pc = None variable
62 disassembly wrapping for the global CURRENT_PC."""
65 global current_pc
69 if current_pc == None:
70 raise gdb.GdbError("no current_pc set")
73 global current_pc
75 if info.address != current_pc:
155 if ad != current_pc:
176 if ad != current_pc:
603 global current_pc
    [all...]

Completed in 124 milliseconds

1 2