aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-11x86-64: Add tests for -z separate-code -z max-page-size=0x1000users/hjl/pr22393/masterH.J. Lu5-0/+103
2018-01-11ld: Add tests for -z separate-code and -z noseparate-codeH.J. Lu13-1/+179
2018-01-11ld: Create a new LOAD segment for separate code segmentH.J. Lu1-7/+25
2018-01-11ld: Add "-z separate-code" option to ELF linkerH.J. Lu7-20/+194
2018-01-11Fix the order of SHLIB_RODATA_ADDR in elf.scH.J. Lu2-1/+6
2018-01-11Fix gdb.texinfo for old makeinfoSzabolcs Nagy2-1/+5
2018-01-11Fix backwards compatibility with old GDBservers (PR remote/22597)Pedro Alves5-1/+115
2018-01-11Remove VL variants for 4FMAPS and 4VNNIW insns.Igor Tsimbalist23-1202/+41
2018-01-11Automatic date update in version.inGDB Administrator1-1/+1
2018-01-11gas tc-arm.c warning fixAlan Modra2-1/+6
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves9-15/+22
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves9-21/+131
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves5-18/+35
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves4-4/+32
2018-01-10oops - updates to ChangeLog omitted by accident from previous delta.Nick Clifton1-0/+1
2018-01-10Update top level configure files by synchronizing them with gcc.Nick Clifton20-338/+686
2018-01-10Update the libiberty sources with the latest patches found in the master sour...Nick Clifton94-197/+326
2018-01-10x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich16-385/+411
2018-01-10x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich10-96/+152
2018-01-09RISC-V: Disassemble x0 based addresses as 0.Jim Wilson5-1/+27
2018-01-10Automatic date update in version.inGDB Administrator1-1/+1
2018-01-09Document support for 'info proc' on FreeBSD.John Baldwin4-32/+60
2018-01-09Support 'info proc' for native FreeBSD processes.John Baldwin5-26/+421
2018-01-09Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().John Baldwin2-9/+6
2018-01-09Don't return stale data from fbsd_pid_to_exec_file for kernel processes.John Baldwin2-1/+9
2018-01-09Support 'info proc' for FreeBSD process core dumps.John Baldwin3-0/+675
2018-01-09Add explicit shared check to eh-frame-hdr test.Jim Wilson3-4/+26
2018-01-09[Arm] Add CSDB instructionJames Greenhalgh8-0/+55
2018-01-09Add support for the AArch64's CSDB instruction.James Greenhalgh7-1013/+1028
2018-01-09Fix breakpoint add on inlined function using function name.Xavier Roirand7-8/+188
2018-01-09PR22662, nds32: Fix a typographical error.Kuan-Lin Chen2-1/+6
2018-01-08RISC-V: Fix accidental embedded -shared regressions.Jim Wilson4-3/+18
2018-01-09Automatic date update in version.inGDB Administrator1-1/+1
2018-01-08hurd: Add enough auxv support for AT_ENTRY for PIE binariesSamuel Thibault2-0/+65
2018-01-08x86: Properly encode vmovd with 64-bit memeoryH.J. Lu8-42/+158
2018-01-08Fix GDBserver build failure when $development is falseYao Qi7-6/+37
2018-01-08Fix GDB build failure when $development is falseYao Qi7-8/+43
2018-01-08Fix second-to-last gdb/testsuite/ChangeLog entry.Joel Brobecker1-2/+2
2018-01-08Relax expected output in gdb.ada/access_tagged_param.exp testJoel Brobecker2-1/+7
2018-01-08Add a description of the X86_64 assembler's .largcomm pseudo-op.Nick Clifton2-1/+16
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand5-0/+102
2018-01-08Automatic date update in version.inGDB Administrator1-1/+1
2018-01-07Remove dwarf2_cu::dwarf2_per_objfileSimon Marchi2-107/+237
2018-01-07Remove dwarf2_per_objfile globalSimon Marchi2-410/+836
2018-01-07Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_obj...Simon Marchi2-111/+220
2018-01-07Make parse_debug_format_options return an std::stringSimon Marchi2-11/+15
2018-01-07Replace VEC(converted_character_d) with std::vectorSimon Marchi2-19/+18
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi13-154/+203
2018-01-07Remove xmethod_worker::cloneSimon Marchi4-25/+10
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi10-402/+292