aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Move frame_id_build_unavailable_stack staticusers/qiyao/frame-unwind-unavailable-3Yao Qi2-19/+16
2018-03-13Throw exceptions from rs6000 unwinderYao Qi1-39/+15
2018-03-13Throw exception in aarch64 unwinderYao Qi1-42/+6
2018-03-13Throw exception in i386 unwindersYao Qi1-84/+27
2018-03-13Throw exception in amd64 unwindersYao Qi1-73/+22
2018-03-13Throw exception in dwarf2 unwindersYao Qi1-44/+19
2018-03-13Handle unwinding exceptionsYao Qi1-16/+93
2018-03-12Fix ia64 GDB buildYao Qi3-2/+9
2018-03-11Use std::vector for field lists in dwarf2read.cTom Tromey2-193/+112
2018-03-11Remove cleanup from build_type_psymtabs_1Tom Tromey2-20/+15
2018-03-12Automatic date update in version.inGDB Administrator1-1/+1
2018-03-11Automatic date update in version.inGDB Administrator1-1/+1
2018-03-10Automatic date update in version.inGDB Administrator1-1/+1
2018-03-09x86: Encode EVEX instructions with VEX128 if possibleH.J. Lu4-25/+33
2018-03-09Fix Sparc, s390 and AArch64 targets so that they can handle relocs against if...Nick Clifton9-7/+156
2018-03-09Update "gdb --configuration" with recently added featuresEli Zaretskii2-9/+41
2018-03-09x86: Strip whitespace in check_VecOperationsH.J. Lu4-2/+15
2018-03-08Use scoped_fd in more placesTom Tromey4-46/+37
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey5-84/+77
2018-03-08x86: Optimize with EVEX128 encoding for AVX512VLH.J. Lu13-56/+459
2018-03-08Fix misreporting of omitted bytes for large remote packetsSimon Marchi2-10/+11
2018-03-09Automatic date update in version.inGDB Administrator1-1/+1
2018-03-08Use std::string to simplify build_id_to_debug_bfdSimon Marchi2-22/+15
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi7-70/+66
2018-03-08Add xml_escape_text_append and use itSimon Marchi6-17/+58
2018-03-08linux_qxfer_libraries_svr4: Use std::stringSimon Marchi2-34/+16
2018-03-08remote-stdio-gdbserver: Pass "target" to remote_exec to delete fileSimon Marchi2-1/+7
2018-03-08Don't redefine upload/download/file in gdbserver-baseSimon Marchi2-22/+6
2018-03-08x86-64: Also optimize "clr reg64"H.J. Lu7-9/+30
2018-03-08x86: Treat relocation against IFUNC symbol as FUNCH.J. Lu10-0/+94
2018-03-08x86: Remove support for old (<= 2.8.1) versions of gccH.J. Lu17-5297/+5146
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward4-8/+7
2018-03-08x86: fold several AVX512VL templatesJan Beulich6-2058/+404
2018-03-08x86: fold certain AVX512 rotate and shift templatesJan Beulich5-957/+151
2018-03-08x86: fold VEX-encoded GFNI templatesJan Beulich3-86/+21
2018-03-08x86: fold a few AVX512F templatesJan Beulich3-240/+31
2018-03-08x86: fold LWP templatesJan Beulich3-86/+20
2018-03-08x86: fold FMA and FMA4 templatesJan Beulich3-1656/+330
2018-03-08x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIXJan Beulich6-45/+39
2018-03-08x86: correct operand size match checks for BMI/BMI2 insnsJan Beulich5-7/+64
2018-03-08x86: fold redundant expressions in process_suffix()Jan Beulich2-20/+18
2018-03-08x86: simplify result processing of cpu_flags_match()Jan Beulich2-24/+21
2018-03-08x86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_match()Jan Beulich19-2/+177
2018-03-08x86: change AVX512VL handling in cpu_flags_match()Jan Beulich2-11/+9
2018-03-08x86: drop CPU_FLAGS_32BIT_MATCHJan Beulich2-5/+10
2018-03-08x86: simplify AVX checks in cpu_flags_match()Jan Beulich2-22/+14
2018-03-08x86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_ARCH_MATCHJan Beulich2-6/+5
2018-03-08x86: drop bogus NoAVXJan Beulich3-14/+20
2018-03-08x86: avoid SSE check for LDMXCSR/STMXCSRJan Beulich3-4/+9
2018-03-08x86: extend SSE check to PCLMULQDQ, AES, and GFNI insnsJan Beulich16-126/+88