aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Fix x86-64 GNU/Linux crashesPedro Alves11-29/+54
2017-07-13gdb: Fix parameter passing to mi_create_breakpointAndrew Burgess2-15/+26
2017-07-13S390: Add record/replay support for arch12 instructionsAndreas Arnez2-24/+101
2017-07-11Support the fs_base and gs_base registers on FreeBSD/amd64 native processes.John Baldwin2-0/+61
2017-07-11Include the fs_base and gs_base registers in amd64 target descriptions.John Baldwin20-233/+302
2017-07-11Sync dlang demangling tests from upstream libiberty testsuite.Iain Buclaw2-1/+5
2017-07-10Add missing ChangeLog etriesAnton Kolesov1-0/+16
2017-07-10Re-generate i386/amd64-avx-avx512-linux.c and i386/amd64-avx-mpx-avx512-pku-l...Yao Qi3-2/+7
2017-07-10Re-indent the codeYao Qi2-1/+5
2017-07-10Import setenv and unsetenv from gnulibAnton Kolesov12-9/+1201
2017-07-09compile-loc2c: Fix uninitialized variable errorSimon Marchi2-0/+6
2017-07-09Fix size check in dwarf2_evaluate_loc_desc_fullTom Tromey4-1/+112
2017-07-07Read signal information from FreeBSD core dumps.John Baldwin2-0/+75
2017-07-07Use the thread_section_name helper class in fbsd_core_thread_name.John Baldwin2-4/+7
2017-07-07Add a new gdbarch method to fetch signal information from core files.John Baldwin6-24/+92
2017-07-07Move the thread_section_name class to gdbcore.h.John Baldwin3-45/+50
2017-07-07Fetch signal information for native FreeBSD processes.John Baldwin2-0/+170
2017-07-07Implement the "get_siginfo_type" gdbarch method for FreeBSD architectures.John Baldwin2-0/+130
2017-07-06Fission support for multiple CUs per DWO fileDavid Blaikie7-47/+564
2017-07-06Fix Python unwinder frames regressionPedro Alves4-2/+11
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves3-24/+12
2017-07-03buffer.h: Fix spelling mistakesSimon Marchi2-1/+5
2017-07-01Setup .dir-locals.el to use C-style comments by defaultEli Zaretskii2-0/+7
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior4-18/+54
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior4-4/+62
2017-06-29Expression completer should not match explicit location optionsPedro Alves4-1/+16
2017-06-29Remove old stale expression_completer hackPedro Alves2-9/+6
2017-06-29Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENTYao Qi4-0/+16
2017-06-28gdb/command.h: Include common/scoped_restore.hPedro Alves2-0/+5
2017-06-28Use obstack_grow_strYao Qi2-2/+7
2017-06-28Fix PR 21337: segfault when re-reading symbols.Doug Gilmore5-3/+115
2017-06-27completion_list_add_name wrapper functionsPedro Alves2-14/+35
2017-06-27objfile_per_bfd_storage non-PODPedro Alves4-19/+41
2017-06-27Remove MAX_REGISTER_SIZE from remote-sim.cAlan Hayward2-21/+22
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves14-100/+88
2017-06-27darwin: Do not add a dummy threadSimon Marchi2-47/+38
2017-06-26record-full: Remove unused function netorder16Simon Marchi2-10/+4
2017-06-26vec: Silence -Wunused-function warnings on clangSimon Marchi3-2/+49
2017-06-26ada-lex: Ignore warnings about register keywordSimon Marchi3-0/+19
2017-06-25main: Don't add int to stringSimon Marchi2-1/+6
2017-06-25dtrace-probe: Put semicolon after while on its own lineSimon Marchi2-1/+7
2017-06-25x86-dregs: Print debug registers one per lineSimon Marchi2-10/+10
2017-06-23Add XTENSA_MAX_REGISTER_SIZEAlan Hayward2-2/+11
2017-06-22Update comment on gdb_environ::unsetSergio Durigan Junior2-1/+5
2017-06-22Fix cached_frame allocation in py-unwindAlan Hayward2-1/+9
2017-06-22Remove an instance of MAX_REGISTER_SIZE from record-full.cAlan Hayward2-3/+8
2017-06-22Regenerate two regformats/i386/.dat filesYao Qi3-3/+6
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward4-24/+30
2017-06-22environ-selftests: Ignore -Wself-move warningPedro Alves3-0/+55
2017-06-22Add STRINGIFY to gdb/common/preprocessor.hPedro Alves4-8/+9