| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb/copyright.py: Also update sources in "gdbserver" and "gdbsupport" | Joel Brobecker | 2021-01-01 | 2 | -1/+8 |
* | Update copyright year in version message for gdb, gdbserver and gdbreplay | Joel Brobecker | 2021-01-01 | 2 | -1/+5 |
* | Rotate gdb/ChangeLog | Joel Brobecker | 2021-01-01 | 3 | -18741/+18755 |
* | Update gdb.rust tests for Rust 1.49 | Tom Tromey | 2020-12-31 | 2 | -4/+14 |
* | Fix passing debug options for gcc | Bernd Edlinger | 2020-12-31 | 2 | -1/+5 |
* | gdb/testsuite: de-duplicate test names in gdb.python/py-frame-args.exp | Simon Marchi | 2020-12-30 | 2 | -22/+30 |
* | Fix wrong method name | Hannes Domani | 2020-12-29 | 2 | -1/+5 |
* | Simplify MULTI_SUBSCRIPT implementation | Tom Tromey | 2020-12-27 | 2 | -29/+12 |
* | gdb: avoid resolving dynamic properties for non-allocated arrays | Andrew Burgess | 2020-12-24 | 7 | -24/+240 |
* | gdb: include allocated/associated properties in 'maint print type' | Andrew Burgess | 2020-12-24 | 2 | -0/+23 |
* | gdb/gdbtypes.h: Fix comparison of uninitialized values | Lancelot SIX | 2020-12-24 | 2 | -3/+10 |
* | Clarify language for the '?' packet | Alex Bennée | 2020-12-23 | 2 | -3/+8 |
* | gdb: remove some uses of LA_PRINT_STRING | Andrew Burgess | 2020-12-23 | 6 | -21/+33 |
* | gdb: move rust_language into rust-lang.h | Andrew Burgess | 2020-12-23 | 4 | -281/+346 |
* | gdb/objc: fix bug in objc_language::opcode_print_table | Andrew Burgess | 2020-12-23 | 2 | -1/+6 |
* | gdb: move pascal_language into p-lang.h | Andrew Burgess | 2020-12-23 | 6 | -436/+506 |
* | gdb: move go_language class declaration into header file | Andrew Burgess | 2020-12-23 | 7 | -140/+161 |
* | gdb: remove LA_EMIT_CHAR macro | Andrew Burgess | 2020-12-23 | 5 | -5/+12 |
* | gdb: rename c_printchar as language_defn::printchar | Andrew Burgess | 2020-12-23 | 4 | -12/+12 |
* | gdb: avoid accessing global C++ language implementation functions | Andrew Burgess | 2020-12-23 | 2 | -3/+9 |
* | gdb: delete unused function print_char_chars | Andrew Burgess | 2020-12-23 | 3 | -40/+5 |
* | Add myself to gdb/MAINTAINERS | Samuel Thibault | 2020-12-23 | 2 | -0/+3 |
* | hurd: Add changelog for dca11eb872c9 | Samuel Thibault | 2020-12-23 | 1 | -0/+8 |
* | hurd: Fix getting VM_MIN/MAX_ADDRESS | Samuel Thibault | 2020-12-23 | 1 | -0/+1 |
* | Remove trailing white spaces in gdb/frame.{c,h} | Shahab Vahedi | 2020-12-23 | 3 | -8/+13 |
* | arc: Make variable name in comments uppercase | Shahab Vahedi | 2020-12-22 | 2 | -2/+6 |
* | gdb: Add native support for ARC in GNU/Linux | Anton Kolesov | 2020-12-22 | 5 | -0/+335 |
* | arc: Take into account the REGNUM in supply/collect gdb hooks | Shahab Vahedi | 2020-12-22 | 2 | -9/+38 |
* | arc: Add support for signal frames for Linux targets | Anton Kolesov | 2020-12-22 | 2 | -0/+188 |
* | arc: Add support for signal handlers | Anton Kolesov | 2020-12-22 | 3 | -0/+147 |
* | Move enum noside earlier in expression.h | Tom Tromey | 2020-12-21 | 2 | -22/+26 |
* | Preserve gdb_std{out, err, log, targ, targerr} across interpreter_exec_cmd | Peter Waller | 2020-12-21 | 5 | -0/+85 |
* | gdb/testsuite: use gdb_test in gdb.base/list.exp | Simon Marchi | 2020-12-21 | 2 | -151/+35 |
* | testsuite, gdb.btrace: fix 32-bit PIE false positives | Markus Metzger | 2020-12-21 | 4 | -5/+19 |
* | testsuite, gdb.btrace: skip multi-inferior.exp on gdbserver targets | Markus Metzger | 2020-12-21 | 2 | -0/+9 |
* | testsuite, gdb.python: make py-record-*.exp test names unique | Markus Metzger | 2020-12-21 | 3 | -4/+15 |
* | testsuite, gdb.btrace: make test names unique | Markus Metzger | 2020-12-21 | 11 | -140/+231 |
* | gdb, record: rephrase the 'not recording' error message | Markus Metzger | 2020-12-21 | 8 | -13/+26 |
* | gdb.texinfo: Document GMP as mandatory requirement to build GDB | Joel Brobecker | 2020-12-21 | 2 | -0/+13 |
* | [gdb/testsuite] Add save_target_board_info | Tom de Vries | 2020-12-20 | 2 | -19/+61 |
* | [gdb/testsuite] Introduce supports_scalar_storage_order_attribute | Tom de Vries | 2020-12-19 | 4 | -4/+63 |
* | Don't compare types of enum fields | Hannes Domani | 2020-12-19 | 7 | -1/+119 |
* | Warn about static libs vs. source-highlight only when necessary | Bernd Edlinger | 2020-12-19 | 3 | -12/+18 |
* | Fix name of main_type field type in pretty printer | Hannes Domani | 2020-12-18 | 2 | -1/+5 |
* | Remove erroneous 'a' in gdb.register_window_type documentation | Hannes Domani | 2020-12-18 | 2 | -1/+5 |
* | Add address keyword to Value.format_string | Hannes Domani | 2020-12-18 | 6 | -1/+66 |
* | Fix accessing a method's fields from Python | Hannes Domani | 2020-12-18 | 4 | -0/+12 |
* | gdb: define COFF file offsets with file_ptr | Jameson Nash | 2020-12-18 | 2 | -15/+25 |
* | Run fixed_points.exp with -fgnat-encodings=minimal | Tom Tromey | 2020-12-18 | 2 | -61/+78 |
* | Remove a use of n_spaces | Tom Tromey | 2020-12-17 | 2 | -1/+5 |