aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove cleanup from remote.cTom Tromey2019-01-151-418/+424
* Constify some remote-notif functionsTom Tromey2019-01-141-4/+4
* Constify remote_console_outputTom Tromey2019-01-141-3/+3
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-4/+4
* gdb/remote: Remove a cleanup in remote_check_symbolsAndrew Burgess2019-01-031-10/+11
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-6/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-5/+3
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-55/+22
* Remove a VEC from remote.cTom Tromey2018-11-091-30/+21
* Add missing va_end found by CoverityGary Benson2018-10-101-1/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-041-18/+12
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-161-1/+1
* Fix gdb/remote.c build failureSzabolcs Nagy2018-08-081-1/+1