]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/linux-low.c
2002-07-18 Michal Ludvig <mludvig@suse.cz>
authorMichal Ludvig <mludvig@suse.cz>
Thu, 18 Jul 2002 15:18:02 +0000 (15:18 +0000)
committerMichal Ludvig <mludvig@suse.cz>
Thu, 18 Jul 2002 15:18:02 +0000 (15:18 +0000)
commit09ec9b38d64692a0dafd73936365f15a8d4ab383
treed100808e25f8ca3a78fce25c61997022bbec726e
parent4894ac5dcfd7c4e1f7bb594c6883480d448077f9
2002-07-18  Michal Ludvig  <mludvig@suse.cz>

* linux-low.c (regsets_store_inferior_registers): Add free()
at the end of a loop to prevent memory leak.
* linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
(X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
gdb/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-x86-64-low.c