This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 2/2] btrace: set/show record btrace cpu


> From: Markus Metzger <markus.t.metzger@intel.com>
> Date: Mon,  5 Mar 2018 11:59:15 +0100
> 
> 2018-03-05  Markus Metzger  <markus.t.metzger@intel.com>
> 
> gdb/
> 	* NEWS (New options): announce set/show record btrace cpu.
> 	* btrace.c: Include record-btrace.h.
> 	(btrace_compute_ftrace_pt): Skip enabling errata workarounds if the
> 	vendor is unknown.
> 	(btrace_compute_ftrace_1): Add cpu parameter.  Update callers.
> 	Maybe overwrite the btrace configuration's cpu.
> 	(btrace_compute_ftrace): Add cpu parameter.  Update callers.
> 	(btrace_fetch): Add cpu parameter.  Update callers.
> 	(btrace_maint_update_pt_packets): Call record_btrace_get_cpu.  Maybe
> 	overwrite the btrace configuration's cpu.  Skip enabling errata
> 	workarounds if the vendor is unknown.
> 	* python/py-record-btrace.c: Include record-btrace.h.
> 	(recpy_bt_begin, recpy_bt_end, recpy_bt_instruction_history)
> 	(recpy_bt_function_call_history): Call record_btrace_get_cpu.
> 	* record-btrace.c (record_btrace_cpu_state_kind): New.
> 	(record_btrace_cpu): New.
> 	(set_record_btrace_cpu_cmdlist): New.
> 	(record_btrace_get_cpu): New.
> 	(require_btrace_thread, record_btrace_info)
> 	(record_btrace_resume_thread): Call record_btrace_get_cpu.
> 	(cmd_set_record_btrace_cpu_none): New.
> 	(cmd_set_record_btrace_cpu_auto): New.
> 	(cmd_set_record_btrace_cpu): New.
> 	(cmd_show_record_btrace_cpu): New.
> 	(_initialize_record_btrace): Initialize set/show record btrace cpu
> 	commands.
> 	* record-btrace.h (record_btrace_get_cpu): New.
> 
> testsuite/
> 	* gdb.btrace/cpu.exp: New.
> 
> doc/
> 	* gdb.texinfo: Document set/show record btrace cpu.

OK for the documentation parts.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]