ChangeLog-2020-2021 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. 2021-06-17 Pedro Alves <pedro@palves.net>
  2. * scoped_ignore_signal.h
  3. (scoped_ignore_signal::scoped_ignore_signal)
  4. [HAVE_SIGPROCMASK]: Use sigprocmask to block the signal instead of
  5. changing the signal disposition for the whole process.
  6. (scoped_ignore_signal::~scoped_ignore_signal) [HAVE_SIGPROCMASK]:
  7. Use sigtimedwait and sigprocmask to flush and unblock the signal.
  8. 2021-06-17 Pedro Alves <pedro@palves.net>
  9. * scoped_ignore_sigttou.h: New file, moved from gdb/ and renamed.
  10. 2021-05-17 Andrew Burgess <andrew.burgess@embecosm.com>
  11. * .dir-locals.el: Set sentence-end-double-space for all modes, and
  12. set brace-list-open to 0 for C and C++ modes.
  13. 2021-05-08 Simon Marchi <simon.marchi@polymtl.ca>
  14. * Makefile.in: Re-generate.
  15. * config.in: Re-generate.
  16. * configure: Re-generate.
  17. 2021-05-08 Pedro Alves <pedro@palves.net>
  18. * common.m4 (personality test): Remove.
  19. 2021-04-30 Tom Tromey <tromey@adacore.com>
  20. * thread-pool.cc (thread_pool::post_task): Update.
  21. * thread-pool.h (class thread_pool) <post_task>: Take rvalue
  22. reference to function.
  23. 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
  24. Simon Marchi <simon.marchi@polymtl.ca>
  25. * observable.h (class observable): Extend to allow specifying
  26. dependencies between observers, keep vector holding observers
  27. sorted so that dependencies are notified before observers
  28. depending on them.
  29. 2021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
  30. * observable.h (observer_debug_printf,
  31. OBSERVER_SCOPED_DEBUG_START_END): New.
  32. (class observable) <notify, attach>: Use them.
  33. 2021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
  34. * common-debug.h (struct scoped_debug_start_end)
  35. <scoped_debug_start_end>: Change start_msg/end_msg for
  36. start_prefix/end_prefix. Add format string parameter and make
  37. variadic.
  38. <~scoped_debug_start_end>: Adjust.
  39. <m_end_msg>: Rename to...
  40. <m_end_prefix>: ... this.
  41. <m_with_format>: New.
  42. <m_msg>: New.
  43. (scoped_debug_start_end): Make variadic.
  44. (scoped_debug_enter_exit): Adjust.
  45. 2021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
  46. * observable.h (class observable) <struct observer> <observer>:
  47. Add name parameter.
  48. <name>: New field.
  49. <attach>: Add name parameter, update all callers.
  50. 2021-04-24 Simon Marchi <simon.marchi@polymtl.ca>
  51. * observable.h (class observable) <struct observer>: New.
  52. <detach, notify>: Update.
  53. <m_observers>: Change type to vector of observers.
  54. 2021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
  55. * observable.h (observer_debug): Change to bool.
  56. 2021-04-23 Simon Marchi <simon.marchi@polymtl.ca>
  57. * common-debug.h: Include preprocessor.h.
  58. 2021-03-24 Luis Machado <luis.machado@linaro.org>
  59. * rsp-low.cc (fromhex, hex2bin): Move to ...
  60. * common-utils.cc: ... here.
  61. (fromhex) Change error message text to not be RSP-specific.
  62. * rsp-low.h (fromhex, hex2bin): Move to ...
  63. * common-utils.h: ... here.
  64. 2021-03-21 Alan Modra <amodra@gmail.com>
  65. * common-utils.h (startswith): Delete version now supplied by bfd.h.
  66. 2021-02-05 Paul E. Murphy <murphy@linux.ibm.com>
  67. * common-defs.h (ATTRIBUTE_PRINTF): Rename
  68. _GL_ATTRIBUTE_FORMAT_PRINTF to _GL_ATTRIBUTE_FORMAT_PRINTF_STANDARD.
  69. * common-utils.h (xfree): Use GNULIB_NAMESPACE namespace when calling
  70. free if this macro is defined.
  71. 2021-01-23 Lancelot SIX <lsix@lancelotsix.com>
  72. * gdb_tilde_expand.cc (gdb_tilde_expand): Improve
  73. implementation.
  74. (gdb_tilde_expand_up): Delegate logic to gdb_tilde_expand.
  75. * gdb_tilde_expand.h (gdb_tilde_expand): Update description.
  76. 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
  77. * common-debug.h (debug_prefixed_printf_cond_nofunc): New.
  78. * common-debug.c (debug_prefixed_vprintf): Handle a nullptr
  79. func.
  80. 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
  81. PR gdb/27157
  82. * pathstuff.cc (get_standard_cache_dir, get_standard_config_dir,
  83. find_gdb_home_config_file): Add empty string check.
  84. 2021-01-06 Mike Frysinger <vapier@gentoo.org>
  85. * common-utils.h (align_up): Fix typo in header comment.
  86. 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
  87. * common-debug.h (debug_print_depth): New.
  88. (struct scoped_debug_start_end): New.
  89. (scoped_debug_start_end): New.
  90. (scoped_debug_enter_exit): New.
  91. * common-debug.cc (debug_prefixed_vprintf): Print indentation.
  92. 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
  93. * gdbsupport/common-utils.cc: Change 'ctype.h' include to
  94. 'safe-ctype.h'.
  95. (extract_string_maybe_quoted): Use safe-ctype function versions.
  96. (is_digit_in_base): Likewise.
  97. (digit_to_int): Likewise.
  98. (strtoulst): Likewise.
  99. (skip_spaces): Likewise.
  100. (skip_to_space): Likewise.
  101. 2020-12-11 Simon Marchi <simon.marchi@polymtl.ca>
  102. * common-debug.h (debug_prefixed_printf_cond): New.
  103. * event-loop.h (event_loop_debug_printf): Use
  104. debug_prefixed_printf_cond.
  105. 2020-12-08 Alexander Fedotov <alfedotov@gmail.com>
  106. * pathstuff.cc (get_standard_cache_dir): Use LOCALAPPDATA environment
  107. variable when running on Windows.
  108. 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
  109. * tdesc.cc (print_xml_feature::visit): Print enum fields using
  110. 'evalue' syntax.
  111. 2020-12-01 Chungyi Chi <demonic@csie.io>
  112. * tdesc.cc (print_xml_feature::visit): Print enum size attribute.
  113. 2020-11-20 Tom Tromey <tromey@adacore.com>
  114. * thread-pool.cc (thread_pool::set_thread_count): Ignore system
  115. errors.
  116. 2020-11-10 Tom Tromey <tromey@adacore.com>
  117. PR build/26848:
  118. * pathstuff.h: Move include block here...
  119. * pathstuff.cc: ... from here.
  120. 2020-11-02 Tom Tromey <tom@tromey.com>
  121. * pathstuff.h (get_standard_config_dir): Declare.
  122. * pathstuff.cc (get_standard_config_dir): New function.
  123. 2020-11-02 Simon Marchi <simon.marchi@efficios.com>
  124. * common-exceptions.h: Fix indentation.
  125. * event-loop.cc: Fix indentation.
  126. * fileio.cc: Fix indentation.
  127. * filestuff.cc: Fix indentation.
  128. * gdb-dlfcn.cc: Fix indentation.
  129. * gdb_string_view.h: Fix indentation.
  130. * job-control.cc: Fix indentation.
  131. * signals.cc: Fix indentation.
  132. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  133. * common-debug.cc (debug_prefixed_printf): New.
  134. * common-debug.h (debug_prefixed_printf): New declaration.
  135. * event-loop.cc (event_loop_debug_printf_1): Remove.
  136. * event-loop.h (event_loop_debug_printf_1): Remove.
  137. (event_loop_debug_printf): Use debug_prefixed_printf.
  138. (event_loop_ui_debug_printf): Use debug_prefixed_printf.
  139. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  140. * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
  141. AC_LANG_PROGRAM.
  142. * configure: Re-generate.
  143. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  144. * common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK.
  145. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  146. * configure: Re-generate.
  147. * warning.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
  148. AC_LANG_PROGRAM.
  149. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  150. * configure: Re-generate.
  151. * ptrace.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
  152. AC_LANG_PROGRAM.
  153. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  154. * configure: Re-generate.
  155. * ptrace.m4: Re-indent.
  156. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  157. * aclocal.m4: Re-generate.
  158. * configure: Re-generate.
  159. * configure.ac: Remove AM_PROG_CC_STDC.
  160. 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
  161. * configure.ac: Use AC_CANONICAL_{BUILD,HOST,TARGET} instead of
  162. AC_CANONICAL_SYSTEM.
  163. * configure: Re-generate.
  164. 2020-10-26 Pedro Alves <pedro@palves.net>
  165. * eintr.h (handle_eintr): Replace Ret template parameter with
  166. ErrorValType. Use it as type of the failure value. Deduce the
  167. function's return type using decltype. Use lowercase for function
  168. parameter names.
  169. 2020-10-25 Simon Marchi <simon.marchi@polymtl.ca>
  170. * Makefile.in: Re-generate.
  171. * acinclude.m4: Update ptrace.m4 path.
  172. * ptrace.m4: Move here.
  173. 2020-10-08 Andrew Burgess <andrew.burgess@embecosm.com>
  174. * tdesc.h (allocate_target_description): Update return type.
  175. 2020-10-07 Tom Tromey <tromey@adacore.com>
  176. * Makefile.in: Rebuild.
  177. * Makefile.am (libgdbsupport_a_SOURCES): Add search.cc.
  178. * search.h: New file.
  179. * search.cc: New file.
  180. 2020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
  181. * event-loop.h (debug_event_loop): New variable declaration.
  182. (event_loop_debug_printf_1): New function declaration.
  183. (event_loop_debug_printf): New macro.
  184. * event-loop.cc (debug_event_loop): New variable.
  185. (handle_file_event): Add debug print.
  186. (event_loop_debug_printf_1): New function.
  187. 2020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
  188. * common-debug.cc (debug_prefixed_vprintf): Move here.
  189. * common-debug.h (debug_prefixed_vprintf): Move here.
  190. 2020-10-02 Simon Marchi <simon.marchi@polymtl.ca>
  191. * event-loop.h (add_file_handler): Add "name" parameter.
  192. * event-loop.cc (struct file_handler) <name>: New field.
  193. (create_file_handler): Add "name" parameter, assign it to file
  194. handler.
  195. (add_file_handler): Add "name" parameter.
  196. 2020-10-01 Kamil Rytarowski <n54@gmx.com>
  197. * agent.cc (gdb_connect_sync_socket): Preinitialize addr with zeros.
  198. 2020-09-29 Pedro Alves <pedro@palves.net>
  199. * valid-expr.h (CHECK_VALID_EXPR_INT): Make archetype a template
  200. class instead of an alias template and adjust static_assert.
  201. 2020-09-24 Simon Marchi <simon.marchi@efficios.com>
  202. * event-loop.c (struct file_handler): Remove typedef, re-format.
  203. 2020-09-16 John Baldwin <jhb@FreeBSD.org>
  204. * common.m4 (GDB_AC_COMMON): Refactor checks for kinfo_getfile().
  205. * configure, config.in: Regenerate.
  206. 2020-09-14 Pedro Alves <pedro@palves.net>
  207. * enum-flags.h: Include "traits.h".
  208. (DEF_ENUM_FLAGS_TYPE): Declare a function instead of defining a
  209. structure.
  210. (enum_underlying_type): Update comment.
  211. (namespace enum_flags_detail): New. Move struct zero_type here.
  212. (EnumIsUnsigned, EnumIsSigned): New.
  213. (class enum_flags): Make most methods constexpr.
  214. (operator&=, operator|=, operator^=): Take an enum_flags instead
  215. of an enum_type. Make rvalue ref versions deleted.
  216. (operator enum_type()): Delete.
  217. (operator&, operator|, operator^, operator~): Delete, moved out of
  218. class.
  219. (raw()): New method.
  220. (is_enum_flags_enum_type_t): Declare.
  221. (ENUM_FLAGS_GEN_BINOP, ENUM_FLAGS_GEN_COMPOUND_ASSIGN)
  222. (ENUM_FLAGS_GEN_COMP): New. Use them to reimplement global
  223. operators.
  224. (operator~): Now constexpr and reimplemented.
  225. (operator<<, operator>>): New deleted functions.
  226. * valid-expr.h (CHECK_VALID_EXPR_5, CHECK_VALID_EXPR_6): New.
  227. 2020-09-14 Pedro Alves <pedro@palves.net>
  228. * traits.h (struct nonesuch, struct detector, detected_or)
  229. (detected_or_t, is_detected, detected_t, detected_or)
  230. (detected_or_t, is_detected_exact, is_detected_convertible): New.
  231. * valid-expr.h (CHECK_VALID_EXPR_INT): Use gdb::is_detected_exact.
  232. 2020-09-10 Kamil Rytarowski <n54@gmx.com>
  233. * eintr.h: New file.
  234. 2020-08-13 Simon Marchi <simon.marchi@polymtl.ca>
  235. * selftest.h (run_tests): Change parameter to array_view.
  236. * selftest.c (run_tests): Change parameter to array_view and use
  237. it.
  238. 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
  239. * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
  240. * common.m4 (GDB_AC_COMMON): Use BFD_SYS_PROCFS_H to check for
  241. <sys/procfs.h>.
  242. * Makefile.in: Regenerate.
  243. * configure, config.in: Regenerate.
  244. 2020-07-28 Tom de Vries <tdevries@suse.de>
  245. PR build/26281
  246. * gdb_optional.h (class optional): Add volatile member to union
  247. contaning m_dummy and m_item.
  248. 2020-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
  249. * tdesc.h (struct target_desc_deleter): Moved here
  250. from gdb/target-descriptions.h, extend comment.
  251. (target_desc_up): Likewise.
  252. 2020-06-30 Tom Tromey <tromey@adacore.com>
  253. PR build/26183:
  254. * gdb_string_view.h (basic_string_view::to_string): Remove.
  255. (gdb::to_string): New function.
  256. 2020-06-27 Simon Marchi <simon.marchi@efficios.com>
  257. * tdesc.h (class print_xml_feature) <add_line>: Add
  258. ATTRIBUTE_PRINTF.
  259. 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
  260. * tdesc.cc (print_xml_feature::visit_pre): Use add_line to add
  261. output content, and call indent as needed in all overloaded
  262. variants.
  263. (print_xml_feature::visit_post): Likewise.
  264. (print_xml_feature::visit): Likewise.
  265. (print_xml_feature::add_line): Two new overloaded functions.
  266. * tdesc.h (print_xml_feature::indent): New member function.
  267. (print_xml_feature::add_line): Two new overloaded member
  268. functions.
  269. (print_xml_feature::m_depth): New member variable.
  270. 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
  271. * tdesc.cc (print_xml_feature::visit_pre): Print compatible
  272. information.
  273. * tdesc.h (struct tdesc_compatible_info): Declare new struct.
  274. (tdesc_compatible_info_up): New typedef.
  275. (tdesc_compatible_info_list): Declare new function.
  276. (tdesc_compatible_info_arch_name): Declare new function.
  277. 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
  278. * common-utils.cc, common-utils.h (stringify_argv): Drop
  279. now unused function stringify_argv
  280. 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
  281. * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
  282. Adapt to take a gdb::array_view<char * const> parameter.
  283. Adapt call site.
  284. 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
  285. * common-inferior.cc, common-inferior.h (construct_inferior_arguments):
  286. Adapt to handle zero args and return a std::string.
  287. Adapt call site.
  288. 2020-05-25 Michael Weghorn <m.weghorn@posteo.de>
  289. * common-inferior.h, common-inferior.cc: (construct_inferior_arguments):
  290. Move function here from gdb/infcmd.c, gdb/inferior.h
  291. 2020-05-14 Kevin Buettner <kevinb@redhat.com>
  292. * btrace-common.h (btrace_cpu_vendor): Add CV_AMD.
  293. 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
  294. * common-regcache.h (regcache_read_pc_protected): New function
  295. declaration.
  296. 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
  297. * gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
  298. 2020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
  299. * common-defs.h: Include cstdlib.h.
  300. 2020-04-20 Tom Tromey <tromey@adacore.com>
  301. * scoped_mmap.h (scoped_mmap): Mark move constructor as noexcept.
  302. Use initialization style. Don't call destroy.
  303. * scoped_fd.h (class scoped_fd): Mark move constructor as
  304. noexcept.
  305. * gdb_ref_ptr.h (class ref_ptr): Mark move constructor as
  306. noexcept.
  307. 2020-04-13 Tom Tromey <tom@tromey.com>
  308. * event-loop.c: Move comment. Remove obsolete comment.
  309. 2020-04-13 Tom Tromey <tom@tromey.com>
  310. * event-loop.h: Move from ../gdb/.
  311. * event-loop.cc: Move from ../gdb/.
  312. 2020-04-13 Tom Tromey <tom@tromey.com>
  313. * errors.h (flush_streams): Declare.
  314. 2020-04-13 Tom Tromey <tom@tromey.com>
  315. * gdb_select.h: Move from ../gdb/.
  316. 2020-04-13 Tom Tromey <tom@tromey.com>
  317. * config.in, configure: Rebuild.
  318. * common.m4 (GDB_AC_COMMON): Check for poll.h, sys/poll.h,
  319. sys/select.h, and poll.
  320. 2020-03-31 Tom Tromey <tromey@adacore.com>
  321. * btrace-common.cc (btrace_data_append): Conditionally call
  322. memcpy.
  323. 2020-03-27 Andrew Burgess <andrew.burgess@embecosm.com>
  324. * create-version.sh: Resolve issues highlighted by shellcheck.
  325. 2020-03-20 Simon Marchi <simon.marchi@efficios.com>
  326. * config.in: Re-generate.
  327. * configure: Re-generate.
  328. 2020-03-17 Kamil Rytarowski <n54@gmx.com>
  329. * common-defs.h: Include alloca.h if HAVE_ALLOCA_H is defined.
  330. 2020-03-12 Tom Tromey <tom@tromey.com>
  331. * common-types.h: Remove GDBSERVER code.
  332. (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Redefine.
  333. * common-defs.h: Remove GDBSERVER code.
  334. 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
  335. * selftest.m4: Moved from gdb/.
  336. * acinclude.m4: Update path to selftest.m4.
  337. 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
  338. * configure.ac: Don't source bfd/development.sh.
  339. * common.m4: Source bfd/development.sh.
  340. * configure: Re-generate.
  341. 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
  342. * configure: Re-generate.
  343. 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
  344. * configure: Re-generate.
  345. * warning.m4: Enable -Wmissing-prototypes.
  346. 2020-03-08 Tom Tromey <tom@tromey.com>
  347. * gdb_binary_search.h: Fix two typos.
  348. 2020-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
  349. * .dir-locals.el: New file.
  350. 2020-03-05 Vyacheslav Petrishchev <vyachemail@gmail.com>
  351. * configure.ac: Added call development.sh.
  352. * configure: Regenerate.
  353. 2020-03-05 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
  354. * .gitattributes: New file.
  355. 2020-03-03 Simon Marchi <simon.marchi@efficios.com>
  356. * Makefile.in: Re-generate.
  357. 2020-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
  358. * gdb-dlfcn.h (gdb_dlopen): Update comment.
  359. 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
  360. * configure: Regenerate.
  361. 2020-02-14 Tom Tromey <tom@tromey.com>
  362. * common-defs.h: Change path to gnulib/config.h.
  363. 2020-02-13 Simon Marchi <simon.marchi@efficios.com>
  364. * Makefile.am: Rename source files from .c to .cc.
  365. (CC, CFLAGS): Don't override.
  366. (AM_CFLAGS): Rename to ...
  367. (AM_CXXFLAGS): ... this.
  368. * Makefile.in: Re-generate.
  369. * %.c: Rename to %.cc.
  370. 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
  371. * configure: Re-generate.
  372. 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
  373. * warning.m4: Add -Wstrict-null-sentinel.
  374. * configure: Re-generate.
  375. 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
  376. * warning.m4: Move here, from gdb/warning.m4.
  377. * acinclude.m4: Update warning.m4 path.
  378. * Makefile.in: Re-generate.
  379. 2020-02-11 Simon Marchi <simon.marchi@efficios.com>
  380. * acinclude.m4: Include ../gdb/warning.m4.
  381. * configure.ac: Use AM_GDB_WARNINGS.
  382. * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS.
  383. * Makefile.in: Re-generate.
  384. * configure: Re-generate.
  385. 2020-02-10 Tom de Vries <tdevries@suse.de>
  386. * environ.c (gdb_environ::set): Cast concat NULL sentinel to char *.
  387. 2020-01-24 Christian Biesinger <cbiesinger@google.com>
  388. * thread-pool.c (set_thread_name): Add an overload for the NetBSD
  389. version of pthread_setname_np.
  390. 2020-01-17 Pedro Alves <palves@redhat.com>
  391. * Makefile.am: Append CXX_DIALECT to CXX.
  392. * Makefile.in: Regenerate.
  393. 2020-01-17 Pedro Alves <palves@redhat.com>
  394. * configure.ac: Generate config.h instead of support-config.h.
  395. * common-defs.h: Include <gdbsupport/config.h> instead of
  396. <gdbsupport/support-config.h>.
  397. * Makefile.in: Regenerate.
  398. * configure: Regenerate.
  399. 2020-01-14 Tom Tromey <tom@tromey.com>
  400. * Makefile.in: Rebuild.
  401. * Makefile.am (check-defines): New target.
  402. * check-defines.el: New file.
  403. 2020-01-14 Tom Tromey <tom@tromey.com>
  404. * configure, Makefile.in, aclocal.m4, common.m4, config.in:
  405. Rebuild.
  406. * common.m4 (GDB_AC_COMMON): Move many checks from
  407. gdb/configure.ac.
  408. * acinclude.m4: Include bfd.m4, ptrace.m4.
  409. 2020-01-14 Tom Tromey <tom@tromey.com>
  410. * common-defs.h: Add GDBSERVER case. Update includes.
  411. * acinclude.m4, aclocal.m4, config.in, configure, configure.ac,
  412. Makefile.am, Makefile.in, README: New files.
  413. * Moved from ../gdb/gdbsupport/