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/5] improve trace gap handling


A small patch series that improves dealing with gaps in recorded trace.

Markus Metzger (5):
  btrace: fix gap indication
  btrace: allow leading trace gaps
  btrace: update tail call heuristic
  btrace: preserve function level for unexpected returns
  btrace: bridge gaps

 gdb/btrace.c        | 531 ++++++++++++++++++++++++++++++++++++++++++++++------
 gdb/record-btrace.c |  33 +++-
 2 files changed, 503 insertions(+), 61 deletions(-)

-- 
1.8.3.1


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