This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/17559] confusion on what the result of find_pc_symtab is


https://sourceware.org/bugzilla/show_bug.cgi?id=17559

--- Comment #2 from Doug Evans <xdje42 at gmail dot com> ---
Another example from handle_step_into_function:

  s = find_pc_symtab (stop_pc);                                                 
  if (s && s->language != language_asm)
    ecs->stop_func_start = gdbarch_skip_prologue (gdbarch,
                                                  ecs->stop_func_start);

Here I think all we care about is the language of the primary symtab.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]