aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Handle bit offset and bit size in base typesTom Tromey9-7/+406
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey3-58/+73
2020-09-23Simplify compile_module cleanupTom Tromey4-56/+83
2020-09-23Transfer module ownership to do_module_cleanupTom Tromey2-42/+38
2020-09-23Introduce and use compile_module_upTom Tromey6-12/+32
2020-09-23Use new/delete for do_module_cleanupTom Tromey2-10/+26
2020-09-23Remove some manual memory management from compile interfaceTom Tromey3-24/+26
2020-09-21Fix sparc prologue skippingTom Tromey2-6/+12
2020-09-20Fix mi_gdb_exit with secondary MI channelsPedro Alves2-0/+17
2020-09-20Robustify gdb.base/testenv.exp:find_envPedro Alves2-0/+11
2020-09-19Use gdb_bfd_sections in generic_loadTom Tromey2-16/+14
2020-09-19Use gdb_bfd_sections in build_section_tableTom Tromey2-30/+25
2020-09-19Use gdb_bfd_sections in elf_symfile_readTom Tromey2-5/+10
2020-09-19Use gdb_bfd_sections in restore_commandTom Tromey2-49/+53
2020-09-19Use gdb_bfd_sections in gcore_memory_sectionsTom Tromey2-4/+12
2020-09-19Use gdb_bfd_sections in ELF osabi tag sniffingTom Tromey5-14/+23
2020-09-19Use gdb_bfd_sections in dwarf2/read.cTom Tromey2-26/+33
2020-09-19Use gdb_bfd_sections in symfile.cTom Tromey3-38/+28
2020-09-19Use gdb_bfd_sections in build_objfile_section_tableTom Tromey2-18/+18
2020-09-19Use gdb_bfd_sections in get_stap_base_addressTom Tromey2-14/+9
2020-09-19Use gdb_bfd_sections in gdb_bfd_close_or_warnTom Tromey2-2/+9
2020-09-19Use gdb_bfd_sections in core_target_openTom Tromey2-6/+9
2020-09-19Add a new overload of gdb_bfd_sectionsTom Tromey2-2/+13
2020-09-19gdb/fortran: Change whitespace when printing arraysAndrew Burgess8-16/+32
2020-09-19gdb/fortran: Move Fortran expression handling into f-lang.cAndrew Burgess9-248/+339
2020-09-19gdb/fortran: Clean up array/string expression evaluationAndrew Burgess2-69/+75
2020-09-18gdb: Update i386_analyze_prologue to skip endbr32Victor Collod5-3/+37
2020-09-18Make target_wait options use enum flagsTom Tromey36-72/+155
2020-09-18gdb: Fix use after free bug in compile_object_runAndrew Burgess2-3/+20
2020-09-18Mention x86_64 Cygwin core file support in NEWS.Jon Turney2-0/+6
2020-09-18Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney2-7/+28
2020-09-18Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney5-99/+120
2020-09-18Add amd64_windows_gregset_reg_offsetJon Turney2-0/+75
2020-09-18Add sniffer for Cygwin x86_64 core dumpsJon Turney2-0/+30
2020-09-18Fix "thread find" with multiple inferiors/targets (PR gdb/26631)Pedro Alves4-0/+123
2020-09-18Split gdb.multi/multi-target.exp into separate testcasesPedro Alves8-546/+670
2020-09-18gdb/testsuite: Add missing expected resultsAndrew Burgess2-1/+8
2020-09-18gdb.cp/call-c.exp C++ifyPedro Alves2-0/+7
2020-09-18gdb.python/py-frame-inline.exp and C++Pedro Alves2-1/+6
2020-09-18gdb.python/py-as-string.exp C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/sizeof.exp C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/share-env-with-gdbserver.exp C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/{prologue,symbol-alias}.exp C++ifyPedro Alves5-2/+23
2020-09-18gdb.python/py-nested-maps.exp C++ifyPedro Alves2-22/+31
2020-09-18gdb.python/{py-framefilter-mi,py-framefilter}.c C++ifyPedro Alves3-6/+11
2020-09-18gdb.mi/var-cmd.c C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ifyPedro Alves6-11/+20
2020-09-18gdb.base/charset.{c,exp} C++ifyPedro Alves3-7/+19
2020-09-18gdb.base/watchpoint.{c,exp}Pedro Alves3-4/+11
2020-09-18gdb.base/printcmds.c C++-ifyPedro Alves2-3/+8