Age | Commit message (Expand) | Author | Files | Lines |
2017-04-04 | Remove support for using the bsd-uthread target on FreeBSD. | John Baldwin | 5 | -129/+19 |
2017-04-04 | Remove support for FreeBSD/alpha. | John Baldwin | 7 | -147/+21 |
2017-04-04 | Use ptid from regcache instead of inferior_ptid. | John Baldwin | 2 | -18/+19 |
2017-04-04 | dwarf2read.c: C++fy lnp_state_machine | Pedro Alves | 2 | -198/+267 |
2017-04-04 | Make sect_offset and cu_offset strong typedefs instead of structs | Pedro Alves | 12 | -384/+900 |
2017-04-04 | dwarf2read.c: Make dir_index and file_name_index strong typedefs | Pedro Alves | 3 | -74/+149 |
2017-04-04 | gdb::optional: Add observers | Pedro Alves | 2 | -0/+34 |
2017-04-04 | dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr | Pedro Alves | 2 | -180/+166 |
2017-04-04 | gdbserver: Clear .deps on clean | Simon Marchi | 2 | -0/+5 |
2017-04-04 | remote.c: Use ptid_t instead of struct ptid | Simon Marchi | 2 | -5/+10 |
2017-04-04 | Remove MAX_REGISTER_SIZE from frame.c | Alan Hayward | 2 | -13/+27 |
2017-03-31 | gdbserver: Suffix generated C files with -generated | Simon Marchi | 3 | -65/+33 |
2017-03-30 | Fix classification of `module.type' in D lexer. | Iain Buclaw | 3 | -0/+120 |
2017-03-29 | Fix warning: Invalid entry in .debug_gdb_scripts section | Jan Kratochvil | 4 | -1/+48 |
2017-03-29 | Add constructor and destructor to thread_info | Yao Qi | 3 | -60/+76 |
2017-03-28 | arc: Add prologue analysis | Anton Kolesov | 7 | -22/+1603 |
2017-03-28 | arc: Add disassembler helper | Anton Kolesov | 9 | -1/+1509 |
2017-03-28 | arc: Add "maintenance print arc" command prefix | Anton Kolesov | 2 | -0/+24 |
2017-03-28 | arc: Align internal regnums with architectural regnums | Anton Kolesov | 3 | -7/+45 |
2017-03-27 | gdbserver: xtensa: support THREADPTR register | Max Filippov | 2 | -0/+19 |
2017-03-27 | gdb: xtensa-linux: support THREADPTR register | Max Filippov | 4 | -0/+23 |
2017-03-27 | gdb: xtensa: fix test for privileged register number | Max Filippov | 2 | -1/+8 |
2017-03-27 | gdbserver: xtensa: add call0 support | Max Filippov | 2 | -0/+35 |
2017-03-27 | gdb: xtensa-linux: add call0 support | Max Filippov | 2 | -0/+37 |
2017-03-27 | gdb: gdbserver: xtensa: make C0_NREGS available | Max Filippov | 3 | -1/+7 |
2017-03-27 | gdb: xtensa: clean up xtensa_default_isa initialization | Max Filippov | 2 | -4/+9 |
2017-03-27 | dwarf2read.c: Clean up out of bounds handling | Pedro Alves | 2 | -70/+106 |
2017-03-27 | gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_component | Pedro Alves | 2 | -46/+21 |
2017-03-27 | Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use | Pedro Alves | 4 | -5/+14 |
2017-03-27 | gdb: Make ldirname return a std::string | Pedro Alves | 7 | -78/+90 |
2017-03-24 | Remove MAX_REGISTER_SIZE from target.c | Alan Hayward | 4 | -39/+52 |
2017-03-24 | Avoid segfault on invalid directory table | Pádraig Brady | 2 | -6/+22 |
2017-03-23 | Remove some unnecessary inferior_ptid setting/restoring when fetching/storing... | Simon Marchi | 6 | -82/+39 |
2017-03-23 | Remove MAX_REGISTER_SIZE from sol-thread.c | Alan Hayward | 2 | -9/+4 |
2017-03-23 | Handle PRFM in AArch64 process record | Yao Qi | 2 | -3/+64 |
2017-03-23 | Fix code indentation | Yao Qi | 2 | -8/+17 |
2017-03-23 | Remove AARCH64_RECORD_FAILURE | Yao Qi | 2 | -1/+4 |
2017-03-23 | Remove constness of libdir in do_start_initialization | Andreas Arnez | 1 | -1/+1 |
2017-03-23 | Fix memory leak in python.c:do_start_initialization | Philipp Rudo | 2 | -1/+7 |
2017-03-22 | Remove lwp -> pid conversion in linux_nat_xfer_partial | Simon Marchi | 3 | -11/+13 |
2017-03-22 | Remove @code for python | Yao Qi | 2 | -1/+5 |
2017-03-22 | Wrap locally used classes in anonymous namespace | Yao Qi | 5 | -0/+27 |
2017-03-22 | Import sys in gdb/python/lib/gdb/printer/bound_registers.py | Jonah Graham | 2 | -0/+7 |
2017-03-21 | windows: Use ptid from regcache in register fetch/store | Simon Marchi | 2 | -26/+40 |
2017-03-21 | Remove remaining reference to struct serial::current_timeout | Simon Marchi | 2 | -2/+5 |
2017-03-21 | Decode properly flags of %ccr register on sparc64. | Ivo Raisr | 6 | -11/+304 |
2017-03-21 | Fix break on Python 2 | Tim Wiederhake | 6 | -2/+27 |
2017-03-20 | spu: Use ptid from regcache instead of inferior_ptid | Simon Marchi | 3 | -0/+28 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 30 | -249/+239 |
2017-03-20 | Add rvalue reference tests and docs | Artemiy Volkov | 17 | -4/+972 |