Age | Commit message (Expand) | Author | Files | Lines |
2018-02-27 | Update get_args documentation | Phil Muldoon | 2 | -3/+24 |
2018-02-27 | Change target_write_memory_blocks to use std::vector | Tom Tromey | 4 | -228/+167 |
2018-02-27 | Explicitly specify common tdesc.h for use with aarch64.h | Alan Hayward | 2 | -1/+5 |
2018-02-26 | Add test for load command | Simon Marchi | 4 | -8/+98 |
2018-02-26 | MIPS: Don't use a 32-bit BFD architecture with a 64-bit ABI | Maciej W. Rozycki | 2 | -0/+13 |
2018-02-26 | MIPS: Reorder ABI determination ahead of target description loading | Maciej W. Rozycki | 2 | -182/+183 |
2018-02-26 | Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE | Tom Tromey | 8 | -18/+45 |
2018-02-26 | Make "bt N" print correct number of frames when using a frame filter | Tom Tromey | 6 | -2/+49 |
2018-02-26 | Handle DW_TAG_variant_part and DW_TAG_variant | Tom Tromey | 5 | -37/+470 |
2018-02-26 | Convert Rust to use discriminated unions | Tom Tromey | 6 | -510/+640 |
2018-02-26 | Initial support for variant parts | Tom Tromey | 4 | -0/+113 |
2018-02-26 | Sign-extend non-bit-fields in unpack_bits_as_long | Tom Tromey | 4 | -3/+76 |
2018-02-26 | Move read_partial_die to partial_die_info::read | Yao Qi | 2 | -52/+64 |
2018-02-26 | Move fixup_partial_die to partial_die_info::fixup | Yao Qi | 2 | -38/+44 |
2018-02-26 | Remove one argument abbrev_len in read_partial_die | Yao Qi | 2 | -7/+11 |
2018-02-26 | Class-fy partial_die_info | Yao Qi | 2 | -26/+70 |
2018-02-26 | Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_die | Yao Qi | 2 | -6/+15 |
2018-02-26 | Don't check abbrev is NULL in read_partial_die | Yao Qi | 2 | -10/+12 |
2018-02-26 | Re-write partial_die_info allocation in load_partial_dies | Yao Qi | 2 | -30/+29 |
2018-02-26 | Move arch/tdesc.h to common/tdesc.h | Alan Hayward | 32 | -53/+90 |
2018-02-25 | Fix double space expected in cp_test_ptype_class | Simon Marchi | 2 | -1/+6 |
2018-02-24 | Remove most cleanups from linux-thread-db.c | Tom Tromey | 2 | -103/+49 |
2018-02-24 | Remove cleanups from check_fast_tracepoint_sals | Tom Tromey | 8 | -23/+28 |
2018-02-23 | GDB/testsuite: Fix a typo in $actual_line | Maciej W. Rozycki | 2 | -1/+6 |
2018-02-23 | dwarf: Make sect_offset 64-bits | Simon Marchi | 3 | -168/+225 |
2018-02-21 | Fix a typo. | John Baldwin | 2 | -1/+5 |
2018-02-21 | Add "common-defs.h" include to files in arch/ subdir not yet including it. | John Baldwin | 4 | -1/+9 |
2018-02-21 | Remove a cleanup from parse_expression_for_completion | Tom Tromey | 6 | -34/+38 |
2018-02-21 | Remove a cleanup from call_function_by_hand_dummy | Tom Tromey | 2 | -13/+10 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 9 | -16/+31 |
2018-02-21 | Move register_dump to regcache-dump.c | Yao Qi | 5 | -416/+459 |
2018-02-21 | Remove regcache::m_readonly_p | Yao Qi | 3 | -33/+38 |
2018-02-21 | No longer create readonly regcache | Yao Qi | 4 | -29/+67 |
2018-02-21 | Replace regcache::dump with class register_dump | Yao Qi | 3 | -207/+294 |
2018-02-21 | Class detached_regcache | Yao Qi | 5 | -61/+65 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 12 | -64/+118 |
2018-02-21 | Remove regcache_save and regcache_cpy | Yao Qi | 7 | -46/+36 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 32 | -122/+247 |
2018-02-21 | Class reg_buffer | Yao Qi | 3 | -35/+68 |
2018-02-20 | remote-sim: Add missing ATTRIBUTE_PRINTF | Simon Marchi | 2 | -5/+10 |
2018-02-20 | gnulib: import mkstemp | Markus Metzger | 16 | -21/+938 |
2018-02-20 | btrace, testsuite: do not force BTS | Markus Metzger | 2 | -9/+10 |
2018-02-20 | Fix make 3.81 build errors | Alan Hayward | 2 | -13/+18 |
2018-02-19 | gdb/doc: Additional information about 'info line' | Andrew Burgess | 2 | -6/+18 |
2018-02-19 | Add common/ dir in build directories | Alan Hayward | 9 | -101/+81 |
2018-02-16 | New class allocate_on_obstack | Yao Qi | 5 | -24/+50 |
2018-02-15 | Reset inferior::control on inferior exit | Yao Qi | 2 | -0/+7 |
2018-02-14 | delete ada-lang.c::ada_to_fixed_value_create advance declaration | Joel Brobecker | 2 | -3/+5 |
2018-02-14 | Fix GDB crash after Quit thrown from unwinder sniffer | Pedro Alves | 4 | -1/+25 |
2018-02-14 | Constify target_so_ops::bfd_open | Tom Tromey | 6 | -9/+20 |