summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux: Add maintenance commands to test libthread_dbusers/gbenson/thread_db-test/2017-11-22Gary Benson2017-11-227-0/+471
* [ARC] Fix handling of ARCv2 H-register class.claziss2017-11-224-0/+21
* x86: Add tests for -n option of x86 assemblerH.J. Lu2017-11-215-0/+58
* Automatic date update in version.inGDB Administrator2017-11-221-1/+1
* ravenscar: update inferior ptid with event ptidJerome Guitton2017-11-212-1/+9
* (Ada) crash connecting to TSIM simulatorJoel Brobecker2017-11-212-2/+13
* problem debugging ravenscar programs if runtime is strippedJoel Brobecker2017-11-214-17/+43
* Add multiple-CPU support in ravenscar-thread.cJoel Brobecker2017-11-214-34/+191
* Provide the "Base CPU" in output of "info task" (if set by runtime).Joel Brobecker2017-11-213-0/+24
* watchpoint regression debugging with remote protocol (bare metal)Joel Brobecker2017-11-212-0/+93
* Add a test for PR binutils/22451H.J. Lu2017-11-213-0/+68
* [PowerPC] Detect different long double floating-point formatsUlrich Weigand2017-11-217-12/+163
* gdb.ada/minsyms.exp: Don't hardcode the variable's addressPedro Alves2017-11-212-1/+5
* Stop the v850 linker from converting to other output formats whilst linking.Nick Clifton2017-11-214-2/+32
* [ARC] [COMMITTED] Update test pattern patching.claziss2017-11-212-1/+6
* [ARC] Improve printing of pc-relative instructions.claziss2017-11-2128-174/+251
* Add ability to follow dwo links to readelf/objdump.Nick Clifton2017-11-218-140/+399
* Fix build failure in darwin-nat.cSimon Marchi2017-11-202-1/+5
* Add NULL bfd test to elf_symbol_fromAlan Modra2017-11-213-4/+12
* xtensa error messageAlan Modra2017-11-212-16/+11
* Fix mapped_index::find_name_components_bounds upper bound computationPedro Alves2017-11-212-3/+10
* Unit test name-component bounds searching directlyPedro Alves2017-11-212-83/+216
* 0xff chars in name components table; cp-name-parser lex UTF-8 identifiersPedro Alves2017-11-213-17/+157
* Automatic date update in version.inGDB Administrator2017-11-211-1/+1
* Fix gdb.base/whatis-ptype-typedefs.exp on 32-bit archsPedro Alves2017-11-203-3/+57
* Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section.Nick Clifton2017-11-207-5/+96
* mingw gas testsuite fixAlan Modra2017-11-212-0/+5
* PR22451, strip no longer works on older object filesAlan Modra2017-11-212-7/+25
* Remove usage of find_inferior when calling kill_one_lwp_callbackSimon Marchi2017-11-192-10/+14
* Remove usages of find_thread when calling need_step_over_pSimon Marchi2017-11-192-18/+20
* Remove usage of find_thread when calling resume_status_pending_pSimon Marchi2017-11-192-10/+12
* Remove usage of find_inferior when calling linux_set_resume_requestSimon Marchi2017-11-192-26/+22
* Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2017-11-192-15/+14
* Remove usage of find_inferior in unsuspend_all_lwpsSimon Marchi2017-11-192-16/+13
* Remove usage of find_inferior in iterate_over_lwpsSimon Marchi2017-11-193-39/+25
* Remove usage of find_inferior in reset_lwp_ptrace_options_callbackSimon Marchi2017-11-192-30/+26
* Remove usages of find_inferior in linux-arm-low.cSimon Marchi2017-11-192-29/+33
* Remove usage of find_inferior in win32-low.cSimon Marchi2017-11-192-6/+12
* Remove usage of find_inferior in win32-i386-low.cSimon Marchi2017-11-192-20/+16
* Fix typo in ChangeLog entry.Cary Coutant2017-11-191-2/+2
* Fix DWARF reader to use correct size for DW_FORM_ref_addr.Cary Coutant2017-11-193-2/+33
* Automatic date update in version.inGDB Administrator2017-11-201-1/+1
* Fix error message typo.Jim Wilson2017-11-182-1/+6
* Automatic date update in version.inGDB Administrator2017-11-191-1/+1
* PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra2017-11-193-10/+25
* Automatic date update in version.inGDB Administrator2017-11-181-1/+1
* Finish fixing riscv gas lns-common-1 failure, and lns-duplicate.Jim Wilson2017-11-172-2/+174
* Use an enum to represent subclasses of symbolTom Tromey2017-11-174-11/+32
* Make template_symbol derive from symbolTom Tromey2017-11-174-10/+11
* Handle dereferencing Rust trait objectsTom Tromey2017-11-1712-0/+405