aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22common/agent.h: Add missing include guardsPedro Alves2-0/+9
2017-06-21Use noncapturing subpattern/parens in gdb_test implementationKevin Buettner2-1/+6
2017-06-21Change to_xfer_partial doc to use addressable memory unitsSimon Marchi2-5/+13
2017-06-20Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentationSergio Durigan Junior3-2/+9
2017-06-20gdbserver/Makefile.in: Sort IPA_OBJSSimon Marchi2-3/+16
2017-06-20Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...Sergio Durigan Junior2-2/+7
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior17-189/+376
2017-06-20Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xmlYao Qi3-4/+10
2017-06-20Class-fy tdesc_reg tdesc_type and tdesc_featureYao Qi2-100/+113
2017-06-19Don't throw an error in 'info registers' for unavailable MIPS registers.John Baldwin2-2/+13