summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* lookup_name_info::make_ignore_paramsPedro Alves2017-11-089-59/+675
* Reorder/reindent dw2_expand_symtabs_matching & friendsPedro Alves2017-11-082-176/+165
* Optimize .gdb_index symbol name searchingPedro Alves2017-11-082-42/+298
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-0838-796/+1789
* Per-language symbol name hashing algorithmPedro Alves2017-11-0826-87/+221
* Fix "make test-cp-name-parser"Pedro Alves2017-11-082-1/+5
* Constify execute_commandTom Tromey2017-11-0726-107/+108
* Constify add_setshow_*Tom Tromey2017-11-0755-164/+273
* Remove cmd_cfunc_ftypeTom Tromey2017-11-0718-134/+123
* Constify add_infoTom Tromey2017-11-0744-151/+168
* Constify add_comTom Tromey2017-11-0746-318/+355
* Add set_repeat_arguments functionTom Tromey2017-11-076-11/+42
* Remove cleanup from backtrace_commandTom Tromey2017-11-072-10/+12
* Constify add_path and friendsTom Tromey2017-11-074-9/+13
* Make strip_bg_char return a unique_xmalloc_ptrTom Tromey2017-11-072-59/+32
* Make set_cmd_cfunc privateTom Tromey2017-11-073-12/+7
* Constify add_com_suppress_notificationTom Tromey2017-11-075-4/+10
* Constify add_abbrev_prefix_cmdTom Tromey2017-11-074-5/+9
* Add some more breakpoint/location range testsPedro Alves2017-11-072-0/+17
* Make breakpoint/location number parsing error output consistentPedro Alves2017-11-076-83/+207
* Add base 'enable/disable invalid location range' testsPedro Alves2017-11-072-0/+42
* Breakpoint location parsing: always error instead of warningPedro Alves2017-11-074-31/+32
* Allow enabling/disabling breakpoint location rangesXavier Roirand2017-11-079-121/+471
* Update my e-mail address.Luis Machado2017-11-062-1/+5
* Simplify child_terminal_inferiorPedro Alves2017-11-063-24/+12
* Test attaching to a process that isn't a process group leaderPedro Alves2017-11-063-0/+126
* Don't check termio.h and sgtty.h in common/common.m4 eitherPedro Alves2017-11-067-15/+13
* Eliminate STOP_SIGNAL, use SIGTSTP directlyPedro Alves2017-11-064-25/+34
* Don't set terminal flags twice in a rowPedro Alves2017-11-062-9/+5
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-0622-524/+104
* Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand2017-11-067-1427/+1291
* Target FP: Remove unused floating-point routinesUlrich Weigand2017-11-067-224/+30
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-0612-60/+106
* Target FP: Handle interfaces to scripting languagesUlrich Weigand2017-11-066-11/+124
* Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand2017-11-065-76/+97
* Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand2017-11-065-211/+258
* Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand2017-11-064-36/+205
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-0611-57/+96
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-0611-36/+164
* Use std::vector in h8300-tdep.cTom Tromey2017-11-042-10/+11
* Introduce gdb_breakpoint_upTom Tromey2017-11-048-41/+63
* Use unique_xmalloc_ptr in c_type_print_baseTom Tromey2017-11-042-10/+7
* Remove cleanups from linux-tdep.cTom Tromey2017-11-042-44/+29
* Use gdb::byte_vector in ppc-linux-tdep.cTom Tromey2017-11-042-13/+9