summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-101-0/+13
* Multi-target supportPedro Alves2020-01-101-96/+125
* Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves2020-01-101-3/+9
* Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves2020-01-101-0/+20
* Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur2020-01-101-5/+13
* Tweak handling of remote errors in response to resumption packetPedro Alves2020-01-101-1/+12
* Don't check target is running in remote_target::mourn_inferiorPedro Alves2020-01-101-20/+0
* Make "show remote exec-file" inferior-awarePedro Alves2020-01-101-1/+1
* Change section_offsets to a std::vectorTom Tromey2020-01-081-8/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-1/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-2/+2
* [Debugging output] Make remote packet truncation length adjustableLuis Machado2019-11-251-11/+44
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-2/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-18/+4
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* [gdb] Fix typos in commentsTom de Vries2019-10-171-6/+6
* Remove unnecessary declaration of trace_regblock_sizeChristian Biesinger2019-10-121-2/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-14/+2
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-2/+14
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-25/+0
* bfd_section_* macrosAlan Modra2019-09-191-8/+5
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Improve remote attach round-trips without btraceConrad Meyer2019-08-201-0/+5
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-18/+18
* Rename common to gdbsupportTom Tromey2019-07-091-7/+7
* Constify target_ops::follow_execTom Tromey2019-05-221-2/+2
* Convert remote.c to type-safe registry APITom Tromey2019-05-081-22/+6
* Change some remote.c globals to "static"Tom Tromey2019-05-081-3/+3
* Move "watchdog" to remote.cTom Tromey2019-05-081-0/+24
* Use std::list for remote_notif_state::notif_queueTom Tromey2019-04-191-1/+1
* Consistently use bool for fake_pid_pTom Tromey2019-04-091-7/+7
* Introduce target_ops method thread_info_to_thread_handleKevin Buettner2019-04-081-0/+10
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-5/+5
* Rewrite TRY/CATCHTom Tromey2019-04-081-15/+10
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-26/+19
* Make remote.c ptid constants "const"Tom Tromey2019-03-121-9/+5
* Use unique_xmalloc_ptr in remote.cTom Tromey2019-03-061-5/+4
* C++ify remote notification codeTom Tromey2019-03-061-58/+22
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::releaseTom Tromey2019-03-051-1/+1
* Add push_target overloadTom Tromey2019-02-151-3/+1
* [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c'Thomas Schwinge2019-02-141-2/+4
* Normalize includes to use common/Tom Tromey2019-01-251-5/+5
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-13/+13
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0