aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30Remote thread create/exit eventsPedro Alves1-0/+8
2015-11-26Constify thread name return pathSimon Marchi1-1/+1
2015-11-20Fix '-data-read-memory-bytes' typo/assertionDon Breazeal1-2/+3
2015-11-19[C++] remote.c: Avoid enum arithmeticPedro Alves1-11/+25
2015-11-03target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi1-2/+4
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-15/+15
2015-10-26target.c: Add a cast and change a typeSimon Marchi1-4/+4
2015-09-25Add some more casts (2/2)Simon Marchi1-3/+3
2015-09-25Add casts to memory allocation related callsSimon Marchi1-9/+9
2015-09-18target: add to_record_will_replay target methodMarkus Metzger1-0/+8
2015-09-18target: add to_record_stop_replaying target methodMarkus Metzger1-0/+8
2015-09-18target, record: add PTID argument to to_record_is_replayingMarkus Metzger1-2/+2
2015-09-11Extended-remote follow-execDon Breazeal1-0/+8
2015-09-09Merge async and sync code paths some morePedro Alves1-0/+11
2015-08-26Unset attach_flag when running a new processPatrick Palka1-0/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves1-0/+8
2015-08-21Warn when accessing binaries from remote targetsGary Benson1-7/+31
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-0/+12
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-0/+71
2015-08-07Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves1-0/+9
2015-07-29Initialize terminal_state to terminal_is_oursPatrick Palka1-1/+1
2015-07-29PR record/18691: Fix fails in solib-precsave.expYao Qi1-1/+1
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-20/+75
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil1-89/+2
2015-07-15Prepare linux_find_memory_regions_full & co. for moveJan Kratochvil1-32/+64
2015-06-12target: consider addressable unit size when reading/writing memorySimon Marchi1-7/+28
2015-06-12Various cleanups in target read/write codeSimon Marchi1-44/+46
2015-06-10Add "inferior" argument to some target_fileio functionsGary Benson1-22/+37
2015-06-10Comment and whitespace changesGary Benson1-24/+15
2015-04-02Introduce target_fileio_fstatGary Benson1-0/+19
2015-03-25Associate target_ops with target_fileio file descriptorsGary Benson1-52/+117
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-04garbage collect target_decr_pc_after_breakPedro Alves1-20/+0
2015-02-09record btrace: add configuration structMarkus Metzger1-2/+10
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-0/+8
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-2/+2
2014-12-10Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi1-0/+34
2014-10-17PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves1-0/+8
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves1-0/+56
2014-10-15Push pruning old threads down to the targetPedro Alves1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-01Really fail inserting software breakpoints on read-only regionsPedro Alves1-28/+67
2014-09-22Rename target_{stop,continue}_ptidGary Benson1-2/+2
2014-09-11Introduce target_{stop,continue}_ptidGary Benson1-0/+25
2014-09-11Introduce target/target.hGary Benson1-0/+16
2014-08-19Convert target_structs vector to VECSimon Marchi1-26/+10