aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-0/+31
2021-03-04gdb: set current thread in sparc_{fetch,collect}_inferior_registers (PR gdb/2...Simon Marchi1-0/+18
2021-03-04Use "bool" in ada-lang.cTom Tromey1-0/+6
2021-03-03Minor Ada-related cleanupsTom Tromey1-0/+12
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey1-0/+22
2021-03-02Use std::string rather than grow_vectTom Tromey1-0/+8
2021-03-02Return a vector from ada_lookup_symbol_listTom Tromey1-0/+24
2021-03-02Simplify resolve_subexp by using C++ algorithmsTom Tromey1-0/+4
2021-03-02Use new for ada_symbol_cacheTom Tromey1-0/+11
2021-03-02Check objfile->sf in ada-lang.cTom Tromey1-0/+5
2021-02-27[PR gdb/27393] set directories: handle empty dirs.Lancelot SIX1-0/+5
2021-02-25Fix date in ChangeLogKevin Buettner1-1/+1
2021-02-25Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner1-0/+5
2021-02-25gdb: relax assertion in target_mourn_inferiorSimon Marchi1-0/+6
2021-02-25Fix initial thread state of non-threaded remote targetsJan Matyas1-0/+10
2021-02-25gdb/mi: Remove extra \n from tsv and and traceframe notificationsJan Vrany1-0/+6
2021-02-25[gdb/symtab] Fix wrong unit_type Dwarf ErrorTom de Vries1-0/+6
2021-02-25gdb/fortran: don't access non-existent type fieldsAndrew Burgess1-0/+8
2021-02-25gdb/fortran: add support for ASSOCIATED builtinAndrew Burgess1-0/+13
2021-02-25gdb/fortran: add support for legacy .xor. operatorAndrew Burgess1-0/+4
2021-02-24[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implicit_constTom de Vries1-0/+11
2021-02-24Add comment regarding include order of <sys/ptrace.h> and <asm/ptrace.h>Kevin Buettner1-0/+5
2021-02-24Fix aarch64-linux-hw-point.c build problemKevin Buettner1-0/+5
2021-02-24gdb: use std::string instead of a fixed size bufferAndrew Burgess1-0/+6
2021-02-24gdb: move get_section_table from exec_target to dummy_targetAndrew Burgess1-0/+11
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess1-0/+24
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-0/+30
2021-02-24gdb: add a new 'maint info target-sections' commandAndrew Burgess1-0/+6
2021-02-24gdb/riscv: select rv32 target by default when requestedAndrew Burgess1-0/+10
2021-02-24gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluationAndrew Burgess1-0/+5
2021-02-23gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queueSimon Marchi1-0/+11
2021-02-23gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expandedSimon Marchi1-0/+8
2021-02-23gdb: linux-nat: make linux_nat_filter_event return voidSimon Marchi1-0/+4
2021-02-22Change target_bfd_reopen to take a gdb_bfd_ref_ptrTom Tromey1-0/+8
2021-02-22gdb: add asserts in thread codeSimon Marchi1-0/+5
2021-02-22gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi1-0/+10
2021-02-18amd64-linux-siginfo.c: Adjust include order to avoid gnulib errorKevin Buettner1-0/+6
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu1-0/+9
2021-02-18Introduce expression::evaluateTom Tromey1-0/+7
2021-02-17Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUGKevin Buettner1-0/+6
2021-02-13config/debuginfod: do not include pkg.m4 directlyMike Frysinger1-0/+4
2021-02-12[gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28Tom de Vries1-0/+13
2021-02-12gdb/fortran: support ALLOCATED builtinAndrew Burgess1-0/+10
2021-02-11[gdb/symtab] Handle DW_FORM_strx in form_requires_reprocessingTom de Vries1-0/+6
2021-02-11Fix two Fortran regressionsTom Tromey1-0/+5
2021-02-11gdb: change 'maint info section' to use command optionsAndrew Burgess1-0/+16
2021-02-11gdb: 'maint info sections' - handle the no executable caseAndrew Burgess1-0/+8
2021-02-11gdb: add obj_section function to bound_minimal_symbolAndrew Burgess1-0/+11
2021-02-11gdb: Remove arm-symbianelf supportAlan Modra1-0/+20
2021-02-10gdb/fortran: add parser support for lbound and uboundAndrew Burgess1-0/+16