aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-04make "set debug target" take effect immediatelyTom Tromey1-3/+11
2014-07-30fix to_open debug settingTom Tromey1-13/+24
2014-07-29simplify target_is_pushedTom Tromey1-3/+3
2014-07-24auto-generate most target debug methodsTom Tromey1-692/+18
2014-07-18fix PR gdb/17130Tom Tromey1-1/+19
2014-07-14fix record "run" regressionTom Tromey1-1/+2
2014-07-07change to_info_record to use target delegationTom Tromey1-17/+0
2014-07-07convert to_get_thread_local_address to use target delegationTom Tromey1-11/+13
2014-06-26constify to_loadTom Tromey1-3/+3
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger1-0/+16
2014-06-16constify to_info_proc and friendsTom Tromey1-1/+1
2014-06-16constify to_disconnectTom Tromey1-1/+1
2014-06-16constify to_rcmdTom Tromey1-3/+4
2014-06-04convert to_thread_address_space to use TARGET_DEFAULT_FUNCTom Tromey1-22/+24
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-12/+13
2014-05-29PR15693 - Fix spurious *running events, thread state, dprintf-style callPedro Alves1-1/+2
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-10/+38
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil1-4/+0
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves1-0/+43
2014-03-22Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi1-138/+0
2014-03-12fix regressions with target-asyncTom Tromey1-97/+32
2014-03-05PR gdb/16575: stale breakpoint instructions in the code cachePedro Alves1-33/+20
2014-02-26eliminate target_ops->deprecated_xfer_memoryPedro Alves1-122/+0
2014-02-25remove target_ignoreTom Tromey1-7/+0
2014-02-24Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLEYao Qi1-4/+4
2014-02-24Tweak target_xfer_status_to_stringYao Qi1-2/+2
2014-02-24Remove TARGET_XFER_STATUS_ERROR_PYao Qi1-5/+2
2014-02-21Fix length arg in call to breakpoint_xfer_memory.Andreas Krebbel1-1/+1
2014-02-19convert to_get_unwinder and to_get_tailcall_unwinder to methodsTom Tromey1-14/+2
2014-02-19convert to_decr_pc_after_breakTom Tromey1-8/+7
2014-02-19remove some calls to INHERIT and de_faultTom Tromey1-8/+0
2014-02-19remove function casts from target.cTom Tromey1-13/+20
2014-02-19minor cleanups to update_current_targetTom Tromey1-122/+6
2014-02-19change delegation for to_read_descriptionTom Tromey1-14/+1
2014-02-19convert to_can_runTom Tromey1-5/+2