aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-05-18Update "signal SIGINT" testusers/ppalka/readline-6.3-updatePatrick Palka1-3/+20
2015-05-18Add myself to write-after-approval listMax Filippov1-0/+1
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans8-72/+304
2015-05-16compile: Fix uninitialized variable compiler warningsJan Kratochvil2-3/+11
2015-05-16compile: Fix detected inferior typeJan Kratochvil2-2/+7
2015-05-16compile: New 'compile print'Jan Kratochvil15-12/+473
2015-05-16Code cleanup: compile: func_addr -> func_symJan Kratochvil4-52/+89
2015-05-16compile: Use -Wall, not -wJan Kratochvil7-22/+58
2015-05-16compile: Distribute scope, add scope_dataJan Kratochvil8-9/+47
2015-05-16Code cleanup: Make parts of print_command_1 publicJan Kratochvil3-44/+76
2015-05-16Add forgotten ChangeLog entry for the previous commit.Jan Kratochvil1-0/+5
2015-05-16compile: Add one debug messageJan Kratochvil1-0/+6
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton6-36/+148
2015-05-15Non bit-packed packed arrays as variable-length fieldsJerome Guitton8-4/+190
2015-05-15Fix gdb.mi/mi-nsmoribund.exp timeoutsPedro Alves2-32/+99
2015-05-15More C++ build fixingPedro Alves2-3/+11
2015-05-15Avoid using 'private' C++ keyword as symbolPedro Alves2-3/+8
2015-05-15Include header for enum target_stop_reasonPedro Alves2-0/+6
2015-05-15Fix a couple C++ build issuesYuanhui Zhang2-12/+20
2015-05-15[Ada] problem printing negative integer values in packed arrays.Joel Brobecker7-0/+120
2015-05-14Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal3-17/+17
2015-05-14Fix gdbserver build failure on arm-android.Joel Brobecker5-0/+52
2015-05-14Remove buggy xterm workaround in tui_dispatch_ctrl_char()Patrick Palka2-74/+38
2015-05-13dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.Martin Galvan2-0/+6
2015-05-13revert previous patch, author not setDoug Evans2-6/+0
2015-05-13dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.Doug Evans2-0/+6
2015-05-13Make regcache_cpy_no_passthrough staticJan Kratochvil3-8/+18
2015-05-13Remove stop_registersJan Kratochvil6-38/+16
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil6-25/+188
2015-05-13register_dummy_frame_dtor: Permit multiple dtorsJan Kratochvil3-18/+62
2015-05-13Call dummy_frame_dtor_ftype also from remove_dummy_frameJan Kratochvil4-7/+23
2015-05-13Document the GDB 7.9.1 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-05-13gdb/NEWS: Move "Xmethods can now specify a result type" to GDB 7.9.1 section.Joel Brobecker2-1/+12
2015-05-13Add missing ChangeLog entry for previous commitPatrick Palka1-1/+7
2015-05-13Avoid race condition when handling a SIGWINCH signalPatrick Palka2-2/+2
2015-05-13dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanupJan Kratochvil5-5/+19
2015-05-13Fix PR gdb/17820Patrick Palka6-30/+95
2015-05-12tweak some commentsDoug Evans2-4/+10
2015-05-12Extended-remote fork event docsDon Breazeal4-0/+124
2015-05-12Extended-remote fork catchDon Breazeal2-3/+241
2015-05-12Extended-remote follow vforkDon Breazeal6-7/+78
2015-05-12Arch-specific remote follow forkDon Breazeal7-12/+187
2015-05-12Extended-remote Linux follow forkDon Breazeal14-106/+415
2015-05-12Clone remote breakpointsDon Breazeal3-0/+119
2015-05-12Identify remote fork event supportDon Breazeal10-1/+120
2015-05-12Locate executables on remote stubs without multiprocess extensionsGary Benson6-9/+54
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra11-1/+135
2015-05-08Avoid segfault on missing directory table.Sandra Loosemore2-6/+17
2015-05-08Fix register save offset for nios2 signal handler trampolines.Sandra Loosemore2-2/+28
2015-05-08Use PTRACE_GETREGSET/SETREGSET in nios2 gdbserver.Sandra Loosemore2-7/+11