aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-07-30Move ARM register numbers enum to arch/arm.hYao Qi1-0/+6
2015-07-30[AArch64] Rename boolean arguments in decoding functionsPierre Langlois1-0/+14
2015-07-29MIPS ptrace build fixesSimon Marchi1-0/+7
2015-07-29Make sure terminal settings are restored before exitingPatrick Palka1-0/+6
2015-07-29Initialize terminal_state to terminal_is_oursPatrick Palka1-0/+4
2015-07-29PR record/18691: Fix fails in solib-precsave.expYao Qi1-0/+8
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-0/+32
2015-07-28Introduce get_value_archSimon Marchi1-0/+5
2015-07-28Update comments in struct value for non-8-bits architecturesSimon Marchi1-0/+4
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi1-0/+6
2015-07-27Factor out complex printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out decfloat printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out float printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out char printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out int printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out bool printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out function/method printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out flags printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out enum printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out reference printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out memberptr printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out pointer printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out array printing code from generic_val_printSimon Marchi1-0/+6
2015-07-27Factor out print_unpacked_pointer from generic_val_printSimon Marchi1-0/+6
2015-07-27Have SIGTERM promptly quit GDB even when the dummy target is activePatrick Palka1-0/+6
2015-07-27Fix ChangeLog entryYao Qi1-0/+4
2015-07-25remote.c: Make read_ptid return a null value when no thread id is found.Kevin Buettner1-0/+9
2015-07-25Revert "Sync readline/ to version 7.0 alpha"Patrick Palka1-5/+0
2015-07-25Sync readline/ to version 7.0 alphaPatrick Palka1-0/+5
2015-07-24Fix s390 GNU/Linux build after enum __ptrace_request changesPedro Alves1-0/+6
2015-07-24PR gdb/18717: internal error if non-leader thread exits processPedro Alves1-0/+6
2015-07-24Fix failed exec error messagePedro Alves1-0/+4
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-0/+27
2015-07-24C++: handle glibc's ptrace(enum __ptrace_request, ...)Pedro Alves1-0/+10
2015-07-24Move gdb_ptrace.h to nat/Pedro Alves1-0/+6
2015-07-24make gdbserver use the same ptrace autoconf checks as gdbPedro Alves1-0/+6
2015-07-24Remove leading/trailing white spaces in ChangeLogH.J. Lu1-6/+6
2015-07-23Fix crash when reading dummy CUs.Doug Evans1-0/+7
2015-07-23py-linetable.c: Fix doc of LineTable.source_lines' return typeCiro Santilli1-0/+8
2015-07-23gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat1-0/+6
2015-07-23Return zero in aarch64_linux_can_use_hw_breakpoint if target doesn't support ...Yao Qi1-0/+6
2015-07-21Move aarch64_linux_get_debug_reg_capacity to nat/aarch64-linux-hw-point.cYao Qi1-0/+10
2015-07-21btrace: fix case label in btrace_data_appendMarkus Metzger1-0/+4
2015-07-20Fix ARI warnings to nat/aarch64-linux-hw-point.{c,h}Yao Qi1-0/+7
2015-07-18dwarf2read: Allow SEC_ALLOC sections to be located at address 0.Kevin Buettner1-0/+5
2015-07-17Move common aarch64 HW breakpoint/watchpoint code to nat/Yao Qi1-0/+35
2015-07-17Pass aarch64_debug_reg_state to functionsYao Qi1-0/+16
2015-07-17Use debug_printf to print debug messageYao Qi1-0/+6
2015-07-17int -> enum target_hw_bp_type in aarch64-linux-nat.cYao Qi1-0/+10
2015-07-17Call ptid_get_pid instead of get_thread_id in aarch64_linux_get_debug_reg_cap...Yao Qi1-0/+5