Age | Commit message (Expand) | Author | Files | Lines |
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-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2017-09-05 | Missing relocation R_PPC_VLE_ADDR20 and add VLE flag to details in readelf | Alexander Fedotov-B55613 | 10 | -2/+101 |
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 | Fix simulator | Anthony Green | 2 | -7/+16 |
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-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
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 |
2017-09-03 | Use std::string in mi_cmd_interpreter_exec | Tom Tromey | 2 | -8/+8 |
2017-09-03 | Use unique_xmalloc_ptr in env_execute_cli_command | Tom Tromey | 2 | -8/+9 |
2017-09-03 | Use std::string thread.c | Tom Tromey | 2 | -22/+17 |
2017-09-03 | Return std::string from memory_error_message | Tom Tromey | 5 | -22/+23 |
2017-09-03 | x86-64: Set tlsdesc_plt if GOT_TLS_GDESC_P is true | H.J. Lu | 6 | -1/+105 |
2017-09-03 | PR22067, x86 check_relocs invalid read | Alan Modra | 2 | -1/+7 |
2017-09-03 | Make target_waitstatus_to_string return an std::string | Simon Marchi | 10 | -70/+71 |