aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-14remote: enable "maint set target-non-stop" by defaultusers/palves/remote-all-stop-non-stopPedro Alves
2015-10-14gdbserver: don't exit until GDB disconnectsPedro Alves
2015-10-14gdbserver/linux: Always wake up event loop after resumePedro Alves
2015-10-14gdbserver:prepare_access_memory: pick another threadPedro Alves
2015-10-14Implement TARGET_WAITKIND_NO_RESUMED in the remote protocolPedro Alves
2015-10-14infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop modePedro Alves
2015-10-14testsuite: Range stepping and non-stop modePedro Alves
2015-10-14gdbserver: fix killed-outside.expPedro Alves
2015-10-14Remote thread create/exit eventsPedro Alves
2015-10-14Make dprintf-non-stop.exp cope with remote testingPedro Alves
2015-10-14gdbserver resume_stop handling bugPedro Alves
2015-10-14gdbserver crash if gdb attaches too fastPedro Alves
2015-10-14New vCtrlC packet, non-stop mode equivalent of \003Pedro Alves
2015-10-14remote: stop reason and watchpoint data address per threadPedro Alves
2015-10-14gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves
2015-10-14attach + target always in non-stop mode: stop all threadsPedro Alves
2015-10-14Remote all-stop-on-top-of-non-stopPedro Alves
2015-10-10Fix mi-nonstop.exp with extended-remotePedro Alves
2015-10-10Bug 19113 - read.c stringer assertionAlan Modra
2015-10-10Automatic date update in version.inGDB Administrator
2015-10-09[Ada] ada_unpack_from_contents: Error if target buffer not large enoughJoel Brobecker
2015-10-09[Ada] Buffer overflow in ada_unpack_from_contentsJoel Brobecker
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker
2015-10-09[Ada] Better handling of dynamic types in ada_value_primitive_packed_valJoel Brobecker
2015-10-09[Ada] split data unpacking code out of ada_value_primitive_packed_val.Joel Brobecker
2015-10-09Reorder variable declarations in ada_value_primitive_packed_valJoel Brobecker
2015-10-09use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...Joel Brobecker
2015-10-09More explicit local variable names in ada_value_primitive_packed_valJoel Brobecker
2015-10-09i386: Fix type of gdbarch_tdep::register_reggroup_pSimon Marchi
2015-10-09cris: Use enum bfd_endian to represent endiannessSimon Marchi
2015-10-09arm-linux-tdep: Add explicit cast for int to gdb_syscall conversionSimon Marchi
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-10-09Add two callback data castsSimon Marchi
2015-10-09Fix typos in commentsEli Zaretskii
2015-10-09btrace, test: avoid gdb.btrace/vdso.exp failMarkus Metzger
2015-10-09Fix gdb.base/a2-run.exp racePedro Alves
2015-10-09Automatic date update in version.inGDB Administrator
2015-10-08[D] Support D style sizeof and typeof expressions.Iain Buclaw
2015-10-08MAINTAINERS: Update my email addressMaciej W. Rozycki
2015-10-08Fix compile time warning compiling ARC port.Nick Clifton
2015-10-08btrace: fix void returnMarkus Metzger
2015-10-08Automatic date update in version.inGDB Administrator
2015-10-07Avoid using 'template' C++ keywordYao Qi
2015-10-07Wrap include/opcode/aarch64.h in extern "C" for C++Yao Qi
2015-10-07New ARC implementation.Nick Clifton
2015-10-07gold: fix ABI pagesize for aarch64Andreas Schwab
2015-10-07[aarch64] use aarch64_decode_insn to decode instructions in GDBYao Qi
2015-10-07Automatic date update in version.inGDB Administrator
2015-10-06Fix bug when applying R_SPARC_GOTDATA_OP* relocations to local symbols.Cary Coutant
2015-10-06Clear the ch_reserved field in 64-bit outputH.J. Lu