aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers1-0/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-0/+13
2020-01-10Multi-target supportPedro Alves1-96/+125
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves1-3/+9
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves1-0/+20
2020-01-10Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur1-5/+13
2020-01-10Tweak handling of remote errors in response to resumption packetPedro Alves1-1/+12
2020-01-10Don't check target is running in remote_target::mourn_inferiorPedro Alves1-20/+0
2020-01-10Make "show remote exec-file" inferior-awarePedro Alves1-1/+1
2020-01-08Change section_offsets to a std::vectorTom Tromey1-8/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-11-26Make a bunch of functions staticSimon Marchi1-2/+2
2019-11-25[Debugging output] Make remote packet truncation length adjustableLuis Machado1-11/+44
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-2/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-18/+4
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-10-17[gdb] Fix typos in commentsTom de Vries1-6/+6
2019-10-12Remove unnecessary declaration of trace_regblock_sizeChristian Biesinger1-2/+1
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-14/+2
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-2/+14
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-25/+0
2019-09-19bfd_section_* macrosAlan Modra1-8/+5
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-08-20Improve remote attach round-trips without btraceConrad Meyer1-0/+5
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-18/+18
2019-07-09Rename common to gdbsupportTom Tromey1-7/+7
2019-05-22Constify target_ops::follow_execTom Tromey1-2/+2
2019-05-08Convert remote.c to type-safe registry APITom Tromey1-22/+6
2019-05-08Change some remote.c globals to "static"Tom Tromey1-3/+3
2019-05-08Move "watchdog" to remote.cTom Tromey1-0/+24
2019-04-19Use std::list for remote_notif_state::notif_queueTom Tromey1-1/+1
2019-04-09Consistently use bool for fake_pid_pTom Tromey1-7/+7
2019-04-08Introduce target_ops method thread_info_to_thread_handleKevin Buettner1-0/+10
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-5/+5
2019-04-08Rewrite TRY/CATCHTom Tromey1-15/+10
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-26/+19
2019-03-12Make remote.c ptid constants "const"Tom Tromey1-9/+5
2019-03-06Use unique_xmalloc_ptr in remote.cTom Tromey1-5/+4
2019-03-06C++ify remote notification codeTom Tromey1-58/+22
2019-03-05Remove excess calls to gdb_flushTom Tromey1-2/+0
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::releaseTom Tromey1-1/+1
2019-02-15Add push_target overloadTom Tromey1-3/+1
2019-02-14[gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c'Thomas Schwinge1-2/+4
2019-01-25Normalize includes to use common/Tom Tromey1-5/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-13/+13