summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document breakpoints / linespec & co improvements (manual + NEWS)users/palves/cxx-breakpoint-improvementsPedro Alves2017-10-192-23/+181
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-10-198-18/+598
* Use TOLOWER in SYMBOL_HASH_NEXTPedro Alves2017-10-193-1/+3
* Fix completing an empty stringPedro Alves2017-10-193-6/+55
* Add comprehensive C++ operator linespec/location/completion testsPedro Alves2017-10-192-0/+820
* Comprehensive C++ linespec/completer testsPedro Alves2017-10-196-7/+2120
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-10-195-13/+289
* Make the linespec/location completer ignore data symbolsPedro Alves2017-10-193-3/+74
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-10-1913-23/+365
* Handle custom completion match prefix / LCDPedro Alves2017-10-198-34/+128
* Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves2017-10-191-12/+20
* Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves2017-10-193-75/+34
* lookup_name_info::make_ignore_paramsPedro Alves2017-10-198-59/+632
* Optimize .gdb_index symbol name searchingPedro Alves2017-10-191-42/+281
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-10-1936-796/+1579
* Per-language symbol name hashing algorithmPedro Alves2017-10-1825-87/+161
* PR22303, print_core_note out of bounds readAlan Modra2017-10-182-27/+35
* microblaze: Check for indirect and warning symbolsH.J. Lu2017-10-172-0/+8
* Automatic date update in version.inGDB Administrator2017-10-181-1/+1
* [GOLD] Fix powerpc64 optimization of TOC accessesAlan Modra2017-10-182-2/+9
* Really make the native-stdio-gdbserver board non-remotePedro Alves2017-10-172-0/+5
* Add myself as dwarf-mode.el maintainerTom Tromey2017-10-172-0/+5
* Add several "quit with live inferior" testsPedro Alves2017-10-173-0/+210
* Remove cleanups from disasm.cTom Tromey2017-10-172-53/+35
* Remove obsolete assertion from regcache.cTom Tromey2017-10-172-1/+4
* PR22307, Heap out of bounds read in _bfd_elf_parse_gnu_propertiesAlan Modra2017-10-172-9/+15
* Fix double-free corruptionPedro Alves2017-10-172-1/+7
* Simplify regcache::xfer_partYao Qi2017-10-173-20/+19
* [GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile ruleYao Qi2017-10-173-5/+6
* [GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/Yao Qi2017-10-172-2/+7
* [GDBserver] Move arm.o to arch/arm.oYao Qi2017-10-172-2/+6
* [GDBserver] Replicate src dir in build dirYao Qi2017-10-175-18/+64
* PR22306, Invalid free() in slurp_symtab()Alan Modra2017-10-172-15/+36
* Correct -z text and other -z documentationAlan Modra2017-10-172-95/+94
* Add missing ChangeLog entries.Keith Seitz2017-10-162-0/+24
* Fix segfault processing nios2 pseudo-instructions with too few arguments.Sandra Loosemore2017-10-165-30/+145
* Record and output access specifiers for nested typedefsKeith Seitz2017-10-165-59/+264
* Automatic date update in version.inGDB Administrator2017-10-171-1/+1
* Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey2017-10-165-86/+64
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-1612-168/+102
* Simple cleanup removals in remote.cTom Tromey2017-10-162-43/+35
* Remove cleanup from ppc-linux-nat.cTom Tromey2017-10-162-8/+8
* Remove some cleanups from probe.cTom Tromey2017-10-162-20/+10
* Use std::vector in end_symtab_get_static_blockTom Tromey2017-10-162-28/+16
* Make native gdbserver boards no longer be "remote" (in DejaGnu terms)Pedro Alves2017-10-168-124/+157
* Use proc_with_prefix in py-breakpoint.expSimon Marchi2017-10-162-394/+387
* Get rid of VEC(mem_range_s)Simon Marchi2017-10-1610-110/+205
* Work around GCC 6.3.1 bugPedro Alves2017-10-163-20/+26
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-1697-3644/+277
* Regenerate gdbserver/configureYao Qi2017-10-162-3/+14