summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add gdb.Type.optimized_out method.Sasha Smundak2015-04-287-0/+36
* Use "gdb_wait.h" instead of <sys/wait.h>.John Baldwin2015-04-282-1/+5
* Disable readline's SIGWINCH handlerPatrick Palka2015-04-283-2/+11
* Update our idea of our terminal's dimensions even outside of TUIPatrick Palka2015-04-282-13/+24
* Introduce function for directly updating GDB's screen dimensionsPatrick Palka2015-04-284-9/+36
* Use exec_file_find to prepend gdb_sysroot in follow_execGary Benson2015-04-282-7/+17
* Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo2015-04-283-2/+11
* TUI: avoid calling strcpy() on identical string objectsPatrick Palka2015-04-272-1/+8
* Fix PR gdb/18155Patrick Palka2015-04-272-7/+6
* Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka2015-04-278-85/+94
* Add support for catching exec events on FreeBSD.John Baldwin2015-04-272-0/+41
* Enable fork tracing for native FreeBSD targets.John Baldwin2015-04-272-0/+298
* Add fbsd_nat_add_target.John Baldwin2015-04-277-26/+30
* Do not manipulate "target:" filenames as local pathsGary Benson2015-04-273-3/+14
* S390: Vector ABI supportAndreas Arnez2015-04-273-13/+132
* S390: Re-arrange implementation of s390_return_valueAndreas Arnez2015-04-272-85/+81
* S390: Restructure s390_push_dummy_callAndreas Arnez2015-04-272-290/+220
* S390: For zero, let is_power_of_two() return falseAndreas Arnez2015-04-272-1/+7
* [Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat2015-04-273-18/+47
* [Ada] Preserve typedef layer when getting struct elementJoel Brobecker2015-04-277-4/+134
* Clear variable "coredump_var_addr" before using it on gdb.base/coredump-filte...Sergio Durigan Junior2015-04-262-0/+6
* gdb: Add internationalization support to a few strings.Andrew Burgess2015-04-242-5/+14
* gdb: Add support for dumping to verilog hex format.Andrew Burgess2015-04-247-7/+85
* * python.texi (Xmethods In Python): Fix name of method to call the xmethod.Doug Evans2015-04-242-1/+6
* Fix printing for GNAT stuff for types that do not have descr. typesPierre-Marie de Rodat2015-04-242-1/+12
* A new board file remote-gdbserver-on-localhost.expYao Qi2015-04-242-0/+83
* Fix gdb.base/interrupt.exp racy fail against gdbserverPedro Alves2015-04-232-2/+17
* gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_filePedro Alves2015-04-232-7/+11
* gdb_test_multiple match eof of any spawn_idPedro Alves2015-04-232-0/+9
* Explicitly call rl_resize_terminal() in TUI's SIGWINCH handlerPatrick Palka2015-04-232-0/+6
* windows-nat: Don't change current_event.dwThreadId in handle_output_debug_str...Jon Turney2015-04-222-2/+8
* windows-nat: Report an error if ContinueDebugEvent() failsJon Turney2015-04-222-0/+10
* windows-nat: Fix misspelling in debug outputJon Turney2015-04-222-1/+5
* windows-nat: Cleanups in get_windows_debug_eventJon Turney2015-04-222-15/+20
* windows-nat: Don't use ternary conditional operator in get_windows_debug_eventJon Turney2015-04-222-1/+8
* Fix pascal behavior for class fields with testcasePierre Muller2015-04-216-4/+157
* Introduce new shared function fileio_to_host_openflagsGary Benson2015-04-216-69/+56
* Extend rl78 prologue analyzer to recognize more complicated prologuesKevin Buettner2015-04-202-0/+89
* Revert "Do not consider reference types as dynamic"Pierre-Marie de Rodat2015-04-202-0/+28
* Revert "gdbtypes.c: remove the usuned "top_level" parameter"Pierre-Marie de Rodat2015-04-202-14/+31
* Fix three test failures with extended remote targetsGary Benson2015-04-202-4/+21
* Remove duplicated xmalloc in update_dprintf_command_listGabriel Krisman Bertazi2015-04-192-1/+5
* [GDB] Hurd: Robustify the reply_mig_hack.awk script.Thomas Schwinge2015-04-202-1/+9
* [GDB] Hurd: Simplify the reply_mig_hack.awk script.Thomas Schwinge2015-04-202-9/+21
* solib-svr4.c (svr4_exec_displacement): Rename outer "displacement".Doug Evans2015-04-172-6/+11
* gdbserver/xtensa: fix typo in XCHAL_HAVE_LOOPSMax Filippov2015-04-172-2/+8
* gdbserver/xtensa: drop xtensa_usrregs_infoMax Filippov2015-04-172-7/+6
* return zero in arm_linux_can_use_hw_breakpoint if HW point isn't supportedYao Qi2015-04-172-2/+15
* Update comments to target_can_use_hardware_watchpointYao Qi2015-04-172-5/+14
* Access executable from remote system when first inferior appearsGary Benson2015-04-177-9/+49