summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2017-11-09Simplify the psymbol hash functionTom Tromey
2017-11-09Speed up dict_hashTom Tromey
2017-11-08local variable watchpoint not deleted after leaving scopeJoel Brobecker
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi
2017-11-08Avoid expensive complaint calls when complaints are disabledPedro Alves
2017-11-08Add test for fetching TLS from core fileDjordje Todorovic
2017-11-08Remove symbolp vectorTom Tromey
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves
2017-11-08Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves
2017-11-08Reorder/reindent dw2_expand_symtabs_matching & friendsPedro Alves
2017-11-08Optimize .gdb_index symbol name searchingPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-11-08Fix "make test-cp-name-parser"Pedro Alves
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Add set_repeat_arguments functionTom Tromey
2017-11-07Remove cleanup from backtrace_commandTom Tromey
2017-11-07Constify add_path and friendsTom Tromey
2017-11-07Make strip_bg_char return a unique_xmalloc_ptrTom Tromey
2017-11-07Make set_cmd_cfunc privateTom Tromey
2017-11-07Constify add_com_suppress_notificationTom Tromey
2017-11-07Constify add_abbrev_prefix_cmdTom Tromey
2017-11-07Add some more breakpoint/location range testsPedro Alves
2017-11-07Make breakpoint/location number parsing error output consistentPedro Alves
2017-11-07Add base 'enable/disable invalid location range' testsPedro Alves
2017-11-07Breakpoint location parsing: always error instead of warningPedro Alves
2017-11-07Allow enabling/disabling breakpoint location rangesXavier Roirand
2017-11-06Update my e-mail address.Luis Machado
2017-11-06Simplify child_terminal_inferiorPedro Alves
2017-11-06Test attaching to a process that isn't a process group leaderPedro Alves
2017-11-06Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves
2017-11-06Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves
2017-11-06Don't set terminal flags twice in a rowPedro Alves
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-11-06Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand
2017-11-06Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand
2017-11-06Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand
2017-11-04Use std::vector in h8300-tdep.cTom Tromey