aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-09-17Use htab_up in target-descriptions.cTom Tromey2-9/+11
2020-09-17Use htab_up in linespec.cTom Tromey2-21/+19
2020-09-17Use htab_up in filename_seen_cacheTom Tromey3-15/+18
2020-09-17Use htab_up in completion_trackerTom Tromey3-18/+27
2020-09-17Use htab_up in breakpoint.cTom Tromey2-8/+8
2020-09-17Use htab_up in auto-load.cTom Tromey2-25/+26
2020-09-17Make c-exp.y:name_obstack staticTom Tromey2-1/+5
2020-09-17gdb/riscv: fix decode of c.sdsp instructionChungyi Chi2-1/+5
2020-09-16gdb: use bool in the solib catchpoint areaSimon Marchi3-33/+43
2020-09-16gdb: update instance_flags field name in gdb-gdb.py.inSimon Marchi2-1/+6
2020-09-16Match demangled name in "skip"Tom Tromey5-5/+79
2020-09-16Assume FreeBSD kernels always report exec events.John Baldwin3-8/+10
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin5-173/+25
2020-09-16Assume FreeBSD hosts include support for fetching signal information.John Baldwin2-14/+5
2020-09-16Assume KERN_PROC_PATHNAME is present on FreeBSD hosts.John Baldwin2-13/+5
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin3-6/+5
2020-09-16[gdb/testsuite] Fix gdb.dlang/watch-loc.exp on ppc64Tom de Vries3-3/+33
2020-09-16gdb/breakpoint: make a copy of the "commands" command's argumentTankut Baris Aktemur6-1/+103
2020-09-16[gdb/testsuite] Detect gdb prompt after monitor exitTom de Vries2-1/+13
2020-09-16[gdb/testsuite] Catch condition evaluation errors in gdb_assertTom de Vries2-2/+7
2020-09-16gdb: Remove language_data structAndrew Burgess13-129/+56
2020-09-16gdb: Convert language_data::la_op_print_tab to a methodAndrew Burgess14-20/+127
2020-09-16gdb: Convert language_data::la_exp_desc to a methodAndrew Burgess16-28/+120
2020-09-16gdb: Convert language_data::la_varobj_ops to a methodAndrew Burgess15-21/+54
2020-09-16gdb: Convert language_data::la_macro_expansion to a methodAndrew Burgess14-19/+69
2020-09-16gdb: Convert language_data::la_array_ordering to a methodAndrew Burgess14-19/+39
2020-09-16gdb: Convert language_data::la_case_sensitivity to a methodAndrew Burgess13-33/+56
2020-09-16gdb: Convert language_data::la_range_check to a methodAndrew Burgess13-33/+83
2020-09-16gdb: Override store_sym_names_in_linkage_form_p for Go languageAndrew Burgess3-6/+11
2020-09-16gdb: Convert la_store_sym_names_in_linkage_form_p to a methodAndrew Burgess14-38/+93
2020-09-16gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess15-21/+47
2020-09-16gdb: Fix an incorrect commentAndrew Burgess2-1/+5
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess18-28/+65
2020-09-16gdb: Move la_language into the language_defn classAndrew Burgess13-20/+27
2020-09-16gdb: Convert la_filename_extensions to a methodAndrew Burgess14-75/+147
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess17-60/+263
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess18-29/+84
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess15-25/+55
2020-09-16Add myself to gdb/MAINTAINERS.Felix Willgerodt2-0/+5
2020-09-16[gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.expTom de Vries2-6/+11
2020-09-15Remove TYPE_CODE_INT case from f_value_print_innerTom Tromey2-13/+6
2020-09-15Handle member pointers directly in generic_value_printTom Tromey4-32/+41
2020-09-15Don't use PyInt_FromLongTom Tromey12-24/+62
2020-09-15Don't use PyLong_FromUnsignedLongTom Tromey2-2/+7
2020-09-15Don't use PyLong_FromLongLongTom Tromey3-2/+9
2020-09-15Don't use PyLong_FromLongTom Tromey8-12/+38
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey8-16/+41
2020-09-15Don't use gdb_py_long_from_longestTom Tromey5-9/+15
2020-09-15Don't use PyInt_FromSsize_tTom Tromey3-3/+9
2020-09-15Avoid running one Rust test against older LLVMTom Tromey3-2/+36