aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Add target_ops argument to to_fileio_pwriteTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_fileio_openTom Tromey1-4/+8
2014-02-19Add target_ops argument to to_can_run_breakpoint_commandsTom Tromey1-4/+4
2014-02-19Add target_ops argument to to_supports_evaluation_of_breakpoint_conditionsTom Tromey1-4/+4
2014-02-19Add target_ops argument to to_supports_string_tracingTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_disable_randomizationTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_supports_enable_disable_tracepointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_multi_processTom 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_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_non_stopTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_rcmdTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_program_signalsTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey1-2/+3
2014-02-19Add target_ops argument to to_loadTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_terminal_inferiorTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_hw_breakpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_closeTom Tromey1-2/+2
2014-02-19introduce remote_loadTom Tromey1-1/+9
2014-02-19convert to_supports_btraceTom Tromey1-1/+1
2014-02-19add "this" pointers to more target APIsTom Tromey1-10/+14
2014-02-12don't let bin2hex call strlenTom Tromey1-8/+10
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-216/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-54/+77
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-10/+10
2014-02-05Use rs->buf after getpktYao Qi1-6/+2
2014-02-04Call remote_check_symbols even if only symbol-file (not file) has been givenChristian Eggers1-1/+1
2014-01-24Change len's type to ULONGEST: remote_read_bytes and get_core_siginfoYao Qi1-2/+2
2014-01-24Change len's type to ULONGEST: remote_write_bytes_auxYao Qi1-3/+3
2014-01-17Add "volatile" keyword to "struct gdb_exception" declarationSergio Durigan Junior1-1/+1
2014-01-16remove extended_remote_create_inferior_1Tom Tromey1-10/+3
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger1-10/+13
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger1-4/+6
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger1-2/+3
2014-01-16btrace: uppercase btrace_read_typeMarkus Metzger1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-09Handle the case of a remote target supporting target side commands, but not o...Pedro Alves1-0/+6
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves1-16/+70
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-02Handle 'k' packet TARGET_CLOSE_ERROR gracefully.Pedro Alves1-12/+28