summaryrefslogtreecommitdiff
path: root/gdb/target.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce target/target.hGary Benson2014-09-111-0/+16
* Convert target_structs vector to VECSimon Marchi2014-08-191-26/+10
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* make "set debug target" take effect immediatelyTom Tromey2014-08-041-3/+11
* fix to_open debug settingTom Tromey2014-07-301-13/+24
* simplify target_is_pushedTom Tromey2014-07-291-3/+3
* auto-generate most target debug methodsTom Tromey2014-07-241-692/+18
* fix PR gdb/17130Tom Tromey2014-07-181-1/+19
* fix record "run" regressionTom Tromey2014-07-141-1/+2
* change to_info_record to use target delegationTom Tromey2014-07-071-17/+0
* convert to_get_thread_local_address to use target delegationTom Tromey2014-07-071-11/+13
* constify to_loadTom Tromey2014-06-261-3/+3
* gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger2014-06-251-0/+16
* constify to_info_proc and friendsTom Tromey2014-06-161-1/+1
* constify to_disconnectTom Tromey2014-06-161-1/+1
* constify to_rcmdTom Tromey2014-06-161-3/+4
* convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey2014-06-041-22/+24
* enable target async by default; separate MI and target notions of asyncPedro Alves2014-05-291-12/+13
* PR15693 - Fix spurious *running events, thread state, dprintf-style callPedro Alves2014-05-291-1/+2
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-10/+38
* Fix TLS access for -static -pthreadJan Kratochvil2014-05-211-4/+0