aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-08-31gdb/tui: Make local variable const.Andrew Burgess2-1/+6
2015-08-31xtensa: initialize call_abi in xtensa_tdepMax Filippov2-1/+8
2015-08-29symtab.h (struct symbol): Tweak comment.Doug Evans2-5/+8
2015-08-29Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka4-22/+1
2015-08-29Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka4-1/+22
2015-08-29Use gdbarch obstack to allocate types in alloc_type_archPatrick Palka2-3/+9
2015-08-28Document the GDB 7.10 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-08-28Update NEWS entry about non-8-bits addressable memorySimon Marchi2-1/+5
2015-08-28Revert: solib_global_lookup: Fetch arch from objfile.Ulrich Weigand2-1/+8
2015-08-28Fix incorrect ChangeLog dates.Ulrich Weigand1-4/+4
2015-08-27Fix ChangeLog entries starting with "Likewise"Simon Marchi2-2/+4
2015-08-27[Cell/B.E.] Fix wrong relocation for TLS variable offsetUlrich Weigand2-1/+6
2015-08-27[Cell/B.E.] Make parse_spufs_run more robustUlrich Weigand2-1/+16
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand5-6/+25
2015-08-27Fix assertion failure in linux-thread-dbUlrich Weigand2-4/+13
2015-08-27Report UNRESOLVED on failures while detecting Cell/B.E.Ulrich Weigand2-1/+6
2015-08-27Fix inverted statements in m88k_analyze_prologueSimon Marchi2-2/+7
2015-08-27Remove duplicate ChangeLog entrySimon Marchi1-4/+0
2015-08-27Document non-8-bits addressable memory support in NEWSSimon Marchi2-0/+11
2015-08-27gdbserver/proc-service.c: bogus return value conversionPedro Alves2-1/+7
2015-08-27gdb: Drop use of obsolete AC_TYPE_SIGNALPedro Alves4-37/+5
2015-08-27gdb: Use sighandler_t everywherePedro Alves9-21/+39
2015-08-27Import the "signal-h" module from gnulibPedro Alves11-21/+954
2015-08-27Fix ChangeLog entry date and mention gdb/18804Pedro Alves1-1/+2
2015-08-27gdb: remove packet size limitPedro Alves2-35/+49
2015-08-27Mention language in compile error messageLuis Machado2-1/+7
2015-08-27Force language to C in gdb.compile/compile-ifunc.expLuis Machado2-0/+11
2015-08-26Unset attach_flag when running a new processPatrick Palka5-0/+100
2015-08-26Fix gdbarch.c build errorSimon Marchi3-2/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi177-675/+906
2015-08-26Fix native follow-exec-mode "new"Don Breazeal3-3/+21
2015-08-26New test for follow-exec-modeDon Breazeal3-0/+242
2015-08-26gdb: Add Markus Metzger as btrace maintainerPedro Alves2-0/+11
2015-08-25remote: allow aborting long operations (e.g., file transfers)Pedro Alves9-21/+143
2015-08-25Print tid in debug output of debug_reg_change_callbackYao Qi2-5/+11
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat45-155/+1003
2015-08-25Move aarch64_linux_new_thread to nat/aarch64-linux.cYao Qi6-29/+28
2015-08-25Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.cYao Qi11-81/+127
2015-08-25Make aarch64_linux_prepare_to_resume the same on GDB and GDBserverYao Qi4-9/+18
2015-08-25Add pid argument in aarch64_get_debug_reg_stateYao Qi2-10/+16
2015-08-25Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aar...Yao Qi6-170/+108
2015-08-25Make debug_reg_change_callback the same on GDB and GDBserverYao Qi2-2/+2
2015-08-25Make aarch64_notify_debug_reg_change the same on GDB and GDBserverYao Qi4-2/+12
2015-08-25Use debug_printf in debug_reg_change_callbackYao Qi4-21/+28
2015-08-25Use phex debug_reg_change_callbackYao Qi2-8/+12
2015-08-25Get pid rather than lwpidYao Qi2-1/+6
2015-08-25Remove some comments in debug_reg_change_callbackYao Qi2-20/+4
2015-08-25Re-indent the codeYao Qi2-33/+38
2015-08-25[gdbserver] Use iterate_over_lwps in aarch64_notify_debug_reg_changeYao Qi2-19/+21
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves7-3/+110