aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-09-28gdb: include gdbarch.h in hppa-linux-nat.cSimon Marchi2-0/+6
2019-09-27[gdb/testsuite] Fix incomplete regexps in step-precsave.expTom de Vries2-2/+8
2019-09-27[gdb/testsuite] Add KFAIL for missing support of reverse-debugging of vmovdTom de Vries2-1/+14
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior16-487/+31
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior16-31/+487
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger6-68/+95
2019-09-26Remove gdb_usleep.cTom Tromey5-72/+8
2019-09-26Do not expose stub types to PythonTom Tromey7-0/+132
2019-09-26Remove initialize_utilsTom Tromey4-54/+54
2019-09-25Remove make_hex_stringTom Tromey4-24/+8
2019-09-24[gdb/tdep] Handle mxcsr kernel bug on Intel Skylake CPUsTom de Vries4-2/+34
2019-09-23sim: Add PRU simulator portDimitar Dimitrov2-0/+8
2019-09-23Make ada_decode not use a static bufferChristian Biesinger6-46/+52
2019-09-22[gdb/testsuite] Allow some tests in gdb.base/restore.exp to be unsupportedTom de Vries2-2/+16
2019-09-21gdb: fix formatting in solib-svr4.cSimon Marchi2-2/+7
2019-09-21gdb: make watchpoint::val_valid a boolSimon Marchi2-8/+9
2019-09-21gdb: change "nonzero" to "true" in commentsSimon Marchi2-3/+8
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger6-59/+55
2019-09-21Move declarations of debug_threads and using_threads to headerChristian Biesinger7-13/+22
2019-09-20gdb/NEWS: Move entries about MI v3 and multi-loc breakpoints after GDB 8.3Joel Brobecker2-14/+20
2019-09-20Document the GDB 8.3.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand108-11285/+189
2019-09-20Change TUI window commands to be case-sensitiveTom Tromey4-95/+77
2019-09-20Use make_unique_xstrdup in TUITom Tromey3-2/+9
2019-09-20Remove separator comments from TUITom Tromey5-55/+7
2019-09-20Remove strcat_to_bufTom Tromey3-15/+5
2019-09-20Rename a private data member in tui_source_windowTom Tromey3-4/+12
2019-09-20Rename private data members of tui_data_windowTom Tromey3-36/+56
2019-09-20Change members of tui_locator_window to std::stringTom Tromey4-21/+22
2019-09-20Remove a call to tui_locator_win_info_ptrTom Tromey2-4/+7
2019-09-20Don't call refresh in tui_resize_allTom Tromey2-1/+4
2019-09-20Set TUI locator height to 1Tom Tromey4-17/+19
2019-09-20Change "win_resized" to boolTom Tromey5-9/+20
2019-09-20Use "bool" in tui_data_window::show_register_groupTom Tromey3-3/+10
2019-09-20Simplify TUI disassemblyTom Tromey2-45/+33
2019-09-20Simplify tui_source_window_base::show_source_contentTom Tromey3-10/+14
2019-09-20Remove some explicit re-rendering from the TUITom Tromey2-4/+6
2019-09-20Change tui_make_status_line to be a methodTom Tromey3-18/+28
2019-09-20Change tui_make_status_line to return std::stringTom Tromey2-44/+30
2019-09-20Move "fullname" to tui_source_windowTom Tromey5-13/+19
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey5-16/+15
2019-09-20Remove tui_clear_source_windows_detailTom Tromey6-25/+12
2019-09-20Fix crash in Ada "catch exception"Tom Tromey2-1/+6
2019-09-20bfd macro conversion to inline functionsAlan Modra6-15/+24
2019-09-20Move declaration of overload_resolution to value.hChristian Biesinger3-3/+7
2019-09-20Move arm_apcs_32 extern declaration to headerChristian Biesinger6-6/+13
2019-09-20Declare dwarf_always_disassemble in dwarf2read.hChristian Biesinger3-2/+7
2019-09-19[gdb/testsuite] Don't use FOOBAR pattern in gdb_testTom de Vries2-12/+20
2019-09-19[gdb] Catch exception when constructing the highlighterTom de Vries2-6/+12
2019-09-19bfd_section_* macrosAlan Modra62-460/+429