Age | Commit message (Expand) | Author | Files | Lines |
2018-03-20 | Fix misleading indentation error. | Stephen Roberts | 2 | -12/+16 |
2018-03-20 | Replace the linear search in find_pc_sect_line with a binary search. | Stephen Roberts | 6 | -11/+216 |
2018-03-19 | Support bare-identifier field initializers in Rust | Tom Tromey | 5 | -0/+36 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 86 | -1234/+999 |
2018-03-19 | Testsuite: Fix ambiguous "break" due to libinproctrace | Andreas Arnez | 26 | -50/+79 |
2018-03-18 | Remove some cleanups from solib.c | Tom Tromey | 2 | -6/+10 |
2018-03-17 | Change auto_load_objfile_script_1 to use std::string | Tom Tromey | 2 | -18/+12 |
2018-03-17 | Remove target_fileio_close_cleanup | Tom Tromey | 2 | -16/+38 |
2018-03-16 | Add silent Makefile rules | Simon Marchi | 9 | -57/+180 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 12 | -261/+180 |
2018-03-16 | Fix tspeed test case: copy libinproctrace to target | Andreas Arnez | 2 | -0/+6 |
2018-03-15 | Add selftest for substitute_path_component | Simon Marchi | 3 | -0/+66 |
2018-03-14 | Special case NULL when using printf's %s format | Tom Tromey | 7 | -0/+39 |
2018-03-14 | Allow - in %p for printf | Tom Tromey | 4 | -2/+18 |
2018-03-14 | Add usage to printf command | Tom Tromey | 2 | -2/+7 |
2018-03-14 | Update my email address | Yao Qi | 2 | -4/+8 |
2018-03-13 | Remove two cleanups using std::string | Tom Tromey | 3 | -37/+26 |
2018-03-12 | gdb/riscv: Fix some ARI issues | Andrew Burgess | 2 | -9/+19 |
2018-03-12 | Use gdb::byte_vector when reading section data | Tom Tromey | 3 | -42/+32 |
2018-03-12 | Fix ia64 GDB build | Yao Qi | 3 | -2/+9 |
2018-03-11 | Use std::vector for field lists in dwarf2read.c | Tom Tromey | 2 | -193/+112 |
2018-03-11 | Remove cleanup from build_type_psymtabs_1 | Tom Tromey | 2 | -20/+15 |
2018-03-09 | Update "gdb --configuration" with recently added features | Eli Zaretskii | 2 | -9/+41 |
2018-03-08 | Use scoped_fd in more places | Tom Tromey | 4 | -46/+37 |
2018-03-08 | Change enable_thread_stack_temporaries to an RAII class | Tom Tromey | 5 | -84/+77 |
2018-03-08 | Fix misreporting of omitted bytes for large remote packets | Simon Marchi | 2 | -10/+11 |
2018-03-08 | Use std::string to simplify build_id_to_debug_bfd | Simon Marchi | 2 | -22/+15 |
2018-03-08 | Make find_separate_debug_file* return std::string | Simon Marchi | 7 | -70/+66 |
2018-03-08 | Add xml_escape_text_append and use it | Simon Marchi | 6 | -17/+58 |
2018-03-08 | linux_qxfer_libraries_svr4: Use std::string | Simon Marchi | 2 | -34/+16 |
2018-03-08 | remote-stdio-gdbserver: Pass "target" to remote_exec to delete file | Simon Marchi | 2 | -1/+7 |
2018-03-08 | Don't redefine upload/download/file in gdbserver-base | Simon Marchi | 2 | -22/+6 |
2018-03-08 | Remove MAX_REGISTER_SIZE define | Alan Hayward | 4 | -8/+7 |
2018-03-07 | Return gdb::optional<std::string> from target_fileio_readlink | Tom Tromey | 7 | -51/+45 |
2018-03-07 | gdb: Add riscv to list of architectures with a save_reggroup | Andrew Burgess | 2 | -1/+7 |
2018-03-07 | Fix watching structs in C++ | Andreas Arnez | 5 | -2/+76 |
2018-03-06 | Formatting fixes in rust-exp.y | Tom Tromey | 2 | -10/+13 |
2018-03-06 | gdb/riscv: Remove partial target description support | Andrew Burgess | 2 | -37/+6 |
2018-03-06 | gdb/riscv: Remove 'Contributed by....' comments | Andrew Burgess | 3 | -10/+6 |
2018-03-06 | gdb/riscv: Remove use of pseudo registers | Andrew Burgess | 2 | -25/+6 |
2018-03-06 | btrace: Remove ui_out cleanups | Simon Marchi | 4 | -82/+35 |
2018-03-06 | btrace: Remove VEC cleanups | Simon Marchi | 3 | -35/+72 |
2018-03-06 | btrace: Remove btrace disable cleanup | Simon Marchi | 2 | -14/+39 |
2018-03-06 | gdb/riscv: Fix type when reading register from regcache | Andrew Burgess | 2 | -1/+6 |
2018-03-06 | gdb/riscv: Additional print format string fixes | Andrew Burgess | 2 | -2/+7 |
2018-03-06 | gdb/riscv: Fixes to printf format strings | Andrew Burgess | 2 | -31/+53 |
2018-03-06 | gdb: Initial baremetal riscv support | Andrew Burgess | 11 | -0/+3198 |
2018-03-06 | gdb/amd64: Ignore zero sized fields when calling functions | Andrew Burgess | 2 | -2/+8 |
2018-03-04 | Propagate gdb_disassembly_flags to btrace_print_lines | Simon Marchi | 2 | -1/+6 |
2018-03-03 | Use signal information to determine SIGTRAP type for FreeBSD. | John Baldwin | 2 | -0/+123 |