aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Fix gdb.multi/base.exp testsuite regressionJan Kratochvil4-14/+29
2016-01-08perf testsuite: python 3 fixesSimon Marchi3-7/+17
2016-01-08Change SIGINT handler for extension languages only when target terminal is oursYao Qi4-21/+52
2016-01-08Check input interrupt first when reading packetYao Qi2-0/+14
2016-01-07MIPS: Complete `status' to `err' renaming in `mips_breakpoint_from_pc'Maciej W. Rozycki2-4/+10
2016-01-06Make {arm,thumb}_get_next_pcs_raw staticYao Qi3-38/+38
2016-01-06[ARM/AArch64] Fix -Werror=unused-const-variable warnings in GDBserverYao Qi3-20/+36
2016-01-06Fix gdb.python/py-infthread.exp test message typoPedro Alves2-1/+5
2016-01-05gdb: change version stamp to gitMike Frysinger2-1/+5
2016-01-05gdb: score: drop sim file checkMike Frysinger2-3/+4
2016-01-05Add missing ChangeLog entry bitPedro Alves1-0/+2
2016-01-05Fix PR sim/13418: building with --enable-targets=all failsPedro Alves5-1/+30
2016-01-04btrace: do not return out of TRY/CATCHMarkus Metzger6-4/+139
2016-01-02gdb: ppc: drop unnecessary sim file checkMike Frysinger2-3/+6
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