aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-19Update GDB test case for new lnia extended mnemonic.Peter Bergner3-3/+9
2017-06-19.gdb_index writer: close the file before unlinking itPedro Alves2-1/+10
2017-06-19Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior2-8/+9
2017-06-18nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni2-1/+6
2017-06-17Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi2-1/+5
2017-06-17linux-low: Remove usage of "register" keywordSimon Marchi2-8/+13
2017-06-17gdb: Add -Wno-mismatched-tagsSimon Marchi5-3/+15
2017-06-17gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi5-9/+19
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi4-2/+10
2017-06-16extract/store integer function templateYao Qi6-179/+159
2017-06-16arc: Select CPU model properly before disassemblingAnton Kolesov2-6/+65