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

1 2 3

  /src/external/gpl3/gdb/dist/gdb/
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...]
v850-tdep.c 600 CORE_ADDR current_pc = *current_pc_ptr; local
624 current_pc += 2;
626 current_pc += 2;
628 current_pc += 4;
657 *current_pc_ptr = current_pc;
780 CORE_ADDR prologue_end, current_pc; local
806 for (current_pc = func_addr; current_pc < prologue_end;)
811 insn = read_memory_integer (current_pc, 2, byte_order);
812 current_pc += 2
1238 CORE_ADDR current_pc; local
    [all...]
m68k-tdep.c 667 argument from the stack or CURRENT_PC, whichever is smaller.
672 CORE_ADDR pc, CORE_ADDR current_pc,
678 if (pc >= current_pc)
679 return current_pc;
693 if (pc + 4 < current_pc && cache->locals == 0)
716 if (pc + 2 < current_pc)
735 if (pc + 2 < current_pc)
765 instruction after the register saves or CURRENT_PC, whichever is
770 CORE_ADDR current_pc,
783 while (pc < current_pc)
    [all...]
microblaze-tdep.c 196 CORE_ADDR current_pc,
212 if (current_pc < pc)
213 return current_pc;
239 stop = (current_pc < func_end ? current_pc : func_end);
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...]
m68hc11-tdep.c 616 CORE_ADDR current_pc, struct m68hc11_unwind_cache *info)
628 if (pc >= current_pc)
629 return current_pc;
700 if (pc + seq->length > current_pc)
785 CORE_ADDR current_pc;
810 current_pc = get_frame_pc (this_frame);
812 m68hc11_scan_prologue (gdbarch, info->pc, current_pc, info);
784 CORE_ADDR current_pc; local
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);
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);
lm32-tdep.c 384 CORE_ADDR current_pc; local
398 current_pc = get_frame_pc (this_frame);
400 info->pc, current_pc, info); local
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);
sparc-tdep.h 207 CORE_ADDR pc, CORE_ADDR current_pc,
  /src/external/gpl3/gdb.old/dist/gdb/
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...]
v850-tdep.c 600 CORE_ADDR current_pc = *current_pc_ptr; local
624 current_pc += 2;
626 current_pc += 2;
628 current_pc += 4;
657 *current_pc_ptr = current_pc;
780 CORE_ADDR prologue_end, current_pc; local
806 for (current_pc = func_addr; current_pc < prologue_end;)
811 insn = read_memory_integer (current_pc, 2, byte_order);
812 current_pc += 2
1238 CORE_ADDR current_pc; local
    [all...]
m68k-tdep.c 667 argument from the stack or CURRENT_PC, whichever is smaller.
672 CORE_ADDR pc, CORE_ADDR current_pc,
678 if (pc >= current_pc)
679 return current_pc;
693 if (pc + 4 < current_pc && cache->locals == 0)
716 if (pc + 2 < current_pc)
735 if (pc + 2 < current_pc)
765 instruction after the register saves or CURRENT_PC, whichever is
770 CORE_ADDR current_pc,
783 while (pc < current_pc)
    [all...]
microblaze-tdep.c 196 CORE_ADDR current_pc,
212 if (current_pc < pc)
213 return current_pc;
239 stop = (current_pc < func_end ? current_pc : func_end);
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...]
nios2-tdep.c 1004 started before current_pc, not whether it has completed. */
1008 CORE_ADDR current_pc,
1027 if (current_pc <= start_pc)
1030 /* Find the previous instruction before current_pc. For R2, it might
1040 if (pc + op->size < current_pc)
1049 && pc + imm < current_pc)
1054 pc = current_pc - NIOS2_OPCODE_SIZE;
1190 const CORE_ADDR current_pc,
1228 paddress (gdbarch, current_pc));
1246 if (pc == current_pc)
1900 CORE_ADDR current_pc; local
    [all...]
inline-frame.c 83 CORE_ADDR current_pc = regcache_read_pc (regcache); local
85 if (current_pc != state.saved_pc)
m68hc11-tdep.c 619 CORE_ADDR current_pc, struct m68hc11_unwind_cache *info)
631 if (pc >= current_pc)
632 return current_pc;
703 if (pc + seq->length > current_pc)
788 CORE_ADDR current_pc;
813 current_pc = get_frame_pc (this_frame);
815 m68hc11_scan_prologue (gdbarch, info->pc, current_pc, info);
787 CORE_ADDR current_pc; local
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);
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
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);
  /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 49 milliseconds

1 2 3