aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-12python: Add tests for trying to use an invalid Inferior objectSimon Marchi2-0/+18
2018-09-12Move 'is_regular_file' from common-utils.c to filestuff.cSergio Durigan Junior5-37/+44
2018-09-12Add debug output about skipping files and functionsSimon Marchi5-25/+103
2018-09-12Testsuite: Add gdb_can_simple_compileAlan Hayward2-132/+64
2018-09-11Darwin: set startup-with-shell to off on Sierra and later.Xavier Roirand2-0/+34
2018-09-11Darwin: fix SIGTRAP when debuggingXavier Roirand2-6/+14
2018-09-11[testsuite] Fix dg-extract-results.sh pathJan Kratochvil2-1/+5
2018-09-10Fix PR gdb/23558: Use system's 'getcwd' when cross-compiling GDBSergio Durigan Junior2-4/+23
2018-09-10Revert "Update gnulib to current upstream master"Sergio Durigan Junior317-12141/+8356
2018-09-10Remove unused variable in record-btrace.cSimon Marchi2-1/+5
2018-09-10(Ada) Fix resolving of homonym components in tagged typesJerome Guitton7-7/+81
2018-09-10(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand4-7/+14
2018-09-10(Ada) Fix printing of access to unconstrained arraysXavier Roirand7-1/+109
2018-09-10(Ada/MI) Fix -var-evaluate-expression for access to unconstrained arraysXavier Roirand7-0/+164
2018-09-10(Ada) New function ada_is_access_to_unconstrained_arrayXavier Roirand2-3/+17
2018-09-10(Ada) Fix -var-list-children MI command for union typeXavier Roirand7-2/+139
2018-09-10Remove periods from Python section titlesTom Tromey2-5/+11
2018-09-10Swap two sentences in the Pretty Printing API nodeTom Tromey2-3/+6
2018-09-10Mention virtual tables in Python dynamic_type documentationTom Tromey2-8/+14
2018-09-10Small typo fix in Basic Python nodeTom Tromey2-1/+6
2018-09-10Mention Python versions in the documentationTom Tromey2-4/+7