summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add gcc_target_options hook for nios2.Sandra Loosemore2018-09-182-0/+16
* Carry the gnulib getcwd backport as a patchSimon Marchi2018-09-184-3/+103
* Make the "info proc" documentation more consistent.John Baldwin2018-09-184-8/+19
* Document the 'info proc files' command.John Baldwin2018-09-184-0/+42
* Support 'info proc files' on live FreeBSD processes.John Baldwin2018-09-182-1/+36
* Add support for 'info proc files' on FreeBSD core dumps.John Baldwin2018-09-183-2/+460
* Add a new 'info proc files' subcommand of 'info proc'.John Baldwin2018-09-183-0/+21
* Import gnulib's inet_ntop module.John Baldwin2018-09-1824-252/+3865
* Generate aclocal-m4-deps.mk more deterministically and portably.John Baldwin2018-09-183-116/+117
* Use KF_PATH to verify the size of a struct kinfo_file.John Baldwin2018-09-182-3/+8
* Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64...Sergio Durigan Junior2018-09-182-2/+7
* Expect optional "arch=" when executing "-stack-list-frames" on gdb.arch/amd64...Sergio Durigan Junior2018-09-182-2/+7
* Expect for "@" when doing "complete break ada" on gdb.ada/complete.expSergio Durigan Junior2018-09-182-1/+6
* Remove remaining cleanups from compile-object-load.cTom Tromey2018-09-182-27/+46
* Remove munmap_listp_free_cleanupTom Tromey2018-09-184-68/+59
* Aarch64 SVE: Fix stack smashing when calling functionsAlan Hayward2018-09-182-3/+15
* Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 buildRainer Orth2018-09-182-1/+6
* [OBVIOUS] ChangeLog for obvious enable frame-filter help fix.Philippe Waroquiers2018-09-181-0/+5
* [OBVIOUS] enable frame-filter short help uses disable instead of enablePhilippe Waroquiers2018-09-181-1/+1
* Do not pass -DNDEBUG to Python compilations in development modeTom Tromey2018-09-173-2/+16
* Check for gmp when checking for mpfrTom Tromey2018-09-173-2/+8
* [gdb/Python] Eliminate find_inferior_objectPedro Alves2018-09-172-14/+4
* Fix use-after-move in compile/compile-cplus-types.cSimon Marchi2018-09-172-2/+8
* Update get_standard_cache_dir for macOSTom Tromey2018-09-175-8/+35
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-1714-36/+98
* Make save_infcall_*_state return unique pointersTom Tromey2018-09-173-10/+19
* Remove release_stop_context_cleanupTom Tromey2018-09-172-41/+44
* Remove two infrun cleanupsTom Tromey2018-09-174-55/+55
* Use new and delete for struct infcall_control_stateTom Tromey2018-09-175-26/+47
* Remove cleanup from infrun.cTom Tromey2018-09-172-18/+20
* Use new and delete for struct infcall_suspend_stateTom Tromey2018-09-173-11/+19
* Don't steal references in the gdb Python codeTom Tromey2018-09-163-16/+17
* Simplify uses of thread_to_thread_objectTom Tromey2018-09-163-17/+14
* Sort objects in gdb and gdbserver MakefilesSimon Marchi2018-09-164-4/+14
* gdbserver/Makefile.in: Remove ADD_DEPSSimon Marchi2018-09-162-2/+6
* Remove CPYCHECKER_RETURNS_BORROWED_REFTom Tromey2018-09-162-8/+8
* Change thread_to_thread_object to return a new referenceTom Tromey2018-09-168-47/+50
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-169-51/+51
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-169-39/+47
* Add more methods to gdb.ProgspaceTom Tromey2018-09-168-170/+250
* Use GNU style for metasyntactic variables in gdbserverTom Tromey2018-09-163-2/+9
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-1612-18/+48
* Expand "show disassembler-options" outputTom Tromey2018-09-162-4/+15
* Change get_inferior_args to return const char *Tom Tromey2018-09-155-4/+11
* Fix possible exception leak in python.cTom Tromey2018-09-142-15/+23
* Provide type_align gdbarch function for nios2.Sandra Loosemore2018-09-142-0/+16
* gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess2018-09-144-22/+57
* Remove an unnecessary block in call_function_by_hand_dummyTom Tromey2018-09-142-39/+40
* Make variable in get_startup_shell non-staticTom Tromey2018-09-142-3/+5
* Testsuite: Add gdb_simple_compileAlan Hayward2018-09-142-170/+89