aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-15Remove cleanup from remote.cTom Tromey1-418/+424
2019-01-14Constify some remote-notif functionsTom Tromey1-4/+4
2019-01-14Constify remote_console_outputTom Tromey1-3/+3
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-4/+4
2019-01-03gdb/remote: Remove a cleanup in remote_check_symbolsAndrew Burgess1-10/+11
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-6/+0
2018-11-30Introduce process_stratum_targetPedro Alves1-5/+3
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-55/+22
2018-11-09Remove a VEC from remote.cTom Tromey1-30/+21
2018-10-10Add missing va_end found by CoverityGary Benson1-1/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey1-18/+12