summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: fix -Wtautological-overlap-compare warning in mips-linux-tdep.cSimon Marchi2020-05-162-4/+6
* Fix IA64 GNU/Linux buildPedro Alves2020-05-162-3/+12
* gdb: remove unnecessary struct typedef in sparc64-tdep.cSimon Marchi2020-05-152-4/+9
* Remove lookup_objfile_from_blockTom Tromey2020-05-155-41/+41
* Remove allocate_symbol et alTom Tromey2020-05-1511-71/+52
* Update NEWS and documentation for help and apropos changes.Philippe Waroquiers2020-05-154-10/+29
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-1511-32/+81
* Fix/improve 'apropos' outputPhilippe Waroquiers2020-05-154-30/+71
* Fix/improve 'help CLASS' outputPhilippe Waroquiers2020-05-156-33/+118
* Fix inconsistent output of prefix and bugs in 'show' commandPhilippe Waroquiers2020-05-158-23/+40
* command-def-selftests.c: detect missing or wrong prefix cmd in subcommands.Philippe Waroquiers2020-05-152-2/+41
* Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers2020-05-155-41/+71
* Fix problem that alias can be defined or not depending on the order.Philippe Waroquiers2020-05-155-9/+51