diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2019-12-12 14:54:47 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2019-12-12 14:54:47 -0500 |
commit | 7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1 (patch) | |
tree | b08bc114ee4318c14995078880e10063d8a592ad /etc | |
parent | d61df89700bcf1633ca9db0ea403c2108c3cac3e (diff) | |
download | gdb-7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1.zip gdb-7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1.tar.gz gdb-7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1.tar.bz2 |
Replace xmalloc/xfree with vector in jit.c
I'm currently studying that code and noticed this manual memory
management, which could easily be replaced with a vector, so here it is.
gdb/ChangeLog:
* jit.c (jit_reader_try_read_symtab): Replace xmalloc/xfree with
gdb::byte_vector.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions