summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Remove DEF_VEC_I (int)Simon Marchi2017-11-172-2/+4
* Make process_info::syscalls_to_catch an std::vectorSimon Marchi2017-11-175-28/+36
* Make open_fds an std::vectorSimon Marchi2017-11-172-19/+19
* Make output_thread_groups take an std::vector<int>Simon Marchi2017-11-172-10/+12
* (Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker2017-11-179-10/+192
* ada-lang.c::ada_value_cast: remove unused parameter nosideJoel Brobecker2017-11-162-3/+8
* Test breakpoint commands w/ "continue" + Ctrl-CPedro Alves2017-11-163-0/+176
* Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves2017-11-162-0/+12
* Don't ever Quit out of resumePedro Alves2017-11-162-35/+17
* Fix stdin ending up not registered after a QuitPedro Alves2017-11-162-1/+14
* Fix swallowed "Quit" when inserting breakpointsPedro Alves2017-11-162-20/+26
* gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII classPedro Alves2017-11-162-17/+38
* Fix testing gdb.rust/modules.exp against gdbserverPedro Alves2017-11-162-8/+15
* Refactor endian handling in DFP routinesUlrich Weigand2017-11-162-39/+43
* GDBserver: Fix ignored Ctrl-C after reconnectionPedro Alves2017-11-165-4/+111
* Add Python rbreak command.Phil Muldoon2017-11-169-1/+388
* Fix gdb.base/starti.exp racy testPedro Alves2017-11-163-3/+13
* Remove non-linux tic6x target descriptionsYao Qi2017-11-164-39/+6
* Allow osabi to be optional in target descriptionsAlan Hayward2017-11-162-5/+11
* Fix tic6x-uclinux GDBserver build failureYao Qi2017-11-162-10/+13
* Include <array> to declare std::array<>.John Baldwin2017-11-152-0/+5
* Constify the 'arg' passed to commands in bsd-kvm.c.John Baldwin2017-11-152-2/+7
* tui-win: Replace VEC with std::vectorSimon Marchi2017-11-152-12/+14
* Fix gdb.tui/completion.exp testSimon Marchi2017-11-152-1/+6
* Remove no-longer applicable maintainer entriesAndrew Cagney2017-11-152-2/+4
* Move self to Past Maintainers.Andrew Cagney2017-11-152-1/+7
* Remove features/nios2-linux.cYao Qi2017-11-154-76/+7
* Better make rule for arch/ files built for IPAAlan Hayward2017-11-153-3/+8
* Fix M68HC11_NUM_REGSYao Qi2017-11-152-1/+6
* Fix 'xfered>0' assertion in target.c for remote connectionPaul Carroll2017-11-142-5/+13
* Fix mem region parsing regression and add testSimon Marchi2017-11-144-1/+93
* gdb.opt/inline-locals.exp: Remove trailing parentheses in test namesSimon Marchi2017-11-132-18/+23
* Enable hardware single step for m68k in GDBServerAndreas Schwab2017-11-132-0/+37
* Fix racy output matching in gdb.tui/tui-completion.expPedro Alves2017-11-092-19/+24
* Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach...Pedro Alves2017-11-096-6/+15
* Fix racy output matching in gdb.base/cpcompletion.expPedro Alves2017-11-092-1/+6
* Fix racy output matching in gdb.base/memattr.expPedro Alves2017-11-092-6/+10
* Fix racy output matching in gdb.base/completion.expPedro Alves2017-11-092-52/+41
* Fix racy output matching in gdb.asm/asm-source.expPedro Alves2017-11-092-1/+6
* fix typos in ada-lang.c commentJoel Brobecker2017-11-092-2/+8
* Simplify the psymbol hash functionTom Tromey2017-11-092-1/+11
* Speed up dict_hashTom Tromey2017-11-092-16/+20
* local variable watchpoint not deleted after leaving scopeJoel Brobecker2017-11-0810-14/+207
* Make encode_actions_rsp use std::vectorSimon Marchi2017-11-084-94/+65
* Avoid expensive complaint calls when complaints are disabledPedro Alves2017-11-084-16/+44
* Add test for fetching TLS from core fileDjordje Todorovic2017-11-083-0/+98
* Remove symbolp vectorTom Tromey2017-11-082-16/+16
* Make the linespec/location completer ignore data symbolsPedro Alves2017-11-084-3/+88
* Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves2017-11-082-12/+34
* Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves2017-11-084-75/+49