aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Add destructor to tui_win_infoTom Tromey4-29/+37
2019-06-25Use new and delete for TUI windowsTom Tromey3-3/+15
2019-06-24[gdb/testsuite] Fix label reference in implptr-64bit.expTom de Vries2-1/+5
2019-06-24[gdb/testsuite] Fix DW_AT_decl_file in gdb.trace testsTom de Vries3-6/+12
2019-06-24[gdb/testsuite] Fix inter-cu refs in inlined_subroutine-inheritance.expTom de Vries2-3/+7
2019-06-22Remove tui_first_data_element_no_in_lineTom Tromey3-18/+6
2019-06-22Remove two unused functions from the TUITom Tromey3-79/+6
2019-06-22[gdb] Fix s390x -m31 buildTom de Vries2-18/+30
2019-06-21[gdb/testsuite] Compile index-cache.c with -Wl,--build-idTom de Vries2-1/+6
2019-06-21dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi4-39/+32
2019-06-21dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptrSimon Marchi2-6/+12
2019-06-21dwarf2read: C++ify dwo_fileSimon Marchi3-75/+61
2019-06-21dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi3-4/+11
2019-06-21[gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-indexTom de Vries2-0/+12
2019-06-20[gdbserver] Fix s390x -m31 gdbserver buildTom de Vries2-1/+6
2019-06-19Don't declare tui_init_content_elementTom Tromey2-2/+4
2019-06-19Don't declare tui_init_win_infoTom Tromey2-1/+4
2019-06-19[gdb] Fix clang buildbreakerTom de Vries3-2/+7
2019-06-19[gdb] Fix build breaker with gcc 4.8Tom de Vries2-1/+9
2019-06-19Add intro comment to length_cond.expTom Tromey2-0/+7
2019-06-19Fix crash when setting breakpoint conditionTom Tromey7-7/+159
2019-06-19Instantiate a single source highlighterTom Tromey2-3/+19
2019-06-18gdb: Remove use of deprecated_interactive_hookAndrew Burgess5-10/+8
2019-06-18[gdb/testsuite] Use -fuse-ld=gold in fission.expTom de Vries2-1/+6
2019-06-18[gdb] Fix abstract_to_concrete typeTom de Vries3-5/+19
2019-06-18doc: fix false claim about second argument to gdbSimon Marchi2-9/+16
2019-06-18Add comment to list0.hTom Tromey2-1/+5
2019-06-18[gdb/testsuite] Break up long debug_flags line in fission.expTom de Vries2-1/+10
2019-06-17[gdb] Fix heap-buffer-overflow in child_pathTom de Vries2-1/+7
2019-06-17PR gdb/24364: Don't call dtrace_process_dof with NULL dof.Paul Pluzhnikov2-4/+11
2019-06-16[gdb/contrib] Fix gdb/contrib/gdb-add-index.sh for dwz-m-ed execsTom de Vries2-47/+96
2019-06-16Don't cast a tui_win_info directly to tui_gen_win_infoTom Tromey2-3/+8
2019-06-16Remove more unnecessary casts of NULLTom Tromey4-19/+24
2019-06-16gdb: Remove unused signal maskAndrew Burgess2-6/+5
2019-06-16Write index for dwz -m fileSimon Marchi8-150/+280
2019-06-16Replace uses of concat with xstrdupTom Tromey3-2/+7
2019-06-16Remove unnecessary casts of NULLTom Tromey25-92/+128
2019-06-16gdb/testsuite: Improve detection of bug gdb/24541Andrew Burgess2-0/+9
2019-06-16Remove some NULL checks from the TUITom Tromey2-16/+12
2019-06-16Fix some whitespace issues in gdb ChangeLogsSimon Marchi3-19/+19
2019-06-16Make gdb.base/index-cache.exp work with readnow board (PR 24669)Simon Marchi2-20/+37
2019-06-16gdb/fortran: Show the type for non allocated / associated typesAndrew Burgess9-57/+283
2019-06-15gdb/mi: New commands to catch C++ exceptionsAndrew Burgess14-37/+580
2019-06-15gdb: Don't allow annotations to influence what else GDB printsAndrew Burgess8-45/+52
2019-06-15gdb: Remove an update of current_source_line and current_source_symtabAndrew Burgess6-43/+62
2019-06-15gdb: New function to open source file and compute line charpos dataAndrew Burgess4-29/+41
2019-06-15gdb: Remove unused parameterAndrew Burgess2-9/+9
2019-06-15gdb: Remove file path from test nameAndrew Burgess2-1/+6
2019-06-14Do not emit style escape sequences to log fileTom Tromey7-3/+136
2019-06-14Minor NEWS rearrangementTom Tromey2-4/+8