Age | Commit message (Expand) | Author | Files | Lines |
2018-04-03 | Change read_alphacoff_dynamic_symtab to use gdb::byte_vector | Tom Tromey | 2 | -61/+35 |
2018-04-02 | Add myself as a write-after-approval GDB maintainer. | Weimin Pan | 2 | -0/+5 |
2018-04-02 | Fix merge issues in gdb/ChangeLog and gdb/testsuite/ChangeLog... | Joel Brobecker | 2 | -22/+2 |
2018-04-02 | Fix infinite recursion when printing static member with typedef | Weimin Pan | 5 | -3/+105 |
2018-04-02 | gdb/ChangeLog: Fix filenames in a couple of entries | Joel Brobecker | 1 | -2/+2 |
2018-04-01 | Change rs6000_ptrace_ldinfo to return a byte_vector | Tom Tromey | 2 | -21/+16 |
2018-04-01 | Remove char_ptr typedef | Simon Marchi | 3 | -2/+6 |
2018-03-30 | Remove usage of VEC(char_ptr) in gdbscm_parse_function_args | Simon Marchi | 3 | -11/+10 |
2018-03-30 | Use std::vector and std::string instead of VEC(char_ptr) in gdbserver tdesc | Simon Marchi | 3 | -11/+13 |
2018-03-30 | Use std::vector in uploaded_tp | Simon Marchi | 6 | -46/+55 |
2018-03-30 | Remove some cleanups from solib-svr4.c | Tom Tromey | 2 | -46/+23 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 11 | -49/+55 |
2018-03-30 | Remove free_dwo_file_cleanup | Tom Tromey | 2 | -30/+27 |
2018-03-30 | Remove parameter from free_dwo_file | Tom Tromey | 2 | -8/+9 |
2018-03-30 | Remove free_cached_comp_units cleanups | Tom Tromey | 2 | -20/+32 |
2018-03-30 | Remove make_cleanup_unpush_target | Tom Tromey | 4 | -27/+31 |
2018-03-27 | Remove cleanups from prompt_for_continue | Tom Tromey | 2 | -7/+6 |
2018-03-27 | Remove cleanups from gdb_readline_wrapper | Tom Tromey | 2 | -57/+59 |
2018-03-27 | C++-ify typedef hash | Tom Tromey | 6 | -165/+153 |
2018-03-27 | Include <cmath> in dwarf-index-write.c | Tom Tromey | 2 | -0/+5 |
2018-03-27 | set varsize-limit: New GDB setting for maximum dynamic object size | Joel Brobecker | 11 | -0/+167 |
2018-03-27 | Move DWARF index-related things to a separate file | Simon Marchi | 7 | -2053/+2256 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 23 | -2/+278 |
2018-03-26 | Remove verbose code from backtrace command | Tom Tromey | 2 | -18/+4 |
2018-03-26 | Simplify exception handling in py-framefilter.c | Tom Tromey | 2 | -394/+167 |
2018-03-26 | Improve "backtrace" help text | Tom Tromey | 2 | -6/+12 |
2018-03-26 | Call wrap_hint in one more spot in py-framefilter.c | Tom Tromey | 2 | -0/+6 |
2018-03-26 | Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c | Tom Tromey | 2 | -0/+6 |
2018-03-26 | Move some code later in backtrace_command_1 | Tom Tromey | 2 | -52/+59 |
2018-03-26 | Throw a "quit" on a KeyboardException in py-framefilter.c | Tom Tromey | 5 | -4/+41 |
2018-03-26 | Allow C-c to work in backtrace in more cases | Tom Tromey | 2 | -11/+18 |
2018-03-26 | Avoid manual resource management in py-framefilter.c | Tom Tromey | 2 | -15/+10 |
2018-03-26 | Remove EXT_LANG_BT_COMPLETED | Tom Tromey | 3 | -9/+14 |
2018-03-26 | Allow hiding of some filtered frames | Tom Tromey | 8 | -25/+57 |
2018-03-26 | Change backtrace_command_1 calling to use flags | Tom Tromey | 2 | -10/+13 |
2018-03-26 | Rationalize "backtrace" command line parsing | Tom Tromey | 4 | -73/+57 |
2018-03-26 | Remove DEF_VEC_I(offset_type) | Simon Marchi | 2 | -2/+4 |
2018-03-26 | Add include guard to filename-seen-cache.h | Simon Marchi | 2 | -0/+9 |
2018-03-26 | Remove struct keyword from section_addr_info | Keith Seitz | 3 | -2/+9 |
2018-03-26 | Make gdbserver reg_defs a vector of objects | Alan Hayward | 6 | -37/+42 |
2018-03-25 | eval.c: reverse minsym and sym | Pedro Alves | 2 | -4/+9 |
2018-03-25 | Fix date in gdb/ChangeLog | Pedro Alves | 1 | -1/+1 |
2018-03-23 | aarch64: Make "info address" resolve TLS variables | Weimin Pan | 3 | -15/+10 |
2018-03-23 | Add psymbols for nested types | Keith Seitz | 7 | -1/+190 |
2018-03-23 | Change machoread.c to use std::vector | Tom Tromey | 2 | -56/+47 |
2018-03-23 | Make gdbserver find_register_by_number static | Alan Hayward | 3 | -16/+14 |
2018-03-23 | gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp | Andrew Burgess | 3 | -8/+32 |
2018-03-23 | gdb: Minor cleanup in some gdb.arch/* tests | Andrew Burgess | 6 | -33/+16 |
2018-03-23 | Move gdbserver tdesc header funcs to c file | Alan Hayward | 3 | -42/+57 |
2018-03-23 | Testsuite: fully migrate to use_gdb_stub convenience func | Andreas Arnez | 25 | -24/+52 |