[pushed] Propagate gdb_disassembly_flags to btrace_print_lines
Simon Marchi
simon.marchi@polymtl.ca
Mon Mar 5 01:05:00 GMT 2018
This function can take the flags as the gdb_disassembly_flags type
instead of int.
gdb/ChangeLog:
* record-btrace.c (btrace_print_lines): Change type of flags to
gdb_disassembly_flags.
---
gdb/ChangeLog | 5 +++++
gdb/record-btrace.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1190e0f2b3..4a44af4c25 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-04 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * record-btrace.c (btrace_print_lines): Change type of flags to
+ gdb_disassembly_flags.
+
2018-03-04 John Baldwin <jhb@FreeBSD.org>
* fbsd-nat.c: Include "inf-ptrace.h".
diff --git a/gdb/record-btrace.c b/gdb/record-btrace.c
index d9a1dc593f..48eda54351 100644
--- a/gdb/record-btrace.c
+++ b/gdb/record-btrace.c
@@ -601,7 +601,7 @@ btrace_find_line_range (CORE_ADDR pc)
static void
btrace_print_lines (struct btrace_line_range lines, struct ui_out *uiout,
- struct cleanup **ui_item_chain, int flags)
+ struct cleanup **ui_item_chain, gdb_disassembly_flags flags)
{
print_source_lines_flags psl_flags;
int line;
--
2.16.1
More information about the Gdb-patches
mailing list