Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | gdb: add names to unwindersusers/simark/frame-debug | Simon Marchi | 77 | -5/+125 |
2021-03-24 | gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 4 | -8/+23 |
2021-03-24 | frame_debug_printf | Simon Marchi | 4 | -177/+201 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 48 | -329/+454 |
2021-03-24 | gdb: move all "current target" wrapper implementations to target.c | Simon Marchi | 10 | -194/+870 |
2021-03-24 | Remove 'kind' parameter from dw2_map_matching_symbols | Tom Tromey | 2 | -7/+13 |
2021-03-24 | Fix TYPE_DECLARED_CLASS thinko | Keith Seitz | 2 | -1/+7 |
2021-03-24 | gdb: make gdbarch_data_registry static | Simon Marchi | 3 | -2/+7 |
2021-03-24 | Add memory tagging testcases | Luis Machado | 6 | -0/+589 |
2021-03-24 | Add NEWS entry. | Luis Machado | 2 | -0/+44 |
2021-03-24 | Document new "x" and "print" memory tagging extensions | Luis Machado | 2 | -3/+48 |
2021-03-24 | Extend "x" and "print" commands to support memory tagging | Luis Machado | 7 | -2/+147 |
2021-03-24 | Documentation for the new mtag commands | Luis Machado | 2 | -0/+101 |
2021-03-24 | New memory-tag commands | Luis Machado | 7 | -80/+457 |
2021-03-24 | AArch64: Add MTE register set support for core files | Luis Machado | 3 | -0/+29 |
2021-03-24 | AArch64: Add gdbserver MTE support | Luis Machado | 4 | -0/+76 |
2021-03-24 | AArch64: Report tag violation error information | Luis Machado | 3 | -0/+85 |
2021-03-24 | AArch64: Add unit testing for logical tag set/get operations | Luis Machado | 2 | -0/+37 |
2021-03-24 | AArch64: Implement the memory tagging gdbarch hooks | Luis Machado | 4 | -0/+277 |
2021-03-24 | Refactor parsing of /proc/<pid>/smaps | Luis Machado | 3 | -122/+251 |
2021-03-24 | Convert char array to std::string in linux_find_memory_regions_full | Luis Machado | 2 | -11/+19 |
2021-03-24 | AArch64: Implement memory tagging target methods for AArch64 | Luis Machado | 9 | -1/+361 |
2021-03-24 | AArch64: Add MTE ptrace requests | Luis Machado | 3 | -0/+39 |
2021-03-24 | AArch64: Add MTE register set support for GDB and gdbserver | Luis Machado | 8 | -0/+158 |
2021-03-24 | AArch64: Add target description/feature for MTE registers | Luis Machado | 15 | -25/+110 |
2021-03-24 | AArch64: Add MTE CPU feature check support | Luis Machado | 7 | -0/+45 |
2021-03-24 | Documentation for memory tagging remote packets | Luis Machado | 2 | -0/+120 |
2021-03-24 | Unit tests for gdbserver memory tagging remote packets | Luis Machado | 2 | -0/+83 |
2021-03-24 | GDBserver remote packet support for memory tagging | Luis Machado | 7 | -25/+240 |
2021-03-24 | Unit testing for GDB-side remote memory tagging handling | Luis Machado | 2 | -0/+98 |
2021-03-24 | Add GDB-side remote target support for memory tagging | Luis Machado | 2 | -3/+118 |
2021-03-24 | New gdbarch memory tagging hooks | Luis Machado | 6 | -1/+314 |
2021-03-24 | New target methods for memory tagging support | Luis Machado | 5 | -0/+215 |
2021-03-24 | x86: derive opcode length from opcode value | Jan Beulich | 7 | -7479/+7514 |
2021-03-24 | x86: derive mandatory prefix attribute from base opcode | Jan Beulich | 6 | -5100/+5091 |
2021-03-24 | x86: don't use opcode_length to identify pseudo prefixes | Jan Beulich | 7 | -36/+48 |
2021-03-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-23 | x86: re-number PREFIX_0X<nn> | Jan Beulich | 5 | -154/+165 |
2021-03-23 | x86: re-order two fields of struct insn_template | Jan Beulich | 5 | -12106/+12118 |
2021-03-23 | x86: split opcode prefix and opcode space representation | Jan Beulich | 7 | -9362/+9374 |
2021-03-23 | gdb: remote target_longname | Simon Marchi | 2 | -1/+4 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 10 | -29/+24 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 30 | -61/+54 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 17 | -35/+36 |
2021-03-23 | x86: don't open-code PREFIX_NONE | Jan Beulich | 2 | -11/+12 |
2021-03-23 | x86: unbreak certain MPX insn operand forms | Jan Beulich | 5 | -27/+55 |
2021-03-23 | bfd: avoid "shadowing" of glibc function name | Jan Beulich | 2 | -1/+5 |
2021-03-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2021-03-22 | gdb: handle invalid DWARF when compilation unit is missing | Andrew Burgess | 5 | -1/+134 |
2021-03-22 | gdb/objc: make objc_demangle a member function of objc_language | Andrew Burgess | 3 | -73/+80 |