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