aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-2/+3
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-72/+0
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Convert linux-tdep.c to type-safe registry APITom Tromey2019-05-081-31/+8
* Implement dump of mappings with ELF headers by gcoreSergio Durigan Junior2019-04-251-13/+60
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Add linux_get_hwcapAlan Hayward2019-03-251-0/+22
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-4/+2
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-2/+2
* [gdb] Fix gdb crash when reading core fileTom de Vries2018-11-061-6/+6
* Zero-initialize linux note sectionsPedro Franco de Carvalho2018-10-261-6/+8
* Avoid shadowing in linux-tdep.cTom Tromey2018-10-041-1/+2
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1
* Split size in regset section iteratorsAlan Hayward2018-08-131-5/+10
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_get_tidTom Tromey2018-07-031-1/+1
* Remove ptid_get_lwpTom Tromey2018-07-031-3/+3
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-9/+10
* Convert struct target_ops to C++Pedro Alves2018-05-031-9/+9
* linux_spu_make_corefile_notes: return note_data instead of nullptrSimon Marchi2018-04-161-1/+1
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-28/+20
* Make "info proc cmdline" show args on GNU/LinuxAndreas Arnez2018-03-221-4/+16
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-14/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Implement 'set dump-excluded-mappings' commandSergio Lopez2017-12-041-1/+29
* Remove cleanups from linux-tdep.cTom Tromey2017-11-041-44/+20
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey2017-10-161-72/+45
* GDB: Remove Linux core PRPSINFO note writer overrideMaciej W. Rozycki2017-10-111-16/+7
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-3/+4
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-6/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-2/+2
* Remove save_inferior_ptidTom Tromey2017-08-181-6/+7
* Add a new gdbarch method to fetch signal information from core files.John Baldwin2017-07-071-0/+21
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-6/+1
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-41/+44
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix PR gdb/20505 - Make vDSO detection work with core filesPedro Alves2016-08-221-5/+30
* [Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/mapsPedro Alves2016-05-241-23/+54
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0