summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb::optional unit testsPedro Alves2017-04-1817-2/+1751
* More gdb::optional featuresPedro Alves2017-04-183-15/+166
* xml-support.c: Use std::vectorPedro Alves2017-04-182-51/+76
* C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves2017-04-182-87/+82
* PR threads/20743: Don't attempt to suspend or resume exited threads.John Baldwin2017-04-182-34/+34
* Automatic date update in version.inGDB Administrator2017-04-181-1/+1
* Put soname in the version definition sectionH.J. Lu2017-04-178-12/+64
* Update NEWS post GDB 8.0 branch creation.Joel Brobecker2017-04-172-1/+9
* Bump version to 8.0.50.DATE-gitJoel Brobecker2017-04-172-1/+6
* Undo dynamic symbol state after regular object sym type mismatchAlan Modra2017-04-179-13/+171
* Automatic date update in version.inGDB Administrator2017-04-171-1/+1
* Automatic date update in version.inGDB Administrator2017-04-161-1/+1
* Automatic date update in version.ingdb-8.0-branchpointGDB Administrator2017-04-151-1/+1
* Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior2017-04-132-1/+7
* Automatic date update in version.inGDB Administrator2017-04-141-1/+1
* Make inferior a class with cdtors, and use new/deletePedro Alves2017-04-133-50/+66
* GC inferior.c:init_inferior_listPedro Alves2017-04-133-21/+5
* Improve coverage of the PR threads/13217 regression testPedro Alves2017-04-132-1/+36
* C++fy thread_apply_all_commandPedro Alves2017-04-132-64/+85
* Fix follow-fork latent bugPedro Alves2017-04-132-2/+8
* watch_command_1: Fix dangling frame accessPedro Alves2017-04-132-13/+26
* readelf: fix out of range subtraction, seg fault from a NULL pointer and memo...Nick Clifton2017-04-132-5/+33
* Add note merging to strip and add code to merge stack size notes.Nick Clifton2017-04-134-15/+129
* Regen cgen filesAlan Modra2017-04-1314-24/+53
* fork-child.c: Avoid unnecessary heap-allocation / string copyingPedro Alves2017-04-132-116/+215
* * config.sub: Sync with master version in config project.Andrew Jenner2017-04-132-3/+7
* Add ChangeLog entriesIain Buclaw2017-04-132-0/+10
* Wrap long linesAlan Modra2017-04-1311-40/+81
* Use %A and %B in more error messagesAlan Modra2017-04-1350-314/+341
* Rewrite bfd error handlerAlan Modra2017-04-1321-271/+361
* Missing _bfd_error_handler argsAlan Modra2017-04-134-25/+33
* Regen bfd-in2.hAlan Modra2017-04-132-1/+6
* Fix a typo in rx_fpsw_typeYao Qi2017-04-132-1/+6
* XCNEW gdbarch_tdep in rl78 and rxYao Qi2017-04-133-2/+7
* struct breakpoint: Fix indentationPedro Alves2017-04-132-103/+106
* breakpoint.c: bp_location (the array) shadows bp_location (the type)Pedro Alves2017-04-132-66/+87
* Automatic date update in version.inGDB Administrator2017-04-131-1/+1
* Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior2017-04-1211-111/+102
* Change linespec_result::location to be an event_location_upTom Tromey2017-04-127-25/+34
* Add a constructor and destructor to linespec_resultTom Tromey2017-04-125-75/+40
* Change breakpoint event locations to event_location_upTom Tromey2017-04-127-49/+68
* Use std::vector in compile-loc2c.cTom Tromey2017-04-122-11/+15
* Use std::vector in find_instruction_backwardTom Tromey2017-04-122-10/+10
* Use std::vector in reread_symbolsTom Tromey2017-04-122-16/+10
* Use scoped_restore in more placesTom Tromey2017-04-128-51/+36
* C++ify mi_parseTom Tromey2017-04-124-43/+44
* Remove some cleanups from location.cTom Tromey2017-04-122-38/+32
* Remove some cleanups from gnu-v3-abi.cTom Tromey2017-04-122-36/+26
* Fix up wchar_iterator commentTom Tromey2017-04-122-4/+6
* Remove cleanup_iconvTom Tromey2017-04-122-16/+33