summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Move declarations of debug_threads and using_threads to headerChristian Biesinger2019-09-217-13/+22
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-2012-977/+49
* Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior2019-08-234-1/+13
* Use gdb::byte_vector in target_write_memoryTom Tromey2019-08-152-1/+6
* Replace write_inferior_memory with target_write_memoryTom Tromey2019-08-1512-68/+89
* Simplify write_inferior_memoryTom Tromey2019-08-152-17/+9
* [PR build/24886] disable glibc mcheck supportFrank Ch. Eigler2019-08-065-128/+53
* Arm: Remove unused feature files and testsAlan Hayward2019-07-192-8/+4
* Arm: Use read_description funcs in gdbserverAlan Hayward2019-07-1910-53/+232
* Arm: Minor style cleanupsAlan Hayward2019-07-102-29/+24
* Rename common to gdbsupportTom Tromey2019-07-0940-175/+194
* Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward2019-07-043-10/+14
* i386/AArch64: Remove old xml testsAlan Hayward2019-07-048-264/+16
* [gdbserver] Fix s390x -m31 gdbserver buildTom de Vries2019-06-202-1/+6
* [gdb] Fix clang buildbreakerTom de Vries2019-06-193-2/+7
* Fix some whitespace issues in gdb ChangeLogsSimon Marchi2019-06-161-4/+4
* Move gnulib to top levelTom Tromey2019-06-144-4/+11
* Move gdb's xmalloc and friends to new fileTom Tromey2019-06-112-0/+19
* Remove newlines from warningsTom Tromey2019-06-106-9/+22
* Introduce and use make_unique_xstrdupPedro Alves2019-06-042-1/+5
* Remove fromhex implementation from gdbreplayTom Tromey2019-06-023-20/+7
* Add new GCC 9 warnings to warnings.m4Tom Tromey2019-05-292-1/+8
* Fix regression caused by recently added syscall restart codeKevin Buettner2019-05-062-0/+7
* On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii2019-05-033-8/+5
* Use std::list for event notifications in gdbserverTom Tromey2019-04-194-79/+78
* gdbserver: Ensure all debug output uses debug functionsAlan Hayward2019-04-175-4/+26
* gdbserver: Add debug-file optionAlan Hayward2019-04-174-3/+58
* gdbserver: Move remote_debug to a single placeAlan Hayward2019-04-177-16/+18
* Fix amd64->i386 linux syscall restart problemKevin Buettner2019-04-102-0/+18
* Use find_thread_in_random in select_event_lwpTom Tromey2019-04-092-31/+8
* Replace throw_exception with throw in some casesTom Tromey2019-04-082-2/+8
* Rename gdb exception typesTom Tromey2019-04-084-9/+15
* Rewrite TRY/CATCHTom Tromey2019-04-084-27/+24
* Make exceptions use std::string and be self-managingTom Tromey2019-04-083-7/+15
* Use linux_get_auxv to get AT_PHDR in the PPC stubPedro Franco de Carvalho2019-04-054-12/+41
* Use upper-case for metasyntactic in gdbserver helpTom Tromey2019-04-052-2/+7
* gdbserver: Ensure AT_HWCAP2 is definedAlan Hayward2019-03-282-0/+8
* gdbserver: Add linux_get_hwcapAlan Hayward2019-03-267-122/+79
* AArch64: gdbserver: read pauth registersAlan Hayward2019-03-224-6/+40
* AArch64: Use HWCAP to detect pauth featureAlan Hayward2019-03-222-2/+38
* AArch64: Add pointer authentication featureAlan Hayward2019-03-226-12/+24
* Support the fs_base and gs_base registers on i386.John Baldwin2019-03-125-4/+12
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-122-3/+6
* Remove last cleanup from gdbserverTom Tromey2019-03-062-5/+11
* Use '$enable_unittest' instead of '$development' on gdbserver/configure.srv (...Sergio Durigan Junior2019-03-042-1/+7
* Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii2019-03-022-4/+10
* Handle \r\n in gdbreplayTom Tromey2019-02-272-2/+22
* gdbserver: When attaching, add process before lwpsAlan Hayward2019-02-073-3/+12
* Normalize include guards in gdbTom Tromey2019-02-0731-61/+142
* [PR gdb/23985] Fix libinproctrace.so buildSzabolcs Nagy2019-01-302-0/+12