aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-07-12gdb: use intrusive list for step-over chainSimon Marchi5-138/+147
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves10-116/+103
2021-07-12gdb: introduce intrusive_list, make thread_info use itPedro Alves10-84/+923
2021-07-12[gdb/testsuite] Fix gdb.btrace/tsx.exp on system with tsx disabled in microcodeTom de Vries1-0/+8
2021-07-12[gdb/testsuite] Fix gdb.mi/mi-info-sources.exp for extra debug infoTom de Vries2-22/+79
2021-07-12testsuite: fix whitespace problems in gdb.mi/mi-break.expTankut Baris Aktemur1-37/+37
2021-07-09Remove unused parameter in maybe_software_singlestepLancelot SIX1-8/+7
2021-07-08gdb: don't set Linux-specific displaced stepping methods in s390_gdbarch_initSimon Marchi2-5/+1
2021-07-08gdb/Makefile.in: remove testsuite from SUBDIRSSimon Marchi1-1/+1
2021-07-08[gdb/testsuite] Fix gdb.guile/scm-breakpoint.exp with guile 3.0Tom de Vries1-3/+3
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi14-145/+59
2021-07-06gdb/testsuite: restore configure scriptSimon Marchi6-121/+4957
2021-07-06Rename gdb/ChangeLog to gdb/ChangeLog-2021Joel Brobecker2-0/+1
2021-07-06Update gdb performance testsuite to be compatible with Python 3.8Pedro Alves2-16/+40
2021-07-06gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is full"Pedro Alves8-17/+32
2021-07-06[gdb/testsuite] Remove read1 timeout factor from gdb.base/info-macros.expTom de Vries3-136/+81
2021-07-06[gdb/symtab] Fix skipping of import of C++ CUTom de Vries6-7/+60
2021-07-05Simplify debug_names index writingTom Tromey1-83/+10
2021-07-05Simplify gdb_index writingTom Tromey1-60/+24
2021-07-05Minor cleanup to addrmap_index_data::previous_validTom Tromey1-4/+4
2021-07-05Fix oddity in write_gdbindexTom Tromey1-1/+1
2021-07-05Fix warning in symtab.cTom Tromey1-0/+2
2021-07-05[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functions.exp with gcc-7Tom de Vries2-1/+13
2021-07-05gdbsupport/common.m4: check for sigtimedwaitSimon Marchi2-1/+4
2021-07-04gdb: return early if no execution in darwin_solib_create_inferior_hookSimon Marchi1-0/+4
2021-07-03Update NEWS post GDB 11 branch creation.Joel Brobecker2-1/+9
2021-07-03Bump version to 12.0.50.DATE-git.Joel Brobecker4-2/+11
2021-07-03Use 'bool' more idiomatically in dwarf_decode_linesTom Tromey2-2/+7
2021-07-02Use 'const' in ada-exp.yTom Tromey2-10/+15
2021-07-02Document TUI improvements in the manual & NEWSPedro Alves4-0/+46
2021-07-01Linux: Access memory even if threads are runningPedro Alves7-47/+706
2021-06-29gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi5-11/+29
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi78-5/+133
2021-06-29gdb: introduce frame_debug_printfSimon Marchi7-251/+177
2021-06-29gdb: make frame_debug a booleanSimon Marchi3-6/+13
2021-06-29gdb: remove duplicate declaration of 'find_thread_ptid'Tankut Baris Aktemur2-4/+4
2021-06-28gdb: use gdb_bfd_count_sections in macho_symfile_offsetsSimon Marchi2-1/+7
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi22-102/+134
2021-06-28gdb: add .flake8 fileSimon Marchi2-0/+6
2021-06-28Sanitize the address before working with allocation tagsLuis Machado2-2/+17
2021-06-28Fix FFR register size for core files.Luis Machado2-1/+6
2021-06-28Fix tag_ctl register size in the core file.Luis Machado3-3/+11
2021-06-28gdb: remove gdbarch_info_initSimon Marchi18-92/+43
2021-06-28gdb: remove gdbarch_info::tdep_infoSimon Marchi4-14/+6
2021-06-28gdb/remote: Use true/false instead of 1/0Andrew Burgess2-4/+9
2021-06-28gdb/fortran: Add type info of formal parameter for clang.Bhuvanendra Kumar N1-7/+29
2021-06-25gdb/guile: use return values of add_setshow functions in add_setshow_genericSimon Marchi2-88/+76
2021-06-25gdb: remove context parameter from add_setshow_enum_cmdSimon Marchi4-31/+48
2021-06-25gdb: add assert in cmd_list_element::set_contextSimon Marchi2-1/+9
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi17-62/+69