Age | Commit message (Expand) | Author | Files | Lines |
2015-03-31 | Add --with-system-zlib in gdb | H.J. Lu | 7 | -101/+39 |
2015-03-31 | dwarf.exp: Allow generating a stub .debug_line section | Petr Machata | 2 | -1/+150 |
2015-03-31 | Add cpu information to the info os command on linux. | Antoine Tremblay | 5 | -73/+199 |
2015-03-31 | Fix the triplet regexp to recognize triplets, not only quadruplets | Matthias Klose | 2 | -1/+8 |
2015-03-30 | PR c++/18141 | Doug Evans | 2 | -2/+11 |
2015-03-30 | Remove three redundant wrapper functions in remote.c | Gary Benson | 2 | -27/+15 |
2015-03-28 | gdb: ft32: new port | James Bowman | 5 | -1/+595 |
2015-03-27 | Revert: Code cleanup: Move print_command_1 expr variable scope | Jan Kratochvil | 2 | -2/+8 |
2015-03-27 | Initialize EXPR in dtrace-probe::dtrace_process_dof_probe | Joel Brobecker | 2 | -1/+5 |
2015-03-27 | Fix gdb_bfd_section_index for special sections | Andrzej Kaczmarek | 2 | -4/+9 |
2015-03-26 | testsuite: Don't set SYMBOL_PREFIX for x86_64_*_cygwin | Jon Turney | 2 | -1/+6 |
2015-03-26 | dtrace-probe: Handle error while parsing probe argument. | Joel Brobecker | 4 | -2/+45 |
2015-03-26 | Add myself as a write-after-approval GDB maintainer | Jon Turney | 2 | -0/+5 |
2015-03-26 | Fix copy-paste typo in -data-write-memory-bytes doc | Simon Marchi | 2 | -1/+6 |
2015-03-26 | Properly intern constants into psymtab | Andy Wingo | 5 | -3/+115 |
2015-03-26 | Code cleanup: Move print_command_1 expr variable scope | Jan Kratochvil | 2 | -1/+7 |
2015-03-26 | Code cleanup: Make validate_format parameter const | Jan Kratochvil | 2 | -1/+6 |
2015-03-26 | Clarify comment on the purpose of the assertion loop in _initialize_remote. | Don Breazeal | 2 | -1/+6 |
2015-03-26 | Don't set breakpoints on import stubs on Windows amd64 | Pedro Alves | 2 | -13/+32 |
2015-03-26 | Handle the effect of skipping prologue | Yao Qi | 3 | -0/+36 |
2015-03-26 | Remove some hard-coded stuff in tests | Yao Qi | 3 | -10/+23 |
2015-03-26 | Compile break-asm-file{0,1}.s without debug info | Yao Qi | 2 | -5/+24 |
2015-03-26 | Relax pattern to match the output of "info frame" in gdb.base/savedregs.exp | Yao Qi | 2 | -1/+6 |
2015-03-25 | btrace: fix tests for 32-bit | Markus Metzger | 17 | -428/+1057 |
2015-03-25 | btrace: increase buffer size for exception test | Markus Metzger | 2 | -0/+6 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 9 | -68/+70 |
2015-03-25 | Associate target_ops with target_fileio file descriptors | Gary Benson | 2 | -52/+132 |
2015-03-24 | Fix "thread apply all" with exited threads | Pedro Alves | 4 | -5/+23 |
2015-03-24 | Fix switch_back_to_stepped_thread comment references | Pedro Alves | 2 | -4/+9 |
2015-03-24 | Shuffle user_visible_resume_ptid | Pedro Alves | 3 | -17/+29 |
2015-03-24 | Debug output tweaks in the Linux target backends | Pedro Alves | 4 | -25/+73 |
2015-03-24 | Do not make "prop" field of struct dynamic_prop_list a pointer. | Joel Brobecker | 3 | -5/+11 |
2015-03-24 | GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION. | Joel Brobecker | 3 | -3/+12 |
2015-03-24 | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 8 | -57/+105 |
2015-03-24 | Make "set scheduler-locking step" depend on user intention, only | Pedro Alves | 8 | -34/+60 |
2015-03-24 | Make step_start_function be per thread | Pedro Alves | 3 | -7/+17 |
2015-03-24 | No longer handle negative 'step' in 'proceed' | Pedro Alves | 2 | -3/+5 |
2015-03-24 | Fix mi-pending.exp test output to allow stable test diffing | Antoine Tremblay | 2 | -1/+5 |
2015-03-24 | Move duplicated Linux x86 code to nat/x86-linux.c | Gary Benson | 6 | -32/+41 |
2015-03-24 | Move low-level Linux x86 debug register code to a shared file | Gary Benson | 11 | -337/+288 |
2015-03-24 | Introduce x86_linux_update_debug_registers | Gary Benson | 4 | -6/+38 |
2015-03-24 | Linux x86 low-level debug register comment synchronization | Gary Benson | 4 | -48/+84 |
2015-03-24 | Linux x86 low-level debug register code synchronization | Gary Benson | 4 | -5/+18 |
2015-03-24 | Rename gdbserver's low-level Linux x86 debug register accessors | Gary Benson | 2 | -10/+24 |
2015-03-24 | Make lwp_info.arch_private handling shared | Gary Benson | 14 | -38/+198 |
2015-03-24 | Change signature of linux_target_ops.new_thread | Gary Benson | 7 | -14/+23 |
2015-03-24 | Introduce basic LWP accessors | Gary Benson | 7 | -10/+103 |
2015-03-24 | Make linux_stop_lwp be a shared function | Gary Benson | 5 | -2/+16 |
2015-03-24 | Add iterate_over_lwps to gdbserver | Gary Benson | 8 | -34/+108 |
2015-03-24 | Add x86_debug_reg_state to gdbserver | Gary Benson | 5 | -9/+27 |