aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-06-08Add MN10300_MAX_REGISTER_SIZEAlan Hayward2-2/+13
2017-06-08Update ff4ca5ac6a2e8 to the correct version.Alan Hayward2-11/+6
2017-06-08Remove MAX_REGISTER_SIZE from mi/mi-main.cAlan Hayward2-13/+27
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior10-1/+269
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior33-864/+1441
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior6-4/+48
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior11-77/+166
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves15-226/+255
2017-06-07Remove MAX_REGISTER_SIZE from regcache.cAlan Hayward2-15/+41
2017-06-07Remove MAX_REGISTER_SIZE from sh(64)-tdep.cAlan Hayward3-27/+33
2017-06-07Remove MAX_REGISTER_SIZE from aarch64-tdep.cAlan Hayward2-3/+10
2017-06-06Remove declaration of set_register_cache from regdef.hYao Qi2-5/+5
2017-06-06Remove a MAX_REGISTER_SIZE from frame.cAlan Hayward2-3/+25
2017-06-06Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves3-64/+80
2017-06-06Remove uses of MAX_REGISTER_SIZE from alpha-tdep.cAlan Hayward2-9/+26
2017-06-06Add IA64_MAX_FP_REGISTER_SIZEAlan Hayward2-5/+17
2017-06-04Document the GDB 8.0 release in gdb/ChangeLogJoel Brobecker1-0/+4
2017-06-03x86-linux-nat: Remove unused arch_lwp_info structureSimon Marchi2-10/+4
2017-06-03linux-nat: Remove unused parameterSimon Marchi2-2/+8
2017-06-02Use delete instead of xfree for gdb_timerSimon Marchi2-1/+6
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi13-287/+274
2017-06-02Create struct type for longjmp breakpointSimon Marchi2-10/+35
2017-06-02Introduce and use new_breakpoint_from_typeSimon Marchi2-30/+29
2017-05-31Rename "mem" related commmandsSimon Marchi2-8/+20
2017-05-31btrace: support decoder eventsMarkus Metzger2-41/+121
2017-05-31config, btrace: check for pt_insn_event in libiptMarkus Metzger4-57/+116
2017-05-30btrace: Store function segments as objects.Tim Wiederhake4-57/+82
2017-05-30btrace: Remove bfun_s vector.Tim Wiederhake2-67/+43
2017-05-30btrace: Replace struct btrace_function::segment.Tim Wiederhake5-37/+57
2017-05-30btrace: Remove struct btrace_function::flow.Tim Wiederhake3-23/+32
2017-05-30btrace: Replace struct btrace_function::up.Tim Wiederhake5-64/+130
2017-05-30btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake4-113/+107
2017-05-30btrace: Remove constant arguments.Tim Wiederhake2-47/+51
2017-05-30btrace: Use function segment index in insn iterator.Tim Wiederhake4-29/+50
2017-05-30btrace: Use function segment index in call iterator.Tim Wiederhake4-119/+101
2017-05-30btrace: Add btinfo to instruction interator.Tim Wiederhake3-0/+12
2017-05-30btrace: Transfer ownership of pointers.Tim Wiederhake2-48/+66
2017-05-30btrace: Use std::vector in struct btrace_thread_information.Tim Wiederhake3-13/+18
2017-05-30Fix NEWS formatting in GDB 8.0 sectionSimon Marchi2-16/+21
2017-05-30gdb.base/watch-cond-infcall.exp: Don't run if target doesn't support infcallsSimon Marchi2-0/+10
2017-05-26Add regcache raw_supply_integer and raw_collect_integer.Alan Hayward7-69/+213
2017-05-24Add unit test to gdbarch methods register_to_value and value_to_registerYao Qi6-0/+205
2017-05-24Move current_regcache to regcache::current_regcacheYao Qi3-24/+52
2017-05-24Get register contents by register_size instead of TYPE_LENGTHYao Qi3-2/+11
2017-05-24Restrict i387_convert_register_pYao Qi2-2/+8
2017-05-24Restrict alpha_convert_register_pYao Qi2-18/+16
2017-05-24Restrict ia64_convert_register_pYao Qi2-0/+6
2017-05-24Restrict m68k_convert_register_pYao Qi2-12/+9
2017-05-24Use XCNEW gdbarch_tdepYao Qi17-16/+35
2017-05-24Clear GDB internal state after each unit testYao Qi3-0/+14