aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Constify interpreter_exec_cmdTom Tromey2-1/+5
2017-09-27Constify cmd_record_full_restoreTom Tromey2-1/+5
2017-09-27Constify some functions in memattr.cTom Tromey2-3/+8
2017-09-27Constify show_convenienceTom Tromey2-3/+5
2017-09-27Constify core_file_commandTom Tromey3-2/+7
2017-09-27Constify maintenance_print_user_registersTom Tromey2-1/+5
2017-09-27Constify maintenance_cplus_namespaceTom Tromey2-1/+5
2017-09-27Constify first_component_commandTom Tromey2-2/+5
2017-09-27Constify some functions in psymtab.cTom Tromey2-3/+9
2017-09-27Constify display_tibTom Tromey2-1/+5
2017-09-27Constify two functions in linux-fork.cTom Tromey2-2/+7
2017-09-27Constify two functions in cp-abi.cTom Tromey2-2/+6
2017-09-27Constify dump_arc_instruction_commandTom Tromey2-1/+5
2017-09-27Constify two functions in valprint.cTom Tromey2-6/+6
2017-09-27Constify info_probes_dtrace_commandTom Tromey2-1/+5
2017-09-27Constify not_just_help_class_commandTom Tromey4-3/+9
2017-09-27Constify add_cmd gdb_bfd.cTom Tromey2-1/+5
2017-09-27Add add_cmd function overloadsTom Tromey11-31/+124
2017-09-27Add support for __VA_OPT__Tom Tromey4-10/+157
2017-09-26dwarf2read: Restrict ICC workaround to ICC<14Walfred Tedeschi4-17/+200
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi8-57/+123
2017-09-26Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior5-4/+15
2017-09-26Allow linking GDB with ncurseswMatthias Klose5-7/+19
2017-09-26Remove support for Solaris < 10 (PR gdb/22185)Rainer Orth10-364/+83
2017-09-26Fix gdb 8.1 Solaris/SPARC compilation (PR build/22206)Rainer Orth2-2/+14
2017-09-26Fix FAILs in compare-sections.expThomas Preud'homme2-2/+13
2017-09-25Remove the last cleanup from regcache.cTom Tromey2-7/+8
2017-09-25Remove make_cleanup_regcache_invalidateTom Tromey2-26/+37
2017-09-25Remove make_cleanup_regcache_xfreeTom Tromey8-42/+34
2017-09-25Remove regcache_xfreeTom Tromey8-17/+19
2017-09-25Remove regcache_xmallocTom Tromey6-13/+14
2017-09-25S390: Document guarded-storage register supportAndreas Arnez4-0/+20
2017-09-25S390: Add guarded-storage register support to gdbserverAndreas Arnez4-2/+103
2017-09-25S390: Add guarded-storage register support to GDBAndreas Arnez4-6/+153
2017-09-25S390: Add guarded-storage register definitions and tdescsAndreas Arnez10-0/+731
2017-09-23Removed unused declarationTom Tromey2-6/+4
2017-09-22Change type of scoped_input_handler::m_quit_handlerTom Tromey2-3/+8
2017-09-22Get rid of "gdb_dirbuf" and use "getcwd (NULL, 0)"Sergio Durigan Junior6-15/+28
2017-09-22Import "glob" and "getcwd" modules from gnulibSergio Durigan Junior111-446/+17430
2017-09-22gdbserver x86 on win32: call init_target_descSimon Marchi2-2/+13
2017-09-22Fix sometimes-uninitialized warning in gdbscm_value_addressSimon Marchi2-7/+7
2017-09-22Fix gdb 8.1 Solaris compilationRainer Orth5-10/+40
2017-09-21Test case for Inferior.thread_from_thread_handleKevin Buettner3-0/+201
2017-09-21Documentation for qXfer:threads:read handle attributeKevin Buettner2-1/+8
2017-09-21Add thread_handle_to_thread_info support for remote targetsKevin Buettner8-0/+153
2017-09-21Add thread_db_notice_clone to gdbserverKevin Buettner4-0/+30
2017-09-21Documentation for Inferior.thread_from_thread_handleKevin Buettner2-0/+12
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner3-0/+63
2017-09-21Add target method for converting thread handle to thread_info struct pointerKevin Buettner7-0/+117
2017-09-21gdbserver: Remove traces of ancient Hc handlingPedro Alves4-16/+20