Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 12 | -90/+98 |
2018-02-14 | Move some declarations to source.h | Tom Tromey | 8 | -27/+44 |
2018-02-14 | Return unique_xmalloc_ptr from some solib.c functions | Tom Tromey | 7 | -51/+56 |
2018-02-14 | Remove references to ada_name_for_lookup (deleted) | Joel Brobecker | 3 | -3/+7 |
2018-02-13 | Use enum flags for flags passed to openp | Simon Marchi | 5 | -8/+25 |
2018-02-13 | Fix prefix of maint set/show per-command | Simon Marchi | 2 | -2/+7 |
2018-02-12 | gdb: Remove cleanup from dw2_do_instantiate_symtab | Andrew Burgess | 2 | -35/+49 |
2018-02-09 | Don't reference past the end of the vector | Tom Tromey | 2 | -1/+6 |
2018-02-09 | btrace: reword error messages | Markus Metzger | 5 | -7/+21 |
2018-02-09 | btrace: check perf_event_paranoid | Markus Metzger | 2 | -2/+36 |
2018-02-09 | btrace: improve enable error messages | Markus Metzger | 2 | -40/+38 |
2018-02-09 | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 16 | -373/+51 |
2018-02-09 | btrace, gdbserver: use exceptions to convey btrace enable/disable errors | Markus Metzger | 5 | -39/+53 |
2018-02-09 | btrace: prepare for throwing exceptions when enabling btrace | Markus Metzger | 2 | -67/+58 |
2018-02-09 | common: add scoped_mmap | Markus Metzger | 4 | -0/+176 |
2018-02-09 | common: add scoped_fd | Markus Metzger | 4 | -0/+158 |
2018-02-09 | Use gdb::unique_xmalloc_ptr in auto_load_section_scripts | Tom Tromey | 2 | -4/+7 |
2018-02-09 | Use std::string in execute_script_contents | Tom Tromey | 2 | -12/+9 |
2018-02-09 | gdb/NEWS: Clarify the news entry for "rbreak" in GDB 8.1 | Joel Brobecker | 2 | -3/+8 |
2018-02-08 | Remove cleanups from solib.c | Tom Tromey | 2 | -8/+11 |
2018-02-08 | Use unique_xmalloc_ptr in build_id_to_debug_bfd | Tom Tromey | 2 | -6/+7 |
2018-02-08 | Use gdb::def_vector in find_source_lines | Tom Tromey | 2 | -12/+12 |
2018-02-08 | Remove cleanups from macro_define_command | Tom Tromey | 2 | -21/+28 |
2018-02-08 | Use std::string in maybe_expand | Tom Tromey | 2 | -14/+10 |
2018-02-08 | Class-ify macro_buffer | Tom Tromey | 2 | -240/+185 |
2018-02-08 | Return unique_xmalloc_ptr from macro scope functions | Tom Tromey | 9 | -75/+65 |
2018-02-08 | Remove make_cleanup_restore_current_thread from gdbserver | Tom Tromey | 4 | -18/+12 |
2018-02-08 | Remove a cleanup from gdbserver | Tom Tromey | 2 | -5/+11 |
2018-02-07 | Fix type of values representing optimized out static members | Simon Marchi | 4 | -5/+15 |
2018-02-06 | Remove some $ARCH_read_pc and $ARCH_write_pc | Yao Qi | 7 | -85/+18 |
2018-02-06 | Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL | Yao Qi | 2 | -1/+8 |
2018-02-06 | Fix up one ChangeLog entry date | Yao Qi | 1 | -2/+3 |
2018-02-05 | ppc64: Fix stwux encoding | Jan Kratochvil | 1 | -1/+1 |
2018-02-05 | Remove myself as a write-after-approval GDB maintainer. | Antoine Tremblay | 1 | -1/+0 |
2018-02-05 | Use visitors for make_gdb_type | Alan Hayward | 2 | -224/+272 |
2018-02-05 | Align natural-format register values to the same column | Ruslan Kabatsayev | 2 | -10/+36 |
2018-02-04 | Move comment in gdb/dwarf2read.c::dwarf2_physname | Joel Brobecker | 2 | -8/+12 |
2018-02-03 | gdb/testsuite: Remove use of dejagnu cleanup proc | Andrew Burgess | 3 | -3/+5 |
2018-02-02 | MI: Allow non-raw varobj evaluation | Leszek Swirski via gdb-patches | 7 | -2/+70 |