aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-21linux-waitpid: Get rid of format string warningSimon Marchi2-1/+5
2017-09-21microblaze-tdep: Add ATTRIBUTE_PRINTF to microblaze_debugSimon Marchi2-1/+5
2017-09-21Fix aarch64-freebsd build failureYao Qi2-1/+7
2017-09-20Change counted_command_line to a shared_ptrTom Tromey3-116/+39
2017-09-20Use function_view in a couple of places in breakpoint.cTom Tromey2-191/+121
2017-09-20Allocate bpstats with newTom Tromey3-38/+70
2017-09-21eval.c:evaluate_subexp_standard: Use RAII to avoid leaksPedro Alves2-14/+35
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey28-380/+384
2017-09-20Overload catch_command_errorsTom Tromey2-21/+27
2017-09-20Make "list ambiguous" show symbol names tooPedro Alves8-12/+45
2017-09-20Fix "list ambiguous_variable"Pedro Alves6-46/+86
2017-09-20[OBV] amd64-features-makefile: add missing backslash.Walfred Tedeschi2-1/+6
2017-09-20add ChangeLog from previous commitWalfred Tedeschi1-0/+6
2017-09-20gdb - avx512: tests were failing due to missing memory aligment.Walfred Tedeschi1-64/+64
2017-09-19Add a 'starti' command.John Baldwin9-26/+225
2017-09-19Remove one explicit rule for monitor.oYao Qi2-11/+4
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi19-63/+46
2017-09-18dwarf2expr: Remove unused abort_expression label in execute_stack_opSimon Marchi2-1/+5
2017-09-16Refactor handle_qxfer_libraries and friends to use std::stringSimon Marchi2-55/+19
2017-09-16Make xml_escape_text return an std::stringSimon Marchi10-66/+43
2017-09-16Add unit test for xml_escape_textSimon Marchi3-2/+56
2017-09-16Add selftests run filteringSimon Marchi29-108/+287
2017-09-16mi_load_progress: Restore current_uiout using a scoped_restoreSimon Marchi2-5/+7
2017-09-16mi_load_progress: Use unique_ptr to manage ui_out lifetimeSimon Marchi2-10/+15
2017-09-15Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)Sergio Durigan Junior4-45/+52
2017-09-15Sync libiberty/ & include/ with GCCPedro Alves2-8/+13