aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker4144-4154/+4158
2016-01-01update copyright year printed by GDB, GDBserver and gdbreplay.Joel Brobecker5-3/+14
2016-01-01Rotate the GDB ChangeLogJoel Brobecker3-14475/+14489
2015-12-28Use libiberty's crc32 implementation in gdbserverPatrick Palka2-20/+6
2015-12-25Document that the PATTERN argument to gdb_test is optional.Sandra Loosemore2-1/+8
2015-12-24[testsuite/Ada] stop using project files when building test programsJoel Brobecker5-31/+34
2015-12-22Remove HP-UX reference in foll-vfork.expSimon Marchi2-36/+10
2015-12-22[lynxos] gdbserver hangs when killing inferior from GDBJoel Brobecker2-1/+27
2015-12-22gdbserver crash in gdb/gdbserver/thread.c::thread_search_callbackJoel Brobecker2-1/+9
2015-12-22[win32] cannot automatically find executable file [...] warning at GDB startupJoel Brobecker2-1/+7
2015-12-22Add an expect for running commands with CLI jumpThomas Preud'homme2-0/+8
2015-12-21Remove dead code in testsuiteSimon Marchi3-60/+17
2015-12-21Remove HP-UX references fom testsuiteSimon Marchi36-1048/+146
2015-12-21Remove references to HP CC/aCC compiler from testsuiteSimon Marchi29-324/+72
2015-12-21Use arm_eabi_breakpoint on aarch32Yao Qi2-3/+8
2015-12-21Minor reformatting fix in gdbtypes.c::create_array_type_with_strideJoel Brobecker2-2/+6
2015-12-20Remove HP-UX reference in testsuite/configure.acSimon Marchi3-4/+5
2015-12-19Fix ARI warning in gdb/arch/arm-get-next-pcs.cJoel Brobecker2-1/+6
2015-12-18Reset pagination counts even when stdin is not a tty.Sandra Loosemore3-4/+8
2015-12-18Make prompt_for_continue call throw_quit directly.Sandra Loosemore2-1/+6
2015-12-18Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integerAntoine Tremblay2-1/+7
2015-12-18Add documentation to gdb_compileSimon Marchi2-0/+38
2015-12-18Enable conditional breakpoints for targets that support software single step ...Antoine Tremblay2-6/+6
2015-12-18Enable software single stepping for while-stepping actions in GDBServerAntoine Tremblay2-17/+37
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay22-1361/+1924
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay10-51/+119
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay6-79/+212
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay7-86/+109
2015-12-18Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServerAntoine Tremblay11-13/+53
2015-12-17Fix PR threads/19354: "info threads" error with multiple inferiorsPedro Alves5-34/+81
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves12-541/+171
2015-12-17Fix one heap buffer overflow in aarch64_push_dummy_callYao Qi2-3/+12
2015-12-16Fix -Wno-unknown-warning support detectionPedro Alves6-8/+56
2015-12-16[C++] Fix -Winvalid-offsetof warnings with g++ 4.4Pedro Alves2-10/+40
2015-12-15Tweak gdb.trace/ftrace.exp for aarch64Yao Qi2-0/+7
2015-12-14Check for readline support in gdb.base/history-duplicates.exp.Sandra Loosemore2-1/+12
2015-12-14Skip gdb.base/gdbinit-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip gdb.base/gdbhistsize-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip tests that send ctrl-c to GDB if nointerrupts target property is set.Sandra Loosemore17-57/+137
2015-12-14Target remote mode fork and exec event documentationDon Breazeal4-77/+213
2015-12-14Target remote mode fork and exec event supportDon Breazeal6-114/+161
2015-12-14Target remote mode fork and exec test updatesDon Breazeal18-65/+49
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess3-8/+16
2015-12-11gdb: Extend help text for 'list' command.Andrew Burgess2-2/+11
2015-12-11gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess4-4/+33
2015-12-11gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess4-3/+32
2015-12-11gdb: Make test names unique in list.exp.Andrew Burgess2-2/+10
2015-12-11gdb: Small code restructure for list_command.Andrew Burgess2-17/+16
2015-12-11gdb: Use NULL instead of 0 for pointer comparison.Andrew Burgess2-2/+7
2015-12-11gdb: Make lines_to_list variable static.Andrew Burgess2-1/+5