aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves4-3/+88
2017-11-08Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves2-12/+34
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves4-75/+49
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves9-59/+675
2017-11-08Reorder/reindent dw2_expand_symtabs_matching & friendsPedro Alves2-176/+165
2017-11-08Optimize .gdb_index symbol name searchingPedro Alves2-42/+298
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves38-796/+1789
2017-11-08Per-language symbol name hashing algorithmPedro Alves26-87/+221
2017-11-08Fix "make test-cp-name-parser"Pedro Alves2-1/+5
2017-11-07Constify execute_commandTom Tromey26-107/+108
2017-11-07Constify add_setshow_*Tom Tromey55-164/+273
2017-11-07Remove cmd_cfunc_ftypeTom Tromey18-134/+123
2017-11-07Constify add_infoTom Tromey44-151/+168
2017-11-07Constify add_comTom Tromey46-318/+355
2017-11-07Add set_repeat_arguments functionTom Tromey6-11/+42
2017-11-07Remove cleanup from backtrace_commandTom Tromey2-10/+12
2017-11-07Constify add_path and friendsTom Tromey4-9/+13
2017-11-07Make strip_bg_char return a unique_xmalloc_ptrTom Tromey2-59/+32
2017-11-07Make set_cmd_cfunc privateTom Tromey3-12/+7
2017-11-07Constify add_com_suppress_notificationTom Tromey5-4/+10
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey4-5/+9
2017-11-07Add some more breakpoint/location range testsPedro Alves2-0/+17
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves6-83/+207
2017-11-07Add base 'enable/disable invalid location range' testsPedro Alves2-0/+42
2017-11-07Breakpoint location parsing: always error instead of warningPedro Alves4-31/+32
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand9-121/+471
2017-11-06Update my e-mail address.Luis Machado2-1/+5
2017-11-06Simplify child_terminal_inferiorPedro Alves3-24/+12
2017-11-06Test attaching to a process that isn't a process group leaderPedro Alves3-0/+126
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves7-15/+13