Age | Commit message (Expand) | Author | Files | Lines |
2017-09-05 | Remove features/i386/i386-*linux.c | Yao Qi | 9 | -1118/+11 |
2017-09-05 | Share i386-linux target description between GDB and GDBserver | Yao Qi | 15 | -77/+178 |
2017-09-05 | Dynamically composite xml in reply to GDB | Yao Qi | 15 | -39/+150 |
2017-09-05 | [GDBserver] unit test to i386_tdesc | Yao Qi | 5 | -1/+102 |
2017-09-05 | [GDBserver] Centralize tdesc for i386-linux | Yao Qi | 21 | -166/+491 |
2017-09-05 | Return X86_TDESC_MMX in x86_get_ipa_tdesc_idx | Yao Qi | 2 | -1/+7 |
2017-09-05 | Use VEC for target_desc.reg_defs | Yao Qi | 7 | -32/+61 |
2017-09-05 | Adjust code generated by regformats/regdat.sh | Yao Qi | 2 | -8/+13 |
2017-09-05 | expprint: Fix format string warning | Simon Marchi | 2 | -1/+6 |
2017-09-04 | Enable support for x86 debug registers on NetBSD. | John Baldwin | 3 | -6/+17 |
2017-09-04 | Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H. | John Baldwin | 2 | -0/+6 |
2017-09-04 | Define _KMEMUSER before including BSD kernel headers. | John Baldwin | 4 | -0/+9 |
2017-09-04 | Include "x86-xstate.h" for X86_XSTATE_* constants. | John Baldwin | 3 | -0/+7 |
2017-09-04 | Explicitly include <array> for std::array<>. | John Baldwin | 2 | -0/+5 |
2017-09-04 | Catch up to recent changes to call_function_by_hand(). | John Baldwin | 2 | -1/+6 |
2017-09-04 | Document "no debug info debugging" improvements | Pedro Alves | 4 | -10/+143 |
2017-09-04 | Make "p S::method() const::static_var" work too | Pedro Alves | 12 | -46/+327 |
2017-09-04 | Handle "p 'S::method()::static_var'" (quoted) in symbol lookup | Pedro Alves | 6 | -29/+61 |
2017-09-04 | Handle "p S::method()::static_var" in the C++ parser | Pedro Alves | 10 | -2/+405 |
2017-09-04 | Eliminate UNOP_MEMVAL_TLS | Pedro Alves | 5 | -55/+10 |
2017-09-04 | Stop assuming no-debug-info variables have type int | Pedro Alves | 18 | -68/+343 |
2017-09-04 | evaluate_subexp_standard: Factor out OP_VAR_VALUE handling. | Pedro Alves | 2 | -31/+41 |
2017-09-04 | evaluate_subexp_standard: Remove useless assignments | Pedro Alves | 2 | -3/+5 |
2017-09-04 | evaluate_subexp_standard: Eliminate one goto | Pedro Alves | 2 | -55/+60 |
2017-09-04 | Make ptype/whatis print function name of functions with no debug info too | Pedro Alves | 4 | -9/+28 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 9 | -32/+150 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 37 | -154/+475 |
2017-09-04 | Fix calling prototyped functions via function pointers | Pedro Alves | 4 | -5/+37 |
2017-09-04 | gdb.base/commands.exp: Test loop_break and loop_continue in nested loops | Simon Marchi | 2 | -23/+47 |
2017-09-04 | Introduce gdb_disassembly_flags | Pedro Alves | 11 | -56/+114 |
2017-09-04 | Add tests for loop_break and loop_continue commands | Simon Marchi | 2 | -0/+48 |
2017-09-04 | Error out immediatly when using if command without args in command list | Simon Marchi | 4 | -1/+28 |
2017-09-04 | Move command lines types/declarations to cli-script.h | Simon Marchi | 6 | -75/+100 |
2017-09-04 | gdbserver Makefile: don't delete intermediary files | Simon Marchi | 2 | -0/+7 |
2017-09-04 | Kill init_sal | Pedro Alves | 26 | -206/+176 |
2017-09-04 | struct symtabs_and_lines -> std::vector<symtab_and_line> | Pedro Alves | 19 | -630/+517 |
2017-09-04 | Introduce gdb::array_view | Pedro Alves | 4 | -0/+683 |
2017-09-04 | Clarify "list" output when specified lines are ambiguous | Pedro Alves | 7 | -8/+203 |
2017-09-04 | Fix build breakage when libipt is available | Pedro Alves | 2 | -2/+6 |
2017-09-04 | Let i386_target_description return tdesc_i386_mmx | Yao Qi | 4 | -4/+15 |
2017-09-04 | Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0 | Yao Qi | 2 | -2/+7 |
2017-09-04 | Use i386_target_description to get tdesc_i386 | Yao Qi | 4 | -8/+14 |
2017-09-04 | Use amd64_target_description to get tdesc_amd64 | Yao Qi | 10 | -10/+34 |
2017-09-04 | btrace: Store btrace_insn in an std::vector | Simon Marchi | 5 | -52/+53 |
2017-09-03 | Use std::string in reopen_exec_file | Tom Tromey | 2 | -8/+7 |
2017-09-03 | Use std::string and unique_xmalloc_ptr in compile/ code | Tom Tromey | 7 | -54/+56 |
2017-09-03 | Return std::string from perror_string | Tom Tromey | 2 | -21/+12 |
2017-09-03 | Use std::string and unique_xmalloc_ptr in demangle_command | Tom Tromey | 2 | -23/+18 |
2017-09-03 | Use std::string in do_set_command | Tom Tromey | 2 | -12/+8 |
2017-09-03 | Use unique_xmalloc_ptr in cd_command | Tom Tromey | 2 | -11/+13 |