summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn2020-05-251-2/+3
* gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn2020-05-251-6/+3
* gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn2020-05-253-126/+5
* [gdb/testsuite] Add comment in exec_is_pieTom de Vries2020-05-252-0/+7
* [gdb/testsuite] Fix var use in compile_and_download_n_jit_soTom de Vries2020-05-252-1/+6
* [gdb/testsuite] Fix exec_is_pie with gold linkerTom de Vries2020-05-252-2/+8
* [gdb/testsuite] Add target board goldTom de Vries2020-05-252-0/+36
* Revert "Add completion styling"Tom Tromey2020-05-2410-148/+32
* gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi2020-05-243-55/+8
* Don't remove C++ aliases from completions if symbol doesn't matchPedro Alves2020-05-243-7/+19
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-2331-81/+84
* Document the GDB 9.2 release in gdb/ChangeLogJoel Brobecker2020-05-231-0/+4
* Add completion stylingTom Tromey2020-05-2310-7/+172
* Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves2020-05-232-23/+38
* gdb: remove TYPE_FIELDS macroSimon Marchi2020-05-2212-32/+42
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-2214-86/+114
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-2268-318/+322
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-2214-43/+62
* Remove obsolete declarationTom Tromey2020-05-222-1/+5
* gdb: Restore old annotations behaviour when printing frame infoAndrew Burgess2020-05-229-20/+73
* gdb: fix -Wtautological-overlap-compare error in lm32-tdep.cSimon Marchi2020-05-212-1/+5
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-2111-22/+24
* gdb: reset/recompute objfile section offsets in reread_symbolsSimon Marchi2020-05-202-0/+14
* [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu2020-05-202-4/+4
* gdb/testsuite: check mmap ret val against MAP_FAILEDSimon Marchi2020-05-205-3/+19
* Fix array_char_idx.expTom Tromey2020-05-202-1/+7
* Remove bound_name static from ada-lang.cTom Tromey2020-05-202-14/+14
* [gdb/symtab] Handle .gdb_index in ada language modeTom de Vries2020-05-206-8/+153
* PR25993, read of freed memoryAlan Modra2020-05-204-12/+24
* Use bfd_get_filename throughout gdbAlan Modra2020-05-208-12/+25
* Restore missing Rust testTom Tromey2020-05-192-1/+5
* [gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.expTom de Vries2020-05-192-1/+5
* Fix duplicate tests in gdb.rustTom Tromey2020-05-192-8/+15
* Update call to target_fileio_openTom Tromey2020-05-192-1/+5
* gdb: fix off-by-one error in quirk_rust_enumSimon Marchi2020-05-192-1/+5
* Make exec-file-mismatch compare build IDsPedro Alves2020-05-197-36/+100
* Eliminate target_fileio_open_warn_if_slowPedro Alves2020-05-194-46/+26
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-1910-13/+19
* gdb: fix -Wtautological-overlap-compare error in h8300-tdep.cYoshinori Sato2020-05-192-6/+12
* gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi2020-05-194-8/+15
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-196-41/+45
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-197-45/+55
* Avoid short i386 register names on Solaris/x86 [PR25981]Rainer Orth2020-05-182-4/+20
* Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth2020-05-184-117/+10
* [gdb/testsuite] Use with_test_prefix in gdb.base/gdb-caching-proc.expTom de Vries2020-05-182-18/+28
* Stop considering hw and sw breakpoint locations duplicates (PR gdb/25741)Pedro Alves2020-05-174-86/+267
* Fix gdb.multi/multi-re-run.exp with native-gdbserverPedro Alves2020-05-162-0/+12
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-1646-331/+334
* gdb: add type::name / type::set_nameSimon Marchi2020-05-1621-99/+114
* Remove ALL_UISTom Tromey2020-05-164-7/+16