summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix gdbserver/MI testing regressionPedro Alves2016-06-302-4/+7
* Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually workPedro Alves2016-06-302-1/+6
* Add copyright header in gdb.base/return.cYao Qi2016-06-292-0/+21
* Fix PR python/20129 - use of non-existing variableTom Tromey2016-06-294-2/+21
* PR gdb/17210 - fix possible memory leak in read_memory_robustTom Tromey2016-06-293-5/+20
* Initialize strtok_r's saveptr to NULLManish Goregaokar2016-06-292-1/+6
* Set unknown_syscall differently on arm linuxYao Qi2016-06-292-0/+13
* Use strtok_r instead of strsep in rust_get_disr_infoManish Goregaokar2016-06-292-3/+10
* [AArch64] Use int64_t for address offsetYao Qi2016-06-284-8/+23
* Implement get_syscall_trapinfo for arm-linuxYao Qi2016-06-282-1/+41
* Implement get_syscall_trapinfo for aarch64-linuxYao Qi2016-06-282-0/+25
* Remove parameter sysret from linux_target_ops.get_syscall_trapinfoYao Qi2016-06-284-28/+22
* Probe catch syscall supportYao Qi2016-06-282-14/+35
* Fix changelogManish Goregaokar2016-06-271-2/+2
* Print void types correctly in RustManish Goregaokar2016-06-275-4/+37
* Fix use of a dangling pointer for Python breakpoint objectsPierre-Marie de Rodat2016-06-276-0/+127
* Fix formatting in rust-lang.cTom Tromey2016-06-252-22/+25
* Add tests for printing of NonZero-optimized enums in RustManish Goregaokar2016-06-253-0/+34
* Make evaluation and type-printing of all NonZero optimized enums workManish Goregaokar2016-06-252-17/+63
* Support structure offsets that are 512K or larger.David Taylor2016-06-2438-194/+328
* Add myself as a Write After Approval maintainer.David Taylor2016-06-242-0/+5
* Add support for catching system calls to native FreeBSD targets.John Baldwin2016-06-248-1/+523
* Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.John Baldwin2016-06-242-0/+41
* Add a new gdbarch method to print a single AUXV entry.John Baldwin2016-06-246-87/+178
* Fetch the ELF auxiliary vector from live processes on FreeBSD.John Baldwin2016-06-242-0/+83
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-2318-97/+223
* Move filename extensions into language_defnTom Tromey2016-06-2316-55/+132
* Use VEC for filename_language_tableTom Tromey2016-06-232-33/+46
* Make gdbpy_parameter staticTom Tromey2016-06-233-2/+6
* PR gdb/16483 - simplify "info frame-filters" outputTom Tromey2016-06-234-32/+45
* Improve user experience in printing Fortran derived types.Walfred Tedeschi2016-06-217-13/+145
* S390 gdbserver: Mark local funcs/vars as staticAndreas Arnez2016-06-212-14/+31
* S390: Fix typo "s930" -> "s390"Andreas Arnez2016-06-212-1/+6
* Add "new-ui console" testsPedro Alves2016-06-215-12/+227
* Always switch fork child to the main UIPedro Alves2016-06-214-2/+188
* Make mi-break.exp always expect breakpoint commands output on the main UIPedro Alves2016-06-212-21/+57
* Send deleted watchpoint-scope output to all UIsPedro Alves2016-06-214-54/+87
* Add testing infrastruture bits for running with MI on a separate UIPedro Alves2016-06-214-29/+156
* [DOC] Document support for running interpreters on separate UIsPedro Alves2016-06-214-10/+74
* Add new command to create extra console/mi UIsPedro Alves2016-06-215-13/+127
* Make stdin be per UIPedro Alves2016-06-2110-79/+144
* Handle UI's terminal closingPedro Alves2016-06-214-15/+65
* Make main_ui be heap allocatedPedro Alves2016-06-215-20/+75
* Only send sync execution command output to the UI that ran the commandPedro Alves2016-06-213-4/+23
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-2113-90/+214
* New function should_print_stop_to_consolePedro Alves2016-06-215-24/+56
* Fix for spurious prompts in secondary UIsPedro Alves2016-06-214-1/+27
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-2113-102/+270
* Make gdb_in_secondary_prompt_p() be per UIPedro Alves2016-06-215-15/+23
* Simplify starting the command event loopPedro Alves2016-06-219-36/+59