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 1/2] build id


On Monday 29 November 2010 21:48:59, sami wagiaalla wrote:
> +
> +  add_setshow_boolean_cmd ("build-id-core-loads", class_files,
> +                          &build_id_core_loads, _("\
> +Set whether CORE-FILE loads the build-id associated files automatically."), _("\
> +Show whether CORE-FILE loads the build-id associated files automatically.."),
> +                          NULL, NULL, NULL,
> +                          &setlist, &showlist);

Quick note: please make sure all new commands implement the
show_func callback.

-- 
Pedro Alves


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