aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang9-80/+167
2017-04-26xtensa_pseudo_register_read/write - Use regcache_raw_read_unsignedAlan Hayward2-12/+15
2017-04-26nds32: Abort instead of returning REG_UNKNOWNAlan Hayward2-8/+20
2017-04-25Change readonly_p to boolYao Qi2-4/+10
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi3-2/+6
2017-04-25Fix build on gcc < 5 (std::is_trivially_copyable missing)Pedro Alves3-0/+24
2017-04-25Poison non-POD memset & non-trivially-copyable memcpy/memmovePedro Alves5-37/+126
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves3-42/+37
2017-04-25Don't memset non-POD types: struct btrace_insnPedro Alves2-9/+21
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves4-54/+58
2017-04-25Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyablePedro Alves2-10/+5
2017-04-24Use floatformat_totalsize_bytesYao Qi2-2/+6
2017-04-22Use ui_out_emit_listTom Tromey10-96/+57
2017-04-22Use ui_out_emit_tuple in more places in MITom Tromey4-15/+14
2017-04-22Use ui_out_emit_tuple in tracepoint.cTom Tromey2-26/+21
2017-04-22More uses of ui_out_emit_tupleTom Tromey4-20/+32
2017-04-22Use ui_out_emit_tupleTom Tromey24-205/+126
2017-04-21doc: Improve documentation about MI thread outputSimon Marchi2-46/+37
2017-04-21Remove dead code and "current" field from MI thread output docSimon Marchi4-12/+10
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil3-0/+10
2017-04-21Simplify regcache_restoreYao Qi2-10/+13
2017-04-19gdbthread.h: Fix comment typoPedro Alves2-1/+6
2017-04-19Fix removing inferiors from within "thread apply" commandsPedro Alves9-80/+349
2017-04-19Make inferior::detaching a bool, and introduce scoped_restore::release()Pedro Alves6-18/+167
2017-04-19gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBSPedro Alves2-4/+9
2017-04-18Eliminate obstack_printfPedro Alves3-47/+5
2017-04-18gdb_xml_parser: make data fields private and make more functions methodsPedro Alves3-149/+240
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves6-143/+117
2017-04-18gdb::optional unit testsPedro Alves17-2/+1751
2017-04-18More gdb::optional featuresPedro Alves3-15/+166
2017-04-18xml-support.c: Use std::vectorPedro Alves2-51/+76
2017-04-18C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves2-87/+82
2017-04-18PR threads/20743: Don't attempt to suspend or resume exited threads.John Baldwin2-34/+34
2017-04-17Update NEWS post GDB 8.0 branch creation.Joel Brobecker2-1/+9
2017-04-17Bump version to 8.0.50.DATE-gitJoel Brobecker2-1/+6
2017-04-13Fix build breakage on Cygwin (PR gdb/21385)Sergio Durigan Junior2-1/+7
2017-04-13Make inferior a class with cdtors, and use new/deletePedro Alves3-50/+66
2017-04-13GC inferior.c:init_inferior_listPedro Alves3-21/+5
2017-04-13Improve coverage of the PR threads/13217 regression testPedro Alves2-1/+36
2017-04-13C++fy thread_apply_all_commandPedro Alves2-64/+85
2017-04-13Fix follow-fork latent bugPedro Alves2-2/+8
2017-04-13watch_command_1: Fix dangling frame accessPedro Alves2-13/+26
2017-04-13fork-child.c: Avoid unnecessary heap-allocation / string copyingPedro Alves2-116/+215
2017-04-13Add ChangeLog entriesIain Buclaw2-0/+10
2017-04-13Fix a typo in rx_fpsw_typeYao Qi2-1/+6
2017-04-13XCNEW gdbarch_tdep in rl78 and rxYao Qi3-2/+7
2017-04-13struct breakpoint: Fix indentationPedro Alves2-103/+106
2017-04-13breakpoint.c: bp_location (the array) shadows bp_location (the type)Pedro Alves2-66/+87
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior11-111/+102
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey7-25/+34