summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Add tests for -z separate-code -z max-page-size=0x1000users/hjl/pr22393/masterH.J. Lu2018-01-115-0/+103
* ld: Add tests for -z separate-code and -z noseparate-codeH.J. Lu2018-01-1113-1/+179
* ld: Create a new LOAD segment for separate code segmentH.J. Lu2018-01-111-7/+25
* ld: Add "-z separate-code" option to ELF linkerH.J. Lu2018-01-117-20/+194
* Fix the order of SHLIB_RODATA_ADDR in elf.scH.J. Lu2018-01-112-1/+6
* Fix gdb.texinfo for old makeinfoSzabolcs Nagy2018-01-112-1/+5
* Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves2018-01-115-1/+115
* Remove VL variants for 4FMAPS and 4VNNIW insns.Igor Tsimbalist2018-01-1123-1202/+41
* Automatic date update in version.inGDB Administrator2018-01-111-1/+1
* gas tc-arm.c warning fixAlan Modra2018-01-112-1/+6
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-109-15/+22
* Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves2018-01-109-21/+131
* Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves2018-01-105-18/+35
* Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves2018-01-104-4/+32
* oops - updates to ChangeLog omitted by accident from previous delta.Nick Clifton2018-01-101-0/+1
* Update top level configure files by synchronizing them with gcc.Nick Clifton2018-01-1020-338/+686
* Update the libiberty sources with the latest patches found in the master sour...Nick Clifton2018-01-1094-197/+326
* x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich2018-01-1016-385/+411
* x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich2018-01-1010-96/+152
* RISC-V: Disassemble x0 based addresses as 0.Jim Wilson2018-01-095-1/+27
* Automatic date update in version.inGDB Administrator2018-01-101-1/+1
* Document support for 'info proc' on FreeBSD.John Baldwin2018-01-094-32/+60
* Support 'info proc' for native FreeBSD processes.John Baldwin2018-01-095-26/+421
* Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin2018-01-092-9/+6
* Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin2018-01-092-1/+9
* Support 'info proc' for FreeBSD process core dumps.John Baldwin2018-01-093-0/+675
* Add explicit shared check to eh-frame-hdr test.Jim Wilson2018-01-093-4/+26
* [Arm] Add CSDB instructionJames Greenhalgh2018-01-098-0/+55
* Add support for the AArch64's CSDB instruction.James Greenhalgh2018-01-097-1013/+1028
* Fix breakpoint add on inlined function using function name.Xavier Roirand2018-01-097-8/+188
* PR22662, nds32: Fix a typographical error.Kuan-Lin Chen2018-01-092-1/+6
* RISC-V: Fix accidental embedded -shared regressions.Jim Wilson2018-01-084-3/+18
* Automatic date update in version.inGDB Administrator2018-01-091-1/+1
* hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault2018-01-082-0/+65
* x86: Properly encode vmovd with 64-bit memeoryH.J. Lu2018-01-088-42/+158
* Fix GDBserver build failure when $development is falseYao Qi2018-01-087-6/+37
* Fix GDB build failure when $development is falseYao Qi2018-01-087-8/+43
* Fix second-to-last gdb/testsuite/ChangeLog entry.Joel Brobecker2018-01-081-2/+2
* Relax expected output in gdb.ada/access_tagged_param.exp testJoel Brobecker2018-01-082-1/+7
* Add a description of the X86_64 assembler's .largcomm pseudo-op.Nick Clifton2018-01-082-1/+16
* (Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand2018-01-075-0/+102
* Automatic date update in version.inGDB Administrator2018-01-081-1/+1
* Remove dwarf2_cu::dwarf2_per_objfileSimon Marchi2018-01-072-107/+237
* Remove dwarf2_per_objfile globalSimon Marchi2018-01-072-410/+836
* Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_obj...Simon Marchi2018-01-072-111/+220
* Make parse_debug_format_options return an std::stringSimon Marchi2018-01-072-11/+15
* Replace VEC(converted_character_d) with std::vectorSimon Marchi2018-01-072-19/+18
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-0713-154/+203
* Remove xmethod_worker::cloneSimon Marchi2018-01-074-25/+10
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-0710-402/+292