aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Use an enum to represent subclasses of symbolTom Tromey4-11/+32
2017-11-17Make template_symbol derive from symbolTom Tromey4-10/+11
2017-11-17Handle dereferencing Rust trait objectsTom Tromey12-0/+405
2017-11-17Remove DEF_VEC_I (int)Simon Marchi2-2/+4
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi5-28/+36
2017-11-17Make open_fds an std::vectorSimon Marchi2-19/+19
2017-11-17Make output_thread_groups take an std::vector<int>Simon Marchi2-10/+12
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker9-10/+192
2017-11-16ada-lang.c::ada_value_cast: remove unused parameter nosideJoel Brobecker2-3/+8
2017-11-16Test breakpoint commands w/ "continue" + Ctrl-CPedro Alves3-0/+176
2017-11-16Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves2-0/+12
2017-11-16Don't ever Quit out of resumePedro Alves2-35/+17
2017-11-16Fix stdin ending up not registered after a QuitPedro Alves2-1/+14
2017-11-16Fix swallowed "Quit" when inserting breakpointsPedro Alves2-20/+26
2017-11-16gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves2-17/+38
2017-11-16Fix testing gdb.rust/modules.exp against gdbserverPedro Alves2-8/+15
2017-11-16Refactor endian handling in DFP routinesUlrich Weigand2-39/+43
2017-11-16GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves5-4/+111
2017-11-16Add Python rbreak command.Phil Muldoon9-1/+388
2017-11-16Fix gdb.base/starti.exp racy testPedro Alves3-3/+13
2017-11-16Remove non-linux tic6x target descriptionsYao Qi4-39/+6
2017-11-16Allow osabi to be optional in target descriptionsAlan Hayward2-5/+11
2017-11-16Fix tic6x-uclinux GDBserver build failureYao Qi2-10/+13
2017-11-15Include <array> to declare std::array<>.John Baldwin2-0/+5
2017-11-15Constify the 'arg' passed to commands in bsd-kvm.c.John Baldwin2-2/+7
2017-11-15tui-win: Replace VEC with std::vectorSimon Marchi2-12/+14
2017-11-15Fix gdb.tui/completion.exp testSimon Marchi2-1/+6
2017-11-15Remove no-longer applicable maintainer entriesAndrew Cagney2-2/+4
2017-11-15Move self to Past Maintainers.Andrew Cagney2-1/+7
2017-11-15Remove features/nios2-linux.cYao Qi4-76/+7
2017-11-15Better make rule for arch/ files built for IPAAlan Hayward3-3/+8
2017-11-15Fix M68HC11_NUM_REGSYao Qi2-1/+6
2017-11-14Fix 'xfered>0' assertion in target.c for remote connectionPaul Carroll2-5/+13
2017-11-14Fix mem region parsing regression and add testSimon Marchi4-1/+93
2017-11-13gdb.opt/inline-locals.exp: Remove trailing parentheses in test namesSimon Marchi2-18/+23
2017-11-13Enable hardware single step for m68k in GDBServerAndreas Schwab2-0/+37
2017-11-09Fix racy output matching in gdb.tui/tui-completion.expPedro Alves2-19/+24
2017-11-09Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach...Pedro Alves6-6/+15
2017-11-09Fix racy output matching in gdb.base/cpcompletion.expPedro Alves2-1/+6
2017-11-09Fix racy output matching in gdb.base/memattr.expPedro Alves2-6/+10
2017-11-09Fix racy output matching in gdb.base/completion.expPedro Alves2-52/+41
2017-11-09Fix racy output matching in gdb.asm/asm-source.expPedro Alves2-1/+6
2017-11-09fix typos in ada-lang.c commentJoel Brobecker2-2/+8
2017-11-09Simplify the psymbol hash functionTom Tromey2-1/+11
2017-11-09Speed up dict_hashTom Tromey2-16/+20
2017-11-08local variable watchpoint not deleted after leaving scopeJoel Brobecker10-14/+207
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi4-94/+65
2017-11-08Avoid expensive complaint calls when complaints are disabledPedro Alves4-16/+44
2017-11-08Add test for fetching TLS from core fileDjordje Todorovic3-0/+98
2017-11-08Remove symbolp vectorTom Tromey2-16/+16