aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* buffer.h: Fix spelling mistakesSimon Marchi2017-07-032-1/+5
* Setup .dir-locals.el to use C-style comments by defaultEli Zaretskii2017-07-012-0/+7
* PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior2017-06-304-18/+54
* PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior2017-06-304-4/+62
* Expression completer should not match explicit location optionsPedro Alves2017-06-294-1/+16
* Remove old stale expression_completer hackPedro Alves2017-06-292-9/+6
* Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENTYao Qi2017-06-294-0/+16
* gdb/command.h: Include common/scoped_restore.hPedro Alves2017-06-282-0/+5
* Use obstack_grow_strYao Qi2017-06-282-2/+7
* Fix PR 21337: segfault when re-reading symbols.Doug Gilmore2017-06-285-3/+115
* completion_list_add_name wrapper functionsPedro Alves2017-06-272-14/+35
* objfile_per_bfd_storage non-PODPedro Alves2017-06-274-19/+41
* Remove MAX_REGISTER_SIZE from remote-sim.cAlan Hayward2017-06-272-21/+22
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-2714-100/+88
* darwin: Do not add a dummy threadSimon Marchi2017-06-272-47/+38
* record-full: Remove unused function netorder16Simon Marchi2017-06-262-10/+4
* vec: Silence -Wunused-function warnings on clangSimon Marchi2017-06-263-2/+49
* ada-lex: Ignore warnings about register keywordSimon Marchi2017-06-263-0/+19
* main: Don't add int to stringSimon Marchi2017-06-252-1/+6
* dtrace-probe: Put semicolon after while on its own lineSimon Marchi2017-06-252-1/+7
* x86-dregs: Print debug registers one per lineSimon Marchi2017-06-252-10/+10
* Add XTENSA_MAX_REGISTER_SIZEAlan Hayward2017-06-232-2/+11
* Update comment on gdb_environ::unsetSergio Durigan Junior2017-06-222-1/+5
* Fix cached_frame allocation in py-unwindAlan Hayward2017-06-222-1/+9
* Remove an instance of MAX_REGISTER_SIZE from record-full.cAlan Hayward2017-06-222-3/+8
* Regenerate two regformats/i386/.dat filesYao Qi2017-06-223-3/+6
* Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward2017-06-224-24/+30
* environ-selftests: Ignore -Wself-move warningPedro Alves2017-06-223-0/+55
* Add STRINGIFY to gdb/common/preprocessor.hPedro Alves2017-06-224-8/+9
* common/agent.h: Add missing include guardsPedro Alves2017-06-222-0/+9
* Use noncapturing subpattern/parens in gdb_test implementationKevin Buettner2017-06-212-1/+6
* Change to_xfer_partial doc to use addressable memory unitsSimon Marchi2017-06-212-5/+13
* Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentationSergio Durigan Junior2017-06-203-2/+9
* gdbserver/Makefile.in: Sort IPA_OBJSSimon Marchi2017-06-202-3/+16
* Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage...Sergio Durigan Junior2017-06-202-2/+7
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-2017-189/+376
* Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xmlYao Qi2017-06-203-4/+10
* Class-fy tdesc_reg tdesc_type and tdesc_featureYao Qi2017-06-202-100/+113
* Don't throw an error in 'info registers' for unavailable MIPS registers.John Baldwin2017-06-192-2/+13
* Update GDB test case for new lnia extended mnemonic.Peter Bergner2017-06-193-3/+9
* .gdb_index writer: close the file before unlinking itPedro Alves2017-06-192-1/+10
* Use getenv instead of gdb_environ on mi-cmd-env.cSergio Durigan Junior2017-06-192-8/+9
* nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni2017-06-182-1/+6
* Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi2017-06-172-1/+5
* linux-low: Remove usage of "register" keywordSimon Marchi2017-06-172-8/+13
* gdb: Add -Wno-mismatched-tagsSimon Marchi2017-06-175-3/+15
* gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi2017-06-175-9/+19
* gdb: Pass -x c++ to the compilerSimon Marchi2017-06-174-2/+10
* extract/store integer function templateYao Qi2017-06-166-179/+159
* arc: Select CPU model properly before disassemblingAnton Kolesov2017-06-162-6/+65