aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Remove munmap_listp_free_cleanupTom Tromey4-68/+59
2018-09-18Aarch64 SVE: Fix stack smashing when calling functionsAlan Hayward2-3/+15
2018-09-18Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 buildRainer Orth2-1/+6
2018-09-18[OBVIOUS] ChangeLog for obvious enable frame-filter help fix.Philippe Waroquiers1-0/+5
2018-09-18[OBVIOUS] enable frame-filter short help uses disable instead of enablePhilippe Waroquiers1-1/+1
2018-09-17Do not pass -DNDEBUG to Python compilations in development modeTom Tromey3-2/+16
2018-09-17Check for gmp when checking for mpfrTom Tromey3-2/+8
2018-09-17[gdb/Python] Eliminate find_inferior_objectPedro Alves2-14/+4
2018-09-17Fix use-after-move in compile/compile-cplus-types.cSimon Marchi2-2/+8
2018-09-17Update get_standard_cache_dir for macOSTom Tromey5-8/+35
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi14-36/+98
2018-09-17Make save_infcall_*_state return unique pointersTom Tromey3-10/+19
2018-09-17Remove release_stop_context_cleanupTom Tromey2-41/+44
2018-09-17Remove two infrun cleanupsTom Tromey4-55/+55
2018-09-17Use new and delete for struct infcall_control_stateTom Tromey5-26/+47
2018-09-17Remove cleanup from infrun.cTom Tromey2-18/+20
2018-09-17Use new and delete for struct infcall_suspend_stateTom Tromey3-11/+19
2018-09-16Don't steal references in the gdb Python codeTom Tromey3-16/+17
2018-09-16Simplify uses of thread_to_thread_objectTom Tromey3-17/+14
2018-09-16Sort objects in gdb and gdbserver MakefilesSimon Marchi4-4/+14
2018-09-16gdbserver/Makefile.in: Remove ADD_DEPSSimon Marchi2-2/+6
2018-09-16Remove CPYCHECKER_RETURNS_BORROWED_REFTom Tromey2-8/+8
2018-09-16Change thread_to_thread_object to return a new referenceTom Tromey8-47/+50
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey9-51/+51
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey9-39/+47
2018-09-16Add more methods to gdb.ProgspaceTom Tromey8-170/+250
2018-09-16Use GNU style for metasyntactic variables in gdbserverTom Tromey3-2/+9
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey12-18/+48
2018-09-16Expand "show disassembler-options" outputTom Tromey2-4/+15
2018-09-15Change get_inferior_args to return const char *Tom Tromey5-4/+11
2018-09-14Fix possible exception leak in python.cTom Tromey2-15/+23
2018-09-14Provide type_align gdbarch function for nios2.Sandra Loosemore2-0/+16
2018-09-14gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess4-22/+57
2018-09-14Remove an unnecessary block in call_function_by_hand_dummyTom Tromey2-39/+40
2018-09-14Make variable in get_startup_shell non-staticTom Tromey2-3/+5
2018-09-14Testsuite: Add gdb_simple_compileAlan Hayward2-170/+89
2018-09-13Generate more tags in gdb/testsuite/MakefileTom Tromey2-1/+8
2018-09-13Make infpy_thread_from_thread_handle staticTom Tromey2-1/+6
2018-09-13Remove cleanup from try_open_exec_fileTom Tromey2-6/+9
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey5-23/+18
2018-09-13Remove cleanup from procfs.cTom Tromey2-10/+19
2018-09-13Remove cleanup from add_pathTom Tromey2-9/+11
2018-09-13python: Fix erroneous doc about gdb.objfiles()Simon Marchi2-4/+8
2018-09-13python: Add Progspace.objfiles methodSimon Marchi9-14/+122
2018-09-13python: Add Inferior.progspace propertySimon Marchi7-1/+56
2018-09-13Make Rust error message mention the field nameTom Tromey4-2/+14
2018-09-13Fix crash with empty Rust enumTom Tromey5-1/+72
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi9-4/+81
2018-09-12Remove unused "tmp" variable.John Baldwin2-1/+4
2018-09-12Fix a typo in a comment.John Baldwin2-1/+6