aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-0/+42
2015-08-06Add missing ChangeLog entry headerSimon Marchi1-0/+1
2015-08-06Fix ChangeLog formattingSimon Marchi1-1/+1
2015-08-06PR python/17136Clem Dickey1-0/+5
2015-08-06Change type of struct complaints::seriesSimon Marchi1-0/+9
2015-08-06Fix gdbserver --debug issues caught by ValgrindPedro Alves1-0/+5
2015-08-06Remove required field in agent's symbolsPierre Langlois1-0/+4
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves1-0/+5
2015-08-05stepping is disturbed by setjmp/longjmp | try/catch in other threadsPedro Alves1-0/+7
2015-08-05Protect nat/gdb_thread_db.h against multiple inclusion.Ulrich Weigand1-0/+5
2015-08-05Remove get_thread_idYao Qi1-0/+27
2015-08-04python: fix Linetable case to LineTable in docstrings and commentsCiro Santilli1-0/+6
2015-08-04signal_command: Leftover cleanup chain regressionJan Kratochvil1-0/+4
2015-08-04ASAN attach crash - 7.9 regressionJan Kratochvil1-0/+6
2015-08-04C++: dlsym casts in gdb/linux-thread-db.c and gdb/gdbserver/thread-db.cPedro Alves1-0/+15
2015-08-03Nios II R2 support for GDB.Sandra Loosemore1-0/+32
2015-08-03Fix build error due to uninitialized variable warningUlrich Weigand1-0/+5
2015-08-03Enum fix for arm-linux-nat.cYao Qi1-0/+7
2015-08-03Fix the block_found refactoring ChangeLog entryPierre-Marie de Rodat1-38/+37
2015-08-02Complete the previous commit (block_found refactoring)Pierre-Marie de Rodat1-0/+9
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-0/+174
2015-07-31Fix m32r_remove_watchpoint parameter typeSimon Marchi1-0/+5
2015-07-31Mostly trivial enum fixesSimon Marchi1-0/+110
2015-07-30Don't allow non-stack memory writes in the prologue for nios2.Sandra Loosemore1-0/+5
2015-07-30Update trap/break handling in nios2 prologue analyzer.Sandra Loosemore1-0/+7
2015-07-30PR threads/18600: Inferiors left around after fork+thread spawnPedro Alves1-0/+6
2015-07-30PR threads/18600: Threads left stopped after fork+thread spawnPedro Alves1-0/+11
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois1-0/+16
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