This is the mail archive of the gdb-patches@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]

[PATCH 0/3] Fix PR gdb/15911, cleanup print_stack_frame somewhat.


This series fixes PR gdb/15911, a bug related to print_stack_frame,
and then, after noticing we end up with 3 boolean parameters in the
same function, merges print_what with two other arguments, in attempt
to restore karma lost for adding another boolean parameter...

---

Pedro Alves (3):
      PR gdb/15911: "info threads" changes the default source and line (for "break", "list")
      print_stack_frame&friends: merge print_level, print_args and print_what.
      cleanup print_frame_info.


 gdb/mi/mi-cmd-stack.c |    8 +++++---
 gdb/mi/mi-interp.c    |    3 ++-
 gdb/mi/mi-main.c      |    6 ++++--
 3 files changed, 11 insertions(+), 6 deletions(-)

-- 
Pedro Alves


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