Age | Commit message (Expand) | Author | Files | Lines |
2018-05-22 | remote: Move discard_pending_stop_replies call | Pedro Alves | 1 | -0/+6 |
2018-05-22 | remote: Small cleanup in compare_section_command | Pedro Alves | 1 | -0/+5 |
2018-05-22 | remote: remote_arch_state pointers -> remote_arch_state objects | Pedro Alves | 1 | -0/+8 |
2018-05-22 | remote: multiple remote_arch_state instances per arch | Pedro Alves | 1 | -0/+23 |
2018-05-22 | remote: Make readahead_cache a C++ class | Pedro Alves | 1 | -0/+17 |
2018-05-22 | remote: Eliminate remote_hostio_close_cleanup | Pedro Alves | 1 | -0/+6 |
2018-05-22 | remote: struct remote_state, use op new, fix leaks | Pedro Alves | 1 | -0/+9 |
2018-05-22 | Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) | Pedro Alves | 1 | -0/+17 |
2018-05-22 | [PowerPC] Recognize isa205 in linux core files | Pedro Franco de Carvalho | 1 | -0/+15 |
2018-05-22 | [PowerPC] Fix inclusion of dfp pseudoregs in tdep | Pedro Franco de Carvalho | 1 | -0/+5 |
2018-05-22 | [PowerPC] Fix VSX registers in linux core files | Pedro Franco de Carvalho | 1 | -0/+24 |
2018-05-22 | [PowerPC] Fix access to VSCR in linux targets | Pedro Franco de Carvalho | 1 | -0/+48 |
2018-05-22 | [PowerPC] Consolidate linux vector regset sizes | Pedro Franco de Carvalho | 1 | -0/+13 |
2018-05-22 | [PowerPC] Consolidate wordsize getter between native and gdbserver | Pedro Franco de Carvalho | 1 | -0/+16 |
2018-05-22 | [PowerPC] Consolidate linux target description selection | Pedro Franco de Carvalho | 1 | -0/+29 |
2018-05-22 | fix "stale cleanup" internal-warning when using "catch assert" command | Joel Brobecker | 1 | -0/+5 |
2018-05-22 | MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers | Maciej W. Rozycki | 1 | -0/+6 |
2018-05-21 | Remove output_command_const | Tom Tromey | 1 | -0/+7 |
2018-05-21 | Change ada_catchpoint::excep_string to be a std::string | Tom Tromey | 1 | -0/+18 |
2018-05-21 | Remove cleanup from ada_collect_symbol_completion_matches | Tom Tromey | 1 | -0/+5 |
2018-05-21 | Remove cleanup from ada-lang.c | Tom Tromey | 1 | -0/+6 |
2018-05-21 | Remove a cleanup from trace_dump_actions | Tom Tromey | 1 | -0/+4 |
2018-05-21 | Use std::string in reread_symbols | Tom Tromey | 1 | -0/+4 |
2018-05-21 | Use std::unique_ptr in dwarf2_read_debug_names | Tom Tromey | 1 | -0/+6 |
2018-05-20 | Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new | Simon Marchi | 1 | -0/+9 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -0/+20 |
2018-05-20 | Introduce obstack_new, poison other "typed" obstack functions | Simon Marchi | 1 | -0/+24 |
2018-05-19 | Remove useless variable int i in backtrace_command_1 | Philippe Waroquiers | 1 | -0/+4 |
2018-05-19 | Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC | Philippe Waroquiers | 1 | -0/+4 |
2018-05-18 | Allocate dwz_file with new | Tom Tromey | 1 | -0/+9 |
2018-05-18 | Allocate dwp_file with new | Tom Tromey | 1 | -0/+12 |
2018-05-18 | Use new to allocate mapped_index | Tom Tromey | 1 | -0/+9 |
2018-05-18 | Remove mapped_index::total_size | Simon Marchi | 1 | -0/+4 |
2018-05-18 | format_pieces-selftests.c: Silence ARI warnings | Simon Marchi | 1 | -0/+5 |
2018-05-18 | Show padding in ptype/o output | Tom Tromey | 1 | -0/+6 |
2018-05-17 | Don't elide all inlined frames | Keith Seitz | 1 | -0/+20 |
2018-05-17 | Make format_pieces recognize the \e escape sequence | Simon Marchi | 1 | -0/+10 |
2018-05-17 | Fix for dwz-related crash | Tom Tromey | 1 | -0/+22 |
2018-05-17 | value.c: Remove unused variables | Simon Marchi | 1 | -0/+7 |
2018-05-17 | Initialize py_type_printers in ext_lang_type_printers | Tom Tromey | 1 | -0/+5 |
2018-05-16 | PR gdb/22286: linux-nat-trad: Support arbitrary register widths | Maciej W. Rozycki | 1 | -0/+8 |
2018-05-16 | Make "cbfd" a gdb_bfd_ref_ptr | Tom Tromey | 1 | -0/+8 |
2018-05-16 | Use a distinguishing name for minidebug objfile | Tom Tromey | 1 | -0/+11 |
2018-05-16 | regcache.c: Remove unused typedefs | Simon Marchi | 1 | -0/+5 |
2018-05-15 | Modify AArch64 Assembly and disassembly functions to be able to fail and repo... | Tamar Christina | 1 | -0/+7 |
2018-05-15 | MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case | Maciej W. Rozycki | 1 | -0/+5 |
2018-05-15 | MIPS: Make `mask_address_var' static | Maciej W. Rozycki | 1 | -0/+4 |
2018-05-14 | Clear rust_unions in rust_union_quirks | Tom Tromey | 1 | -0/+4 |
2018-05-11 | gdb/x86: Fix write out of mxcsr register for xsave targets | Andrew Burgess | 1 | -0/+5 |
2018-05-11 | gdb: xtensa: drop gdb_target definition | Max Filippov | 1 | -0/+4 |