| Commit message (Expand) | Author | Age | Files | Lines |
* | Get "num" as unsigned in ctf | Yao Qi | 2016-07-22 | 1 | -1/+1 |
* | Avoid "format not a string literal" warnings | Pedro Alves | 2016-04-14 | 1 | -22/+20 |
* | gdb.trace: Save XML target description in tfile. | Marcin KoĆcielnicki | 2016-02-10 | 1 | -0/+10 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | ctf.c: Fix int/enum implicit cast | Simon Marchi | 2015-10-27 | 1 | -2/+8 |
* | ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on error | Simon Marchi | 2015-10-26 | 1 | -1/+1 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -1/+1 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 1 | -2/+1 |
* | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 2015-02-26 | 1 | -0/+5 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Remove workaround to libbabeltrace 1.1.0 issue | Yao Qi | 2014-08-22 | 1 | -49/+0 |
* | constify to_open | Tom Tromey | 2014-07-30 | 1 | -2/+2 |
* | Partially available/unavailable data in requested range | Yao Qi | 2014-05-05 | 1 | -1/+10 |
* | Unify ctf_fetch_registers and tfile_fetch_registers | Yao Qi | 2014-04-22 | 1 | -44/+4 |
* | Call post_create_inferior in ctf_open. | Yao Qi | 2014-04-19 | 1 | -0/+2 |
* | Get trace_regblock_size from metadata instead of event | Yao Qi | 2014-04-19 | 1 | -34/+22 |
* | Add null pointer check in ctf_xfer_partial | Yao Qi | 2014-04-19 | 1 | -1/+1 |
* | Move the traceframe_available_memory code from memory_xfer_partial_1 down to ... | Yao Qi | 2014-03-22 | 1 | -1/+15 |
* | Use new to_xfer_partial interface in ctf and tfile target | Yao Qi | 2014-02-23 | 1 | -2/+7 |
* | Share code on to_xfer_partial for tfile and ctf target | Yao Qi | 2014-02-23 | 1 | -41/+1 |
* | Share some code between ctf and tfile target. | Yao Qi | 2014-02-23 | 1 | -47/+1 |
* | Move trace file writer out of tracepoint.c | Yao Qi | 2014-02-23 | 1 | -0/+1 |
* | Add target_ops argument to to_traceframe_info | Tom Tromey | 2014-02-19 | 1 | -1/+1 |
* | Add target_ops argument to to_get_trace_state_variable_value | Tom Tromey | 2014-02-19 | 1 | -1/+2 |
* | Add target_ops argument to to_trace_find | Tom Tromey | 2014-02-19 | 1 | -1/+1 |
* | Add target_ops argument to to_get_trace_status | Tom Tromey | 2014-02-19 | 1 | -1/+1 |
* | Add target_ops argument to to_close | Tom Tromey | 2014-02-19 | 1 | -1/+1 |
* | Return target_xfer_status in to_xfer_partial | Yao Qi | 2014-02-11 | 1 | -4/+17 |
* | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 2014-02-07 | 1 | -1/+1 |
* | Create inferior for ctf target. | Yao Qi | 2014-02-05 | 1 | -0/+24 |
* | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 2014-01-14 | 1 | -1/+1 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | gnulib's sys/stat.h always defines S_IRGRP, S_IXGRP, S_IXOTH. | Pedro Alves | 2013-12-02 | 1 | -12/+1 |
* | Remove last traces of gdb_stat.h. | Joel Brobecker | 2013-12-02 | 1 | -1/+1 |
* | remove gdb_stat.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | gdb/ | Yao Qi | 2013-06-26 | 1 | -0/+12 |
* | gdb/ | Yao Qi | 2013-06-07 | 1 | -0/+2 |
* | gdb/ | Yao Qi | 2013-04-20 | 1 | -2/+2 |
* | -Wpointer-sign: ctf.c. | Pedro Alves | 2013-04-19 | 1 | -7/+8 |
* | gdb/ | Yao Qi | 2013-04-13 | 1 | -1/+2 |
* | gdb/ | Yao Qi | 2013-04-10 | 1 | -10/+1186 |
* | gdb/ | Yao Qi | 2013-03-25 | 1 | -1/+2 |
* | gdb/ | Yao Qi | 2013-03-21 | 1 | -2/+18 |
* | gdb/ | Yao Qi | 2013-03-20 | 1 | -1/+9 |
* | gdb/ | Yao Qi | 2013-03-14 | 1 | -0/+647 |