aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Add copyright header in gdb.base/return.cYao Qi2-0/+21
2016-06-29Fix PR python/20129 - use of non-existing variableTom Tromey4-2/+21
2016-06-29PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey3-5/+20
2016-06-29Initialize strtok_r's saveptr to NULLManish Goregaokar2-1/+6
2016-06-29Set unknown_syscall differently on arm linuxYao Qi2-0/+13
2016-06-29Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar2-3/+10
2016-06-28[AArch64] Use int64_t for address offsetYao Qi4-8/+23
2016-06-28Implement get_syscall_trapinfo for arm-linuxYao Qi2-1/+41
2016-06-28Implement get_syscall_trapinfo for aarch64-linuxYao Qi2-0/+25
2016-06-28Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi4-28/+22
2016-06-28Probe catch syscall supportYao Qi2-14/+35
2016-06-27Fix changelogManish Goregaokar1-2/+2
2016-06-27Print void types correctly in RustManish Goregaokar5-4/+37
2016-06-27Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat6-0/+127
2016-06-25Fix formatting in rust-lang.cTom Tromey2-22/+25
2016-06-25Add tests for printing of NonZero-optimized enums in RustManish Goregaokar3-0/+34
2016-06-25Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar2-17/+63
2016-06-24Support structure offsets that are 512K or larger.David Taylor38-194/+328
2016-06-24Add myself as a Write After Approval maintainer.David Taylor2-0/+5
2016-06-24Add support for catching system calls to native FreeBSD targets.John Baldwin8-1/+523
2016-06-24Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.John Baldwin2-0/+41
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin6-87/+178
2016-06-24Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin2-0/+83
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey18-97/+223
2016-06-23Move filename extensions into language_defnTom Tromey16-55/+132
2016-06-23Use VEC for filename_language_tableTom Tromey2-33/+46
2016-06-23Make gdbpy_parameter staticTom Tromey3-2/+6
2016-06-23PR gdb/16483 - simplify "info frame-filters" outputTom Tromey4-32/+45
2016-06-21Improve user experience in printing Fortran derived types.Walfred Tedeschi7-13/+145
2016-06-21S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez2-14/+31
2016-06-21S390: Fix typo "s930" -> "s390"Andreas Arnez2-1/+6
2016-06-21Add "new-ui console" testsPedro Alves5-12/+227
2016-06-21Always switch fork child to the main UIPedro Alves4-2/+188
2016-06-21Make mi-break.exp always expect breakpoint commands output on the main UIPedro Alves2-21/+57
2016-06-21Send deleted watchpoint-scope output to all UIsPedro Alves4-54/+87
2016-06-21Add testing infrastruture bits for running with MI on a separate UIPedro Alves4-29/+156
2016-06-21[DOC] Document support for running interpreters on separate UIsPedro Alves4-10/+74
2016-06-21Add new command to create extra console/mi UIsPedro Alves5-13/+127
2016-06-21Make stdin be per UIPedro Alves10-79/+144
2016-06-21Handle UI's terminal closingPedro Alves4-15/+65
2016-06-21Make main_ui be heap allocatedPedro Alves5-20/+75
2016-06-21Only send sync execution command output to the UI that ran the commandPedro Alves3-4/+23
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves13-90/+214
2016-06-21New function should_print_stop_to_consolePedro Alves5-24/+56
2016-06-21Fix for spurious prompts in secondary UIsPedro Alves4-1/+27
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves13-102/+270
2016-06-21Make gdb_in_secondary_prompt_p() be per UIPedro Alves5-15/+23
2016-06-21Simplify starting the command event loopPedro Alves9-36/+59
2016-06-21Make raw_stdout be per MI instancePedro Alves8-97/+146
2016-06-21Introduce display_mi_promptPedro Alves2-10/+16