aboutsummaryrefslogtreecommitdiff
path: root/gdb/record-full.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves1-1/+1
2017-02-14Add method to query current recording method to target_ops.Tim Wiederhake1-0/+10
2017-01-10Introduce and use gdb::unlinkerTom Tromey1-32/+22
2017-01-10Use class to manage BFD reference countsTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-28Fix debug output in record_full_open_1Simon Marchi1-1/+1
2016-11-25Fix typos in commentSimon Marchi1-1/+1
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-14/+4
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-10/+0
2016-10-26gdb: Coalesce/aggregate (async) vCont packets/actionsPedro Alves1-0/+11
2016-08-31Fix a typo in commentYao Qi1-1/+1
2016-08-10Fix PR gdb/19187 (process record over a fork causes internal error)Pedro Alves1-2/+5
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-3/+5
2016-06-06Add method/format information to =record-startedSimon Marchi1-1/+1
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-15/+7
2016-04-07Make breakpoint handling in record-full idempotentYao Qi1-0/+17
2016-04-07Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_brea...Yao Qi1-0/+10
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-04gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.Marcin Koƛcielnicki1-1/+4
2015-10-26Do not pass NULL for the string in catch_errorsLuis Machado1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-09-18target: add to_record_will_replay target methodMarkus Metzger1-0/+14
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger1-0/+9
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+4
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-07-10record: set stop_pc in "record goto" commandMarkus Metzger1-0/+1
2015-03-25Simplify target_async hook interfacePedro Alves1-8/+5
2015-03-04record-full/record-btrace: software/hardware breakpoint trapPedro Alves1-36/+67
2015-02-03When disabling target async, remove all target event sources from the event loopPedro Alves1-12/+20
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-15Make single-step breakpoints be per-threadPedro Alves1-3/+5
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-07-30constify to_openTom Tromey1-3/+3
2014-06-26constify get_bookmark and goto_bookmarkTom Tromey1-10/+14
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-12fix regressions with target-asyncTom Tromey1-19/+0
2014-02-19Add target_ops argument to to_goto_recordTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_goto_record_endTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_goto_record_beginTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_record_is_replayingTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_delete_recordTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_save_recordTom Tromey1-2/+3
2014-02-19Add target_ops argument to to_info_recordTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_execution_directionTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_execute_reverseTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_goto_bookmarkTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_get_bookmarkTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1