diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-05-28 15:47:53 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-05-28 15:47:53 -0400 |
commit | 989ade05525047fc6b94f24ece5fc09e076027b0 (patch) | |
tree | 572f397400e3008548b24603eeaebc15cc5ce594 /gdb/ChangeLog | |
parent | c47bae859a5af0d95224d90000df0e529f7c5aa0 (diff) | |
download | gdb-989ade05525047fc6b94f24ece5fc09e076027b0.zip gdb-989ade05525047fc6b94f24ece5fc09e076027b0.tar.gz gdb-989ade05525047fc6b94f24ece5fc09e076027b0.tar.bz2 |
gdb: add comment in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value
Add a comment to clarify why we temporarily override some of the
context's fields, and especially the per_objfile field. A longer
explanation can be found in this previous commit
44486dcf19b ("gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value")
gdb/ChangeLog:
* dwarf2/loc.c (class dwarf_evaluate_loc_desc)
<push_dwarf_reg_entry_value>: Add comment.
Change-Id: I60c6e1062799f729b30a9db78bcb6448783324b4
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf46c4e..44300d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2020-05-28 Simon Marchi <simon.marchi@polymtl.ca> + + * dwarf2/loc.c (class dwarf_evaluate_loc_desc) + <push_dwarf_reg_entry_value>: Add comment. + 2020-05-28 Kevin Buettner <kevinb@redhat.com> Keith Seitz <keiths@redhat.com> |