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/2] Make breakpoint handling in record-full idempotent


Software single step target (such as arm-linux) exposes the problem of
breakpoint handling in record target.  Patch 2 is the fix the problem,
and see details in it.  When patch 2 is applied, a new problem is
found, and patch 1 is the fix.

The whole series is tested on x86_64-linux and arm-linux.

*** BLURB HERE ***

Yao Qi (2):
  Set bp_tgt->reqstd_address and bp_tgt->placed_size in
    record_full_insert_breakpoint
  Make breakpoint handling in record-full idempotent

 gdb/record-full.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

-- 
1.9.1


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