Age | Commit message (Expand) | Author | Files | Lines |
2015-09-21 | Add NEWS entry for fast tracepoint support on aarch64-linux | Pierre Langlois | 2 | -0/+8 |
2015-09-21 | Add a test case for fast tracepoints' locking mechanism | Pierre Langlois | 3 | -0/+199 |
2015-09-21 | Add a gdb.trace test for instruction relocation | Pierre Langlois | 3 | -0/+627 |
2015-09-21 | Enable fast tracepoint tests | Pierre Langlois | 11 | -1/+36 |
2015-09-21 | Implement target_emit_ops | Pierre Langlois | 2 | -14/+1300 |
2015-09-21 | Add support for fast tracepoints | Pierre Langlois | 5 | -3/+1689 |
2015-09-21 | Make aarch64_decode_adrp handle both ADR and ADRP instructions | Pierre Langlois | 4 | -7/+40 |
2015-09-21 | Move instruction decoding into new arch/ directory | Pierre Langlois | 9 | -201/+366 |
2015-09-21 | Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENT | Yao Qi | 2 | -0/+6 |
2015-09-21 | [gdbserver] Remove unused max_jump_pad_size | Yao Qi | 2 | -3/+4 |
2015-09-20 | dwarf2read.c (add_partial_symbol): Remove outdated comments. | Doug Evans | 2 | -6/+4 |
2015-09-20 | dwarf2_compute_name: add fixme, don't use same name as parameter for local | Doug Evans | 2 | -8/+18 |
2015-09-20 | crash printing non-local variable from nested subprogram | Joel Brobecker | 2 | -4/+51 |
2015-09-19 | Replace current_inferior ()->gdbarch with its wrapper target_gdbarch. | Doug Evans | 2 | -1/+6 |
2015-09-18 | linux-thread-db.c (record_thread): Return the created thread. | Doug Evans | 2 | -14/+18 |
2015-09-18 | symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member. | Doug Evans | 4 | -9/+10 |
2015-09-18 | default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message. | Doug Evans | 7 | -1/+123 |
2015-09-18 | Fix directory prefix in gdb.base/dso2dso.exp. | Sandra Loosemore | 2 | -1/+6 |
2015-09-18 | Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp. | Sandra Loosemore | 2 | -3/+9 |
2015-09-18 | Generalize breakpoint pattern in gdb.mi/mi-cli.exp. | Sandra Loosemore | 2 | -1/+6 |
2015-09-18 | Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp. | Sandra Loosemore | 2 | -1/+6 |
2015-09-18 | Fix shared library load in gdb.base/global-var-nested-by-dso.exp. | Sandra Loosemore | 2 | -1/+5 |
2015-09-18 | Require readline for gdb.linespec/explicit.exp tab-completion tests. | Sandra Loosemore | 2 | -135/+148 |
2015-09-18 | aarch64 multi-arch (part 3): get thread area | Yao Qi | 6 | -30/+69 |
2015-09-18 | btrace: honour scheduler-locking for all-stop targets | Markus Metzger | 4 | -98/+195 |
2015-09-18 | infrun: scheduler-locking replay | Markus Metzger | 6 | -25/+70 |
2015-09-18 | target: add to_record_will_replay target method | Markus Metzger | 6 | -0/+85 |
2015-09-18 | target: add to_record_stop_replaying target method | Markus Metzger | 6 | -2/+76 |
2015-09-18 | btrace: allow full memory and register access for non-replaying threads | Markus Metzger | 2 | -4/+12 |
2015-09-18 | target, record: add PTID argument to to_record_is_replaying | Markus Metzger | 7 | -26/+46 |
2015-09-18 | btrace: non-stop | Markus Metzger | 6 | -3/+302 |
2015-09-18 | infrun: switch to NO_HISTORY thread | Markus Metzger | 2 | -1/+12 |
2015-09-18 | btrace: async | Markus Metzger | 2 | -0/+32 |
2015-09-18 | btrace: temporarily set inferior_ptid in record_btrace_start_replaying | Markus Metzger | 2 | -19/+56 |
2015-09-18 | btrace: resume all requested threads | Markus Metzger | 2 | -37/+43 |
2015-09-18 | btrace: lock-step | Markus Metzger | 2 | -77/+190 |
2015-09-18 | btrace: add missing NO_HISTORY | Markus Metzger | 2 | -1/+9 |
2015-09-18 | btrace: move breakpoint checking into stepping functions | Markus Metzger | 2 | -6/+23 |
2015-09-18 | btrace: split record_btrace_step_thread | Markus Metzger | 2 | -82/+113 |
2015-09-18 | btrace: extract the breakpoint check from record_btrace_step_thread | Markus Metzger | 2 | -12/+35 |
2015-09-18 | btrace: improve stepping debugging | Markus Metzger | 2 | -4/+62 |
2015-09-18 | btrace: support to_stop | Markus Metzger | 3 | -9/+70 |
2015-09-18 | btrace: fix non-stop check in to_wait | Markus Metzger | 2 | -1/+6 |
2015-09-17 | Add test case for tracepoints with conditions | Pierre Langlois | 3 | -0/+240 |
2015-09-16 | Fix argument to compiled_cond, and add cases for compiled-condition. | Wei-cheng Wang | 4 | -2/+79 |
2015-09-16 | non-stop-fair-events.exp slower on software single-step && !displ-step targets | Pedro Alves | 4 | -38/+96 |
2015-09-16 | Make it easier to debug non-stop-fair-events.exp | Pedro Alves | 2 | -3/+61 |
2015-09-16 | Don't skip gdb.asm/asm-source.exp on aarch64 | Yao Qi | 3 | -0/+43 |
2015-09-15 | [Ada] Enhance type printing for arrays with variable-sized elements | Pierre-Marie de Rodat | 7 | -3/+140 |
2015-09-15 | Handle clang naming of function static local variable. | Doug Evans | 2 | -1/+6 |