summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-0/+2
* Change SIGINT handler for extension languages only when target terminal is oursYao Qi2016-01-081-0/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remote thread create/exit eventsPedro Alves2015-11-301-0/+8
* Constify thread name return pathSimon Marchi2015-11-261-1/+1
* Fix '-data-read-memory-bytes' typo/assertionDon Breazeal2015-11-201-2/+3
* [C++] remote.c: Avoid enum arithmeticPedro Alves2015-11-191-11/+25
* target_ops mask_watchpoint: change int to target_hw_bp_typeSimon Marchi2015-11-031-2/+4
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-15/+15
* target.c: Add a cast and change a typeSimon Marchi2015-10-261-4/+4
* Add some more casts (2/2)Simon Marchi2015-09-251-3/+3
* Add casts to memory allocation related callsSimon Marchi2015-09-251-9/+9
* target: add to_record_will_replay target methodMarkus Metzger2015-09-181-0/+8
* target: add to_record_stop_replaying target methodMarkus Metzger2015-09-181-0/+8
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-181-2/+2
* Extended-remote follow-execDon Breazeal2015-09-111-0/+8
* Merge async and sync code paths some morePedro Alves2015-09-091-0/+11
* Unset attach_flag when running a new processPatrick Palka2015-08-261-0/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-0/+8
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-7/+31
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-0/+12
* Implement all-stop on top of a target running non-stop modePedro Alves2015-08-071-0/+71
* Teach non-stop to do in-line step-overs (stop all, step, restart)Pedro Alves2015-08-071-0/+9
* Initialize terminal_state to terminal_is_oursPatrick Palka2015-07-291-1/+1
* PR record/18691: Fix fails in solib-precsave.expYao Qi2015-07-291-1/+1
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-151-20/+75
* Move linux_find_memory_regions_full & co.Jan Kratochvil2015-07-151-89/+2
* Prepare linux_find_memory_regions_full & co. for moveJan Kratochvil2015-07-151-32/+64
* target: consider addressable unit size when reading/writing memorySimon Marchi2015-06-121-7/+28
* Various cleanups in target read/write codeSimon Marchi2015-06-121-44/+46
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-101-22/+37
* Comment and whitespace changesGary Benson2015-06-101-24/+15
* Introduce target_fileio_fstatGary Benson2015-04-021-0/+19
* Associate target_ops with target_fileio file descriptorsGary Benson2015-03-251-52/+117
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+3
* garbage collect target_decr_pc_after_breakPedro Alves2015-03-041-20/+0
* record btrace: add configuration structMarkus Metzger2015-02-091-2/+10
* btrace: add format argument to supports_btraceMarkus Metzger2015-02-091-0/+8
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-2/+2
* Restore terminal state in mi_thread_exit (PR gdb/17627)Simon Marchi2014-12-101-0/+34
* PR gdb/17472: With annotations, input while executing in the foreground crash...Pedro Alves2014-10-171-0/+8
* Make common code handle target_terminal_* idempotencyPedro Alves2014-10-171-0/+56
* Push pruning old threads down to the targetPedro Alves2014-10-151-2/+2
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Really fail inserting software breakpoints on read-only regionsPedro Alves2014-10-011-28/+67
* Rename target_{stop,continue}_ptidGary Benson2014-09-221-2/+2
* Introduce target_{stop,continue}_ptidGary Benson2014-09-111-0/+25