| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | btrace: fix void return | Markus Metzger | 2015-10-08 | 2 | -1/+6 |
* | [aarch64] use aarch64_decode_insn to decode instructions in GDB | Yao Qi | 2015-10-07 | 2 | -11/+28 |
* | parse load_offset (bias) of restore command as long | Pitchumani Sivanupandi | 2015-10-06 | 2 | -2/+8 |
* | [FT32] gdb: Correctly interpret function prologs | jamesbowman | 2015-10-02 | 2 | -6/+54 |
* | Fix gdb.dwarf2/staticvirtual.exp regexp. | Sandra Loosemore | 2015-10-02 | 2 | -1/+11 |
* | vec.h: Add casts for C++ compat | Simon Marchi | 2015-10-01 | 2 | -3/+7 |
* | dwarf2read.c (setup_type_unit_groups): Add comment. | Doug Evans | 2015-09-30 | 2 | -0/+9 |
* | x86/Linux: reenable all-stop on top of non-stop | Pedro Alves | 2015-09-30 | 3 | -13/+7 |
* | Call strprefix instead of strncmp in event parsing | Don Breazeal | 2015-09-30 | 2 | -1/+6 |
* | gdbarch.h: Change gdbarch_info::tdep_info's type to void * | Simon Marchi | 2015-09-30 | 8 | -7/+18 |
* | Shorten long lines in linux-aarch64-low.c | Yao Qi | 2015-09-30 | 2 | -2/+9 |
* | py-type.exp: Do not run tests if binary fails to build | Simon Marchi | 2015-09-30 | 2 | -23/+33 |
* | Fix ChangeLog Date for previous push. | Kevin Buettner | 2015-09-30 | 1 | -1/+1 |
* | infcmd.c: Don't attempt to record a NULL value after a finish command. | Kevin Buettner | 2015-09-30 | 2 | -1/+7 |
* | btrace, testsuite: fix spurious gdb.btrace/tsx.exp fails | Markus Metzger | 2015-09-30 | 2 | -7/+37 |
* | msp430: Fix bug regarding large memory model inferior function call arguments. | Kevin Buettner | 2015-09-29 | 2 | -3/+15 |
* | Undo accidental commit | jamesbowman | 2015-09-29 | 1 | -39/+6 |
* | Rebase patch #7 | jamesbowman | 2015-09-29 | 1 | -6/+39 |
* | [FT32] Replace hard-coded instruction patterns with macros | jamesbowman | 2015-09-29 | 2 | -9/+12 |
* | Fix last commit's ChangeLog | Simon Marchi | 2015-09-28 | 1 | -1/+1 |
* | cli-script.c: Fix read_next_line's comment | Simon Marchi | 2015-09-28 | 2 | -2/+7 |
* | gdb.base/gcore.c (array_func): Add reference to static_array. | Doug Evans | 2015-09-28 | 2 | -0/+6 |
* | MAINTAINERS: Add Iain Buclaw as D language maintainer. | Doug Evans | 2015-09-28 | 2 | -0/+5 |
* | common/filestuff.c (make_cleanup_close): Update comment. | Doug Evans | 2015-09-28 | 2 | -1/+5 |
* | Fix cast of xml_find_attribute's return value | Simon Marchi | 2015-09-26 | 6 | -12/+22 |
* | [D] Fix regression in py-lookup-type.exp | Iain Buclaw | 2015-09-26 | 2 | -7/+41 |
* | Fix typo in syntax of record instruction-history begin, end. | Doug Evans | 2015-09-25 | 2 | -2/+8 |
* | Add some more casts (2/2) | Simon Marchi | 2015-09-25 | 127 | -701/+1404 |
* | Add some more casts (1/2) | Simon Marchi | 2015-09-25 | 133 | -649/+1352 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 192 | -796/+1411 |
* | Generalize enum regexp in gdb.cp/classes.exp. | Sandra Loosemore | 2015-09-24 | 2 | -1/+6 |
* | [FT32] Implement pointer to address conversion method. | jamesbowman | 2015-09-24 | 3 | -2/+104 |
* | Allow any size enum in gdb.cp/var-tag.exp. | Sandra Loosemore | 2015-09-23 | 2 | -1/+6 |
* | [Ada] Fix handling of array renamings | Pierre-Marie de Rodat | 2015-09-23 | 6 | -4/+112 |
* | doc: Fix substitute-path example | Simon Marchi | 2015-09-22 | 2 | -2/+7 |
* | stap-probe: Remove unnecessary cast | Simon Marchi | 2015-09-22 | 2 | -1/+5 |
* | Add two missing consts | Simon Marchi | 2015-09-21 | 3 | -2/+7 |
* | Add NEWS entry for fast tracepoint support on aarch64-linux | Pierre Langlois | 2015-09-21 | 2 | -0/+8 |
* | Add a test case for fast tracepoints' locking mechanism | Pierre Langlois | 2015-09-21 | 3 | -0/+199 |
* | Add a gdb.trace test for instruction relocation | Pierre Langlois | 2015-09-21 | 3 | -0/+627 |
* | Enable fast tracepoint tests | Pierre Langlois | 2015-09-21 | 11 | -1/+36 |
* | Implement target_emit_ops | Pierre Langlois | 2015-09-21 | 2 | -14/+1300 |
* | Add support for fast tracepoints | Pierre Langlois | 2015-09-21 | 5 | -3/+1689 |
* | Make aarch64_decode_adrp handle both ADR and ADRP instructions | Pierre Langlois | 2015-09-21 | 4 | -7/+40 |
* | Move instruction decoding into new arch/ directory | Pierre Langlois | 2015-09-21 | 9 | -201/+366 |
* | Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENT | Yao Qi | 2015-09-21 | 2 | -0/+6 |
* | [gdbserver] Remove unused max_jump_pad_size | Yao Qi | 2015-09-21 | 2 | -3/+4 |
* | dwarf2read.c (add_partial_symbol): Remove outdated comments. | Doug Evans | 2015-09-20 | 2 | -6/+4 |
* | dwarf2_compute_name: add fixme, don't use same name as parameter for local | Doug Evans | 2015-09-20 | 2 | -8/+18 |
* | crash printing non-local variable from nested subprogram | Joel Brobecker | 2015-09-20 | 2 | -4/+51 |