aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries108-124/+240
2019-10-26sort_gnu_build_notes fixAlan Modra2-1/+6
2019-10-26Automatic date update in version.inGDB Administrator1-1/+1
2019-10-25elfedit: Report unknown x86 featureH.J. Lu2-1/+8
2019-10-25elfedit.c: Replace BYTE_PUT with byte_putH.J. Lu2-1/+5
2019-10-25Fix find_charset_names.Ali Tamur2-4/+7
2019-10-25Revert unintentional change in symtab.cChristian Biesinger1-1/+1
2019-10-25Don't make an extra copy + allocation of the demangled nameChristian Biesinger2-25/+21
2019-10-25Improve objcopy's note mergeing capabilities.Nick Clifton19-425/+985
2019-10-25Fix potential undefined behaviour in the RX disassembler.Nick Clifton2-1/+6
2019-10-25Allow out-of-order reads of CIEsTom Tromey2-75/+25
2019-10-25gdbserver does not need xstrdupTom Tromey2-12/+4
2019-10-25PR25125, relaxation chooses wrong branch sizeAlan Modra2-4/+13
2019-10-25[gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_multiple calls (2)Tom de Vries7-51/+47
2019-10-25PR4499, assign file positions assumes segment offsets increasingAlan Modra6-238/+298
2019-10-25readelf PT_PHDR checkAlan Modra2-5/+16
2019-10-25Automatic date update in version.inGDB Administrator1-1/+1
2019-10-24Call forget_cached_source_info to clear the stale source cacheH.J. Lu2-0/+9
2019-10-24Remove python_has_threads check in configure.acChristian Biesinger3-45/+5
2019-10-24Simplify Python checks in configure.acChristian Biesinger4-95/+29
2019-10-24[gdb/testsuite] Add -wrap pattern flag to gdb_test_multipleTom de Vries3-12/+38
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess4-5/+25
2019-10-24Automatic date update in version.inGDB Administrator1-1/+1
2019-10-23Fix opcodes includesTom Tromey9-11/+27
2019-10-23Move readline to the readline/readline subdirectoryTom Tromey152-10492/+15564
2019-10-23infcall: refactor 'call_function_by_hand_dummy'Tankut Baris Aktemur2-25/+45
2019-10-23infcall: remove unused parameter in 'value_arg_coerce'Tankut Baris Aktemur2-5/+9
2019-10-23infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spotTankut Baris Aktemur2-20/+25
2019-10-23Add myself to the gdb/MAINTAINERS write-after-approval listTankut Baris Aktemur2-0/+5
2019-10-23Add a note for how to get the list of threadsChristian Biesinger2-0/+8
2019-10-23Check for sigprocmask in common.m4Tom Tromey7-5/+21
2019-10-23Use m4_include, not sinclude in .m4 filesTom Tromey6-30/+45
2019-10-23Fix typo in RX disassembler error messages.Nick Clifton2-10/+19
2019-10-23[gdb/breakpoints] Fix fullname.exp when run from symlink dirTom de Vries2-0/+8
2019-10-23Automatic date update in version.inGDB Administrator1-1/+1
2019-10-22Make demangled_name_entry::language not a bitfieldChristian Biesinger2-1/+6
2019-10-22Fix compile error & incorrect pushChristian Biesinger4-9/+34
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger7-2/+545
2019-10-22Add a fast_hash function in common-utilsChristian Biesinger3-1/+18
2019-10-22Store the mangled name as a string_viewChristian Biesinger2-7/+21
2019-10-22Prevent more potential illegal memory accesses in the RX disassembler.Nick Clifton2-16/+41
2019-10-22Don't allow RELATIVE relocs in pr22269 testcaseAlan Modra3-4/+14
2019-10-22Automatic date update in version.inGDB Administrator1-1/+1
2019-10-21DWARF 5 support: Handle line table and file indexesAli Tamur2-75/+137
2019-10-21gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objectsAndrew Burgess2-6/+14
2019-10-21Remove tui_exec_info_contentTom Tromey2-2/+4
2019-10-21contrib: Update dg-extract-results.* from gccAndrew Burgess3-12/+60
2019-10-21Fix creation of nm.h when configure is changedTom Tromey4-31/+30
2019-10-21[gdb/testsuite] Compile infcall-nested-structs.exp with -O2Tom de Vries3-35/+63
2019-10-21ar P supportAlan Modra7-14/+61