summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Don't write to inferior_ptid in inf-ptrace.cPedro Alves2020-06-031-10/+9
* Don't write to inferior_ptid in gdbarch-selftests.c, mock address_space tooPedro Alves2020-06-031-8/+9
* gcore, handle exited threads betterPedro Alves2020-06-031-27/+33
* Don't write to inferior_ptid in linux_get_siginfo_dataPedro Alves2020-06-031-2/+2
* gdb: Convert language skip_trampoline field to a methodAndrew Burgess2020-06-0213-65/+84
* gdb: Convert language la_demangle field to a methodAndrew Burgess2020-06-0213-32/+111
* gdb: Convert language la_print_type field to a methodAndrew Burgess2020-06-0213-61/+200
* gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess2020-06-0216-147/+152
* gdb: Convert language la_search_name_hash field to a methodAndrew Burgess2020-06-0215-30/+47
* gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess2020-06-0215-32/+62
* gdb: Convert language la_iterate_over_symbols field to a methodAndrew Burgess2020-06-0214-58/+70
* gdb: Convert language la_lookup_transparent_type field to a methodAndrew Burgess2020-06-0214-19/+40
* gdb: Convert language la_language_arch_info field to a methodAndrew Burgess2020-06-0213-449/+538
* gdb: Convert language la_pass_by_reference field to a methodAndrew Burgess2020-06-0215-39/+54
* gdb: Convert language la_read_var_value field to a methodAndrew Burgess2020-06-0215-61/+72
* gdb: Convert language la_print_array_index field to a methodAndrew Burgess2020-06-0213-45/+56
* gdb: Represent all languages as sub-classes of language_defnAndrew Burgess2020-06-0214-77/+406
* [gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictionary.expTom de Vries2020-06-022-6/+8
* gdb: Preserve is-stmt lines when switch between filesAndrew Burgess2020-06-0110-3/+734
* hurd: Add shared mig declarationsSamuel Thibault2020-06-014-7/+43
* gnu-nat: Move local functions inside gnu_nat_target classSamuel Thibault2020-05-313-88/+115
* hurd: unwinding support over signal trampolinesSamuel Thibault2020-05-302-0/+144
* hurd: fix pushing target on inferior creationSamuel Thibault2020-05-302-2/+9
* hurd: add gnu_target pointer to fix thread API callsSamuel Thibault2020-05-304-6/+26
* hurd: remove unused variablesSamuel Thibault2020-05-302-2/+6
* hurd: add missing includeSamuel Thibault2020-05-302-0/+5
* hurd: make function cast strongerSamuel Thibault2020-05-302-1/+7
* hurd: add missing awk script dependencySamuel Thibault2020-05-302-1/+6
* hurd: fix gnu_debug_flag typeSamuel Thibault2020-05-302-1/+5
* gdb: change bug URL to httpsJonny Grant2020-05-303-2/+6
* replace_typedefs: handle templates in namespacesPedro Alves2020-05-305-4/+305
* gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi2020-05-2913-793/+719
* Fix build errors in with clang in gdb.compile/compile-cplus.cGary Benson2020-05-292-2/+20
* Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.cGary Benson2020-05-293-2/+8
* Build two gdb.cp testcases with -Wno-unused-comparisonGary Benson2020-05-293-2/+10
* gdb: add comment in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi2020-05-282-0/+11
* Fix Python3.9 related runtime problemsKevin Buettner2020-05-282-26/+40
* Fix "enumeration values not handled in switch" error in testsuiteGary Benson2020-05-282-0/+7
* gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi2020-05-282-3/+9
* Pass -Wno-deprecated-register for gdb.cp that use "register"Gary Benson2020-05-284-3/+13
* [gdb/symtab] Make gold index workaround more preciseTom de Vries2020-05-282-8/+19
* Fix "'operator new' should not return NULL" errors in testsuiteGary Benson2020-05-282-2/+10
* cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}Pedro Alves2020-05-272-23/+18
* Use add_partial_symbol in load_partial_diesTom Tromey2020-05-272-10/+7
* Inline abbrev lookupTom Tromey2020-05-273-18/+28
* Lazily compute partial DIE nameTom Tromey2020-05-272-33/+74
* Attribute method inliningTom Tromey2020-05-273-29/+34
* Move exit_status_set_internal_vars out of GLOBAL_CURDIRHannes Domani2020-05-272-1/+5
* Use errno value of first openp failureHannes Domani2020-05-272-0/+7
* Don't close thread handles provided by WaitForDebugEventHannes Domani2020-05-272-1/+5