2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
* infrun.c (handle_syscall_event): Remove unused gdbarch. (save_infcall_suspend_state): Ifdef out unused inf. (restore_infcall_suspend_state): Ifdef out unused inf. * jit.c (jit_register_code): Remove unused i, b, inf_data. (jit_frame_sniffer): Remove unused inf_data. Reference: http://sourceware.org/ml/gdb-patches/2013-01/msg00773.html
This commit is contained in:
parent
df54f8eb0a
commit
974a734be3
3 changed files with 13 additions and 8 deletions
|
@ -926,9 +926,7 @@ static void
|
|||
jit_register_code (struct gdbarch *gdbarch,
|
||||
CORE_ADDR entry_addr, struct jit_code_entry *code_entry)
|
||||
{
|
||||
int i, success;
|
||||
const struct bfd_arch_info *b;
|
||||
struct jit_inferior_data *inf_data = get_jit_inferior_data ();
|
||||
int success;
|
||||
|
||||
if (jit_debug)
|
||||
fprintf_unfiltered (gdb_stdlog,
|
||||
|
@ -1115,13 +1113,10 @@ static int
|
|||
jit_frame_sniffer (const struct frame_unwind *self,
|
||||
struct frame_info *this_frame, void **cache)
|
||||
{
|
||||
struct jit_inferior_data *inf_data;
|
||||
struct jit_unwind_private *priv_data;
|
||||
struct gdb_unwind_callbacks callbacks;
|
||||
struct gdb_reader_funcs *funcs;
|
||||
|
||||
inf_data = get_jit_inferior_data ();
|
||||
|
||||
callbacks.reg_get = jit_unwind_reg_get_impl;
|
||||
callbacks.reg_set = jit_unwind_reg_set_impl;
|
||||
callbacks.target_read = jit_target_read_impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue