Age | Commit message (Expand) | Author | Files | Lines |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -14/+8 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -8/+14 |
2019-01-10 | Fix tracepoint.c:parse_tracepoint_definition leak (and one more) | Pedro Alves | 1 | -13/+17 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -5/+5 |
2018-09-23 | Mark more file descriptors close-on-exec | Tom Tromey | 1 | -2/+5 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -4/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_register_status | Simon Marchi | 1 | -1/+1 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -16/+12 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -4/+4 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -47/+56 |
2018-03-30 | Use std::vector in uploaded_tp | Simon Marchi | 1 | -10/+8 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -16/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -2/+2 |
2017-10-14 | Use std::vector for traceframe_info::memory | Simon Marchi | 1 | -4/+4 |
2017-10-14 | Use std::vector for traceframe_info::tvars | Simon Marchi | 1 | -2/+2 |
2017-09-11 | Use std::string in ctf_start | Tom Tromey | 1 | -12/+6 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -2/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-17 | gdb/ctf.c: Get rid of mkdir redefinition | Pedro Alves | 1 | -5/+0 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+2 |
2016-07-22 | Get "num" as unsigned in ctf | Yao Qi | 1 | -1/+1 |
2016-04-14 | Avoid "format not a string literal" warnings | Pedro Alves | 1 | -22/+20 |
2016-02-10 | gdb.trace: Save XML target description in tfile. | Marcin KoĆcielnicki | 1 | -0/+10 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-27 | ctf.c: Fix int/enum implicit cast | Simon Marchi | 1 | -2/+8 |
2015-10-26 | ctf_xfer_partial: Return TARGET_XFER_E_IO instead of -1 on error | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -0/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-22 | Remove workaround to libbabeltrace 1.1.0 issue | Yao Qi | 1 | -49/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -2/+2 |
2014-05-05 | Partially available/unavailable data in requested range | Yao Qi | 1 | -1/+10 |
2014-04-22 | Unify ctf_fetch_registers and tfile_fetch_registers | Yao Qi | 1 | -44/+4 |
2014-04-19 | Call post_create_inferior in ctf_open. | Yao Qi | 1 | -0/+2 |
2014-04-19 | Get trace_regblock_size from metadata instead of event | Yao Qi | 1 | -34/+22 |
2014-04-19 | Add null pointer check in ctf_xfer_partial | Yao Qi | 1 | -1/+1 |
2014-03-22 | Move the traceframe_available_memory code from memory_xfer_partial_1 down to ... | Yao Qi | 1 | -1/+15 |
2014-02-23 | Use new to_xfer_partial interface in ctf and tfile target | Yao Qi | 1 | -2/+7 |
2014-02-23 | Share code on to_xfer_partial for tfile and ctf target | Yao Qi | 1 | -41/+1 |
2014-02-23 | Share some code between ctf and tfile target. | Yao Qi | 1 | -47/+1 |
2014-02-23 | Move trace file writer out of tracepoint.c | Yao Qi | 1 | -0/+1 |
2014-02-19 | Add target_ops argument to to_traceframe_info | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_get_trace_state_variable_value | Tom Tromey | 1 | -1/+2 |