Commit | Line | Data |
---|---|---|
bbde7025 SM |
1 | 2019-12-18 Simon Marchi <simon.marchi@efficios.com> |
2 | ||
3 | * top.c (print_gdb_configuration): Adjust indentation. | |
4 | ||
e3169fe0 CB |
5 | 2019-12-17 Christian Biesinger <cbiesinger@google.com> |
6 | ||
7 | * bsd-kvm.c: Include gdbsupport/pathstuff.h. | |
8 | ||
9b30da15 SM |
9 | 2019-12-17 Simon Marchi <simon.marchi@polymtl.ca> |
10 | ||
11 | * tui/tui-layout.h (class tui_layout_base): Add virtual | |
12 | destructor. | |
13 | ||
4a4c04f1 BE |
14 | 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de> |
15 | ||
16 | * infcmd.c (prepare_one_step): Step over skipped inline functions. | |
17 | * infrun.c (inline_frame_is_marked_for_skip): New helper function. | |
18 | (process_event_stop_test): Keep stepping over skipped inline functions. | |
19 | ||
0394eed1 SM |
20 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
21 | ||
22 | * jit.c (struct gdb_block) <next>: Remove field. | |
23 | (struct gdb_symtab) <~gdb_symtab>: Remove. | |
24 | <blocks>: Change type to std::forward_list<gdb_block>. | |
25 | (compare_block): Remove. | |
26 | (jit_block_open_impl): Adjust to std::forward_list. Place the new | |
27 | block at the beginning, don't mind about sorting. | |
28 | (finalize_symtab): Adjust to std::forward_list, sort the blocks list | |
29 | before using it. | |
30 | ||
b6112117 SM |
31 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
32 | ||
33 | * jit.c (struct gdb_block): Add constructor, initialize | |
34 | real_block and next fields. | |
35 | <name>: Change type to gdb::unique_xmalloc_ptr. | |
36 | (struct gdb_symtab) <~gdb_symtab>: Free blocks with delete. | |
37 | (jit_block_open_impl): Allocate gdb_block with new. | |
38 | (finalize_symtab): Adjust to gdb::unique_xmalloc_ptr. | |
39 | ||
1b61f46d SM |
40 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
41 | ||
42 | * jit.c: Include forward_list. | |
43 | (struct gdb_symtab) <next>: Remove field. | |
44 | (struct gdb_object) <symtabs>: Change type to | |
45 | std::forward_list<gdb_symtab>. | |
46 | (jit_object_open_impl): Allocate gdb_object with new. | |
47 | (jit_symtab_open_impl): Adjust to std::forward_list. | |
48 | (finalize_symtab): Don't delete symtab. | |
49 | (jit_object_close_impl): Adjust to std::forward_list. Free | |
50 | gdb_object with delete. | |
51 | ||
89867184 SM |
52 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
53 | ||
54 | * jit.c (struct gdb_symtab): Add constructor, destructor, | |
55 | initialize fields. | |
56 | <linetable>: Change type to unique_xmalloc_ptr. | |
57 | <file_name>: Change type to std::string. | |
58 | (jit_symtab_open_impl): Allocate gdb_symtab with new. | |
59 | (jit_symtab_line_mapping_add_impl): Adjust. | |
60 | (finalize_symtab): Adjust, call delete on stab. | |
61 | ||
d043f8c8 SM |
62 | 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca> |
63 | ||
64 | * jit.c (finalize_symtab): Set gdb_block_iter_tmp in loop. | |
65 | ||
d9fa87f4 TT |
66 | 2019-12-16 Tom Tromey <tromey@adacore.com> |
67 | ||
68 | * windows-nat.c (windows_nat_target::attach): Update. | |
69 | * remote.c (extended_remote_target::attach): Update. | |
70 | * procfs.c (procfs_target::attach): Update. | |
71 | * nto-procfs.c (nto_procfs_target::attach): Update. | |
72 | (nto_procfs_target::create_inferior): Update. | |
73 | * inf-ptrace.c (inf_ptrace_target::attach): Update. | |
74 | * gnu-nat.c (gnu_nat_target::attach): Update. | |
75 | (gnu_nat_target::detach): Update. | |
76 | * darwin-nat.c (darwin_nat_target::attach): Update. | |
77 | * corefile.c (get_exec_file): Constify result. Remove extraneous | |
78 | return. | |
79 | * bsd-kvm.c (bsd_kvm_target_open): Update. | |
80 | * gdbsupport/common-inferior.h (get_exec_file): Constify result. | |
81 | ||
c0c3707f CB |
82 | 2019-12-16 Christian Biesinger <cbiesinger@google.com> |
83 | ||
84 | * gdbsupport/common-defs.h: Remove workaround for a gnulib bug | |
85 | (we no longer need to include time.h before pathmax.h) | |
86 | ||
d3ecddab CB |
87 | 2019-12-15 Christian Biesinger <cbiesinger@google.com> |
88 | ||
89 | * ada-exp.y (write_ambiguous_var): Update. | |
90 | * coffread.c (process_coff_symbol): Update. | |
91 | * ctfread.c (ctf_add_enum_member_cb): Update. | |
92 | (new_symbol): Update. | |
93 | * dwarf2read.c (fixup_go_packaging): Update. | |
94 | (new_symbol): Update. | |
95 | * language.c (language_alloc_type_symbol): Update. | |
96 | * mdebugread.c (new_symbol): Update. | |
97 | * minsyms.c (minimal_symbol_reader::record_full): Update. | |
98 | * psymtab.c (add_psymbol_to_bcache): Update. | |
99 | * stabsread.c (define_symbol): Update. | |
100 | (read_enum_type): Update. | |
101 | * symtab.c (symbol_set_language): Make this a member function... | |
102 | (general_symbol_info::set_language): ... here. | |
103 | * symtab.h (struct general_symbol_info) <set_language>: New function. | |
104 | (SYMBOL_SET_LANGUAGE): Remove. | |
105 | (symbol_set_language): Remove. | |
106 | ||
c1b5c1eb CB |
107 | 2019-12-15 Christian Biesinger <cbiesinger@google.com> |
108 | ||
109 | * ada-lang.c (ada_add_block_symbols): Update. | |
110 | (ada_collect_symbol_completion_matches): Update. | |
111 | * ax-gdb.c (gen_expr): Update. | |
112 | * block.c (block_lookup_symbol): Update. | |
113 | (block_lookup_symbol_primary): Update. | |
114 | (block_find_symbol): Update. | |
115 | * cp-namespace.c (cp_lookup_symbol_imports_or_template): Update. | |
116 | * dbxread.c (process_one_symbol): Update. | |
117 | * dictionary.c (insert_symbol_hashed): Update. | |
118 | (collate_pending_symbols_by_language): Update. | |
119 | (mdict_add_symbol): Update. | |
120 | * dwarf-index-write.c (write_psymbols): Update. | |
121 | * dwarf2read.c (fixup_go_packaging): Update. | |
122 | * findvar.c (read_var_value): Update. | |
123 | * ft32-tdep.c (ft32_skip_prologue): Update. | |
124 | * go-lang.c (go_symbol_package_name): Update. | |
125 | * language.h (scoped_switch_to_sym_language_if_auto:: | |
126 | scoped_switch_to_sym_language_if_auto): Update. | |
127 | * linespec.c (find_method): Update. | |
128 | (find_label_symbols_in_block): Update. | |
129 | * mdebugread.c (parse_symbol): Update. | |
130 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
131 | * minsyms.c (add_minsym_to_demangled_hash_table): Update. | |
132 | (minimal_symbol_reader::install): Update. | |
133 | * moxie-tdep.c (moxie_skip_prologue): Update. | |
134 | * parse.c (parse_exp_in_context): Update. | |
135 | * psymtab.c (psymbol_name_matches): Update. | |
136 | (match_partial_symbol): Update. | |
137 | (lookup_partial_symbol): Update. | |
138 | (psymbol_hash): Update. | |
139 | (psymbol_compare): Update. | |
140 | * python/py-framefilter.c (extract_sym): Update. | |
141 | (py_print_single_arg): Update. | |
142 | * stabsread.c (define_symbol): Update. | |
143 | * stack.c (print_frame_arg): Update. | |
144 | (find_frame_funname): Update. | |
145 | (info_frame_command_core): Update. | |
146 | * symfile.c (set_initial_language): Update. | |
147 | * symtab.c (symbol_set_demangled_name): Update. | |
148 | (symbol_get_demangled_name): Update. | |
149 | (symbol_set_language): Update. | |
150 | (symbol_find_demangled_name): Update. | |
151 | (symbol_set_names): Update. | |
152 | (general_symbol_info::natural_name): Update. | |
153 | (general_symbol_info::demangled_name): Update. | |
154 | (general_symbol_info::search_name): Update. | |
155 | (symbol_matches_search_name): Update. | |
156 | (eq_symbol_entry): Update. | |
157 | (iterate_over_symbols): Update. | |
158 | (completion_list_add_symbol): Update. | |
159 | (completion_list_add_msymbol): Update. | |
160 | (completion_list_add_fields): Update. | |
161 | * symtab.h (struct general_symbol_info) <language>: New function. | |
162 | <language>: Rename to... | |
163 | <m_language>: ...this. | |
164 | (SYMBOL_LANGUAGE): Remove. | |
165 | (MSYMBOL_LANGUAGE): Remove. | |
166 | (struct symbol) <ctor>: Update. | |
167 | * xstormy16-tdep.c (xstormy16_skip_prologue): Update. | |
168 | ||
747cfc8c CB |
169 | 2019-12-15 Christian Biesinger <cbiesinger@google.com> |
170 | ||
171 | * ada-exp.y (write_ambiguous_var): Call symbol_set_language to | |
172 | set the language of sym. | |
173 | * language.c (language_alloc_type_symbol): Likewise. | |
174 | ||
ff8577f6 SDJ |
175 | 2019-12-14 Sergio Durigan Junior <sergiodj@redhat.com> |
176 | ||
177 | https://bugzilla.redhat.com/show_bug.cgi?id=1728147 | |
178 | PR gdb/23613 | |
179 | * bsd-kvm.c (bsd_kvm_target_open): Use 'gdb_abspath'. | |
180 | * corelow.c: Include 'gdbsupport/pathstuff.h'. | |
181 | (core_target_open): Use 'gdb_abspath'. | |
182 | * gdbsupport/pathstuff.c (gdb_abspath): Guard against | |
183 | 'current_directory == NULL' case. | |
184 | * gdbsupport/pathstuff.h (gdb_abspath): Expand comment and | |
185 | explain what happens when 'current_directory' is NULL. | |
186 | * go32-nat.c (go32_nat_target::wait): Check if | |
187 | 'current_directory' is NULL before call to 'chdir'. | |
188 | * source.c (add_path): Use 'gdb_abspath'. | |
189 | * top.c: Include 'gdbsupport/pathstuff.h'. | |
190 | (init_history): Use 'gdb_abspath'. | |
191 | (set_history_filename): Likewise. | |
192 | * tracefile-tfile.c: Include 'gdbsupport/pathstuff.h'. | |
193 | (tfile_target_open): Use 'gdb_abspath'. | |
194 | ||
234c3068 TT |
195 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
196 | ||
197 | * contrib/ari/gdb_ari.sh: Remove check for multiple calls to | |
198 | warning or error. | |
199 | ||
93537683 TT |
200 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
201 | ||
202 | * contrib/ari/gdb_ari.sh: Remove call to "fix" for "long long". | |
203 | ||
63456183 TT |
204 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
205 | ||
206 | * contrib/ari/gdb_ari.sh: Handle -Wno- prefix. | |
207 | ||
98f9338a TT |
208 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
209 | ||
210 | * contrib/ari/gdb_ari.sh (usage): Use GNU style. | |
211 | ||
3cb5a3a1 TT |
212 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
213 | ||
214 | * gdbsupport/common-utils.c (string_printf, string_vprintf) | |
215 | (string_vappendf): Add ARI comment. | |
216 | ||
c6cbf900 TT |
217 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
218 | ||
219 | * contrib/ari/gdb_ari.sh: Remove "fix" call for | |
220 | floatformat_to_double. | |
221 | * target-float.c (host_float_ops<T>::from_target): Add ARI | |
222 | comment. | |
223 | ||
036003a6 TT |
224 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
225 | ||
226 | * contrib/ari/gdb_ari.sh: Remove "fix" call for abort. | |
227 | * utils.c (abort_with_message, dump_core, internal_vproblem): Add | |
228 | ARI marker to abort. | |
229 | * event-top.c (handle_sigsegv): Add ARI marker to abort. | |
230 | ||
8aaaf757 TT |
231 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
232 | ||
233 | * contrib/ari/gdb_ari.sh: Fix floatformat_from_double text. | |
234 | ||
fe56157f TT |
235 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
236 | ||
237 | * contrib/ari/gdb_ari.sh: Remove ATTRIBUTE_UNUSED check. | |
238 | ||
a15a95ed TT |
239 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
240 | ||
241 | * contrib/ari/gdb_ari.sh: Remove "boolean" and "var_boolean" | |
242 | checks. | |
243 | ||
a5513db2 TT |
244 | 2019-12-13 Tom Tromey <tromey@adacore.com> |
245 | ||
246 | * gdbsupport/safe-iterator.h (class basic_safe_range) <begin, | |
247 | end>: No longer "const". | |
248 | ||
3a90f266 SM |
249 | 2019-12-13 Simon Marchi <simon.marchi@polymtl.ca> |
250 | ||
251 | * jit.c: Fix indentation, replace spaces with tabs where | |
252 | applicable. | |
253 | ||
b3f4b80f JL |
254 | 2019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com> |
255 | ||
256 | * configure.tgt: Match msp430-*-elf* targets when configuring GDB. | |
257 | ||
e671856c TT |
258 | 2019-12-12 Tom Tromey <tom@tromey.com> |
259 | ||
260 | * objfiles.h (struct objfile) <partial_symtabs>: Now a | |
261 | unique_ptr. | |
262 | ||
7d7167ce TT |
263 | 2019-12-12 Tom Tromey <tom@tromey.com> |
264 | ||
265 | * progspace.h (objfile_list): New typedef. | |
266 | (class unwrapping_objfile_iterator) | |
267 | (struct unwrapping_objfile_range): Newl | |
268 | (struct program_space) <objfiles_range>: Change type. | |
269 | <objfiles>: Change return type. | |
270 | <add_objfile>: Change type of "objfile" parameter. | |
271 | <objfiles_list>: Now a list of shared_ptr. | |
272 | * progspace.c (program_space::add_objfile): Change type of | |
273 | "objfile". Update. | |
274 | (program_space::remove_objfile): Update. | |
275 | * objfiles.h (struct objfile) <~objfile>: Make public. | |
276 | * objfiles.c (objfile::make): Update. | |
277 | (objfile::unlink): Don't call delete. | |
278 | ||
343cc952 TT |
279 | 2019-12-12 Tom Tromey <tom@tromey.com> |
280 | ||
281 | * symfile.c (symbol_file_clear): Update. | |
282 | * progspace.h (struct program_space) <free_all_objfiles>: Declare | |
283 | method. | |
284 | * progspace.c (program_space::free_all_objfiles): New method. | |
285 | * objfiles.h (free_all_objfiles): Don't declare. | |
286 | * objfiles.c (free_all_objfiles): Move to program_space. | |
287 | ||
d0801dd8 TT |
288 | 2019-12-12 Tom Tromey <tom@tromey.com> |
289 | ||
290 | * progspace.c (program_space::add_objfile) | |
291 | (program_space::remove_objfile): Update. | |
292 | (program_space::multi_objfile_p): Remove. | |
293 | * objfiles.h (struct objfile) <next>: Remove. | |
294 | * objfiles.c (objfile::objfile): Update. | |
295 | (put_objfile_before): Update. | |
296 | (unlink_objfile): Update. | |
297 | * progspace.h (object_files): Remove. | |
298 | (struct program_space) <objfiles_head>: Remove. | |
299 | <objfiles_list>: New member. | |
300 | <objfiles_range, objfiles_safe_range>: Change type. | |
301 | (objfiles): Change return type. | |
302 | (objfiles_safe): Update. | |
303 | (multi_objfile_p): Rewrite and inline. | |
304 | (object_files): Remove macro. | |
305 | ||
13bff726 TT |
306 | 2019-12-12 Tom Tromey <tom@tromey.com> |
307 | ||
308 | * gdbsupport/safe-iterator.h (basic_safe_iterator): Simplify. Add | |
309 | second constructor. | |
310 | (basic_safe_range): New class. | |
311 | ||
deeafabb TT |
312 | 2019-12-12 Tom Tromey <tom@tromey.com> |
313 | ||
314 | * progspace.c (program_space::multi_objfile_p): New method. | |
315 | * printcmd.c (info_symbol_command): Update. | |
316 | * maint.c (maintenance_translate_address): Update. | |
317 | * objfiles.h (MULTI_OBJFILE_P): Remove. | |
318 | * progspace.h (struct program_space) <multi_objfile_p>: New | |
319 | method. | |
320 | ||
23452926 TT |
321 | 2019-12-12 Tom Tromey <tom@tromey.com> |
322 | ||
323 | * progspace.h (struct program_space) <remove_objfile>: Declare. | |
324 | * progspace.c (program_space::remove_objfile): New method. | |
325 | * objfiles.c (unlink_objfile): Remove. | |
326 | (objfile::unlink): Call remove_objfile. | |
327 | (objfile): Don't call unlink_objfile. | |
328 | ||
7cac64af TT |
329 | 2019-12-12 Tom Tromey <tom@tromey.com> |
330 | ||
331 | * progspace.h (struct program_space) <add_objfile>: Declare | |
332 | method. | |
333 | * progspace.c (program_space::add_objfile): New method. | |
334 | * objfiles.c (~objfile): Don't unlink objfile. | |
335 | (put_objfile_before): Remove. | |
336 | (add_separate_debug_objfile): Don't call put_objfile_before. | |
337 | (objfile::make): Call add_objfile. Set new_objfiles_available on | |
338 | the per-program-space data. | |
339 | ||
268e4f09 TT |
340 | 2019-12-12 Tom Tromey <tom@tromey.com> |
341 | ||
342 | * symfile.c (syms_from_objfile_1): Use objfile_up. | |
343 | (syms_from_objfile_1, remove_symbol_file_command): Call unlink | |
344 | method. | |
345 | (reread_symbols): Use objfile_up. | |
346 | * solib.c (update_solib_list, reload_shared_libraries_1): Call | |
347 | unlink method. | |
348 | * objfiles.h (struct objfile) <~objfile>: Now private. | |
349 | <unlink>: New method. | |
350 | (struct objfile_deleter): New. | |
351 | (objfile_up): New typedef. | |
352 | * objfiles.c (objfile::unlink): New method. | |
353 | (free_objfile_separate_debug, free_all_objfiles) | |
354 | (objfile_purge_solibs): Use it. | |
355 | * jit.c (jit_unregister_code): Remove. | |
356 | (jit_inferior_exit_hook, jit_event_handler): Call unlink on | |
357 | objfile. | |
358 | * compile/compile-object-run.c (do_module_cleanup): Call unlink on | |
359 | objfile. | |
360 | * compile/compile-object-load.c (compile_object_load): Use | |
361 | objfile_up. | |
362 | ||
f65fe570 TT |
363 | 2019-12-12 Tom Tromey <tom@tromey.com> |
364 | ||
365 | * symfile.c (symbol_file_add_with_addrs): Pass "parent" to | |
366 | objfile::make. | |
367 | * objfiles.h (struct objjfile) <make>: No longer inline. | |
368 | (add_separate_debug_objfile): Don't declare. | |
369 | * objfiles.c (add_separate_debug_objfile): Now static. | |
370 | (objfile::make): Move from objfiles.h. Call | |
371 | add_separate_debug_objfile. Add "parent" parameter. | |
372 | ||
bda13cdc TT |
373 | 2019-12-12 Tom Tromey <tom@tromey.com> |
374 | ||
375 | * symfile.c (symbol_file_add_with_addrs): Use objfile::make. | |
376 | * objfiles.h (struct objfile): Make constructor private. | |
377 | <make>: New static method. | |
378 | * jit.c (jit_object_close_impl): Update. | |
379 | ||
7190276c SM |
380 | 2019-12-12 Simon Marchi <simon.marchi@polymtl.ca> |
381 | ||
382 | * jit.c (jit_reader_try_read_symtab): Replace xmalloc/xfree with | |
383 | gdb::byte_vector. | |
384 | ||
d61df897 TT |
385 | 2019-12-12 Tom Tromey <tromey@adacore.com> |
386 | ||
387 | * xml-support.c (xml_fetch_content_from_file): Don't call | |
388 | malloc_failure. | |
389 | * utils.h (class gdb_argv): Remove malloc_failure comment. | |
390 | * utils.c (gdb_argv::reset): Don't call malloc_failure. | |
391 | ||
db3ad2f0 TT |
392 | 2019-12-12 Tom Tromey <tromey@adacore.com> |
393 | ||
394 | * Makefile.in (ALL_TARGET_OBS): Add riscv-ravenscar-thread.o. | |
395 | (HFILES_NO_SRCDIR): Add riscv-ravenscar-thread.h. | |
396 | (ALLDEPFILES): Add riscv-ravenscar-thread.c. | |
397 | * configure.tgt (riscv-*-*): Add riscv-ravenscar-thread.o. | |
398 | * riscv-ravenscar-thread.c: New file. | |
399 | * riscv-ravenscar-thread.h: New file. | |
400 | * riscv-tdep.c (riscv_gdbarch_init): Call | |
401 | register_riscv_ravenscar_ops. | |
402 | ||
2ffe5b9c TT |
403 | 2019-12-12 Tom Tromey <tromey@adacore.com> |
404 | ||
405 | * gdbsupport/thread-pool.c (set_thread_name): Use | |
406 | ATTRIBUTE_UNUSED. | |
407 | ||
39f34d7b LM |
408 | 2019-12-12 Luis Machado <luis.machado@linaro.org> |
409 | ||
410 | * gdbsupport/safe-strerror.c: Don't include diagnostics.h. | |
411 | (select_strerror_r): Use ATTRIBUTE_UNUSED instead of the diagnostics | |
412 | macros. | |
413 | ||
d4eeccfe TT |
414 | 2019-12-11 Tom Tromey <tom@tromey.com> |
415 | ||
416 | * tui/tui-win.c (tui_set_win_height_command): Call | |
417 | tui_adjust_window_height. | |
418 | (tui_adjust_win_heights, new_height_ok): Remove. | |
419 | * tui/tui-layout.h (tui_adjust_window_height): Declare. | |
420 | * tui/tui-layout.c (tui_adjust_window_height): New function. | |
421 | ||
3d979945 TT |
422 | 2019-12-11 Tom Tromey <tom@tromey.com> |
423 | ||
424 | * tui/tui-win.c (tui_resize_all): Remove code, call | |
425 | tui_apply_current_layout. | |
426 | ||
2192a9d3 TT |
427 | 2019-12-11 Tom Tromey <tom@tromey.com> |
428 | ||
429 | * tui/tui-layout.h (tui_apply_current_layout): Declare. | |
430 | * tui/tui-layout.c (standard_layouts, applied_layout): New | |
431 | globals. | |
432 | (tui_apply_current_layout): New function. | |
433 | (show_layout): Set applied_layout. Call | |
434 | tui_apply_current_layout. | |
435 | (show_source_command, show_disasm_command) | |
436 | (show_source_disasm_command, show_data) | |
437 | (show_source_or_disasm_and_command): Remove. | |
438 | (initialize_layouts): New function. | |
439 | (_initialize_tui_layout): Call initialize_layouts. | |
440 | ||
389e7ddb TT |
441 | 2019-12-11 Tom Tromey <tom@tromey.com> |
442 | ||
443 | * tui/tui-layout.h (class tui_layout_base) | |
444 | (class tui_layout_window, class tui_layout_split): New. | |
445 | * tui/tui-layout.c (tui_get_window_by_name) | |
446 | (tui_layout_window::clone, tui_layout_window::apply) | |
447 | (tui_layout_window::get_sizes, tui_layout_window::add_split) | |
448 | (tui_layout_split::add_window, tui_layout_split::clone) | |
449 | (tui_layout_split::get_sizes) | |
450 | (tui_layout_split::set_weights_from_heights) | |
451 | (tui_layout_split::adjust_size, tui_layout_split::apply): New | |
452 | functions. | |
453 | (tui_layout_split::add_split, tui_layout_split::add_split) | |
454 | (tui_layout_split::set_weights_from_heights) | |
455 | (tui_layout_split::set_weights_from_heights): New functions. | |
456 | ||
fb3184d8 TT |
457 | 2019-12-11 Tom Tromey <tom@tromey.com> |
458 | ||
459 | * tui/tui-wingeneral.c (tui_gen_win_info::make_window): Update. | |
460 | * tui/tui-win.c (tui_adjust_win_heights, tui_resize_all): Update. | |
461 | * tui/tui-layout.c (tui_gen_win_info::resize): Update. | |
462 | * tui/tui-data.h (struct tui_point): Remove. | |
463 | (struct tui_gen_win_info) <origin>: Remove. | |
464 | <x, y>: New fields. | |
465 | * tui/tui-command.c (tui_cmd_window::resize): Update. | |
466 | ||
dc7ff8a6 TT |
467 | 2019-12-11 Tom Tromey <tom@tromey.com> |
468 | ||
469 | * tui/tui-stack.h (struct tui_locator_window) <min_height>: | |
470 | Implement. | |
471 | * tui/tui-regs.h (struct tui_data_item_window) <min_height>: | |
472 | Implement. | |
473 | * tui/tui-data.h (struct tui_gen_win_info) <min_height>: New | |
474 | method. | |
475 | (struct tui_win_info) <min_height>: Implement. | |
476 | ||
1431937b TT |
477 | 2019-12-11 Tom Tromey <tom@tromey.com> |
478 | ||
479 | * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method. | |
480 | (struct tui_win_info) <can_box>: Update. | |
481 | ||
c8ec2f43 TT |
482 | 2019-12-11 Tom Tromey <tom@tromey.com> |
483 | ||
484 | * tui/tui-stack.h (struct tui_locator_window) <max_height>: New | |
485 | method. | |
486 | * tui/tui-regs.h (struct tui_data_item_window) <max_height>: New | |
487 | method. | |
488 | * tui/tui-data.h (struct tui_gen_win_info) <max_height>: New | |
489 | method. | |
490 | (struct tui_win_info) <max_height>: Now override. | |
491 | ||
4decd62b JB |
492 | 2019-12-11 Joel Brobecker <brobecker@adacore.com> |
493 | ||
494 | * NEWS: Create a new section for the next release branch. | |
495 | Rename the section of the current branch, now that it has | |
496 | been cut. | |
497 | ||
d746744e JB |
498 | 2019-12-11 Joel Brobecker <brobecker@adacore.com> |
499 | ||
500 | GDB 9 branch created (27f7b2f64062ac9e52afc60509263c2702a9ebd0): | |
501 | * version.in: Bump version to 10.0.50.DATE-git. | |
502 | ||
2e744276 TT |
503 | 2019-12-11 Tom Tromey <tromey@adacore.com> |
504 | ||
505 | PR build/25268: | |
506 | * gdbsupport/thread-pool.c (set_thread_name): New function. | |
507 | (thread_pool::set_thread_count): Don't call pthread_setname_np. | |
508 | (thread_pool::thread_function): Call set_thread_name. | |
509 | ||
aac4760f TT |
510 | 2019-12-11 Tom Tromey <tromey@adacore.com> |
511 | ||
512 | * fbsd-tdep.c (fbsd_core_info_proc_status): Cast result of | |
513 | bfd_get_signed_8. | |
514 | ||
d8edc8b7 PW |
515 | 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
516 | ||
517 | * NEWS: Document -raw-values option and the related setting commands. | |
518 | * printcmd.c (print_command_parse_format): Do not set opts->raw off, | |
519 | only set it on when /r is given. | |
520 | * valprint.c (value_print_option_defs): New element raw-values. | |
521 | * Makefile.in: Add the new file. | |
522 | ||
cb511130 CB |
523 | 2019-12-10 Christian Biesinger <cbiesinger@google.com> |
524 | ||
525 | * gdbsupport/safe-strerror.c: Supress the unused function warning | |
526 | for select_strerror_r. | |
527 | ||
ab7d13f0 CB |
528 | 2019-12-10 Christian Biesinger <cbiesinger@google.com> |
529 | ||
530 | * config.in: Regenerate. | |
531 | * configure: Regenerate. | |
532 | * gdbsupport/agent.c (gdb_connect_sync_socket): Call | |
533 | safe_strerror instead of strerror. | |
534 | * gdbsupport/common.m4: Don't check for strerror. | |
535 | * gdbsupport/safe-strerror.c: Support both the glibc version | |
536 | of strerror_r and the XSI version. | |
537 | ||
6c71eb7d TT |
538 | 2019-12-10 Tom Tromey <tromey@adacore.com> |
539 | ||
540 | * ada-typeprint.c (print_choices): Use a single "?". | |
541 | (print_variant_part): Print "?" if the discriminant name | |
542 | is not known. | |
543 | ||
bac7c5cf GB |
544 | 2019-12-10 George Barrett <bob@bob131.so> |
545 | ||
546 | Fix scripted probe breakpoints. | |
547 | * breakpoint.c (tracepoint_probe_breakpoint_ops): Move | |
548 | declaration forward. | |
549 | (breakpoint_ops_for_event_location_type) | |
550 | (breakpoint_ops_for_event_location): Add function definitions. | |
551 | (break_command_1, trace_command): Use | |
552 | breakpoint_ops_for_event_location. | |
553 | * breakpoint.h (breakpoint_ops_for_event_location): Add function | |
554 | declarations. | |
555 | * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Use | |
556 | breakpoint_ops_for_event_location. | |
557 | * python/py-breakpoint.c (bppy_init): Use | |
558 | breakpoint_ops_for_event_location. | |
559 | ||
330f1d38 TBA |
560 | 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
561 | ||
562 | * gdbtypes.c (rank_one_type): Return INCOMPATIBLE_TYPE_BADNESS | |
563 | when ranking an lvalue argument for an rvalue parameter. | |
564 | ||
b1f0c0b9 WA |
565 | 2019-12-08 Wataru Ashihara <wataash@wataash.com> |
566 | ||
567 | * darwin-nat.c (darwin_nat_target::create_inferior): Fix | |
568 | template argument for scoped_restore_tmpl from bool to int. | |
569 | ||
aa2d5a42 KS |
570 | 2019-12-07 Keith Seitz <keiths@redhat.com> |
571 | ||
572 | * build-id.c (build_id_bfd_get): Permit bfd_core, too. | |
573 | (build_id_to_debug_bfd): Make static, rewriting to use | |
574 | build_id_to_bfd_suffix. | |
575 | (build_id_to_bfd_suffix): Copy of build_id_to_debug_bfd, | |
576 | adding `suffix' parameter. Append SUFFIX to file names | |
577 | when searching for matching files. | |
578 | (build_id_to_debug_bfd): Use build_id_to_bfd_suffix. | |
579 | (build_id_to_exec_bfd): Likewise. | |
580 | * build-id.h (build_id_to_debug_bfd): Clarify that function | |
581 | searches for BFD of debug info file. | |
582 | (build_id_to_exec_bfd): Declare. | |
583 | * corelow.c: Include build-id.h. | |
584 | (locate_exec_from_corefile_build_id): New function. | |
585 | (core_target_open): If no executable BFD is found, | |
586 | search for a core file BFD using build-id. | |
587 | ||
dfb65191 CB |
588 | 2019-12-06 Christian Biesinger <cbiesinger@google.com> |
589 | ||
590 | * bcache.c: Put in namespace gdb. | |
591 | * bcache.h: Likewise. | |
592 | * gdbtypes.c (check_types_worklist): Update. | |
593 | (types_deeply_equal): Update. | |
594 | * macrotab.c (struct macro_table) <bcache>: Update. | |
595 | (new_macro_table): Update. | |
596 | * macrotab.h (struct bcache): Put this forward declaration | |
597 | inside namespace gdb. | |
598 | (new_macro_table): Update. | |
599 | * objfiles.h (struct objfile_per_bfd_storage) <filename_cache>: | |
600 | Update. | |
601 | <macro_cache>: Update. | |
602 | * psymtab.h: (psymtab_storage) <psymbol_cache>: Update. | |
603 | ||
93e55f0a TV |
604 | 2019-12-06 Tom de Vries <tdevries@suse.de> |
605 | ||
606 | PR symtab/24971 | |
607 | * block.c (best_symbol, better_symbol): New function. | |
608 | (block_lookup_symbol_primary, block_lookup_symbol): Prefer def over | |
609 | decl. | |
610 | ||
06acc08f TBA |
611 | 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
612 | ||
613 | * gdbtypes.h: Define the REFERENCE_SEE_THROUGH_BADNESS value. | |
614 | * gdbtypes.c (rank_one_type): Use REFERENCE_SEE_THROUGH_BADNESS | |
615 | for ranking see-through reference cases. | |
616 | ||
e0fad1ea PW |
617 | 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
618 | * stack.c (faas_command): Check a command is provided. | |
619 | * thread.c (taas_command, tfaas_command): Likewise. | |
620 | ||
908641f5 PW |
621 | 2019-12-05 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
622 | * inferior.c (prune_inferiors): Only call delete_inferior, | |
623 | Do not modify the inferior list. | |
624 | ||
b858499d SM |
625 | 2019-12-05 Simon Marchi <simon.marchi@polymtl.ca> |
626 | ||
627 | * c-exp.y: Update calls to lookup_typename, | |
628 | lookup_signed_typename and lookup_unsigned_typename. | |
629 | * c-lang.c (evaluate_subexp_c): Likewise. | |
630 | * cp-namespace.c (cp_lookup_symbol_imports_or_template): | |
631 | Likewise. | |
632 | * eval.c (binop_promote): Likewise. | |
633 | * gdbtypes.c (lookup_typename): Remove gdbarch parameter. | |
634 | (lookup_unsigned_typename): Likewise. | |
635 | (lookup_signed_typename): Likewise. | |
636 | * gdbtypes.h (lookup_unsigned_typename): Likewise. | |
637 | (lookup_signed_typename): Likewise. | |
638 | (lookup_typename): Likewise. | |
639 | * guile/scm-type.c (tyscm_lookup_typename): Update calls to | |
640 | lookup_typename, lookup_signed_typename, | |
641 | lookup_unsigned_typename. | |
642 | * m2-exp.y: Likewise. | |
643 | * printcmd.c (printf_wide_c_string): Likewise. | |
644 | (ui_printf): Likewise. | |
645 | * python/py-type.c (typy_lookup_typename): Likewise. | |
646 | * python/py-xmethods.c (python_xmethod_worker::invoke): | |
647 | Likewise. | |
648 | * rust-exp.y: Likewise. | |
649 | ||
3a8fa228 CB |
650 | 2019-12-04 Christian Biesinger <cbiesinger@google.com> |
651 | ||
652 | * configure.nat (obsd64): Add missing files x86-nat.o and | |
653 | nat/x86-dregs.o. | |
654 | ||
2dbc041e TT |
655 | 2019-12-04 Tom Tromey <tom@tromey.com> |
656 | ||
657 | * valprint.c (val_print_string): Use metadata_style. | |
658 | * go-valprint.c (print_go_string): Use metadata style. | |
659 | * p-valprint.c (pascal_object_print_static_field): Use metadata | |
660 | style. | |
661 | * cp-valprint.c (cp_print_static_field): Use metadata style. | |
662 | ||
36c8fb93 AB |
663 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
664 | Chris January <chris.january@arm.com> | |
665 | ||
666 | * f-exp.y (COMPLEX_KEYWORD, SINGLE, DOUBLE, PRECISION): New | |
667 | tokens. | |
668 | (typebase): New patterns for complex, single/double precision, and | |
669 | single/double complex. | |
670 | (f77_keywords): Change token for complex keyword, and add single, | |
671 | double, and precision keywords. | |
672 | ||
c6170c2c SM |
673 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
674 | ||
675 | * avr-tdep.c (_initialize_avr_tdep): Improve help of command | |
676 | "info io_registers". | |
677 | ||
894ecaf4 SM |
678 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
679 | ||
680 | * regcache.c (cooked_read_test): Initialize thread list of | |
681 | mock_inferior. | |
682 | ||
be155ebb SM |
683 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
684 | ||
685 | * aarch64-linux-tdep.c: Remove includes. | |
686 | ||
c577cdd7 SM |
687 | 2019-12-04 Simon Marchi <simon.marchi@polymtl.ca> |
688 | ||
689 | * aarch64-tdep.c: Remove includes. | |
690 | ||
610cfd61 SM |
691 | 2019-12-04 Simon Marchi <simon.marchi@efficios.com> |
692 | ||
693 | * filtered-iterator.h (filtered_iterator) <operator==, | |
694 | operator!=>: Compare wrapped iterators, not wrapped pointers. | |
695 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add | |
696 | unittests/filtered_iterator-selftests.c. | |
697 | * unittests/filtered_iterator-selftests.c: New file. | |
698 | ||
a05cf17a TT |
699 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
700 | ||
701 | * gdbtypes.c (create_range_type): Inherit endianity | |
702 | from base type. | |
703 | ||
d5a22e77 TT |
704 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
705 | ||
706 | * ada-lang.c (decode_constrained_packed_array) | |
707 | (ada_value_assign, value_assign_to_component): Update. | |
708 | * dwarf2loc.c (rw_pieced_value, access_memory) | |
709 | (dwarf2_compile_expr_to_ax): Update. | |
710 | * dwarf2read.c (dwarf2_add_field): Update. | |
711 | * eval.c (evaluate_subexp_standard): Update. | |
712 | * gdbarch.c, gdbarch.h: Rebuild. | |
713 | * gdbarch.sh (bits_big_endian): Remove. | |
714 | * gdbtypes.h (union field_location): Update comment. | |
715 | * target-descriptions.c (make_gdb_type): Update. | |
716 | * valarith.c (value_bit_index): Update. | |
717 | * value.c (struct value) <bitpos>: Update comment. | |
718 | (unpack_bits_as_long, modify_field): Update. | |
719 | * value.h (value_bitpos): Update comment. | |
720 | ||
7ab4a236 TT |
721 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
722 | ||
723 | * gdbtypes.c (type_byte_order): Move earlier. Assert for unknown | |
724 | endian-ness. | |
725 | ||
103a685e TT |
726 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
727 | ||
728 | * dwarf2read.c (dwarf2_init_float_type) | |
729 | (dwarf2_init_complex_target_type): Add byte_order parameter. | |
730 | (read_base_type): Compute byte order earlier. | |
731 | * gdbtypes.c (init_float_type): Add byte_order parameter. | |
732 | * gdbtypes.h (init_float_type): Add byte_order parameter. | |
733 | ||
7a9e9f9f TT |
734 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
735 | ||
736 | * unittests/tui-selftests.c: Conditionally include tui-winsource.h. | |
737 | ||
feee869b TT |
738 | 2019-12-04 Tom Tromey <tromey@adacore.com> |
739 | ||
740 | * dwarf2read.c (process_structure_scope): Initialize | |
741 | "discr_offset". | |
742 | ||
c2512106 AB |
743 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
744 | ||
745 | * mi/mi-symbol-cmds.c (mi_symbol_info): Take extra parameter, and | |
746 | add it into the search spec. | |
747 | (parse_max_results_option): New function. | |
748 | (mi_info_functions_or_variables): Parse -max-results flag and pass | |
749 | it to mi_symbol_info. | |
750 | (mi_cmd_symbol_info_modules): Likewise. | |
751 | (mi_cmd_symbol_info_types): Likewise. | |
752 | * symtab.c (global_symbol_searcher::add_matching_symbols): Change | |
753 | return type to bool, change result container into a set, and don't | |
754 | add new results if we have enough already. | |
755 | (global_symbol_searcher::add_matching_msymbols): Change return | |
756 | type to bool, and don't add new results if we have enough already. | |
757 | (sort_search_symbols_remove_dups): Delete. | |
758 | (global_symbol_searcher::search): Early exit from search loop when | |
759 | we have enough results. Use a std::set to collect the results | |
760 | from calling add_matching_symbols. | |
761 | * symtab.h (global_symbol_searcher) <set_max_seach_results>: New | |
762 | member function. | |
763 | (global_symbol_searcher) <m_max_search_results>: New member | |
764 | variable. | |
765 | (global_symbol_searcher) <add_matching_symbols>: Update header | |
766 | comment and change return type to bool. | |
767 | (global_symbol_searcher) <add_matching_msymbols>: Update header | |
768 | comment and change return type to bool. | |
769 | ||
f97a63c5 AB |
770 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
771 | ||
772 | * symtab.c (symbol_search::compare_search_syms): Update header | |
773 | comment. | |
774 | (global_symbol_searcher::is_suitable_msymbol): New function. | |
775 | (global_symbol_searcher::expand_symtabs): New function. | |
776 | (global_symbol_searcher::add_matching_symbols): New function. | |
777 | (global_symbol_searcher::add_matching_msymbols): New function. | |
778 | (global_symbol_searcher::search): Move most of the content | |
779 | into the new functions above, and call them as needed. | |
780 | * symtab.h (global_symbol_searcher) <expand_symtabs>: New member | |
781 | function. | |
782 | (global_symbol_searcher) <add_matching_symbols>: New member | |
783 | function. | |
784 | (global_symbol_searcher) <add_matching_msymbols>: New member | |
785 | function. | |
786 | (global_symbol_searcher) <is_suitable_msymbol>: New member | |
787 | function. | |
788 | ||
293b38d6 AB |
789 | 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com> |
790 | ||
791 | * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and | |
792 | -symbol-info-module-variables entries. | |
793 | * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare. | |
794 | (mi_cmd_symbol_info_module_variables): Declare. | |
795 | * mi/mi-symbol-cmds.c | |
796 | (module_symbol_search_iterator): New typedef. | |
797 | (output_module_symbols_in_single_module_and_file): New function. | |
798 | (output_module_symbols_in_single_module): New function. | |
799 | (mi_info_module_functions_or_variables): New function. | |
800 | (mi_cmd_symbol_info_module_functions): New function. | |
801 | (mi_cmd_symbol_info_module_variables): New function. | |
802 | * NEWS: Mention new MI command. | |
803 | ||
4cbd39b2 CB |
804 | 2019-12-03 Christian Biesinger <cbiesinger@google.com> |
805 | ||
806 | * bcache.c (hash): Remove. | |
807 | (hash_continue): Remove. | |
808 | * bcache.h (hash): Remove. | |
809 | (hash_continue): Remove. | |
810 | (struct bcache) <ctor>: Update. | |
811 | * psymtab.c (psymbol_hash): Update. | |
812 | * stabsread.c (hashname): Update. | |
813 | * utils.h (fast_hash): Add an argument for a start value, | |
814 | defaulting to zero. | |
815 | ||
82f910ea PW |
816 | 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
817 | * symtab.c (symbol_cache_clear_slot): Move close to cleared type. | |
818 | (destroy_block_symbol_cache): New function. | |
819 | (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache. | |
820 | (resize_symbol_cache): Likewise. | |
821 | ||
de2396d0 TT |
822 | 2019-12-02 Tom Tromey <tom@tromey.com> |
823 | ||
824 | * unittests/tui-selftests.c (run_tests): Make conditional. | |
825 | (_initialize_tui_selftest): Make conditional. | |
826 | ||
638d85bc CB |
827 | 2019-12-02 Christian Biesinger <cbiesinger@google.com> |
828 | ||
829 | * aix-thread.c (debug_aix_thread): Change type to bool. | |
830 | ||
7532a164 LM |
831 | 2019-12-02 Luis Machado <luis.machado@linaro.org> |
832 | ||
833 | * infrun.c (follow_fork_inferior): Remove outdated FIXME comment. | |
834 | ||
216a7e6b AB |
835 | 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com> |
836 | ||
837 | * dwarf2read.c (read_tag_string_type): Read the fields required to | |
838 | make a dynamic string, and possibly create a dynamic range for the | |
839 | string. | |
840 | (attr_to_dynamic_prop): Setup is_reference based on the type of | |
841 | attribute being processed. | |
842 | * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING. | |
843 | (resolve_dynamic_array): Rename to... | |
844 | (resolve_dynamic_array_or_string): ...this, update header comment, | |
845 | and accept TYPE_CODE_STRING. | |
846 | (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING. | |
847 | ||
11a8b164 AB |
848 | 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com> |
849 | ||
850 | * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most | |
851 | of its implementation from... | |
852 | (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls | |
853 | the new function. | |
854 | ||
5bbd8269 AB |
855 | 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com> |
856 | ||
857 | * dwarf2read.c (read_subrange_type): Read bit and byte stride and | |
858 | create a range with stride where appropriate. | |
859 | * f-valprint.c: Include 'gdbarch.h'. | |
860 | (f77_print_array_1): Take the stride into account when walking the | |
861 | array. Also convert the stride into addressable units. | |
862 | * gdbtypes.c (create_range_type): Initialise the stride to | |
863 | constant zero. | |
864 | (create_range_type_with_stride): New function, initialise the | |
865 | range as normal, and then setup the stride. | |
866 | (has_static_range): Include the stride here. Also change the | |
867 | return type to bool. | |
868 | (create_array_type_with_stride): Consider the range stride if the | |
869 | array isn't given its own stride. | |
870 | (resolve_dynamic_range): Resolve the stride if needed. | |
871 | * gdbtypes.h (struct range_bounds) <stride>: New member variable. | |
872 | (struct range_bounds) <flag_is_byte_stride>: New member variable. | |
873 | (TYPE_BIT_STRIDE): Define. | |
874 | (TYPE_ARRAY_BIT_STRIDE): Define. | |
875 | (create_range_type_with_stride): Declare. | |
876 | * valarith.c (value_subscripted_rvalue): Take range stride into | |
877 | account when walking the array. | |
878 | ||
82e3b564 TT |
879 | 2019-12-01 Tom Tromey <tom@tromey.com> |
880 | ||
881 | * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI | |
882 | specially. | |
883 | ||
517d261d TT |
884 | 2019-12-01 Tom Tromey <tom@tromey.com> |
885 | ||
886 | * tui/tui-winsource.c (tui_copy_source_line): Don't advance past | |
887 | \0. | |
888 | * unittests/tui-selftests.c: New file. | |
889 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c. | |
890 | ||
484c9b64 TT |
891 | 2019-12-01 Tom Tromey <tom@tromey.com> |
892 | ||
893 | * tui/tui.c (tui_enable): Call tui_update_variables earlier. | |
894 | ||
a2a7af0c TT |
895 | 2019-12-01 Tom Tromey <tom@tromey.com> |
896 | ||
897 | * NEWS: Document new settings. | |
898 | * tui/tui-wingeneral.c (box_win): Apply appropriate border style. | |
899 | * tui/tui-win.c (_initialize_tui_win): Add border style | |
900 | observers. | |
901 | * tui/tui-io.h (tui_apply_style): Declare. | |
902 | * tui/tui-io.c (tui_apply_style): Rename from apply_style. No | |
903 | longer static. | |
904 | (apply_ansi_escape, tui_set_reverse_mode): Update. | |
905 | * cli/cli-style.h (class cli_style_option) <add_setshow_commands>: | |
906 | Add "skip_intensity" parameter. | |
907 | <changed>: New member. | |
908 | <do_set_value>: Declare. | |
909 | (tui_border_style, tui_active_border_style): Declare. | |
910 | * cli/cli-style.c (tui_border_style, tui_active_border_style): New | |
911 | globals. | |
912 | (cli_style_option): Initialize "changed". | |
913 | (cli_style_option::do_set_value): New function. | |
914 | (cli_style_option::add_setshow_commands): Add "skip_intensity" | |
915 | parameter. Update. | |
916 | (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter. | |
917 | (_initialize_cli_style): Update. Create TUI border style | |
918 | commands. | |
919 | ||
d1da6b01 TT |
920 | 2019-12-01 Tom Tromey <tom@tromey.com> |
921 | ||
922 | * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits" | |
923 | parameter. | |
924 | * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits" | |
925 | parameter. | |
926 | * tui/tui-win.h (compact_source): Declare. | |
927 | * tui/tui-win.c (compact_source): New global. | |
928 | (tui_set_compact_source, tui_show_compact_source): New functions. | |
929 | (_initialize_tui_win): Add "compact-source" setting. | |
930 | * tui/tui-source.c (tui_source_window::set_contents): Handle | |
931 | compact_source setting. | |
932 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
933 | * NEWS: Document new setting. | |
934 | ||
489dbda6 TT |
935 | 2019-11-30 Tom Tromey <tom@tromey.com> |
936 | ||
937 | * dwarf2read.c (dwarf2_add_field): Include field offset when | |
938 | computing variant part length. | |
939 | ||
bf498525 PW |
940 | 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
941 | * NEWS: Mention define-prefix. Tell that command names can now | |
942 | contain a . character. | |
943 | ||
be09caf1 PW |
944 | 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
945 | ||
946 | * command.h (valid_cmd_char_p): Declare. | |
947 | * cli/cli-decode.c (valid_cmd_char_p): New function factorizing | |
948 | the check of valid command char. | |
949 | (find_command_name_length, valid_user_defined_cmd_name_p): Use | |
950 | valid_cmd_char_p. | |
951 | * cli/cli-script.c (validate_comname): Likewise. | |
952 | * completer.c (gdb_completer_command_word_break_characters): | |
953 | Do not remove . from the word break char, update comments. | |
954 | (complete_line_internal_1): Use valid_cmd_char_p. | |
955 | * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise. | |
956 | * python/py-cmd.c (gdbpy_parse_command_name): Likewise. | |
957 | ||
c6ac7fc9 PW |
958 | 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
959 | ||
960 | * cli/cli-script.c (do_define_command): Ensure a redefined | |
961 | prefix command is kept as a prefix command. | |
962 | (define_prefix_command): New function. | |
963 | (show_user_1): Report user defined prefixes. | |
964 | (_initialize_cli_script): Create the new 'define-prefix' command. | |
965 | Add completers for 'define' and 'document'. | |
966 | * top.c (execute_command): If command is a user-defined prefix only | |
967 | command, report the list of commands for this prefix command. | |
968 | ||
a992a3b0 TBA |
969 | 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
970 | ||
971 | * valops.c (find_oload_champ): Improve debug output. | |
972 | ||
e9194a1a TBA |
973 | 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
974 | ||
975 | * valops.c (find_oload_champ): Print part of debug messages | |
976 | before the badness vector is std::move'd. | |
977 | ||
53a008a6 TT |
978 | 2019-11-28 Tom Tromey <tom@tromey.com> |
979 | ||
980 | * value.c (creal_internal_fn): Fix comment. | |
981 | ||
bab05c83 TT |
982 | 2019-11-28 Tom Tromey <tom@tromey.com> |
983 | ||
984 | * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count, | |
985 | flag_bound_evaluated>: Now unsigned. | |
986 | ||
2522f049 TT |
987 | 2019-11-28 Tom Tromey <tom@tromey.com> |
988 | ||
989 | * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't | |
990 | declare. | |
991 | ||
38b49e22 MS |
992 | 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com> |
993 | ||
994 | * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the | |
995 | debug output. | |
996 | * jit.c (jit_unregister_code): Add debug print to match | |
997 | `jit_register_code`. | |
998 | ||
35125921 CB |
999 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1000 | ||
1001 | * NEWS: Mention the new multithreaded symbol loading. | |
1002 | ||
62e77f56 CB |
1003 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1004 | ||
1005 | * maint.c (n_worker_threads): Default to 0. | |
1006 | (worker_threads_disabled): New function. | |
1007 | * maint.h (worker_threads_disabled): New function. | |
1008 | * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names | |
1009 | here if worker_threads_disabled () is true. | |
1010 | (minimal_symbol_reader::install): Skip all threading if | |
1011 | worker_threads_disabled () is true. | |
1012 | ||
f29d7f6b CB |
1013 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1014 | ||
1015 | * minsyms.c (add_minsym_to_hash_table): Use a previously computed | |
1016 | hash code if possible. | |
1017 | (add_minsym_to_demangled_hash_table): Likewise. | |
1018 | (minimal_symbol_reader::install): Compute the hash codes for msymbol | |
1019 | on the background thread. | |
1020 | * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>: | |
1021 | Add these fields. | |
1022 | ||
e76b2246 CB |
1023 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1024 | ||
1025 | * minsyms.c (minimal_symbol_reader::install): Also compute the hash | |
1026 | of the mangled name on the background thread. | |
1027 | * symtab.c (symbol_set_names): Allow passing in the hash of the | |
1028 | linkage_name. | |
1029 | * symtab.h (symbol_set_names): Likewise. | |
1030 | ||
8d9a2568 KB |
1031 | 2019-11-27 Kevin Buettner <kevinb@redhat.com> |
1032 | ||
1033 | * dwarf2read.c (inherit_abstract_dies): Ensure that delayed | |
1034 | physnames are computed for inherited DIEs. | |
1035 | ||
fad03f6e TT |
1036 | 2019-11-27 Tom Tromey <tromey@adacore.com> |
1037 | ||
1038 | * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary | |
1039 | backslashes. | |
1040 | * cp-support.c: Remove unnecessary backslashes. | |
1041 | ||
43678b0a CB |
1042 | 2019-11-27 Christian Biesinger <cbiesinger@google.com> |
1043 | ||
1044 | * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME | |
1045 | with sym->set_linkage_name. | |
1046 | * coffread.c (coff_read_enum_type): Likewise. | |
1047 | * mdebugread.c (parse_symbol): Likewise. | |
1048 | * stabsread.c (patch_block_stabs): Likewise. | |
1049 | (define_symbol): Likewise. | |
1050 | (read_enum_type): Likewise. | |
1051 | (common_block_end): Likewise. | |
1052 | * symtab.h (struct general_symbol_info) <set_linkage_name>: New | |
1053 | function. | |
1054 | (SYMBOL_SET_LINKAGE_NAME): Remove. | |
1055 | * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME | |
1056 | with sym->set_linkage_name. | |
1057 | ||
db5960b4 AB |
1058 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1059 | ||
1060 | * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry. | |
1061 | * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare. | |
1062 | * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function. | |
1063 | * NEWS: Mention new MI command. | |
1064 | ||
7dc42066 AB |
1065 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1066 | ||
1067 | * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions', | |
1068 | '-symbol-info-types', and '-symbol-info-variables'. | |
1069 | * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare. | |
1070 | (mi_cmd_symbol_info_types): Declare. | |
1071 | (mi_cmd_symbol_info_variables): Declare. | |
1072 | * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes. | |
1073 | (output_debug_symbol): New function. | |
1074 | (output_nondebug_symbol): New function. | |
1075 | (mi_symbol_info): New function. | |
1076 | (mi_info_functions_or_variables): New function. | |
1077 | (mi_cmd_symbol_info_functions): New function. | |
1078 | (mi_cmd_symbol_info_types): New function. | |
1079 | (mi_cmd_symbol_info_variables): New function. | |
1080 | * NEWS: Mention new commands. | |
1081 | ||
5f512a7d AB |
1082 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1083 | ||
1084 | * symtab.c (symbol_to_info_string): New function, most content | |
1085 | moved from print_symbol_info, but updated to return a std::string. | |
1086 | (print_symbol_info): Update to use symbol_to_info_string and print | |
1087 | returned string. | |
1088 | * symtab.h (symbol_to_info_string): Declare new function. | |
1089 | ||
470c0b1c AB |
1090 | 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com> |
1091 | ||
1092 | * python/python.c (gdbpy_rbreak): Convert to using | |
1093 | global_symbol_searcher. | |
1094 | * symtab.c (file_matches): Convert return type to bool, change | |
1095 | file list to std::vector, update header comment. | |
1096 | (search_symbols): Rename to... | |
1097 | (global_symbol_searcher::search): ...this and update now its | |
1098 | a member function of global_symbol_searcher. Take account of the | |
1099 | changes to file_matches. | |
1100 | (symtab_symbol_info): Convert to using global_symbol_searcher. | |
1101 | (rbreak_command): Likewise. | |
1102 | (search_module_symbols): Likewise. | |
1103 | * symtab.h (enum symbol_search): Update comment. | |
1104 | (search_symbols): Remove declaration. | |
1105 | (class global_symbol_searcher): New class. | |
1106 | ||
57357d9d TT |
1107 | 2019-11-26 Tom Tromey <tromey@adacore.com> |
1108 | ||
1109 | * cp-support.c (_initialize_cp_support): Conditionally initialize | |
1110 | gdb_demangle_attempt_core_dump. | |
1111 | ||
3ea16160 TT |
1112 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1113 | ||
1114 | * python/py-function.c (fnpy_init): Update. | |
1115 | * value.h (add_internal_function): Adjust declaration. | |
1116 | * value.c (function_destroyer): Remove. | |
1117 | (do_add_internal_function): Don't set destroyer or copy name. | |
1118 | (add_internal_function): Take unique_xmalloc_ptr<char> for name. | |
1119 | Set name_allocated. | |
1120 | * python/py-cmd.c (cmdpy_destroyer): Don't free "name". | |
1121 | (cmdpy_init): Set name_allocated. | |
1122 | * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New | |
1123 | member. | |
1124 | (~cmd_list_element): Free "name" if needed. | |
1125 | ||
1a6d41c6 TT |
1126 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1127 | ||
1128 | * value.h (add_internal_function): Add new overload. Move | |
1129 | documentation from value.h. | |
1130 | * value.c (do_add_internal_function): New function. | |
1131 | (add_internal_function): Use it. Add new overload. | |
1132 | (function_destroyer): Don't free doc. | |
1133 | * python/py-function.c (fnpy_init): Update. | |
1134 | ||
8318f3c3 TT |
1135 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1136 | ||
1137 | * python/py-cmd.c (cmdpy_destroyer): Don't free "doc". | |
1138 | (cmdpy_init): Set "doc_allocated". | |
1139 | ||
4da8c3a8 TT |
1140 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1141 | ||
1142 | * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set | |
1143 | name of worker thread. | |
1144 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for | |
1145 | pthread_setname_np. | |
1146 | * configure, config.in: Rebuild. | |
1147 | ||
971db5e2 TT |
1148 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1149 | ||
1150 | * python/python.c (class gdbpy_gil): New. | |
1151 | (struct gdbpy_event): Add constructor, destructor, operator(). | |
1152 | (gdbpy_post_event): Use run_on_main_thread. | |
1153 | (gdbpy_initialize_events): Remove. | |
1154 | (do_start_initialization): Update. | |
1155 | ||
22138db6 TT |
1156 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1157 | ||
1158 | * NEWS: Add entry. | |
1159 | * maint.c (_initialize_maint_cmds): Add "worker-threads" maint | |
1160 | commands. Call update_thread_pool_size. | |
1161 | (update_thread_pool_size, maintenance_set_worker_threads): New | |
1162 | functions. | |
1163 | (n_worker_threads): New global. | |
1164 | ||
d55c9a68 TT |
1165 | 2019-11-26 Christian Biesinger <cbiesinger@google.com> |
1166 | Tom Tromey <tom@tromey.com> | |
1167 | ||
1168 | * minsyms.c (minimal_symbol_reader::install): Use | |
1169 | parallel_for_each. | |
1170 | * gdbsupport/parallel-for.h: New file. | |
1171 | * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h. | |
1172 | ||
a0b57563 CB |
1173 | 2019-11-26 Christian Biesinger <cbiesinger@google.com> |
1174 | Tom Tromey <tom@tromey.com> | |
1175 | ||
1176 | * gdbsupport/thread-pool.h: New file. | |
1177 | * gdbsupport/thread-pool.c: New file. | |
1178 | * Makefile.in (COMMON_SFILES): Add thread-pool.c. | |
1179 | (HFILES_NO_SRCDIR): Add thread-pool.h. | |
1180 | ||
3b3978bc TT |
1181 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1182 | ||
1183 | * event-top.h (thread_local_segv_handler): Declare. | |
1184 | * event-top.c (thread_local_segv_handler): New global. | |
1185 | (install_handle_sigsegv, handle_sigsegv): New functions. | |
1186 | (async_init_signals): Install SIGSEGV handler. | |
1187 | * cp-support.c (gdb_demangle_jmp_buf): Change type. Now | |
1188 | thread-local. | |
1189 | (report_failed_demangle): New function. | |
1190 | (gdb_demangle): Make core_dump_allowed atomic. Remove signal | |
1191 | handler-setting code, instead use segv_handler. Run warning code | |
1192 | on main thread. | |
1193 | ||
9411c49e TT |
1194 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1195 | ||
1196 | * run-on-main-thread.c: New file. | |
1197 | * run-on-main-thread.h: New file. | |
1198 | * unittests/main-thread-selftests.c: New file. | |
1199 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add | |
1200 | main-thread-selftests.c. | |
1201 | (HFILES_NO_SRCDIR): Add run-on-main-thread.h. | |
1202 | (COMMON_SFILES): Add run-on-main-thread.c. | |
1203 | ||
c3efb965 TT |
1204 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1205 | ||
1206 | * main.c (setup_alternate_signal_stack): Remove. | |
1207 | (captured_main_1): Use gdb::alternate_signal_stack. | |
1208 | * gdbsupport/alt-stack.h: New file. | |
1209 | ||
21987b9c TT |
1210 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1211 | ||
1212 | * gdbsupport/signals-state-save-restore.c (original_signal_mask): | |
1213 | Remove comment. | |
1214 | (save_original_signals_state, restore_original_signals_state): Use | |
1215 | gdb_sigmask. | |
1216 | * linux-nat.c (block_child_signals, restore_child_signals_mask) | |
1217 | (_initialize_linux_nat): Use gdb_sigmask. | |
1218 | * guile/guile.c (_initialize_guile): Use block_signals. | |
1219 | * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h. | |
1220 | * gdbsupport/gdb-sigmask.h: New file. | |
1221 | * event-top.c (async_sigtstp_handler): Use gdb_sigmask. | |
1222 | * cp-support.c (gdb_demangle): Use gdb_sigmask. | |
1223 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for | |
1224 | pthread_sigmask. | |
1225 | * configure, config.in: Rebuild. | |
1226 | * gdbsupport/block-signals.h: New file. | |
1227 | ||
5e030278 TT |
1228 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1229 | ||
1230 | * acinclude.m4: Include ax_pthread.m4. | |
1231 | * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables. | |
1232 | (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS. | |
1233 | (CLIBS): Use PTHREAD_LIBS. | |
1234 | (aclocal_m4_deps): Add ax_pthread.m4. | |
1235 | * config.in, configure: Rebuild. | |
1236 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread. | |
1237 | ||
5a79c107 TT |
1238 | 2019-11-26 Tom Tromey <tom@tromey.com> |
1239 | ||
1240 | * symtab.h (struct minimal_symbol) <name_set>: New member. | |
1241 | * minsyms.c (minimal_symbol_reader::record_full): Copy name. | |
1242 | Don't call symbol_set_names. | |
1243 | (minimal_symbol_reader::install): Call symbol_set_names. | |
1244 | ||
aa369509 PW |
1245 | 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
1246 | ||
1247 | * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after | |
1248 | restore_active_ext_lang, as GIL is needed for (indirectly) | |
1249 | called PyOS_InterruptOccurred. | |
1250 | ||
cadc9cb8 SM |
1251 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1252 | ||
1253 | * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with | |
1254 | definition. | |
1255 | ||
d04afd58 SM |
1256 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1257 | ||
1258 | * remote-sim.c (simulator_command): Make static, remove | |
1259 | declaration. | |
1260 | ||
dd694d77 SM |
1261 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1262 | ||
1263 | * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make | |
1264 | static. | |
1265 | * unittests/basic_string_view/capacity/1.cc (test01): Likewise. | |
1266 | * unittests/basic_string_view/cons/char/1.cc (test01): Likewise. | |
1267 | (main): Likewise. | |
1268 | * unittests/basic_string_view/cons/char/2.cc (test03): Likewise. | |
1269 | (main): Likewise. | |
1270 | * unittests/basic_string_view/cons/char/3.cc (test05): Likewise. | |
1271 | (main): Likewise. | |
1272 | * unittests/basic_string_view/element_access/char/1.cc (test01): | |
1273 | Likewise. | |
1274 | (main): Likewise. | |
1275 | * unittests/basic_string_view/element_access/char/empty.cc (main): | |
1276 | Likewise. | |
1277 | * unittests/basic_string_view/element_access/char/front_back.cc | |
1278 | (test01): Likewise. | |
1279 | (main): Likewise. | |
1280 | * unittests/basic_string_view/inserters/char/2.cc (test05): | |
1281 | Likewise. | |
1282 | (main): Likewise. | |
1283 | * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc | |
1284 | (test01): Likewise. | |
1285 | (main): Likewise. | |
1286 | * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc | |
1287 | (test01): Likewise. | |
1288 | (main): Likewise. | |
1289 | * unittests/basic_string_view/modifiers/swap/char/1.cc (test01): | |
1290 | Likewise. | |
1291 | * unittests/basic_string_view/operations/compare/char/1.cc | |
1292 | (test01): Likewise. | |
1293 | (main): Likewise. | |
1294 | * unittests/basic_string_view/operations/compare/char/13650.cc | |
1295 | (test01): Likewise. | |
1296 | * unittests/basic_string_view/operations/copy/char/1.cc (test01): | |
1297 | Likewise. | |
1298 | (main): Likewise. | |
1299 | * unittests/basic_string_view/operations/data/char/1.cc (test01): | |
1300 | Likewise. | |
1301 | (main): Likewise. | |
1302 | * unittests/basic_string_view/operations/find/char/1.cc (test01): | |
1303 | Likewise. | |
1304 | (main): Likewise. | |
1305 | * unittests/basic_string_view/operations/find/char/2.cc (test02): | |
1306 | Likewise. | |
1307 | (main): Likewise. | |
1308 | * unittests/basic_string_view/operations/find/char/3.cc (test03): | |
1309 | Likewise. | |
1310 | (main): Likewise. | |
1311 | * unittests/basic_string_view/operations/find/char/4.cc (main): | |
1312 | Likewise. | |
1313 | * unittests/basic_string_view/operations/rfind/char/1.cc (test01): | |
1314 | Likewise. | |
1315 | (main): Likewise. | |
1316 | * unittests/basic_string_view/operations/rfind/char/2.cc (test02): | |
1317 | Likewise. | |
1318 | (main): Likewise. | |
1319 | * unittests/basic_string_view/operations/rfind/char/3.cc (test03): | |
1320 | Likewise. | |
1321 | (main): Likewise. | |
1322 | * unittests/basic_string_view/operations/substr/char/1.cc | |
1323 | (test01): Likewise. | |
1324 | (main): Likewise. | |
1325 | * unittests/basic_string_view/operators/char/2.cc (main): | |
1326 | Likewise. | |
1327 | * unittests/optional/assignment/1.cc (test): Likewise. | |
1328 | * unittests/optional/assignment/2.cc (test): Likewise. | |
1329 | * unittests/optional/assignment/3.cc (test): Likewise. | |
1330 | * unittests/optional/assignment/4.cc (test): Likewise. | |
1331 | * unittests/optional/assignment/5.cc (test): Likewise. | |
1332 | * unittests/optional/assignment/6.cc (test): Likewise. | |
1333 | * unittests/optional/assignment/7.cc (test): Likewise. | |
1334 | * unittests/optional/cons/copy.cc (test): Likewise. | |
1335 | * unittests/optional/cons/default.cc (test): Likewise. | |
1336 | * unittests/optional/cons/move.cc (test): Likewise. | |
1337 | * unittests/optional/cons/value.cc (test): Likewise. | |
1338 | * unittests/optional/in_place.cc (test): Likewise. | |
1339 | * unittests/optional/observers/1.cc (test): Likewise. | |
1340 | * unittests/optional/observers/2.cc (test): Likewise. | |
1341 | ||
3b5c1d49 SM |
1342 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1343 | ||
1344 | * tui-win.h (tui_set_var_cmd): Remove. | |
1345 | * tui-win.c (tui_set_var_cmd): Make static. | |
1346 | ||
adce99fe SM |
1347 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1348 | ||
1349 | * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper, | |
1350 | rbreak_command_wrapper): Remove. | |
1351 | * symtab.c (rbreak_command_wrapper): Remove. | |
1352 | ||
fe3adccf SM |
1353 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1354 | ||
1355 | * inferior.h (info_terminal_command): Remove declaration. | |
1356 | * inflow.c (info_terminal_command): Make static. | |
1357 | ||
b926335f SM |
1358 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1359 | ||
1360 | * inferior.c (exit_inferior_silent): Remove. | |
1361 | ||
b62f6f54 SM |
1362 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1363 | ||
1364 | * dictionary.c (dict_empty, mdict_empty): Remove. | |
1365 | * dictionary.c (mdict_empty): Remove. | |
1366 | ||
cb8c24b6 SM |
1367 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1368 | ||
1369 | * arc-tdep.c (arc_insn_get_memory_base_reg): Make static. | |
1370 | (arc_insn_get_memory_offset): Likewise. | |
1371 | (arc_insn_dump): Likewise. | |
1372 | * cp-support.c (test_cp_symbol_name_matches): Likewise. | |
1373 | * csky-linux-tdep.c (csky_supply_fregset): Likewise. | |
1374 | * dictionary.c (dict_iterator_next): Likewise. | |
1375 | (dict_iter_match_first): Likewise. | |
1376 | (dict_iter_match_next): Likewise. | |
1377 | * f-lang.c (evaluate_subexp_f): Likewise. | |
1378 | * hppa-tdep.c (hppa_read_pc): Likewise. | |
1379 | * i386-tdep.c (i386_floatformat_for_type): Likewise. | |
1380 | * parse.c (write_exp_elt_msym): Likewise. | |
1381 | * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise. | |
1382 | * remote.c (remote_packet_size): Likewise. | |
1383 | (remote_notif_stop_parse): Likewise. | |
1384 | * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise. | |
1385 | * s12z-tdep.c (s12z_disassemble_info): Likewise. | |
1386 | * source.c (prepare_path_for_appending): Likewise. | |
1387 | * sparc64-linux-tdep.c | |
1388 | (sparc64_linux_handle_segmentation_fault); Likewise. | |
1389 | * stack.c (frame_selection_by_function_completer): Likewise. | |
1390 | ||
781597ff SM |
1391 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1392 | ||
1393 | * completer.c (set_gdb_completion_word_break_characters): | |
1394 | Remove. | |
1395 | ||
23baa4cc SM |
1396 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1397 | ||
1398 | * dwarf-index-write.c: Include dwarf-index-write.h. | |
1399 | * mi/mi-interp.c: Include mi/mi-interp.h. | |
1400 | ||
23767560 SM |
1401 | 2019-11-26 Simon Marchi <simon.marchi@efficios.com> |
1402 | ||
1403 | * aarch32-tdep.c: Include aarch32-tdep.h. | |
1404 | * aarch32-tdep.h: Forward-declare struct target_desc. | |
1405 | ||
6d91ce9a CB |
1406 | 2019-11-26 Christian Biesinger <cbiesinger@google.com> |
1407 | ||
1408 | * linux-nat.c (detach_one_lwp): Call safe_strerror instead of | |
1409 | strerror. | |
1410 | * nto-procfs.c (nto_procfs_target::create_inferior): Likewise. | |
1411 | * windows-nat.c (windows_nat_target::create_inferior): Likewise. | |
1412 | ||
3cf2f237 TV |
1413 | 2019-11-25 Tom de Vries <tdevries@suse.de> |
1414 | ||
1415 | * contrib/words.sh: Add -c option. | |
1416 | ||
5b89c67a CB |
1417 | 2019-11-25 Christian Biesinger <cbiesinger@google.com> |
1418 | ||
1419 | * solib.c (solib_find_1): Change int to bool. | |
1420 | (exec_file_find): Change int to bool. | |
1421 | (solib_find): Change int to bool. | |
1422 | (solib_read_symbols): Change int to bool. | |
1423 | (solib_used): Change int to bool. | |
1424 | (solib_add): Change int to bool. | |
1425 | (info_sharedlibrary_command): Change int to bool. | |
1426 | (solib_contains_address_p): Change int to bool. | |
1427 | (solib_keep_data_in_core): Change int to bool. | |
1428 | (in_solib_dynsym_resolve_code): Change int to bool. | |
1429 | (reload_shared_libraries_1): Change int to bool. | |
1430 | (gdb_sysroot_changed): Change int to bool. | |
1431 | * solib.h (solib_read_symbols): Change int to bool. | |
1432 | (solib_contains_address_p): Change int to bool. | |
1433 | (solib_keep_data_in_core): Change int to bool. | |
1434 | (in_solib_dynsym_resolve_code): Change int to bool. | |
1435 | (libpthread_name_p): Change int to bool. | |
1436 | ||
6cc8564b LM |
1437 | 2019-11-25 Luis Machado <luis.machado@linaro.org> |
1438 | ||
1439 | * NEWS (New Commands): Mention "set debug remote-packet-max-chars". | |
1440 | * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove. | |
1441 | (remote_packet_max_chars): New static global. | |
1442 | (show_remote_packet_max_chars): New function. | |
1443 | (remote_target::putpkt_binary): Adjust to use new | |
1444 | remote_packet_max_chars option. | |
1445 | (remote_target::getpkt_or_notif_sane_1): Likewise. | |
1446 | (_initialize_remote): Register new remote-packet-max-chars option. | |
1447 | ||
a7cdaa91 SM |
1448 | 2019-11-24 Simon Marchi <simon.marchi@efficios.com> |
1449 | ||
1450 | * m68k-linux-nat.c: Include gdbarch.h. | |
1451 | ||
26abc753 TT |
1452 | 2019-11-24 Tom Tromey <tom@tromey.com> |
1453 | ||
1454 | * symfile.c (read_symbols): Update. | |
1455 | * psymtab.c (require_partial_symbols): Change type of "verbose" to | |
1456 | bool. | |
1457 | (psym_map_symtabs_matching_filename, find_pc_sect_psymtab) | |
1458 | (psym_lookup_symbol, psym_find_last_source_symtab) | |
1459 | (psym_forget_cached_source_info, psym_print_stats) | |
1460 | (psym_expand_symtabs_for_function, psym_expand_all_symtabs) | |
1461 | (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames) | |
1462 | (psym_map_matching_symbols, psym_expand_symtabs_matching) | |
1463 | (psym_find_compunit_symtab_by_address) | |
1464 | (maintenance_print_psymbols, maintenance_info_psymtabs) | |
1465 | (maintenance_check_psymtabs): Update. | |
1466 | * psymtab.h (require_partial_symbols): Change type of "verbose" to | |
1467 | bool. | |
1468 | ||
012fc909 TT |
1469 | 2019-11-22 Tom Tromey <tom@tromey.com> |
1470 | ||
1471 | * observable.h: Update comments. | |
1472 | ||
c83d8d32 TT |
1473 | 2019-11-22 Tom Tromey <tromey@adacore.com> |
1474 | ||
1475 | * ada-tasks.c (ada_task_is_alive): Make parameter const. | |
1476 | (print_ada_task_info): Don't try to fetch thread id if task is not | |
1477 | alive. | |
1478 | ||
987012b8 CB |
1479 | 2019-11-22 Christian Biesinger <cbiesinger@google.com> |
1480 | ||
1481 | * ada-exp.y: Update. | |
1482 | * ada-lang.c (sort_choices): Update. | |
1483 | (ada_print_symbol_signature): Update. | |
1484 | (resolve_subexp): Update. | |
1485 | (ada_parse_renaming): Update. | |
1486 | (ada_read_renaming_var_value): Update. | |
1487 | (lesseq_defined_than): Update. | |
1488 | (remove_extra_symbols): Update. | |
1489 | (remove_irrelevant_renamings): Update. | |
1490 | (ada_add_block_symbols): Update. | |
1491 | (ada_collect_symbol_completion_matches): Update. | |
1492 | (ada_is_renaming_symbol): Update. | |
1493 | (aggregate_assign_from_choices): Update. | |
1494 | (ada_evaluate_subexp): Update. | |
1495 | (ada_has_this_exception_support): Update. | |
1496 | (ada_is_non_standard_exception_sym): Update. | |
1497 | (ada_add_exceptions_from_frame): Update. | |
1498 | (ada_add_global_exceptions): Update. | |
1499 | (ada_print_subexp): Update. | |
1500 | * ax-gdb.c (gen_var_ref): Update. | |
1501 | (gen_maybe_namespace_elt): Update. | |
1502 | (gen_expr_for_cast): Update. | |
1503 | (gen_expr): Update. | |
1504 | * block.h: Update. | |
1505 | * blockframe.c (find_pc_partial_function): Update. | |
1506 | * breakpoint.c (print_breakpoint_location): Update. | |
1507 | (update_static_tracepoint): Update. | |
1508 | * btrace.c (ftrace_print_function_name): Update. | |
1509 | (ftrace_function_switched): Update. | |
1510 | * buildsym.c (find_symbol_in_list): Update. | |
1511 | * c-exp.y: Update. | |
1512 | * c-typeprint.c (c_print_typedef): Update. | |
1513 | (c_type_print_template_args): Update. | |
1514 | * cli/cli-cmds.c (edit_command): Update. | |
1515 | (list_command): Update. | |
1516 | (print_sal_location): Update. | |
1517 | * coffread.c (patch_opaque_types): Update. | |
1518 | (process_coff_symbol): Update. | |
1519 | (coff_read_enum_type): Update. | |
1520 | * compile/compile-c-symbols.c (c_symbol_substitution_name): Update. | |
1521 | (convert_one_symbol): Update. | |
1522 | (hash_symname): Update. | |
1523 | (eq_symname): Update. | |
1524 | * compile/compile-cplus-symbols.c (convert_one_symbol): Update. | |
1525 | * compile/compile-cplus-types.c (debug_print_scope): Update. | |
1526 | * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update. | |
1527 | * compile/compile-object-load.c (get_out_value_type): Update. | |
1528 | * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update. | |
1529 | (search_symbol_list): Update. | |
1530 | (cp_lookup_symbol_imports_or_template): Update. | |
1531 | * cp-support.c (overload_list_add_symbol): Update. | |
1532 | * ctfread.c (psymtab_to_symtab): Update. | |
1533 | * dbxread.c (cp_set_block_scope): Update. | |
1534 | * dictionary.c (iter_match_first_hashed): Update. | |
1535 | (iter_match_next_hashed): Update. | |
1536 | (insert_symbol_hashed): Update. | |
1537 | (iter_match_next_linear): Update. | |
1538 | * dictionary.h: Update. | |
1539 | * dwarf2loc.c (func_get_frame_base_dwarf_block): Update. | |
1540 | (locexpr_describe_location_piece): Update. | |
1541 | (locexpr_describe_location_1): Update. | |
1542 | (locexpr_generate_c_location): Update. | |
1543 | (loclist_describe_location): Update. | |
1544 | (loclist_generate_c_location): Update. | |
1545 | * dwarf2read.c (dw2_debug_names_lookup_symbol): Update. | |
1546 | (read_func_scope): Update. | |
1547 | (process_enumeration_scope): Update. | |
1548 | (new_symbol): Update. | |
1549 | (dwarf2_const_value): Update. | |
1550 | (dwarf2_symbol_mark_computed): Update. | |
1551 | * eval.c (evaluate_funcall): Update. | |
1552 | (evaluate_subexp_standard): Update. | |
1553 | * expprint.c (print_subexp_standard): Update. | |
1554 | (dump_subexp_body_standard): Update. | |
1555 | * f-valprint.c (info_common_command_for_block): Update. | |
1556 | * findvar.c (get_hosting_frame): Update. | |
1557 | (default_read_var_value): Update. | |
1558 | * go-lang.c (go_symbol_package_name): Update. | |
1559 | * guile/scm-block.c (bkscm_print_block_smob): Update. | |
1560 | * guile/scm-symbol.c (syscm_print_symbol_smob): Update. | |
1561 | (gdbscm_symbol_name): Update. | |
1562 | (gdbscm_symbol_linkage_name): Update. | |
1563 | (gdbscm_symbol_print_name): Update. | |
1564 | * infcall.c (get_function_name): Update. | |
1565 | * infcmd.c (jump_command): Update. | |
1566 | (finish_command): Update. | |
1567 | * infrun.c (insert_exception_resume_breakpoint): Update. | |
1568 | * linespec.c (canonicalize_linespec): Update. | |
1569 | (create_sals_line_offset): Update. | |
1570 | (convert_linespec_to_sals): Update. | |
1571 | (complete_label): Update. | |
1572 | (find_label_symbols_in_block): Update. | |
1573 | * m2-typeprint.c (m2_print_typedef): Update. | |
1574 | * mdebugread.c (mdebug_reg_to_regnum): Update. | |
1575 | (parse_symbol): Update. | |
1576 | (mylookup_symbol): Update. | |
1577 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
1578 | (list_args_or_locals): Update. | |
1579 | * objc-lang.c (compare_selectors): Update. | |
1580 | (info_selectors_command): Update. | |
1581 | (compare_classes): Update. | |
1582 | (info_classes_command): Update. | |
1583 | (find_imps): Update. | |
1584 | * p-typeprint.c (pascal_print_typedef): Update. | |
1585 | * printcmd.c (build_address_symbolic): Update. | |
1586 | (info_address_command): Update. | |
1587 | (print_variable_and_value): Update. | |
1588 | * python/py-framefilter.c (extract_sym): Update. | |
1589 | (py_print_single_arg): Update. | |
1590 | * python/py-symbol.c (sympy_str): Update. | |
1591 | (sympy_get_name): Update. | |
1592 | (sympy_get_linkage_name): Update. | |
1593 | * python/python.c (gdbpy_rbreak): Update. | |
1594 | * record-btrace.c (btrace_get_bfun_name): Update. | |
1595 | (btrace_call_history): Update. | |
1596 | * rust-lang.c (rust_print_typedef): Update. | |
1597 | * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update. | |
1598 | * stabsread.c (stab_reg_to_regnum): Update. | |
1599 | (define_symbol): Update. | |
1600 | (read_enum_type): Update. | |
1601 | (common_block_end): Update. | |
1602 | (cleanup_undefined_types_1): Update. | |
1603 | (scan_file_globals): Update. | |
1604 | * stack.c (print_frame_arg): Update. | |
1605 | (print_frame_args): Update. | |
1606 | (find_frame_funname): Update. | |
1607 | (info_frame_command_core): Update. | |
1608 | (iterate_over_block_locals): Update. | |
1609 | (print_block_frame_labels): Update. | |
1610 | (do_print_variable_and_value): Update. | |
1611 | (iterate_over_block_arg_vars): Update. | |
1612 | (return_command): Update. | |
1613 | * symmisc.c (dump_symtab_1): Update. | |
1614 | (print_symbol): Update. | |
1615 | * symtab.c (eq_symbol_entry): Update. | |
1616 | (symbol_cache_dump): Update. | |
1617 | (lookup_language_this): Update. | |
1618 | (find_pc_sect_line): Update. | |
1619 | (skip_prologue_sal): Update. | |
1620 | (symbol_search::compare_search_syms): Update. | |
1621 | (treg_matches_sym_type_name): Update. | |
1622 | (search_symbols): Update. | |
1623 | (print_symbol_info): Update. | |
1624 | (rbreak_command): Update. | |
1625 | (completion_list_add_symbol): Update. | |
1626 | (find_gnu_ifunc): Update. | |
1627 | (get_symbol_address): Update. | |
1628 | (search_module_symbols): Update. | |
1629 | (info_module_subcommand): Update. | |
1630 | * symtab.h (SYMBOL_NATURAL_NAME): Remove. | |
1631 | (SYMBOL_LINKAGE_NAME): Remove. | |
1632 | (SYMBOL_DEMANGLED_NAME): Remove. | |
1633 | (SYMBOL_PRINT_NAME): Remove. | |
1634 | (SYMBOL_SEARCH_NAME): Remove. | |
1635 | * tracepoint.c (set_traceframe_context): Update. | |
1636 | (validate_actionline): Update. | |
1637 | (collection_list::collect_symbol): Update. | |
1638 | (encode_actions_1): Update. | |
1639 | (info_scope_command): Update. | |
1640 | (print_one_static_tracepoint_marker): Update. | |
1641 | * typeprint.c (typedef_hash_table::add_template_parameters): Update. | |
1642 | * valops.c (address_of_variable): Update. | |
1643 | (find_overload_match): Update. | |
1644 | (find_oload_champ): Update. | |
1645 | ||
c9d95fa3 CB |
1646 | 2019-11-22 Christian Biesinger <cbiesinger@google.com> |
1647 | ||
1648 | * ada-lang.c (ada_lookup_simple_minsym): Update. | |
1649 | (ada_collect_symbol_completion_matches): Update. | |
1650 | * ada-tasks.c (read_atcb): Update. | |
1651 | * amd64-windows-tdep.c (amd64_skip_main_prologue): Update. | |
1652 | (amd64_windows_skip_trampoline_code): Update. | |
1653 | * arm-tdep.c (skip_prologue_function): Update. | |
1654 | (arm_skip_stack_protector): Update. | |
1655 | * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update. | |
1656 | (arm_wince_skip_main_prologue): Update. | |
1657 | * ax-gdb.c (gen_expr): Update. | |
1658 | * block.c (call_site_for_pc): Update. | |
1659 | * blockframe.c (find_pc_partial_function): Update. | |
1660 | * breakpoint.c (set_breakpoint_location_function): Update. | |
1661 | * btrace.c (ftrace_print_function_name): Update. | |
1662 | (ftrace_function_switched): Update. | |
1663 | * c-valprint.c (print_unpacked_pointer): Update. | |
1664 | * coffread.c (coff_symfile_read): Update. | |
1665 | * compile/compile-c-symbols.c (convert_symbol_bmsym): Update. | |
1666 | * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update. | |
1667 | * dwarf-index-write.c (write_psymbols): Update. | |
1668 | * dwarf2loc.c (call_site_to_target_addr): Update. | |
1669 | (func_verify_no_selftailcall): Update. | |
1670 | (tailcall_dump): Update. | |
1671 | (call_site_find_chain_1): Update. | |
1672 | (dwarf_expr_reg_to_entry_parameter): Update. | |
1673 | * elfread.c (elf_gnu_ifunc_record_cache): Update. | |
1674 | * eval.c (evaluate_funcall): Update. | |
1675 | (evaluate_subexp_standard): Update. | |
1676 | (evaluate_subexp_for_sizeof): Update. | |
1677 | * expprint.c (print_subexp_standard): Update. | |
1678 | (dump_subexp_body_standard): Update. | |
1679 | * frame.c (get_prev_frame_always_1): Update. | |
1680 | * frv-tdep.c (frv_skip_main_prologue): Update. | |
1681 | * gnu-v2-abi.c (gnuv2_value_rtti_type): Update. | |
1682 | * gnu-v3-abi.c (gnuv3_rtti_type): Update. | |
1683 | (gnuv3_get_typename_from_type_info): Update. | |
1684 | (gnuv3_skip_trampoline): Update. | |
1685 | * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update. | |
1686 | * i386-tdep.c (i386_skip_main_prologue): Update. | |
1687 | (i386_pe_skip_trampoline_code): Update. | |
1688 | * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update. | |
1689 | * infcall.c (get_function_name): Update. | |
1690 | * linespec.c (minsym_found): Update. | |
1691 | * linux-fork.c (info_checkpoints_command): Update. | |
1692 | * m32c-tdep.c (m32c_m16c_address_to_pointer): Update. | |
1693 | (m32c_m16c_pointer_to_address): Update. | |
1694 | * maint.c (maintenance_translate_address): Update. | |
1695 | * minsyms.c (add_minsym_to_hash_table): Update. | |
1696 | (add_minsym_to_demangled_hash_table): Update. | |
1697 | (lookup_minimal_symbol_mangled): Update. | |
1698 | (lookup_minimal_symbol_demangled): Update. | |
1699 | (lookup_minimal_symbol_linkage): Update. | |
1700 | (lookup_minimal_symbol_text): Update. | |
1701 | (lookup_minimal_symbol_by_pc_name): Update. | |
1702 | (minimal_symbol_is_less_than): Update. | |
1703 | (compact_minimal_symbols): Update. | |
1704 | (build_minimal_symbol_hash_tables): Update. | |
1705 | (find_solib_trampoline_target): Update. | |
1706 | * mips-tdep.c (mips_stub_frame_sniffer): Update. | |
1707 | (mips_skip_pic_trampoline_code): Update. | |
1708 | * msp430-tdep.c (msp430_skip_trampoline_code): Update. | |
1709 | * objc-lang.c (info_selectors_command): Update. | |
1710 | (info_classes_command): Update. | |
1711 | (find_methods): Update. | |
1712 | (find_imps): Update. | |
1713 | * p-valprint.c (pascal_val_print): Update. | |
1714 | * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update. | |
1715 | * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update. | |
1716 | * printcmd.c (build_address_symbolic): Update. | |
1717 | (info_symbol_command): Update. | |
1718 | * psymtab.c (psymbol_name_matches): Update. | |
1719 | (match_partial_symbol): Update. | |
1720 | (lookup_partial_symbol): Update. | |
1721 | (print_partial_symbols): Update. | |
1722 | (sort_pst_symbols): Update. | |
1723 | (maintenance_check_psymtabs): Update. | |
1724 | * python/py-framefilter.c (py_print_frame): Update. | |
1725 | * python/python.c (gdbpy_rbreak): Update. | |
1726 | * record-btrace.c (btrace_get_bfun_name): Update. | |
1727 | (btrace_call_history): Update. | |
1728 | * rs6000-tdep.c (rs6000_skip_main_prologue): Update. | |
1729 | (rs6000_skip_trampoline_code): Update. | |
1730 | * sol-thread.c (info_cb): Update. | |
1731 | * stabsread.c (scan_file_globals): Update. | |
1732 | * stack.c (find_frame_funname): Update. | |
1733 | (info_frame_command_core): Update. | |
1734 | * symmisc.c (dump_msymbols): Update. | |
1735 | * symtab.c (symbol_natural_name): Rename to.., | |
1736 | (general_symbol_info::natural_name): ...this. | |
1737 | (symbol_demangled_name): Rename to... | |
1738 | (general_symbol_info::demangled_name): ...this. | |
1739 | (symbol_search_name): Rename to... | |
1740 | (general_symbol_info::search_name): ...this. | |
1741 | (symbol_matches_search_name): Update. | |
1742 | (find_pc_sect_line): Update. | |
1743 | (skip_prologue_sal): Update. | |
1744 | (search_symbols): Update. | |
1745 | (print_msymbol_info): Update. | |
1746 | (rbreak_command): Update. | |
1747 | (completion_list_add_msymbol): Update. | |
1748 | (completion_list_objc_symbol): Update. | |
1749 | (get_msymbol_address): Update. | |
1750 | * symtab.h (struct general_symbol_info): Add member functions | |
1751 | natural_name (), linkage_name (), print_name (), demangled_name (), | |
1752 | and search_name (). | |
1753 | (SYMBOL_NATURAL_NAME): Update. | |
1754 | (symbol_natural_name): Move to a member function on general_symbol_info. | |
1755 | (SYMBOL_DEMANGLED_NAME): Update. | |
1756 | (symbol_demangled_name): Move to a member function on | |
1757 | general_symbol_info. | |
1758 | (SYMBOL_SEARCH_NAME): Update. | |
1759 | (symbol_search_name): Move to a member function on general_symbol_info. | |
1760 | (MSYMBOL_NATURAL_NAME): Remove. | |
1761 | (MSYMBOL_LINKAGE_NAME): Remove. | |
1762 | (MSYMBOL_PRINT_NAME): Remove. | |
1763 | (MSYMBOL_DEMANGLED_NAME): Remove. | |
1764 | (MSYMBOL_SEARCH_NAME): Remove. | |
1765 | * x86-tdep.c (x86_in_indirect_branch_thunk): Update. | |
1766 | ||
f8bab2d6 CB |
1767 | 2019-11-22 Christian Biesinger <cbiesinger@google.com> |
1768 | ||
1769 | * symtab.c (create_demangled_names_hash): Use per_bfd-> | |
1770 | minimal_symbol_count for computing the initial size, if greater | |
1771 | than our default size. | |
1772 | ||
85e7588d TV |
1773 | 2019-11-22 Tom de Vries <tdevries@suse.de> |
1774 | ||
1775 | * contrib/words.sh: Improve words extraction. | |
1776 | ||
f6180073 TV |
1777 | 2019-11-22 Tom de Vries <tdevries@suse.de> |
1778 | ||
1779 | * contrib/words.sh: Combine sed invocations. | |
1780 | ||
f10ffa41 CB |
1781 | 2019-11-21 Christian Biesinger <cbiesinger@google.com> |
1782 | ||
1783 | * Makefile.in: Update. | |
1784 | * demangle.c: Rename to... | |
1785 | * gdb-demangle.c: ..this. | |
1786 | (is_cplus_marker): Change return type to bool. | |
1787 | (_initialize_demangler): Rename to... | |
1788 | (_initialize_gdb_demangle): ...this. | |
1789 | * gdb-demangle.h (is_cplus_marker): Change return type to bool. | |
1790 | * symtab.h (demangle): Remove declaration; instead include | |
1791 | gdb-demangle.h. | |
1792 | ||
6ba18521 TT |
1793 | 2019-11-21 Tom Tromey <tromey@adacore.com> |
1794 | ||
1795 | * gdbsupport/format.c (format_pieces): Parse %I64d. | |
1796 | * unittests/format_pieces-selftests.c (test_windows_formats): New | |
1797 | function. | |
1798 | (run_tests): Call it. | |
1799 | ||
34877895 PJ |
1800 | 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com> |
1801 | ||
1802 | Byte reverse display of variables with DW_END_big, DW_END_little | |
1803 | (DW_AT_endianity) dwarf attributes if different than the native | |
1804 | byte order. | |
1805 | * ada-lang.c (ada_value_binop): | |
1806 | Use type_byte_order instead of gdbarch_byte_order. | |
1807 | * ada-valprint.c (printstr): | |
1808 | (ada_val_print_string): | |
1809 | * ada-lang.c (value_pointer): | |
1810 | (ada_value_binop): | |
1811 | Use type_byte_order instead of gdbarch_byte_order. | |
1812 | * c-lang.c (c_get_string): | |
1813 | Use type_byte_order instead of gdbarch_byte_order. | |
1814 | * c-valprint.c (c_val_print_array): | |
1815 | Use type_byte_order instead of gdbarch_byte_order. | |
1816 | * cp-valprint.c (cp_print_class_member): | |
1817 | Use type_byte_order instead of gdbarch_byte_order. | |
1818 | * dwarf2loc.c (rw_pieced_value): | |
1819 | Use type_byte_order instead of gdbarch_byte_order. | |
1820 | * dwarf2read.c (read_base_type): Handle DW_END_big, | |
1821 | DW_END_little | |
1822 | * f-lang.c (f_get_encoding): | |
1823 | Use type_byte_order instead of gdbarch_byte_order. | |
1824 | * findvar.c (default_read_var_value): | |
1825 | Use type_byte_order instead of gdbarch_byte_order. | |
1826 | * gdbtypes.c (check_types_equal): | |
1827 | Require matching TYPE_ENDIANITY_NOT_DEFAULT if set. | |
1828 | (recursive_dump_type): Print TYPE_ENDIANITY_BIG, | |
1829 | and TYPE_ENDIANITY_LITTLE if set. | |
1830 | (type_byte_order): new function. | |
1831 | * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro. | |
1832 | (struct main_type) <flag_endianity_not_default>: | |
1833 | New field. | |
1834 | (type_byte_order): New function. | |
1835 | * infcmd.c (default_print_one_register_info): | |
1836 | Use type_byte_order instead of gdbarch_byte_order. | |
1837 | * p-lang.c (pascal_printstr): | |
1838 | Use type_byte_order instead of gdbarch_byte_order. | |
1839 | * p-valprint.c (pascal_val_print): | |
1840 | Use type_byte_order instead of gdbarch_byte_order. | |
1841 | * printcmd.c (print_scalar_formatted): | |
1842 | Use type_byte_order instead of gdbarch_byte_order. | |
1843 | * solib-darwin.c (darwin_current_sos): | |
1844 | Use type_byte_order instead of gdbarch_byte_order. | |
1845 | * solib-svr4.c (solib_svr4_r_ldsomap): | |
1846 | Use type_byte_order instead of gdbarch_byte_order. | |
1847 | * stap-probe.c (stap_modify_semaphore): | |
1848 | Use type_byte_order instead of gdbarch_byte_order. | |
1849 | * target-float.c (target_float_same_format_p): | |
1850 | Use type_byte_order instead of gdbarch_byte_order. | |
1851 | * valarith.c (scalar_binop): | |
1852 | (value_bit_index): | |
1853 | Use type_byte_order instead of gdbarch_byte_order. | |
1854 | * valops.c (value_cast): | |
1855 | Use type_byte_order instead of gdbarch_byte_order. | |
1856 | * valprint.c (generic_emit_char): | |
1857 | (generic_printstr): | |
1858 | (val_print_string): | |
1859 | Use type_byte_order instead of gdbarch_byte_order. | |
1860 | * value.c (unpack_long): | |
1861 | (unpack_bits_as_long): | |
1862 | (unpack_value_bitfield): | |
1863 | (modify_field): | |
1864 | (pack_long): | |
1865 | (pack_unsigned_long): | |
1866 | Use type_byte_order instead of gdbarch_byte_order. | |
1867 | * findvar.c (unsigned_pointer_to_address): | |
1868 | (signed_pointer_to_address): | |
1869 | (unsigned_address_to_pointer): | |
1870 | (address_to_signed_pointer): | |
1871 | (default_read_var_value): | |
1872 | (default_value_from_register): | |
1873 | Use type_byte_order instead of gdbarch_byte_order. | |
1874 | * gnu-v3-abi.c (gnuv3_make_method_ptr): | |
1875 | Use type_byte_order instead of gdbarch_byte_order. | |
1876 | * riscv-tdep.c (riscv_print_one_register_info): | |
1877 | Use type_byte_order instead of gdbarch_byte_order. | |
1878 | ||
87fb00ea SM |
1879 | 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca> |
1880 | ||
1881 | * top.c (current_ui_gdb_stdout_ptr): Spell out by hand. | |
1882 | (current_ui_gdb_stdin_ptr): Likewise. | |
1883 | (current_ui_gdb_stderr_ptr): Likewise. | |
1884 | (current_ui_gdb_stdlog_ptr): Likewise. | |
1885 | (current_ui_current_uiout_ptr): Likewise. | |
1886 | (gen_ret_current_ui_field_ptr): Remove. | |
1887 | ||
65d1cd5f TV |
1888 | 2019-11-21 Tom de Vries <tdevries@suse.de> |
1889 | ||
1890 | PR gdb/24956 | |
1891 | * cli/cli-script.c (execute_control_command): Only switch to | |
1892 | INTERP_CONSOLE's ui_out when INTERP_MI is active. | |
1893 | ||
9f6ad286 TT |
1894 | 2019-11-19 Tom Tromey <tom@tromey.com> |
1895 | ||
1896 | * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c. | |
1897 | Now static. Change type of "name". | |
1898 | (tui_set_win_height_command): Don't copy "arg". | |
1899 | * tui/tui-data.h (tui_partial_win_by_name): Don't declare. | |
1900 | * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c. | |
1901 | ||
435d3d88 AT |
1902 | 2019-11-19 Ali Tamur <tamur@google.com> |
1903 | ||
1904 | * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with | |
1905 | "if (attr != nullptr)". | |
1906 | (dwarf2_find_base_address): Likewise. | |
1907 | (dwarf2_build_include_psymtabs): Likewise. | |
1908 | (read_cutu_die_from_dwo): Likewise. | |
1909 | (read_func_scope): Likewise. | |
1910 | (read_call_site_scope): Likewise. | |
1911 | (dwarf2_get_pc_bounds): Likewise. | |
1912 | (dwarf2_record_block_ranges): Likewise. | |
1913 | (dwarf2_add_field): Likewise. | |
1914 | (dwarf2_add_member_fn): Likewise. | |
1915 | (read_structure_type): Likewise. | |
1916 | (read_enumeration_type): Likewise. | |
1917 | (read_array_type): Likewise. | |
1918 | (read_array_order): Likewise. | |
1919 | (read_set_type): Likewise. | |
1920 | (read_common_block): Likewise. | |
1921 | (read_tag_reference_type): Likewise. | |
1922 | (read_tag_string_type): Likewise. | |
1923 | (read_subroutine_type): Likewise. | |
1924 | (read_base_type): Likewise. | |
1925 | (read_subrange_type): Likewise. | |
1926 | (new_symbol): Likewise. | |
1927 | (prepare_one_comp_unit): Likewise. | |
1928 | ||
c9739b6a TT |
1929 | 2019-11-19 Tom Tromey <tromey@adacore.com> |
1930 | ||
1931 | * windows-nat.c (windows_nat_target::attach): Include GetLastError | |
1932 | result in error when DebugActiveProcess fails. | |
1933 | ||
494409bb SDJ |
1934 | 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com> |
1935 | Pedro Alves <palves@redhat.com> | |
1936 | ||
1937 | https://bugzilla.redhat.com/show_bug.cgi?id=1765117 | |
1938 | * target.c (target_stack::push): Call 'unpush' if there's a | |
1939 | target on top of the stack. | |
1940 | ||
2e953aca PW |
1941 | 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
1942 | ||
1943 | * python/py-block.c (blpy_dealloc): Call tp_free. | |
1944 | (blpy_block_syms_dealloc): Likewise. | |
1945 | * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise. | |
1946 | * python/py-inferior.c (infpy_dealloc): Likewise. | |
1947 | * python/py-lazy-string.c (stpy_dealloc): Likewise. | |
1948 | * python/py-linetable.c (ltpy_iterator_dealloc): Likewise. | |
1949 | * python/py-symbol.c (sympy_dealloc): Likewise. | |
1950 | * python/py-symtab.c (stpy_dealloc): Likewise. | |
1951 | * python/py-type.c (typy_iterator_dealloc): Likewise. | |
1952 | ||
6edc43ec CB |
1953 | 2019-11-18 Christian Biesinger <cbiesinger@google.com> |
1954 | ||
1955 | * symtab.h (struct symbol) <owner>: Initialize explicitly in the | |
1956 | constructor instead of using a class initializer. | |
1957 | ||
cd850b40 CB |
1958 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1959 | ||
1960 | * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c. | |
1961 | * configure: Regenerate. | |
1962 | * configure.ac: Don't source common.host. | |
1963 | * gdbsupport/common.host: Remove. | |
1964 | * gdbsupport/mingw-strerror.c: Remove. | |
1965 | * gdbsupport/posix-strerror.c: Rename to... | |
1966 | * gdbsupport/safe-strerror.c: ...this. | |
1967 | ||
53fea9c7 CB |
1968 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1969 | ||
1970 | * maint.c (scoped_command_stats::print_time): Use localtime_r | |
1971 | instead of localtime (provided through gnulib if necessary). | |
1972 | * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead | |
1973 | of ctime. | |
1974 | ||
f8e27d88 CB |
1975 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1976 | ||
1977 | * gdbsupport/common-defs.h: Include time.h before pathmax.h to | |
1978 | avoid compile errors. | |
1979 | ||
5abebf3c CB |
1980 | 2019-11-15 Christian Biesinger <cbiesinger@google.com> |
1981 | ||
1982 | * config.in: Regenerate. | |
1983 | * configure: Regenerate. | |
1984 | * gdbsupport/common.m4: No longer check for strerror_r. | |
1985 | * gdbsupport/posix-strerror.c (safe_strerror): Always call the | |
1986 | POSIX version of strerror_r, now that gnulib provides it if | |
1987 | necessary. | |
1988 | ||
9a351667 CB |
1989 | 2019-11-14 Christian Biesinger <cbiesinger@google.com> |
1990 | ||
1991 | * README (`configure' options): Update. | |
1992 | ||
55708e99 TT |
1993 | 2019-11-14 Tom Tromey <tromey@adacore.com> |
1994 | ||
1995 | * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an | |
1996 | expected type for the RHS if the LHS is a convenience variable. | |
1997 | ||
4b09bb2e SM |
1998 | 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca> |
1999 | ||
2000 | * unittests/vec-utils-selftests.c (unordered_remove_tests::obj): | |
2001 | Provide explicit default and copy constructor. | |
2002 | ||
bd454f8b PW |
2003 | 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2004 | ||
2005 | * python/py-finishbreakpoint.c (gdbpy_breakpoint_created): | |
2006 | only call Py_INCREF (newbp) in the bppy_pending_object case. | |
2007 | ||
d1aa3cf0 TT |
2008 | 2019-11-13 Tom Tromey <tromey@adacore.com> |
2009 | ||
2010 | PR build/25182: | |
2011 | * psympriv.h (partial_symbol): Remove static assert. | |
2012 | * symtab.h (general_symbol_info, symbol): Remove static assert. | |
2013 | ||
e06f3d6e AB |
2014 | 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com> |
2015 | ||
2016 | * gdbsupport/format.c (format_pieces::format_pieces): Support | |
2017 | printf 'z' size modifier. | |
2018 | * gdbsupport/format.h (enum argclass): Add size_t_arg. | |
2019 | * printcmd.c (ui_printf): Handle size_t_arg. | |
2020 | * ui-out.c (ui_out::vmessage): Likewise. | |
2021 | * unittests/format_pieces-selftests.c (test_format_int_sizes): New | |
2022 | function. | |
2023 | (run_tests): Call test_format_int_sizes. | |
2024 | ||
468c0cbb CB |
2025 | 2019-11-12 Christian Biesinger <cbiesinger@google.com> |
2026 | ||
2027 | * ada-exp.y (write_ambiguous_var): Update. | |
2028 | * buildsym.c (add_symbol_to_list): Update. | |
2029 | * dwarf2read.c (read_variable): Update. | |
2030 | (new_symbol): Update. | |
2031 | * jit.c (finalize_symtab): Update. | |
2032 | * language.c (language_alloc_type_symbol): Update. | |
2033 | * symtab.c (fixup_symbol_section): Update. | |
2034 | (initialize_objfile_symbol_1): Move code to... | |
2035 | (initialize_objfile_symbol): ...here. Remove now-unnecessary memset. | |
2036 | (allocate_symbol): Update. | |
2037 | (allocate_template_symbol): Update. | |
2038 | (get_symbol_address): Update. | |
2039 | * symtab.h (struct symbol): Inherit from general_symbol_info instead | |
2040 | of having as a field, and add a constructor. | |
2041 | (SYMBOL_VALUE): Update. | |
2042 | (SYMBOL_VALUE_ADDRESS): Update. | |
2043 | (SET_SYMBOL_VALUE_ADDRESS): Update. | |
2044 | (SYMBOL_VALUE_BYTES): Update. | |
2045 | (SYMBOL_VALUE_COMMON_BLOCK): Update. | |
2046 | (SYMBOL_BLOCK_VALUE): Update. | |
2047 | (SYMBOL_VALUE_CHAIN): Update. | |
2048 | (SYMBOL_LANGUAGE): Update. | |
2049 | (SYMBOL_SECTION): Update. | |
2050 | (SYMBOL_OBJ_SECTION): Update. | |
2051 | (SYMBOL_SET_LANGUAGE): Update. | |
2052 | (SYMBOL_SET_LINKAGE_NAME): Update. | |
2053 | (SYMBOL_SET_NAMES): Update. | |
2054 | (SYMBOL_NATURAL_NAME): Update. | |
2055 | (SYMBOL_LINKAGE_NAME): Update. | |
2056 | (SYMBOL_DEMANGLED_NAME): Update. | |
2057 | (SYMBOL_SEARCH_NAME): Update. | |
2058 | (SYMBOL_MATCHES_SEARCH_NAME): Update. | |
2059 | (struct symbol): Update. | |
2060 | (struct template_symbol): Update. | |
2061 | (struct rust_vtable_symbol): Update. | |
2062 | * xcoffread.c (SYMBOL_DUP): Update. | |
2063 | ||
ed2c82c3 TT |
2064 | 2019-11-12 Tom Tromey <tom@tromey.com> |
2065 | ||
2066 | * tui/tui-layout.c (show_layout): Set current_layout. | |
2067 | (show_source_disasm_command, show_data) | |
2068 | (show_source_or_disasm_and_command): Don't set current_layout. | |
2069 | ||
d9fcefd5 TT |
2070 | 2019-11-12 Tom Tromey <tom@tromey.com> |
2071 | ||
2072 | * tui/tui-layout.c (_initialize_tui_layout): Move to end. | |
2073 | ||
45e42163 TT |
2074 | 2019-11-12 Tom Tromey <tom@tromey.com> |
2075 | ||
2076 | * tui/tui-win.c (resize_message): New global. | |
2077 | (show_tui_resize_message): New function. | |
2078 | (tui_async_resize_screen): Print message if requested. | |
2079 | (_initialize_tui_win): Add tui-resize-message setting. | |
2080 | * NEWS: Add entry for new commands. | |
2081 | ||
c86d74cc TT |
2082 | 2019-11-11 Tom Tromey <tom@tromey.com> |
2083 | ||
2084 | * tui/tui.c (tui_initialize_readline): Add new bindable readline | |
2085 | functions. | |
2086 | ||
7b7b9424 CB |
2087 | 2019-11-11 Christian Biesinger <cbiesinger@google.com> |
2088 | ||
2089 | * nat/linux-osdata.c (user_from_uid): Use getpwuid_r. | |
2090 | ||
086baaf1 AB |
2091 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2092 | ||
2093 | * python/py-symbol.c (gdbpy_lookup_static_symbols): New | |
2094 | function. | |
2095 | * python/python-internal.h (gdbpy_lookup_static_symbols): | |
2096 | Declare new function. | |
2097 | * python/python.c (python_GdbMethods): Add | |
2098 | gdb.lookup_static_symbols method. | |
2099 | * NEWS: Mention gdb.lookup_static_symbols. | |
2100 | ||
09ff83af AB |
2101 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2102 | ||
2103 | * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in | |
2104 | static block of current object file first. Also fix typo in | |
2105 | header comment. | |
2106 | ||
eb2dd8df AB |
2107 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2108 | ||
2109 | * stack.c (set_last_displayed_sal): Delete. | |
2110 | (last_displayed_sal_valid): Delete. | |
2111 | (last_displayed_pspace): Delete. | |
2112 | (last_displayed_addr): Delete. | |
2113 | (last_displayed_symtab): Delete. | |
2114 | (last_displayed_line): Delete. | |
2115 | (class last_displayed_symtab_info_type): New. | |
2116 | (last_displayed_symtab_info): New static global variable. | |
2117 | (print_frame_info): Call methods on last_displayed_symtab_info. | |
2118 | (clear_last_displayed_sal): Update header comment, and make use of | |
2119 | last_displayed_symtab_info. | |
2120 | (last_displayed_sal_is_valid): Likewise. | |
2121 | (get_last_displayed_pspace): Likewise. | |
2122 | (get_last_displayed_addr): Likewise. | |
2123 | (get_last_displayed_symtab): Likewise. | |
2124 | (get_last_displayed_line): Likewise. | |
2125 | (get_last_displayed_sal): Likewise. | |
2126 | * stack.h (clear_last_displayed_sal): Update header comment. | |
2127 | (last_displayed_sal_is_valid): Likewise. | |
2128 | (get_last_displayed_pspace): Likewise. | |
2129 | (get_last_displayed_addr): Likewise. | |
2130 | (get_last_displayed_symtab): Likewise. | |
2131 | (get_last_displayed_line): Likewise. | |
2132 | (get_last_displayed_sal): Likewise. | |
2133 | ||
62137775 AB |
2134 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2135 | ||
2136 | * stack.c (frame_show_address): Convert return type to bool. | |
2137 | * stack.h (frame_show_address): Likewise, and update header | |
2138 | comment. | |
2139 | ||
cf57ad6d AB |
2140 | 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com> |
2141 | ||
2142 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list. | |
2143 | * unittests/vec-utils-selftests.c: New file. | |
2144 | * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign. | |
2145 | ||
0b026263 TT |
2146 | 2019-11-10 Tom Tromey <tom@tromey.com> |
2147 | ||
2148 | * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box. | |
2149 | (tui_highlight_win): Likewise. | |
2150 | (tui_win_info::check_and_display_highlight_if_needed): Likewise. | |
2151 | * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove. | |
2152 | * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>: | |
2153 | Don't set can_highlight. | |
2154 | ||
b049ce2d TT |
2155 | 2019-11-10 Tom Tromey <tom@tromey.com> |
2156 | ||
2157 | * cli/cli-style.h (class cli_style_option) <cli_style_option>: | |
2158 | Remove unused declaration. | |
2159 | ||
992a7040 TT |
2160 | 2019-11-08 Tom Tromey <tromey@adacore.com> |
2161 | ||
2162 | * top.c (read_command_file): Update. | |
2163 | (command_line_input): Make return type const. | |
2164 | * python/py-gdb-readline.c: Update. | |
2165 | * linespec.c (decode_line_2): Update. | |
2166 | * defs.h (command_line_input): Make return type const. | |
2167 | * cli/cli-script.c (read_next_line): Make return type const. | |
2168 | * ada-lang.c (get_selections): Update. | |
2169 | ||
ca3a04f6 CB |
2170 | 2019-11-06 Christian Biesinger <cbiesinger@google.com> |
2171 | ||
2172 | * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok. | |
2173 | * mi/mi-main.c (output_cores): Likewise. | |
2174 | * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise. | |
2175 | (linux_xfer_osdata_modules): Likewise. | |
2176 | * remote.c (register_remote_support_xml): Likewise. | |
2177 | * sparc64-tdep.c (adi_is_addr_mapped): Likewise. | |
2178 | * xml-syscall.c (syscall_create_syscall_desc): Likewise. | |
2179 | ||
e0eac551 TT |
2180 | 2019-11-06 Tom Tromey <tom@tromey.com> |
2181 | ||
2182 | * tui/tui-interp.c: Don't include readline.h. | |
2183 | * tui/tui-hooks.c: Don't include readline.h. | |
2184 | * symmisc.c: Include tilde.h, not readline.h. | |
2185 | * symfile.c: Include tilde.h, not readline.h. | |
2186 | * source.c: Include tilde.h, not readline.h. | |
2187 | * solib.c: Include tilde.h, not readline.h. | |
2188 | * psymtab.c: Include tilde.h, not readline.h. | |
2189 | * exec.c: Include tilde.h, not readline.h. | |
2190 | * corelow.c: Include tilde.h, not readline.h. | |
2191 | * cli/cli-dump.c: Include tilde.h, not readline.h. | |
2192 | * cli/cli-cmds.c: Don't include readline.h. | |
2193 | ||
825165c5 TT |
2194 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2195 | ||
2196 | * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member. | |
2197 | (tui_disassemble): Set addr_size. | |
2198 | (tui_disasm_window::set_contents): Use addr_size. | |
2199 | ||
91ae903f TT |
2200 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2201 | ||
2202 | * rust-lang.c (rust_language_defn): Update. | |
2203 | * python/py-value.c (valpy_string): Call c_get_string. | |
2204 | * p-lang.c (pascal_language_defn): Update. | |
2205 | * opencl-lang.c (opencl_language_defn): Update. | |
2206 | * objc-lang.c (objc_language_defn): Update. | |
2207 | * m2-lang.c (m2_language_defn): Update. | |
2208 | * language.c (unknown_language_defn, auto_language_defn): Update. | |
2209 | (default_get_string): Remove. | |
2210 | * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string. | |
2211 | * go-lang.c (go_language_defn): Update. | |
2212 | * f-lang.c (f_language_defn): Update. | |
2213 | * d-lang.c (d_language_defn): Update. | |
2214 | * c-lang.c (c_language_defn, cplus_language_defn) | |
2215 | (asm_language_defn, minimal_language_defn): Update. | |
2216 | * ada-lang.c (ada_language_defn): Update. | |
2217 | * language.h (struct language_defn) <la_get_string>: Remove. | |
2218 | (LA_GET_STRING): Remove. | |
2219 | (default_get_string): Don't declare. | |
2220 | ||
1df2f9ef TT |
2221 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2222 | ||
2223 | * tui/tui-source.h (struct tui_source_window): Inline | |
2224 | constructor. Remove destructor. | |
2225 | <style_changed, m_observable>: Move to superclass. | |
2226 | * tui/tui-winsource.h (tui_copy_source_line): Declare. | |
2227 | (struct tui_source_window_base): Move private members to end. | |
2228 | <style_changed, m_observable>: Move from tui_source_window. | |
2229 | * tui/tui-winsource.c (tui_copy_source_line): Move from | |
2230 | tui-source.c. Rename from copy_source_line. Add special handling | |
2231 | for negative line number. | |
2232 | (tui_source_window_base::style_changed): Move from | |
2233 | tui_source_window. | |
2234 | (tui_source_window_base): Register observer. | |
2235 | (~tui_source_window_base): New. | |
2236 | * tui/tui-source.c (copy_source_line): Move to tui-winsource.c; | |
2237 | rename. | |
2238 | (tui_source_window::set_contents): Use tui_copy_source_line. | |
2239 | (tui_source_window::tui_source_window): Move to tui-source.h. | |
2240 | (tui_source_window::~tui_source_window): Remove. | |
2241 | (tui_source_window::style_changed): Move to superclass. | |
2242 | * tui/tui-disasm.c (tui_disassemble): Create string file with | |
2243 | styling, when possible. Add "addr_size" parameter. | |
2244 | (tui_disasm_window::set_contents): Use tui_copy_source_line. | |
2245 | Don't compute maximum size. | |
2246 | (len_without_escapes): New function | |
2247 | ||
5d051055 TT |
2248 | 2019-11-05 Tom Tromey <tom@tromey.com> |
2249 | ||
2250 | * tui/tui-winsource.h (struct tui_source_element) <line>: Now a | |
2251 | std::string. | |
2252 | * tui/tui-winsource.c (tui_show_source_line): Update. | |
2253 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
2254 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
2255 | ||
ade7beea CB |
2256 | 2019-11-05 Christian Biesinger <cbiesinger@google.com> |
2257 | ||
2258 | * symtab.h (gdb_static_assert): Put && operator at the beginning | |
2259 | of the line instead of the end. | |
2260 | ||
3573abe1 CB |
2261 | 2019-11-04 Christian Biesinger <cbiesinger@google.com> |
2262 | ||
2263 | * psympriv.h: Add static_asserts for sizeof (general_symbol_info) | |
2264 | and sizeof (symbol). | |
2265 | * symtab.h: Add a static_assert for sizeof (partial_symbol). | |
2266 | ||
dae8b3eb RO |
2267 | 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
2268 | ||
2269 | * NEWS (Changes since GDB 8.3): Document Solaris 10 removal. | |
2270 | * configure.host: Mark *-*-solaris2.10* obsolete. | |
2271 | * configure.tgt: Mark Solaris < 11 obsolete. | |
2272 | * MAINTAINERS (Target Instruction Set Architectures) <sparc>: | |
2273 | Update target triplet. | |
2274 | ||
5df96a4e TT |
2275 | 2019-11-01 Tom Tromey <tromey@adacore.com> |
2276 | ||
2277 | * utils.c (print_sys_errmsg): Simplify. | |
2278 | ||
b7481649 TT |
2279 | 2019-11-01 Tom Tromey <tromey@adacore.com> |
2280 | ||
2281 | * gdbsupport/mingw-strerror.c (safe_strerror): Constify result. | |
2282 | ||
e48f6033 CB |
2283 | 2019-11-01 Christian Biesinger <cbiesinger@google.com> |
2284 | ||
2285 | * configure: Regenerate. | |
2286 | * configure.ac: Remove check for strerror_r. | |
2287 | * gdbsupport/common.m4: Check for strerror_r. | |
2288 | ||
bd5766ec LM |
2289 | 2019-11-01 Luis Machado <luis.machado@linaro.org> |
2290 | ||
2291 | PR gdb/25124 | |
2292 | ||
2293 | * arm-tdep.c (arm_per_objfile): Rename to ... | |
2294 | (arm_per_bfd): ... this. | |
2295 | (arm_objfile_data_key): Rename to ... | |
2296 | (arm_bfd_data_key): ... this. | |
2297 | (arm_find_mapping_symbol): Adjust access to new bfd_key-based | |
2298 | data. | |
2299 | (arm_record_special_symbol): Likewise. | |
2300 | ||
e1709896 AB |
2301 | 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com> |
2302 | ||
2303 | * ada-typeprint.c (ada_print_typedef): Don't print newline at the | |
2304 | end. | |
2305 | * c-typeprint.c (c_print_typedef): Likewise. | |
2306 | * f-typeprint.c (f_print_typedef): Likewise. | |
2307 | * m2-typeprint.c (m2_print_typedef): Likewise. | |
2308 | * p-typeprint.c (pascal_print_typedef): Likewise. | |
2309 | * rust-lang.c (rust_print_typedef): Likewise. | |
2310 | * symtab.c (print_symbol_info): Print a newline after calling | |
2311 | typedef_print. | |
2312 | ||
165f8965 AB |
2313 | 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com> |
2314 | ||
2315 | * symtab.c (info_module_cmdlist): New variable. | |
2316 | (info_module_command): New function. | |
2317 | (search_module_symbols): New function. | |
2318 | (info_module_subcommand): New function. | |
2319 | (struct info_modules_var_func_options): New struct. | |
2320 | (info_modules_var_func_options_defs): New variable. | |
2321 | (make_info_modules_var_func_options_def_group): New function. | |
2322 | (info_module_functions_command): New function. | |
2323 | (info_module_variables_command): New function. | |
2324 | (info_module_var_func_command_completer): New function. | |
2325 | (_initialize_symtab): Register new 'info module functions' and | |
2326 | 'info module variables' commands. | |
2327 | * symtab.h (typedef symbol_search_in_module): New typedef. | |
2328 | (search_module_symbols): Declare new function. | |
2329 | * NEWS: Mention new commands. | |
2330 | ||
59c35742 AB |
2331 | 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com> |
2332 | ||
2333 | * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN. | |
2334 | (dw2_expand_marked_cus): Handle MODULES_DOMAIN. | |
2335 | (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and | |
2336 | MODULES_DOMAIN. | |
2337 | (scan_partial_symbols): Only create partial module symbols for non | |
2338 | declarations. | |
2339 | * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN | |
2340 | and MODULES_DOMAIN. | |
2341 | * symtab.c (search_domain_name): Likewise. | |
2342 | (search_symbols): Likewise. | |
2343 | (print_symbol_info): Likewise. | |
2344 | (symtab_symbol_info): Likewise. | |
2345 | (info_modules_command): New function. | |
2346 | (_initialize_symtab): Register 'info modules' command. | |
2347 | * symtab.h (enum search_domain): Add MODULES_DOMAIN. | |
2348 | * NEWS: Mention new 'info modules' command. | |
2349 | ||
aed61d02 PW |
2350 | 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2351 | ||
2352 | * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting | |
2353 | and $_gdb_maint_setting_str. | |
2354 | ||
9ad9b77d PW |
2355 | 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
2356 | ||
2357 | * cli/cli-cmds.c (setting_cmd, value_from_setting) | |
2358 | (gdb_setting_internal_fn, gdb_maint_setting_internal_fn) | |
2359 | (str_value_from_setting, gdb_setting_str_internal_fn) | |
2360 | (gdb_maint_setting_str_internal_fn): New functions. | |
2361 | (_initialize_cli_cmds): Define the new convenience functions. | |
2362 | * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify. | |
2363 | * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify. | |
2364 | ||
8d6efaa2 CB |
2365 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2366 | ||
2367 | * agent.c (set_can_use_agent): When the setting is turned on, | |
2368 | look up agent symbols if we don't have them yet. | |
2369 | (agent_new_objfile): Don't look up agent symbols when the agent | |
2370 | setting is off. | |
2371 | ||
33cb1647 CB |
2372 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2373 | ||
2374 | * config.in: Regenerate. | |
2375 | ||
b231e86a CB |
2376 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2377 | ||
2378 | * configure: Regenerate. | |
2379 | * configure.ac: Check for strerror_r. | |
2380 | * gdbsupport/common-utils.h (safe_strerror): Change return value | |
2381 | to const char * and document that this function is now threadsafe. | |
2382 | * gdbsupport/posix-strerror.c (safe_strerror): Make buf | |
2383 | thread_local and call strerror_r, if available. | |
2384 | * utils.c (perror_string): Update. | |
2385 | (print_sys_errmsg): Update. | |
2386 | ||
a2726d4f LM |
2387 | 2019-10-31 Luis Machado <luis.machado@linaro.org> |
2388 | ||
2389 | * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of | |
2390 | objfile_key. | |
2391 | (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of | |
2392 | objfile to fetch per-bfd data. | |
2393 | (arm_find_exidx_entry): Likewise. | |
2394 | ||
75cafaa6 CB |
2395 | 2019-10-31 Christian Biesinger <cbiesinger@google.com> |
2396 | ||
2397 | * gdbsupport/agent.c (debug_agent): Change type to bool. | |
2398 | (use_agent): Likewise. | |
2399 | (all_agent_symbols_look_up): Likewise. | |
2400 | (agent_loaded_p): Change return value to bool. | |
2401 | (agent_look_up_symbols): Update. | |
2402 | (agent_capability_check): Change return value to bool. | |
2403 | * gdbsupport/agent.h (agent_loaded_p): Likewise. | |
2404 | (debug_agent): Change type to bool. | |
2405 | (use_agent): Likewise. | |
2406 | (agent_capability_check): Change return value to bool. | |
2407 | ||
808590ec CB |
2408 | 2019-10-30 Christian Biesinger <cbiesinger@google.com> |
2409 | ||
2410 | * minsyms.c (clear_minimal_symbol_hash_tables): New function. | |
2411 | (build_minimal_symbol_hash_tables): Code to clear the table moved | |
2412 | to clear_minimal_symbol_hash_tables. | |
2413 | (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables | |
2414 | when needed. | |
2415 | ||
f18ad8a1 SM |
2416 | 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
2417 | ||
2418 | * infcmd.c: Remove includes. | |
2419 | * infrun.c: Remove includes. | |
2420 | ||
de93309a SM |
2421 | 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
2422 | ||
2423 | * ada-lang.h (GROW_VECT): Move to ada-lang.c. | |
2424 | (grow_vect): Remove declaration. | |
2425 | (ada_type_of_array): Remove declaration. | |
2426 | (ada_update_initial_language): Remove declaration. | |
2427 | (ada_fold_name): Remove declaration. | |
2428 | (ada_fill_in_ada_prototype): Remove declaration. | |
2429 | (user_select_syms): Remove declaration. | |
2430 | (get_selections): Remove declaration. | |
2431 | (ada_tag_type): Remove declaration. | |
2432 | (ada_value_tag): Remove declaration. | |
2433 | (ada_is_others_clause): Remove declaration. | |
2434 | (ada_in_variant): Remove declaration. | |
2435 | (ada_value_struct_elt): Remove declaration. | |
2436 | (ada_attribute_name): Remove declaration. | |
2437 | (ada_system_address_type): Remove declaration. | |
2438 | * ada-lang.c (ada_watch_location_expression): Make static. | |
2439 | (GROW_VECT): Move here from ada-lang.h. | |
2440 | (grow_vect): Make static. | |
2441 | (ada_update_initial_language): Make static. | |
2442 | (ada_fold_name): Make static. | |
2443 | (ada_type_of_array): Make static. | |
2444 | (encoded_ordered_before): Move up. | |
2445 | (sort_choices): Move up. | |
2446 | (print_signatures): Move up. | |
2447 | (ada_print_symbol_signature): Move up. | |
2448 | (get_selections): Move up and make static. | |
2449 | (user_select_syms): Move up and make static. | |
2450 | (ada_value_struct_elt): Move up and make static. | |
2451 | (ada_tag_type): Make static. | |
2452 | (ada_value_tag): Make static. | |
2453 | (ada_is_others_clause): Make static. | |
2454 | (ada_in_variant): Make static. | |
2455 | (ada_attribute_name): Make static. | |
2456 | ||
cdc46a9f SM |
2457 | 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca> |
2458 | ||
2459 | * ada-lang.c: Remove includes. | |
2460 | * ada-typeprint.c: Remove includes. | |
2461 | * ada-valprint.c: Remove includes. | |
2462 | ||
90421c56 SM |
2463 | 2019-10-29 Simon Marchi <simon.marchi@efficios.com> |
2464 | ||
2465 | * addrmap.c: Add static assertions of type size, moved from | |
2466 | _initialize_addrmap. | |
2467 | (_initialize_addrmap): Remove. | |
2468 | ||
31edb802 CB |
2469 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2470 | ||
2471 | * coffread.c (record_minimal_symbol): Update. | |
2472 | (process_coff_symbol): Update. | |
2473 | * dbxread.c (read_dbx_symtab): Update. | |
2474 | * dwarf2read.c (add_partial_symbol): Update. | |
2475 | (fixup_go_packaging): Update. | |
2476 | (load_partial_dies): Update. | |
2477 | (new_symbol): Update. | |
2478 | * elfread.c (record_minimal_symbol): Change signature to use | |
2479 | gdb::string_view instead of name+len. | |
2480 | (elf_symtab_read): Update. | |
2481 | (elf_rel_plt_read): Update. | |
2482 | * mdebugread.c (parse_partial_symbols): Update. | |
2483 | (handle_psymbol_enumerators): Update. | |
2484 | (new_symbol): Update. | |
2485 | * minsyms.c (minimal_symbol_reader::record_full): Change signature | |
2486 | to use gdb::string_view instead of name+len. | |
2487 | * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise. | |
2488 | * psympriv.h (add_psymbol_to_list): Likewise. | |
2489 | * psymtab.c (add_psymbol_to_bcache): Likewise. | |
2490 | (add_psymbol_to_list): Likewise. | |
2491 | * stabsread.c (define_symbol): Update. | |
2492 | * symtab.c (symbol_set_names): Change signature to use gdb::string_view. | |
2493 | * symtab.h (SYMBOL_SET_NAMES): Likewise. | |
2494 | (symbol_set_names): Likewise. | |
2495 | * xcoffread.c (scan_xcoff_symtab): Update. | |
2496 | ||
0c921b21 CB |
2497 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2498 | ||
2499 | * symtab.h (symbol_set_names): Document that copy_name must be | |
2500 | set to true for non-nullterminated strings. | |
2501 | * symtab.c (symbol_set_names): Only make a nullterminated copy of | |
2502 | linkage_name if the entry was not found and we need to demangle. | |
2503 | ||
35e65c49 CB |
2504 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2505 | ||
2506 | * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h. | |
2507 | * dwarf2-frame.c (bsearch_fde_cmp): Update. | |
2508 | (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search. | |
2509 | * gdbsupport/gdb_binary_search.h: New file. | |
2510 | ||
ed2a2229 CB |
2511 | 2019-10-29 Christian Biesinger <cbiesinger@google.com> |
2512 | ||
2513 | * NEWS: Mention new --with-system-gdbinit-dir option. | |
2514 | * config.in: Regenerate. | |
2515 | * configure: Regenerate. | |
2516 | * configure.ac: Add new option --with-system-gdbinit-dir. | |
2517 | * extension.c (get_ext_lang_of_file): Return extension_language_gdb | |
2518 | for a ".gdb" suffix. | |
2519 | * main.c (get_init_files): Change system_gdbinit argument to | |
2520 | a vector and return the files in SYSTEM_GDBINIT_DIR in | |
2521 | addition to SYSTEM_GDBINIT. | |
2522 | (captured_main_1): Update. | |
2523 | (print_gdb_help): Update. | |
2524 | * top.c (print_gdb_configuration): Also print the value of | |
2525 | SYSTEM_GDBINIT_DIR. | |
2526 | ||
87f34879 CB |
2527 | 2019-10-28 Christian Biesinger <cbiesinger@google.com> |
2528 | ||
2529 | * gdbsupport/common-utils.h (startswith): Add an overloaded version | |
2530 | that takes gdb::string_view arguments. | |
2531 | ||
30baf67b TV |
2532 | 2019-10-26 Tom de Vries <tdevries@suse.de> |
2533 | ||
2534 | * aarch64-linux-tdep.c: Fix typos in comments. | |
2535 | * aarch64-tdep.c: Same. | |
2536 | * ada-lang.c: Same. | |
2537 | * amd64-nat.c: Same. | |
2538 | * arc-tdep.c: Same. | |
2539 | * arch/aarch64-insn.c: Same. | |
2540 | * block.c: Same. | |
2541 | * breakpoint.h: Same. | |
2542 | * btrace.h: Same. | |
2543 | * c-varobj.c: Same. | |
2544 | * cli/cli-decode.c: Same. | |
2545 | * cli/cli-script.c: Same. | |
2546 | * cli/cli-utils.h: Same. | |
2547 | * coff-pe-read.c: Same. | |
2548 | * coffread.c: Same. | |
2549 | * compile/compile-cplus-symbols.c: Same. | |
2550 | * compile/compile-object-run.c: Same. | |
2551 | * completer.c: Same. | |
2552 | * corelow.c: Same. | |
2553 | * cp-support.c: Same. | |
2554 | * demangle.c: Same. | |
2555 | * dwarf-index-write.c: Same. | |
2556 | * dwarf2-frame.c: Same. | |
2557 | * dwarf2-frame.h: Same. | |
2558 | * eval.c: Same. | |
2559 | * frame-base.h: Same. | |
2560 | * frame.h: Same. | |
2561 | * gdbcmd.h: Same. | |
2562 | * gdbtypes.h: Same. | |
2563 | * gnu-nat.c: Same. | |
2564 | * guile/scm-objfile.c: Same. | |
2565 | * i386-tdep.c: Same. | |
2566 | * i386-tdep.h: Same. | |
2567 | * infcall.c: Same. | |
2568 | * infcall.h: Same. | |
2569 | * linux-nat.c: Same. | |
2570 | * m68k-tdep.c: Same. | |
2571 | * macroexp.c: Same. | |
2572 | * memattr.c: Same. | |
2573 | * mi/mi-cmd-disas.c: Same. | |
2574 | * mi/mi-getopt.h: Same. | |
2575 | * mi/mi-main.c: Same. | |
2576 | * minsyms.c: Same. | |
2577 | * nat/aarch64-sve-linux-sigcontext.h: Same. | |
2578 | * objfiles.h: Same. | |
2579 | * ppc-linux-nat.c: Same. | |
2580 | * ppc-linux-tdep.c: Same. | |
2581 | * ppc-tdep.h: Same. | |
2582 | * progspace.h: Same. | |
2583 | * prologue-value.h: Same. | |
2584 | * python/py-evtregistry.c: Same. | |
2585 | * python/py-instruction.h: Same. | |
2586 | * record-btrace.c: Same. | |
2587 | * record-full.c: Same. | |
2588 | * remote.c: Same. | |
2589 | * rs6000-tdep.c: Same. | |
2590 | * ser-tcp.c: Same. | |
2591 | * sol-thread.c: Same. | |
2592 | * sparc-sol2-tdep.c: Same. | |
2593 | * sparc64-tdep.c: Same. | |
2594 | * stabsread.c: Same. | |
2595 | * symfile.c: Same. | |
2596 | * symtab.h: Same. | |
2597 | * target.c: Same. | |
2598 | * tracepoint.c: Same. | |
2599 | * tui/tui-data.h: Same. | |
2600 | * tui/tui-io.c: Same. | |
2601 | * tui/tui-win.c: Same. | |
2602 | * tui/tui.c: Same. | |
2603 | * unittests/rsp-low-selftests.c: Same. | |
2604 | * user-regs.h: Same. | |
2605 | * utils.c: Same. | |
2606 | * utils.h: Same. | |
2607 | * valarith.c: Same. | |
2608 | * valops.c: Same. | |
2609 | * valprint.c: Same. | |
2610 | * valprint.h: Same. | |
2611 | * value.c: Same. | |
2612 | * value.h: Same. | |
2613 | * varobj.c: Same. | |
2614 | * x86-nat.h: Same. | |
2615 | * xtensa-tdep.c: Same. | |
2616 | ||
1834d45f AT |
2617 | 2019-10-25 Ali Tamur <tamur@google.com> |
2618 | ||
2619 | * charset.c (find_charset_names): Reflect API change. | |
2620 | ||
5396ae17 CB |
2621 | 2019-10-25 Christian Biesinger <cbiesinger@google.com> |
2622 | ||
2623 | * symtab.c (struct demangled_name_entry): Change demangled name | |
2624 | to a unique_xmalloc_ptr<char>, now that we don't allocate it as | |
2625 | part of the struct anymore. | |
2626 | (symbol_set_names): No longer obstack allocate + copy the demangled | |
2627 | name, just store the allocated name from bfd. | |
2628 | ||
93878f47 TT |
2629 | 2019-10-25 Tom Tromey <tromey@adacore.com> |
2630 | ||
2631 | * dwarf2-frame.c (dwarf2_cie_table): Now a typedef. | |
2632 | (bsearch_cie_cmp, add_cie): Remove. | |
2633 | (find_cie): Reimplement. | |
2634 | (decode_frame_entry_1, decode_frame_entry): Change type. Update. | |
2635 | (dwarf2_build_frame_info): Update. | |
2636 | ||
7b71fc97 L |
2637 | 2019-10-24 H.J. Lu <hongjiu.lu@intel.com> |
2638 | ||
2639 | PR gdb/25126 | |
2640 | * symfile.c (reread_symbols): Call forget_cached_source_info to | |
2641 | clear the stale source cache. | |
2642 | ||
cbb5a2ea CB |
2643 | 2019-10-24 Christian Biesinger <cbiesinger@google.com> |
2644 | ||
2645 | * configure: Regenerate. | |
2646 | * configure.ac: Remove code that sets python_has_threads. | |
2647 | ||
71737c43 CB |
2648 | 2019-10-24 Christian Biesinger <cbiesinger@google.com> |
2649 | ||
2650 | * config.in: Regenerate. | |
2651 | * configure: Regenerate. | |
2652 | * configure.ac: Remove the code that uses sed to get the python | |
2653 | version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7. | |
2654 | ||
33d569b7 AB |
2655 | 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com> |
2656 | ||
2657 | * python/py-progspace.c (pspy_block_for_pc): Return None for all | |
2658 | error paths. | |
2659 | ||
f16f7b7c TT |
2660 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2661 | ||
2662 | * arc-tdep.c: Remove ".." from include. | |
2663 | * frv-tdep.c: Remove ".." from include. | |
2664 | * lm32-tdep.c: Remove ".." from include. | |
2665 | * microblaze-tdep.c: Remove ".." from include. | |
2666 | * or1k-tdep.h: Remove ".." from include. | |
2667 | * s12z-tdep.c: Remove ".." from include. | |
2668 | * Makefile.in (OPCODES_CFLAGS): Add comment. | |
2669 | (TOP_CFLAGS): New variable. | |
2670 | (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS. | |
2671 | ||
6999161a TT |
2672 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2673 | ||
2674 | * Makefile.in (READLINE_DIR): Update. | |
2675 | ||
12e7c35e TBA |
2676 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2677 | ||
2678 | * infcall.c (call_function_by_hand_dummy): Fix the function | |
2679 | comment. And extract out a code section into... | |
2680 | (reserve_stack_space): ...this new function. | |
2681 | ||
37055cad TBA |
2682 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2683 | ||
2684 | * infcall.c (value_arg_coerce): Remove an unused parameter. | |
2685 | (call_function_by_hand_dummy): Update the call to | |
2686 | 'value_arg_coerce'. | |
2687 | ||
39bcc47c TBA |
2688 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2689 | ||
2690 | * infcall.c (call_function_by_hand_dummy): Refactor. | |
2691 | ||
bd888c0f TBA |
2692 | 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> |
2693 | ||
2694 | * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur. | |
2695 | ||
c12d372d TT |
2696 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2697 | ||
2698 | * configure: Rebuild. | |
2699 | * configure.ac: Don't check for sigprocmask. | |
2700 | * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask. | |
2701 | ||
4d0b984b TT |
2702 | 2019-10-23 Tom Tromey <tom@tromey.com> |
2703 | ||
2704 | * configure: Rebuild. | |
2705 | * acinclude.m4: Use m4_include, not sinclude. | |
2706 | ||
7e785608 TV |
2707 | 2019-10-23 Tom de Vries <tdevries@suse.de> |
2708 | ||
2709 | PR breakpoints/24687 | |
2710 | * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname. | |
2711 | ||
403772ef CB |
2712 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2713 | ||
2714 | * symtab.c (struct demangled_name_entry) <language>: Change from | |
2715 | bitfield to regular variable. | |
2716 | ||
3a494279 CB |
2717 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2718 | ||
2719 | * symtab.c (struct demangled_name_entry): Add a constructor. | |
2720 | (free_demangled_name_entry): New function to call the destructor | |
2721 | for demangled_name_entry. | |
2722 | (create_demangled_names_hash): Pass free_demangled_name_entry to | |
2723 | htab_create_alloc. | |
2724 | (symbol_set_names): Call placement new for demangled_name_entry. | |
2725 | * utils.c: No longer include xxhash.h here, now that fast_hash | |
2726 | is inlined in the header. | |
2727 | * utils.h: Instead, include it here. | |
2728 | ||
ccb1ba62 CB |
2729 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2730 | ||
2731 | * Makefile.in: Link with libxxhash. | |
2732 | * config.in: Regenerate. | |
2733 | * configure: Regenerate. | |
2734 | * configure.ac: Search for libxxhash. | |
2735 | * utils.c (fast_hash): Use xxhash if present. | |
2736 | ||
1a6ff1a9 CB |
2737 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2738 | ||
2739 | * utils.h (fast_hash): New function. | |
2740 | * symtab.c (hash_demangled_name_entry): Call new function | |
2741 | fast_hash. | |
2742 | ||
7bb43059 CB |
2743 | 2019-10-22 Christian Biesinger <cbiesinger@google.com> |
2744 | ||
2745 | * symtab.c (struct demangled_name_entry): Change type of mangled | |
2746 | to gdb::string_view. Also adds a constructor that takes the | |
2747 | mangled name. | |
2748 | (hash_demangled_name_entry): Update. | |
2749 | (eq_demangled_name_entry): Update. | |
2750 | (free_demangled_name_entry): New function to call the destructor | |
2751 | now that this is not a POD anymore. | |
2752 | (create_demangled_names_hash): Pass free_demangled_name_entry to | |
2753 | htab_create_alloc. | |
2754 | (symbol_set_names): Update. | |
2755 | ||
7ba99d21 AT |
2756 | 2019-10-21 Ali Tamur <tamu@google.com> |
2757 | ||
2758 | * dwarf2read.c (dir_index): Change type. | |
2759 | (file_name_index): Likewise. | |
2760 | (line_header::include_dir_at): Change comment and implementation on | |
2761 | whether it is DWARF 5. | |
2762 | (line_header::is_valid_file_index): New function. | |
2763 | (line_header::file_name_at): Change comment and implementation on | |
2764 | whether it is DWARF 5. | |
2765 | (line_header::file_names): Change to private field renamed as | |
2766 | m_file_names and introduce a new accessor method. | |
2767 | (line_header::file_names_size): New method. | |
2768 | (line_header::include_dirs): Change to private field and rename as | |
2769 | m_include_dirs. | |
2770 | (dw2_get_file_names_reader): Define local var at a smaller scope and | |
2771 | reflect API change. | |
2772 | (dwarf2_cu::setup_type_unit_groups): Reflect API change. | |
2773 | (process_structure_scope): Likewise. | |
2774 | (line_header::add_include_dir): Change message and reflect renaming. | |
2775 | (line_header::add_file_name): Likewise. | |
2776 | (read_formatted_entries): Handle DW_FORM_data16. | |
2777 | (dwarf_decode_line_header): Fix line header length calculation. | |
2778 | (psymtab_include_file_name): Change comment and API. | |
2779 | (lnp_state_machine::m_file): Update comment and reflect type change. | |
2780 | (lnp_state_machine::record_line): Reflect type change. | |
2781 | (dwarf_decode_lines): Reflect API change. | |
2782 | (file_file_name): Likewise. | |
2783 | (file_full_name): Likewise. | |
2784 | ||
45f47c3a AB |
2785 | 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com> |
2786 | ||
2787 | * objfiles.c (sort_cmp): Ensure that !(a < a) holds true. | |
2788 | ||
e5f3c0e3 TT |
2789 | 2019-10-21 Tom Tromey <tom@tromey.com> |
2790 | ||
2791 | * tui/tui-winsource.h (tui_exec_info_content): Remove typedef. | |
2792 | ||
a0a461e5 TT |
2793 | 2019-10-21 Tom Tromey <tom@tromey.com> |
2794 | ||
2795 | * configure.ac (nm.h): Conditionally create nm.h link. Subst | |
2796 | NM_H. Use AC_CONFIG_LINKS. | |
2797 | * configure: Rebuild. | |
2798 | * Makefile.in (NM_H): New variable. | |
2799 | (generated_files): Add NM_H. Remove gcore. | |
2800 | (nm.h, stamp-nmh): New targets. | |
2801 | ||
54d83b8d TT |
2802 | 2019-10-20 Tom Tromey <tom@tromey.com> |
2803 | ||
2804 | * objfiles.h (unlink_objfile, put_objfile_before): Don't declare. | |
2805 | * objfiles.c (unlink_objfile): Move earlier. Now static. Remove | |
2806 | obsolete comment. | |
2807 | (put_objfile_before): Now static. | |
2808 | ||
23771117 SM |
2809 | 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca> |
2810 | ||
2811 | * gdbsupport/common-utils.h (startswith): Change return type to | |
2812 | bool. | |
2813 | ||
39ef2f62 CB |
2814 | 2019-10-19 Christian Biesinger <cbiesinger@google.com> |
2815 | ||
2816 | * bcache.c (bcache::print_statistics): Use std::sort instead of qsort. | |
2817 | * breakpoint.c (bp_locations_compare): Rename to... | |
2818 | (bp_location_is_less_than): ...this, and change to std::sort semantics. | |
2819 | (update_global_location_list): Use std::sort instead of qsort. | |
2820 | * buildsym.c (compare_line_numbers): Rename to... | |
2821 | (lte_is_less_than): ...this, and change to std::sort semantics. | |
2822 | (buildsym_compunit::end_symtab_with_blockvector): Use std::sort | |
2823 | instead of qsort. | |
2824 | * disasm.c (compare_lines): Rename to... | |
2825 | (line_is_less_than): ...this, and change to std::sort semantics. | |
2826 | (do_mixed_source_and_assembly_deprecated): Call std::sort instead | |
2827 | of qsort. | |
2828 | * dwarf2-frame.c (qsort_fde_cmp): Rename to... | |
2829 | (fde_is_less_than): ...this, and change to std::sort semantics. | |
2830 | (dwarf2_build_frame_info): Call std::sort instead of qsort. | |
2831 | * mdebugread.c (compare_blocks): | |
2832 | (block_is_less_than): ...this, and change to std::sort semantics. | |
2833 | (sort_blocks): Call std::sort instead of qsort. | |
2834 | * objfiles.c (qsort_cmp): Rename to... | |
2835 | (sort_cmp): ...this, and change to std::sort semantics. | |
2836 | (update_section_map): Call std::sort instead of qsort. | |
2837 | * remote.c (compare_pnums): Remove. | |
2838 | (map_regcache_remote_table): Call std::sort instead of qsort. | |
2839 | * utils.c (compare_positive_ints): Remove. | |
2840 | * utils.h (compare_positive_ints): Remove. | |
2841 | * xcoffread.c (compare_lte): Remove. | |
2842 | (arrange_linetable): Call std::sort instead of qsort. | |
2843 | ||
f71433ee SDJ |
2844 | 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com> |
2845 | ||
2846 | * symfile.c (init_entry_point_info): Fix typo. | |
2847 | * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo. | |
2848 | ||
85102364 TV |
2849 | 2019-10-18 Tom de Vries <tdevries@suse.de> |
2850 | ||
2851 | * aarch64-tdep.c: Fix typos in comments. | |
2852 | * ada-lang.c: Same. | |
2853 | * ada-tasks.c: Same. | |
2854 | * alpha-tdep.c: Same. | |
2855 | * alpha-tdep.h: Same. | |
2856 | * amd64-nat.c: Same. | |
2857 | * amd64-windows-tdep.c: Same. | |
2858 | * arc-tdep.c: Same. | |
2859 | * arc-tdep.h: Same. | |
2860 | * arch-utils.c: Same. | |
2861 | * arm-nbsd-tdep.c: Same. | |
2862 | * arm-tdep.c: Same. | |
2863 | * ax-gdb.c: Same. | |
2864 | * blockframe.c: Same. | |
2865 | * btrace.c: Same. | |
2866 | * c-varobj.c: Same. | |
2867 | * coff-pe-read.c: Same. | |
2868 | * coffread.c: Same. | |
2869 | * cris-tdep.c: Same. | |
2870 | * darwin-nat.c: Same. | |
2871 | * dbxread.c: Same. | |
2872 | * dcache.c: Same. | |
2873 | * disasm.c: Same. | |
2874 | * dtrace-probe.c: Same. | |
2875 | * dwarf-index-write.c: Same. | |
2876 | * dwarf2-frame-tailcall.c: Same. | |
2877 | * dwarf2-frame.c: Same. | |
2878 | * dwarf2read.c: Same. | |
2879 | * eval.c: Same. | |
2880 | * exceptions.c: Same. | |
2881 | * fbsd-tdep.c: Same. | |
2882 | * findvar.c: Same. | |
2883 | * frame.c: Same. | |
2884 | * frv-tdep.c: Same. | |
2885 | * gnu-v3-abi.c: Same. | |
2886 | * go32-nat.c: Same. | |
2887 | * h8300-tdep.c: Same. | |
2888 | * hppa-tdep.c: Same. | |
2889 | * i386-linux-tdep.c: Same. | |
2890 | * i386-tdep.c: Same. | |
2891 | * ia64-libunwind-tdep.c: Same. | |
2892 | * ia64-tdep.c: Same. | |
2893 | * infcmd.c: Same. | |
2894 | * infrun.c: Same. | |
2895 | * linespec.c: Same. | |
2896 | * linux-nat.c: Same. | |
2897 | * linux-thread-db.c: Same. | |
2898 | * machoread.c: Same. | |
2899 | * mdebugread.c: Same. | |
2900 | * mep-tdep.c: Same. | |
2901 | * mn10300-tdep.c: Same. | |
2902 | * namespace.c: Same. | |
2903 | * objfiles.c: Same. | |
2904 | * opencl-lang.c: Same. | |
2905 | * or1k-tdep.c: Same. | |
2906 | * osabi.c: Same. | |
2907 | * ppc-linux-nat.c: Same. | |
2908 | * ppc-linux-tdep.c: Same. | |
2909 | * ppc-sysv-tdep.c: Same. | |
2910 | * printcmd.c: Same. | |
2911 | * procfs.c: Same. | |
2912 | * record-btrace.c: Same. | |
2913 | * record-full.c: Same. | |
2914 | * remote-fileio.c: Same. | |
2915 | * remote.c: Same. | |
2916 | * rs6000-tdep.c: Same. | |
2917 | * s12z-tdep.c: Same. | |
2918 | * score-tdep.c: Same. | |
2919 | * ser-base.c: Same. | |
2920 | * ser-go32.c: Same. | |
2921 | * skip.c: Same. | |
2922 | * sol-thread.c: Same. | |
2923 | * solib-svr4.c: Same. | |
2924 | * solib.c: Same. | |
2925 | * source.c: Same. | |
2926 | * sparc-nat.c: Same. | |
2927 | * sparc-sol2-tdep.c: Same. | |
2928 | * sparc-tdep.c: Same. | |
2929 | * sparc64-tdep.c: Same. | |
2930 | * stabsread.c: Same. | |
2931 | * stack.c: Same. | |
2932 | * symfile.c: Same. | |
2933 | * symtab.c: Same. | |
2934 | * target-descriptions.c: Same. | |
2935 | * target-float.c: Same. | |
2936 | * thread.c: Same. | |
2937 | * utils.c: Same. | |
2938 | * valops.c: Same. | |
2939 | * valprint.c: Same. | |
2940 | * value.c: Same. | |
2941 | * varobj.c: Same. | |
2942 | * windows-nat.c: Same. | |
2943 | * xcoffread.c: Same. | |
2944 | * xstormy16-tdep.c: Same. | |
2945 | * xtensa-tdep.c: Same. | |
2946 | ||
c5adaa19 TT |
2947 | 2019-10-17 Tom Tromey <tromey@adacore.com> |
2948 | ||
2949 | * configure: Rebuild. | |
2950 | * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not | |
2951 | in AC_CONFIG_FILES invocation. | |
2952 | * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use | |
2953 | new-style config.status invocation. | |
2954 | ||
405feb71 TV |
2955 | 2019-10-17 Tom de Vries <tdevries@suse.de> |
2956 | ||
2957 | * arm-nbsd-nat.c: Fix typos in comments. | |
2958 | * arm-tdep.c: Same. | |
2959 | * darwin-nat-info.c: Same. | |
2960 | * dwarf2read.c: Same. | |
2961 | * elfread.c: Same. | |
2962 | * event-top.c: Same. | |
2963 | * findvar.c: Same. | |
2964 | * gdbtypes.c: Same. | |
2965 | * hppa-tdep.c: Same. | |
2966 | * i386-tdep.c: Same. | |
2967 | * jit.c: Same. | |
2968 | * main.c: Same. | |
2969 | * mdebugread.c: Same. | |
2970 | * moxie-tdep.c: Same. | |
2971 | * nto-procfs.c: Same. | |
2972 | * osabi.c: Same. | |
2973 | * ppc-linux-tdep.c: Same. | |
2974 | * remote.c: Same. | |
2975 | * riscv-tdep.c: Same. | |
2976 | * s390-tdep.c: Same. | |
2977 | * sh-tdep.c: Same. | |
2978 | * sparc-linux-tdep.c: Same. | |
2979 | * sparc-nat.c: Same. | |
2980 | * stack.c: Same. | |
2981 | * target-descriptions.c: Same. | |
2982 | * top.c: Same. | |
2983 | * varobj.c: Same. | |
2984 | ||
befcd486 TT |
2985 | 2019-10-16 Tom Tromey <tom@tromey.com> |
2986 | ||
2987 | * objfiles.h (struct objfile) <original_name>: Now const. | |
2988 | ||
17bfe554 CB |
2989 | 2019-10-16 Christian Biesinger <cbiesinger@google.com> |
2990 | ||
2991 | * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to | |
2992 | pass on to sigsetjmp's second argument. | |
2993 | * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash. | |
2994 | ||
950b7495 KS |
2995 | 2019-10-16 Keith Seitz <keiths@redhat.com> |
2996 | ||
2997 | PR gdb/23567 | |
2998 | * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard | |
2999 | sections whose size is greater than the file size. | |
3000 | ||
ff371ec9 JW |
3001 | 2019-10-16 Jim Wilson <jimw@sifive.com> |
3002 | ||
3003 | * riscv-tdep.c (riscv_gcc_target_options): New. | |
3004 | (riscv_gnu_triplet_regexp): New. | |
3005 | (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and | |
3006 | set_gdbarch_gnu_triplet_regexp. | |
3007 | ||
fec4e896 CB |
3008 | 2019-10-16 Christian Biesinger <cbiesinger@google.com> |
3009 | ||
3010 | * Makefile.in: Add xml-builtin.h. | |
3011 | * features/feature_to_c.sh: Add an include for xml-builtin.h | |
3012 | to ensure that the compiler checks that the types match. | |
3013 | * xml-builtin.h: New file. | |
3014 | * xml-support.c (fetch_xml_builtin): Add missing const. | |
3015 | * xml-support.h: Remove declaration of xml_builtins. | |
3016 | ||
d10eccaa TV |
3017 | 2019-10-16 Tom de Vries <tdevries@suse.de> |
3018 | ||
3019 | PR tdep/25096 | |
3020 | * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ... | |
3021 | (amd64_classify_aggregate): ... here. | |
3022 | (amd64_classify_aggregate_field): Handled fiels of nested structs | |
3023 | recursively. | |
3024 | ||
745ff14e TV |
3025 | 2019-10-16 Tom de Vries <tdevries@suse.de> |
3026 | ||
3027 | PR tdep/24104 | |
3028 | * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop | |
3029 | that handles 'theclass'. | |
3030 | ||
791b7405 AB |
3031 | 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com> |
3032 | ||
3033 | * linespec.c (decode_digits_ordinary): Update comment. | |
3034 | * make-target-delegates: No longer need to handle VEC case. | |
3035 | * memrange.c (normalize_mem_ranges): Update comment. | |
3036 | * namespace.c (add_using_directive): Update comment. | |
3037 | * objc-lang.c (uniquify_strings): Update comment. | |
3038 | * ppc-linux-nat.c (struct thread_points): Update comment. | |
3039 | * probe.h (find_probes_in_objfile): Update comment. | |
3040 | * target.h (enum flash_preserve_mode): Update comment. | |
3041 | * varobj.c (varobj_restrict_range): Update comment. | |
3042 | * varobj.h (varobj_list_children): Update comment. | |
3043 | ||
0dc32745 AB |
3044 | 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com> |
3045 | ||
3046 | * Makefile.in: Remove references to vec.h and vec.c. | |
3047 | * aarch64-tdep.c: No longer include vec.h. | |
3048 | * ada-lang.c: Likewise. | |
3049 | * ada-lang.h: Likewise. | |
3050 | * arm-tdep.c: Likewise. | |
3051 | * ax.h: Likewise. | |
3052 | * breakpoint.h: Likewise. | |
3053 | * charset.c: Likewise. | |
3054 | * cp-support.h: Likewise. | |
3055 | * dtrace-probe.c: Likewise. | |
3056 | * dwarf2read.c: Likewise. | |
3057 | * extension.h: Likewise. | |
3058 | * gdb_bfd.c: Likewise. | |
3059 | * gdbsupport/gdb_vecs.h: Likewise. | |
3060 | * gdbsupport/vec.c: Remove. | |
3061 | * gdbsupport/vec.h: Remove. | |
3062 | * gdbthread.h: Likewise. | |
3063 | * guile/scm-type.c: Likewise. | |
3064 | * inline-frame.c: Likewise. | |
3065 | * machoread.c: Likewise. | |
3066 | * memattr.c: Likewise. | |
3067 | * memrange.h: Likewise. | |
3068 | * namespace.h: Likewise. | |
3069 | * nat/linux-btrace.h: Likewise. | |
3070 | * osdata.c: Likewise. | |
3071 | * parser-defs.h: Likewise. | |
3072 | * progspace.h: Likewise. | |
3073 | * python/py-type.c: Likewise. | |
3074 | * record-btrace.c: Likewise. | |
3075 | * rust-exp.y: Likewise. | |
3076 | * solib-target.c: Likewise. | |
3077 | * stap-probe.c: Likewise. | |
3078 | * target-descriptions.c: Likewise. | |
3079 | * target-memory.c: Likewise. | |
3080 | * target.h: Likewise. | |
3081 | * varobj.c: Likewise. | |
3082 | * varobj.h: Likewise. | |
3083 | * xml-support.h: Likewise. | |
3084 | ||
ae640021 AB |
3085 | 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com> |
3086 | ||
3087 | * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile): | |
3088 | Update for new std::vector based implementation. | |
3089 | (process_psymtab_comp_unit_reader): Likewise. | |
3090 | (scan_partial_symbols): Likewise. | |
3091 | (recursively_compute_inclusions): Likewise. | |
3092 | (compute_compunit_symtab_includes): Likewise. | |
3093 | (process_imported_unit_die): Likewise. | |
3094 | (queue_and_load_dwo_tu): Likewise. | |
3095 | (follow_die_sig_1): Likewise. | |
3096 | * gdb/dwarf2read.h: Remove DEF_VEC_P. | |
3097 | (typedef dwarf2_per_cu_ptr): Remove. | |
3098 | (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New | |
3099 | function. | |
3100 | (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function. | |
3101 | (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function. | |
3102 | (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function. | |
3103 | (struct dwarf2_per_cu_data) <imported_symtabs>: Change to | |
3104 | std::vector. | |
3105 | ||
55dfc88f TT |
3106 | 2019-10-15 Tom Tromey <tromey@adacore.com> |
3107 | ||
3108 | * windows-nat.c (windows_nat_target::resume): Use %x when logging | |
3109 | TID. | |
3110 | ||
96b49c5e TT |
3111 | 2019-10-15 Tom Tromey <tromey@adacore.com> |
3112 | ||
3113 | * windows-nat.c (windows_nat_target::fetch_registers) | |
3114 | (windows_nat_target::store_registers): Rename "pid" to "tid". | |
3115 | ||
953cff56 TT |
3116 | 2019-10-15 Tom Tromey <tromey@adacore.com> |
3117 | ||
3118 | * gdbarch.h, gdbarch.c: Rebuild. | |
3119 | * gdbarch.sh (gcc_target_options): Change return type to | |
3120 | std::string. | |
3121 | * compile/compile.c (get_args): Update. | |
3122 | * nios2-tdep.c (nios2_gcc_target_options): Return std::string. | |
3123 | * arm-linux-tdep.c (arm_linux_gcc_target_options): Return | |
3124 | std::string. | |
3125 | * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return | |
3126 | std::string. | |
3127 | * arch-utils.c (default_gcc_target_options): Return std::string. | |
3128 | * arch-utils.h (default_gcc_target_options): Return std::string. | |
3129 | * s390-tdep.c (s390_gcc_target_options): Return std::string. | |
3130 | ||
81e6b8eb CB |
3131 | 2019-10-15 Christian Biesinger <cbiesinger@google.com> |
3132 | ||
3133 | * breakpoint.c (breakpoint_chain): Make static. | |
3134 | * tui/tui-winsource.c: Call iterate_over_breakpoints instead | |
3135 | of accessing breakpoint_chain. | |
3136 | ||
95da600f CB |
3137 | 2019-10-15 Christian Biesinger <cbiesinger@google.com> |
3138 | ||
3139 | * breakpoint.c (iterate_over_breakpoints): Change function pointer | |
3140 | to a gdb::function_view and return value to bool. | |
3141 | * breakpoint.h (iterate_over_breakpoints): Likewise. | |
3142 | * dummy-frame.c (pop_dummy_frame_bpt): Update. | |
3143 | (pop_dummy_frame): Update. | |
3144 | * guile/scm-breakpoint.c (bpscm_build_bp_list): Update. | |
3145 | (gdbscm_breakpoints): Update. | |
3146 | * python/py-breakpoint.c (build_bp_list): Update. | |
3147 | (gdbpy_breakpoints): Update. | |
3148 | * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb): | |
3149 | Update. | |
3150 | (bpfinishpy_handle_stop): Update. | |
3151 | (bpfinishpy_handle_exit): Update. | |
3152 | * solib-svr4.c (svr4_update_solib_event_breakpoint): Update. | |
3153 | (svr4_update_solib_event_breakpoints): Update. | |
3154 | ||
ba18312d AA |
3155 | 2019-10-15 Andreas Arnez <arnez@linux.ibm.com> |
3156 | ||
3157 | * s390-tdep.c (s390_effective_inner_type): Ignore static fields | |
3158 | when unwrapping single-field structs. | |
3159 | ||
6acc1a0b SM |
3160 | 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca> |
3161 | ||
3162 | * dwarf2read.c: Remove includes. | |
3163 | ||
284782de SM |
3164 | 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca> |
3165 | ||
3166 | * ui-out.c (ui_out::call_do_message): Silence | |
3167 | -Wformat-nonliteral warning. | |
3168 | ||
073bbbb0 SM |
3169 | 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca> |
3170 | ||
3171 | * breakpoint.c: Remove some includes: continuations.h, skip.h, | |
3172 | mi/mi-main.h, readline/readline.h, readline/history.h. Add | |
3173 | include: readline/tilde.h. | |
3174 | ||
7b9a15e1 CB |
3175 | 2019-10-12 Christian Biesinger <cbiesinger@google.com> |
3176 | ||
3177 | * remote.c (remote_target::get_trace_status): Remove declaration of | |
3178 | trace_regblock_size. | |
3179 | ||
cc8dee1f CB |
3180 | 2019-10-12 Christian Biesinger <cbiesinger@google.com> |
3181 | ||
3182 | * cli/cli-cmds.c (max_user_call_depth): Move comment to header. | |
3183 | (show_user): Remove declaration of cmdlist. | |
3184 | * cli/cli-cmds.h (max_user_call_depth): Declare. | |
3185 | * cli/cli-script.c (execute_user_command): Remove declaration | |
3186 | of max_user_call_depth. | |
3187 | ||
a83d4ef6 JW |
3188 | 2019-10-11 Jim Wilson <jimw@sifive.com> |
3189 | ||
5f93c5a6 JW |
3190 | * gdbsupport/print-utils.h (pulongest): Fix comment. |
3191 | (plongest): Likewise. | |
3192 | (phex): Add missing comment, mention leading zeros. | |
3193 | (phex_nz): Add mention of no leading zeros to comment. | |
3194 | ||
a83d4ef6 JW |
3195 | * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use |
3196 | plongest instead of unsigned long long cast. | |
3197 | ||
26344e0c CB |
3198 | 2019-10-10 Christian Biesinger <cbiesinger@google.com> |
3199 | ||
3200 | * main.c (captured_main_1): Include gdbtk.h and remove declarations | |
3201 | for external_editor_command and gdbtk_test. | |
3202 | ||
c2c440a9 CB |
3203 | 2019-10-10 Christian Biesinger <cbiesinger@google.com> |
3204 | ||
3205 | * mi/mi-cmd-var.c (varobjdebug): Remove declaration. | |
3206 | * varobj.c (varobjdebug): Move comment to... | |
3207 | * varobj.h (varobjdebug): ...here, and declare. | |
3208 | ||
a31bff9d TT |
3209 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3210 | ||
3211 | * tui/tui-regs.c (tui_data_window::show_registers): Don't call | |
3212 | erase_data_content. | |
3213 | ||
7523da63 TT |
3214 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3215 | ||
3216 | * tui/tui-wingeneral.h (tui_delete_win): Don't declare. | |
3217 | * tui/tui-stack.c (tui_locator_window::rerender): Update. | |
3218 | * tui/tui-command.c (tui_cmd_window::resize) | |
3219 | (tui_refresh_cmd_win): Update. | |
3220 | * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update. | |
3221 | * tui/tui.c (tui_rl_other_window, tui_enable): Update. | |
3222 | * tui/tui-data.c (~tui_gen_win_info): Remove. | |
3223 | * tui/tui-layout.c (tui_gen_win_info::resize): Update. | |
3224 | * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts) | |
3225 | (tui_redisplay_readline, tui_mld_flush) | |
3226 | (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update. | |
3227 | * tui/tui-regs.c (tui_data_window::delete_data_content_windows) | |
3228 | (tui_data_window::erase_data_content) | |
3229 | (tui_data_item_window::rerender) | |
3230 | (tui_data_item_window::refresh_window): Update. | |
3231 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window) | |
3232 | (box_win, tui_gen_win_info::make_window) | |
3233 | (tui_gen_win_info::make_visible): Update. | |
3234 | (tui_delete_win): Remove. | |
3235 | * tui/tui-winsource.c | |
3236 | (tui_source_window_base::do_erase_source_content): Update. | |
3237 | (tui_show_source_line, tui_source_window_base::update_tab_width) | |
3238 | (tui_source_window_base::update_exec_info): Update. | |
3239 | * tui/tui-data.h (struct curses_deleter): New. | |
3240 | (struct tui_gen_win_info) <handle>: Now a unique_ptr. | |
3241 | (struct tui_gen_win_info) <~tui_gen_win_info>: Define. | |
3242 | ||
a7798e7f TT |
3243 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3244 | ||
3245 | * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare. | |
3246 | ||
5c45899e TT |
3247 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3248 | ||
3249 | * tui/tui-data.c (tui_win_is_auxiliary): Remove. | |
3250 | * tui/tui-data.h (tui_win_is_auxiliary): Don't declare. | |
3251 | ||
6d7fd9aa TT |
3252 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3253 | ||
3254 | * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute | |
3255 | window height directly. | |
3256 | * tui/tui-layout.h (tui_default_win_viewport_height): Don't | |
3257 | declare. | |
3258 | * tui/tui-layout.c (tui_default_win_height): Remove. | |
3259 | (tui_default_win_viewport_height): Remove. | |
3260 | ||
d2dd1084 TT |
3261 | 2019-10-09 Tom Tromey <tom@tromey.com> |
3262 | ||
3263 | * tui/tui.h: Remove comments. | |
3264 | ||
cff32449 TV |
3265 | 2019-10-09 Tom de Vries <tdevries@suse.de> |
3266 | ||
3267 | * python/lib/gdb/printer/bound_registers.py: Use | |
3268 | '^builtin_type_bound128' as regexp argument for | |
3269 | add_builtin_pretty_printer. | |
3270 | ||
6a25e8a2 CB |
3271 | 2019-10-09 Christian Biesinger <cbiesinger@google.com> |
3272 | ||
3273 | * guile/guile.c (guile_extension_script_ops): Remove forward | |
3274 | declaration and mark as static. | |
3275 | (guile_script_ops): Likewise. | |
3276 | (extension_language_guile): Move further down in the file so | |
3277 | it can reference the definitions for guile_{extension_,}script_ops. | |
3278 | ||
6d9d6da4 AA |
3279 | 2019-10-09 Andreas Arnez <arnez@linux.ibm.com> |
3280 | ||
3281 | * s390-tdep.c (390_process_record): Handle new arch13 instructions | |
3282 | except SORTL, DFLTCC, and KDSA. | |
3283 | ||
3abea05d TT |
3284 | 2019-10-08 Tom Tromey <tromey@adacore.com> |
3285 | ||
3286 | * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove. | |
3287 | (struct safe_symbol_file_add_args): Remove. | |
3288 | ||
dde996e2 TT |
3289 | 2019-10-08 Tom Tromey <tromey@adacore.com> |
3290 | ||
3291 | * windows-nat.c: Don't include buildsym-legacy.h. | |
3292 | ||
cd6fdaa1 TT |
3293 | 2019-10-08 Tom Tromey <tromey@adacore.com> |
3294 | ||
3295 | * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions. | |
3296 | ||
79bb1944 CB |
3297 | 2019-10-08 Christian Biesinger <cbiesinger@google.com> |
3298 | ||
3299 | * gdbtypes.c (overload_debug): Move comment to header. | |
3300 | * gdbtypes.h (overload_debug): Declare. | |
3301 | * valops.c: Remove declaration of overload_debug, instead | |
3302 | include gdbtypes.h. | |
3303 | ||
34916edc CB |
3304 | 2019-10-08 Christian Biesinger <cbiesinger@google.com> |
3305 | ||
3306 | * language.c (show_language_command): Pass lang_frame_mismatch_warn | |
3307 | through _(). | |
3308 | (lang_frame_mismatch_warn): Make const, mark with N_(), and | |
3309 | move comment... | |
3310 | * language.h (lang_frame_mismatch_warn): ... here. Also add | |
3311 | declaration. | |
3312 | * top.c (lang_frame_mismatch_warn): Remove declaration. | |
3313 | (check_frame_language_change): Pass lang_frame_mismatch_warn | |
3314 | through _(). | |
3315 | ||
bad5c026 CB |
3316 | 2019-10-07 Christian Biesinger <cbiesinger@google.com> |
3317 | ||
3318 | * c-lang.h (vtbl_ptr_name): Declare. | |
3319 | * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get | |
3320 | it from the header. | |
3321 | * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name. | |
3322 | ||
51f1fdc3 CB |
3323 | 2019-10-07 Christian Biesinger <cbiesinger@google.com> |
3324 | ||
3325 | * charset.c (your_gdb_wchar_t_is_bogus): Replace with a | |
3326 | gdb_static_assert. | |
3327 | ||
30d1f018 WP |
3328 | 2019-10-07 Weimin Pan <weimin.pan@oracle.com> |
3329 | ||
606813d5 WP |
3330 | * ../Makefile.def (dependencies): Add all-libctf to all-gdb |
3331 | * ../Makefile.in: Add "all-gdb: maybe-all-libctf" | |
30d1f018 WP |
3332 | * ctfread.c: New file. |
3333 | * ctfread.h: New file. | |
3334 | * elfread.c: Include ctfread.h. | |
3335 | (struct elfinfo text_p): New member ctfsect. | |
3336 | (elf_locate_sections): Mark CTF section. | |
3337 | (elf_symfile_read): Call elfctf_build_psymtabs. | |
3338 | * Makefile.in (LIBCTF): Add. | |
3339 | (CLIBS): Use it. | |
3340 | (CDEPS): Likewise. | |
3341 | (DIST): Add ctfread.c. | |
606813d5 WP |
3342 | |
3343 | 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com> | |
3344 | ||
3345 | * ctfread.c (struct nextfield): Renamed to ... | |
3346 | (struct ctf_nextfield): ... this. | |
3347 | (struct field_info): Renamed to ... | |
3348 | (strut ctf_field_info): ... this. | |
3349 | (attach_fields_to_type): Update for renamed structures. | |
3350 | (ctf_add_member_cb): Likewise. | |
3351 | (ctf_add_enum_member_cb): Likewise. | |
3352 | (process_struct_members): Likewise. | |
3353 | (process_enum_type): Likewise. | |
30d1f018 | 3354 | |
518fe38c WP |
3355 | 2019-10-07 Weimin Pan <weimin.pan@oracle.com> |
3356 | ||
3357 | * tracectf.h: Rename, was ctf.h. | |
3358 | * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h. | |
3359 | * tracefile.c: Likewise. | |
3360 | * tracepoint.c: Remove unused include ctf.h. | |
3361 | * mi/mi-main.c: Likewise. | |
3362 | * Makefile.in Replace ctf.c with tracectf.c. | |
3363 | ||
225f296a JB |
3364 | 2019-10-06 Joel Brobecker <brobecker@adacore.com> |
3365 | ||
3366 | * version.in: Change version number to "9.0.50.DATE-git". | |
3367 | ||
77c2dba3 TT |
3368 | 2019-10-03 Tom Tromey <tom@tromey.com> |
3369 | ||
3370 | PR rust/24976: | |
3371 | * dwarf2read.c (quirk_rust_enum): Handle single-element unions. | |
3372 | ||
179aed7f AB |
3373 | 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com> |
3374 | ||
3375 | * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and | |
3376 | cp_search_name_hash. | |
3377 | * NEWS: Add entry about nested function support. | |
3378 | ||
0a4b0913 AB |
3379 | 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com> |
3380 | Andrew Burgess <andrew.burgess@embecosm.com> | |
3381 | ||
3382 | * cp-namespace.c (cp_search_static_and_baseclasses): Only search | |
3383 | for nested static variables when searchin VAR_DOMAIN. | |
3384 | * dwarf2read.c (add_partial_symbol): Add nested subroutines to the | |
3385 | global scope, update comment. | |
3386 | (add_partial_subprogram): Call add_partial_subprogram recursively | |
3387 | for nested subroutines when processinng Fortran. | |
3388 | (load_partial_dies): Process the child entities of a subprogram | |
3389 | when processing Fortran. | |
3390 | (partial_die_parent_scope): Handle building scope | |
3391 | for Fortran nested functions. | |
3392 | (process_die): Record that nested functions have a scope. | |
3393 | (new_symbol): Always record Fortran subprograms on the global | |
3394 | symbol list. | |
3395 | (determine_prefix): How to build the prefix for Fortran | |
3396 | subprograms. | |
3397 | ||
d8c06f22 AB |
3398 | 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com> |
3399 | ||
3400 | * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we | |
3401 | have just sent the thread a SIGSTOP and are waiting for it to | |
3402 | arrive. | |
3403 | ||
a8b3b8e9 AB |
3404 | 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com> |
3405 | ||
3406 | * btrace.c (btrace_add_pc): Remove whitespace before the template | |
3407 | parameter in 'std::vector <...>'. | |
3408 | (parse_xml_btrace_block): Likewise. | |
3409 | (btrace_maint_decode_pt): Likewise. | |
3410 | (btrace_maint_update_packets): Likewise. | |
3411 | (btrace_maint_print_packets): Likewise. | |
3412 | * btrace.h (struct btrace_maint_info): Likewise. | |
3413 | * dwarf2read.c (struct type_unit_group): Likewise. | |
3414 | (build_type_psymtabs_reader): Likewise. | |
3415 | * gdbsupport/btrace-common.c (btrace_data_append): Likewise. | |
3416 | * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise. | |
3417 | * nat/linux-btrace.c (perf_event_read_bts): Likewise. | |
3418 | ||
4d825eab TV |
3419 | 2019-10-03 Tom de Vries <tdevries@suse.de> |
3420 | ||
3421 | * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of | |
3422 | the first line of the help text for set/show style metadata. | |
3423 | ||
80fd2826 TT |
3424 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3425 | ||
3426 | * Makefile.in (COMMON_SFILES): Add common-inferior.c. | |
3427 | * gdbsupport/common-inferior.c: New file. | |
3428 | * infcmd.c (startup_with_shell): Don't define. | |
3429 | * nat/fork-inferior.h (startup_with_shell): Don't declare. | |
3430 | * gdbsupport/common-inferior.h (startup_with_shell): Declare. | |
3431 | * inferior.h (startup_with_shell): Don't declare. | |
3432 | ||
70054538 CB |
3433 | 2019-10-02 Christian Biesinger <cbiesinger@google.com> |
3434 | ||
3435 | * gdbsupport/gdb_assert.h: Include errors.h. | |
3436 | * gdbsupport/gdb_string_view.h: Include gdb_assert.h. | |
3437 | ||
37f6a7f4 TT |
3438 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3439 | ||
3440 | * NEWS: Add $_ada_exception entry. | |
3441 | * ada-lang.c (struct ada_catchpoint): Add constructor. | |
3442 | <m_kind>: New member. | |
3443 | (allocate_location_exception, re_set_exception): Remove | |
3444 | "ex" parameter. | |
3445 | (should_stop_exception): Compute $_ada_exception. | |
3446 | (check_status_exception, print_it_exception) | |
3447 | (print_one_exception, print_mention_exception): Remove | |
3448 | "ex" parameter. | |
3449 | (allocate_location_catch_exception, re_set_catch_exception) | |
3450 | (check_status_exception, print_it_catch_exception) | |
3451 | (print_one_catch_exception, print_mention_catch_exception) | |
3452 | (print_recreate_catch_exception) | |
3453 | (allocate_location_catch_exception_unhandled) | |
3454 | (re_set_catch_exception_unhandled) | |
3455 | (check_status_exception, print_it_catch_exception_unhandled) | |
3456 | (print_one_catch_exception_unhandled) | |
3457 | (print_mention_catch_exception_unhandled) | |
3458 | (print_recreate_catch_exception_unhandled) | |
3459 | (allocate_location_catch_assert, re_set_catch_assert) | |
3460 | (check_status_assert, print_it_catch_assert) | |
3461 | (print_one_catch_assert, print_mention_catch_assert) | |
3462 | (print_recreate_catch_assert) | |
3463 | (allocate_location_catch_handlers, re_set_catch_handlers) | |
3464 | (check_status_handlers, print_it_catch_handlers) | |
3465 | (print_one_catch_handlers, print_mention_catch_handlers) | |
3466 | (print_recreate_catch_handlers): Remove. | |
3467 | (create_ada_exception_catchpoint): Update. | |
3468 | (initialize_ada_catchpoint_ops): Update. | |
3469 | ||
fccf9de1 TT |
3470 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3471 | ||
3472 | * ada-lang.c (ada_lookup_simple_minsyms): Remove. | |
3473 | (create_excep_cond_exprs): Simplify exception string computation. | |
3474 | (ada_exception_catchpoint_cond_string): Likewise. | |
3475 | ||
4b610737 TT |
3476 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3477 | ||
3478 | * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS. | |
3479 | * ada-lang.c (lesseq_defined_than): Handle | |
3480 | LOC_STATIC. | |
3481 | * dwarf2read.c (dwarf2_per_objfile): Add can_copy | |
3482 | parameter. | |
3483 | (dwarf2_has_info): Likewise. | |
3484 | (new_symbol): Set maybe_copied on symbol when | |
3485 | appropriate. | |
3486 | * dwarf2read.h (dwarf2_per_objfile): Add can_copy | |
3487 | parameter. | |
3488 | <can_copy>: New member. | |
3489 | * elfread.c (record_minimal_symbol): Set maybe_copied | |
3490 | on symbol when appropriate. | |
3491 | (elf_symfile_read): Update call to dwarf2_has_info. | |
3492 | * minsyms.c (lookup_minimal_symbol_linkage): New | |
3493 | function. | |
3494 | * minsyms.h (lookup_minimal_symbol_linkage): Declare. | |
3495 | * symtab.c (get_symbol_address, get_msymbol_address): | |
3496 | New functions. | |
3497 | * symtab.h (get_symbol_address, get_msymbol_address): | |
3498 | Declare. | |
3499 | (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle | |
3500 | maybe_copied. | |
3501 | (struct symbol, struct minimal_symbol) <maybe_copied>: | |
3502 | New member. | |
3503 | ||
1dd58850 TT |
3504 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3505 | ||
3506 | * source.c (struct current_source_location): New. | |
3507 | (current_source_key): New global. | |
3508 | (current_source_symtab, current_source_line) | |
3509 | (current_source_pspace): Remove. | |
3510 | (get_source_location): New function. | |
3511 | (get_current_source_symtab_and_line) | |
3512 | (set_default_source_symtab_and_line) | |
3513 | (set_current_source_symtab_and_line) | |
3514 | (clear_current_source_symtab_and_line, select_source_symtab) | |
3515 | (info_source_command, print_source_lines_base) | |
3516 | (info_line_command, search_command_helper, _initialize_source): | |
3517 | Update. | |
3518 | ||
5c281dbb TT |
3519 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3520 | ||
3521 | * source.c (select_source_symtab): Don't call | |
3522 | decode_line_with_current_source. | |
3523 | ||
d3d32391 AB |
3524 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3525 | ||
3526 | * symtab.c (lookup_global_symbol): Search global block. | |
3527 | ||
38583298 TT |
3528 | 2019-10-02 Tom Tromey <tromey@adacore.com> |
3529 | ||
3530 | * coffread.c (process_coff_symbol): Update. | |
3531 | * dwarf2read.c (var_decode_location, new_symbol): Update. | |
3532 | * mdebugread.c (parse_symbol): Update. | |
3533 | * objfiles.c (relocate_one_symbol): Update. | |
3534 | * stabsread.c (define_symbol, fix_common_block) | |
3535 | (scan_file_globals): Update. | |
3536 | * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue. | |
3537 | (SET_SYMBOL_VALUE_ADDRESS): New macro. | |
3538 | * xcoffread.c (process_xcoff_symbol): Update. | |
3539 | ||
9344c18f AA |
3540 | 2019-10-02 Andreas Arnez <arnez@linux.ibm.com> |
3541 | ||
3542 | * MAINTAINERS: Update my email address. | |
3543 | ||
df07e2c7 AB |
3544 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3545 | ||
3546 | * dwarf2read.c (struct type_unit_group) <tus>: Convert to | |
3547 | std::vector. | |
3548 | (build_type_psymtabs_reader): Update for std::vector. | |
3549 | (build_type_psymtab_dependencies): Likewise. | |
3550 | * dwarf2read.h: Remove use of DEF_VEC_P. | |
3551 | (typedef sig_type_ptr): Delete. | |
3552 | ||
554ac434 AB |
3553 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3554 | ||
3555 | * btrace.c (btrace_maint_clear): Update to handle change from VEC | |
3556 | to std::vector. | |
3557 | (btrace_maint_decode_pt): Likewise, and move allocation of the | |
3558 | vector outside of the loop. | |
3559 | (btrace_maint_update_packets): Update to handle change from VEC to | |
3560 | std::vector. | |
3561 | (btrace_maint_print_packets): Likewise. | |
3562 | (maint_info_btrace_cmd): Likewise. | |
3563 | * btrace.h: Remove use of DEF_VEC_O. | |
3564 | (typedef btrace_pt_packet_s): Delete. | |
3565 | (struct btrace_maint_info) <packets>: Change fromm VEC to | |
3566 | std::vector. | |
3567 | * gdbsupport/btrace-common.h: Remove 'vec.h' include. | |
3568 | ||
46f29a9a AB |
3569 | 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com> |
3570 | ||
3571 | * btrace.c (btrace_compute_ftrace_bts): Update for std::vector, | |
3572 | make accesses into the vector constant references. | |
3573 | (btrace_add_pc): Update for std::vector. | |
3574 | (btrace_stitch_bts): Likewise. | |
3575 | (parse_xml_btrace_block): Likewise. | |
3576 | (btrace_maint_update_packets): Likewise. | |
3577 | (btrace_maint_print_packets): Likewise. | |
3578 | (maint_info_btrace_cmd): Likewise. | |
3579 | * gdbsupport/btrace-common.c (btrace_data::fini): Update for | |
3580 | std::vector. | |
3581 | (btrace_data::empty): Likewise. | |
3582 | (btrace_data_append): Likewise. | |
3583 | * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O. | |
3584 | (typedef btrace_block_s): Delete. | |
3585 | (struct btrace_block): Add constructor. | |
3586 | (struct btrace_data_bts) <blocks>: Change to std::vector. | |
3587 | * nat/linux-btrace.c (perf_event_read_bts): Update for | |
3588 | std::vector. | |
3589 | (linux_read_bts): Likewise. | |
3590 | ||
d770d56f TT |
3591 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3592 | ||
3593 | * cli/cli-logging.c (show_logging_filename): Use styled_string. | |
3594 | ||
9d636d67 TT |
3595 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3596 | ||
3597 | * stack.c (print_frame, info_frame_command_core): Use | |
3598 | styled_string. | |
3599 | * linux-thread-db.c (try_thread_db_load_1) | |
3600 | (try_thread_db_load_from_pdir_1): Use styled_string. | |
3601 | * auto-load.c (file_is_auto_load_safe, execute_script_contents) | |
3602 | (auto_load_section_scripts, info_auto_load_local_gdbinit) | |
3603 | (maybe_print_unsupported_script_warning) | |
3604 | (maybe_print_script_not_found_warning): Use styled_string. | |
3605 | * ada-lang.c (user_select_syms): Use styled_string. | |
3606 | ||
7f6aba03 TT |
3607 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3608 | ||
3609 | * p-lang.c (pascal_printstr): Use metadata style. | |
3610 | * value.c (show_convenience): Use metadata style. | |
3611 | * valprint.c (valprint_check_validity, val_print_optimized_out) | |
3612 | (val_print_not_saved, val_print_unavailable) | |
3613 | (val_print_invalid_address, generic_val_print, val_print) | |
3614 | (value_check_printable, val_print_array_elements): Use metadata | |
3615 | style. | |
3616 | * ui-out.h (class ui_out) <field_fmt>: New overload. | |
3617 | <do_field_fmt>: Add style parameter. | |
3618 | * ui-out.c (ui_out::field_fmt): New overload. | |
3619 | * typeprint.c (type_print_unknown_return_type) | |
3620 | (val_print_not_allocated, val_print_not_associated): Use metadata | |
3621 | style. | |
3622 | * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style | |
3623 | parameter. | |
3624 | * tui/tui-out.c (tui_ui_out::do_field_fmt): Update. | |
3625 | * tracepoint.c (tvariables_info_1): Use metadata style. | |
3626 | * stack.c (print_frame_arg, print_frame_info, print_frame) | |
3627 | (info_frame_command_core): Use metadata style. | |
3628 | * skip.c (info_skip_command): Use metadata style. | |
3629 | * rust-lang.c (rust_print_enum): Use metadata style. | |
3630 | * python/py-prettyprint.c (print_stack_unless_memory_error): Use | |
3631 | metadata style. | |
3632 | * python/py-framefilter.c (py_print_single_arg): Use metadata | |
3633 | style. | |
3634 | * printcmd.c (do_one_display, print_variable_and_value): Use | |
3635 | metadata style. | |
3636 | * p-valprint.c (pascal_val_print) | |
3637 | (pascal_object_print_value_fields): Use metadata style. | |
3638 | * p-typeprint.c (pascal_type_print_base): Use metadata style. | |
3639 | * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style | |
3640 | parameter. | |
3641 | * mi/mi-out.c (mi_ui_out::do_field_fmt): Update. | |
3642 | * m2-valprint.c (m2_print_long_set): Use metadata style. | |
3643 | * m2-typeprint.c (m2_print_type): Use metadata style. | |
3644 | * infcmd.c (print_return_value_1): Use metadata style. | |
3645 | * gnu-v3-abi.c (print_one_vtable): Use metadata style. | |
3646 | * f-valprint.c (info_common_command_for_block): Use metadata | |
3647 | style. | |
3648 | * f-typeprint.c (f_type_print_base): Use metadata style. | |
3649 | * expprint.c (print_subexp_standard): Use metadata style. | |
3650 | * cp-valprint.c (cp_print_value_fields): Use metadata style. | |
3651 | * cli/cli-style.h (class cli_style_option): Add constructor. | |
3652 | (metadata_style): Declare. | |
3653 | * cli/cli-style.c (metadata_style): New global. | |
3654 | (_initialize_cli_style): Register metadata style. | |
3655 | * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style | |
3656 | parameter. | |
3657 | * cli-out.c (cli_ui_out::do_field_fmt): Update. | |
3658 | * c-typeprint.c (c_type_print_base_struct_union) | |
3659 | (c_type_print_base_1): Use metadata style. | |
3660 | * breakpoint.c (watchpoint_value_print) | |
3661 | (print_one_breakpoint_location): Use metadata style. | |
3662 | * break-catch-syscall.c (print_one_catch_syscall): Use metadata | |
3663 | style. | |
3664 | * break-catch-sig.c (signal_catchpoint_print_one): Use metadata | |
3665 | style. | |
3666 | * ada-valprint.c (val_print_packed_array_elements, printstr) | |
3667 | (print_field_values, ada_val_print_ref, ada_val_print): Use | |
3668 | metadata style. | |
3669 | * ada-typeprint.c (print_array_type, ada_print_type): Use metadata | |
3670 | style. | |
3671 | * ada-tasks.c (print_ada_task_info, info_task): Use metadata | |
3672 | style. | |
3673 | * ada-lang.c (user_select_syms): Use metadata style. | |
3674 | ||
14309bb6 TT |
3675 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3676 | ||
3677 | * cli/cli-cmds.c (pwd_command): Style output. | |
3678 | ||
6a831f06 PA |
3679 | 2019-10-01 Pedro Alves <palves@redhat.com> |
3680 | Tom Tromey <tom@tromey.com> | |
3681 | ||
3682 | * symtab.c (print_symbol_info): Use %ps. | |
3683 | (print_msymbol_info): Use %ps. | |
3684 | * symfile.c (symbol_file_add_with_addrs): Use %ps. | |
3685 | * printcmd.c (print_variable_and_value): Use %ps. | |
3686 | * macrocmd.c (show_pp_source_pos): Use %ps. | |
3687 | * infrun.c (print_exited_reason): Use ui_out::message. | |
3688 | * breakpoint.c (watchpoint_check, print_one_breakpoint_location) | |
3689 | (describe_other_breakpoints): Use ui_out::message and new | |
3690 | formats. | |
3691 | (say_where): Use new formats. | |
3692 | (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message | |
3693 | and new formats. | |
3694 | ||
2a3c1174 PA |
3695 | 2019-10-01 Pedro Alves <palves@redhat.com> |
3696 | Tom Tromey <tom@tromey.com> | |
3697 | ||
3698 | * unittests/format_pieces-selftests.c: Add gdb_format parameter. | |
3699 | (test_gdb_formats): New function. | |
3700 | (run_tests): Call it. | |
3701 | (test_format_specifier): Update. | |
3702 | * utils.h (fputs_filtered): Update comment. | |
3703 | (vfprintf_styled, vfprintf_styled_no_gdbfmt) | |
3704 | (fputs_styled_unfiltered): Declare. | |
3705 | * utils.c (fputs_styled_unfiltered): New function. | |
3706 | (vfprintf_maybe_filtered): Add gdbfmt parameter. | |
3707 | (vfprintf_filtered): Update. | |
3708 | (vfprintf_unfiltered, vprintf_filtered): Update. | |
3709 | (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions. | |
3710 | * ui-out.h (enum ui_out_flag) <unfiltered_output, | |
3711 | disallow_ui_out_field>: New constants. | |
3712 | (enum class field_kind): New. | |
3713 | (struct base_field_s, struct signed_field_s): New. | |
3714 | (signed_field): New function. | |
3715 | (struct string_field_s): New. | |
3716 | (string_field): New function. | |
3717 | (struct styled_string_s): New. | |
3718 | (styled_string): New function. | |
3719 | (class ui_out) <message>: Add comment. | |
3720 | <vmessage, call_do_message>: New methods. | |
3721 | <do_message>: Add style parameter. | |
3722 | * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New | |
3723 | methods. | |
3724 | (ui_out::message): Rewrite. | |
3725 | * mi/mi-out.h (class mi_ui_out) <do_message>: Add style | |
3726 | parameter. | |
3727 | * mi/mi-out.c (mi_ui_out::do_message): Add style parameter. | |
3728 | * gdbsupport/format.h (class format_pieces) <format_pieces>: Add | |
3729 | gdb_extensions parameter. | |
3730 | (class format_piece): Add parameter to constructor. | |
3731 | (n_int_args): New field. | |
3732 | * gdbsupport/format.c (format_pieces::format_pieces): Add | |
3733 | gdb_extensions parameter. Handle '*'. | |
3734 | * cli-out.h (class cli_ui_out) <do_message>: Add style parameter. | |
3735 | * cli-out.c (cli_ui_out::do_message): Add style parameter. Call | |
3736 | vfprintf_styled_no_gdbfmt. | |
3737 | (cli_ui_out::do_field_string, cli_ui_out::do_spaces) | |
3738 | (cli_ui_out::do_text, cli_ui_out::field_separator): Allow | |
3739 | unfiltered output. | |
3740 | * ui-style.h (struct ui_file_style) <ptr>: New method. | |
3741 | ||
0dfe5bfb TT |
3742 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3743 | ||
3744 | * unittests/format_pieces-selftests.c: Update. Add final format. | |
3745 | * gdbsupport/format.c (format_pieces::format_pieces): Don't add | |
3746 | empty literal pieces. | |
3747 | ||
e43b10e1 TT |
3748 | 2019-10-01 Tom Tromey <tom@tromey.com> |
3749 | ||
3750 | * ui-out.h (enum class ui_out_style_kind): Remove. | |
3751 | (class ui_out) <field_string, field_stsream, do_field_string>: | |
3752 | Change type of "style". | |
3753 | * ui-out.c (ui_out::field_core_addr, ui_out::field_stream) | |
3754 | (ui_out::field_string): Update. | |
3755 | * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type | |
3756 | of "style". | |
3757 | * tui/tui-out.c (tui_ui_out::do_field_string): Update. | |
3758 | * tracepoint.c (print_one_static_tracepoint_marker): Update. | |
3759 | * stack.c (print_frame_arg, print_frame_info, print_frame): | |
3760 | Update. | |
3761 | * source.c (print_source_lines_base): Update. | |
3762 | * solib.c (info_sharedlibrary_command): Update. | |
3763 | * skip.c (info_skip_command): Update. | |
3764 | * record-btrace.c (btrace_call_history_src_line) | |
3765 | (btrace_call_history): Update. | |
3766 | * python/py-framefilter.c (py_print_frame): Update. | |
3767 | * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of | |
3768 | "style". | |
3769 | * mi/mi-out.c (mi_ui_out::do_table_header) | |
3770 | (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned) | |
3771 | (mi_ui_out::do_field_string): Update. | |
3772 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
3773 | Update. | |
3774 | * cli-out.h (class cli_ui_out) <do_field_string>: Change type of | |
3775 | "style". | |
3776 | * cli-out.c (cli_ui_out::do_table_header) | |
3777 | (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned) | |
3778 | (cli_ui_out::do_field_skip, cli_ui_out::do_field_string) | |
3779 | (cli_ui_out::do_field_fmt): Update. | |
3780 | * breakpoint.c (print_breakpoint_location): Update. | |
3781 | (update_static_tracepoint): Update. | |
3782 | ||
cd7c32c3 PW |
3783 | 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
3784 | ||
3785 | * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string | |
3786 | conversion of gdb_datadir. | |
3787 | (captured_main_1): Remove xstrdup when assigning to gdb_datadir, | |
3788 | remove not needed c_str (). | |
3789 | ||
8fe0f950 AT |
3790 | 2019-09-30 Ali Tamur <tamur@google.com> |
3791 | ||
3792 | * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms. | |
3793 | (dwarf2_string_attr): Likewise. | |
3794 | ||
5f48f8f3 AT |
3795 | 2019-09-30 Ali Tamur <tamur@google.com> |
3796 | ||
3797 | * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL. | |
3798 | (process_full_type_unit): Likewise. | |
3799 | (dump_die_shallow): Likewise. | |
3800 | (cu_debug_loc_section): Likewise. | |
3801 | ||
6fb08628 CB |
3802 | 2019-09-28 Christian Biesinger <cbiesinger@google.com> |
3803 | ||
3804 | * minsyms.c (compare_minimal_symbols): Rename to... | |
3805 | (minimal_symbol_is_less_than): ...this, and adjust to STL | |
3806 | conventions (return bool, take arguments as references) | |
3807 | (minimal_symbol_reader::install): Call std::sort instead | |
3808 | of qsort. | |
3809 | ||
c7ee338a CB |
3810 | 2019-09-29 Christian Biesinger <cbiesinger@google.com> |
3811 | ||
3812 | * minsyms.h (msymbol_hash): Document that this is a case-insensitive | |
3813 | hash and why. | |
3814 | * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash, | |
3815 | msymbol_hash, msymbol_demangled_hash>: Improve comments. | |
3816 | ||
703a86c2 SM |
3817 | 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca> |
3818 | ||
3819 | * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h. | |
3820 | * psympriv.h (add_psymbol_to_list): Move comment here and update | |
3821 | it. | |
3822 | ||
0df0352a TV |
3823 | 2019-09-29 Tom de Vries <tdevries@suse.de> |
3824 | ||
3825 | * contrib/cc-with-tweaks.sh (get_tmpdir): New function. | |
3826 | Use $tmpdir/$(basename "$output_file").dwz instead of | |
3827 | "${output_file}.dwz". | |
3828 | ||
ad75efa6 SM |
3829 | 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca> |
3830 | ||
3831 | PR gdb/25045 | |
3832 | * hppa-linux-nat.c: Include gdbarch.h. | |
3833 | ||
ececd218 CB |
3834 | 2019-09-26 Christian Biesinger <cbiesinger@google.com> |
3835 | ||
3836 | * blockframe.c (find_pc_partial_function): Change return type to bool. | |
3837 | * elfread.c (elf_gnu_ifunc_resolve_name): Likewise. | |
3838 | * minsyms.c (in_gnu_ifunc_stub): Likewise. | |
3839 | (stub_gnu_ifunc_resolve_name): Likewise. | |
3840 | * symtab.c (compare_filenames_for_search): Likewise. | |
3841 | (compare_glob_filenames_for_search): Likewise. | |
3842 | (matching_obj_sections): Likewise. | |
3843 | (symbol_matches_domain): Likewise. | |
3844 | (find_line_symtab): Change out param EXACT_MATCH to bool *. | |
3845 | (find_line_pc): Change return type to bool. | |
3846 | (find_line_pc_range): Likewise. | |
3847 | (producer_is_realview): Likewise. | |
3848 | * symtab.h (symbol_matches_domain): Likewise. | |
3849 | (find_pc_partial_function): Likewise. | |
3850 | (find_pc_line_pc_range): Likewise. | |
3851 | (in_gnu_ifunc_stub): Likewise. | |
3852 | (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise. | |
3853 | (find_line_pc): Likewise. | |
3854 | (find_line_pc_range): Likewise. | |
3855 | (matching_obj_sections): Likewise. | |
3856 | (find_line_symtab): Change out parameter to bool. | |
3857 | (producer_is_realview): Change return type to bool. | |
3858 | (compare_filenames_for_search): Likewise. | |
3859 | (compare_glob_filenames_for_search): Likewise. | |
3860 | ||
27a900b8 TT |
3861 | 2019-09-26 Tom Tromey <tom@tromey.com> |
3862 | ||
3863 | * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c. | |
3864 | (HFILES_NO_SRCDIR): Remove gdb_usleep.h. | |
3865 | * gdb_usleep.h: Remove. | |
3866 | * gdb_usleep.c: Remove. | |
3867 | * utils.c: Don't include gdb_usleep.h. | |
3868 | ||
5d63b30a TT |
3869 | 2019-09-26 Tom Tromey <tromey@adacore.com> |
3870 | ||
3871 | * python/py-type.c (type_to_type_object): Call check_typedef | |
3872 | for stub types. | |
3873 | ||
12904d37 TT |
3874 | 2019-09-26 Tom Tromey <tom@tromey.com> |
3875 | ||
3876 | * utils.h (initialize_utils): Don't declare. | |
3877 | * top.c (gdb_init): Don't call initialize_utils. | |
3878 | * utils.c (initialize_utils): Remove. Move contents... | |
3879 | (_initialize_utils): ... here. | |
3880 | ||
858f25f0 TT |
3881 | 2019-09-25 Tom Tromey <tom@tromey.com> |
3882 | ||
3883 | * python/py-objfile.c (objfpy_get_build_id): Use bin2hex. | |
3884 | * utils.h (make_hex_string): Don't declare. | |
3885 | * utils.c (make_hex_string): Remove. | |
3886 | ||
3d435220 TV |
3887 | 2019-09-24 Tom de Vries <tdevries@suse.de> |
3888 | ||
3889 | PR gdb/23815 | |
3890 | * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers): | |
3891 | Initialize xstateregs before ptrace PTRACE_GETREGSET call. | |
3892 | ||
ddd44b70 DD |
3893 | 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu> |
3894 | ||
3895 | * NEWS: Mention new simulator port for PRU. | |
3896 | ||
f945dedf CB |
3897 | 2019-09-23 Christian Biesinger <cbiesinger@google.com> |
3898 | ||
3899 | * ada-exp.y (write_object_remaining): Update. | |
3900 | * ada-lang.c (ada_decode): Return a std::string instead of a char* | |
3901 | and eliminate the static buffer. | |
3902 | (ada_decode_symbol): Update. | |
3903 | (ada_la_decode): Update. | |
3904 | (ada_sniff_from_mangled_name): Update. | |
3905 | (is_valid_name_for_wild_match): Update. | |
3906 | (ada_lookup_name_info::matches): Update and simplify. | |
3907 | (name_matches_regex): Update. | |
3908 | (ada_add_global_exceptions): Update. | |
3909 | * ada-lang.h (ada_decode): Update signature. | |
3910 | * ada-varobj.c (ada_varobj_describe_simple_array_child): Update. | |
3911 | * dwarf-index-write.c (debug_names::insert): Update. | |
3912 | ||
7ab78ccb SM |
3913 | 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca> |
3914 | ||
3915 | * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix | |
3916 | formatting. | |
3917 | ||
9252448b SM |
3918 | 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca> |
3919 | ||
3920 | * breakpoint.h (bp_location) <inserted, permanent, duplicate>: | |
3921 | Change "nonzero" to "true" in documentation. | |
3922 | ||
626ca2c0 CB |
3923 | 2019-09-20 Christian Biesinger <cbiesinger@google.com> |
3924 | ||
3925 | * solib-darwin.c (darwin_lookup_lib_symbol): Remove. | |
3926 | (_initialize_darwin_solib): Don't set | |
3927 | darwin_so_ops.lookup_lib_global_symbol. | |
3928 | * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call | |
3929 | set_gdbarch_iterate_over_objfiles_in_search_order. | |
3930 | (elf_lookup_lib_symbol): Rename to... | |
3931 | (svr4_iterate_over_objfiles_in_search_order): this, and update | |
3932 | to iterate semantics. | |
3933 | (_initialize_svr4_solib): Don't set lookup_lib_global_symbol. | |
3934 | * solib.c (solib_global_lookup): Remove. | |
3935 | * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol. | |
3936 | (solib_global_lookup): Remove. | |
3937 | * symtab.c (lookup_global_or_static_symbol): Remove call to | |
3938 | solib_global_lookup. | |
3939 | ||
5a3a0d63 JB |
3940 | 2019-09-20 Joel Brobecker <brobecker@adacore.com> |
3941 | ||
3942 | * NEWS: Move entries about default MI version now being | |
3943 | version 3, and about the GDB/MI fix for multi-location | |
3944 | breakpoints to the "since GDB 8.3" section. | |
3945 | ||
ffea1427 JB |
3946 | 2019-09-20 Joel Brobecker <brobecker@adacore.com> |
3947 | ||
3948 | GDB 8.3.1 released. | |
3949 | ||
abf516c6 UW |
3950 | 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com> |
3951 | ||
3952 | * NEWS: Mention that Cell/B.E. debugging support was removed. | |
3953 | * MAINTAINERS: Remove spu target. | |
3954 | ||
3955 | * config/djgpp/fnchange.lst: Remove entries for removed files. | |
3956 | ||
3957 | * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o, | |
3958 | spu-multiarch.o, and spu-tdep.o. | |
3959 | (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h. | |
3960 | (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c, | |
3961 | spu-multiarch.c, and spu-tdep.c. | |
3962 | * spu-linux-nat.c: Remove file. | |
3963 | * spu-multiarch.c: Remove file. | |
3964 | * spu-tdep.c: Remove file. | |
3965 | * spu-tdep.h: Remove file. | |
3966 | * solib-spu.c: Remove file. | |
3967 | * solib-spu.h: Remove file. | |
3968 | ||
3969 | * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support. | |
3970 | * configure.nat (spu-linux): Remove. | |
3971 | * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and | |
3972 | solib-multiarch.o from gdb_target_obs. | |
3973 | (spu*-*-*): Remove. | |
3974 | ||
3975 | * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell" | |
3976 | feature flag. | |
3977 | (ppc_linux_no_features): Update. | |
3978 | * arch/ppc-linux-common.c (ppc_linux_match_description): Remove | |
3979 | Cell/B.E. support. | |
3980 | * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration. | |
3981 | (tdesc_powerpc_cell64l): Likewise. | |
3982 | * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove. | |
3983 | * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove | |
3984 | Cell/B.E. support. | |
3985 | * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h". | |
3986 | Do not include "features/rs6000/powerpc-cell32l.c" or | |
3987 | "features/rs6000/powerpc-cell64l.c". | |
3988 | (ppc_linux_spu_section): Remove. | |
3989 | (ppc_linux_core_read_description): Remove Cell/B.E. support. | |
3990 | (spe_context_objfile, spe_context_lm_addr, spe_context_offset, | |
3991 | spe_context_cache_ptid, spe_context_cache_ptid): Remove. | |
3992 | (ppc_linux_spe_context_lookup): Remove. | |
3993 | (ppc_linux_spe_context_inferior_created): Remove. | |
3994 | (ppc_linux_spe_context_solib_loaded): Remove. | |
3995 | (ppc_linux_spe_context_solib_unloaded): Remove. | |
3996 | (ppc_linux_spe_context): Remove. | |
3997 | (struct ppu2spu_cache): Remove. | |
3998 | (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove. | |
3999 | (struct ppu2spu_data): Remove. | |
4000 | (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache, | |
4001 | ppu2spu_unwind): Remove. | |
4002 | (ppc_linux_init_abi): Remove Cell/B.E. support. | |
4003 | * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support. | |
4004 | ||
4005 | * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove. | |
4006 | (rs6000/powerpc-cell64l-expedite): Likewise | |
4007 | (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l. | |
4008 | (XMLTOC): Remove rs6000/powerpc-cell32l.xml and | |
4009 | rs6000/powerpc-cell64l.xml. | |
4010 | * features/rs6000/powerpc-cell32l.xml: Remove. | |
4011 | * features/rs6000/powerpc-cell64l.xml: Likewise. | |
4012 | * features/rs6000/powerpc-cell32l.c: Remove generated file. | |
4013 | * features/rs6000/powerpc-cell64l.c: Likewise. | |
4014 | * regformats/rs6000/powerpc-cell32l.dat: Remove generated file. | |
4015 | * regformats/rs6000/powerpc-cell64l.dat: Likewise. | |
4016 | * regformats/reg-spu.dat: Remove. | |
4017 | ||
4018 | * target.h (enum target_object): Remove TARGET_OBJECT_SPU. | |
4019 | * corelow.c (struct spuid_list): Remove. | |
4020 | (add_to_spuid_list): Remove. | |
4021 | (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU. | |
4022 | * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove. | |
4023 | (remote_protocol_features): Remove associated entries. | |
4024 | (_initialize_remote): No longer initialize them. | |
4025 | (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU. | |
4026 | * linux-nat.c (SPUFS_MAGIC): Remove. | |
4027 | (linux_proc_xfer_spu): Remove. | |
4028 | (spu_enumerate_spu_ids): Remove. | |
4029 | (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU. | |
4030 | * linux-tdep.c (-linux_spu_make_corefile_notes): Remove. | |
4031 | (linux_make_corefile_notes): No longer call it. | |
4032 | ||
4033 | * regcache.c (cooked_read_test): Remove bfd_arch_spu special case. | |
4034 | (cooked_write_test): Likewise. | |
4035 | ||
78e8cb91 TT |
4036 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4037 | ||
4038 | * NEWS: Mention case-sensitivity of TUI commands. | |
4039 | * tui/tui-win.c (tui_set_focus_command): Now case-sensitive. | |
4040 | (tui_set_win_height_command, parse_scrolling_args): Likewise. | |
4041 | * tui/tui-layout.c (tui_layout_command): Now case-sensitive. | |
4042 | ||
f074b67e TT |
4043 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4044 | ||
4045 | * tui/tui-source.c (tui_source_window::set_contents): Use | |
4046 | make_unique_xstrdup. | |
4047 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Use | |
4048 | make_unique_xstrdup. | |
4049 | ||
63c4bf19 TT |
4050 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4051 | ||
4052 | * tui/tui-data.c: Remove separator comments. | |
4053 | * tui/tui-layout.c: Remove separator comments. | |
4054 | * tui/tui-win.c: Remove separator comments. | |
4055 | * tui/tui-wingeneral.c: Remove separator comments. | |
4056 | ||
43df9b2f TT |
4057 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4058 | ||
4059 | * tui/tui.h (strcat_to_buf): Don't declare. | |
4060 | * tui/tui.c (strcat_to_buf): Remove. | |
4061 | ||
7226433c TT |
4062 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4063 | ||
4064 | * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename | |
4065 | from "fullname". | |
4066 | * tui/tui-source.c (tui_source_window::set_contents) | |
4067 | (tui_source_window::location_matches_p) | |
4068 | (tui_source_window::maybe_update): Update. | |
4069 | ||
80df3337 TT |
4070 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4071 | ||
4072 | * tui/tui-regs.h (struct tui_data_window) <get_current_group>: | |
4073 | Update. | |
4074 | <m_regs_content, m_regs_column_count, m_current_group>: Add "m_" | |
4075 | prefix. | |
4076 | * tui/tui-regs.c (tui_data_window::last_regs_line_no) | |
4077 | (tui_data_window::line_from_reg_element_no) | |
4078 | (tui_data_window::first_reg_element_no_inline) | |
4079 | (tui_data_window::show_registers) | |
4080 | (tui_data_window::show_register_group) | |
4081 | (tui_data_window::display_registers_from) | |
4082 | (tui_data_window::display_registers_from_line) | |
4083 | (tui_data_window::first_data_item_displayed) | |
4084 | (tui_data_window::delete_data_content_windows) | |
4085 | (tui_data_window::erase_data_content) | |
4086 | (tui_data_window::do_scroll_vertical) | |
4087 | (tui_data_window::refresh_window) | |
4088 | (tui_data_window::check_register_values): Update. | |
4089 | ||
9923f347 TT |
4090 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4091 | ||
4092 | * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define. | |
4093 | (struct tui_locator_window) <full_name, proc_name>: Now | |
4094 | std::string. | |
4095 | * tui/tui-stack.c (tui_locator_window::make_status_line) | |
4096 | (tui_locator_window::set_locator_fullname) | |
4097 | (tui_locator_window::set_locator_info): Update. | |
4098 | * tui/tui-source.c (tui_source_window::set_contents) | |
4099 | (tui_source_window::showing_source_p): Update. | |
4100 | ||
b76251ab TT |
4101 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4102 | ||
4103 | * tui/tui-stack.c (tui_locator_window::set_locator_fullname): | |
4104 | Don't call tui_locator_win_info_ptr. | |
4105 | ||
0891be08 TT |
4106 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4107 | ||
4108 | * tui/tui-win.c (tui_resize_all): Don't call refresh. | |
4109 | ||
1b935acf TT |
4110 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4111 | ||
4112 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as | |
4113 | height for locator. | |
4114 | * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok. | |
4115 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
4116 | (show_source_or_disasm_and_command): Use 1 as height for locator. | |
4117 | ||
9abd8a65 TT |
4118 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4119 | ||
4120 | * tui/tui.c (tui_enable): Update. | |
4121 | * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen): | |
4122 | Update. | |
4123 | * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to): | |
4124 | Update. | |
4125 | * tui/tui-data.c (win_resized): Now bool. | |
4126 | (tui_win_resized): Return bool. | |
4127 | (tui_set_win_resized_to): Accept a bool. | |
4128 | ||
b5457826 TT |
4129 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4130 | ||
4131 | * tui/tui-regs.h (struct tui_data_window) <show_register_group>: | |
4132 | Change type of "refresh_values_only". | |
4133 | * tui/tui-regs.c (tui_data_window::show_register_group): Change | |
4134 | type of "refresh_values_only". | |
4135 | ||
6b915f7d TT |
4136 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4137 | ||
4138 | * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now | |
4139 | std::string. | |
4140 | (tui_disassemble): Add "pos" parameter. | |
4141 | (tui_disasm_window::set_contents): Simplify. | |
4142 | ||
2ad52f6f TT |
4143 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4144 | ||
4145 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4146 | <show_source_content>: Now private. | |
4147 | * tui/tui-winsource.c | |
4148 | (tui_source_window_base::show_source_content): Don't handle empty | |
4149 | content case. | |
4150 | ||
b3b1bde6 TT |
4151 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4152 | ||
4153 | * tui/tui-layout.c (show_source_disasm_command) | |
4154 | (show_source_or_disasm_and_command): Don't call | |
4155 | show_source_content. | |
4156 | ||
71a25ed2 TT |
4157 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4158 | ||
4159 | * tui/tui-stack.h (struct tui_locator_window) <make_status_line>: | |
4160 | Declare. | |
4161 | * tui/tui-stack.c (tui_locator_window::make_status_line): Rename | |
4162 | from tui_make_status_line. | |
4163 | (tui_locator_window::rerender): Update. | |
4164 | ||
f8532154 TT |
4165 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4166 | ||
4167 | * tui/tui-stack.c (tui_make_status_line): Return std::string. | |
4168 | (tui_locator_window::rerender): Update. | |
4169 | ||
2d81b349 TT |
4170 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4171 | ||
4172 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4173 | <~tui_source_window_base>: Don't declare. | |
4174 | <fullname>: Remove. | |
4175 | * tui/tui-winsource.c (~tui_source_window_base): Remove. | |
4176 | * tui/tui-source.h (struct tui_source_window) <fullname>: New | |
4177 | member. | |
4178 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
4179 | (tui_source_window::location_matches_p) | |
4180 | (tui_source_window::maybe_update): Update. | |
4181 | ||
f14bec58 TT |
4182 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4183 | ||
4184 | * tui/tui-winsource.h (~tui_source_element): Remove. | |
4185 | (tui_source_element): Update. | |
4186 | (struct tui_source_element) <line>: Now a unique_xmalloc_ptr. | |
4187 | * tui/tui-winsource.c (tui_show_source_line): Update. | |
4188 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
4189 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
4190 | ||
78d5933a TT |
4191 | 2019-09-20 Tom Tromey <tom@tromey.com> |
4192 | ||
4193 | * tui/tui-data.h (tui_clear_source_windows_detail): Don't | |
4194 | declare. | |
4195 | * tui/tui-layout.c (tui_add_win_to_layout): Don't call | |
4196 | tui_clear_source_windows_detail. | |
4197 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4198 | <clear_detail>: Don't declare. | |
4199 | * tui/tui-winsource.c (tui_source_window_base::clear_detail): | |
4200 | Remove. | |
4201 | * tui/tui-data.c (tui_clear_source_windows_detail): Remove. | |
4202 | ||
d4207696 TT |
4203 | 2019-09-20 Tom Tromey <tromey@adacore.com> |
4204 | ||
4205 | PR ada/24919: | |
4206 | * block.c (contained_in): Fix final return value. | |
4207 | ||
00f93c44 AM |
4208 | 2019-09-20 Alan Modra <amodra@gmail.com> |
4209 | ||
4210 | * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata. | |
4211 | * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names), | |
4212 | (read_indirect_string_from_dwz): Use bfd accessor. | |
4213 | * dwarf2read.h (struct dwz_file <filename>): Likewise. | |
4214 | * machoread.c (macho_symfile_read_all_oso): Likewise. | |
4215 | * solib.c (solib_bfd_open): Likewise. | |
4216 | ||
e4153ae6 CB |
4217 | 2019-09-19 Christian Biesinger <cbiesinger@google.com> |
4218 | ||
4219 | * eval.c: Move declaration of overload_resolution to... | |
4220 | * value.h: ...here. | |
4221 | ||
c7ae7675 CB |
4222 | 2019-09-19 Christian Biesinger <cbiesinger@google.com> |
4223 | ||
4224 | * arm-linux-nat.c: Remove extern declaration for arm_apcs_32. | |
4225 | * arm-linux-tdep.c: Likewise. | |
4226 | * arm-nbsd-nat.c: Likewise. | |
4227 | * arm-tdep.h: Declare arm_apcs_32. | |
4228 | * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h. | |
4229 | ||
e86f08d2 CB |
4230 | 2019-09-19 Christian Biesinger <cbiesinger@google.com> |
4231 | ||
4232 | * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble. | |
4233 | * dwarf2read.h: Declare dwarf_always_disassemble. | |
4234 | ||
f64e2f40 TV |
4235 | 2019-09-19 Tom de Vries <tdevries@suse.de> |
4236 | ||
4237 | PR gdb/25009 | |
4238 | * source-cache.c (source_cache::ensure): Catch exception thrown during | |
4239 | construction of the highlighter. | |
4240 | ||
fd361982 AM |
4241 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4242 | ||
4243 | * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c, | |
4244 | * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c, | |
4245 | * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c, | |
4246 | * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h, | |
4247 | * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c, | |
4248 | * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c, | |
4249 | * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c, | |
4250 | * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c, | |
4251 | * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c, | |
4252 | * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c, | |
4253 | * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c, | |
4254 | * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c, | |
4255 | * solib-spu.c, * solib-svr4.c, * solib-target.c, | |
4256 | * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c, | |
4257 | * symmisc.c, * symtab.c, * target.c, * windows-nat.c, | |
4258 | * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c, | |
4259 | * mi/mi-interp.c: Update throughout for bfd section macro and | |
4260 | function changes. | |
4261 | * gcore (gcore_create_callback): Use bfd_set_section_lma. | |
4262 | * spu-tdep.c (spu_overlay_new_objfile): Likewise. | |
4263 | ||
11061048 TT |
4264 | 2019-09-18 Tom Tromey <tom@tromey.com> |
4265 | ||
4266 | * NEWS: Add entry. | |
4267 | * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not | |
4268 | call rl_initialize. | |
4269 | (tui_enable): Do not call rl_initialize. | |
4270 | ||
7a27b85f CG |
4271 | 2019-09-18 Christian Groessler <chris@groessler.org> |
4272 | ||
4273 | * alpha-linux-nat.c: Include gdbarch.h. | |
4274 | ||
f64eea3a SM |
4275 | 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca> |
4276 | ||
4277 | * ui-file.c: Include cli/cli-style.h. | |
4278 | (term_cli_styling): Remove cli_styling declaration. | |
4279 | ||
e6f7f6d1 AM |
4280 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4281 | ||
4282 | * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section | |
4283 | to bfd_asymbol_section. | |
4284 | ||
1d38e9d1 AM |
4285 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4286 | ||
4287 | * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target. | |
4288 | * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise. | |
4289 | * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise. | |
4290 | ||
90d92a63 AM |
4291 | 2019-09-18 Alan Modra <amodra@gmail.com> |
4292 | ||
4293 | * solib-spu.c (spu_bfd_open): Use bfd_set_filename. | |
4294 | * spu-linux-nat.c (spu_bfd_open): Likewise. | |
4295 | ||
a3d181d2 CB |
4296 | 2019-09-18 Christian Biesinger <cbiesinger@google.com> |
4297 | ||
4298 | * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble | |
4299 | to bool to match definition in dwarf2read.c. | |
4300 | ||
491144b5 CB |
4301 | 2019-09-17 Christian Biesinger <cbiesinger@google.com> |
4302 | ||
4303 | * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool. | |
4304 | (print_signatures): Likewise. | |
4305 | (trust_pad_over_xvs): Likewise. | |
4306 | * arch/aarch64-insn.c (aarch64_debug): Likewise. | |
4307 | * arch/aarch64-insn.h (aarch64_debug): Likewise. | |
4308 | * arm-linux-nat.c (arm_apcs_32): Likewise. | |
4309 | * arm-linux-tdep.c (arm_apcs_32): Likewise. | |
4310 | * arm-nbsd-nat.c (arm_apcs_32): Likewise. | |
4311 | * arm-tdep.c (arm_debug): Likewise. | |
4312 | (arm_apcs_32): Likewise. | |
4313 | * auto-load.c (debug_auto_load): Likewise. | |
4314 | (auto_load_gdb_scripts): Likewise. | |
4315 | (global_auto_load): Likewise. | |
4316 | (auto_load_local_gdbinit): Likewise. | |
4317 | (auto_load_local_gdbinit_loaded): Likewise. | |
4318 | * auto-load.h (global_auto_load): Likewise. | |
4319 | (auto_load_local_gdbinit): Likewise. | |
4320 | (auto_load_local_gdbinit_loaded): Likewise. | |
4321 | * breakpoint.c (disconnected_dprintf): Likewise. | |
4322 | (breakpoint_proceeded): Likewise. | |
4323 | (automatic_hardware_breakpoints): Likewise. | |
4324 | (always_inserted_mode): Likewise. | |
4325 | (target_exact_watchpoints): Likewise. | |
4326 | (_initialize_breakpoint): Update. | |
4327 | * breakpoint.h (target_exact_watchpoints): Change to bool. | |
4328 | * btrace.c (maint_btrace_pt_skip_pad): Likewise. | |
4329 | * cli/cli-cmds.c (trace_commands): Likewise. | |
4330 | * cli/cli-cmds.h (trace_commands): Likewise. | |
4331 | * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument | |
4332 | to bool*. | |
4333 | * cli/cli-logging.c (logging_overwrite): Change to bool. | |
4334 | (logging_redirect): Likewise. | |
4335 | (debug_redirect): Likewise. | |
4336 | * cli/cli-option.h (option_def) <boolean>: Change return type to bool*. | |
4337 | (struct boolean_option_def) <get_var_address_cb_>: Change return type | |
4338 | to bool. | |
4339 | <boolean_option_def>: Update. | |
4340 | (struct flag_option_def): Change default type of Context to bool | |
4341 | from int. | |
4342 | <flag_option_def>: Change return type of var_address_cb_ to bool*. | |
4343 | * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*. | |
4344 | (get_setshow_command_value_string): Likewise. | |
4345 | * cli/cli-style.c (cli_styling): Change to bool. | |
4346 | (source_styling): Likewise. | |
4347 | * cli/cli-style.h (source_styling): Likewise. | |
4348 | (cli_styling): Likewise. | |
4349 | * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change | |
4350 | to bool. | |
4351 | * command.h (var_types): Update comment. | |
4352 | (add_setshow_boolean_cmd): Change int* var argument to bool*. | |
4353 | * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to | |
4354 | bool. | |
4355 | (debug_compile_cplus_scopes): Likewise. | |
4356 | * compile/compile-internal.h (compile_debug): Likewise. | |
4357 | * compile/compile.c (compile_debug): Likewise. | |
4358 | (struct compile_options) <raw>: Likewise. | |
4359 | * cp-support.c (catch_demangler_crashes): Likewise. | |
4360 | * cris-tdep.c (usr_cmd_cris_version_valid): Likewise. | |
4361 | (usr_cmd_cris_dwarf2_cfi): Likewise. | |
4362 | * csky-tdep.c (csky_debug): Likewise. | |
4363 | * darwin-nat.c (enable_mach_exceptions): Likewise. | |
4364 | * dcache.c (dcache_enabled_p): Likewise. | |
4365 | * defs.h (info_verbose): Likewise. | |
4366 | * demangle.c (demangle): Likewise. | |
4367 | (asm_demangle): Likewise. | |
4368 | * dwarf-index-cache.c (debug_index_cache): Likewise. | |
4369 | * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise. | |
4370 | * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise. | |
4371 | * dwarf2read.c (check_physname): Likewise. | |
4372 | (use_deprecated_index_sections): Likewise. | |
4373 | (dwarf_always_disassemble): Likewise. | |
4374 | * eval.c (overload_resolution): Likewise. | |
4375 | * event-top.c (set_editing_cmd_var): Likewise. | |
4376 | (exec_done_display_p): Likewise. | |
4377 | * event-top.h (set_editing_cmd_var): Likewise. | |
4378 | (exec_done_display_p): Likewise. | |
4379 | * exec.c (write_files): Likewise. | |
4380 | * fbsd-nat.c (debug_fbsd_lwp): Likewise | |
4381 | (debug_fbsd_nat): Likewise. | |
4382 | * frame.h (struct frame_print_options) <print_raw_frame_arguments>: | |
4383 | Likewise. | |
4384 | (struct set_backtrace_options) <backtrace_past_main>: Likewise. | |
4385 | <backtrace_past_entry> Likewise. | |
4386 | * gdb-demangle.h (demangle): Likewise. | |
4387 | (asm_demangle): Likewise. | |
4388 | * gdb_bfd.c (bfd_sharing): Likewise. | |
4389 | * gdbcore.h (write_files): Likewise. | |
4390 | * gdbsupport/common-debug.c (show_debug_regs): Likewise. | |
4391 | * gdbsupport/common-debug.h (show_debug_regs): Likewise. | |
4392 | * gdbthread.h (print_thread_events): Likewise. | |
4393 | * gdbtypes.c (opaque_type_resolution): Likewise. | |
4394 | (strict_type_checking): Likewise. | |
4395 | * gnu-nat.c (gnu_debug_flag): Likewise. | |
4396 | * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise. | |
4397 | * guile/scm-param.c (pascm_variable): Add boolval. | |
4398 | (add_setshow_generic): Update. | |
4399 | (pascm_param_value): Update. | |
4400 | (pascm_set_param_value_x): Update. | |
4401 | * hppa-tdep.c (hppa_debug): Change to bool.. | |
4402 | * infcall.c (may_call_functions_p): Likewise. | |
4403 | (coerce_float_to_double_p): Likewise. | |
4404 | (unwind_on_signal_p): Likewise. | |
4405 | (unwind_on_terminating_exception_p): Likewise. | |
4406 | * infcmd.c (startup_with_shell): Likewise. | |
4407 | * inferior.c (print_inferior_events): Likewise. | |
4408 | * inferior.h (startup_with_shell): Likewise. | |
4409 | (print_inferior_events): Likewise. | |
4410 | * infrun.c (step_stop_if_no_debug): Likewise. | |
4411 | (detach_fork): Likewise. | |
4412 | (debug_displaced): Likewise. | |
4413 | (disable_randomization): Likewise. | |
4414 | (non_stop): Likewise. | |
4415 | (non_stop_1): Likewise. | |
4416 | (observer_mode): Likewise. | |
4417 | (observer_mode_1): Likewise. | |
4418 | (set_observer_mode): Update. | |
4419 | (sched_multi): Change to bool. | |
4420 | * infrun.h (debug_displaced): Likewise. | |
4421 | (sched_multi): Likewise. | |
4422 | (step_stop_if_no_debug): Likewise. | |
4423 | (non_stop): Likewise. | |
4424 | (disable_randomization): Likewise. | |
4425 | * linux-tdep.c (use_coredump_filter): Likewise. | |
4426 | (dump_excluded_mappings): Likewise. | |
4427 | * linux-thread-db.c (auto_load_thread_db): Likewise. | |
4428 | (check_thread_db_on_load): Likewise. | |
4429 | * main.c (captured_main_1): Update. | |
4430 | * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt, | |
4431 | xx2_opt, boolean_opt>: Change to bool. | |
4432 | * maint-test-settings.c (maintenance_test_settings_boolean): Likewise. | |
4433 | * maint.c (maintenance_profile_p): Likewise. | |
4434 | (per_command_time): Likewise. | |
4435 | (per_command_space): Likewise. | |
4436 | (per_command_symtab): Likewise. | |
4437 | * memattr.c (inaccessible_by_default): Likewise. | |
4438 | * mi/mi-main.c (mi_async): Likewise. | |
4439 | (mi_async_1): Likewise. | |
4440 | * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise. | |
4441 | * nat/fork-inferior.h (startup_with_shell): Likewise. | |
4442 | * nat/linux-namespaces.c (debug_linux_namespaces): Likewise. | |
4443 | * nat/linux-namespaces.h (debug_linux_namespaces): Likewise. | |
4444 | * nios2-tdep.c (nios2_debug): Likewise. | |
4445 | * or1k-tdep.c (or1k_debug): Likewise. | |
4446 | * parse.c (parser_debug): Likewise. | |
4447 | * parser-defs.h (parser_debug): Likewise. | |
4448 | * printcmd.c (print_symbol_filename): Likewise. | |
4449 | * proc-api.c (procfs_trace): Likewise. | |
4450 | * python/py-auto-load.c (auto_load_python_scripts): Likewise. | |
4451 | * python/py-param.c (union parmpy_variable): Add "bool boolval" field. | |
4452 | (set_parameter_value): Update. | |
4453 | (add_setshow_generic): Update. | |
4454 | * python/py-value.c (copy_py_bool_obj): Change argument from int* | |
4455 | to bool*. | |
4456 | * python/python.c (gdbpy_parameter_value): Cast to bool* instead of | |
4457 | int*. | |
4458 | * ravenscar-thread.c (ravenscar_task_support): Change to bool. | |
4459 | * record-btrace.c (record_btrace_target::store_registers): Update. | |
4460 | * record-full.c (record_full_memory_query): Change to bool. | |
4461 | (record_full_stop_at_limit): Likewise. | |
4462 | * record-full.h (record_full_memory_query): Likewise. | |
4463 | * remote-notif.c (notif_debug): Likewise. | |
4464 | * remote-notif.h (notif_debug): Likewise. | |
4465 | * remote.c (use_range_stepping): Likewise. | |
4466 | (interrupt_on_connect): Likewise. | |
4467 | (remote_break): Likewise. | |
4468 | * ser-tcp.c (tcp_auto_retry): Likewise. | |
4469 | * ser-unix.c (serial_hwflow): Likewise. | |
4470 | * skip.c (debug_skip): Likewise. | |
4471 | * solib-aix.c (solib_aix_debug): Likewise. | |
4472 | * spu-tdep.c (spu_stop_on_load_p): Likewise. | |
4473 | (spu_auto_flush_cache_p): Likewise. | |
4474 | * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>: | |
4475 | Likewise. | |
4476 | (struct info_print_options) <quiet>: Likewise. | |
4477 | * symfile-debug.c (debug_symfile): Likewise. | |
4478 | * symfile.c (auto_solib_add): Likewise. | |
4479 | (separate_debug_file_debug): Likewise. | |
4480 | * symfile.h (auto_solib_add): Likewise. | |
4481 | (separate_debug_file_debug): Likewise. | |
4482 | * symtab.c (basenames_may_differ): Likewise. | |
4483 | (struct filename_partial_match_opts) <dirname, basename>: Likewise. | |
4484 | (struct info_print_options) <quiet, exclude_minsyms>: Likewise. | |
4485 | (struct info_types_options) <quiet>: Likewise. | |
4486 | * symtab.h (demangle): Likewise. | |
4487 | (basenames_may_differ): Likewise. | |
4488 | * target-dcache.c (stack_cache_enabled_1): Likewise. | |
4489 | (code_cache_enabled_1): Likewise. | |
4490 | * target.c (trust_readonly): Likewise. | |
4491 | (may_write_registers): Likewise. | |
4492 | (may_write_memory): Likewise. | |
4493 | (may_insert_breakpoints): Likewise. | |
4494 | (may_insert_tracepoints): Likewise. | |
4495 | (may_insert_fast_tracepoints): Likewise. | |
4496 | (may_stop): Likewise. | |
4497 | (auto_connect_native_target): Likewise. | |
4498 | (target_stop_and_wait): Update. | |
4499 | (target_async_permitted): Change to bool. | |
4500 | (target_async_permitted_1): Likewise. | |
4501 | (may_write_registers_1): Likewise. | |
4502 | (may_write_memory_1): Likewise. | |
4503 | (may_insert_breakpoints_1): Likewise. | |
4504 | (may_insert_tracepoints_1): Likewise. | |
4505 | (may_insert_fast_tracepoints_1): Likewise. | |
4506 | (may_stop_1): Likewise. | |
4507 | * target.h (target_async_permitted): Likewise. | |
4508 | (may_write_registers): Likewise. | |
4509 | (may_write_memory): Likewise. | |
4510 | (may_insert_breakpoints): Likewise. | |
4511 | (may_insert_tracepoints): Likewise. | |
4512 | (may_insert_fast_tracepoints): Likewise. | |
4513 | (may_stop): Likewise. | |
4514 | * thread.c (struct info_threads_opts) <show_global_ids>: Likewise. | |
4515 | (make_thread_apply_all_options_def_group): Change argument from int* | |
4516 | to bool*. | |
4517 | (thread_apply_all_command): Update. | |
4518 | (print_thread_events): Change to bool. | |
4519 | * top.c (confirm): Likewise. | |
4520 | (command_editing_p): Likewise. | |
4521 | (history_expansion_p): Likewise. | |
4522 | (write_history_p): Likewise. | |
4523 | (info_verbose): Likewise. | |
4524 | * top.h (confirm): Likewise. | |
4525 | (history_expansion_p): Likewise. | |
4526 | * tracepoint.c (disconnected_tracing): Likewise. | |
4527 | (circular_trace_buffer): Likewise. | |
4528 | * typeprint.c (print_methods): Likewise. | |
4529 | (print_typedefs): Likewise. | |
4530 | * utils.c (debug_timestamp): Likewise. | |
4531 | (sevenbit_strings): Likewise. | |
4532 | (pagination_enabled): Likewise. | |
4533 | * utils.h (sevenbit_strings): Likewise. | |
4534 | (pagination_enabled): Likewise. | |
4535 | * valops.c (overload_resolution): Likewise. | |
4536 | * valprint.h (struct value_print_options) <prettyformat_arrays, | |
4537 | prettyformat_structs, vtblprint, unionprint, addressprint, objectprint, | |
4538 | stop_print_at_null, print_array_indexes, deref_ref, static_field_print, | |
4539 | pascal_static_field_print, raw, summary, symbol_print, finish_print>: | |
4540 | Likewise. | |
4541 | * windows-nat.c (new_console): Likewise. | |
4542 | (cygwin_exceptions): Likewise. | |
4543 | (new_group): Likewise. | |
4544 | (debug_exec): Likewise. | |
4545 | (debug_events): Likewise. | |
4546 | (debug_memory): Likewise. | |
4547 | (debug_exceptions): Likewise. | |
4548 | (useshell): Likewise. | |
4549 | * windows-tdep.c (maint_display_all_tib): Likewise. | |
4550 | * xml-support.c (debug_xml): Likewise. | |
4551 | ||
f1b620e9 MG |
4552 | 2019-09-17 Mike Gulick <mgulick@mathworks.com> |
4553 | ||
4554 | * source.c (prepare_path_for_appending): New function. | |
4555 | (openp): Make use of new function. | |
4556 | (find_and_open_source): Search for the compilation directory and | |
4557 | source file as a relative path beneath the directory search path. | |
4558 | ||
67f3ed6a AB |
4559 | 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com> |
4560 | ||
4561 | * source-cache.c (source_cache::get_line_charpos): Catch | |
4562 | exceptions and return false, this matches the behaviour documented | |
4563 | in the header file. | |
4564 | ||
74332189 JB |
4565 | 2019-09-17 Joel Brobecker <brobecker@adacore.com> |
4566 | ||
4567 | * ada-tasks.c (info_task): Remove quoting of the task's name. | |
4568 | ||
f2f24aa9 CB |
4569 | 2019-09-16 Christian Biesinger <cbiesinger@google.com> |
4570 | ||
4571 | * symfile.c (auto_solib_add): Replace comment with a reference | |
4572 | to the header file. | |
4573 | ||
6a062a93 CB |
4574 | 2019-09-14 Christian Biesinger <cbiesinger@google.com> |
4575 | ||
4576 | * NEWS: Mention that gdb can now be compiled with Python 3 | |
4577 | on Windows. | |
4578 | ||
ec6c8338 AB |
4579 | 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com> |
4580 | ||
4581 | * maint.c (maint_print_section_data::maint_print_section_data): | |
4582 | Force use of 'float log10 (float)' by casting the argument to | |
4583 | float. | |
4584 | ||
aa17805f AB |
4585 | 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com> |
4586 | ||
4587 | * maint.c: Add 'cmath' include. | |
4588 | (struct maint_print_section_data): New structure. | |
4589 | (print_section_index): New function. | |
4590 | (print_bfd_section_info): Add header comment, small whitespace | |
4591 | cleanup, and update to call new print_section_index function. | |
4592 | (print_objfile_section_info): Likewise. | |
4593 | (maint_obj_section_from_bfd_section): New function. | |
4594 | (print_bfd_section_info_maybe_relocated): New function. | |
4595 | (maintenance_info_sections): Add header comment, always use | |
4596 | bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS. | |
4597 | ||
3dd9bb46 AB |
4598 | 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com> |
4599 | ||
4600 | * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more | |
4601 | inner scope, add check that the objfile has psymtabs before | |
4602 | checking psymtabs_addrmap. | |
4603 | * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment. | |
4604 | ||
4993045d PW |
4605 | 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
4606 | ||
4607 | * NEWS: Announce that Ada task names are now shown at more places, | |
4608 | and between quotes (except in info task output). | |
4609 | * gdb/ada-tasks.c (task_to_str): New function. | |
4610 | (display_current_task_id): Call task_to_str. | |
4611 | (task_command_1): Likewise. | |
4612 | (print_ada_task_info): In non-mi mode, Properly align headers and data | |
4613 | when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR). | |
4614 | ||
7a289707 RO |
4615 | 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> |
4616 | ||
4617 | * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from | |
4618 | prstatus.pr_lwp.pr_info instead of making it up. | |
4619 | ||
f2aec7f6 CB |
4620 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4621 | ||
4622 | * auto-load.c (auto_load_expand_dir_vars): Update. | |
4623 | * defs.h (gdb_datadir): Change to std::string. | |
4624 | (python_libdir): Likewise. | |
4625 | (relocate_gdb_directory): Change return type to std::string. | |
4626 | * guile/guile.c (gdbscm_data_directory): Update. | |
4627 | (initialize_scheme_side): Update. | |
4628 | * jit.c (jit_reader_dir): Change to std::string. | |
4629 | (jit_reader_load_command): Update. | |
4630 | * main.c (gdb_datadir): Change to std::string. | |
4631 | (python_libdir): Likewise. | |
4632 | (set_gdb_data_directory): Update. | |
4633 | (relocate_path): Change to return std::string. | |
4634 | (relocate_gdb_directory): Change to return std::string. | |
4635 | (relocate_gdbinit_path_maybe_in_datadir): Update. | |
4636 | (captured_main_1): Update. | |
4637 | * python/python.c (do_start_initialization): Update. | |
4638 | * top.c (show_gdb_datadir): Update. | |
4639 | * xml-syscall.c (xml_init_syscalls_info): Update. | |
4640 | (init_syscalls_info): Update. | |
4641 | ||
9224a013 CB |
4642 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4643 | ||
4644 | * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code | |
4645 | out of get_init_files. | |
4646 | (get_init_files): Update. | |
4647 | ||
f48cd836 CB |
4648 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4649 | ||
4650 | * main.c (get_init_files): Change to use std::string. | |
4651 | (captured_main_1): Update. | |
4652 | (print_gdb_help): Update. | |
4653 | ||
9cab7ecd AT |
4654 | 2019-09-11 Ali Tamur <tamur@google.com> |
4655 | ||
4656 | *gdb/target-float.c (host_float_ops<T>::to_longest): Update | |
4657 | implementation. | |
4658 | ||
67547d89 CB |
4659 | 2019-09-11 Christian Biesinger <cbiesinger@google.com> |
4660 | ||
4661 | * dbxread.c (read_dbx_symtab): Update. | |
4662 | * dwarf2read.c (load_partial_dies): Update. | |
4663 | * mdebugread.c (parse_partial_symbols): Update. | |
4664 | (handle_psymbol_enumerators): Update. | |
4665 | * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool. | |
4666 | * psymtab.c (add_psymbol_to_bcache): Likewise. | |
4667 | (add_psymbol_to_list): Likewise. | |
4668 | * symtab.c (symbol_set_names): Likewise. | |
4669 | * symtab.h (symbol_set_names): Likewise. | |
4670 | * xcoffread.c (scan_xcoff_symtab): Update. | |
4671 | ||
64b2d4a0 TT |
4672 | 2019-09-11 Tom Tromey <tom@tromey.com> |
4673 | ||
4674 | * symfile-mem.c (symbol_file_add_from_memory): Use | |
4675 | bfd_set_filename. | |
4676 | * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename. | |
4677 | * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename. | |
4678 | ||
3b00ef10 TT |
4679 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4680 | ||
4681 | * dwarf-index-write.c (write_psymbols): Extend error message. | |
4682 | (debug_names::insert): Add Ada code. | |
4683 | (debug_names::write_psymbols): Remove Ada check. | |
4684 | (debug_names) <m_string_obstack>: New member. | |
4685 | * dwarf2read.c (gdb_index_symbol_name_matcher): Remove. | |
4686 | (gdb_index_symbol_name_matcher::matches): Remove. | |
4687 | (mapped_index_base::find_name_components_bounds): Add "lang" | |
4688 | parameter. | |
4689 | (mapped_index_base::build_name_components): Also split names | |
4690 | according to Ada syntax. | |
4691 | (dw2_expand_symtabs_matching_symbol): Loop over languages. Change | |
4692 | type of "match_callback". | |
4693 | (check_match, check_find_bounds_finds) | |
4694 | (dw2_expand_symtabs_matching): Update. | |
4695 | (dw2_debug_names_iterator): Add new constructor. | |
4696 | (dw2_debug_names_map_matching_symbols): New function. | |
4697 | (dw2_debug_names_expand_symtabs_matching): Update. | |
4698 | (dwarf2_debug_names_functions): Use | |
4699 | dw2_debug_names_map_matching_symbols. | |
4700 | ||
aa391654 TT |
4701 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4702 | ||
4703 | * dwarf2read.c (dw2_get_file_names_reader): Add the | |
4704 | CU's file name to the results. | |
4705 | ||
b054970d TT |
4706 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4707 | ||
4708 | * ada-lang.c (add_nonlocal_symbols): Combine calls to | |
4709 | map_matching_symbols. Update. | |
4710 | * dwarf2read.c (dw2_map_matching_symbols): Update. | |
4711 | * psymtab.c (match_partial_symbol): Change type; update. | |
4712 | (psym_map_matching_symbols): Likewise. | |
4713 | * symfile-debug.c (debug_qf_map_matching_symbols): Change | |
4714 | type; update. | |
4715 | * symfile.h (struct quick_symbol_functions) | |
4716 | <map_matching_symbols>: Change "name" to be a lookup_name_info. | |
4717 | Remove "match". | |
4718 | ||
6a3dbf1b TT |
4719 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4720 | ||
4721 | * psymtab.c (map_block): Remove. | |
4722 | (psym_map_matching_symbols): Use iterate_over_symbols_terminated. | |
4723 | * symtab.c (iterate_over_symbols_terminated): New function. | |
4724 | * symtab.c (iterate_over_symbols_terminated): Declare. | |
4725 | ||
6969f124 TT |
4726 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4727 | ||
4728 | * ada-lang.c (ada_iterate_over_symbols): Return bool. | |
4729 | * language.h (struct language_defn) <la_iterate_over_symbols>: | |
4730 | Return bool. | |
4731 | * symtab.c (iterate_over_symbols): Return bool. | |
4732 | * symtab.h (iterate_over_symbols): Return bool. | |
4733 | ||
199b4314 TT |
4734 | 2019-09-10 Tom Tromey <tromey@adacore.com> |
4735 | ||
4736 | * ada-lang.c (aux_add_nonlocal_symbols): Change type. | |
4737 | (add_nonlocal_symbols): Update. | |
4738 | * dwarf2read.c (dw2_map_matching_symbols): Change type. | |
4739 | * psymtab.c (map_block, psym_map_matching_symbols): Change type. | |
4740 | * symfile-debug.c (debug_qf_map_matching_symbols): Change type. | |
4741 | * symfile.h (struct quick_symbol_functions) <map_matching_symbols>: | |
4742 | Change type of "callback". Remove "data". | |
4743 | ||
a084a2a6 AT |
4744 | |
4745 | 2019-09-09 Ali Tamur <tamur@google.com> | |
4746 | ||
4747 | * dwarf2read.c (comp_unit_head): Update comment. | |
4748 | (dwarf2_dwo_name): New function declaration. | |
4749 | (dwarf_unit_type_name): New function declaration. | |
4750 | (read_comp_unit_head): Add support for new compilation units, | |
4751 | DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type. | |
4752 | Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id | |
4753 | (currently named as "signature") in their header. Also clarify error | |
4754 | messages. | |
4755 | (lookup_dwo_id): New function. Returns the dwo id of the given | |
4756 | compile unit. | |
4757 | (lookup_dwo_unit): Use the new lookup_dwo_id function. | |
4758 | (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id | |
4759 | functions. | |
4760 | (create_dwo_cu_reader): Use the added lookup_dwo_id function. | |
4761 | (dwarf2_dwo_name): Get the dwo name if present. | |
4762 | (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic | |
4763 | purposes. | |
4764 | ||
25a2915e TT |
4765 | 2019-09-09 Tom Tromey <tom@tromey.com> |
4766 | ||
4767 | * tui/tui-win.c (tui_all_windows_info): Use ui_out. | |
4768 | ||
e4df0874 PW |
4769 | 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
4770 | ||
4771 | * python/python.c (do_start_initialization): Make progname_copy static, | |
4772 | to avoid a leak report. | |
4773 | ||
8634b462 TT |
4774 | 2019-09-08 Tom Tromey <tom@tromey.com> |
4775 | ||
4776 | * tui/tui-wingeneral.c (box_win): Truncate long window titles. | |
4777 | ||
c7f839cb SM |
4778 | 2019-09-07 Simon Marchi <simon.marchi@efficios.com> |
4779 | ||
4780 | * dwarf2read.c (struct dw2_symtab_iterator) <block_index>: | |
4781 | Change type to gdb::optional<block_enum>. | |
4782 | (dw2_symtab_iter_init): Change block_index parameter type | |
4783 | to gdb::optional<block_enum>. | |
4784 | (dw2_lookup_symbol): Change block_index parameter | |
4785 | type to block_enum.c | |
4786 | (dw2_debug_names_lookup_symbol): Likewise. | |
4787 | * psymtab.c (psym_lookup_symbol): Likewise. | |
4788 | * symfile-debug.c (debug_qf_lookup_symbol): Likewise. | |
4789 | * symfile.h (struct quick_symbol_functions) <lookup_symbol>: | |
4790 | Likewise. | |
4791 | ||
ead0e69a CB |
4792 | 2019-09-06 Christian Biesinger <cbiesinger@google.com> |
4793 | ||
4794 | * defs.h (relocate_gdb_directory): Change int to bool in | |
4795 | signature and rename flag to relocatable. | |
4796 | * main.c (relocate_path): Likewise. | |
4797 | (relocate_gdb_directory): Likewise. | |
4798 | ||
b16c44de AM |
4799 | 2019-09-06 Alan Modra <amodra@gmail.com> |
4800 | ||
4801 | * coffread.c (coff_symfile_read): Constify filename variable. | |
4802 | * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs), | |
4803 | (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise. | |
4804 | * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise. | |
4805 | * solib.c (reload_shared_libraries_1): Likewise. | |
4806 | * symfile.c (reread_symbols): Likewise. | |
4807 | * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename. | |
4808 | * solib-darwin.c (darwin_bfd_open): Likewise. | |
4809 | * symfile-mem.c (symbol_file_add_from_memory): Likewise. | |
4810 | ||
06ff036e AB |
4811 | 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com> |
4812 | ||
4813 | * psymtab.c (print_partial_symbols): Handle missing domain_enum | |
4814 | values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN. | |
4815 | ||
4e962e74 TT |
4816 | 2019-09-03 Tom Tromey <tromey@adacore.com> |
4817 | ||
4818 | * ada-valprint.c (ada_val_print_num): Don't recurse for range | |
4819 | types. | |
4820 | (has_negatives): Unbias a range type bound. | |
4821 | * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias. | |
4822 | * gdbtypes.c (operator==): Handle new field. | |
4823 | (create_range_type): Add "bias" parameter. | |
4824 | (create_static_range_type, resolve_dynamic_range): Update. | |
4825 | * gdbtypes.h (struct range_bounds) <bias>: New member. | |
4826 | (create_range_type): Add bias parameter. | |
4827 | * printcmd.c (print_scalar_formatted): Unbias range types. | |
4828 | * value.c (unpack_long): Unbias range types. | |
4829 | (pack_long): Bias range types. | |
4830 | ||
d90b8f26 AH |
4831 | 2019-09-02 Alan Hayward <alan.hayward@arm.com> |
4832 | ||
4833 | * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all | |
4834 | probe arguments. | |
4835 | ||
fe01123e AH |
4836 | 2019-09-02 Alan Hayward <alan.hayward@arm.com> |
4837 | ||
4838 | * break-catch-throw.c (fetch_probe_arguments): Use gdbarch. | |
4839 | * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise. | |
4840 | * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg) | |
4841 | (compile_probe_arg): Likewise. | |
4842 | * probe.h (get_argument_count): Likewise. | |
4843 | * solib-svr4.c (solib_event_probe_action): Likewise. | |
4844 | * stap-probe.c (stap_probe::get_argument_count): Likewise. | |
4845 | ||
e661ef01 AH |
4846 | 2019-09-02 Alan Hayward <alan.hayward@arm.com> |
4847 | ||
4848 | * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move | |
4849 | code to here... | |
4850 | (svr4_create_solib_event_breakpoints): ...from here. | |
4851 | ||
47a536d9 SDJ |
4852 | 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com> |
4853 | ||
4854 | * nat/fork-inferior.c (trace_start_error): Remove "\nError: " | |
4855 | suffix from warning message. | |
4856 | ||
d6a00eba TT |
4857 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4858 | ||
4859 | * tui/tui-winsource.h (struct tui_source_window_base) | |
4860 | <refresh_all>: Don't declare. | |
4861 | * tui/tui-winsource.c (tui_source_window_base::refresh_all): | |
4862 | Remove. | |
4863 | * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or | |
4864 | tui_show_locator_content. | |
4865 | * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't | |
4866 | declare. | |
4867 | * tui/tui-regs.c (tui_data_window::refresh_all): Remove. | |
4868 | * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't | |
4869 | declare. | |
4870 | ||
55b2657b TT |
4871 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4872 | ||
4873 | * tui/tui-io.c (tui_cont_sig): Don't call wrefresh. | |
4874 | ||
12a8555a TT |
4875 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4876 | ||
4877 | * tui/tui-stack.c (_initialize_tui_stack): Move later. | |
4878 | Remove unnecessary forward declarations. | |
4879 | ||
900ac242 TT |
4880 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4881 | ||
4882 | * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call | |
4883 | rerender. | |
4884 | (tui_update_locator_fullname, tui_show_frame_info): Don't call | |
4885 | tui_show_locator_content. | |
4886 | ||
99ab33fb TT |
4887 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4888 | ||
4889 | * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite. | |
4890 | (tui_locator_window::rerender): Rewrite using body of previous | |
4891 | tui_show_locator_content. | |
4892 | ||
e594a5d1 TT |
4893 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4894 | ||
4895 | * tui/tui-stack.h (struct tui_locator_window) <set_locator_info, | |
4896 | set_locator_fullname>: New methods. | |
4897 | * tui/tui-stack.c (tui_locator_window::set_locator_fullname): | |
4898 | Rename from tui_set_locator_fullname. | |
4899 | (tui_locator_window::set_locator_info): Rename from | |
4900 | tui_set_locator_info. Return bool. | |
4901 | (tui_update_locator_fullname, tui_show_frame_info): Update. | |
4902 | ||
715bb467 TT |
4903 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4904 | ||
4905 | * tui/tui-layout.c (show_layout): Don't call tui_refresh_all. | |
4906 | ||
772f3f03 TT |
4907 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4908 | ||
4909 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't | |
4910 | call touchwin. | |
4911 | ||
108e13ab TT |
4912 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4913 | ||
4914 | * tui/tui-wingeneral.c (box_win): Assume win_info and | |
4915 | win_info->handle cannot be NULL. | |
4916 | ||
cdaa6eb4 TT |
4917 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4918 | ||
4919 | * tui/tui-regs.h (struct tui_data_item_window) <rerender, | |
4920 | refresh_window>: Declare. | |
4921 | * tui/tui-regs.c (tui_data_window::display_registers_from): Call | |
4922 | resize. | |
4923 | (tui_data_item_window::rerender): Rename from | |
4924 | tui_display_register. | |
4925 | (tui_data_item_window::refresh_window): New method. | |
4926 | * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on | |
4927 | no-op. | |
4928 | ||
89df7f90 TT |
4929 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4930 | ||
4931 | * tui/tui-regs.h (struct tui_data_window) <regs_content, | |
4932 | regs_column_count, current_group>: Move later. Now private. | |
4933 | <get_current_group>: New method. | |
4934 | * tui/tui-regs.c (tui_reg_command): Update. | |
4935 | * tui/tui-layout.c (tui_set_layout): Update. | |
4936 | ||
1bf2866a TT |
4937 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4938 | ||
4939 | * tui/tui-regs.c (tui_data_window::display_registers_from_line) | |
4940 | (tui_data_window::rerender): Don't call | |
4941 | check_and_display_highlight_if_needed. | |
4942 | (tui_data_window::refresh_all): Remove call to | |
4943 | erase_data_content. | |
4944 | ||
0670413d TT |
4945 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4946 | ||
4947 | * tui/tui-regs.c (tui_data_window::last_regs_line_no) | |
4948 | (tui_data_window::display_registers_from) | |
4949 | (tui_data_window::display_reg_element_at_line) | |
4950 | (tui_data_window::display_registers_from_line): Remove checks of | |
4951 | "empty". | |
4952 | ||
18bb55c7 TT |
4953 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4954 | ||
4955 | * tui/tui-regs.h (struct tui_data_window) <display_all_data>: | |
4956 | Don't declare. | |
4957 | * tui/tui-regs.c (tui_data_window::show_registers): Call | |
4958 | rerender. | |
4959 | (tui_data_window::rerender): Rename from display_all_data. | |
4960 | (tui_data_window::rerender): Remove old implementation. | |
4961 | ||
1f6d2f10 TT |
4962 | 2019-08-30 Tom Tromey <tom@tromey.com> |
4963 | ||
4964 | * tui/tui-regs.c (tui_data_window::display_all_data): Change | |
4965 | text. | |
4966 | * tui/tui-data.h (NO_DATA_STRING): Remove define. | |
4967 | ||
16d01f9c BW |
4968 | 2019-08-29 Bernhard Wodok <barto@gmx.net> |
4969 | Sergio Durigan Junior <sergiodj@redhat.com> | |
4970 | ||
4971 | PR win32/24284 | |
4972 | * mingw-hdep.c (gdb_select): Handle case when 'n' is zero. | |
4973 | ||
d8f27c60 AB |
4974 | 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com> |
4975 | ||
4976 | * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols | |
4977 | when searching for types. | |
4978 | ||
1f20c35e AB |
4979 | 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com> |
4980 | ||
4981 | * f-lang.c (f_language_defn): Use f_print_typedef. | |
4982 | * f-lang.h (f_print_typedef): Declare. | |
4983 | * f-typeprint.c (f_print_typedef): Define. | |
4984 | ||
550105b7 CB |
4985 | 2019-08-27 Christian Biesinger <cbiesinger@google.com> |
4986 | ||
4987 | * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1). | |
4988 | ||
4acfdd20 AB |
4989 | 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com> |
4990 | ||
4991 | * cli/cli-utils.c (info_print_options_defs): Delete. | |
4992 | (make_info_print_options_def_group): Delete. | |
4993 | (extract_info_print_options): Delete. | |
4994 | (info_print_command_completer): Delete. | |
4995 | (info_print_args_help): Add extra parameter, and optionally | |
4996 | include text about -n flag. | |
4997 | * cli/cli-utils.h (struct info_print_options): Delete. | |
4998 | (extract_info_print_options): Delete declaration. | |
4999 | (info_print_command_completer): Delete declaration. | |
5000 | (info_print_args_help): Add extra parameter, extend header | |
5001 | comment. | |
5002 | * python/python.c (gdbpy_rbreak): Pass additional parameter to | |
5003 | search_symbols. | |
5004 | * stack.c (struct info_print_options): New type. | |
5005 | (info_print_options_defs): New file scoped variable. | |
5006 | (make_info_print_options_def_group): New static function. | |
5007 | (info_print_command_completer): New static function. | |
5008 | (info_locals_command): Update to use new local functions. | |
5009 | (info_args_command): Likewise. | |
5010 | (_initialize_stack): Add extra parameter to calls to | |
5011 | info_print_args_help. | |
5012 | * symtab.c (search_symbols): Add extra parameter, use this to | |
5013 | possibly excluse non-debug symbols. | |
5014 | (symtab_symbol_info): Add extra parameter, which is passed on to | |
5015 | search_symbols. | |
5016 | (struct info_print_options): New type. | |
5017 | (info_print_options_defs): New file scoped variable. | |
5018 | (make_info_print_options_def_group): New static function. | |
5019 | (info_print_command_completer): New static function. | |
5020 | (info_variables_command): Update to use local functions, and pass | |
5021 | extra parameter through to symtab_symbol_info. | |
5022 | (info_functions_command): Likewise. | |
5023 | (info_types_command): Pass additional argument through to | |
5024 | symtab_symbol_info. | |
5025 | (rbreak_command): Pass extra argument to search_symbols. | |
5026 | (_initialize_symtab): Add extra arguments for calls to | |
5027 | info_print_args_help, and update help text for 'info variables', | |
5028 | 'whereis', and 'info functions' commands. | |
5029 | * symtab.h (search_symbols): Add extra argument to declaration. | |
5030 | * NEWS: Mention new flags. | |
5031 | ||
9aa55206 CB |
5032 | 2019-08-26 Christian Biesinger <cbiesinger@google.com> |
5033 | ||
5034 | * symtab.c (lookup_static_symbol): Call the new function (and move | |
5035 | it down to be next to lookup_global_symbol). | |
5036 | (struct global_sym_lookup_data): Add block_enum member and rename to... | |
5037 | (struct global_or_static_sym_lookup_data): ...this. | |
5038 | (lookup_symbol_global_iterator_cb): Pass block_index instead of | |
5039 | GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to... | |
5040 | (lookup_symbol_global_or_static_iterator_cb): ...this. | |
5041 | (lookup_global_or_static_symbol): New function. | |
5042 | (lookup_global_symbol): Call new function. | |
5043 | ||
5c31b358 TV |
5044 | 2019-08-26 Tom de Vries <tdevries@suse.de> |
5045 | ||
5046 | PR c++/24852 | |
5047 | * break-catch-throw.c (fetch_probe_arguments): Improve error mesage | |
5048 | when pc_probe.prob == NULL. | |
5049 | ||
23c13d42 SM |
5050 | 2019-08-25 Simon Marchi <simon.marchi@efficios.com> |
5051 | ||
5052 | * dwarf2read.c (dw2_debug_names_iterator::next): Rename local | |
5053 | variable symbol_linkage to symbol_linkage_. | |
5054 | ||
beadd3e8 SM |
5055 | 2019-08-25 Simon Marchi <simon.marchi@efficios.com> |
5056 | ||
5057 | * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to | |
5058 | represent whether the symbol is static, dynamic, or we don't | |
5059 | know. | |
5060 | ||
e3ec872f YS |
5061 | 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp> |
5062 | ||
5063 | * gdb/rx-tdep.c (rx_register_names): New. | |
5064 | (rx_register_name): Delete. | |
5065 | (rx_psw_type): Delete. | |
5066 | (rx_fpsw_type): Delete. | |
5067 | (rx_register_type): Delete. | |
5068 | (rx_gdbarch_init): Convert target-descriptions. | |
5069 | (_initialize_rx_tdep): Add initialize_tdesc_rx. | |
5070 | * gdb/features/Makefile: Add rx.xml. | |
5071 | * gdb/features/rx.xml: New. | |
5072 | * gdb/features/rx.c: Generated. | |
5073 | * gdb/NEWS: Mention target description support. | |
5074 | ||
d0509ba4 CB |
5075 | 2019-08-22 Christian Biesinger <cbiesinger@google.com> |
5076 | ||
5077 | * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and | |
5078 | *slot_ptr. | |
5079 | ||
2d41fa11 SDJ |
5080 | 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com> |
5081 | ||
5082 | * configure.ac: Don't check for 'dlfcn.h' (moved to | |
5083 | gdbsupport/common.m4). | |
5084 | * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to | |
5085 | 'gdbsupport/'. | |
5086 | (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'. | |
5087 | * compile/compile-c-support.c: Include | |
5088 | 'gdbsupport/gdb-dlfcn.h'. | |
5089 | * gdbsupport/common.m4: Check for 'dlfcn.h'. | |
5090 | * gdb-dlfcn.c: Move to... | |
5091 | * gdbsupport/gdb-dlfcn.c: ... here. | |
5092 | * gdb-dlfcn.h: Move to... | |
5093 | * gdbsupport/gdb-dlfcn.h: ... here. | |
5094 | ||
de8af808 SL |
5095 | 2019-08-23 Sandra Loosemore <sandra@codesourcery.com> |
5096 | ||
5097 | * nios2-tdep.c (struct reg_value): Improve comments. Make | |
5098 | the offset field signed. | |
5099 | ||
27204489 CB |
5100 | 2019-08-22 Christian Biesinger <cbiesinger@google.com> |
5101 | ||
5102 | * python/lib/gdb/__init__.py (_execute_file): New function. | |
5103 | * python/python.c (python_run_simple_file): Call gdb._execute_file | |
5104 | on Windows. | |
5105 | ||
43771869 AB |
5106 | 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com> |
5107 | ||
5108 | * f-exp.y (yylex): Remove is_a_field_of_this local variable, and | |
5109 | all uses as this was never set to anything but a zero value. | |
5110 | ||
26c957f1 PA |
5111 | 2019-08-21 Bogdan Harjoc <harjoc@gmail.com> |
5112 | ||
5113 | * cli/cli-cmds.c (with_command_1): Error out if no arguments. | |
5114 | ||
c07aae6e CB |
5115 | 2019-08-21 Christian Biesinger <cbiesinger@google.com> |
5116 | ||
5117 | * tui/tui-data.h (tui_gen_win_info): Add an =default | |
5118 | move constructor, required by some GCC versions. | |
5119 | ||
3960cb7a JF |
5120 | 2019-08-21 Jinke Fan <fanjinke51@yeah.net> |
5121 | ||
5122 | * go32-nat.c (go32_sysinfo): Add hygon_p. | |
5123 | ||
04c72a68 TT |
5124 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5125 | ||
5126 | * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no, | |
5127 | line_from_reg_element_no, first_reg_element_no_inline, | |
5128 | display_all_data, delete_data_content_windows, | |
5129 | erase_data_content>: Now private. | |
5130 | ||
072272ce TT |
5131 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5132 | ||
5133 | * tui/tui-wingeneral.c (box_win): Change type of highlight_flag. | |
5134 | (tui_unhighlight_win, tui_highlight_win) | |
5135 | (tui_win_info::make_window): Update. | |
5136 | * tui/tui-data.h (HILITE, NO_HILITE): Remove. | |
5137 | ||
973961bd TT |
5138 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5139 | ||
5140 | * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX) | |
5141 | (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH) | |
5142 | (MAX_PID_WIDTH): Move to tui-stack.c. | |
5143 | * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX) | |
5144 | (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH) | |
5145 | (MAX_PID_WIDTH): Move from tui-data.h. | |
5146 | ||
ab0e1f1a TT |
5147 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5148 | ||
5149 | * tui/tui-wingeneral.h (tui_make_window): Don't declare. | |
5150 | * tui/tui-wingeneral.c (box_win): Change type of win_info. | |
5151 | (box_win): Update. | |
5152 | (tui_gen_win_info::make_window): Rename from tui_make_window. | |
5153 | (tui_win_info::make_window): New method. | |
5154 | (tui_gen_win_info::make_visible): Update. | |
5155 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
5156 | * tui/tui-regs.c (tui_data_window::show_register_group): Update. | |
5157 | (tui_data_window::display_registers_from): Update. | |
5158 | * tui/tui-layout.c (tui_gen_win_info::resize): Update. | |
5159 | * tui/tui-data.h (struct tui_gen_win_info) <make_window>: | |
5160 | Declare. | |
5161 | <can_box>: Remove. | |
5162 | <title>: Remove. | |
5163 | (struct tui_win_info) <make_window>: Declare. | |
5164 | <can_box>: Now virtual. | |
5165 | <title>: New member. | |
5166 | * tui/tui-data.c (~tui_gen_win_info): Don't free title. | |
5167 | * tui/tui-command.c (tui_cmd_window::resize): Update. | |
5168 | ||
100c2bf3 TT |
5169 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5170 | ||
5171 | * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove. | |
5172 | * tui/tui-regs.c (tui_data_window::show_registers): Update. | |
5173 | (tui_data_window::check_register_values): Update. | |
5174 | ||
fa4dc567 TT |
5175 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5176 | ||
5177 | * tui/tui-regs.h (struct tui_data_window): Use | |
5178 | DISABLE_COPY_AND_ASSIGN. | |
5179 | <regs_content>: Change type, removing unique_ptr. | |
5180 | <tui_data_window>: Add move constructor. | |
5181 | * tui/tui-regs.c (tui_data_window::show_registers) | |
5182 | (tui_data_window::show_register_group) | |
5183 | (tui_data_window::display_registers_from) | |
5184 | (tui_data_window::display_registers_from) | |
5185 | (tui_data_window::first_data_item_displayed) | |
5186 | (tui_data_window::delete_data_content_windows) | |
5187 | (tui_data_window::rerender, tui_data_window::refresh_window) | |
5188 | (tui_data_window::check_register_values): Update. | |
5189 | ||
ca02d7c8 TT |
5190 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5191 | ||
5192 | * tui/tui-regs.h (struct tui_data_window) <show_registers, | |
5193 | show_register_group>: Declare. | |
5194 | (tui_show_register_group): Don't declare. | |
5195 | * tui/tui-regs.c (tui_data_window::show_registers): Rename from | |
5196 | tui_show_registers. | |
5197 | (tui_data_window::show_register_group): Rename from | |
5198 | tui_show_register_group. | |
5199 | (tui_data_window::check_register_values, tui_reg_command): | |
5200 | Update. | |
5201 | * tui/tui-layout.c (tui_set_layout): Update. | |
5202 | ||
63356bfd TT |
5203 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5204 | ||
5205 | * tui/tui-regs.h (struct tui_data_window) <check_register_values>: | |
5206 | Declare. | |
5207 | (tui_check_register_values): Don't declare. | |
5208 | * tui/tui-regs.c (tui_data_window::check_register_values): Rename | |
5209 | from tui_check_register_values. | |
5210 | * tui/tui-hooks.c (tui_register_changed): Update. | |
5211 | ||
42cc14a7 TT |
5212 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5213 | ||
5214 | * tui/tui-regs.c (tui_reg_layout): Move later. | |
5215 | (tui_show_registers): Don't enable TUI mode or change layout. | |
5216 | ||
b9ad3686 TT |
5217 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5218 | ||
5219 | * tui/tui-regs.h (struct tui_data_item_window) | |
5220 | <~tui_data_item_window>: Remove. | |
5221 | <content>: Now a unique_xmalloc_ptr. | |
5222 | * tui/tui-regs.c (tui_register_format): Return a | |
5223 | unique_xmalloc_ptr. | |
5224 | (tui_get_register): Update. | |
5225 | (~tui_data_item_window): Remove. | |
5226 | (tui_data_window::display_registers_from, tui_display_register): | |
5227 | Update. | |
5228 | * tui/tui-io.h (tui_expand_tabs): Update. | |
5229 | * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr. | |
5230 | Remove "col" parameter. | |
5231 | ||
8e114aab TT |
5232 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5233 | ||
5234 | * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove | |
5235 | field. | |
5236 | * tui/tui-regs.c (~tui_data_item_window): Update. | |
5237 | ||
1a4f81dd TT |
5238 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5239 | ||
5240 | * tui/tui-regs.c (tui_register_format, tui_get_register): Move | |
5241 | earlier. | |
5242 | ||
0f8d8876 TT |
5243 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5244 | ||
5245 | * tui/tui-regs.c (tui_reg_command): Remove NULL check. | |
5246 | ||
605dc2c2 TT |
5247 | 2019-08-20 Tom Tromey <tom@tromey.com> |
5248 | ||
5249 | * tui/tui-source.h (struct tui_source_window): Update. | |
5250 | * tui/tui-regs.c (tui_show_registers): Update. | |
5251 | * tui/tui-disasm.h (struct tui_disasm_window): Update. | |
5252 | * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING) | |
5253 | (NO_REGS_STRING): Remove defines. | |
5254 | ||
aedbe3bb CM |
5255 | 2019-08-20 Conrad Meyer <cem@FreeBSD.org> |
5256 | ||
5257 | * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid | |
5258 | unnecessary thread walk if remote doesn't support the packet. | |
5259 | ||
7ce8f214 TT |
5260 | 2019-08-19 Tom Tromey <tromey@adacore.com> |
5261 | ||
5262 | * python/py-value.c (value_has_field): Fix indentation. | |
5263 | ||
f21c2bd7 TT |
5264 | 2019-08-19 Tom Tromey <tromey@adacore.com> |
5265 | ||
5266 | * printcmd.c (do_one_display, info_display_command): Update. | |
5267 | * block.h (contained_in): Return bool. Add allow_nested | |
5268 | parameter. | |
5269 | * block.c (contained_in): Return bool. Add allow_nested | |
5270 | parameter. | |
5271 | ||
d806ea2d TT |
5272 | 2019-08-19 Tom Tromey <tom@tromey.com> |
5273 | ||
5274 | * configure: Rebuild. | |
5275 | * configure.ac: Disallow the combination of -static-libstdc++ and | |
5276 | source highlight. | |
5277 | * source-cache.c (get_language_name): Handle rust. | |
5278 | (source_cache::get_source_lines): Ignore highlighting exceptions. | |
5279 | ||
398fdd60 TT |
5280 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5281 | ||
5282 | * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove. | |
5283 | * tui/tui-winsource.h (struct tui_exec_info_window): Remove. | |
5284 | (struct tui_source_window_base) <make_visible, refresh_window, | |
5285 | resize>: Remove methods. | |
5286 | <execution_info>: Remove field. | |
5287 | * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content) | |
5288 | (tui_show_source_line, tui_source_window_base) | |
5289 | (~tui_source_window_base): Update. | |
5290 | (tui_source_window_base::resize) | |
5291 | (tui_source_window_base::make_visible) | |
5292 | (tui_source_window_base::refresh_window): Remove. | |
5293 | (tui_source_window_base::update_exec_info): Update. | |
5294 | * tui/tui-source.c (tui_source_window::set_contents): Update. | |
5295 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Update. | |
5296 | ||
e699d331 TT |
5297 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5298 | ||
5299 | * tui/tui-hooks.c (tui_remove_hooks): Don't set | |
5300 | deprecated_query_hook. | |
5301 | ||
bb01dbfc TT |
5302 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5303 | ||
5304 | * tui/tui-winsource.c (tui_update_source_windows_with_addr) | |
5305 | (tui_update_source_windows_with_line): Update. | |
5306 | * tui/tui-source.h (struct tui_source_window) | |
5307 | <show_symtab_source>: Declare. | |
5308 | (tui_show_symtab_source): Don't declare. | |
5309 | * tui/tui-source.c (tui_show_symtab_source): Rename from | |
5310 | tui_show_symtab_source. | |
5311 | ||
81c82c4b TT |
5312 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5313 | ||
5314 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5315 | <set_contents>: Declare. | |
5316 | * tui/tui-winsource.c | |
5317 | (tui_source_window_base::update_source_window_as_is): Update. | |
5318 | * tui/tui-source.h (struct tui_source_window) <set_contents>: | |
5319 | Declare. | |
5320 | (tui_set_source_content): Don't declare. | |
5321 | * tui/tui-source.c (tui_source_window::set_contents): Rename from | |
5322 | tui_set_source_content. | |
5323 | * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>: | |
5324 | Declare. | |
5325 | (tui_set_disassem_content): Don't declare. | |
5326 | * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from | |
5327 | tui_set_disassem_content. | |
5328 | ||
2ddaf614 TT |
5329 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5330 | ||
5331 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5332 | <update_breakpoint_info>: Declare. | |
5333 | (tui_update_breakpoint_info): Don't declare. | |
5334 | * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is) | |
5335 | (tui_update_all_breakpoint_info): Update. | |
5336 | (tui_source_window_base::update_breakpoint_info): Rename from | |
5337 | tui_update_breakpoint_info. | |
5338 | (tui_source_window_base::update_exec_info): Update. | |
5339 | ||
017f9828 TT |
5340 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5341 | ||
5342 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5343 | <update_source_window>: Declare. | |
5344 | (tui_update_source_window): Don't declare. | |
5345 | * tui/tui-winsource.c | |
5346 | (tui_source_window_base::update_source_window): Rename from | |
5347 | tui_update_source_window. | |
5348 | (tui_source_window_base::rerender): Update. | |
5349 | * tui/tui-source.c (tui_source_window::maybe_update): Update. | |
5350 | * tui/tui-disasm.c (tui_show_disassem) | |
5351 | (tui_show_disassem_and_update_source) | |
5352 | (tui_disasm_window::maybe_update): Update. | |
5353 | ||
ed8358e9 TT |
5354 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5355 | ||
5356 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5357 | <update_source_window_as_is>: Declare. | |
5358 | (tui_update_source_window_as_is): Don't declare. | |
5359 | * tui/tui-winsource.c (tui_update_source_window): Update | |
5360 | (tui_source_window_base::update_source_window_as_is): Rename from | |
5361 | tui_update_source_window_as_is. | |
5362 | (tui_source_window_base::refill): Update. | |
5363 | * tui/tui-source.c (tui_show_symtab_source): Update. | |
5364 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): | |
5365 | Update. | |
5366 | ||
20149b6b TT |
5367 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5368 | ||
5369 | * tui/tui-winsource.h (tui_update_source_window) | |
5370 | (tui_update_source_window_as_is): Remove "noerror" parameter. | |
5371 | * tui/tui-winsource.c (tui_update_source_window) | |
5372 | (tui_update_source_window_as_is): Remove "noerror" parameter. | |
5373 | (tui_update_source_windows_with_addr) | |
5374 | (tui_update_source_windows_with_line) | |
5375 | (tui_source_window_base::rerender) | |
5376 | (tui_source_window_base::refill): Update. | |
5377 | * tui/tui-source.h (tui_set_source_content) | |
5378 | (tui_show_symtab_source): Remove "noerror" parameter. | |
5379 | * tui/tui-source.c (tui_set_source_content): Remove "noerror" | |
5380 | parameter. | |
5381 | (tui_show_symtab_source): Likewise. | |
5382 | (tui_source_window::maybe_update): Update. | |
5383 | * tui/tui-disasm.c (tui_show_disassem) | |
5384 | (tui_show_disassem_and_update_source) | |
5385 | (tui_disasm_window::do_scroll_vertical) | |
5386 | (tui_disasm_window::maybe_update): Update. | |
5387 | ||
2d83e710 TT |
5388 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5389 | ||
5390 | * tui/tui.c (tui_is_window_visible): Update. | |
5391 | * tui/tui-wingeneral.c (tui_make_window) | |
5392 | (tui_gen_win_info::make_visible, tui_refresh_all): Update. | |
5393 | * tui/tui-win.c (window_name_completer, tui_refresh_all_win) | |
5394 | (tui_set_focus_command, tui_all_windows_info, update_tab_width) | |
5395 | (tui_set_win_height_command, parse_scrolling_args): Update. | |
5396 | * tui/tui-source.c (tui_source_window::style_changed): Update. | |
5397 | * tui/tui-regs.c (tui_show_registers) | |
5398 | (tui_data_window::first_data_item_displayed) | |
5399 | (tui_data_window::delete_data_content_windows) | |
5400 | (tui_check_register_values, tui_reg_command): Update. | |
5401 | * tui/tui-disasm.c (tui_show_disassem): Update. | |
5402 | * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New | |
5403 | method. | |
5404 | <is_visible>: Remove field. | |
5405 | * tui/tui-data.c (tui_next_win, tui_prev_win) | |
5406 | (tui_delete_invisible_windows): Update. | |
5407 | ||
d4ab829a TT |
5408 | 2019-08-16 Tom Tromey <tom@tromey.com> |
5409 | ||
5410 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5411 | <m_has_locator>: Remove. | |
5412 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
5413 | (show_source_or_disasm_and_command): Update. | |
5414 | ||
aa7ca1bb AH |
5415 | 2019-08-16 Alan Hayward <alan.hayward@arm.com> |
5416 | ||
5417 | * NEWS (Other MI changes): New subsection. | |
5418 | * aarch64-tdep.c (aarch64_get_pc_address_flags): New function. | |
5419 | (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags. | |
5420 | * arch-utils.c (default_get_pc_address_flags): New function. | |
5421 | * arch-utils.h (default_get_pc_address_flags): New declaration. | |
5422 | * gdbarch.sh: Add get_pc_address_flags. | |
5423 | * gdbarch.c: Regenerate. | |
5424 | * gdbarch.h: Likewise. | |
5425 | * stack.c (print_pc): New function. | |
5426 | (print_frame_info) (print_frame): Call print_pc. | |
5427 | ||
6eac171f TV |
5428 | 2019-08-16 Tom de Vries <tdevries@suse.de> |
5429 | ||
5430 | * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using | |
5431 | print_objfile_section_info. | |
5432 | ||
3df505f6 TT |
5433 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5434 | ||
5435 | * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before | |
5436 | calling update_cmdwin_start_line. | |
5437 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5438 | <do_make_visible_with_new_height, set_new_height>: Don't declare. | |
5439 | <rerender>: Declare. | |
5440 | * tui/tui-winsource.c (tui_source_window_base::update_tab_width): | |
5441 | Call rerender. | |
5442 | (tui_source_window_base::set_new_height): Remove. | |
5443 | (tui_source_window_base::rerender): Rename from | |
5444 | do_make_visible_with_new_height. | |
5445 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use | |
5446 | resize method. | |
5447 | (tui_win_info::make_invisible_and_set_new_height) | |
5448 | (tui_win_info::make_visible_with_new_height): Remove. | |
5449 | * tui/tui-stack.h (struct tui_locator_window) <rerender>: | |
5450 | Declare. | |
5451 | * tui/tui-stack.c (tui_locator_window::rerender): New method. | |
5452 | * tui/tui-regs.h (struct tui_data_window) <set_new_height, | |
5453 | do_make_visible_with_new_height>: Don't declare. | |
5454 | <rerender>: Declare. | |
5455 | * tui/tui-regs.c (tui_data_window::rerender): Rename from | |
5456 | set_new_height. | |
5457 | (tui_data_window::do_make_visible_with_new_height): Remove. | |
5458 | * tui/tui-layout.c (show_source_disasm_command, show_data): Don't | |
5459 | call tui_show_locator_content. | |
5460 | (tui_gen_win_info::resize): Call rerender. | |
5461 | (show_source_or_disasm_and_command): Don't call | |
5462 | tui_show_locator_content. | |
5463 | * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New | |
5464 | method. | |
5465 | (struct tui_win_info) <rerender>: Declare. | |
5466 | <set_new_height, make_invisible_and_set_new_height, | |
5467 | make_visible_with_new_height>: Don't declare. | |
5468 | * tui/tui-data.c (tui_win_list::rerender): New method. | |
5469 | * tui/tui-command.h (struct tui_cmd_window) | |
5470 | <do_make_visible_with_new_height>: Don't declare. | |
5471 | * tui/tui-command.c | |
5472 | (tui_cmd_window::do_make_visible_with_new_height): Remove. | |
5473 | ||
272560b5 TT |
5474 | 2019-08-15 Tom Tromey <tromey@adacore.com> |
5475 | ||
5476 | * ada-exp.y (convert_char_literal): Handle "Q%c" encoding. | |
5477 | * ada-lang.c (ada_enum_name): Likewise. | |
5478 | ||
08235187 CB |
5479 | 2019-08-15 Christian Biesinger <cbiesinger@google.com> |
5480 | ||
5481 | * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a | |
5482 | leading underscore. | |
5483 | (GdbOutputErrorFile): Likewise. | |
5484 | (global scope): Adjust constructor calls to GdbOutput{,Error}File | |
5485 | accordingly. | |
5486 | (execute_unwinders): Rename to have a leading underscore. | |
5487 | (auto_load_packages): Likewise. | |
5488 | (global scope): Adjust call to auto_load_packages accordingly. | |
5489 | (GdbSetPythonDirectory): Likewise. | |
5490 | * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders | |
5491 | instead of execute_unwinders. | |
5492 | ||
db502012 TT |
5493 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5494 | ||
5495 | * tui/tui-layout.c (show_layout, show_source_disasm_command) | |
5496 | (show_data): Don't change window visibility. | |
5497 | (tui_gen_win_info::resize): Remove special case for command | |
5498 | window. Use wresize, when available. | |
5499 | (show_source_or_disasm_and_command): Don't change window | |
5500 | visibility. | |
5501 | * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare. | |
5502 | <make_visible>: New method. | |
5503 | * tui/tui-command.c (tui_cmd_window::resize): New method. | |
5504 | ||
3891b65e TT |
5505 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5506 | ||
5507 | * tui/tui-winsource.h (struct tui_source_window_iterator): New. | |
5508 | (struct tui_source_windows): New. | |
5509 | * tui/tui-winsource.c (tui_display_main): Update. | |
5510 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
5511 | (new_height_ok, parse_scrolling_args): Update. | |
5512 | * tui/tui-layout.c (show_layout, show_data): Update. | |
5513 | * tui/tui-data.h (tui_source_windows, tui_clear_source_windows) | |
5514 | (tui_add_to_source_windows): Don't declare. | |
5515 | * tui/tui-data.c (source_windows, tui_source_windows) | |
5516 | (tui_clear_source_windows, tui_add_to_source_windows): Remove. | |
5517 | ||
ee556432 TT |
5518 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5519 | ||
5520 | * tui/tui-winsource.h (struct tui_source_window_base) <resize>: | |
5521 | Rename from reset. | |
5522 | * tui/tui-winsource.c (tui_source_window_base::resize): Rename. | |
5523 | * tui/tui-layout.c (show_source_disasm_command, show_data): | |
5524 | Update. | |
5525 | (tui_gen_win_info::resize): Rename. | |
5526 | (show_source_or_disasm_and_command): Update. | |
5527 | * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from | |
5528 | reset. | |
5529 | ||
46f438e3 TT |
5530 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5531 | ||
5532 | * tui/tui-stack.c (tui_initialize_static_data): Remove. | |
5533 | * tui/tui-interp.c (tui_interp::init): Don't call | |
5534 | tui_initialize_static_data. | |
5535 | * tui/tui-data.h (tui_initialize_static_data): Don't declare. | |
5536 | ||
f4ce562c TT |
5537 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5538 | ||
5539 | * tui/tui-layout.c (tui_default_win_viewport_height): Don't | |
5540 | examine tui_win_list. | |
5541 | ||
c398c3d0 TT |
5542 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5543 | ||
5544 | * tui/tui-winsource.h (tui_clear_source_content): Don't declare. | |
5545 | * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call | |
5546 | tui_clear_source_content. | |
5547 | (tui_clear_source_content): Remove. | |
5548 | (tui_source_window_base::do_erase_source_content): Hoist call to | |
5549 | content.clear(). | |
5550 | * tui/tui-stack.c (tui_show_frame_info): Don't call | |
5551 | tui_clear_source_content. | |
5552 | ||
e25d2004 TT |
5553 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5554 | ||
5555 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5556 | <do_erase_source_content>: New method. | |
5557 | <erase_source_content>: New method. | |
5558 | (tui_erase_source_content): Don't declare. | |
5559 | * tui/tui-winsource.c (tui_clear_source_content): Update. | |
5560 | (tui_source_window_base::do_erase_source_content): Rename from | |
5561 | tui_erase_source_content. | |
5562 | (tui_source_window_base::show_source_content): Update. | |
5563 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update. | |
5564 | * tui/tui-source.h (struct tui_source_window) | |
5565 | <erase_source_content>: New method. | |
5566 | * tui/tui-disasm.h (struct tui_disasm_window) | |
5567 | <erase_source_content>: New method. | |
5568 | ||
002f15c2 TT |
5569 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5570 | ||
5571 | * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare. | |
5572 | (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move | |
5573 | constructor. | |
5574 | * tui/tui-winsource.c (tui_alloc_source_buffer): Remove. | |
5575 | * tui/tui-source.c (tui_set_source_content): Update. | |
5576 | * tui/tui-disasm.c (tui_set_disassem_content): Update. | |
5577 | ||
c9033fe8 TT |
5578 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5579 | ||
5580 | * tui/tui-winsource.h (tui_line_is_displayed): Don't declare. | |
5581 | * tui/tui-winsource.c (tui_line_is_displayed): Move to | |
5582 | tui-source.c. | |
5583 | * tui/tui-source.h (struct tui_source_window) <line_is_displayed>: | |
5584 | Declare. | |
5585 | * tui/tui-source.c (tui_source_window::line_is_displayed): New | |
5586 | method. | |
5587 | (tui_source_window::maybe_update): Update. | |
5588 | ||
088f37dd TT |
5589 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5590 | ||
5591 | * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare. | |
5592 | * tui/tui-winsource.c (tui_addr_is_displayed): Move to | |
5593 | tui-disasm.c. | |
5594 | * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>: | |
5595 | Declare. | |
5596 | * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New | |
5597 | method. | |
5598 | (tui_disasm_window::maybe_update): Update. | |
5599 | ||
a54700c6 TT |
5600 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5601 | ||
5602 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5603 | <maybe_update>: Declare. | |
5604 | * tui/tui-stack.c (tui_show_frame_info): Call maybe_update | |
5605 | method. | |
5606 | * tui/tui-source.h (struct tui_source_window) <maybe_update>: | |
5607 | Declare. | |
5608 | * tui/tui-source.c (tui_source_window::maybe_update): New method. | |
5609 | * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>: | |
5610 | Declare. | |
5611 | * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method. | |
5612 | ||
e2a678a5 TT |
5613 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5614 | ||
5615 | * tui/tui-stack.c (tui_make_status_line): Use string constructor. | |
5616 | ||
f2dda477 TT |
5617 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5618 | ||
5619 | * tui/tui-wingeneral.c: Include tui-stack.h. | |
5620 | * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN) | |
5621 | (struct tui_locator_window): Move from tui-data.h. | |
5622 | * tui/tui-stack.c (_locator, tui_locator_win_info_ptr) | |
5623 | (tui_initialize_static_data): Move from tui-data.c. | |
5624 | * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN) | |
5625 | (struct tui_locator_window): Move to tui-stack.c. | |
5626 | * tui/tui-data.c (_locator, tui_locator_win_info_ptr) | |
5627 | (tui_initialize_static_data): Move to tui-stack.c. | |
5628 | ||
ed4a1084 TT |
5629 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5630 | ||
5631 | * tui/tui-layout.c (show_source_disasm_command) | |
5632 | (show_source_or_disasm_and_command): Use make_visible method, not | |
5633 | tui_make_window. | |
5634 | * tui/tui-command.h (struct tui_cmd_window) <make_visible>: | |
5635 | Remove. | |
5636 | ||
65962b20 TT |
5637 | 2019-08-15 Tom Tromey <tom@tromey.com> |
5638 | ||
5639 | * tui/tui-wingeneral.h (tui_make_window): Update. | |
5640 | * tui/tui-wingeneral.c (tui_make_window): Remove "box_it" | |
5641 | parameter. | |
5642 | (tui_gen_win_info::make_visible): Update. | |
5643 | * tui/tui-regs.c (tui_data_window::display_registers_from): | |
5644 | Update. | |
5645 | * tui/tui-layout.c (show_source_disasm_command) | |
5646 | (show_source_or_disasm_and_command): Update. | |
5647 | * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method. | |
5648 | (enum tui_box): Remove. | |
5649 | (struct tui_win_info) <can_box>: New method. | |
5650 | * tui/tui-command.h (struct tui_cmd_window) <can_box>: New | |
5651 | method. | |
5652 | ||
2208ee91 TV |
5653 | 2019-08-15 Tom de Vries <tdevries@suse.de> |
5654 | ||
5655 | * linux-nat-trad.c: Include gdbarch.h. | |
5656 | ||
75faf5c4 AH |
5657 | 2019-08-14 Alan Hayward <alan.hayward@arm.com> |
5658 | ||
5659 | * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid | |
5660 | register sizes. | |
5661 | ||
b1c896b3 TT |
5662 | 2019-08-14 Tom Tromey <tromey@adacore.com> |
5663 | ||
5664 | * darwin-nat.c: Include gdbarch.h. | |
5665 | * darwin-nat-info.c: Include gdbarch.h. | |
5666 | ||
6405cd73 TT |
5667 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5668 | ||
5669 | * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>: | |
5670 | Remove. | |
5671 | * tui/tui-data.c (tui_initialize_static_data): Update. | |
5672 | ||
5216580d TT |
5673 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5674 | ||
5675 | * tui/tui-winsource.h (struct tui_exec_info_window) | |
5676 | <~tui_exec_info_window, maybe_allocate_content, get_content, | |
5677 | m_content>: Remove. | |
5678 | (struct tui_source_window_base) <set_exec_info_content, | |
5679 | show_exec_info_content>: Don't declare. | |
5680 | * tui/tui-winsource.c | |
5681 | (tui_exec_info_window::maybe_allocate_content): Remove. | |
5682 | (tui_source_window_base::update_exec_info): Rename from | |
5683 | set_exec_info_content. | |
5684 | (tui_source_window_base::show_exec_info_content) | |
5685 | (tui_source_window_base::update_exec_info): Remove. | |
5686 | ||
93858ad3 TT |
5687 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5688 | ||
5689 | * tui/tui-winsource.h (tui_clear_exec_info_content): Don't | |
5690 | declare. | |
5691 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
5692 | (tui_update_source_windows_with_addr, tui_erase_source_content): | |
5693 | Update. | |
5694 | (tui_clear_exec_info_content): Remove. | |
5695 | ||
e321e7ce TT |
5696 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5697 | ||
5698 | * tui/tui-winsource.h (tui_erase_exec_info_content): Don't | |
5699 | declare. | |
5700 | * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't | |
5701 | call tui_erase_exec_info_content. | |
5702 | (tui_clear_exec_info_content): Rename from | |
5703 | tui_erase_exec_info_content. | |
5704 | (tui_clear_exec_info_content): Delete. | |
5705 | ||
8270ac62 TT |
5706 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5707 | ||
5708 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5709 | <show_exec_info_content>: Declare. | |
5710 | (tui_show_exec_info_content): Don't declare. | |
5711 | * tui/tui-winsource.c | |
5712 | (tui_source_window_base::show_exec_info_content): Rename from | |
5713 | tui_show_exec_info_content. | |
5714 | (tui_source_window_base::update_exec_info): Update. | |
5715 | ||
7b56485d TT |
5716 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5717 | ||
5718 | * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element) | |
5719 | (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS) | |
5720 | (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ... | |
5721 | * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct | |
5722 | tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS) | |
5723 | (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content): | |
5724 | ... here. | |
5725 | ||
7ba913dc TT |
5726 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5727 | ||
5728 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5729 | <update_exec_info>: Declare. | |
5730 | (tui_update_exec_info): Don't declare. | |
5731 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
5732 | (tui_source_window_base::refresh_all) | |
5733 | (tui_update_all_breakpoint_info): Update. | |
5734 | (tui_source_window_base::update_exec_info): Rename from | |
5735 | tui_update_exec_info. | |
5736 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
5737 | ||
37a4a131 TT |
5738 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5739 | ||
5740 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5741 | <set_exec_info_content>: Declare. | |
5742 | (tui_set_exec_info_content): Don't declare. | |
5743 | * tui/tui-winsource.c | |
5744 | (tui_source_window_base::set_exec_info_content): Rename from | |
5745 | tui_set_exec_info_content. | |
5746 | (tui_update_exec_info): Update. | |
5747 | ||
0bd27e07 TT |
5748 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5749 | ||
5750 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5751 | <show_source_content>: Declare. | |
5752 | (tui_show_source_content): Don't declare. | |
5753 | * tui/tui-winsource.c (tui_update_source_window_as_is): Update. | |
5754 | (tui_source_window_base::show_source_content): Rename from | |
5755 | tui_show_source_content. | |
5756 | (tui_source_window_base::refresh_all): Update. | |
5757 | * tui/tui-layout.c (show_source_disasm_command) | |
5758 | (show_source_or_disasm_and_command): Update. | |
5759 | ||
b4ef5aeb TT |
5760 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5761 | ||
5762 | * tui/tui-winsource.c (tui_erase_source_content) | |
5763 | (tui_show_source_content, tui_source_window_base::refresh_all): | |
5764 | Update. | |
5765 | * tui/tui-wingeneral.h | |
5766 | (tui_check_and_display_highlight_if_needed): Don't declare. | |
5767 | * tui/tui-wingeneral.c | |
5768 | (tui_win_info::check_and_display_highlight_if_needed): Rename from | |
5769 | check_and_display_highlight_if_needed. | |
5770 | * tui/tui-win.c (tui_rehighlight_all) | |
5771 | (tui_win_info::make_visible_with_new_height): Update. | |
5772 | * tui/tui-regs.c (tui_data_window::display_registers_from_line) | |
5773 | (tui_data_window::erase_data_content) | |
5774 | (tui_data_window::display_all_data): Update. | |
5775 | * tui/tui-data.h (struct tui_win_info) | |
5776 | <check_and_display_highlight_if_needed>: Declare. | |
5777 | ||
fede5273 TT |
5778 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5779 | ||
5780 | * tui/tui-win.c (tui_resize_all): Call | |
5781 | tui_delete_invisible_windows. | |
5782 | * tui/tui-layout.c (show_layout): Call | |
5783 | tui_delete_invisible_windows. | |
5784 | * tui/tui-data.h (tui_delete_invisible_windows): Declare. | |
5785 | * tui/tui-data.c (tui_delete_invisible_windows): New function. | |
5786 | ||
22c3f490 TT |
5787 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5788 | ||
5789 | * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call | |
5790 | tui_add_win_to_layout. | |
5791 | ||
16cb7910 TT |
5792 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5793 | ||
5794 | * tui/tui-layout.h (tui_default_win_height): Don't declare. | |
5795 | * tui/tui-layout.c (tui_default_win_height): Now static. | |
5796 | ||
cc0c3ffb TT |
5797 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5798 | ||
5799 | * tui/tui-layout.c (show_layout): Unify all layout cases into a | |
5800 | single switch. | |
5801 | (show_source_disasm_command, show_source_or_disasm_and_command): | |
5802 | Don't check current layout. | |
5803 | ||
3f3ffe54 TT |
5804 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5805 | ||
5806 | * tui/tui-wingeneral.c (make_all_visible): Remove. | |
5807 | (tui_make_all_invisible): Simplify. | |
5808 | * tui/tui-layout.c (tui_make_all_invisible): Move from | |
5809 | tui-wingeneral.c; simplify. | |
5810 | (show_layout): Hoist call to tui_make_all_invisible. | |
5811 | (show_data): Don't call tui_make_all_invisible. | |
5812 | ||
69258091 TT |
5813 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5814 | ||
5815 | * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare. | |
5816 | * tui/tui-wingeneral.c (tui_make_all_visible): Remove. | |
5817 | ||
62cf57fe TT |
5818 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5819 | ||
5820 | * tui/tui-layout.c (current_layout, tui_current_layout): Move from | |
5821 | tui-data.c. | |
5822 | (show_source_disasm_command, show_data) | |
5823 | (show_source_or_disasm_and_command): Don't use | |
5824 | tui_set_current_layout_to. | |
5825 | * tui/tui-data.h (tui_set_current_layout_to): Don't declare. | |
5826 | * tui/tui-data.c (current_layout, tui_current_layout): Move to | |
5827 | tui-layout.c. | |
5828 | (tui_set_current_layout_to): Remove. | |
5829 | ||
2afade5d TT |
5830 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5831 | ||
5832 | * tui/tui-layout.c (tui_set_layout): Update. | |
5833 | * tui/tui-data.h (struct tui_layout_def): Remove. | |
5834 | (tui_layout_def): Don't declare. | |
5835 | * tui/tui-data.c (layout_def): Remove. | |
5836 | (tui_layout_def): Remove. | |
5837 | ||
a3504e96 TT |
5838 | 2019-08-13 Tom Tromey <tom@tromey.com> |
5839 | ||
5840 | * tui/tui-winsource.h (struct tui_source_window_base) | |
5841 | <clear_detail>: No longer "override". | |
5842 | * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove. | |
5843 | * tui/tui-regs.c (tui_data_window::clear_detail): Remove. | |
5844 | * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove. | |
5845 | * tui/tui-command.h (struct tui_cmd_window) <clear_detail>: | |
5846 | Remove. | |
5847 | * tui/tui-command.c (tui_cmd_window::clear_detail): Remove. | |
5848 | ||
29c92911 TT |
5849 | 2019-08-13 Tom Tromey <tromey@adacore.com> |
5850 | ||
5851 | * tracepoint.c: Don't include readline.h or history.h. | |
5852 | ||
86c6b807 TT |
5853 | 2019-08-12 Tom Tromey <tom@tromey.com> |
5854 | ||
5855 | * configure: Rebuild. | |
5856 | * configure.ac: Check for readline 7. | |
5857 | * NEWS: Mention readline 7 requirement. | |
5858 | * README: Update. | |
5859 | ||
5db2718c TT |
5860 | 2019-08-12 Tom Tromey <tom@tromey.com> |
5861 | ||
5862 | * mingw-hdep.c (gdb_select): Remove readline hack. | |
5863 | ||
dac36daf PFC |
5864 | 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com> |
5865 | ||
5866 | * blockframe.c (find_pc_partial_function): Set *block to nullptr | |
5867 | when the function fails. | |
5868 | ||
1022c627 AA |
5869 | 2019-08-09 Andreas Arnez <arnez@linux.ibm.com> |
5870 | ||
5871 | * s390-tdep.c (s390_type_align): New function. | |
5872 | (s390_gdbarch_init): Set it as type_align gdbarch method. | |
5873 | ||
eba4caf2 TV |
5874 | 2019-08-09 Tom de Vries <tdevries@suse.de> |
5875 | ||
5876 | PR gdb/24591 | |
5877 | * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and | |
5878 | pc_low with relocation offset. | |
5879 | ||
123cd851 TT |
5880 | 2019-08-07 Tom Tromey <tromey@adacore.com> |
5881 | ||
5882 | * stack.c (print_frame_arg, read_frame_local, read_frame_arg) | |
5883 | (print_frame_args): Update. | |
5884 | * python/py-framefilter.c (py_print_single_arg, enumerate_args): | |
5885 | Update. | |
5886 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
5887 | * frame.h (struct frame_arg): Add initializers. | |
5888 | <error>: Now a unique_xmalloc_ptr. | |
5889 | ||
3d31bc39 AH |
5890 | 2019-08-07 Alan Hayward <alan.hayward@arm.com> |
5891 | ||
5892 | * NEWS: Expand the Pointer Authentication entry. | |
5893 | * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this. | |
5894 | (aarch64_frame_unmask_lr): ... to this. | |
5895 | (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register): | |
5896 | Call aarch64_frame_unmask_lr. | |
5897 | * frame.c (struct frame_info): Add "masked" variable. | |
5898 | (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions. | |
5899 | (fprint_frame): Check for masked pc. | |
5900 | * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New | |
5901 | declarations. | |
5902 | * python/py-framefilter.c (py_print_frame): Check for masked pc. | |
5903 | * stack.c (print_frame): Check for masked pc. | |
5904 | ||
0cf9feb9 TT |
5905 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5906 | ||
5907 | * stabsread.c (patch_block_stabs, read_one_struct_field) | |
5908 | (read_enum_type): Use obstack_strndup. | |
5909 | * rust-exp.y (rust_parser::copy_name): Use obstack_strndup. | |
5910 | * gdb_obstack.h (obstack_strndup): Use obstack_strndup. | |
5911 | * dwarf2read.c (guess_full_die_structure_name) | |
5912 | (anonymous_struct_prefix): Use obstack_strndup. | |
5913 | * dbxread.c (cp_set_block_scope): Use obstack_strndup. | |
5914 | * c-exp.y (yylex): Use obstack_strndup. | |
5915 | * ada-exp.y (write_object_renaming, write_ambiguous_var) | |
5916 | (write_var_or_type): Use obstack_strndup. | |
5917 | ||
efba19b0 TT |
5918 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5919 | ||
5920 | * symfile.c (reread_symbols): Use obstack_strdup. | |
5921 | * stabsread.c (read_type): Use obstack_strdup. | |
5922 | * gdb_obstack.h (obstack_strdup): New overload. | |
5923 | * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1) | |
5924 | (create_dwo_unit_in_dwp_v2, build_error_marker_type) | |
5925 | (dwarf2_canonicalize_name): Use obstack_strdup. | |
5926 | * dbxread.c (read_dbx_symtab): Use obstack_strdup. | |
5927 | * cp-support.c (inspect_type, replace_typedefs_qualified_name): | |
5928 | Use obstack_strdup. | |
5929 | ||
f25102f7 TT |
5930 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5931 | ||
5932 | * gdb_obstack.h (obstack_strdup): Define. | |
5933 | * gdb_obstack.c (obstack_strdup): Don't define. | |
5934 | ||
021887d8 TT |
5935 | 2019-08-06 Tom Tromey <tom@tromey.com> |
5936 | ||
5937 | * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use | |
5938 | obstack_strdup. | |
5939 | * typeprint.c (typedef_hash_table::find_global_typedef): Use | |
5940 | obstack_strdup. | |
5941 | * symfile.c (allocate_compunit_symtab): Use obstack_strdup. | |
5942 | * stabsread.c (common_block_start): Use obstack_strdup. | |
5943 | * objfiles.c (set_objfile_main_name, objfile): Use | |
5944 | obstack_strdup. | |
5945 | * namespace.c (add_using_directive): Use obstack_strdup. | |
5946 | * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup. | |
5947 | * jit.c (finalize_symtab): Use obstack_strdup. | |
5948 | * dwarf2read.c (fixup_go_packaging, dwarf2_physname) | |
5949 | (guess_partial_die_structure_name, partial_die_info::fixup) | |
5950 | (dwarf2_name): Use obstack_strdup. | |
5951 | * coffread.c (coff_read_struct_type, coff_read_enum_type): Use | |
5952 | obstack_strdup. | |
5953 | * c-exp.y (scan_macro_expansion): Use obstack_strdup. | |
5954 | * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use | |
5955 | obstack_strdup. | |
5956 | * ada-lang.c (ada_decode_symbol): Use obstack_strdup. | |
5957 | ||
d2834edc PW |
5958 | 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
5959 | ||
5960 | * unittests/help-doc-selftests.c: New file. | |
5961 | * Makefile.in: Add the new file. | |
5962 | ||
590042fc PW |
5963 | 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
5964 | ||
5965 | * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument. | |
5966 | * cli/cli-decode.c (print_doc_line): Likewise. It now prints | |
5967 | the full first line, except when FOR_VALUE_PREFIX. In this case, | |
5968 | the trailing '.' is not output, and the first character is uppercased. | |
5969 | (print_help_for_command): Update call to print_doc_line. | |
5970 | (print_doc_of_command): Likewise. | |
5971 | * cli/cli-setshow.c (deprecated_show_value_hack): Likewise. | |
5972 | * cli/cli-option.c (append_indented_doc): Do not append newline. | |
5973 | (build_help_option): Append newline after first appended_indented_doc | |
5974 | only if a second call is done. | |
5975 | (build_help): Append 2 new lines before each option, except the first | |
5976 | one. | |
5977 | * compile/compile.c (_initialize_compile): Add new lines after | |
5978 | %OPTIONS%, when not at the end of the help. | |
5979 | Change help doc or code | |
5980 | producing the help doc to respect the invariants. | |
5981 | * maint-test-options.c (_initialize_maint_test_options): Likewise. | |
5982 | Also removed the new line after 'Options:', as all other commands | |
5983 | do not put an empty line between 'Options:' and the first option. | |
5984 | * printcmd.c (_initialize_printcmd): Likewise. | |
5985 | * stack.c (_initialize_stack): Likewise. | |
5986 | * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was | |
5987 | incorrectly telling COMMAND is optional. | |
5988 | * ada-lang.c (_initialize_ada_language): Change help doc or code | |
5989 | producing the help doc to respect the invariants. | |
5990 | * ada-tasks.c (_initialize_ada_tasks): Likewise. | |
5991 | * breakpoint.c (_initialize_breakpoint): Likewise. | |
5992 | * cli/cli-cmds.c (_initialize_cli_cmds): Likewise. | |
5993 | * cli/cli-logging.c (_initialize_cli_logging): Likewise. | |
5994 | * cli/cli-setshow.c (_initialize_cli_setshow): Likewise. | |
5995 | * cli/cli-style.c (cli_style_option::add_setshow_commands, | |
5996 | _initialize_cli_style): Likewise. | |
5997 | * corelow.c (core_target_info): Likewise. | |
5998 | * dwarf-index-cache.c (_initialize_index_cache): Likewise. | |
5999 | * dwarf2read.c (_initialize_dwarf2_read): Likewise. | |
6000 | * filesystem.c (_initialize_filesystem): Likewise. | |
6001 | * frame.c (_initialize_frame): Likewise. | |
6002 | * gnu-nat.c (add_task_commands): Likewise. | |
6003 | * infcall.c (_initialize_infcall): Likewise. | |
6004 | * infcmd.c (_initialize_infcmd): Likewise. | |
6005 | * interps.c (_initialize_interpreter): Likewise. | |
6006 | * language.c (_initialize_language): Likewise. | |
6007 | * linux-fork.c (_initialize_linux_fork): Likewise. | |
6008 | * maint-test-settings.c (_initialize_maint_test_settings): Likewise. | |
6009 | * maint.c (_initialize_maint_cmds): Likewise. | |
6010 | * memattr.c (_initialize_mem): Likewise. | |
6011 | * printcmd.c (_initialize_printcmd): Likewise. | |
6012 | * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq, | |
6013 | _RegEx): Likewise. | |
6014 | * ravenscar-thread.c (_initialize_ravenscar): Likewise. | |
6015 | * record-btrace.c (_initialize_record_btrace): Likewise. | |
6016 | * record-full.c (_initialize_record_full): Likewise. | |
6017 | * record.c (_initialize_record): Likewise. | |
6018 | * regcache-dump.c (_initialize_regcache_dump): Likewise. | |
6019 | * regcache.c (_initialize_regcache): Likewise. | |
6020 | * remote.c (add_packet_config_cmd, init_remote_threadtests, | |
6021 | _initialize_remote): Likewise. | |
6022 | * ser-tcp.c (_initialize_ser_tcp): Likewise. | |
6023 | * serial.c (_initialize_serial): Likewise. | |
6024 | * skip.c (_initialize_step_skip): Likewise. | |
6025 | * source.c (_initialize_source): Likewise. | |
6026 | * stack.c (_initialize_stack): Likewise. | |
6027 | * symfile.c (_initialize_symfile): Likewise. | |
6028 | * symtab.c (_initialize_symtab): Likewise. | |
6029 | * target-descriptions.c (_initialize_target_descriptions): Likewise. | |
6030 | * top.c (init_main): Likewise. | |
6031 | * tracefile-tfile.c (tfile_target_info): Likewise. | |
6032 | * tracepoint.c (_initialize_tracepoint): Likewise. | |
6033 | * tui/tui-win.c (_initialize_tui_win): Likewise. | |
6034 | * utils.c (add_internal_problem_command): Likewise. | |
6035 | * valprint.c (value_print_option_defs): Likewise. | |
6036 | ||
404f2902 FCE |
6037 | 2019-08-06 Frank Ch. Eigler <fche@redhat.com> |
6038 | ||
6039 | PR build/24886 | |
6040 | * configure.ac: Drop enable-libmcheck support. | |
6041 | * configure, config.in: Rebuild. | |
6042 | * libmcheck.m4: Remove. | |
6043 | * acinclude.m4: Don't include it. | |
6044 | * Makefile.in: Don't distribute it. | |
6045 | * top.c (print_gdb_configuration): Don't mention it. | |
6046 | ||
046bebe1 TT |
6047 | 2019-08-06 Tom Tromey <tom@tromey.com> |
6048 | ||
6049 | * utils.c (set_output_style): Sometimes pass stream to | |
6050 | emit_style_escape. | |
6051 | * ui-out.h (class ui_out) <can_emit_style_escape>: Declare. | |
6052 | * record-btrace.c (btrace_insn_history): Update. | |
6053 | * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New | |
6054 | method. | |
6055 | * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter. | |
6056 | Update initializers. | |
6057 | <m_uiout>: New field. | |
6058 | <m_di>: Move lower. | |
6059 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
6060 | Remove "uiout" parameter. | |
6061 | (dump_insns): Update. | |
6062 | * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare. | |
6063 | * cli-out.c (cli_ui_out::can_emit_style_escape): New method. | |
6064 | ||
ddbcedf5 CB |
6065 | 2019-08-06 Christian Biesinger <cbiesinger@google.com> |
6066 | ||
6067 | * symtab.c (symbol_cache_lookup): Change int to enum block_enum. | |
6068 | (error_in_psymtab_expansion): Likewise. | |
6069 | (lookup_symbol_via_quick_fns): Likewise. | |
6070 | (basic_lookup_transparent_type_quick): Likewise. | |
6071 | (basic_lookup_transparent_type_1): Likewise. | |
6072 | ||
b08b16c8 TT |
6073 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6074 | ||
6075 | * source.c (last_source_error): Now bool. | |
6076 | (print_source_lines_base): Make "noprint" bool. Only open | |
6077 | source file when last_source_visited changes. | |
6078 | ||
cb44333d TT |
6079 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6080 | ||
6081 | * annotate.c (annotate_source_line): Use g_source_cache. | |
6082 | * source-cache.c (source_cache::get_plain_source_lines): Change | |
6083 | parameters. Populate m_offset_cache. | |
6084 | (source_cache::ensure): New method. | |
6085 | (source_cache::get_line_charpos): New method. | |
6086 | (extract_lines): Move lower. Change parameters. | |
6087 | (source_cache::get_source_lines): Move lower. | |
6088 | * source-cache.h (class source_cache): Update comment. | |
6089 | <get_line_charpos>: New method. | |
6090 | <get_source_lines>: Update comment. | |
6091 | <clear>: Clear m_offset_cache. | |
6092 | <get_plain_source_lines>: Change parameters. | |
6093 | <ensure>: New method | |
6094 | <m_offset_cache>: New member. | |
6095 | * source.c (forget_cached_source_info_for_objfile): Update. | |
6096 | (info_source_command): Use g_source_cache. | |
6097 | (find_source_lines, open_source_file_with_line_charpos): Remove. | |
6098 | (print_source_lines_base, search_command_helper): Use g_source_cache. | |
6099 | * source.h (open_source_file_with_line_charpos): Don't declare. | |
6100 | * symtab.h (struct symtab) <nlines, line_charpos>: Remove. | |
6101 | * tui/tui-source.c (tui_source_window::do_scroll_vertical): | |
6102 | Use g_source_cache. | |
6103 | ||
872dceaa TT |
6104 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6105 | ||
6106 | * source-cache.c (source_cache::get_plain_source_lines): | |
6107 | Remove "first_line" and "last_line" parameters. | |
6108 | (source_cache::get_source_lines): Cache plain text. | |
6109 | * source-cache.h (class source_cache) | |
6110 | <get_plain_source_lines>: Update. | |
6111 | ||
269249d9 TT |
6112 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6113 | ||
6114 | * source-cache.c (extract_lines): No longer a method. | |
6115 | Changed type of parameter. Include final newline. | |
6116 | (selftests::extract_lines_test): New function. | |
6117 | (_initialize_source_cache): Likewise. | |
6118 | * source-cache.h (class source_cache) | |
6119 | <extract_lines>: Don't declare. | |
6120 | ||
c0e8dcd8 TT |
6121 | 2019-08-06 Tom Tromey <tromey@adacore.com> |
6122 | ||
6123 | * breakpoint.c (init_breakpoint_sal): Update. | |
6124 | (breakpoint): Update. | |
6125 | * breakpoint.h (struct breakpoint) <filter>: Now a | |
6126 | unique_xmalloc_ptr. | |
6127 | ||
0b27c27d CB |
6128 | 2019-08-05 Christian Biesinger <cbiesinger@google.com> |
6129 | ||
6130 | * NEWS: Mention dictionary access on blocks. | |
6131 | * python/py-block.c (blpy_getitem): New function. | |
6132 | (block_object_as_mapping): New struct. | |
6133 | (block_object_type): Use new struct for tp_as_mapping field. | |
6134 | ||
4ee94178 CB |
6135 | 2019-08-05 Christian Biesinger <cbiesinger@google.com> |
6136 | ||
6137 | * objfiles.h (objfile): Add a comment describing partial symbols. | |
6138 | ||
8abfcabc TT |
6139 | 2019-08-05 Tom Tromey <tromey@adacore.com> |
6140 | ||
6141 | * compile/compile.c (_initialize_compile): Use _(), not N_(). | |
6142 | * thread.c (_initialize_thread): Use _(), not N_(). | |
6143 | * stack.c (_initialize_stack): Use _(), not N_(). | |
6144 | * printcmd.c (_initialize_printcmd): Use _(), not N_(). | |
6145 | ||
2b79f376 SM |
6146 | 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca> |
6147 | ||
6148 | * dwarf2read.c (struct dw2_symtab_iterator): | |
6149 | <want_specific_block>: Remove. | |
6150 | <block_index>: Change type to gdb::optional. | |
6151 | (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter, | |
6152 | change type of BLOCK_INDEX parameter to gdb::optional. | |
6153 | (dw2_symtab_iter_next): Re-write in function of gdb::optional. | |
6154 | (dw2_lookup_symbol): Don't pass argument for | |
6155 | WANT_SPECIFIC_BLOCK. | |
6156 | (dw2_expand_symtabs_for_function): Don't pass argument for | |
6157 | WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX. | |
6158 | (class dw2_debug_names_iterator) | |
6159 | <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK | |
6160 | parameter, change BLOCK_INDEX type to gdb::optional. | |
6161 | <m_want_specific_block>: Remove. | |
6162 | <m_block_index>: Change type to gdb::optional. | |
6163 | (dw2_debug_names_iterator::next): Change type of IS_STATIC to | |
6164 | gdb::optional. Re-write in function of gdb::optional. | |
6165 | (dw2_debug_names_lookup_symbol): Don't pass argument for | |
6166 | WANT_SPECIFIC_BLOCK. | |
6167 | (dw2_debug_names_expand_symtabs_for_function): Don't pass | |
6168 | argument for WANT_SPECIFIC_BLOCK, pass empty optional for | |
6169 | BLOCK_INDEX. | |
6170 | ||
ae60f04e PW |
6171 | 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6172 | ||
6173 | * NEWS: Mention changes to "info sources" command. | |
6174 | ||
28cd9371 PW |
6175 | 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6176 | ||
6177 | * symtab.c (filename_partial_match_opts): New struct type. | |
6178 | (struct output_source_filename_data): New members | |
6179 | regexp, c_regexp, partial_match. | |
6180 | (output_source_filename): Use new members to decide to print file. | |
6181 | (info_sources_option_defs): New variable. | |
6182 | (make_info_sources_options_def_group, print_info_sources_header, | |
6183 | info_sources_command_completer): | |
6184 | New functions. | |
6185 | (info_sources_command): Read new optional arguments. | |
6186 | (_initialize_symtab): Update info sources help. | |
6187 | ||
ca683e3a AO |
6188 | 2019-08-02 Alexandre Oliva <oliva@adacore.com> |
6189 | ||
6190 | * ada-lang.c (exception_support_info_v0): Renamed from... | |
6191 | (default_exception_support_info): ... this. Create new | |
6192 | definition for v1. | |
6193 | (ada_has_this_exception_support): Look up catch_handlers_sym. | |
6194 | (ada_exception_support_info_sniffer): Try v0 after default. | |
6195 | ||
f1264162 TT |
6196 | 2019-08-01 Tom Tromey <tromey@adacore.com> |
6197 | ||
6198 | * ia64-libunwind-tdep.h (struct libunwind_descr): Include | |
6199 | gdbarch.h. | |
6200 | ||
0a7b2485 CB |
6201 | 2019-08-01 Christian Biesinger <cbiesinger@google.com> |
6202 | ||
6203 | * s12z-tdep.c: Fix include path for s12z-opc.h. | |
6204 | ||
c6bdbeb7 AH |
6205 | 2019-08-01 Alan Hayward <alan.hayward@arm.com> |
6206 | ||
6207 | * NEWS: Require GNU make 3.82. | |
6208 | ||
a2bd7b82 TT |
6209 | 2019-07-16 Tom Tromey <tom@tromey.com> |
6210 | ||
6211 | * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't | |
6212 | declare. | |
6213 | ||
aa3b6533 TT |
6214 | 2019-07-30 Tom Tromey <tromey@adacore.com> |
6215 | ||
6216 | * block.c (contained_in): Remove BLOCK_FUNCTION check. | |
6217 | ||
a1530dc7 KB |
6218 | 2019-07-30 Kevin Buettner <kevinb@redhat.com> |
6219 | ||
6220 | * printcmd.c (print_address_symbolic): Print negative offsets. | |
6221 | (build_address_symbolic): Force signed arithmetic when computing | |
6222 | offset. | |
6223 | ||
2906593f CB |
6224 | 2019-07-30 Christian Biesinger <cbiesinger@google.com> |
6225 | ||
6226 | PR/24474: Add a function to lookup static variables. | |
6227 | * NEWS: Mention this new function. | |
6228 | * python/py-symbol.c (gdbpy_lookup_static_symbol): New function. | |
6229 | * python/python-internal.h (gdbpy_lookup_static_symbol): New function. | |
6230 | * python/python.c (python_GdbMethods): Add new function. | |
6231 | ||
c620ed88 CB |
6232 | 2019-07-29 Christian Biesinger <cbiesinger@google.com> |
6233 | ||
6234 | * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol. | |
6235 | * python/py-objfile.c (objfpy_lookup_global_symbol): New function. | |
6236 | (objfpy_lookup_static_symbol): New function. | |
6237 | (objfile_object_methods): Add new functions. | |
6238 | ||
bc4268a5 PW |
6239 | 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6240 | ||
6241 | * NEWS: Mention 'set|show print frame-info'. Mention new | |
6242 | 'presence' value for 'frame-arguments'. Mention new '-frame-info' | |
6243 | backtrace argument. Mention that python frame filtering code | |
6244 | is now consistent with what 'backtrace' command prints. | |
6245 | ||
4b5e8d19 PW |
6246 | 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
6247 | ||
6248 | * frame.h (enum print_what): New value 'SHORT_LOCATION', update | |
6249 | comments. | |
6250 | (print_frame_info_auto, print_frame_info_source_line, | |
6251 | print_frame_info_location, print_frame_info_source_and_location, | |
6252 | print_frame_info_location_and_address, print_frame_info_short_location): | |
6253 | New declarations. | |
6254 | (struct frame_print_options): New member print_frame_info. | |
6255 | * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE. | |
6256 | * stack.h (get_user_print_what_frame_info): New declaration. | |
6257 | (frame_show_address): New declaration. | |
6258 | * stack.c (print_frame_arguments_choices): New value 'presence'. | |
6259 | (print_frame_info_auto, print_frame_info_source_line, | |
6260 | print_frame_info_location, print_frame_info_source_and_location, | |
6261 | print_frame_info_location_and_address, print_frame_info_short_location, | |
6262 | print_frame_info_choices, print_frame_info_print_what): New definitions. | |
6263 | (print_frame_args): Only print dots for args if print frame-arguments | |
6264 | is 'presence'. | |
6265 | (frame_print_option_defs): New element for "frame-info". | |
6266 | (get_user_print_what_frame_info): New function. | |
6267 | (frame_show_address): Make non static. Move comment to stack.h. | |
6268 | (print_frame_info_to_print_what): New function. | |
6269 | (print_frame_info): Update comment. Use fp_opts.print_frame_info | |
6270 | to decide what to print. | |
6271 | (backtrace_command_1): Handle the new print_frame_arguments_presence | |
6272 | value. | |
6273 | (_initialize_stack): Call add_setshow_enum_cmd for frame-info. | |
6274 | * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE. | |
6275 | (py_print_frame): In non-mi mode, use LOCATION as default for | |
6276 | print_what, similarly to frame information printed directly by | |
6277 | backtrace command. Handle frame-info user option in non MI mode. | |
6278 | ||
6bdfee81 KB |
6279 | 2019-07-27 Kevin Buettner <kevinb@redhat.com> |
6280 | ||
6281 | * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info): | |
6282 | Add case for debugging 32-bit target on 64-bit host. Revise | |
6283 | comment. | |
6284 | ||
98a617f8 KB |
6285 | 2019-07-27 Kevin Buettner <kevinb@redhat.com> |
6286 | ||
6287 | * infrun.c (fill_in_stop_func): Use find_pc_partial_function | |
6288 | instead of find_function_entry_range_from_pc. | |
6289 | ||
567238c9 KB |
6290 | 2019-07-27 Kevin Buettner <kevinb@redhat.com> |
6291 | ||
6292 | * stack.c (find_frame_funname): Remove code which preferred | |
6293 | minsym over symtab sym in "certain pathological cases". | |
6294 | ||
2dc80cf8 KB |
6295 | * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym" |
6296 | parameter. Change type of "do_demangle" to bool. | |
6297 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
6298 | Pass suitable "prefer_sym_over_minsym" flag to | |
6299 | build_address_symbolic(). Don't output "+" for negative offsets. | |
6300 | * printcmd.c (print_address_symbolic): Update invocation of | |
6301 | build_address_symbolic to include a "prefer_sym_over_minsym" | |
6302 | flag. | |
6303 | (build_address_symbolic): Add "prefer_sym_over_minsym" parameter. | |
6304 | Restrict cases in which use of minimal symbol is preferred to that | |
6305 | of a found symbol. Update comments. | |
6306 | ||
1aff7173 KB |
6307 | * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions |
6308 | for entry pc when entry pc is out of range for that FDE. | |
6309 | ||
89b085ac BC |
6310 | 2019-07-26 Brian Callahan <bcallah@openbsd.org> |
6311 | ||
6312 | PR gdb/24839: | |
6313 | * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return | |
6314 | type. | |
6315 | ||
f32feb4a CB |
6316 | 2019-07-25 Christian Biesinger <cbiesinger@google.com> |
6317 | ||
6318 | * python/py-objfile.c (add_separate_debug_file): Fix comment about | |
6319 | this function's Python signature. | |
6320 | ||
6321 | ||
6322 | 2019-07-24 Christian Biesinger <cbiesinger@google.com> | |
442853af CB |
6323 | |
6324 | * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE. | |
6325 | * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE. | |
6326 | * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE. | |
6327 | * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter. | |
6328 | * symtab.h (lookup_global_symbol_from_objfile): Likewise. | |
6329 | ||
6330 | ||
c54e4253 YS |
6331 | 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp> |
6332 | ||
6333 | * h8300-tdep.c (h8300_register_name_common): New. | |
6334 | h8300_register_name): Use h8300_register_name_common. | |
6335 | (h8300s_register_name): Likewise. | |
6336 | (h8300sx_register_name): Likewise. | |
6337 | (h8300h_register_nam): New. | |
6338 | (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine. | |
6339 | ||
6340 | ||
40eadf04 SP |
6341 | 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com> |
6342 | ||
6343 | * arm-tdep.c (arm_skip_cmse_entry): New function. | |
6344 | (arm_is_sgstubs_section): New function. | |
6345 | (arm_skip_stub): Add call to arm_skip_cmse_entry function. | |
6346 | ||
bfa2a36d TT |
6347 | 2019-07-22 Tom Tromey <tom@tromey.com> |
6348 | ||
6349 | * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height): | |
6350 | Don't self-assign. | |
6351 | ||
a8e9d247 AB |
6352 | 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com> |
6353 | ||
6354 | * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to | |
6355 | type_print. | |
6356 | ||
eb86c5e2 AB |
6357 | 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com> |
6358 | ||
6359 | * symtab.c (search_symbols): Adjust msymbol matching type arrays | |
6360 | so that GDB doesn't match any msymbols when searching in the | |
6361 | TYPES_DOMAIN. | |
6362 | (print_symbol_info): Print using typedef_print or type_print based | |
6363 | on the type of the symbol. Add updated FIXME comment moved from... | |
6364 | (_initialize_symtab): ... move and update FIXME comment to above. | |
6365 | ||
a8eab7c6 AB |
6366 | 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com> |
6367 | ||
6368 | * NEWS: Mention adding -q option to "info types". | |
6369 | * symtab.c (struct info_types_options): New struct. | |
6370 | (info_types_options_defs): New variable. | |
6371 | (make_info_types_options_def_group): New function. | |
6372 | (info_types_command): Use gdb::option framework to parse options. | |
6373 | (info_types_command_completer): New function. | |
6374 | (_initialize_symtab): Extend the help text on "info types" and | |
6375 | register command completer. | |
6376 | ||
b4603c34 CB |
6377 | 2019-07-21 Christian Biesinger <cbiesinger@google.com> |
6378 | ||
6379 | * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum. | |
6380 | (lookup_symbol_in_objfile): Change int to block_enum and add a | |
6381 | gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK. | |
6382 | ||
c8cdc1e0 CB |
6383 | 2019-07-20 Christian Biesinger <cbiesinger@google.com> |
6384 | ||
6385 | * MAINTAINERS (Write After Approval): Add self. | |
6386 | ||
01e175fe AB |
6387 | 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com> |
6388 | ||
6389 | * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop | |
6390 | instruction to the dummy code region. | |
6391 | ||
56f79b63 TT |
6392 | 2019-07-19 Tom Tromey <tromey@adacore.com> |
6393 | ||
6394 | * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90. | |
6395 | (ARGSUSED, PARAMS, __func__): Remove rules. | |
6396 | ||
4c5aa8e0 AH |
6397 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6398 | ||
6399 | * arm-tdep.c (_initialize_arm_tdep): Remove xml tests. | |
6400 | * features/arm/arm-with-iwmmxt.c: Remove. | |
6401 | * features/arm/arm-with-iwmmxt.xml: Remove. | |
6402 | * features/arm/arm-with-m-fpa-layout.c: Remove. | |
6403 | * features/arm/arm-with-m-fpa-layout.xml: Remove. | |
6404 | * features/arm/arm-with-m-vfp-d16.c: Remove. | |
6405 | * features/arm/arm-with-m-vfp-d16.xml: Remove. | |
6406 | * features/arm/arm-with-m.c: Remove. | |
6407 | * features/arm/arm-with-m.xml: Remove. | |
6408 | * features/arm/arm-with-neon.c: Remove. | |
6409 | * features/arm/arm-with-neon.xml: Remove. | |
6410 | * features/arm/arm-with-vfpv2.c: Remove. | |
6411 | * features/arm/arm-with-vfpv2.xml: Remove. | |
6412 | * features/arm/arm-with-vfpv3.c: Remove. | |
6413 | * features/arm/arm-with-vfpv3.xml: Remove. | |
6414 | ||
f42b2617 AH |
6415 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6416 | ||
6417 | * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests. | |
6418 | ||
f29ec966 AH |
6419 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6420 | ||
6421 | * arch/aarch32.c (aarch32_create_target_description): Create | |
6422 | target descriptions using features. | |
6423 | * arch/arm.c (arm_create_target_description) | |
6424 | (arm_create_mprofile_target_description): Likewise. | |
6425 | * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls. | |
6426 | ||
d105cce5 AH |
6427 | 2019-07-19 Alan Hayward <alan.hayward@arm.com> |
6428 | ||
6429 | * Makefile.in: Add new files. | |
6430 | * aarch32-tdep.c: New file. | |
6431 | * aarch32-tdep.h: New file. | |
6432 | * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description): | |
6433 | Call aarch32_read_description. | |
6434 | * arch/aarch32.c: New file. | |
6435 | * arch/aarch32.h: New file. | |
6436 | * arch/arm.c (arm_create_target_description) | |
6437 | (arm_create_mprofile_target_description): New function. | |
6438 | * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum. | |
6439 | (arm_create_target_description) | |
6440 | (arm_create_mprofile_target_description): New declaration. | |
6441 | * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call | |
6442 | read_description functions. | |
6443 | * arm-linux-nat.c (arm_linux_nat_target::read_description): | |
6444 | Likewise. | |
6445 | * arm-linux-tdep.c (arm_linux_core_read_description): Likewise. | |
6446 | * arm-tdep.c (tdesc_arm_list): New variable. | |
6447 | (arm_register_g_packet_guesses): Call create description functions. | |
6448 | (arm_read_description) (arm_read_mprofile_description): New | |
6449 | function. | |
6450 | * arm-tdep.h (arm_read_description) | |
6451 | (arm_read_mprofile_description): Add declaration. | |
6452 | * configure.tgt: Add new files. | |
6453 | ||
afe09f0b GL |
6454 | 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com> |
6455 | ||
6456 | * top.c (new_ui_command): Open specified terminal just once. | |
6457 | ||
cd215b2e TT |
6458 | 2019-07-18 Tom Tromey <tromey@adacore.com> |
6459 | ||
6460 | * symtab.c (main_name): Constify return type. | |
6461 | * symfile.c (set_initial_language): Update. | |
6462 | * symtab.h (main_name): Constify return type. | |
6463 | ||
d8f68fcb TT |
6464 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6465 | ||
6466 | * tui/tui-winsource.c (tui_update_source_window) | |
6467 | (tui_update_source_window_as_is) | |
6468 | (tui_update_source_windows_with_line): Remove return. | |
6469 | * tui/tui-disasm.c (tui_show_disassem) | |
6470 | (tui_show_disassem_and_update_source): Remove return. | |
6471 | * tui/tui.c (tui_reset): Remove return. | |
6472 | * tui/tui-wingeneral.c | |
6473 | (tui_check_and_display_highlight_if_needed): Remove return. | |
6474 | ||
ca5af91e TT |
6475 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6476 | ||
6477 | * tui/tui-win.c (parse_scrolling_args): Throw separate errors. | |
6478 | ||
5104fe36 TT |
6479 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6480 | ||
6481 | * tui/tui-winsource.h (struct tui_exec_info_window) | |
6482 | (struct tui_source_window_base): Move from tui-data.h. | |
6483 | * tui/tui-winsource.c: Move many method definitions from | |
6484 | elsewhere. Remove "structuring" comments. | |
6485 | * tui/tui-wingeneral.c (tui_source_window_base::make_visible) | |
6486 | (tui_source_window_base::refresh_window): Move to | |
6487 | tui-winsource.c. | |
6488 | * tui/tui-win.c (tui_source_window_base::refresh_all) | |
6489 | (tui_source_window_base::update_tab_width) | |
6490 | (tui_source_window_base::set_new_height) | |
6491 | (tui_source_window_base::do_make_visible_with_new_height): Move to | |
6492 | tui-winsource.c. | |
6493 | * tui/tui-source.h: Update. | |
6494 | * tui/tui-source.c (tui_source_window_base::reset): Move to | |
6495 | tui-winsource.c. | |
6496 | * tui/tui-disasm.h: Update. | |
6497 | * tui/tui-data.h (struct tui_exec_info_window): Move to | |
6498 | tui-winsource.h. | |
6499 | (struct tui_source_window_base): Likewise. | |
6500 | * tui/tui-data.c (tui_source_window_base::clear_detail) | |
6501 | (tui_source_window_base, ~tui_source_window_base): Move to | |
6502 | tui-winsource.c. | |
6503 | ||
daa15dde TT |
6504 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6505 | ||
6506 | * tui/tui-win.c (tui_resize_all) | |
6507 | (tui_source_window_base::update_tab_width) | |
6508 | (tui_adjust_win_heights): Update. | |
6509 | (tui_win_info::make_invisible_and_set_new_height): Rename from | |
6510 | make_invisible_and_set_new_height. | |
6511 | * tui/tui-data.h (struct tui_win_info) | |
6512 | <make_invisible_and_set_new_height>: New method. | |
6513 | ||
bfad4537 TT |
6514 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6515 | ||
6516 | * tui/tui.c: Update. | |
6517 | * tui/tui-source.h (struct tui_source_window): Move from | |
6518 | tui-data.h. | |
6519 | * tui/tui-layout.c: Update. | |
6520 | * tui/tui-disasm.c: Update. | |
6521 | * tui/tui-data.h (struct tui_source_window): Move to | |
6522 | tui-source.h. | |
6523 | ||
88f7e873 TT |
6524 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6525 | ||
6526 | * tui/tui-disasm.h (struct tui_disasm_window): Move from | |
6527 | tui-data.h. | |
6528 | * tui/tui-data.h (struct tui_disasm_window): Move to | |
6529 | tui-disasm.h. | |
6530 | ||
96bd6233 TT |
6531 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6532 | ||
6533 | * tui/tui-regs.h (struct tui_data_item_window): Move from | |
6534 | tui-data.h. | |
6535 | * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c. | |
6536 | * tui/tui-data.h (struct tui_data_item_window): Move to | |
6537 | tui-regs.h. | |
6538 | * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c. | |
6539 | ||
ce38393b TT |
6540 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6541 | ||
6542 | * tui/tui.c: Update. | |
6543 | * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height) | |
6544 | (tui_cmd_window::max_height): Move to tui-command.c. | |
6545 | * tui/tui-layout.c: Update. | |
6546 | * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h. | |
6547 | * tui/tui-data.c (tui_cmd_window::clear_detail): Move to | |
6548 | tui-command.c. | |
6549 | * tui/tui-command.h (struct tui_cmd_window): Move from | |
6550 | tui-data.h. | |
6551 | * tui/tui-command.c: Remove "structuring" comments. | |
6552 | (tui_cmd_window::clear_detail) | |
6553 | (tui_cmd_window::do_make_visible_with_new_height) | |
6554 | (tui_cmd_window::max_height): Move from elsewhere. | |
6555 | ||
2d8b51cb TT |
6556 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6557 | ||
6558 | * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c. | |
6559 | Now static. | |
6560 | * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare. | |
6561 | * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c. | |
6562 | ||
18ab23af TT |
6563 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6564 | ||
6565 | * tui/tui.c: Update. | |
6566 | * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to | |
6567 | tui-regs.c. | |
6568 | * tui/tui-windata.h: Remove file. | |
6569 | * tui/tui-windata.c: Remove file. | |
6570 | * tui/tui-win.c (tui_data_window::set_new_height) | |
6571 | (tui_data_window::do_make_visible_with_new_height): Move to | |
6572 | tui-regs.c. | |
6573 | * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h. | |
6574 | * tui/tui-regs.c: Remove "structuring" comments. | |
6575 | (tui_data_window::first_data_item_displayed) | |
6576 | (tui_data_window::delete_data_content_windows) | |
6577 | (tui_data_window::erase_data_content) | |
6578 | (tui_data_window::display_all_data) | |
6579 | (tui_data_window::refresh_all) | |
6580 | (tui_data_window::do_scroll_vertical) | |
6581 | (tui_data_window::clear_detail, tui_data_window::set_new_height) | |
6582 | (tui_data_window::do_make_visible_with_new_height) | |
6583 | (tui_data_window::refresh_window): Move from elsewhere. | |
6584 | (_initialize_tui_regs): Move to end of file. | |
6585 | * tui/tui-layout.c: Update. | |
6586 | * tui/tui-hooks.c: Update. | |
6587 | * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h. | |
6588 | * tui/tui-data.c (tui_data_window::clear_detail): Move to | |
6589 | tui-regs.c. | |
6590 | * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c. | |
6591 | ||
88b7e7cc TT |
6592 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6593 | ||
6594 | * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is | |
6595 | seen. | |
6596 | ||
0fcd3711 TT |
6597 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6598 | ||
6599 | * tui/tui-win.c (tui_source_window_base::set_new_height) | |
6600 | (tui_source_window_base::do_make_visible_with_new_height): Use | |
6601 | m_has_locator field directly. | |
6602 | * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove | |
6603 | method. | |
6604 | (struct tui_source_window_base) <has_locator>: Likewise. | |
6605 | ||
4a38112d TT |
6606 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6607 | ||
6608 | * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible): | |
6609 | Don't declare. | |
6610 | * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible): | |
6611 | Remove. | |
6612 | * tui/tui-win.c (tui_source_window_base::set_new_height) | |
6613 | (tui_source_window_base::set_new_height) | |
6614 | (make_invisible_and_set_new_height) | |
6615 | (tui_source_window_base::do_make_visible_with_new_height) | |
6616 | (tui_source_window_base::do_make_visible_with_new_height): | |
6617 | Update. | |
6618 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
6619 | (show_source_or_disasm_and_command): Update. | |
6620 | * tui/tui-layout.c (show_layout): Update. | |
6621 | ||
09129226 TT |
6622 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6623 | ||
6624 | * tui/tui-layout.c (make_data_window): Remove. | |
6625 | (show_data): Unify creation and re-initialization cases. | |
6626 | ||
4a8a5e84 TT |
6627 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6628 | ||
6629 | * tui/tui-layout.c (make_source_window, make_disasm_window): | |
6630 | Remove. | |
6631 | (show_data): Unify creation and re-initialization cases. | |
6632 | ||
76d2be8e TT |
6633 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6634 | ||
6635 | * tui/tui-layout.c (make_command_window): Remove. | |
6636 | (show_source_disasm_command, show_source_or_disasm_and_command): | |
6637 | Unify creation and re-initialization cases. | |
6638 | ||
890b8bde TT |
6639 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6640 | ||
6641 | * tui/tui-layout.c (show_source_or_disasm_and_command): Unify | |
6642 | creation and re-initialization cases. | |
6643 | ||
2cdfa113 TT |
6644 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6645 | ||
6646 | * tui/tui-regs.c (tui_get_register): Return void. | |
6647 | ||
8e3cfd09 TT |
6648 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6649 | ||
6650 | * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): | |
6651 | Simplify. | |
6652 | ||
f4e04977 TT |
6653 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6654 | ||
6655 | * tui/tui-layout.c (show_source_disasm_command): Simplify window | |
6656 | resetting. | |
6657 | ||
0379b883 TT |
6658 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6659 | ||
6660 | * tui/tui.h (tui_set_layout_by_name): Don't declare. | |
6661 | * tui/tui-regs.c (tui_reg_layout): New function. | |
6662 | (tui_show_registers, tui_reg_command): Use it. | |
6663 | * tui/tui-layout.c (LAYOUT_USAGE): Remove. | |
6664 | (tui_layout_command): Rename from tui_set_layout_by_name. Change | |
6665 | parameters. | |
6666 | (tui_layout_command): Remove. | |
6667 | ||
b7fbad91 TT |
6668 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6669 | ||
6670 | * tui/tui-layout.h (tui/tui-layout): Return void. | |
6671 | * tui/tui-layout.c (tui_set_layout): Return void. Add assert. | |
6672 | ||
4e1e56b9 TT |
6673 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6674 | ||
6675 | * tui/tui-layout.c (show_source_disasm_command, show_data): | |
6676 | Update. | |
6677 | (reset_locator): Remove. | |
6678 | (show_source_or_disasm_and_command): Update. | |
6679 | ||
1e0c09ba TT |
6680 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6681 | ||
6682 | * tui/tui-source.c (tui_source_window_base::reset): Remove | |
6683 | win_type parameter. | |
6684 | * tui/tui-layout.c (make_command_window, make_source_window) | |
6685 | (make_disasm_window, make_data_window) | |
6686 | (show_source_disasm_command, show_data, tui_gen_win_info::reset) | |
6687 | (reset_locator, show_source_or_disasm_and_command): Update. | |
6688 | * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove | |
6689 | win_type parameter. | |
6690 | (struct tui_source_window_base) <reset>: Likewise. | |
6691 | ||
1bf605de TT |
6692 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6693 | ||
6694 | * tui/tui-layout.c (show_source_disasm_command): Use | |
6695 | reset_locator. | |
6696 | (reset_locator): New function. | |
6697 | (init_and_make_win): Remove. | |
6698 | (show_source_or_disasm_and_command): Use reset_locator. | |
6699 | ||
098f9ed4 TT |
6700 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6701 | ||
6702 | * tui/tui-winsource.c (tui_set_exec_info_content): Remove | |
6703 | condition. | |
6704 | * tui/tui-wingeneral.c (tui_source_window_base::make_visible): | |
6705 | Remove condition. | |
6706 | * tui/tui-source.c (tui_source_window_base::reset): New method. | |
6707 | * tui/tui-layout.c (make_command_window): Don't call | |
6708 | init_and_make_win. | |
6709 | (make_source_window, make_disasm_window): Don't call | |
6710 | make_source_or_disasm_window. | |
6711 | (make_data_window): Don't call init_and_make_win. Change calling | |
6712 | convention. | |
6713 | (show_source_disasm_command, show_data): Simplify. | |
6714 | (make_source_or_disasm_window): Remove. | |
6715 | (show_source_or_disasm_and_command): Simplify. | |
6716 | * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual. | |
6717 | (struct tui_source_window_base) <reset>: Likewise. | |
6718 | <execution_info>: Remove initializer. | |
6719 | * tui/tui-data.c (tui_source_window_base): Initialize | |
6720 | execution_info. | |
6721 | ||
80110957 TT |
6722 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6723 | ||
6724 | * tui/tui-layout.c (tui_set_layout): Remove regs_populate | |
6725 | variable. | |
6726 | ||
cf82af05 TT |
6727 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6728 | ||
6729 | * tui/tui.c (tui_rl_other_window): Update. | |
6730 | * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call | |
6731 | superclass method first. Always iterate over regs_content. | |
6732 | (tui_unhighlight_win, tui_highlight_win): Use refresh_window | |
6733 | method. | |
6734 | * tui/tui-win.c (tui_set_focus_command): Update. | |
6735 | ||
01aeb396 TT |
6736 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6737 | ||
6738 | * tui/tui-win.c (tui_set_focus_command): Rename from | |
6739 | tui_set_focus. Call tui_enable. | |
6740 | (tui_set_focus_command): Remove. | |
6741 | ||
fd6c75ee TT |
6742 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6743 | ||
6744 | * tui/tui-winsource.c (tui_show_exec_info_content): Don't call | |
6745 | refresh_window. | |
6746 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call | |
6747 | touchwin. | |
6748 | (tui_data_window::refresh_window): Call refresh_window on data | |
6749 | items. Always call superclass refresh_window. | |
6750 | (tui_win_info::refresh): Remove. | |
6751 | (tui_source_window_base::refresh_window): Update. | |
6752 | (tui_refresh_all): Update. | |
6753 | * tui/tui-layout.c (show_source_disasm_command): Remove call to | |
6754 | refresh_window. | |
6755 | (show_source_or_disasm_and_command): Likewise. | |
6756 | * tui/tui-data.h (struct tui_win_info) <refresh>: Remove. | |
6757 | (struct tui_source_window_base) <refresh>: Likewise. | |
6758 | ||
f6cc34a9 TT |
6759 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6760 | ||
6761 | * tui/tui-winsource.c (tui_clear_source_content) | |
6762 | (tui_show_source_content): Update. | |
6763 | * tui/tui-source.c (tui_source_window::showing_source_p): Check | |
6764 | whether content is empty. | |
6765 | * tui/tui-data.h (struct tui_source_window_base) <content_in_use>: | |
6766 | Remove. | |
6767 | ||
f31ec9af TT |
6768 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6769 | ||
6770 | * tui/tui-winsource.c (tui_erase_source_content): Clear the | |
6771 | window's contents. | |
6772 | * tui/tui-source.h (tui_set_source_content_nil): Don't declare. | |
6773 | * tui/tui-source.c (tui_set_source_content_nil): Remove. | |
6774 | ||
d1b6f1e5 TT |
6775 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6776 | ||
6777 | * tui/tui-data.h (UNDEFINED_ITEM): Remove define. | |
6778 | (struct tui_data_item_window): Update. | |
6779 | ||
d9743a13 TT |
6780 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6781 | ||
6782 | * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR) | |
6783 | (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove | |
6784 | defines. | |
6785 | ||
caf0bc4e TT |
6786 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6787 | ||
6788 | * tui/tui-winsource.h (tui_erase_source_content) | |
6789 | (tui_clear_source_content): Remove "display_prompt" parameter. | |
6790 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
6791 | (tui_update_source_windows_with_addr): Update. | |
6792 | (tui_clear_source_content): Remove "display_prompt" parameter. | |
6793 | (tui_erase_source_content): Likewise. Simplify. | |
6794 | (tui_show_source_content): Update. | |
6795 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update. | |
6796 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
6797 | * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT): | |
6798 | Remove defines. | |
6799 | ||
9d391078 TT |
6800 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6801 | ||
6802 | * tui/tui-winsource.c (tui_update_source_window_as_is): Update. | |
6803 | * tui/tui-disasm.h (tui_set_disassem_content): Add win_info | |
6804 | parameter. | |
6805 | * tui/tui-disasm.c (tui_set_disassem_content): Add win_info | |
6806 | parameter. | |
6807 | ||
a38da35d TT |
6808 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6809 | ||
6810 | * tui/tui-winsource.c (tui_clear_source_content) | |
6811 | (tui_show_source_content, tui_show_exec_info_content) | |
6812 | (tui_clear_exec_info_content): Update. | |
6813 | * tui/tui-stack.c (tui_show_locator_content): Update. | |
6814 | (tui_show_frame_info): Update. | |
6815 | * tui/tui-source.h (tui_source_window): Don't declare. | |
6816 | * tui/tui-source.c (tui_source_window::showing_source_p): Rename | |
6817 | from tui_source_is_displayed. | |
6818 | * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>: | |
6819 | Remove field. | |
6820 | (struct tui_source_window_base) <content_in_use>: New field. Now | |
6821 | bool. | |
6822 | (struct tui_source_window) <showing_source_p>: New method. | |
6823 | (TUI_SRC_WIN): Change cast. | |
6824 | * tui/tui-data.c (tui_initialize_static_data): Update. | |
6825 | ||
c2cd8994 TT |
6826 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6827 | ||
6828 | * tui/tui-winsource.c (tui_update_breakpoint_info): Use | |
6829 | location_matches_p. | |
6830 | * tui/tui-source.c (tui_source_window::location_matches_p): New | |
6831 | method. | |
6832 | * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New | |
6833 | method. | |
6834 | * tui/tui-data.h (struct tui_source_window_base) | |
6835 | <location_matches_p>: New method. | |
6836 | (struct tui_source_window, struct tui_disasm_window) | |
6837 | <location_matches_p>: Likewise. | |
6838 | ||
4dde7b34 TT |
6839 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6840 | ||
6841 | * tui/tui-win.c (tui_set_win_height_command): Rename from | |
6842 | tui_set_win_height. | |
6843 | (tui_set_win_height_command): Remove. | |
6844 | ||
b73dd877 TT |
6845 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6846 | ||
6847 | * tui/tui-source.c (tui_source_window): New constructor. Add | |
6848 | observer. | |
6849 | (~tui_source_window): New destructor. | |
6850 | (tui_source_window::style_changed): New method. | |
6851 | * tui/tui-hooks.c (tui_redisplay_source): Remove. | |
6852 | (tui_attach_detach_observers): Update. | |
6853 | * tui/tui-data.h (struct tui_source_window): Make constructor not | |
6854 | inline. Add destructor. | |
6855 | (struct tui_source_window) <style_changed>: New method. | |
6856 | <m_observable>: New member. | |
6857 | ||
ae2b5380 TT |
6858 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6859 | ||
6860 | * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo. | |
6861 | * tui/tui-win.c (tui_resize_all): Fix typo. | |
6862 | ||
1ce3e844 TT |
6863 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6864 | ||
6865 | * tui/tui-wingeneral.h (tui_refresh_all): Update. | |
6866 | * tui/tui-wingeneral.c (make_all_visible): Use foreach. | |
6867 | (tui_refresh_all): Remove "list" parameter. Use foreach. | |
6868 | * tui/tui-win.c (window_name_completer): Use foreach. | |
6869 | (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info) | |
6870 | (update_tab_width): Likewise. | |
6871 | * tui/tui-layout.c (show_layout): Update. | |
6872 | * tui/tui-data.h (class tui_window_iterator): New. | |
6873 | (struct all_tui_windows): New. | |
6874 | * tui/tui-data.c (tui_partial_win_by_name): Use foreach. | |
6875 | ||
fe3eaf1c TT |
6876 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6877 | ||
6878 | * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group" | |
6879 | parameter. Don't reference globals. | |
6880 | (tui_reg_command): Update. | |
6881 | ||
368c1354 TT |
6882 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6883 | ||
6884 | * tui/tui-regs.c (tui_show_registers): Simplify. | |
6885 | ||
e80cd204 TT |
6886 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6887 | ||
6888 | * tui/tui-regs.c (tui_show_registers): Update. | |
6889 | (tui_show_register_group): Add win_info parameter. | |
6890 | ||
aca2dd16 TT |
6891 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6892 | ||
6893 | * tui/tui-regs.c (tui_data_window::display_reg_element_at_line): | |
6894 | Rename from tui_display_reg_element_at_line. | |
6895 | (tui_data_window::display_registers_from_line): Update. | |
6896 | * tui/tui-data.h (struct tui_data_window) | |
6897 | <display_reg_element_at_line>: New method. | |
6898 | ||
517e9505 TT |
6899 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6900 | ||
6901 | * tui/tui-regs.h (tui_display_registers_from) | |
6902 | (tui_display_registers_from_line): Don't declare. | |
6903 | * tui/tui-windata.c (tui_data_window::display_all_data) | |
6904 | (tui_data_window::refresh_all) | |
6905 | (tui_data_window::do_scroll_vertical): Update. | |
6906 | * tui/tui-regs.c (tui_data_window::display_registers_from): Rename | |
6907 | from tui_display_registers_from. | |
6908 | (tui_display_reg_element_at_line): Update. | |
6909 | (tui_data_window::display_registers_from_line): Rename from | |
6910 | tui_display_registers_from_line. | |
6911 | * tui/tui-data.h (struct tui_data_window) <display_registers_from, | |
6912 | display_registers_from_line>: New methods. | |
6913 | ||
f76d8b19 TT |
6914 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6915 | ||
6916 | * tui/tui-windata.h (tui_erase_data_content): Don't declare. | |
6917 | * tui/tui-windata.c (tui_data_window::erase_data_content): Rename | |
6918 | from tui_erase_data_content. | |
6919 | (tui_data_window::display_all_data) | |
6920 | (tui_data_window::refresh_all) | |
6921 | (tui_data_window::do_scroll_vertical): Update. | |
6922 | * tui/tui-regs.c (tui_show_registers): Update. | |
6923 | * tui/tui-data.h (struct tui_data_window) <erase_data_content>: | |
6924 | New method. | |
6925 | ||
b4094625 TT |
6926 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6927 | ||
6928 | * tui/tui-windata.h (tui_delete_data_content_windows): Don't | |
6929 | declare. | |
6930 | * tui/tui-windata.c | |
6931 | (tui_data_window::delete_data_content_windows): Rename from | |
6932 | tui_delete_data_content_windows. | |
6933 | (tui_data_window::display_all_data) | |
6934 | (tui_data_window::do_scroll_vertical): Update. | |
6935 | * tui/tui-data.h (struct tui_data_window) | |
6936 | <delete_data_content_windows>: New method. | |
6937 | ||
c223a729 TT |
6938 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6939 | ||
6940 | * tui/tui-windata.h (tui_refresh_data_win): Don't declare. | |
6941 | * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare. | |
6942 | ||
50daf268 TT |
6943 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6944 | ||
6945 | * tui/tui-windata.h (tui_display_all_data): Don't declare. | |
6946 | * tui/tui-windata.c (tui_data_window::display_all_data): Rename | |
6947 | from tui_display_all_data. | |
6948 | * tui/tui-win.c | |
6949 | (tui_data_window::do_make_visible_with_new_height): Update. | |
6950 | * tui/tui-regs.c (tui_show_registers): Update. | |
6951 | * tui/tui-layout.c (tui_set_layout): Update. | |
6952 | * tui/tui-data.h (struct tui_data_window) <display_all_data>: New | |
6953 | method. | |
6954 | ||
df5f8cab TT |
6955 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6956 | ||
6957 | * tui/tui-windata.h (tui_display_data_from): Don't declare. | |
6958 | * tui/tui-windata.c (tui_display_data_from): Remove. | |
6959 | (tui_data_window::refresh_all): Update. | |
6960 | ||
80cb6c27 TT |
6961 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6962 | ||
6963 | * tui/tui-windata.h (tui_display_data_from_line): Don't declare. | |
6964 | * tui/tui-windata.c (tui_display_data_from_line): Remove. | |
6965 | (tui_display_data_from, tui_data_window::do_scroll_vertical): Call | |
6966 | tui_display_registers_from_line. | |
6967 | * tui/tui-regs.h (tui_display_registers_from_line): Update. | |
6968 | * tui/tui-regs.c (tui_display_registers_from_line): Remove | |
6969 | "force_display" parameter. | |
6970 | ||
baff0c28 TT |
6971 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6972 | ||
6973 | * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't | |
6974 | declare. | |
6975 | * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline): | |
6976 | Rename from tui_first_reg_element_no_inline. | |
6977 | (tui_display_reg_element_at_line) | |
6978 | (tui_display_registers_from_line): Update. | |
6979 | * tui/tui-data.h (struct tui_data_window) | |
6980 | <first_reg_element_no_inline>: New method. | |
6981 | ||
3b23c5f2 TT |
6982 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6983 | ||
6984 | * tui/tui-windata.c (tui_display_data_from) | |
6985 | (tui_data_window::do_scroll_vertical): Update. | |
6986 | * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare. | |
6987 | * tui/tui-regs.c (tui_data_window::line_from_reg_element_no): | |
6988 | Rename from tui_line_from_reg_element_no. | |
6989 | (tui_display_registers_from_line): Update. | |
6990 | * tui/tui-data.h (struct tui_data_window) | |
6991 | <line_from_reg_element_no>: New method. | |
6992 | ||
0b5ec218 TT |
6993 | 2019-07-17 Tom Tromey <tom@tromey.com> |
6994 | ||
6995 | * tui/tui-regs.h (tui_last_regs_line_no): Don't declare. | |
6996 | * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from | |
6997 | tui_last_regs_line_no. | |
6998 | (tui_display_reg_element_at_line) | |
6999 | (tui_display_registers_from_line): Update. | |
7000 | * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New | |
7001 | method. | |
7002 | ||
0807ab7b TT |
7003 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7004 | ||
7005 | PR tui/24722: | |
7006 | * tui/tui-winsource.h (tui_update_all_breakpoint_info) | |
7007 | (tui_update_breakpoint_info): Add "being_deleted" parameter. | |
7008 | * tui/tui-winsource.c (tui_update_source_window_as_is): Update. | |
7009 | (tui_update_all_breakpoint_info): Add "being_deleted" parameter. | |
7010 | (tui_update_breakpoint_info): Likewise. | |
7011 | * tui/tui-hooks.c (tui_event_create_breakpoint) | |
7012 | (tui_event_delete_breakpoint, tui_event_modify_breakpoint): | |
7013 | Update. | |
7014 | ||
9ad7fdef TT |
7015 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7016 | ||
7017 | * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s. | |
7018 | ||
5813316f TT |
7019 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7020 | ||
7021 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
7022 | (tui_update_source_windows_with_addr): Update. | |
7023 | * tui/tui-source.h (tui_set_source_content) | |
7024 | (tui_show_symtab_source): Add "win_info" parameter. | |
7025 | * tui/tui-source.c (tui_set_source_content): Add "win_info" | |
7026 | parameter. | |
7027 | (tui_show_symtab_source): Likewise. | |
7028 | ||
00e264e7 TT |
7029 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7030 | ||
7031 | * tui/tui-wingeneral.c | |
7032 | (tui_check_and_display_highlight_if_needed): Check can_highlight. | |
7033 | ||
06210ce4 TT |
7034 | 2019-07-17 Tom Tromey <tom@tromey.com> |
7035 | ||
7036 | * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method. | |
7037 | (struct tui_cmd_window) <can_scroll>: New method. | |
7038 | * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll | |
7039 | method. | |
7040 | ||
381befee TT |
7041 | 2019-07-17 Tom Tromey <tromey@adacore.com> |
7042 | ||
7043 | * ui-out.h (class ui_out) <field_signed, field_fmt_signed, | |
7044 | do_field_signed>: Rename. Change type of "value". | |
7045 | * ui-out.c (ui_out::field_signed): Rename from field_int. | |
7046 | Change type of "value". | |
7047 | (ui_out::field_fmt_signed): Rename from field_fmt_int. Change | |
7048 | type of "value". | |
7049 | * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from | |
7050 | do_field_int. Change type of "value". | |
7051 | * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from | |
7052 | do_field_int. Change type of "value". | |
7053 | * tracepoint.c (trace_status_mi, tfind_1) | |
7054 | (print_one_static_tracepoint_marker): Update. | |
7055 | * thread.c (print_thread_info_1, print_selected_thread_frame): | |
7056 | Update. | |
7057 | * stack.c (print_frame, print_frame_info): Update. | |
7058 | * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist): | |
7059 | Update. | |
7060 | * source.c (print_source_lines_base): Update. | |
7061 | * skip.c (info_skip_command): Update. | |
7062 | * record-btrace.c (btrace_ui_out_decode_error) | |
7063 | (btrace_call_history_src_line): Update. | |
7064 | * python/py-framefilter.c (py_print_single_arg, py_print_frame): | |
7065 | Update. | |
7066 | * progspace.c (print_program_space): Update. | |
7067 | * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update. | |
7068 | * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from | |
7069 | do_field_int. Change type of "value". | |
7070 | * mi/mi-out.c (mi_ui_out::do_table_begin) | |
7071 | (mi_ui_out::do_table_header): Update. | |
7072 | (mi_ui_out::do_field_signed): Rename from do_field_int. Change | |
7073 | type of "value". | |
7074 | * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior) | |
7075 | (mi_cmd_data_list_changed_registers, output_register) | |
7076 | (mi_cmd_data_read_memory, mi_load_progress) | |
7077 | (mi_cmd_trace_frame_collected): Update. | |
7078 | * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs): | |
7079 | Update. | |
7080 | * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create) | |
7081 | (mi_cmd_var_delete, mi_cmd_var_info_num_children) | |
7082 | (mi_cmd_var_list_children, varobj_update_one): Update. | |
7083 | * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth) | |
7084 | (mi_cmd_stack_list_args, list_arg_or_local): Update. | |
7085 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update. | |
7086 | * inferior.c (print_inferior): Update. | |
7087 | * gdb_bfd.c (print_one_bfd): Update. | |
7088 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): | |
7089 | Update. | |
7090 | * darwin-nat-info.c (darwin_debug_regions_recurse): Update. | |
7091 | * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from | |
7092 | do_field_int. Change type of "value". | |
7093 | * cli-out.c (cli_ui_out::do_field_signed): Rename from | |
7094 | do_field_int. Change type of "value". | |
7095 | * breakpoint.c (watchpoint_check, print_breakpoint_location) | |
7096 | (print_one_breakpoint_location, print_it_catch_fork) | |
7097 | (print_one_catch_fork, print_it_catch_vfork) | |
7098 | (print_one_catch_vfork, print_it_catch_solib) | |
7099 | (print_it_catch_exec, print_it_ranged_breakpoint) | |
7100 | (print_mention_watchpoint, print_mention_masked_watchpoint) | |
7101 | (bkpt_print_it, update_static_tracepoint): Update. | |
7102 | * break-catch-throw.c (print_it_exception_catchpoint): Update. | |
7103 | * break-catch-syscall.c (print_it_catch_syscall): Update. | |
7104 | * ada-tasks.c (print_ada_task_info): Update. | |
7105 | * ada-lang.c (print_it_exception, print_mention_exception): | |
7106 | Update. | |
7107 | ||
6b78c3f8 AB |
7108 | 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com> |
7109 | ||
7110 | PR breakpoints/24541 | |
7111 | * gdbarch.c: Regenerate. | |
7112 | * gdbarch.h: Regenerate. | |
7113 | * gdbarch.sh: Adjust return type and parameter types for | |
7114 | 'stap_adjust_register'. | |
7115 | (i386_stap_adjust_register): Adjust signature and return new | |
7116 | register name. | |
7117 | * stap-probe.c (stap_parse_register_operand): Adjust use of | |
7118 | 'gdbarch_stap_adjust_register'. | |
7119 | ||
d72a9b85 TT |
7120 | 2019-07-17 Tom Tromey <tromey@adacore.com> |
7121 | ||
7122 | * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't | |
7123 | declare VEC. | |
7124 | (struct s390_debug_reg_state) <watch_areas, break_areas>: Now | |
7125 | std::vector. | |
7126 | (struct s390_process_info): Add initializers. | |
7127 | (s390_add_process): Use new. | |
7128 | (s390_linux_nat_target::low_forget_process): Use delete. | |
7129 | (s390_linux_nat_target::low_new_fork) | |
7130 | (s390_linux_nat_target::stopped_by_watchpoint) | |
7131 | (s390_linux_nat_target::low_prepare_to_resume) | |
7132 | (s390_linux_nat_target::insert_watchpoint) | |
7133 | (s390_linux_nat_target::insert_hw_breakpoint) | |
7134 | (s390_linux_nat_target::remove_watchpoint) | |
7135 | (s390_linux_nat_target::remove_hw_breakpoint): Update. | |
7136 | ||
206e6c58 JB |
7137 | 2019-07-16 John Baldwin <jhb@FreeBSD.org> |
7138 | ||
7139 | * aarch64-fbsd-nat.c: Include regcache.h. | |
7140 | (getregs_supplies, getfpregs_supplies): Remove unused gdbarch | |
7141 | argument. | |
7142 | (aarch64_fbsd_nat_target::fetch_registers) | |
7143 | (aarch64_fbsd_nat_target::store_registers): Remove gdbarch | |
7144 | variable. | |
7145 | * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise. | |
7146 | ||
cbde90f2 JB |
7147 | 2019-07-16 John Baldwin <jhb@FreeBSD.org> |
7148 | ||
7149 | * fbsd-nat.c: Include gdbarch.h. | |
7150 | ||
07128006 TT |
7151 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7152 | ||
7153 | * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest. | |
7154 | ||
1f77b012 TT |
7155 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7156 | ||
7157 | * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare. | |
7158 | * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method. | |
7159 | * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare. | |
7160 | * cli-out.c (cli_ui_out::do_field_int): New method. | |
7161 | * ui-out.c (ui_out::field_unsigned): New method. | |
7162 | * symfile.c (generic_load): Use field_unsigned. | |
7163 | (print_transfer_performance): Likewise. | |
7164 | * record-btrace.c (ui_out_field_uint): Remove. | |
7165 | (btrace_call_history_insn_range, btrace_call_history): Use | |
7166 | field_unsigned. | |
7167 | * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use | |
7168 | field_unsigned. | |
7169 | * ui-out.h (class ui_out) <field_unsigned>: New method. | |
7170 | <do_field_unsigned>: Likewise. | |
7171 | ||
33eca680 TT |
7172 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7173 | ||
7174 | * mi/mi-main.c (list_available_thread_groups): Use field_string. | |
7175 | * mi/mi-interp.c (mi_memory_changed): Use field_string. | |
7176 | * target.c (flash_erase_command): Use field_string. | |
7177 | * infrun.c (print_signal_received_reason): Use field_string. | |
7178 | * i386-tdep.c (i386_mpx_print_bounds): Use field_string. | |
7179 | * breakpoint.c (maybe_print_thread_hit_breakpoint): Use | |
7180 | field_string. | |
7181 | * ada-tasks.c (print_ada_task_info): Use field_string. | |
7182 | ||
ca8d69be TT |
7183 | 2019-07-15 Tom Tromey <tromey@adacore.com> |
7184 | ||
7185 | * target.c (flash_erase_command): Use field_core_addr. | |
7186 | * symfile.c (generic_load): Use field_core_addr. | |
7187 | * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault): | |
7188 | Use field_core_addr. | |
7189 | * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use | |
7190 | field_core_addr. | |
7191 | ||
0d4e84ed AB |
7192 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7193 | ||
7194 | * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property | |
7195 | value if its desired type is smaller than a CORE_ADDR and signed. | |
7196 | ||
9a49df9d AB |
7197 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7198 | ||
7199 | * dwarf2loc.c (dwarf2_evaluate_property): Update to take account | |
7200 | of changes to field names, and use new is_reference field to | |
7201 | decide if a property is a reference or not. | |
7202 | * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference' | |
7203 | field. | |
7204 | (struct dwarf2_property_baton): Update header comment, rename | |
7205 | 'referenced_type' to 'property_type' and update comments. | |
7206 | * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold | |
7207 | default property type, store in property baton, update to take | |
7208 | accound of renamed field. | |
7209 | (read_func_scope): Update call to attr_to_dynamic_prop. | |
7210 | (read_array_type): Likewise. | |
7211 | (dwarf2_per_cu_addr_sized_int_type): New function. | |
7212 | (read_subrange_index_type): Move type finding code to | |
7213 | dwarf2_per_cu_addr_sized_int_type. | |
7214 | (read_subrange_type): Update calls to attr_to_dynamic_prop. | |
7215 | (dwarf2_per_cu_addr_type): New function. | |
7216 | (set_die_type): Update calls to attr_to_dynamic_prop. | |
7217 | ||
b86352cf AB |
7218 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7219 | ||
7220 | * dwarf2read.c (read_subrange_index_type): New function. | |
7221 | (read_subrange_type): Move code into new function and call it. | |
7222 | * gdbtypes.c (create_range_type): Add some asserts. | |
7223 | ||
603490bf AB |
7224 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7225 | ||
7226 | * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and | |
7227 | update return statements. | |
7228 | * dwarf2loc.h (dwarf2_evaluate_property): Update return type on | |
7229 | declaration, and update comment to match. | |
7230 | * gdbtypes.c (resolve_dynamic_array): Update call to | |
7231 | dwarf2_evaluate_property to match new return type. | |
7232 | ||
592f9d27 AB |
7233 | 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com> |
7234 | ||
7235 | * valarith.c (value_subscripted_rvalue): Change lowerbound | |
7236 | parameter type from int to LONGEST. | |
7237 | * value.h (value_subscripted_rvalue): Likewise in declaration. | |
7238 | ||
60cfcb20 AB |
7239 | 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com> |
7240 | ||
7241 | * cli/cli-utils.c (info_print_command_completer): New function. | |
7242 | * cli/cli-utils.h: Add 'completer.h' include, and forward | |
7243 | declaration for 'struct cmd_list_element'. | |
7244 | (info_print_command_completer): Declare. | |
7245 | * stack.c (_initialize_stack): Add completer for 'info locals' and | |
7246 | 'info args'. | |
7247 | * symtab.c (_initialize_symtab): Add completer for 'info | |
7248 | variables' and 'info functions'. | |
7249 | * NEWS: Mention completion for additional info commands. | |
7250 | ||
b16507e0 AB |
7251 | 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com> |
7252 | ||
7253 | * cli/cli-utils.c (extract_info_print_args): Delete. | |
7254 | (extract_arg_maybe_quoted): Delete. | |
7255 | (info_print_options_defs): New variable. | |
7256 | (make_info_print_options_def_group): New function. | |
7257 | (extract_info_print_options): Define new function. | |
7258 | * cli/cli-utils.h (extract_info_print_args): Delete. | |
7259 | (struct info_print_options): New structure. | |
7260 | (extract_info_print_options): Declare new function. | |
7261 | * stack.c (info_locals_command): Update to use new | |
7262 | extract_info_print_options, also add a header comment. | |
7263 | (info_args_command): Likewise. | |
7264 | * symtab.c (info_variables_command): Likewise. | |
7265 | (info_functions_command): Likewise. | |
7266 | ||
021d8588 AB |
7267 | 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com> |
7268 | ||
7269 | * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted | |
7270 | to extract string arguments. | |
7271 | * common/common-utils.c (extract_string_maybe_quoted): New function. | |
7272 | * common/common-utils.h (extract_string_maybe_quoted): Declare. | |
7273 | ||
b777eb6d TT |
7274 | 2019-07-11 Tom Tromey <tromey@adacore.com> |
7275 | ||
7276 | * main.c (get_init_files): Use GDBINIT, not gdbinit. | |
7277 | * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit. | |
7278 | * top.h (gdbinit): Don't declare. | |
7279 | * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents | |
7280 | into... | |
7281 | (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit. | |
7282 | * top.c (gdb_init): Don't call init_cli_cmds. | |
7283 | (gdbinit): Remove. | |
7284 | * cli/cli-cmds.h (init_cli_cmds): Don't declare. | |
7285 | ||
72ee03ff TT |
7286 | 2019-07-11 Tom Tromey <tromey@adacore.com> |
7287 | ||
7288 | * python/py-inferior.c (add_thread_object): Don't use thread_obj | |
7289 | after it has been moved. | |
7290 | ||
00db9531 SM |
7291 | 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> |
7292 | ||
7293 | * valops.c (value_must_coerce_to_target): Change return type to | |
7294 | bool. | |
7295 | * value.h (value_must_coerce_to_target): Likewise. | |
7296 | ||
f2478a7e SM |
7297 | 2019-07-10 Simon Marchi <simon.marchi@efficios.com> |
7298 | ||
7299 | * breakpoint.c (is_hardware_watchpoint): Remove | |
7300 | forward-declaration. | |
7301 | (is_masked_watchpoint): Change return type to bool. | |
7302 | (is_tracepoint): Likewise. | |
7303 | (is_breakpoint): Likewise. | |
7304 | (is_hardware_watchpoint): Likewise. | |
7305 | (is_watchpoint): Likewise. | |
7306 | (is_no_memory_software_watchpoint): Likewise. | |
7307 | (is_catchpoint): Likewise. | |
7308 | (breakpoint_1): Make FILTER parameter's return type bool. | |
7309 | is_masked_watchpoint): Change return type to bool. | |
7310 | (save_breakpoints): Make FILTER parameter's return type bool. | |
7311 | * breakpoint.h (is_breakpoint): Change return type to bool. | |
7312 | (is_watchpoint): Likewise. | |
7313 | (is_catchpoint): Likewise. | |
7314 | (is_tracepoint): Likewise. | |
7315 | ||
0d12e84c TT |
7316 | 2019-07-10 Tom Tromey <tom@tromey.com> |
7317 | ||
7318 | * defs.h: Don't include gdbarch.h. | |
7319 | * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h, | |
7320 | alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h, | |
7321 | ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c, | |
7322 | cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h, | |
7323 | cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c, | |
7324 | compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c, | |
7325 | cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c, | |
7326 | dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c, | |
7327 | dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c, | |
7328 | dwarf2expr.c, expression.h, f-lang.c, frame-base.c, | |
7329 | frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h, | |
7330 | go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c, | |
7331 | i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c, | |
7332 | linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c, | |
7333 | mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c, | |
7334 | objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c, | |
7335 | parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c, | |
7336 | record-btrace.c, record.h, regcache-dump.c, regcache.h, | |
7337 | riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y, | |
7338 | sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c, | |
7339 | sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c, | |
7340 | sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h, | |
7341 | target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c, | |
7342 | tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c, | |
7343 | utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c, | |
7344 | xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update. | |
7345 | * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise. | |
7346 | ||
f06f1252 TT |
7347 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7348 | ||
7349 | * ada-lang.h (is_ada_exception_catchpoint): Declare. | |
7350 | * breakpoint.c (init_ada_exception_breakpoint): Register as | |
7351 | bp_catchpoint. | |
7352 | (print_one_breakpoint_location, print_one_breakpoint): Use | |
7353 | is_ada_exception_catchpoint. | |
7354 | * ada-lang.c (class ada_catchpoint_location): Pass | |
7355 | bp_loc_software_breakpoint to bp_location constructor. | |
7356 | (is_ada_exception_catchpoint): New function. | |
7357 | ||
7a5d944b TT |
7358 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7359 | ||
7360 | * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define | |
7361 | VEC. | |
7362 | (struct arm_exidx_entry): New method operator<. | |
7363 | (struct arm_exidx_data) <section_maps>: Change type. | |
7364 | (arm_exidx_data_free): Remove. | |
7365 | (arm_exidx_data_key): Change type. Move lower. | |
7366 | (arm_exidx_new_objfile): Update. | |
7367 | (arm_compare_exidx_entries): Remove. | |
7368 | (arm_find_exidx_entry, _initialize_arm_tdep) | |
7369 | ||
48c66e1d TT |
7370 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7371 | ||
7372 | * solib-spu.c (ocl_program_data_key): Change type. | |
7373 | (append_ocl_sos, ocl_enable_break, _initialize_spu_solib): | |
7374 | Update. | |
7375 | ||
a269fbf1 TT |
7376 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7377 | ||
7378 | * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC. | |
7379 | (struct solib_aix_inferior_data) <library_list>: Change type. | |
7380 | (solib_aix_inferior_data_handle): Change type. | |
7381 | (get_solib_aix_inferior_data): Update. | |
7382 | (solib_aix_free_library_list): Remove. | |
7383 | (library_list_start_library): Update. | |
7384 | (solib_aix_parse_libraries, solib_aix_get_library_list): Change | |
7385 | return type. | |
7386 | (solib_aix_get_library_list) | |
7387 | (solib_aix_solib_create_inferior_hook, solib_aix_current_sos) | |
7388 | (solib_aix_normal_stop_observer, _initialize_solib_aix): Update. | |
7389 | ||
c294730c TT |
7390 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7391 | ||
7392 | * solib-dsbt.c (struct dsbt_info): Add initializers. | |
7393 | (solib_dsbt_pspace_data): Change type. | |
7394 | (dsbt_pspace_data_cleanup): Remove. | |
7395 | (get_dsbt_info, _initialize_dsbt_solib): Update. | |
7396 | ||
9d52077d TT |
7397 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7398 | ||
7399 | * spu-tdep.c (spu_overlay_data): Change type. | |
7400 | (spu_get_overlay_table, spu_overlay_new_objfile) | |
7401 | (_initialize_spu_tdep): Update. | |
7402 | ||
22a20dca TT |
7403 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7404 | ||
7405 | * gdb-stabs.h (struct dbx_symfile_info): Add initializers and | |
7406 | destructor. | |
7407 | (dbx_objfile_data_key): Change type and declare later. | |
7408 | (DBX_SYMFILE_INFO): Rewrite. | |
7409 | * dbxread.c (dbx_objfile_data_key): Change type. | |
7410 | (dbx_symfile_init): Update. | |
7411 | (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update. | |
7412 | (coffstab_build_psymtabs, elfstab_build_psymtabs) | |
7413 | (stabsect_build_psymtabs, _initialize_dbxread): Update. | |
7414 | ||
cb60f420 TT |
7415 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7416 | ||
7417 | * jit.c (jit_program_space_key): Change type. Move lower. | |
7418 | (get_jit_program_space_data): Update. | |
7419 | (jit_program_space_data_cleanup): Remove. | |
7420 | (jit_breakpoint_deleted, free_objfile_data, _initialize_jit): | |
7421 | Update. | |
7422 | (struct jit_program_space_data): Add initializers. | |
7423 | ||
51df2ae3 TT |
7424 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7425 | ||
7426 | * solib-darwin.c (struct darwin_info): Add initializers. | |
7427 | (solib_darwin_pspace_data): Change type. | |
7428 | (darwin_pspace_data_cleanup): Remove. | |
7429 | (get_darwin_info, _initialize_darwin_solib): Update. | |
7430 | ||
18101a35 TT |
7431 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7432 | ||
7433 | * remote-sim.c (struct sim_inferior_data): Add initializers, | |
7434 | constructor, and destructor. | |
7435 | (sim_inferior_data_key): Change type. Move lower. | |
7436 | (check_for_duplicate_sim_descriptor): Update. | |
7437 | (get_sim_inferior_data): Use new. Update. | |
7438 | (~sim_inferior_data_cleanup): Rename from | |
7439 | sim_inferior_data_cleanup. Simplify. | |
7440 | (gdbsim_close_inferior, simulator_command) | |
7441 | (sim_command_completer, _initialize_remote_sim): Update. | |
7442 | (next_pid, INITIAL_PID): Move earlier. | |
7443 | ||
05b08ac1 TT |
7444 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7445 | ||
7446 | * python/python-internal.h (create_thread_object): Return | |
7447 | gdbpy_ref. | |
7448 | * python/py-infthread.c (create_thread_object): Return gdbpy_ref. | |
7449 | * python/py-inferior.c (struct threadlist_entry): Add | |
7450 | constructor. | |
7451 | <thread_obj>: Now a gdbpy_ref. | |
7452 | (thread_to_thread_object): Update. | |
7453 | (add_thread_object): Use new. | |
7454 | (delete_thread_object): Use delete. | |
7455 | (infpy_threads): Update. | |
7456 | (py_free_inferior): Update. Construct "inf_obj" after acquiring | |
7457 | GIL. | |
7458 | ||
32372d80 TT |
7459 | 2019-07-10 Tom Tromey <tromey@adacore.com> |
7460 | ||
7461 | * valops.c (value_cast): Specialize error message for Ada. | |
7462 | ||
5c458ae8 SM |
7463 | 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> |
7464 | ||
7465 | * breakpoint.c (breakpoint_1): Update doc and parameter names. | |
7466 | ||
4c462cb0 SM |
7467 | 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca> |
7468 | ||
7469 | * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop, | |
7470 | bpstat_should_step): Return bool, adjust comments. | |
7471 | * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop, | |
7472 | bpstat_should_step): Likewise. | |
7473 | ||
89abbcc2 AH |
7474 | 2019-07-10 Alan Hayward <alan.hayward@arm.com> |
7475 | ||
7476 | * features/Makefile: Use feature target descriptions for Arm. | |
7477 | * features/arm/arm-core.c: Generate new file. | |
7478 | * features/arm/arm-fpa.c: Likewise. | |
7479 | * features/arm/arm-m-profile-with-fpa.xml: Likewise. | |
7480 | * features/arm/arm-m-profile.c: Likewise. | |
7481 | * features/arm/arm-vfpv2.c: Likewise. | |
7482 | * features/arm/arm-vfpv3.c: Likewise. | |
7483 | * features/arm/xscale-iwmmxt.c: Likewise. | |
7484 | * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm. | |
7485 | ||
166a82be AH |
7486 | 2019-07-10 Alan Hayward <alan.hayward@arm.com> |
7487 | ||
7488 | * arm-linux-nat.c (arm_linux_nat_target::read_description): Check | |
7489 | ptrace earlier. | |
7490 | ||
9fb4c7e9 AH |
7491 | 2019-07-10 Alan Hayward <alan.hayward@arm.com> |
7492 | ||
7493 | * features/aarch64-pauth.c: Regenerate. | |
7494 | ||
e2d0f980 SM |
7495 | 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca> |
7496 | ||
7497 | * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to | |
7498 | bool. | |
7499 | (bpstat_what): Use false instead of 0. | |
7500 | ||
a38118e5 PA |
7501 | 2019-07-09 Pedro Alves <palves@redhat.com> |
7502 | ||
7503 | * break-catch-throw.c (is_exception_catchpoint): New. | |
7504 | * breakpoint.c (print_one_breakpoint_location): New parameter | |
7505 | 'raw_loc'. Handle it. Use | |
7506 | is_watchpoint/is_catchpoint/is_exception_catchpoint instead of | |
7507 | looking at the breakpoint's type. | |
7508 | (print_one_breakpoint): If handling "maint info breakpoints", also | |
7509 | print locations of exception catchpoints. | |
7510 | * breakpoint.h (is_exception_catchpoint): Declare. | |
7511 | ||
cb1e4e32 PA |
7512 | 2019-07-09 Pedro Alves <palves@redhat.com> |
7513 | ||
7514 | * break-catch-throw.c (print_one_exception_catchpoint): Skip the | |
7515 | "addr" field. | |
7516 | (allocate_location_exception_catchpoint): New. | |
7517 | (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint. | |
7518 | (initialize_throw_catchpoint_ops): Install | |
7519 | allocate_location_exception_catchpoint as allocate_location | |
7520 | method. | |
7521 | * breakpoint.c (bpstat_what) <bp_catch>: Set action to | |
7522 | BPSTAT_WHAT_SINGLE if not stopping and the location's type is not | |
7523 | bp_loc_other. | |
7524 | (breakpoint_address_is_meaningful): Delete. | |
7525 | (bl_address_is_meaningful): New. | |
7526 | (breakpoint_locations_match): Adjust comment. | |
7527 | (bp_location_from_bp_type): New, factored out of... | |
7528 | (bp_location::bp_location(breakpoint *)): ... this. | |
7529 | (bp_location::bp_location(breakpoint *, bp_loc_type)): New, | |
7530 | factored out of... | |
7531 | (bp_location::bp_location(breakpoint *)): ... this. Reimplement. | |
7532 | (bp_loc_is_permanent): Use bl_address_is_meaningful instead of | |
7533 | breakpoint_address_is_meaningful. | |
7534 | (bp_locations_compare): Adjust comment. | |
7535 | (update_global_location_list): Use bl_address_is_meaningful | |
7536 | instead of breakpoint_address_is_meaningful. | |
7537 | * breakpoint.h (bp_location::bp_location(breakpoint *)): New | |
7538 | explicit. | |
7539 | (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare. | |
7540 | * python/py-breakpoint.c (bppy_get_location): No longer check | |
7541 | whether location is null. | |
7542 | ||
b58a68fe PA |
7543 | 2019-07-09 Pedro Alves <palves@redhat.com> |
7544 | ||
7545 | PR c++/15468 | |
7546 | * breakpoint.c (print_one_breakpoint_location): Remove | |
7547 | single-location assert. | |
7548 | ||
268a13a5 TT |
7549 | 2019-07-09 Tom Tromey <tom@tromey.com> |
7550 | ||
7551 | * contrib/ari/gdb_ari.sh: Change common to gdbsupport. | |
7552 | * configure: Rebuild. | |
7553 | * configure.ac: Change common to gdbsupport. | |
7554 | * gdbsupport: Rename from common. | |
7555 | * acinclude.m4: Change common to gdbsupport. | |
7556 | * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES) | |
7557 | (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to | |
7558 | gdbsupport. | |
7559 | * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c, | |
7560 | amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c, | |
7561 | amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c, | |
7562 | amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c, | |
7563 | amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c, | |
7564 | arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c, | |
7565 | arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c, | |
7566 | arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c, | |
7567 | arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c, | |
7568 | auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h, | |
7569 | btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c, | |
7570 | charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c, | |
7571 | cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c, | |
7572 | coff-pe-read.c, command.h, compile/compile-c-support.c, | |
7573 | compile/compile-c.h, compile/compile-cplus-symbols.c, | |
7574 | compile/compile-cplus-types.c, compile/compile-cplus.h, | |
7575 | compile/compile-loc2c.c, compile/compile.c, completer.c, | |
7576 | completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c, | |
7577 | cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c, | |
7578 | darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c, | |
7579 | disasm.h, dtrace-probe.c, dwarf-index-cache.c, | |
7580 | dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c, | |
7581 | dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c, | |
7582 | event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c, | |
7583 | features/aarch64-core.c, features/aarch64-fpu.c, | |
7584 | features/aarch64-pauth.c, features/aarch64-sve.c, | |
7585 | features/i386/32bit-avx.c, features/i386/32bit-avx512.c, | |
7586 | features/i386/32bit-core.c, features/i386/32bit-linux.c, | |
7587 | features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c, | |
7588 | features/i386/32bit-segments.c, features/i386/32bit-sse.c, | |
7589 | features/i386/64bit-avx.c, features/i386/64bit-avx512.c, | |
7590 | features/i386/64bit-core.c, features/i386/64bit-linux.c, | |
7591 | features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c, | |
7592 | features/i386/64bit-segments.c, features/i386/64bit-sse.c, | |
7593 | features/i386/x32-core.c, features/riscv/32bit-cpu.c, | |
7594 | features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c, | |
7595 | features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c, | |
7596 | features/riscv/64bit-fpu.c, features/tic6x-c6xp.c, | |
7597 | features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h, | |
7598 | findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h, | |
7599 | gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c, | |
7600 | gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c, | |
7601 | go32-nat.c, guile/guile.c, guile/scm-ports.c, | |
7602 | guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c, | |
7603 | i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c, | |
7604 | i386-linux-tdep.c, i386-tdep.c, i387-tdep.c, | |
7605 | ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c, | |
7606 | inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h, | |
7607 | inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h, | |
7608 | inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c, | |
7609 | linux-tdep.c, linux-thread-db.c, location.c, machoread.c, | |
7610 | macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h, | |
7611 | mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c, | |
7612 | mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h, | |
7613 | minsyms.c, mips-linux-tdep.c, namespace.h, | |
7614 | nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h, | |
7615 | nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c, | |
7616 | nat/amd64-linux-siginfo.c, nat/fork-inferior.c, | |
7617 | nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c, | |
7618 | nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c, | |
7619 | nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h, | |
7620 | nat/linux-waitpid.c, nat/mips-linux-watch.c, | |
7621 | nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c, | |
7622 | nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c, | |
7623 | nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h, | |
7624 | obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c, | |
7625 | parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c, | |
7626 | procfs.c, producer.c, progspace.h, psymtab.h, | |
7627 | python/py-framefilter.c, python/py-inferior.c, python/py-ref.h, | |
7628 | python/py-type.c, python/python.c, record-btrace.c, record-full.c, | |
7629 | record.c, record.h, regcache-dump.c, regcache.c, regcache.h, | |
7630 | remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c, | |
7631 | riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c, | |
7632 | selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c, | |
7633 | ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c, | |
7634 | source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c, | |
7635 | stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h, | |
7636 | symtab.c, symtab.h, target-descriptions.c, target-descriptions.h, | |
7637 | target-memory.c, target.c, target.h, target/waitstatus.c, | |
7638 | target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c, | |
7639 | top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c, | |
7640 | tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h, | |
7641 | unittests/array-view-selftests.c, | |
7642 | unittests/child-path-selftests.c, unittests/cli-utils-selftests.c, | |
7643 | unittests/common-utils-selftests.c, | |
7644 | unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c, | |
7645 | unittests/format_pieces-selftests.c, | |
7646 | unittests/function-view-selftests.c, | |
7647 | unittests/lookup_name_info-selftests.c, | |
7648 | unittests/memory-map-selftests.c, unittests/memrange-selftests.c, | |
7649 | unittests/mkdir-recursive-selftests.c, | |
7650 | unittests/observable-selftests.c, | |
7651 | unittests/offset-type-selftests.c, unittests/optional-selftests.c, | |
7652 | unittests/parse-connection-spec-selftests.c, | |
7653 | unittests/ptid-selftests.c, unittests/rsp-low-selftests.c, | |
7654 | unittests/scoped_fd-selftests.c, | |
7655 | unittests/scoped_mmap-selftests.c, | |
7656 | unittests/scoped_restore-selftests.c, | |
7657 | unittests/string_view-selftests.c, unittests/style-selftests.c, | |
7658 | unittests/tracepoint-selftests.c, unittests/unpack-selftests.c, | |
7659 | unittests/utils-selftests.c, unittests/xml-utils-selftests.c, | |
7660 | utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c, | |
7661 | value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c, | |
7662 | xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c, | |
7663 | xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport. | |
7664 | ||
5b0e2db4 AB |
7665 | 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com> |
7666 | ||
7667 | * linespec.c (decode_digits_list_mode): Set explicit_line to a | |
7668 | bool value. | |
7669 | (decode_digits_ordinary): Set explicit_line field in sal. | |
7670 | * symtab.c (skip_prologue_sal): Don't skip prologue for a | |
7671 | symtab_and_line that was set on an explicit line number in | |
7672 | assembler code. Do always update the recorded symtab and line if | |
7673 | we do skip the prologue. | |
7674 | ||
0ba852ab AB |
7675 | 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com> |
7676 | ||
7677 | * breakpoint.c (set_breakpoint_location_function): Remove | |
7678 | explicit_loc parameter. | |
7679 | (momentary_breakpoint_from_master): Update call to | |
7680 | set_breakpoint_location_function. | |
7681 | (add_location_to_breakpoint): Likewise. | |
7682 | ||
b3a7d171 AB |
7683 | 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com> |
7684 | ||
7685 | * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify | |
7686 | required features based on default bfd type when no specific bfd | |
7687 | is present. | |
7688 | ||
1f6f6e21 PW |
7689 | 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
7690 | ||
7691 | * NEWS: Mention that GDB printf and eval commands can now print | |
7692 | C-style and Ada-style convenience var strings without | |
7693 | calling the inferior. | |
7694 | * printcmd.c (printf_c_string): Locally print GDB internal var | |
7695 | instead of transiting via the inferior. | |
7696 | (printf_wide_c_string): Likewise. | |
7697 | ||
7698 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> | |
ea142fbf | 7699 | |
5862c886 | 7700 | PR breakpoints/25011 |
ea142fbf AH |
7701 | * symfile.c (symbol_file_command): Call solib_create_inferior_hook. |
7702 | ||
0598af48 TT |
7703 | 2019-07-04 Tom Tromey <tom@tromey.com> |
7704 | ||
7705 | PR tui/24724: | |
7706 | * tui/tui-winsource.c (tui_clear_source_content): Update. | |
7707 | (tui_source_window_base::set_is_exec_point_at): Fix comment. | |
7708 | (tui_update_breakpoint_info): Update. | |
7709 | (tui_set_exec_info_content): Update. | |
7710 | * tui/tui-source.c (tui_set_source_content_nil): Update. | |
7711 | * tui/tui-disasm.c (tui_set_disassem_content): Don't set | |
7712 | has_break. | |
7713 | * tui/tui-data.h (enum tui_bp_flag): New. | |
7714 | (tui_bp_flags): New enum flags type. | |
7715 | (struct tui_source_element) <break_mode>: Change type. Rename | |
7716 | from has_break. | |
7717 | (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT) | |
7718 | (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum | |
7719 | constants. | |
7720 | * tui/tui-winsource.h: Fix comment. | |
7721 | ||
350fab54 AH |
7722 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7723 | ||
7724 | * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define. | |
7725 | * aarch64-linux-nat.c (fetch_fpregs_from_thread) | |
7726 | (store_fpregs_to_thread) | |
7727 | (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE. | |
7728 | * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE) | |
7729 | (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE) | |
7730 | (IWMMXT_REGS_SIZE): Add define. | |
7731 | * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define. | |
7732 | (fetch_vfp_regs, store_vfp_regs) | |
7733 | (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE. | |
7734 | * arm-tdep.c (arm_register_g_packet_guesses): Use new defines. | |
7735 | ||
f0452268 AH |
7736 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7737 | ||
7738 | * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_ | |
7739 | defines. | |
7740 | * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise. | |
7741 | * arch/arm.h (INT_REGISTER_SIZE) Rename from... | |
7742 | (ARM_INT_REGISTER_SIZE): ...to this. | |
7743 | (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define. | |
7744 | * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE) | |
7745 | (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset) | |
7746 | (arm_linux_collect_gregset, supply_nwfpe_register) | |
7747 | (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_ | |
7748 | defines. | |
7749 | * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET) | |
7750 | (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise | |
7751 | * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise. | |
7752 | * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value) | |
7753 | (arm_return_in_memory, arm_store_return_value) | |
7754 | (arm_get_longjmp_target, arm_register_g_packet_guesses) | |
7755 | (arm_record_ld_st_multiple): Likewise. | |
7756 | * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove. | |
7757 | * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines. | |
7758 | ||
e935475c AH |
7759 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7760 | ||
7761 | * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use | |
7762 | AARCH64_DISPLACED_MODIFIED_INSNS. | |
7763 | * aarch64-tdep.c (struct aarch64_displaced_step_data) | |
7764 | (aarch64_displaced_step_copy_insn): Likewise. | |
7765 | * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from.. | |
7766 | (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this. | |
7767 | * arm-linux-tdep.c (arm_linux_cleanup_svc): Use | |
7768 | ARM_DISPLACED_MODIFIED_INSNS. | |
7769 | * arm-tdep.c (arm_gdbarch_init): Likewise. | |
7770 | * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from.. | |
7771 | (ARM_DISPLACED_MODIFIED_INSNS): ...to this. | |
7772 | (struct arm_displaced_step_closure): Use | |
7773 | ARM_DISPLACED_MODIFIED_INSNS. | |
7774 | ||
df0bb381 AH |
7775 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7776 | ||
7777 | * features/Makefile: Remove unused xml files. | |
7778 | * features/aarch64.xml: Remove. | |
7779 | * features/i386/amd64-avx-avx512-linux.xml: Remove. | |
7780 | * features/i386/amd64-avx-avx512.xml: Remove. | |
7781 | * features/i386/amd64-avx-linux.xml: Remove. | |
7782 | * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove. | |
7783 | * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove. | |
7784 | * features/i386/amd64-avx-mpx-linux.xml: Remove. | |
7785 | * features/i386/amd64-avx-mpx.xml: Remove. | |
7786 | * features/i386/amd64-avx.xml: Remove. | |
7787 | * features/i386/amd64-linux.xml: Remove. | |
7788 | * features/i386/amd64-mpx-linux.xml: Remove. | |
7789 | * features/i386/amd64-mpx.xml: Remove. | |
7790 | * features/i386/amd64.xml: Remove. | |
7791 | * features/i386/i386-avx-avx512-linux.xml: Remove. | |
7792 | * features/i386/i386-avx-avx512.xml: Remove. | |
7793 | * features/i386/i386-avx-linux.xml: Remove. | |
7794 | * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove. | |
7795 | * features/i386/i386-avx-mpx-avx512-pku.xml: Remove. | |
7796 | * features/i386/i386-avx-mpx-linux.xml: Remove. | |
7797 | * features/i386/i386-avx-mpx.xml: Remove. | |
7798 | * features/i386/i386-avx.xml: Remove. | |
7799 | * features/i386/i386-linux.xml: Remove. | |
7800 | * features/i386/i386-mmx-linux.xml: Remove. | |
7801 | * features/i386/i386-mmx.xml: Remove. | |
7802 | * features/i386/i386-mpx-linux.xml: Remove. | |
7803 | * features/i386/i386-mpx.xml: Remove. | |
7804 | * features/i386/i386.xml: Remove. | |
7805 | * features/i386/x32-avx-avx512-linux.xml: Remove. | |
7806 | * features/i386/x32-avx-linux.xml: Remove. | |
7807 | * features/i386/x32-linux.xml: Remove. | |
7808 | ||
edd6266a AH |
7809 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7810 | ||
7811 | * regformats/aarch64.dat: Remove. | |
7812 | * regformats/i386/amd64-avx-avx512-linux.dat: Remove. | |
7813 | * regformats/i386/amd64-avx-linux.dat: Remove. | |
7814 | * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove. | |
7815 | * regformats/i386/amd64-avx-mpx-linux.dat: Remove. | |
7816 | * regformats/i386/amd64-linux.dat: Remove. | |
7817 | * regformats/i386/amd64-mpx-linux.dat: Remove. | |
7818 | * regformats/i386/amd64.dat: Remove. | |
7819 | * regformats/i386/i386-avx-avx512-linux.dat: Remove. | |
7820 | * regformats/i386/i386-avx-linux.dat: Remove. | |
7821 | * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove. | |
7822 | * regformats/i386/i386-avx-mpx-linux.dat: Remove. | |
7823 | * regformats/i386/i386-linux.dat: Remove. | |
7824 | * regformats/i386/i386-mmx-linux.dat: Remove. | |
7825 | * regformats/i386/i386-mpx-linux.dat: Remove. | |
7826 | * regformats/i386/i386.dat: Remove. | |
7827 | * regformats/i386/x32-avx-avx512-linux.dat: Remove. | |
7828 | * regformats/i386/x32-avx-linux.dat: Remove. | |
7829 | * regformats/i386/x32-linux.dat: Remove. | |
7830 | ||
2b40fda7 AH |
7831 | 2019-07-04 Alan Hayward <alan.hayward@arm.com> |
7832 | ||
7833 | * aarch64-tdep.c: Remove xml self tests. | |
7834 | * amd64-linux-tdep.c: Likewise. | |
7835 | * amd64-tdep.c: Likewise. | |
7836 | * i386-linux-tdep.c: Likewise. | |
7837 | * i386-tdep.c: Likewise. | |
7838 | ||
5f4ba3e7 PA |
7839 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7840 | ||
7841 | PR cli/24732 | |
7842 | * cli/cli-cmds.c (struct pipe_cmd_opts): New. | |
7843 | (pipe_cmd_option_defs): New. | |
7844 | (make_pipe_cmd_options_def_group): New. | |
7845 | (pipe_command): Use gdb::option::process_options. | |
7846 | (pipe_command_completer): New function. | |
7847 | (_initialize_cli_cmds): Install completer for "pipe" command. | |
7848 | ||
3d9be6f5 PA |
7849 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7850 | ||
7851 | * cli/cli-option.c (union option_value) <string>: New field. | |
7852 | (struct option_def_and_value): Add ctor, move ctor, dtor and | |
7853 | use DISABLE_COPY_AND_ASSIGN. | |
7854 | (option_def_and_value::clear_value): New. | |
7855 | (parse_option, save_option_value_in_ctx, get_val_type_str) | |
7856 | (add_setshow_cmds_for_options): Handle var_string. | |
7857 | * cli-option.h (union option_def::var_address) <string>: New | |
7858 | field. | |
7859 | (struct string_option_def): New. | |
7860 | * maint-test-options.c (struct test_options_opts): Add default | |
7861 | ctor and use DISABLE_COPY_AND_ASSIGN. | |
7862 | <string_opt>: New field. | |
7863 | (test_options_opts::~test_options_opts): New. | |
7864 | (test_options_opts::dump): Also dump "-string". | |
7865 | (test_options_option_defs): Install "string. | |
7866 | ||
41fc454c PA |
7867 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7868 | ||
7869 | * cli/cli-option.c (parse_option) <var_enum>: Don't return an | |
7870 | option_value with a null enumeration. | |
7871 | (complete_options): Save the option values in the context. | |
7872 | (save_option_value_in_ctx): New, factored out from ... | |
7873 | (process_options): ... here. | |
7874 | * cli/cli-utils.c (get_ulongest): Don't advance PP until the end | |
7875 | of the function. | |
7876 | * maint-test-options.c (test_options_opts::dump): New, factored | |
7877 | out from ... | |
7878 | (maintenance_test_options_command_mode): ... here. | |
7879 | (maintenance_test_options_command_completion_result): Delete. | |
7880 | (maintenance_test_options_command_completion_text): Update | |
7881 | comment. | |
7882 | (maintenance_show_test_options_completion_result): Change | |
7883 | prototype. Just print | |
7884 | maintenance_test_options_command_completion_text. | |
7885 | (save_completion_result): New. | |
7886 | (maintenance_test_options_completer_mode): Pass options context to | |
7887 | complete_options, and then save a dump. | |
7888 | (_initialize_maint_test_options): Use add_cmd to install "maint | |
7889 | show test-options-completion-result". | |
7890 | ||
fdbc9870 PA |
7891 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7892 | ||
7893 | * NEWS (New commands): Mention "with" and "maint with". | |
7894 | * cli/cli-cmds.c (with_command_1, with_command_completer_1) | |
7895 | (with_command, with_command_completer): New. | |
7896 | (pipe_command): Adjust to new repeat_previous | |
7897 | interface. | |
7898 | (_initialize_cli_cmds): Install the "with" command and its "w" | |
7899 | alias. | |
7900 | * cli/cli-cmds.h (with_command_1, with_command_completer_1): New | |
7901 | declarations. | |
7902 | * cli/cli-setshow.c (parse_cli_var_uinteger) | |
7903 | (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty | |
7904 | argument strings for all var_types. | |
7905 | (get_setshow_command_value_string): New, factored out from ... | |
7906 | (do_show_command): ... this. | |
7907 | * cli/cli-setshow.h: Include <string>. | |
7908 | (get_setshow_command_value_string): Declare. | |
7909 | * command.h (repeat_previous): Now returns const char *. Adjust | |
7910 | comment. | |
7911 | * maint.c: Include "cli/cli-cmds.h". | |
7912 | (maintenance_with_cmd, maintenance_with_cmd_completer): New. | |
7913 | (_initialize_maint_cmds): Register the "maintenance with" command. | |
7914 | * top.c (repeat_previous): Move bits from pipe_command here: | |
7915 | Return the saved command line, if any; error out if there's no | |
7916 | command to relaunch. | |
7917 | ||
c6ac8931 PA |
7918 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7919 | ||
7920 | * NEWS (New commands): Mention "maint set/show test-settings" | |
7921 | instead of "maint test-settings". | |
7922 | * maint-test-settings.c (maintenance_test_settings_list): Delete. | |
7923 | (maintenance_test_settings_set_list): Rename to ... | |
7924 | (maintenance_set_test_settings_list): ... this. | |
7925 | (maintenance_test_settings_show_list): Rename to ... | |
7926 | (maintenance_show_test_settings_list): ... this. | |
7927 | (maintenance_test_settings_cmd): Delete. | |
7928 | (maintenance_test_settings_set_cmd): ... | |
7929 | (maintenance_set_test_settings_cmd): ... this. | |
7930 | (maintenance_test_settings_show_cmd): ... | |
7931 | (maintenance_show_test_settings_cmd): ... this. | |
7932 | (maintenance_test_settings_show_value_cmd): | |
7933 | (maintenance_show_test_settings_value_cmd): ... this. | |
7934 | (_initialize_maint_test_settings): No longer install the "maint | |
7935 | test-settings" prefix command. Rename "maint test-settings set" | |
7936 | to "maint set test-settings", and "maint test-settings show" to | |
7937 | "maint show test-settings". Adjust all subcommands. | |
7938 | ||
d1fcf2fd PA |
7939 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7940 | ||
7941 | * maint-test-settings.c: Fix file's intro comment. Replace all | |
7942 | references to "test-options" with references to "test-settings", | |
7943 | in comments. | |
7944 | ||
970f9d09 PA |
7945 | 2019-07-03 Pedro Alves <palves@redhat.com> |
7946 | ||
7947 | * maint-test-settings.c (maintenance_test_settings_xxx) | |
7948 | (maintenance_test_settings_yyy, maintenance_test_settings_zzz): | |
7949 | New. | |
7950 | (maintenance_test_settings_enums): Use them. | |
7951 | (maintenance_test_settings_enum): Default to | |
7952 | maintenance_test_settings_xxx. | |
7953 | (_initialize_maint_test_settings): Initialize | |
7954 | MAINTENANCE_TEST_SETTINGS_FILENAME. | |
7955 | ||
f3869b1a SM |
7956 | 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca> |
7957 | ||
7958 | * breakpoint.h (remove_breakpoints_inf): Change return type to | |
7959 | void, move function documentation here. | |
7960 | * breakpoint.c (remove_breakpoints_inf): Change return type to | |
7961 | void, move function documentation to header. | |
7962 | ||
54d66006 PA |
7963 | 2019-07-02 Pedro Alves <palves@redhat.com> |
7964 | ||
7965 | * NEWS (Completion improvements): Mention "info threads". | |
7966 | * thread.c (struct info_threads_opts, info_threads_option_defs) | |
7967 | (make_info_threads_options_def_group): New. | |
7968 | (info_threads_command): Use gdb::option::process_options. | |
7969 | (info_threads_command_completer): New. | |
7970 | (_initialize_thread): Use gdb::option::build_help to build the | |
7971 | help text for "info threads". | |
7972 | ||
854f6088 SM |
7973 | 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca> |
7974 | ||
7975 | * defs.h (generic_load): Move from here... | |
7976 | * symfile.h (generic_load): ... to here. Rename name parameter | |
7977 | to args. | |
7978 | * symfile.c (generic_load): Add comment. | |
7979 | ||
54ee4252 TT |
7980 | 2019-07-01 Tom Tromey <tromey@adacore.com> |
7981 | ||
7982 | * dwarf2read.c | |
7983 | (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist | |
7984 | declaration of without_params. Fix formatting. | |
7985 | ||
65392b3e TT |
7986 | 2019-07-01 Tom Tromey <tromey@adacore.com> |
7987 | ||
7988 | * ada-exp.y (find_primitive_type): Update. | |
7989 | * ada-lang.h (ada_lookup_symbol): Update. | |
7990 | * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this" | |
7991 | parameter. | |
7992 | (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update. | |
7993 | ||
7d7571f0 SDJ |
7994 | 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com> |
7995 | ||
7996 | PR breakpoints/24541 | |
7997 | * gdbarch.c: Regenerate. | |
7998 | * gdbarch.h: Regenerate. | |
7999 | * gdbarch.sh: Add 'stap_adjust_register'. | |
8000 | * i386-tdep.c: Include '<unordered_set>'. | |
8001 | (i386_stap_adjust_register): New function. | |
8002 | (i386_elf_init_abi): Register 'i386_stap_adjust_register'. | |
8003 | * stap-probe.c (stap_parse_register_operand): Call | |
8004 | 'gdbarch_stap_adjust_register'. | |
8005 | ||
5af5392a SDJ |
8006 | 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com> |
8007 | ||
8008 | PR python/24742 | |
8009 | https://bugzilla.redhat.com/show_bug.cgi?id=1723564 | |
8010 | * python/python.c (do_start_initialization): Use 'xmalloc' | |
8011 | instead of 'PyMem_Malloc'. | |
8012 | ||
10d06d82 TT |
8013 | 2019-06-28 Tom Tromey <tromey@adacore.com> |
8014 | ||
8015 | * dwarf2read.c (partial_die_info::read): Prefer the linkage name | |
8016 | for Ada. | |
8017 | ||
1b7f24cd TT |
8018 | 2019-06-27 Tom Tromey <tromey@adacore.com> |
8019 | ||
8020 | * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to | |
8021 | objfile_key. | |
8022 | (arm_find_mapping_symbol, arm_record_special_symbol) | |
8023 | (_initialize_arm_tdep): Update. | |
8024 | (arm_objfile_data_free): Remove. | |
8025 | ||
3d507ff2 TT |
8026 | 2019-06-27 Tom Tromey <tromey@adacore.com> |
8027 | ||
8028 | * cp-valprint.c (cp_print_value_fields): Pass opts, not options, | |
8029 | to cp_print_static_field. | |
8030 | ||
762c164d TT |
8031 | 2019-06-26 Tom Tromey <tromey@adacore.com> |
8032 | ||
8033 | * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove. | |
8034 | * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't | |
8035 | declare. | |
8036 | ||
aa2f9bcf AH |
8037 | 2019-06-26 Alan Hayward <alan.hayward@arm.com> |
8038 | ||
8039 | * features/aarch64-core.c (create_feature_aarch64_core): | |
8040 | Regenerate. | |
8041 | * features/aarch64-core.xml: Add cpsr flags. | |
8042 | ||
3426ae57 AH |
8043 | 2019-06-26 Alan Hayward <alan.hayward@arm.com> |
8044 | ||
8045 | * arm-tdep.c (arm_gnu_triplet_regexp): New function. | |
8046 | (arm_gdbarch_init): Add arm_gnu_triplet_regexp. | |
8047 | ||
4838e44c SM |
8048 | 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca> |
8049 | ||
8050 | * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New | |
8051 | field. | |
8052 | (arm_find_mapping_symbol): Sort mapping symbol vectors on first | |
8053 | use. | |
8054 | (arm_record_special_symbol): Don't insert new symbol in sorted | |
8055 | position, push it at the end. | |
8056 | ||
54cc7474 SM |
8057 | 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca> |
8058 | ||
8059 | * arm-tdep.c (struct arm_mapping_symbol) (operator <): New. | |
8060 | (arm_mapping_symbol_s): Remove. | |
8061 | (DEF_VEC_O(arm_mapping_symbol_s)): Remove. | |
8062 | (arm_mapping_symbol_vec): New typedef. | |
8063 | (struct arm_per_objfile): Add constructor. | |
8064 | <section_maps>: Change type to | |
8065 | std::unique_ptr<arm_mapping_symbol_vec[]>. | |
8066 | (arm_compare_mapping_symbols): Remove. | |
8067 | (arm_find_mapping_symbol): Adjust to section_maps type change. | |
8068 | (arm_objfile_data_free): Call delete on arm_per_objfile. | |
8069 | (arm_record_special_symbol): Adjust to section_maps type change. | |
8070 | Allocate arm_per_objfile with new. | |
8071 | ||
b65b566c PW |
8072 | 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
8073 | ||
8074 | * cli/cli-cmds.c (alias_command): Compare the alias prefix | |
8075 | with the command prefix. | |
8076 | ||
c2fc64f5 TT |
8077 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8078 | ||
8079 | * tui/tui-wingeneral.c (tui_delete_win): Remove "return". | |
8080 | * tui/tui-data.c (~tui_gen_win_info): Remove "if". | |
8081 | ||
fb54fa76 TT |
8082 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8083 | ||
8084 | * tui/tui-layout.c (init_and_make_win): Assert on unrecognized | |
8085 | type. | |
8086 | * tui/tui-data.h (struct tui_gen_win_info): Make constructor | |
8087 | protected. | |
8088 | ||
f7952c57 TT |
8089 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8090 | ||
8091 | * tui/tui-winsource.c | |
8092 | (tui_source_window_base::set_is_exec_point_at): Add check against | |
8093 | LOA_ADDRESS. | |
8094 | ||
17568d78 TT |
8095 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8096 | ||
8097 | * tui/tui-source.c (tui_set_source_content): Don't check before | |
8098 | xfree. | |
8099 | * tui/tui-disasm.c (tui_disassemble): Don't check before xfree. | |
8100 | ||
53e7cdba TT |
8101 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8102 | ||
8103 | * tui/tui-winsource.h (tui_update_source_window_as_is) | |
8104 | (tui_alloc_source_buffer, tui_line_is_displayed) | |
8105 | (tui_addr_is_displayed): Change type of win_info. | |
8106 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
8107 | (tui_clear_source_content, tui_show_source_line) | |
8108 | (tui_show_source_content, tui_source_window_base::refill) | |
8109 | (tui_source_window_base::set_is_exec_point_at) | |
8110 | (tui_source_window_base::set_is_exec_point_at) | |
8111 | (tui_update_breakpoint_info, tui_set_exec_info_content): Update. | |
8112 | (tui_alloc_source_buffer, tui_line_is_displayed) | |
8113 | (tui_addr_is_displayed): Change type of win_info. Update. | |
8114 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
8115 | (tui_source_window_base::do_make_visible_with_new_height): | |
8116 | Update. | |
8117 | * tui/tui-source.c (tui_set_source_content) | |
8118 | (tui_set_source_content_nil) | |
8119 | (tui_source_window::do_scroll_vertical): Update. | |
8120 | * tui/tui-layout.c (show_layout): Update. | |
8121 | * tui/tui-disasm.c (tui_set_disassem_content) | |
8122 | (tui_disasm_window::do_scroll_vertical): Update. | |
8123 | * tui/tui-data.h (tui_win_content): Remove. | |
8124 | (struct tui_gen_win_info) <content, content_size>: Remove. | |
8125 | (struct tui_source_element): Add initializers and destructor. | |
8126 | (union tui_which_element, struct tui_win_element): Remove. | |
8127 | (struct tui_source_window_base) <content>: New field. | |
8128 | (struct tui_data_window): Remove destructor. | |
8129 | (tui_alloc_content, tui_free_win_content) | |
8130 | (tui_free_all_source_wins_content): Don't declare. | |
8131 | * tui/tui-data.c (tui_initialize_static_data): Update. | |
8132 | (init_content_element, tui_alloc_content): Remove. | |
8133 | (~tui_gen_win_info): Update. | |
8134 | (~tui_data_window, tui_free_all_source_wins_content) | |
8135 | (tui_free_win_content, free_content, free_content_elements): | |
8136 | Remove. | |
8137 | ||
7908abbf TT |
8138 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8139 | ||
8140 | * tui/tui-winsource.h (tui_clear_source_content) | |
8141 | (tui_erase_source_content, tui_show_source_content): Change type | |
8142 | of win_info. | |
8143 | * tui/tui-winsource.c (tui_clear_source_content) | |
8144 | (tui_erase_source_content, tui_show_source_content): Change type | |
8145 | of win_info. | |
8146 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update. | |
8147 | * tui/tui-source.h (tui_set_source_content_nil): Change type of | |
8148 | win_info. | |
8149 | * tui/tui-source.c (tui_set_source_content_nil): Change type of | |
8150 | win_info. | |
8151 | * tui/tui-layout.c (show_source_or_disasm_and_command): Update. | |
8152 | ||
02c28df0 TT |
8153 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8154 | ||
8155 | * tui/tui-winsource.c (tui_clear_source_content) | |
8156 | (tui_source_window_base::set_is_exec_point_at): Update. | |
8157 | * tui/tui-source.c (tui_set_source_content_nil): Update. | |
8158 | * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now | |
8159 | a bool. | |
8160 | * tui/tui-data.c (init_content_element): Update. | |
8161 | ||
6658b1bf TT |
8162 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8163 | ||
8164 | * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update. | |
8165 | * tui/tui-win.c (make_invisible_and_set_new_height): Update. | |
8166 | * tui/tui-layout.c (init_and_make_win): Update. | |
8167 | * tui/tui.h (enum tui_win_type): Update. | |
8168 | * tui/tui-data.h (tui_win_is_auxiliary): Rename from | |
8169 | tui_win_is_auxillary. | |
8170 | * tui/tui-data.c (tui_win_is_auxiliary): Rename from | |
8171 | tui_win_is_auxillary. | |
8172 | ||
21e1c91e TT |
8173 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8174 | ||
8175 | * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update. | |
8176 | * tui/tui-windata.c (tui_data_window::first_data_item_displayed) | |
8177 | (tui_delete_data_content_windows, tui_display_all_data) | |
8178 | (tui_data_window::do_scroll_vertical, tui_display_data_from): | |
8179 | Update. | |
8180 | * tui/tui-win.c (tui_data_window::set_new_height): Simplify. | |
8181 | * tui/tui-regs.c (tui_last_regs_line_no) | |
8182 | (tui_line_from_reg_element_no, tui_first_reg_element_no_inline) | |
8183 | (tui_show_registers): Update. | |
8184 | (tui_show_register_group): Return void. Update. | |
8185 | (tui_display_registers_from, tui_display_reg_element_at_line) | |
8186 | (tui_display_registers_from_line, tui_check_register_values): | |
8187 | Update. | |
8188 | * tui/tui-data.h (union tui_which_element) <data_window>: Remove | |
8189 | member. | |
8190 | (struct tui_data_window) <regs_content>: Now a std::vector. | |
8191 | <regs_content_count>: Remove. | |
8192 | (tui_add_content_elements, tui_free_data_content): Don't declare. | |
8193 | * tui/tui-data.c (tui_data_window::clear_detail): Update. | |
8194 | (init_content_element): Remove DATA_WIN case. Add assert. | |
8195 | (tui_add_content_elements): Remove. | |
8196 | (tui_data_window): Update. | |
8197 | (tui_free_data_content): Remove. | |
8198 | (free_content_elements): Remove DATA_WIN case. | |
8199 | ||
115ac53b TT |
8200 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8201 | ||
8202 | * tui/tui-data.c (tui_data_item_window): Update. | |
8203 | * tui/tui-windata.h (tui_check_data_values): Don't declare. | |
8204 | * tui/tui-windata.c (tui_display_all_data) | |
8205 | (tui_display_data_from_line): Update. | |
8206 | (tui_check_data_values): Remove. | |
8207 | * tui/tui-regs.c (tui_show_register_group) | |
8208 | (tui_display_reg_element_at_line): Update. | |
8209 | * tui/tui-hooks.c (tui_register_changed) | |
8210 | (tui_refresh_frame_and_register_information): Call | |
8211 | tui_check_register_values. | |
8212 | * tui/tui-data.h (struct tui_data_window) <data_content, | |
8213 | data_content_count, data_type>: Remove. | |
8214 | (enum tui_data_type): Remove. | |
8215 | ||
8216 | * tui/tui-data.c (tui_data_window::clear_detail) | |
8217 | (~tui_data_window): Update. | |
8218 | ||
eaf9738b TT |
8219 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8220 | ||
8221 | * tui/tui-windata.h (tui_first_data_item_displayed): Don't | |
8222 | declare. | |
8223 | * tui/tui-windata.c (tui_data_window::first_data_item_displayed): | |
8224 | Rename from tui_first_data_item_displayed. Update. | |
8225 | (tui_data_window::refresh_all) | |
8226 | (tui_data_window::do_scroll_vertical): Update. | |
8227 | * tui/tui-data.h (struct tui_data_window) | |
8228 | <first_data_item_displayed>: Declare new method. | |
8229 | ||
31ca4723 TT |
8230 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8231 | ||
8232 | * tui/tui-data.h (tui_init_generic_part): Don't declare. | |
8233 | * tui/tui-data.c (tui_init_generic_part): Remove, moving | |
8234 | contents... | |
8235 | (tui_initialize_static_data): ...here. | |
8236 | ||
41bcff7f TT |
8237 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8238 | ||
8239 | * tui/tui-regs.c (tui_show_registers, tui_show_register_group) | |
8240 | (tui_display_registers_from, tui_check_register_values): Update. | |
8241 | (tui_display_register): Remove win_info parameter; update. | |
8242 | (tui_get_register): Change type of parameters. | |
8243 | * tui/tui-data.h (struct tui_data_element): Remove. | |
8244 | (union tui_which_element) <data>: Remove. | |
8245 | <data_window>: Change type. | |
8246 | (struct tui_data_item_window): New. | |
8247 | * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN | |
8248 | case. Add assert. | |
8249 | (~tui_data_item_window): New destructor. | |
8250 | (free_content_elements): Remove DATA_ITEM_WIN case. | |
8251 | ||
d2802c33 TT |
8252 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8253 | ||
8254 | * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>: | |
8255 | Remove. | |
8256 | ||
dd835f8b TT |
8257 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8258 | ||
8259 | * tui/tui-data.h (struct tui_command_element): Remove. | |
8260 | (union tui_which_element) <command>: Remove. | |
8261 | * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add | |
8262 | assert. | |
8263 | (free_content_elements): Remove CMD_WIN case. | |
8264 | ||
bd7db367 TT |
8265 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8266 | ||
8267 | * tui/tui-layout.c (tui_set_layout): Update. | |
8268 | * tui/tui-data.h (struct tui_layout_def) <split>: Remove. | |
8269 | * tui/tui-data.c (layout_def): Update. | |
8270 | ||
3add462f TT |
8271 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8272 | ||
8273 | * tui/tui-wingeneral.c (tui_refresh_all): Update. | |
8274 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
8275 | (tui_source_window_base::set_new_height): Update. | |
8276 | * tui/tui-stack.c (tui_make_status_line): Change parameter type. | |
8277 | Update. | |
8278 | (tui_set_locator_fullname, tui_set_locator_info) | |
8279 | (tui_show_frame_info): Update. | |
8280 | * tui/tui-source.c (tui_set_source_content) | |
8281 | (tui_source_is_displayed): Update. | |
8282 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
8283 | (show_source_or_disasm_and_command): Update. | |
8284 | * tui/tui-disasm.c (tui_set_disassem_content) | |
8285 | (tui_get_begin_asm_address): Update. | |
8286 | * tui/tui-data.h (struct tui_locator_element): Remove. | |
8287 | (union tui_which_element) <locator>: Remove. | |
8288 | (struct tui_locator_window): New. | |
8289 | (tui_locator_win_info_ptr): Change return type. | |
8290 | * tui/tui-data.c (_locator): Change type. | |
8291 | (tui_locator_win_info_ptr): Change return type. | |
8292 | (init_content_element): Remove LOCATOR_WIN case. Add assert. | |
8293 | (tui_alloc_content): Add assert. | |
8294 | ||
489e9d8b TT |
8295 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8296 | ||
8297 | * tui/tui-winsource.c | |
8298 | (tui_exec_info_window::maybe_allocate_content): New method. | |
8299 | (tui_set_exec_info_content, tui_show_exec_info_content): Update. | |
8300 | * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case. | |
8301 | (make_source_or_disasm_window): Add cast. | |
8302 | * tui/tui-data.h (union tui_which_element) <simple_string>: | |
8303 | Remove. | |
8304 | (struct tui_source_info): New. | |
8305 | (struct tui_source_window_base) <execution_info>: Change type. | |
8306 | * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN | |
8307 | case, and add assert. | |
8308 | (tui_alloc_content): Add assert. | |
8309 | ||
c3fabb7d TT |
8310 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8311 | ||
8312 | * tui/tui-data.h (tui_alloc_win_info): Don't declare. | |
8313 | * tui/tui-layout.c (init_and_make_win): Use "new" directly. | |
8314 | * tui/tui-data.c (tui_alloc_win_info): Remove. | |
8315 | ||
bbc228ee TT |
8316 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8317 | ||
8318 | * tui/tui-win.c (tui_set_win_focus_to): Don't check window type. | |
8319 | * tui/tui-wingeneral.c (tui_unhighlight_win): Check | |
8320 | can_highlight. | |
8321 | ||
5fcee43a TT |
8322 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8323 | ||
8324 | * tui/tui-win.c (tui_source_window_base::update_tab_width): Call | |
8325 | make_visible_with_new_height method. | |
8326 | (tui_win_info::make_visible_with_new_height): New method. | |
8327 | (tui_source_window_base::do_make_visible_with_new_height) | |
8328 | (tui_data_window::do_make_visible_with_new_height) | |
8329 | (tui_cmd_window::do_make_visible_with_new_height): New methods. | |
8330 | (make_visible_with_new_height): Remove. | |
8331 | (tui_resize_all, tui_adjust_win_heights): Use | |
8332 | make_visible_with_new_height method. | |
8333 | * tui/tui-data.h (struct tui_win_info) | |
8334 | <do_make_visible_with_new_height, make_visible_with_new_height>: | |
8335 | New methods. | |
8336 | (struct tui_source_window_base, struct tui_data_window) | |
8337 | (struct tui_cmd_window) <do_make_visible_with_new_height>: New | |
8338 | methods. | |
8339 | ||
d83f1fe6 TT |
8340 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8341 | ||
8342 | * tui/tui-win.c (tui_source_window_base::update_tab_width): New | |
8343 | method. | |
8344 | (update_tab_width): Call update_tab_width method. | |
8345 | * tui/tui-data.h (struct tui_win_info) | |
8346 | (struct tui_source_window_base) <update_tab_width>: New methods. | |
8347 | ||
17374de4 TT |
8348 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8349 | ||
8350 | * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it" | |
8351 | parameter. | |
8352 | * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it" | |
8353 | parameter. | |
8354 | (tui_gen_win_info::make_visible): Update. | |
8355 | * tui/tui-layout.c (init_and_make_win): Change type of "box_it" | |
8356 | parameter. | |
8357 | * tui/tui-data.h (enum tui_box): New enum. | |
8358 | (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines. | |
8359 | ||
f936bca2 TT |
8360 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8361 | ||
8362 | * tui/tui-layout.c (make_source_or_disasm_window): Always use | |
8363 | init_and_make_win for EXEC_INFO_WIN. | |
8364 | * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No | |
8365 | longer inline. | |
8366 | (struct tui_win_info) <~tui_win_info>: Inline. | |
8367 | (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr): | |
8368 | Don't declare. | |
8369 | * tui/tui-data.c (source_win, disasm_win): Remove globals. | |
8370 | (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr): | |
8371 | Remove. | |
8372 | (tui_initialize_static_data): Update. | |
8373 | (~tui_gen_win_info): Handle more cleanup here. | |
8374 | (~tui_source_window_base): Delete "execution_info". | |
8375 | (~tui_win_info): Move code to ~tui_gen_win_info; remove. | |
8376 | ||
d6ba6a11 TT |
8377 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8378 | ||
8379 | * tui/tui-layout.c (make_command_window): Don't set | |
8380 | can_highlight. | |
8381 | (show_source_disasm_command): Call the reset method. | |
8382 | (show_data): Don't set can_highlight. Call the reset method. | |
8383 | (tui_gen_win_info::reset): Rename from init_gen_win_info | |
8384 | (init_and_make_win): Simplify. Return tui_gen_win_info. | |
8385 | (show_source_or_disasm_and_command): Call the reset method. | |
8386 | * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method. | |
8387 | (struct tui_cmd_window): Set can_highlight. | |
8388 | ||
48a3bd16 TT |
8389 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8390 | ||
8391 | * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename | |
8392 | from make_visible. | |
8393 | (tui_make_visible, tui_make_invisible): Rewrite. | |
8394 | (tui_win_info::make_visible): Remove. | |
8395 | (tui_source_window_base::make_visible): Update. | |
8396 | * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New | |
8397 | method. Moved from... | |
8398 | (struct tui_win_info) <make_visible>: ...here. | |
8399 | ||
c3bd716f TT |
8400 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8401 | ||
8402 | * tui/tui-winsource.c | |
8403 | (tui_source_window_base::do_scroll_horizontal): Remove direction | |
8404 | parameter. | |
8405 | * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove | |
8406 | direction parameter. | |
8407 | * tui/tui-win.c (tui_win_info::forward_scroll) | |
8408 | (tui_win_info::backward_scroll, tui_win_info::left_scroll) | |
8409 | (tui_win_info::right_scroll): Update. | |
8410 | * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove | |
8411 | direction parameter. | |
8412 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove | |
8413 | direction parameter. | |
8414 | * tui/tui-data.h (enum tui_scroll_direction): Remove. | |
8415 | (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>: | |
8416 | Remove direction parameter. | |
8417 | (struct tui_source_window_base, struct tui_source_window) | |
8418 | (struct tui_disasm_window, struct tui_data_window) | |
8419 | (struct tui_cmd_window): Update. | |
8420 | ||
21c32dca TT |
8421 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8422 | ||
8423 | * tui/tui-winsource.h (tui_set_exec_info_content) | |
8424 | (tui_show_exec_info_content, tui_erase_exec_info_content) | |
8425 | (tui_clear_exec_info_content, tui_update_exec_info): Change | |
8426 | argument to tui_source_window_base. | |
8427 | * tui/tui-winsource.c (tui_set_exec_info_content) | |
8428 | (tui_show_exec_info_content, tui_erase_exec_info_content) | |
8429 | (tui_clear_exec_info_content, tui_update_exec_info): Change | |
8430 | argument to tui_source_window_base. | |
8431 | ||
73fbdc65 TT |
8432 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8433 | ||
8434 | * tui/tui-winsource.h (tui_set_exec_info_content): Return void. | |
8435 | * tui/tui-winsource.c (tui_set_exec_info_content): Return void. | |
8436 | ||
33325343 TT |
8437 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8438 | ||
8439 | * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL | |
8440 | check. | |
8441 | ||
29d2c474 TT |
8442 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8443 | ||
8444 | * tui/tui-winsource.h (tui_alloc_source_buffer): Change return | |
8445 | type to void. | |
8446 | * tui/tui-winsource.c (tui_alloc_source_buffer): Change return | |
8447 | type to void. | |
8448 | * tui/tui-source.c (tui_set_source_content): Update. | |
8449 | * tui/tui-disasm.c (tui_set_disassem_content): Update. | |
8450 | ||
152f3f4b TT |
8451 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8452 | ||
8453 | * tui/tui-win.c (window_name_completer, tui_set_focus) | |
8454 | (tui_all_windows_info): Use name method. | |
8455 | * tui/tui-data.h (struct tui_gen_win_info) | |
8456 | (struct tui_source_window, struct tui_disasm_window) | |
8457 | (struct tui_data_window, struct tui_cmd_window) <name>: New | |
8458 | method. | |
8459 | (tui_win_name): Don't declare. | |
8460 | * tui/tui-data.c (tui_partial_win_by_name): Use name method. | |
8461 | (tui_win_name): Remove. | |
8462 | ||
be4da588 TT |
8463 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8464 | ||
8465 | * tui/tui-winsource.h (tui_update_source_window) | |
8466 | (tui_update_source_window_as_is): Change parameter type. | |
8467 | * tui/tui-winsource.c (tui_update_source_window): Change win_info | |
8468 | to be a tui_source_window_base. | |
8469 | (tui_update_source_window_as_is): Likewise. | |
8470 | * tui/tui-win.c (make_visible_with_new_height): Update. | |
8471 | ||
5b81daba TT |
8472 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8473 | ||
8474 | * tui/tui-winsource.c (tui_erase_source_content) | |
8475 | (tui_show_source_content, tui_show_exec_info_content) | |
8476 | (tui_erase_exec_info_content): Use refresh_window method. | |
8477 | * tui/tui-wingeneral.h (tui_refresh_win): Don't declare. | |
8478 | * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename | |
8479 | from tui_refresh_win. | |
8480 | (tui_data_window::refresh_window): New method. | |
8481 | (tui_win_info::refresh, tui_source_window_base::refresh) | |
8482 | (tui_refresh_all): Use refresh_window method. | |
8483 | * tui/tui-stack.c (tui_show_locator_content): Call refresh_window | |
8484 | method. | |
8485 | * tui/tui-regs.c (tui_display_register): Call refresh_window | |
8486 | method. | |
8487 | * tui/tui-layout.c (show_source_disasm_command) | |
8488 | (show_source_or_disasm_and_command): Call refresh_window method. | |
8489 | * tui/tui-data.h (struct tui_gen_win_info) | |
8490 | (struct tui_data_window, struct tui_cmd_window) <refresh_window>: | |
8491 | New method. | |
8492 | ||
cb2ce893 TT |
8493 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8494 | ||
8495 | * tui/tui.c (tui_rl_other_window, tui_enable) | |
8496 | (tui_is_window_visible, tui_get_command_dimension): Update. | |
8497 | * tui/tui-winsource.c (tui_update_source_window_as_is) | |
8498 | (tui_clear_source_content, tui_erase_source_content) | |
8499 | (tui_show_source_line, tui_source_window_base::refill) | |
8500 | (tui_source_window_base::do_scroll_horizontal) | |
8501 | (tui_source_window_base::set_is_exec_point_at) | |
8502 | (tui_update_breakpoint_info, tui_set_exec_info_content) | |
8503 | (tui_alloc_source_buffer, tui_line_is_displayed) | |
8504 | (tui_addr_is_displayed): Update. | |
8505 | * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win) | |
8506 | (tui_check_and_display_highlight_if_needed) | |
8507 | (tui_win_info::make_visible, tui_win_info::refresh) | |
8508 | (tui_refresh_all): Update. | |
8509 | * tui/tui-windata.c (tui_first_data_item_displayed) | |
8510 | (tui_delete_data_content_windows, tui_erase_data_content) | |
8511 | (tui_display_all_data, tui_data_window::refresh_all) | |
8512 | (tui_check_data_values): Update. | |
8513 | * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes) | |
8514 | (tui_set_win_focus_to, tui_win_info::forward_scroll) | |
8515 | (tui_win_info::backward_scroll, tui_refresh_all_win) | |
8516 | (tui_resize_all, tui_set_focus, tui_all_windows_info) | |
8517 | (update_tab_width, tui_set_win_height, tui_adjust_win_heights) | |
8518 | (tui_source_window_base::set_new_height) | |
8519 | (tui_data_window::set_new_height) | |
8520 | (make_invisible_and_set_new_height) | |
8521 | (make_visible_with_new_height, new_height_ok) | |
8522 | (parse_scrolling_args): Update. | |
8523 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
8524 | * tui/tui-source.c (tui_set_source_content) | |
8525 | (tui_set_source_content_nil, tui_source_is_displayed) | |
8526 | (tui_source_window::do_scroll_vertical): Update. | |
8527 | * tui/tui-regs.c (tui_show_registers, tui_show_register_group) | |
8528 | (tui_display_registers_from, tui_display_reg_element_at_line) | |
8529 | (tui_check_register_values, tui_reg_command): Update. | |
8530 | * tui/tui-layout.c (tui_default_win_height) | |
8531 | (show_source_disasm_command, show_data, init_and_make_win) | |
8532 | (show_source_or_disasm_and_command): Update. | |
8533 | * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts) | |
8534 | (tui_redisplay_readline, tui_mld_flush) | |
8535 | (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig) | |
8536 | (tui_getc): Update. | |
8537 | * tui/tui-disasm.c (tui_set_disassem_content) | |
8538 | (tui_disasm_window::do_scroll_vertical): Update. | |
8539 | * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: | |
8540 | Now virtual. | |
8541 | (struct tui_win_info): Derive from tui_gen_win_info. | |
8542 | <~tui_win_info>: Mark as override. | |
8543 | <generic>: Remove member. | |
8544 | * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win) | |
8545 | (tui_prev_win, tui_partial_win_by_name, tui_win_info) | |
8546 | (~tui_data_window, ~tui_win_info) | |
8547 | (tui_free_all_source_wins_content): Update. | |
8548 | * tui/tui-command.c (tui_refresh_cmd_win): Update. | |
8549 | ||
ab313b35 TT |
8550 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8551 | ||
8552 | * tui/tui-layout.c (init_and_make_win): Use new. | |
8553 | * tui/tui-data.h (struct tui_gen_win_info): Add constructor, | |
8554 | destructor, initializers. | |
8555 | (tui_alloc_generic_win_info): Don't declare. | |
8556 | * tui/tui-data.c (_locator): Add argument to constructor. | |
8557 | (source_win, disasm_win): New globals. | |
8558 | (exec_info): Remove. | |
8559 | (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr): | |
8560 | Update. | |
8561 | (tui_alloc_generic_win_info): Remove. | |
8562 | (init_content_element): Use new. | |
8563 | (tui_win_info::tui_win_info): Update. | |
8564 | (free_content_elements) <case DATA_WIN>: Use delete. | |
8565 | ||
dc2c33e4 TT |
8566 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8567 | ||
8568 | * tui/tui-wingeneral.c (tui_refresh_win): Update. | |
8569 | * tui/tui-windata.c (tui_first_data_item_displayed) | |
8570 | (tui_delete_data_content_windows): Update. | |
8571 | * tui/tui-win.c (tui_data_window::set_new_height): Update. | |
8572 | * tui/tui-regs.c (tui_show_registers, tui_show_register_group) | |
8573 | (tui_display_registers_from, tui_check_register_values): Update. | |
8574 | * tui/tui-data.h (union tui_which_element) <data_window>: Now a | |
8575 | pointer. | |
8576 | * tui/tui-data.c (init_content_element): Update. Allocate the new | |
8577 | window. | |
8578 | (tui_free_data_content): Update. | |
8579 | (free_content_elements) <case DATA_WIN>: Free the window. | |
8580 | ||
214a5cbe TT |
8581 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8582 | ||
8583 | * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win): | |
8584 | Update. | |
8585 | * tui/tui-layout.c (make_command_window) | |
8586 | (show_source_disasm_command, show_data, init_and_make_win) | |
8587 | (show_source_or_disasm_and_command): Update. | |
8588 | * tui/tui-data.h (struct tui_win_info) <set_highlight>: New | |
8589 | method. | |
8590 | <can_highight, is_highlighted>: Now bool. | |
8591 | (tui_set_win_highlight): Don't declare. | |
8592 | * tui/tui-data.c (tui_set_win_highlight): Remove. | |
8593 | ||
8e2daf15 TT |
8594 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8595 | ||
8596 | * tui/tui-wingeneral.c (make_visible): Remove check of window | |
8597 | type. | |
8598 | ||
8903bd8a TT |
8599 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8600 | ||
8601 | * tui/tui-win.c (tui_win_info::max_height) | |
8602 | (tui_cmd_window::max_height): New methods. | |
8603 | (new_height_ok): Call max_height. | |
8604 | * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window) | |
8605 | <max_height>: New method. | |
8606 | ||
3f02ce1e TT |
8607 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8608 | ||
8609 | * tui/tui-win.c (tui_source_window_base::set_new_height) | |
8610 | (tui_data_window::set_new_height): New methods. | |
8611 | (make_invisible_and_set_new_height): Call set_new_height method. | |
8612 | * tui/tui-data.h (struct tui_win_info) | |
8613 | (struct tui_source_window_base, struct tui_data_window) | |
8614 | <set_new_height>: New method. | |
8615 | ||
1825f487 TT |
8616 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8617 | ||
8618 | * tui/tui.c (tui_rl_other_window): Call the refresh_all method. | |
8619 | * tui/tui-windata.c (tui_data_window::refresh_all): Rename from | |
8620 | tui_refresh_data_win. | |
8621 | * tui/tui-win.c (tui_source_window_base::refresh_all): New | |
8622 | method. | |
8623 | (tui_refresh_all_win): Call the refresh_all method. | |
8624 | (tui_set_focus): Likewise. | |
8625 | * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method. | |
8626 | (struct tui_source_window_base, struct tui_data_window) <refresh>: | |
8627 | Likewise. | |
8628 | ||
ad54d15b TT |
8629 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8630 | ||
8631 | * tui/tui-winsource.h (tui_refill_source_window) | |
8632 | (tui_set_is_exec_point_at): Don't declare. | |
8633 | * tui/tui-winsource.c (tui_update_source_windows_with_addr) | |
8634 | (tui_source_window_base::refill): Rename from | |
8635 | tui_refill_source_window. | |
8636 | (tui_source_window_base::do_scroll_horizontal): Update. | |
8637 | (tui_source_window_base::set_is_exec_point_at): Rename from | |
8638 | tui_set_is_exec_point_at. | |
8639 | (tui_update_all_breakpoint_info): Update. | |
8640 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
8641 | * tui/tui-layout.c (show_data): Add cast. | |
8642 | * tui/tui-hooks.c (tui_redisplay_source): Call refill method. | |
8643 | * tui/tui-data.h (struct tui_source_window_base) <refill, | |
8644 | set_is_exec_point_at>: New methods. | |
8645 | (tui_source_windows, tui_add_to_source_windows): Update types. | |
8646 | (tui_add_to_source_windows): Remove redundant declaration. | |
8647 | * tui/tui-data.c (source_windows): Store tui_source_window_base. | |
8648 | (tui_source_windows): Change return type. | |
8649 | (tui_clear_source_windows_detail): Update. | |
8650 | (tui_add_to_source_windows): Change type of parameter. | |
8651 | (tui_free_all_source_wins_content): Update. | |
8652 | ||
2042b506 TT |
8653 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8654 | ||
8655 | * tui/tui-wingeneral.c (tui_win_info::refresh) | |
8656 | (tui_source_window_base::refresh): New methods. | |
8657 | (tui_refresh_all): Call the refresh method. | |
8658 | * tui/tui-data.h (struct tui_win_info) | |
8659 | (struct tui_source_window_base) <refresh>: New method. | |
8660 | ||
56122977 TT |
8661 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8662 | ||
8663 | * tui/tui.h (tui_is_window_visible): Return bool. | |
8664 | * tui/tui.c (tui_is_window_visible): Return bool. | |
8665 | * tui/tui-wingeneral.c (tui_make_window, make_visible) | |
8666 | (tui_make_visible, tui_make_invisible) | |
8667 | (tui_win_info::make_visible) | |
8668 | (tui_source_window_base::make_visible, make_all_visible) | |
8669 | (tui_make_all_visible, tui_make_all_invisible): Update. | |
8670 | * tui/tui-windata.c (tui_delete_data_content_windows): Update. | |
8671 | * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now | |
8672 | bool. | |
8673 | (struct tui_win_info, struct tui_source_window_base) | |
8674 | (struct tui_cmd_window) <make_visible>: Change parameter to bool. | |
8675 | * tui/tui-data.c (tui_init_generic_part): Update. | |
8676 | ||
cda37efb TT |
8677 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8678 | ||
8679 | * tui/tui-wingeneral.c (tui_win_info::make_visible) | |
8680 | (tui_source_window_base::make_visible): New methods. | |
8681 | (make_all_visible): Make method call. | |
8682 | * tui/tui-data.h (struct tui_win_info) <make_visible>: New method. | |
8683 | (struct tui_source_window_base, struct tui_cmd_window): Override | |
8684 | make_visible. | |
8685 | (tui_win_is_source_type): Don't declare. | |
8686 | * tui/tui-data.c (tui_win_is_source_type): Remove. | |
8687 | ||
6a0ee02c TT |
8688 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8689 | ||
8690 | * tui/tui-layout.c (show_source_or_disasm_and_command): Remove | |
8691 | NULL check. | |
8692 | ||
63901aec TT |
8693 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8694 | ||
8695 | * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window): | |
8696 | Inline constructor. Add initializers for members. | |
8697 | * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove | |
8698 | constructors; now inline in class. | |
8699 | ||
ceb13a13 TT |
8700 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8701 | ||
8702 | * tui/tui-regs.c (tui_show_registers): Update. | |
8703 | * tui/tui-data.h (struct tui_data_window) <display_regs>: Now | |
8704 | bool. | |
8705 | * tui/tui-data.c (tui_data_window::clear_detail) | |
8706 | (tui_data_window): Update. | |
8707 | ||
238eb706 TT |
8708 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8709 | ||
8710 | * tui/tui-windata.c (tui_display_all_data) | |
8711 | (tui_display_data_from_line, tui_display_data_from) | |
8712 | (tui_check_data_values, tui_data_window::do_scroll_vertical): | |
8713 | Update. | |
8714 | * tui/tui-regs.c (tui_last_regs_line_no) | |
8715 | (tui_line_from_reg_element_no, tui_first_reg_element_no_inline) | |
8716 | (tui_show_registers, tui_show_register_group) | |
8717 | (tui_display_registers_from, tui_display_reg_element_at_line) | |
8718 | (tui_display_registers_from_line, tui_check_register_values) | |
8719 | (tui_reg_next, tui_reg_prev): Update. | |
8720 | * tui/tui-layout.c (tui_set_layout, show_data): Update. | |
8721 | * tui/tui-data.h (struct tui_data_info): Remove. Move contents to | |
8722 | tui_data_window. | |
8723 | (struct tui_win_info) <detail>: Remove. Add new fields from | |
8724 | tui_data_info. | |
8725 | (TUI_DATA_WIN): Add cast. | |
8726 | * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window) | |
8727 | (~tui_data_window): Simplify. | |
8728 | ||
81491aa0 TT |
8729 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8730 | ||
8731 | * tui/tui-layout.c (show_source_disasm_command) | |
8732 | (show_source_or_disasm_and_command): Update. | |
8733 | * tui/tui-io.c (update_cmdwin_start_line) | |
8734 | (tui_redisplay_readline): Update. | |
8735 | * tui/tui-data.h (struct tui_command_info): Remove. | |
8736 | (struct tui_win_info) <detail>: Remove command_info member. | |
8737 | (struct tui_data_window) <start_line>: New member, from | |
8738 | tui_command_info. | |
8739 | (TUI_CMD_WIN): Add casts. | |
8740 | ||
e6e41501 TT |
8741 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8742 | ||
8743 | * tui/tui-winsource.c (tui_update_source_window) | |
8744 | (tui_refill_source_window) | |
8745 | (tui_source_window_base::do_scroll_horizontal) | |
8746 | (tui_update_breakpoint_info, tui_set_exec_info_content) | |
8747 | (tui_show_exec_info_content, tui_erase_exec_info_content) | |
8748 | (tui_clear_exec_info_content): Update. | |
8749 | * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all): | |
8750 | Update. | |
8751 | * tui/tui-win.c (make_invisible_and_set_new_height) | |
8752 | (make_visible_with_new_height): Update. | |
8753 | * tui/tui-source.c (tui_set_source_content) | |
8754 | (tui_show_symtab_source): Update. | |
8755 | * tui/tui-layout.c (extract_display_start_addr) | |
8756 | (show_source_disasm_command, show_data) | |
8757 | (make_source_or_disasm_window) | |
8758 | (show_source_or_disasm_and_command): Update. | |
8759 | * tui/tui-disasm.c (tui_set_disassem_content): Simplify. | |
8760 | (tui_disasm_window::do_scroll_vertical): Remove shadowing | |
8761 | "gdbarch". | |
8762 | * tui/tui-data.h (struct tui_source_info): Remove. Move contents | |
8763 | to tui_source_window_base. | |
8764 | (struct tui_win_info) <detail>: Remove source_info member. | |
8765 | (struct tui_source_window_base) <has_locator>: Inline. | |
8766 | Move contents from tui_source_info; rename has_locator member to | |
8767 | m_has_locator. | |
8768 | (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts. | |
8769 | * tui/tui-data.c (tui_source_window_base::has_locator): Move to | |
8770 | header file. | |
8771 | (tui_source_window_base::clear_detail, ~tui_source_window_base): | |
8772 | Simplify. | |
8773 | (tui_free_all_source_wins_content): Cast to | |
8774 | tui_source_window_base. | |
8775 | ||
44f0e208 TT |
8776 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8777 | ||
8778 | * tui/tui-win.c (make_invisible_and_set_new_height) | |
8779 | (make_visible_with_new_height): Call has_locator method. | |
8780 | * tui/tui-layout.c (show_source_disasm_command, show_data) | |
8781 | (show_source_or_disasm_and_command): Update for bool change. | |
8782 | * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool. | |
8783 | (tui_win_info) <has_locator>: New method. | |
8784 | (struct tui_source_window_base) <has_locator>: New method. | |
8785 | (tui_win_has_locator): Don't declare. | |
8786 | * tui/tui-data.c (tui_source_window_base::has_locator): Rename | |
8787 | from tui_win_has_locator. | |
8788 | (tui_source_window_base): Use false, not FALSE. | |
8789 | ||
7778b912 TT |
8790 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8791 | ||
8792 | * tui/tui-data.h (tui_clear_win_detail): Don't declare. | |
8793 | * tui/tui-data.c (tui_clear_source_windows_detail): Call the | |
8794 | clear_detail method directly. | |
8795 | (tui_clear_win_detail): Remove. | |
8796 | ||
f83d391c TT |
8797 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8798 | ||
8799 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use | |
8800 | "this", not TUI_DISASM_WIN. | |
8801 | ||
13446e05 TT |
8802 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8803 | ||
8804 | * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't | |
8805 | declare. | |
8806 | * tui/tui-winsource.c | |
8807 | (tui_source_window_base::do_scroll_horizontal): Rename from | |
8808 | tui_horizontal_source_scroll. | |
8809 | * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare. | |
8810 | * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename | |
8811 | from tui_vertical_data_scroll. | |
8812 | * tui/tui-win.h (tui_scroll): Don't declare. | |
8813 | * tui/tui-win.c (tui_win_info::forward_scroll) | |
8814 | (tui_win_info::backward_scroll, tui_win_info::left_scroll) | |
8815 | (tui_win_info::right_scroll): Rename and update. | |
8816 | (tui_scroll_forward_command, tui_scroll_backward_command) | |
8817 | (tui_scroll_left_command, tui_scroll_right_command): Update. | |
8818 | (tui_scroll): Remove. | |
8819 | * tui/tui-source.h: Don't declare tui_vertical_source_scroll. | |
8820 | * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename | |
8821 | from tui_vertical_source_scroll. | |
8822 | * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare. | |
8823 | * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename | |
8824 | from tui_vertical_disassem_scroll. | |
8825 | * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical, | |
8826 | do_scroll_horizontal>: New methods. | |
8827 | <forward_scroll, backward_scroll, left_scroll, right_scroll>: | |
8828 | Likewise. | |
8829 | (struct tui_source_window_base): Add do_scroll_horizontal. | |
8830 | (struct tui_source_window, struct tui_disasm_window): Add | |
8831 | do_scroll_vertical. | |
8832 | (struct tui_data_window, struct tui_cmd_window): Add | |
8833 | do_scroll_horizontal and do_scroll_vertical. | |
8834 | * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls. | |
8835 | ||
5cf82909 TT |
8836 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8837 | ||
8838 | * tui/tui-data.h (struct tui_source_window_base): New struct. | |
8839 | (struct tui_source_window): Derive from tui_source_window_base. | |
8840 | (struct tui_disasm_window): New struct. | |
8841 | * tui/tui-data.c (tui_source_window_base::clear_detail): Rename | |
8842 | from tui_source_window::clear_detail. | |
8843 | (tui_source_window_base): Rename from tui_source_window. | |
8844 | (~tui_source_window_base): Rename from ~tui_source_window. | |
8845 | (tui_alloc_win_info): Create a tui_disasm_window. | |
8846 | ||
ee1d42d6 TT |
8847 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8848 | ||
8849 | * tui/tui-data.h (struct tui_source_window) | |
8850 | (struct tui_data_window): Declare destructors. | |
8851 | * tui/tui-data.c (~tui_source_window, ~tui_data_window): New | |
8852 | destructors. | |
8853 | (tui_win_info): Simplify. | |
8854 | ||
b4eb2452 TT |
8855 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8856 | ||
8857 | * tui/tui-winsource.c (tui_display_main) | |
8858 | (tui_update_source_windows_with_addr) | |
8859 | (tui_update_all_breakpoint_info): Update. | |
8860 | * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights) | |
8861 | (new_height_ok, parse_scrolling_args): Update. | |
8862 | * tui/tui-stack.c (tui_show_frame_info): Update. | |
8863 | * tui/tui-data.h (struct tui_list): Remove. | |
8864 | (tui_source_windows): Return a reference to a std::vector. | |
8865 | * tui/tui-data.c (source_windows): Now a std::vector. | |
8866 | (tui_source_windows): Change return type. | |
8867 | (tui_clear_source_windows): Rewrite. | |
8868 | (tui_clear_source_windows_detail, tui_add_to_source_windows) | |
8869 | (tui_free_all_source_wins_content): Rewrite. | |
8870 | ||
8761a91b TT |
8871 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8872 | ||
8873 | * tui/tui-data.h (struct tui_win_info, struct tui_source_window) | |
8874 | (struct tui_data_window, struct tui_cmd_window): Declare | |
8875 | clear_detail method. | |
8876 | * tui/tui-data.c (tui_source_window::clear_detail) | |
8877 | (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New | |
8878 | methods. | |
8879 | (tui_clear_win_detail): Simplify. | |
8880 | ||
0ed69eda TT |
8881 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8882 | ||
8883 | * tui/tui-layout.c (make_source_window, make_disasm_window) | |
8884 | (make_source_or_disasm_window): Remove win_info_ptr parameter. | |
8885 | Return the new window. | |
8886 | (show_source_disasm_command, show_data) | |
8887 | (show_source_or_disasm_and_command): Update. | |
8888 | ||
82432e10 TT |
8889 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8890 | ||
8891 | * tui/tui-layout.c (make_command_window): Remove win_info_ptr | |
8892 | parameter. Return the new window. | |
8893 | (show_source_disasm_command): Update and remove NULL check. | |
8894 | (show_source_or_disasm_and_command): Update. | |
8895 | ||
ec328aa5 TT |
8896 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8897 | ||
8898 | * tui/tui-layout.c (init_and_make_win): Remove NULL check. | |
8899 | ||
33b906ab TT |
8900 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8901 | ||
8902 | * tui/tui-data.h (struct tui_win_info): Make constructor | |
8903 | protected. Make destructor virtual. Add initializers. | |
8904 | (tui_source_window, tui_data_window, tui_cmd_window): New | |
8905 | classes. | |
8906 | * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a | |
8907 | constructor. Add "type" parameter. | |
8908 | (tui_source_window, tui_data_window, tui_cmd_window): New | |
8909 | constructors. | |
8910 | (tui_alloc_win_info): Instantiate the appropriate subclass. | |
8911 | ||
e7e11af4 TT |
8912 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8913 | ||
8914 | * tui/tui-win.c (tui_resize_all): Use delete. | |
8915 | * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare | |
8916 | destructor. | |
8917 | (tui_free_window): Don't declare. | |
8918 | * tui/tui-data.c (~tui_win_info): Rename from tui_free_window. | |
8919 | Update. | |
8920 | ||
6792b55e TT |
8921 | 2019-06-25 Tom Tromey <tom@tromey.com> |
8922 | ||
8923 | * tui/tui-data.h (struct tui_win_info): Add constructor. | |
8924 | * tui/tui-data.c (tui_alloc_win_info): Use new. | |
8925 | (tui_free_window): Use delete. | |
8926 | ||
f95675e1 TT |
8927 | 2019-06-22 Tom Tromey <tom@tromey.com> |
8928 | ||
8929 | * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't | |
8930 | declare. | |
8931 | * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove. | |
8932 | ||
5bff081c TT |
8933 | 2019-06-22 Tom Tromey <tom@tromey.com> |
8934 | ||
8935 | * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't | |
8936 | declare. | |
8937 | * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove. | |
8938 | ||
47e3f474 TV |
8939 | 2019-06-22 Tom de Vries <tdevries@suse.de> |
8940 | ||
8941 | * dwarf2read.c (create_addrmap_from_aranges) | |
8942 | (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest | |
8943 | instead of '%zu'. | |
8944 | ||
fd5866f6 SM |
8945 | 2019-06-21 Simon Marchi <simon.marchi@efficios.com> |
8946 | ||
8947 | * dwarf2read.h (dwarf2_section_info_def): Remove. | |
8948 | (DEF_VEC_O (dwarf2_section_info_def)): Remove. | |
8949 | * dwarf2read.c (struct dwo_sections) <types>: Change type to | |
8950 | std::vector<dwarf2_section_info>. | |
8951 | (struct dwo_file) <~dwo_file>: Remove. | |
8952 | (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free | |
8953 | types field. | |
8954 | (dwarf2_per_objfile::locate_sections): Adjust to std::vector. | |
8955 | (dwarf2_read_debug_names): Likewise. | |
8956 | (create_debug_types_hash_table): Change parameter type to | |
8957 | array_view, adjust code accordingly. | |
8958 | (dwarf2_locate_dwo_sections): Adjust to std::vector. | |
8959 | (partial_die_info::fixup): Likewise. | |
8960 | (determine_prefix): Likewise. | |
8961 | * dwarf-index-write.c (write_psymtabs_to_index): Adjust. | |
8962 | ||
fb1eb2f9 SM |
8963 | 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca> |
8964 | ||
8965 | * dwarf2read.c (struct dwo_file) <dbfd>: Change type to | |
8966 | gdb_bfd_ref_ptr. | |
8967 | <~dwo_file>: Remove call to gdb_bfd_unref. | |
8968 | (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call | |
8969 | gdb_bfd_ref_ptr::get. | |
8970 | ||
51ac9db5 SM |
8971 | 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca> |
8972 | ||
8973 | * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change | |
8974 | type to htab_up. | |
8975 | * dwarf2read.c (struct dwo_file): Initialize fields. | |
8976 | <~dwo_file>: New. | |
8977 | (free_dwo_file): Remove, move content to ~dwo_file. | |
8978 | (struct dwo_file_deleter): Remove. | |
8979 | (dwo_file_up>: Remove custom deleter. | |
8980 | (free_dwo_files): Remove. | |
8981 | (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free | |
8982 | dwo_files. | |
8983 | (process_skeletonless_type_units): Call unique_ptr::get. | |
8984 | (allocate_dwo_file_hash_table): Add deleter to created hash | |
8985 | table. Change return type to htab_up. | |
8986 | (lookup_dwo_file_slot): Don't memset dwo_file, call | |
8987 | unique_ptr::get. | |
8988 | (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new. | |
8989 | (create_dwo_unit_in_dwp_v2): Likewise. | |
8990 | (open_and_init_dwo_file): Likewise. | |
8991 | (free_dwo_file_from_slot): Remove. | |
8992 | ||
dc4ccb6f SM |
8993 | 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca> |
8994 | ||
8995 | * dwarf2read.h (struct dwarf2_section_info) <readin, | |
8996 | is_virtual>: Change type to bool. | |
8997 | * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use | |
8998 | true instead of 1. | |
8999 | ||
e6a1c5cb TT |
9000 | 2019-06-19 Tom Tromey <tom@tromey.com> |
9001 | ||
9002 | * tui/tui-data.h (tui_init_content_element): Don't declare. | |
9003 | ||
6f6ffbeb TT |
9004 | 2019-06-19 Tom Tromey <tom@tromey.com> |
9005 | ||
9006 | * tui/tui-data.h (tui_init_win_info): Don't declare. | |
9007 | ||
f23f598e TV |
9008 | 2019-06-19 Tom de Vries <tdevries@suse.de> |
9009 | ||
9010 | * dwarf2read.h (abstract_to_concrete): Change type to | |
9011 | std::unordered_map<sect_offset, std::vector<sect_offset>, | |
9012 | gdb::hash_enum<sect_offset>>. | |
9013 | ||
680e1bee TT |
9014 | 2019-06-19 Tom Tromey <tromey@adacore.com> |
9015 | ||
9016 | * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle | |
9017 | EVAL_AVOID_SIDE_EFFECTS specially. | |
9018 | ||
dcf37923 TT |
9019 | 2019-06-19 Tom Tromey <tromey@adacore.com> |
9020 | ||
9021 | * source-cache.c (highlighter): New global. | |
9022 | (source_cache::get_source_lines): Create a highlighter on demand. | |
9023 | ||
494986d5 AB |
9024 | 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com> |
9025 | ||
9026 | * defs.h (deprecated_interactive_hook): Delete declaration. | |
9027 | * interps.c (clear_interpreter_hooks): Remove use of | |
9028 | deprecated_interactive_hook. | |
9029 | * top.c (deprecated_interactive_hook): Delete definition. | |
9030 | * utils.c (maybe_quit): Remove use of deprecated_interactive_hook. | |
9031 | ||
3360b6e7 TV |
9032 | 2019-06-18 Tom de Vries <tdevries@suse.de> |
9033 | ||
9034 | PR gdb/24515 | |
9035 | * dwarf2read.h (abstract_to_concrete): Change type from | |
9036 | std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to | |
9037 | std::unordered_map<sect_offset, std::vector<sect_offset>>. | |
9038 | * dwarf2read.c (read_variable): Update. | |
9039 | (dwarf2_fetch_die_loc_sect_off): Update. | |
9040 | ||
310b3441 TV |
9041 | 2019-06-17 Tom de Vries <tdevries@suse.de> |
9042 | ||
9043 | PR gdb/24617 | |
9044 | * common/pathstuff.c (child_path): Make sure parent_len > 0 before | |
9045 | accessing parent[parent_len - 1]. | |
9046 | ||
ba9777be PP |
9047 | 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com> |
9048 | ||
9049 | PR gdb/24364 | |
9050 | * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't | |
9051 | call dtrace_process_dof with NULL dof. | |
9052 | ||
2b9f6e89 TV |
9053 | 2019-06-16 Tom de Vries <tdevries@suse.de> |
9054 | ||
9055 | PR gdb/24445 | |
9056 | * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable. | |
9057 | ||
431b3ead TT |
9058 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9059 | ||
9060 | * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win) | |
9061 | (make_all_visible): Use address of member. | |
9062 | ||
d04b44a1 TT |
9063 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9064 | ||
9065 | * tui/tui-data.c (tui_clear_win_detail, init_win_info) | |
9066 | (tui_free_window, free_content, free_content_elements): Remove | |
9067 | unnecessary cast. | |
9068 | * tui/tui-windata.c (tui_display_all_data): Remove unnecessary | |
9069 | cast. | |
9070 | * tui/tui-regs.c (tui_show_register_group) | |
9071 | (tui_display_registers_from, tui_display_reg_element_at_line): | |
9072 | Remove unnecessary cast. | |
9073 | ||
bf5142e7 AB |
9074 | 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com> |
9075 | ||
9076 | * linux-nat.c (normal_mask): Delete. | |
9077 | (_initialize_linux_nat): Don't initialise normal_mask. | |
9078 | ||
c4973306 SM |
9079 | 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca> |
9080 | ||
9081 | PR gdb/24445 | |
9082 | * dwarf-index-write.h (write_psymtabs_to_index): Add | |
9083 | dwz_basename parameter. | |
9084 | * dwarf-index-write.c (write_gdbindex): Move file writing to | |
9085 | write_gdbindex_1. Change return type void. | |
9086 | (assert_file_size): Move up, remove filename parameter. | |
9087 | (write_gdbindex_1): New function. | |
9088 | (write_debug_names): Change return type to void, call | |
9089 | assert_file_size. | |
9090 | (struct index_wip_file): New struct. | |
9091 | (write_psymtabs_to_index): Add dwz_basename parameter. Move | |
9092 | file logic to index_wip_file. Write index for dwz file if | |
9093 | needed. | |
9094 | (save_gdb_index_command): Pass basename of dwz file, if present. | |
9095 | * dwarf-index-cache.c (index_cache::store): Obtain and pass | |
9096 | build-id of dwz file, if present. | |
9097 | * dwarf2read.c (struct dwz_file): Move to dwarf2read.h. | |
9098 | (dwarf2_get_dwz_file): Likewise. | |
9099 | * dwarf2read.h (struct dwz_file): Move from dwarf2read.c. | |
9100 | (dwarf2_get_dwz_file): Likewise. | |
9101 | ||
395f9c91 TT |
9102 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9103 | ||
9104 | * coffread.c (process_coff_symbol): Use xstrdup. | |
9105 | * value.c (create_internalvar): Use xstrdup. | |
9106 | ||
cafb3438 TT |
9107 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9108 | ||
9109 | * valops.c (value_cast, value_slice): Remove unnecessary cast. | |
9110 | * breakpoint.c (stopin_command, stopat_command) | |
9111 | (until_break_command, decode_location_default): Remove unnecessary | |
9112 | cast. | |
9113 | * utils.c (subset_compare): Remove unnecessary cast. | |
9114 | * ada-lang.c (ada_update_initial_language): Remove unnecessary | |
9115 | cast. | |
9116 | * linespec.c (decode_line_with_last_displayed): Remove unnecessary | |
9117 | cast. | |
9118 | * infcmd.c (path_command): Remove unnecessary cast. | |
9119 | * coffread.c (decode_type): Remove unnecessary cast. | |
9120 | * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast. | |
9121 | * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast. | |
9122 | * tui/tui-stack.c (tui_show_locator_content) | |
9123 | (tui_show_frame_info): Remove unnecessary cast. | |
9124 | * tui/tui-win.c (tui_scroll_forward_command) | |
9125 | (tui_scroll_backward_command, tui_set_focus, tui_set_win_height) | |
9126 | (parse_scrolling_args): Remove unnecessary cast. | |
9127 | * tui/tui-data.c (init_win_info, tui_del_window) | |
9128 | (tui_free_window, tui_del_data_windows, tui_free_data_content) | |
9129 | (free_content_elements): Remove unnecessary cast. | |
9130 | * tui/tui-windata.c (tui_first_data_item_displayed): Remove | |
9131 | unnecessary cast. | |
9132 | * tui/tui-source.c (tui_set_source_content) | |
9133 | (tui_vertical_source_scroll): Remove unnecessary cast. | |
9134 | * tui/tui-layout.c (tui_default_win_height): Remove unnecessary | |
9135 | cast. | |
9136 | * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast. | |
9137 | * tui/tui-regs.c (tui_display_registers_from) | |
9138 | (tui_display_register): Remove unnecessary cast. | |
9139 | * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win) | |
9140 | (tui_unhighlight_win, tui_highlight_win, tui_make_window) | |
9141 | (make_visible): Remove unnecessary cast. | |
9142 | * tui/tui-winsource.c (tui_erase_source_content) | |
9143 | (tui_update_breakpoint_info, tui_set_exec_info_content): Remove | |
9144 | unnecessary cast. | |
9145 | * ax-gdb.c (agent_command_1): Remove unnecessary cast. | |
9146 | * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast. | |
9147 | * stabsread.c (read_type, read_array_type, read_range_type): | |
9148 | Remove unnecessary cast. | |
9149 | * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast. | |
9150 | (parse_symbol, parse_type, upgrade_type, parse_external) | |
9151 | (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove | |
9152 | unnecessary cast. | |
9153 | * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast. | |
9154 | ||
730ead81 TT |
9155 | 2019-06-16 Tom Tromey <tom@tromey.com> |
9156 | ||
9157 | * tui/tui-data.c (tui_alloc_generic_win_info) | |
9158 | (tui_alloc_win_info, tui_add_content_elements): Remove NULL | |
9159 | checks. | |
9160 | ||
584a927c AB |
9161 | 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com> |
9162 | Andrew Burgess <andrew.burgess@embecosm.com> | |
9163 | ||
9164 | * f-typeprint.c (f_print_type): Don't return early for not | |
9165 | associated or not allocated types. | |
9166 | (f_type_print_varspec_suffix): Add print_rank parameter and print | |
9167 | ranks of array types in case they dangling. | |
9168 | (f_type_print_base): Add print_rank parameter. | |
9169 | ||
30056ea0 AB |
9170 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9171 | ||
9172 | * NEWS: Mention new MI commands. | |
9173 | * break-catch-throw.c (enum exception_event_kind): Move to | |
9174 | breakpoint.h. | |
9175 | (print_mention_exception_catchpoint): Output text as a single | |
9176 | message. | |
9177 | (catch_exception_command_1): Rename to... | |
9178 | (catch_exception_event): ...this, make non-static, update header | |
9179 | command, and change some parameter types. | |
9180 | (catch_catch_command): Update for changes to | |
9181 | catch_exception_command_1. | |
9182 | (catch_throw_command): Likewise. | |
9183 | (catch_rethrow_command): Likewise. | |
9184 | * breakpoint.c (enum exception_event_kind): Delete. | |
9185 | * breakpoint.h (enum exception_event_kind): Moved here from | |
9186 | break-catch-throw.c. | |
9187 | (catch_exception_event): Declare. | |
9188 | * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function. | |
9189 | (mi_cmd_catch_throw): New function. | |
9190 | (mi_cmd_catch_rethrow): New function. | |
9191 | (mi_cmd_catch_catch): New function. | |
9192 | * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and | |
9193 | 'catch-catch' entries. | |
9194 | * mi/mi-cmds.h (mi_cmd_catch_throw): Declare. | |
9195 | (mi_cmd_catch_rethrow): Declare. | |
9196 | (mi_cmd_catch_catch): Declare. | |
9197 | ||
ec8e2b6d AB |
9198 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9199 | ||
9200 | * annotate.c (annotate_source_line): Change return type to void, | |
9201 | update implementation to match. | |
9202 | * annotate.h (annotate_source_line): Change return type to void, | |
9203 | update header comment. | |
9204 | * stack.c (print_frame_info): Don't change what frame information | |
9205 | is printed based on whether annotations are on or not. | |
9206 | ||
0d3abd8c AB |
9207 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9208 | ||
9209 | * annotate.c: Add 'source.h' and 'objfiles.h' includes. | |
9210 | (annotate_source): Make static. | |
9211 | (annotate_source_line): Moved from source.c and renamed from | |
9212 | identify_source_line. Update the return type. | |
9213 | * annotate.h (annotate_source): Delete declaration. | |
9214 | (annotate_source_line): Declaration moved from source.h, and | |
9215 | renamed from identify_source_line. Return type updated. | |
9216 | * source.c (identify_source_line): Moved to annotate.c and renamed | |
9217 | to annotate_source_line. | |
9218 | (info_line_command): Remove check of annotation_level. | |
9219 | * source.h (identify_source_line): Move declaration to annotate.h | |
9220 | and rename to annotate_source_line. | |
9221 | * stack.c: Add 'annotate.h' include. | |
9222 | (print_frame_info): Remove check of annotation_level before | |
9223 | calling annotate_source_line. | |
9224 | ||
00df30ae AB |
9225 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9226 | ||
9227 | * source-cache.c (source_cache::get_plain_source_lines): Use | |
9228 | open_source_file_with_line_charpos instead of just | |
9229 | open_source_file, remove call to find_source_lines. | |
9230 | (source_cache::get_source_lines): Likewise. | |
9231 | * source.c (find_source_lines): Make static. | |
9232 | (get_filename_and_charpos): Renamed into... | |
9233 | (open_source_file_with_line_charpos): ..this along with changes to | |
9234 | return a scoped_fd, and some other minor clean ups. | |
9235 | (identify_source_line): Use open_source_file_with_line_charpos. | |
9236 | (search_command_helper): Use open_source_file_with_line_charpos | |
9237 | instead of just open_source_file, remove call to | |
9238 | find_source_lines. | |
9239 | * source.h (open_source_file_with_line_charpos): Declare new | |
9240 | function. | |
9241 | (find_source_lines): Delete declaration. | |
9242 | ||
afda45a2 AB |
9243 | 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com> |
9244 | ||
9245 | * source.c (get_filename_and_charpos): Remove fullname | |
9246 | parameter. | |
9247 | (identify_source_line): Update call to get_filename_and_charpos. | |
9248 | ||
0735b091 TT |
9249 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9250 | ||
9251 | PR gdb/24502: | |
9252 | * ui-style.h (skip_ansi_escape): Update comment. | |
9253 | * ui-file.h (class no_terminal_escape_file): New class. | |
9254 | * ui-file.c (no_terminal_escape_file::write) | |
9255 | (no_terminal_escape_file::puts): New methods. | |
9256 | * cli/cli-logging.c (handle_redirections): Use | |
9257 | no_terminal_escape_file. | |
9258 | ||
52ce35e2 TT |
9259 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9260 | ||
9261 | * NEWS: Move convenience variable news above Python news. | |
9262 | ||
73cc7272 TT |
9263 | 2019-06-14 Tom Tromey <tom@tromey.com> |
9264 | ||
9265 | * gnulib: Move directory to top-level. | |
9266 | * configure.ac: Don't configure gnulib. | |
9267 | * configure: Rebuild. | |
9268 | * common/common-defs.h: Use new path to gnulib. | |
9269 | * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib. | |
9270 | (GNULIB_H): Remove. | |
9271 | (INCGNU): Look in new gnulib location. | |
9272 | (HFILES_NO_SRCDIR): Remove gnulib files. | |
9273 | (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib. | |
9274 | (generated_files): Remove GNULIB_H. | |
9275 | ($(LIBGNU), all-lib): Remove targets. | |
9276 | (distclean): Don't mention GNULIB_BUILDDIR. | |
9277 | ($(GNULIB_BUILDDIR)/Makefile): Remove target. | |
9278 | ||
f5686554 TT |
9279 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9280 | ||
9281 | * symfile.c (add_symbol_file_command): Remove obsolete comment. | |
9282 | Warn if symbol file does not provide any symbols. | |
9283 | ||
a0c1ffed TT |
9284 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9285 | ||
9286 | * source.c (find_and_open_source): Respect basenames_may_differ. | |
9287 | ||
7c39e397 AB |
9288 | 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com> |
9289 | ||
9290 | * annotate.c (annotate_breakpoints_invalid): Make use of | |
9291 | scoped_restore_terminal_state. | |
9292 | (annotate_frames_invalid): Likewise. | |
9293 | ||
f411722c TT |
9294 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9295 | ||
9296 | * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always | |
9297 | allow assignment to an internalvar. | |
9298 | ||
4268ec18 TT |
9299 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9300 | ||
9301 | * ada-lex.l: Allow "_" in attribute names. | |
9302 | ||
abdb711e TT |
9303 | 2019-06-14 Tom Tromey <tromey@adacore.com> |
9304 | ||
9305 | PR gdb/24653: | |
9306 | * regcache.c (registers_changed): Don't call alloca. | |
9307 | * top.c (execute_command): Don't call alloca. | |
9308 | ||
4c048731 PA |
9309 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9310 | ||
9311 | * cli/cli-setshow.c (cli/cli-setshow.c): New parameter | |
9312 | 'expression'. When parsing an expression, error out if there's | |
9313 | junk after "unlimited". | |
9314 | (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited) | |
9315 | (do_set_command): Adjust calls to is_unlimited_literal. | |
9316 | ||
66eb1ed3 PA |
9317 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9318 | ||
9319 | * compile/compile.c (make_compile_options_def_group): Add braces | |
9320 | around array_view initializer. | |
9321 | * thread.c (make_thread_apply_all_options_def_group) | |
9322 | (make_thread_apply_all_options_def_group): Likewise. | |
9323 | ||
3345721a PA |
9324 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9325 | ||
9326 | * NEWS (New commands): Mention "maint test-options | |
9327 | require-delimiter", "maint test-options unknown-is-error", "maint | |
9328 | test-options unknown-is-operand" and "maint show | |
9329 | test-options-completion-result". | |
9330 | (New command options, command completion): New section. | |
9331 | (Completion improvements): New section. | |
9332 | Mention that you can abbreviate "unlimited". | |
9333 | ||
6206060d PA |
9334 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9335 | ||
9336 | * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete. | |
9337 | * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete. | |
9338 | * unittests/cli-utils-selftests.c (test_parse_flags) | |
9339 | (test_parse_flags_qcs): Delete. | |
9340 | (test_cli_utils): Don't call deleted functions. | |
9341 | ||
6665660a PA |
9342 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9343 | ||
9344 | * thread.c: Include "cli/cli-option.h". | |
9345 | (tp_array_compar_ascending): Global. | |
9346 | (tp_array_compar): Delete function. | |
9347 | (tp_array_compar_ascending, tp_array_compar_descending): New | |
9348 | functions. | |
9349 | (ascending_option_def, qcs_flag_option_def) | |
9350 | (thr_qcs_flags_option_defs) | |
9351 | (make_thread_apply_all_options_def_group) | |
9352 | (make_thread_apply_options_def_group): New. | |
9353 | (thread_apply_all_command): Use gdb::option::process_options. | |
9354 | (thread_apply_command_completer) | |
9355 | (thread_apply_all_command_completer): New. | |
9356 | (thread_apply_command): Use gdb::option::process_options. | |
9357 | (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it | |
9358 | with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help | |
9359 | to generate help text of "thread apply". Adjust "taas"'s help. | |
9360 | * tid-parse.c (tid_range_parser::in_thread_range): New method. | |
9361 | * tid-parse.h (tid_range_parser::in_thread_range): New method. | |
9362 | ||
f7e13587 PA |
9363 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9364 | ||
9365 | * thread.c (thread_apply_command): Check for invalid TID with | |
9366 | isdigit instead of !isalpha. | |
9367 | ||
5d707134 PA |
9368 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9369 | ||
9370 | * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs. | |
9371 | (validate_flags_qcs): New. | |
9372 | * cli/cli-utils.h (struct qcs_flags): Change field types to int. | |
9373 | (validate_flags_qcs): Declare. | |
9374 | * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New. | |
9375 | (make_frame_apply_options_def_group): New. | |
9376 | (frame_apply_command_count): Process options with | |
9377 | gdb::option::process_options. | |
9378 | (frame_apply_completer): New. | |
9379 | (frame_apply_level_completer, frame_apply_all_completer) | |
9380 | (frame_apply_completer): New. | |
9381 | (_initialize_stack): Update help of "frame apply", "frame apply | |
9382 | level", "frame apply all" and "faas" to mention supported options | |
9383 | and install command completers. | |
9384 | * stack.h (frame_apply_all_completer): Declare. | |
9385 | * thread.c: Include "stack.h". | |
9386 | (tfaas_command): Add "--". | |
9387 | (_initialize_thread): Update help "tfaas" to mention supported | |
9388 | options and install command completer. | |
9389 | ||
272d4594 PA |
9390 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9391 | ||
9392 | * completer.c (complete_nested_command_line): New. | |
9393 | (gdb_completion_word_break_characters_throw): Add assertion. | |
9394 | * completer.h (complete_nested_command_line): Declare. | |
9395 | ||
90a1ef87 PA |
9396 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9397 | ||
9398 | * stack.c (parse_backtrace_qualifiers): New. | |
9399 | (backtrace_command): Use it. | |
9400 | (backtrace_command_completer): Complete on qualifiers. | |
9401 | ||
d4c16835 PA |
9402 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9403 | ||
9404 | * frame.c: Include "cli/cli-option.h. | |
9405 | (user_set_backtrace_options): New. | |
9406 | (backtrace_past_main, backtrace_past_entry, backtrace_limit): | |
9407 | Delete. | |
9408 | (get_prev_frame): Adjust. | |
9409 | (boolean_option_def, uinteger_option_def) | |
9410 | (set_backtrace_option_defs): New. | |
9411 | (_initialize_frame): Adjust and use | |
9412 | gdb::option::add_setshow_cmds_for_options to install "set | |
9413 | backtrace past-main" and "set backtrace past-entry". | |
9414 | * frame.h: Include "cli/cli-option.h". | |
9415 | (struct frame_print_options): Forward declare. | |
9416 | (print_frame_arguments_all, print_frame_arguments_scalars) | |
9417 | (print_frame_arguments_none): Declare. | |
9418 | (print_entry_values): Delete declaration. | |
9419 | (struct frame_print_options, user_frame_print_options): New. | |
9420 | (struct set_backtrace_options): New. | |
9421 | (set_backtrace_option_defs, user_set_backtrace_options): Declare. | |
9422 | * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames) | |
9423 | (mi_cmd_stack_list_locals, mi_cmd_stack_list_args) | |
9424 | (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS. | |
9425 | (list_args_or_locals): Add frame_print_options parameter. | |
9426 | (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS. | |
9427 | * python/py-framefilter.c (enumerate_args): Pass down | |
9428 | USER_FRAME_PRINT_OPTIONS. | |
9429 | * stack.c: Include "cli/cli-option.h". | |
9430 | (print_frame_arguments_all, print_frame_arguments_scalars) | |
9431 | (print_frame_arguments_none): Declare. | |
9432 | (print_raw_frame_arguments, print_entry_values): Delete. | |
9433 | (user_frame_print_options): New. | |
9434 | (boolean_option_def, enum_option_def, frame_print_option_defs): | |
9435 | New. | |
9436 | (struct backtrace_cmd_options): New. | |
9437 | (bt_flag_option_def): New. | |
9438 | (backtrace_command_option_defs): New. | |
9439 | (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS. | |
9440 | (print_frame_arg, read_frame_arg, print_frame_args) | |
9441 | (print_frame_info, print_frame): Add frame_print_options parameter | |
9442 | and use it. | |
9443 | (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS. | |
9444 | (backtrace_command_1): Add frame_print_options and | |
9445 | backtrace_cmd_options parameters and use them. | |
9446 | (make_backtrace_options_def_group): New. | |
9447 | (backtrace_command): Process command options with | |
9448 | gdb::option::process_options. | |
9449 | (backtrace_command_completer): New. | |
9450 | (_initialize_stack): Extend "backtrace"'s help to mention | |
9451 | supported options. Install completer for "backtrace". | |
9452 | Install some settings commands with add_setshow_cmds_for_options. | |
9453 | ||
2daf894e PA |
9454 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9455 | ||
9456 | * NEWS (Changed commands): Mention set/show print raw-frame-arguments, | |
9457 | and that "set/show print raw frame-arguments" are now deprecated. | |
9458 | ||
9459 | * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the | |
9460 | command. | |
9461 | * command.h (add_setshow_boolean_cmd): Return cmd_list_element *. | |
9462 | * stack.c (_initialize_stack): Install "set/show print | |
9463 | raw-frame-arguments", and deprecate "set/show print raw | |
9464 | frame-arguments". | |
9465 | * valprint.c (_initialize_valprint): Deprecate "set/show print | |
9466 | raw". | |
9467 | ||
e6ed716c PA |
9468 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9469 | ||
9470 | * compile/compile.c (struct compile_options): New. | |
9471 | (compile_flag_option_def, compile_command_option_defs) | |
9472 | (make_compile_options_def_group): New. | |
9473 | (compile_file_command): Handle options with | |
9474 | gdb::option::process_options. | |
9475 | (compile_file_command_completer): New function. | |
9476 | (compile_code_command): Handle options with | |
9477 | gdb::option::process_options. | |
9478 | (compile_code_command_completer): New function. | |
9479 | (_initialize_compiler): Install completers for "compile code" and | |
9480 | "compile file". Mention available options in "compile code" and | |
9481 | "compile code"'s help. | |
9482 | * completer.c (advance_to_completion_word): New, factored out from | |
9483 | ... | |
9484 | (advance_to_expression_complete_word_point): ... this. | |
9485 | (advance_to_filename_complete_word_point): New. | |
9486 | * completer.h (advance_to_filename_complete_word_point): New | |
9487 | declaration. | |
9488 | ||
7d8062de PA |
9489 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9490 | ||
9491 | * compile/compile.c: Include "cli/cli-option.h". | |
9492 | (compile_print_value): Scope data pointer is now a | |
9493 | value_print_options pointer; adjust. | |
9494 | (compile_print_command): Process options. Scope data pointer is | |
9495 | now a value_print_options pointer; adjust. | |
9496 | (_initialize_compile): Update "compile print"'s help to include | |
9497 | supported options. Install a completer for "compile print". | |
9498 | * cp-valprint.c (show_vtblprint, show_objectprint) | |
9499 | (show_static_field_print): Delete. | |
9500 | (_initialize_cp_valprint): Don't install "set print | |
9501 | static-members", "set print vtbl", "set print object" here. | |
9502 | * printcmd.c: Include "cli/cli-option.h" and | |
9503 | "common/gdb_optional.h". | |
9504 | (print_command_parse_format): Rework to fill in a | |
9505 | value_print_options instead of a format_data. | |
9506 | (print_value): Change parameter type from format_data pointer to | |
9507 | value_print_options reference. Adjust. | |
9508 | (print_command_1): Process options. Adjust to pass down a | |
9509 | value_print_options. | |
9510 | (print_command_completer): New. | |
9511 | (_initialize_printcmd): Install print_command_completer as | |
9512 | handle_brkchars completer for the "print" command. Update | |
9513 | "print"'s help to include supported options. | |
9514 | * valprint.c: Include "cli/cli-option.h". | |
9515 | (show_vtblprint, show_objectprint, show_static_field_print): Moved | |
9516 | here from cp-valprint.c. | |
9517 | (boolean_option_def, uinteger_option_def) | |
9518 | (value_print_option_defs, make_value_print_options_def_group): | |
9519 | New. Use gdb::option::add_setshow_cmds_for_options to install | |
9520 | "set print elements", "set print null-stop", "set print repeats", | |
9521 | "set print pretty", "set print union", "set print array", "set | |
9522 | print address", "set print symbol", "set print array-indexes". | |
9523 | * valprint.h: Include <string> and "cli/cli-option.h". | |
9524 | (make_value_print_options_def_group): Declare. | |
9525 | (print_value): Change parameter type from format_data pointer to | |
9526 | value_print_options reference. | |
9527 | (print_command_completer): Declare. | |
9528 | ||
9d0faba9 PA |
9529 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9530 | ||
9531 | * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c. | |
9532 | (COMMON_SFILES): Add maint-test-settings.c. | |
9533 | * cli/cli-decode.c (boolean_enums): New global, factored out from | |
9534 | ... | |
9535 | (add_setshow_boolean_cmd): ... here. | |
9536 | * cli/cli-decode.h (boolean_enums): Declare. | |
9537 | * cli/cli-option.c: New file. | |
9538 | * cli/cli-option.h: New file. | |
9539 | * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New, | |
9540 | factored out from ... | |
9541 | (parse_cli_boolean_value(const char *)): ... this. | |
9542 | (is_unlimited_literal): Change parameter type to pointer to | |
9543 | pointer. Adjust and advance ARG pointer. | |
9544 | (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited) | |
9545 | (parse_cli_var_enum): New, factored out from ... | |
9546 | (do_set_command): ... this. Adjust. | |
9547 | * cli/cli-setshow.h (parse_cli_boolean_value) | |
9548 | (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited) | |
9549 | (parse_cli_var_enum): Declare. | |
9550 | * cli/cli-utils.c: Include "cli/cli-option.h". | |
9551 | (get_ulongest): New. | |
9552 | * cli/cli-utils.h (get_ulongest): Declare. | |
9553 | (check_for_argument): New overloads. | |
9554 | * maint-test-options.c: New file. | |
9555 | ||
2c722807 PA |
9556 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9557 | ||
9558 | * cli/cli-utils.c (number_or_range_parser::get_number): Do not | |
9559 | parse a range if "-" is at the end of the string. | |
9560 | ||
dee7b4c8 PA |
9561 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9562 | ||
9563 | * cli/cli-setshow.c (parse_auto_binary_operation) | |
9564 | (parse_cli_boolean_value): Don't allow "o". | |
9565 | ||
dca0f6c0 PA |
9566 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9567 | ||
9568 | * Makefile.in (COMMON_SFILES): Add maint-test-settings.c. | |
9569 | * NEWS: Mention maint test-settings KIND. | |
9570 | * maint-test-settings.c: New file. | |
9571 | ||
597bf39d PA |
9572 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9573 | ||
9574 | * cli/cli-decode.c (add_setshow_cmd_full): Remove "show" | |
9575 | completer. | |
9576 | (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove | |
9577 | "set" completers. | |
9578 | ||
48c410fb PA |
9579 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9580 | ||
9581 | * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk | |
9582 | after item. | |
9583 | ||
93bcb043 PA |
9584 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9585 | ||
9586 | * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations. | |
9587 | ||
cbba3ecd PA |
9588 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9589 | ||
9590 | * ax-gdb.c (agent_command_1): Remove skip_spaces call. | |
9591 | * breakpoint.c (watch_maybe_just_location): Remove skip_spaces | |
9592 | call. | |
9593 | * cli/cli-cmds.c (apropos_command): Remove skip_spaces call. | |
9594 | * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces | |
9595 | calls. | |
9596 | (check_for_argument): Skip spaces after argument. | |
9597 | ||
b9a3f842 PA |
9598 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9599 | ||
9600 | * thread.c (thread_apply_command): Adjust TID parsing. | |
9601 | * tid-parse.c (tid_range_parser::finished): Ensure parsing end is | |
9602 | detected before end of string. | |
9603 | (tid_is_in_list): Error out if LIST is invalid. | |
9604 | ||
3844e605 PA |
9605 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9606 | ||
9607 | * completer.c (complete_line_internal_1): Rewind completion word | |
9608 | point. | |
9609 | (completion_tracker::advance_custom_word_point_by): Change | |
9610 | parameter type to int. | |
9611 | * completer.h (completion_tracker::advance_custom_word_point_by): | |
9612 | Likewise. | |
9613 | ||
00b56dbe PA |
9614 | 2019-06-13 Pedro Alves <palves@redhat.com> |
9615 | ||
9616 | * completer.c (advance_to_completion_word): Handle delimiters. | |
9617 | ||
d106773e PA |
9618 | 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com> |
9619 | ||
9620 | * dwarf2read.c (add_partial_symbol): Skip nameless modules. | |
9621 | ||
08f10e02 TT |
9622 | 2019-06-11 Tom Tromey <tom@tromey.com> |
9623 | ||
9624 | * common/common-utils.c (xmalloc, xrealloc, xcalloc) | |
9625 | (xmalloc_failed): Move to alloc.c. | |
9626 | * alloc.c: New file. | |
9627 | * Makefile.in (COMMON_SFILES): Add alloc.c. | |
9628 | ||
1c7fe951 TT |
9629 | 2019-06-11 Tom Tromey <tom@tromey.com> |
9630 | ||
9631 | * nat/linux-waitpid.c: Don't include server.h. | |
9632 | (linux_debug): Remove. | |
9633 | (my_waitpid): Update. | |
9634 | ||
89549d7f TT |
9635 | 2019-06-11 Tom Tromey <tromey@adacore.com> |
9636 | ||
9637 | * infcall.c (_initialize_infcall): Remove trailing newline from | |
9638 | help. | |
9639 | * user-regs.c (_initialize_user_regs): Remove trailing newline | |
9640 | from help. | |
9641 | * typeprint.c (_initialize_typeprint): Remove trailing newline | |
9642 | from help. | |
9643 | * reverse.c (_initialize_reverse): Remove trailing newlines from | |
9644 | help. | |
9645 | * tracepoint.c (_initialize_tracepoint): Remove trailing newlines | |
9646 | from help. | |
9647 | * language.c (add_set_language_command): Remove trailing newline | |
9648 | from help. | |
9649 | * infcmd.c (_initialize_infcmd): Remove trailing newlines from | |
9650 | help. | |
9651 | * disasm.c (_initialize_disasm): Remove trailing newline from | |
9652 | help. | |
9653 | * top.c (init_main): Remove trailing newline from help. | |
9654 | * interps.c (_initialize_interpreter): Remove trailing newline | |
9655 | from help. | |
9656 | * btrace.c (_initialize_btrace): Remove trailing newlines from | |
9657 | help. | |
9658 | * breakpoint.c (_initialize_breakpoint): Remove trailing newline | |
9659 | from help. | |
9660 | * python/python.c (_initialize_python): Remove trailing newline | |
9661 | from help. | |
9662 | * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from | |
9663 | help. | |
9664 | * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines | |
9665 | from help. Reformat some text. | |
9666 | * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline | |
9667 | from help. | |
9668 | * tui/tui-layout.c (_initialize_tui_layout): Remove trailing | |
9669 | newline from help. | |
9670 | ||
86108c13 TT |
9671 | 2019-06-11 Tom Tromey <tromey@adacore.com> |
9672 | ||
9673 | * darwin-nat.c (darwin_decode_exception_message) | |
9674 | (darwin_decode_message, darwin_nat_target::kill): Fix shadowing. | |
9675 | ||
a7067863 AB |
9676 | 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com> |
9677 | ||
9678 | * valops.c (value_slice): Check for not allocated or not | |
9679 | associated values. | |
9680 | ||
9ab08412 TV |
9681 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9682 | ||
9683 | PR gdb/24618 | |
9684 | * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make | |
9685 | sure an empty slot (defined by a 32-bit zero pair) is recognized as | |
9686 | invalid. | |
9687 | ||
f19e22e9 TV |
9688 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9689 | ||
9690 | PR gdb/24611 | |
9691 | * linespec.c (linespec_lexer_lex_string): Remove incorrect | |
9692 | "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert. | |
9693 | ||
e99f9db0 TV |
9694 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9695 | ||
9696 | PR symtab/24545 | |
9697 | * symtab.c (struct demangled_name_entry): Add language field. | |
9698 | (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate | |
9699 | static minimal symbol". Set and use language field. | |
9700 | ||
9bf7038b TT |
9701 | 2019-06-10 Tom Tromey <tromey@adacore.com> |
9702 | ||
9703 | * ada-lang.c (_initialize_ada_language): Update help text. | |
9704 | ||
422186a9 TT |
9705 | 2019-06-10 Tom Tromey <tromey@adacore.com> |
9706 | ||
9707 | * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning | |
9708 | with a newline. | |
9709 | * guile/guile.c (handle_boot_error): Don't end warning with a | |
9710 | newline. | |
9711 | * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end | |
9712 | warning with a newline. | |
9713 | * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a | |
9714 | newline. | |
9715 | (s12z_frame_cache): Likewise. | |
9716 | * dwarf-index-cache.c (index_cache::store): Don't end warning with | |
9717 | a newline. | |
9718 | * solib-svr4.c (disable_probes_interface): Don't end warning with | |
9719 | a newline. | |
9720 | * nat/fork-inferior.c (fork_inferior): Don't end warning with a | |
9721 | newline. | |
9722 | * python/python.c (do_finish_initialization): Don't end warning | |
9723 | with a newline. | |
9724 | ||
25ce02ee TT |
9725 | 2019-06-10 Tom Tromey <tom@tromey.com> |
9726 | ||
9727 | * python/py-breakpoint.c (gdbpy_breakpoint_created) | |
9728 | (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use | |
9729 | gdbpy_enter. | |
9730 | ||
caa429d8 TT |
9731 | 2019-06-10 Tom Tromey <tromey@adacore.com> |
9732 | ||
9733 | * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile | |
9734 | data. | |
9735 | (elf_new_init): Don't call stabsread_new_init. | |
9736 | * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data. | |
9737 | (elfstab_build_psymtabs): Likewise. Call stabsread_new_init. | |
9738 | * coffread.c (coff_symfile_init): Don't set the dbx objfile data. | |
9739 | ||
81873cc8 TV |
9740 | 2019-06-10 Tom de Vries <tdevries@suse.de> |
9741 | ||
9742 | PR symtab/16264 | |
9743 | PR symtab/24517 | |
9744 | * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram. | |
9745 | ||
4fa0265e РИ |
9746 | 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com> |
9747 | ||
9748 | * source.c (find_and_open_source): Also rewrite relative file | |
9749 | names. | |
9750 | ||
1a3da2cd AB |
9751 | 2019-04-26 Amos Bird <amosbird@gmail.com> |
9752 | ||
9753 | * annotate.c (annotate_thread_exited): Add "thread-exited" | |
9754 | annotation. | |
9755 | ||
3847a7bf TT |
9756 | 2019-06-06 Tom Tromey <tromey@adacore.com> |
9757 | ||
9758 | * maint.h (class scoped_command_stats): Use | |
9759 | DISABLE_COPY_AND_ASSIGN. | |
9760 | <print_time>: New method. | |
9761 | * maint.c (scoped_command_stats, ~scoped_command_stats): Call | |
9762 | print_time. | |
9763 | (scoped_command_stats::print_time): New method. | |
9764 | ||
312617a3 AB |
9765 | 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com> |
9766 | ||
9767 | * riscv-tdep.c (riscv_insn::decode): Gracefully ignore | |
9768 | instructions of lengths 6 or 8 bytes. | |
9769 | ||
b02f78f9 PA |
9770 | 2019-06-04 Pedro Alves <palves@redhat.com> |
9771 | ||
9772 | * common/gdb_unique_ptr.h (make_unique_xstrdup): New. | |
9773 | ||
9774 | * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup. | |
9775 | * breakpoint.c (condition_completer): Likewise. | |
9776 | * cli/cli-dump.c (scan_expression): Likewise. | |
9777 | * common/filestuff.c (mkdir_recursive): Likewise. | |
9778 | * common/gdb_tilde_expand.c (gdb_tilde_expand_up) | |
9779 | * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile) | |
9780 | (gdb_abspath): Likewise. | |
9781 | * compile/compile-cplus-types.c | |
9782 | (compile_cplus_instance::decl_name): Likewise. | |
9783 | * completer.c (complete_explicit_location): | |
9784 | (signal_completer, reg_or_group_completer_1): Likewise. | |
9785 | * cp-support.c (cp_remove_params_if_any): Likewise. | |
9786 | * fbsd-tdep.c (fbsd_core_vnode_path): Likewise. | |
9787 | * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise. | |
9788 | * infcmd.c (strip_bg_char): Likewise. | |
9789 | * linespec.c (copy_token_string): Likewise. | |
9790 | * mi/mi-main.c (output_cores): Likewise. | |
9791 | * psymtab.c (psymtab_search_name): | |
9792 | * symfile.c (test_set_ext_lang_command): Likewise. | |
9793 | * target.c (target_fileio_read_stralloc): Likewise. | |
9794 | * tui/tui-regs.c (tui_reggroup_completer): Likewise. | |
9795 | * value.c (complete_internalvar): Likewise. | |
9796 | ||
e1f2e1a2 CB |
9797 | 2019-06-04 Christian Biesinger <cbiesinger@google.com> |
9798 | ||
9799 | Add objfile property to gdb.Type. | |
d3238f7d PA |
9800 | * NEWS: Mention Python API addition. |
9801 | * python/py-type.c (typy_get_objfile): New method. | |
e1f2e1a2 | 9802 | |
e664d728 PW |
9803 | 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9804 | ||
9805 | * NEWS: Mention the new set|show style [title|highlight]. | |
9806 | Mention changes to "show style", "help" and "apropos". | |
9807 | ||
66d8c862 PW |
9808 | 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9809 | ||
9810 | * cli/cli-decode.h (apropos_cmd): Add verbose argument. | |
9811 | * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command | |
9812 | instead of print_help_for_command. | |
9813 | (print_doc_of_command): New function. | |
9814 | (help_list): Add 'apropos -v word' suggestion. | |
9815 | (print_help_for_command): Style the command name using title style. | |
9816 | * cli/cli-cmds.c (apropos_command): Parse optional -v flag. | |
9817 | (_initialize_cli_cmds): Describe -v in apropos_command help. | |
9818 | ||
9303eb2f PW |
9819 | 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9820 | ||
9821 | * cli/cli-style.h (cli_style_option): Add name in constructor, | |
9822 | add m_name class member, add constructor with intensity, | |
9823 | add name class function. | |
9824 | (cli_style_option::add_setshow_commands): Remove name argument. | |
9825 | (highlight_style, title_style): New styles. | |
9826 | * cli/cli-style.c (do_show): New function that shows a style | |
9827 | characteristic styling the style name with itself. | |
9828 | (set_style_name): New function. | |
9829 | (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments. | |
9830 | Update all callers according to the changes in cli/cli-style.h. | |
9831 | * utils.h (fputs_highlighted): New function. | |
9832 | * utils.c (fputs_highlighted): Likewise. | |
9833 | ||
e2c52041 PW |
9834 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9835 | ||
9836 | * NEWS: Mention new pipe command and new convenience variables. | |
9837 | ||
947d3946 PW |
9838 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9839 | ||
9840 | * cli/cli-cmds.c (pipe_command): New function. | |
9841 | (_initialize_cli_cmds): Call add_com for pipe_command. | |
9842 | Define | as an alias for pipe. | |
9843 | (exit_status_set_internal_vars): New function. | |
9844 | (shell_escape): Call exit_status_set_internal_vars. | |
9845 | cli/cli-decode.c (find_command_name_length): Recognize | as | |
9846 | a single character command. | |
9847 | ||
b8fd0918 PW |
9848 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9849 | ||
9850 | * gdbcmd.h (execute_command_to_ui_file): New declaration. | |
9851 | top.c (execute_command_to_ui_file): New function, mostly a copy | |
9852 | of execute_command_to_string. | |
9853 | (execute_command_to_string): Implement by calling | |
9854 | execute_command_to_ui_file. | |
9855 | ||
68bb5386 PW |
9856 | 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
9857 | ||
9858 | * top.h (saved_command_line): Remove declaration. | |
9859 | * top.c (previous_saved_command_line, previous_repeat_arguments): | |
9860 | New variables. | |
9861 | (saved_command_line): Make static, define together with other | |
9862 | 'repeat variables'. | |
9863 | (dont_repeat): Clear repeat_arguments. | |
9864 | (repeat_previous, get_saved_command_line, save_command_line): | |
9865 | New functions. | |
9866 | (gdb_init): Initialize saved_command_line | |
9867 | and previous_saved_command_line. | |
9868 | * main.c (captured_main_1): Remove saved_command_line initialization. | |
9869 | * event-top.c (handle_line_of_input): Update to use | |
9870 | the new 'repeat' related functions instead of direct access to | |
9871 | saved_command_line. | |
9872 | * command.h (repeat_previous, get_saved_command_line, | |
9873 | save_command_line): New declarations. | |
9874 | (dont_repeat): Add comment. | |
9875 | ||
bfcdb852 TT |
9876 | 2019-05-30 Tom Tromey <tromey@adacore.com> |
9877 | ||
9878 | * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>: | |
9879 | Fix comment. | |
9880 | (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment. | |
9881 | ||
0ef209f2 JV |
9882 | 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz> |
9883 | ||
9884 | PR cli/24587 | |
9885 | * completer.c (complete): Initialize variable word. | |
9886 | ||
955b06fa SDJ |
9887 | 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com> |
9888 | ||
9889 | Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192 | |
9890 | Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008 | |
9891 | * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if | |
9892 | 'body' is NULL to the outter 'if', protecting the '!is_define' | |
9893 | situation as well. | |
9894 | ||
fa9c3fa0 TT |
9895 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9896 | ||
9897 | * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name. | |
9898 | (dwarf_unknown): New function. | |
9899 | (dwarf_tag_name, dwarf_attr_name, dwarf_form_name) | |
9900 | (dwarf_type_encoding_name): Use dwarf_unknown. | |
9901 | ||
4330d61d TT |
9902 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9903 | ||
9904 | PR c++/20020: | |
9905 | * cp-valprint.c (cp_print_value_fields): Call | |
9906 | cp_print_static_field inside "try". | |
9907 | ||
33a6bc35 TT |
9908 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9909 | ||
9910 | * inflow.c (struct terminal_info): Add default operator=. | |
9911 | * configure: Rebuild. | |
9912 | * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy, | |
9913 | -Wdeprecated-copy-dtor, -Wredundant-move. | |
9914 | ||
000439d5 TT |
9915 | 2019-05-29 Tom Tromey <tromey@adacore.com> |
9916 | ||
9917 | * NEWS: Add entry. | |
9918 | * infcmd.c (print_return_value_1): Handle finish_print | |
9919 | option. | |
9920 | (show_print_finish): New function. | |
9921 | (_initialize_infcmd): Add "set/show print finish" commands. | |
9922 | * valprint.c (user_print_options): Initialize new member. | |
9923 | * valprint.h (struct value_print_options) <finish_print>: New | |
9924 | member. | |
9925 | ||
c0e70c62 TT |
9926 | 2019-05-28 Tom Tromey <tromey@adacore.com> |
9927 | ||
9928 | * ada-lang.c (ada_remove_Xbn_suffix) | |
9929 | (find_old_style_renaming_symbol) | |
9930 | (parse_old_style_renaming): Remove. | |
9931 | (ada_find_renaming_symbol): Don't call | |
9932 | find_old_style_renaming_symbol. | |
9933 | (ada_is_renaming_symbol): Rename from | |
9934 | ada_find_renaming_symbol. Remove "block" parameter. Return | |
9935 | bool. Now static. | |
9936 | (ada_read_var_value): Update and simplify. | |
9937 | * ada-exp.y (write_var_or_type): Remove old code. | |
9938 | ||
766f8836 AH |
9939 | 2019-05-28 Alan Hayward <alan.hayward@arm.com> |
9940 | ||
68255adc | 9941 | PR gdb/25010 |
766f8836 AH |
9942 | * event-top.c: Remove include comment. |
9943 | * inflow.c (class scoped_ignore_sigttou): Move from here... | |
9944 | * inflow.h (class scoped_ignore_sigttou): ...to here. | |
9945 | * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain. | |
9946 | * top.c: Remove include comment. | |
9947 | ||
eb41253a TT |
9948 | 2019-05-27 Tom Tromey <tom@tromey.com> |
9949 | ||
9950 | * NEWS: Fix typo. | |
9951 | ||
4ca51187 TT |
9952 | 2019-05-22 Tom Tromey <tromey@adacore.com> |
9953 | ||
9954 | * target.c (target_follow_exec): Constify parameter. | |
9955 | * target-delegates.c: Rebuild. | |
9956 | * remote.c (remote_target::follow_exec): Constify parameter. | |
9957 | * infrun.c (follow_exec): Constify parameter. | |
9958 | * target.h (struct target_ops) <follow_exec>: Constify parameter. | |
9959 | (target_follow_exec): Likewise. | |
9960 | ||
8fca4da0 AH |
9961 | 2019-05-22 Alan Hayward <alan.hayward@arm.com> |
9962 | ||
9963 | * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat | |
9964 | DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets. | |
9965 | ||
b7060614 AH |
9966 | 2019-05-22 Alan Hayward <alan.hayward@arm.com> |
9967 | ||
9968 | * NEWS: Add debugredirect and testsuite sections. | |
9969 | ||
0a5954bd SC |
9970 | 2019-05-22 Simon Cook <simon.cook@embecosm.com> |
9971 | ||
9972 | * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from | |
9973 | target descriptions using exclusively floating point register name | |
9974 | aliases. | |
9975 | ||
dc42e902 AB |
9976 | 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
9977 | ||
9978 | PR gdb/18644: | |
9979 | * f-lang.c (build_fortran_types): Handle the case where | |
9980 | gdbarch_floatformat_for_type returns a nullptr. | |
9981 | ||
fb7806c7 TV |
9982 | 2019-05-21 Tom de Vries <tdevries@suse.de> |
9983 | ||
9984 | PR cli/24587 | |
9985 | * cli/cli-cmds.c (complete_command): Fix use of unitialized variable. | |
9986 | ||
34d11c68 AB |
9987 | 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com> |
9988 | ||
9989 | PR gdb/18644: | |
9990 | * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for | |
9991 | 16-byte floats. | |
9992 | * i386-tdep.c (i386_floatformat_for_type): Use | |
9993 | floatformats_ia64_quad for the 16-byte floating point component | |
9994 | within a fortran 32-byte complex number. | |
9995 | ||
122cf0f2 AB |
9996 | 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com> |
9997 | ||
9998 | * dwarf2read.c (struct cu_partial_die_info): Add constructor, | |
9999 | delete default constructor. | |
10000 | (find_partial_die): Update to return const struct. | |
10001 | (partial_die_parent_scope): Move variable declaration into scope | |
10002 | of its use and change its type to auto. | |
10003 | (guess_partial_die_structure_name): Likewise. | |
10004 | (partial_die_info::fixup): Likewise. | |
10005 | ||
33d0e35a TT |
10006 | 2019-05-17 Tom Tromey <tromey@adacore.com> |
10007 | ||
10008 | * source.c (find_and_open_source): Remove cast. | |
10009 | ||
a45575b0 TT |
10010 | 2019-05-17 Tom Tromey <tromey@adacore.com> |
10011 | ||
10012 | * annotate.c (annotate_source): Make "filename" const. | |
10013 | * annotate.h (annotate_source): Use const. | |
10014 | ||
81f47ac2 AH |
10015 | 2019-05-17 Alan Hayward <alan.hayward@arm.com> |
10016 | ||
10017 | * disasm.c (set_disassembler_options): Send errors to stderr. | |
10018 | ||
ca1285d1 AH |
10019 | 2019-05-17 Alan Hayward <alan.hayward@arm.com> |
10020 | ||
10021 | * cli/cli-interp.c (struct saved_output_files): Add saved entry. | |
10022 | (cli_interp_base::set_logging): Check debug_redirect. | |
10023 | * cli/cli-interp.h (set_logging): Add debug_redirect parameter. | |
10024 | * cli/cli-logging.c (debug_redirect): Add static variable. | |
10025 | (pop_output_files): Add default param. | |
10026 | (handle_redirections): Print debug setting. | |
10027 | (show_logging_command): Likewise. | |
10028 | (_initialize_cli_logging): Add debugredirect command. | |
10029 | * interps.c (current_interp_set_logging): Add debug_redirect | |
10030 | parameter. | |
10031 | * interps.h (set_logging): Add debug_redirect parameter. | |
10032 | (current_interp_set_logging): Likewise. | |
10033 | * mi/mi-common.h: Likewise. | |
10034 | * mi/mi-interp.c (mi_interp::set_logging): Likewise. | |
10035 | ||
10036 | 2019-05-17 Alan Hayward <alan.hayward@arm.com> | |
f3a09c80 AH |
10037 | Tom Tromey <tromey@adacore.com> |
10038 | ||
10039 | * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file | |
10040 | directly. | |
10041 | * cli/cli-interp.h (make_logging_output): Remove declaration. | |
10042 | * cli/cli-logging.c (make_logging_output): Remove function. | |
10043 | * mi/mi-interp.c (mi_interp::set_logging): Create tee_file | |
10044 | directly. | |
10045 | * ui-file.c (tee_file::tee_file): Remove bools. | |
10046 | (tee_file::~tee_file): Remove deletes. | |
10047 | * ui-file.h (tee_file): Remove bools. | |
10048 | ||
26648588 JV |
10049 | 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz> |
10050 | ||
10051 | * mi/mi-cmds.h (mi_cmd_complete): New function. | |
10052 | * mi/mi-main.c (mi_cmd_complete): Likewise. | |
10053 | * mi/mi-cmds.c: Define new MI command -complete. | |
10054 | * NEWS: Mention new -complete command. | |
10055 | ||
6e035501 JV |
10056 | 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz> |
10057 | ||
10058 | * completer.h (complete): New function. | |
10059 | * completer.c (complete): Likewise. | |
10060 | * cli/cli-cmds.c: (complete_command): Update to use new complete() | |
10061 | function defined in completer.h. | |
10062 | ||
7d0e2ece JV |
10063 | 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz> |
10064 | ||
e79be6e5 | 10065 | * MAINTAINERS (Write After Approval): Add myself. |
7d0e2ece | 10066 | |
fb816e8b TV |
10067 | 2019-05-17 Tom de Vries <tdevries@suse.de> |
10068 | ||
10069 | PR gdb/24094 | |
10070 | * dwarf2read.c (struct cu_partial_die_info): New struct. | |
10071 | (find_partial_die): Return cu_partial_die_info. | |
10072 | (partial_die_parent_scope, guess_partial_die_structure_name) | |
10073 | (partial_die_info::fixup): Handle new return type of find_partial_die. | |
10074 | ||
677052f2 SDJ |
10075 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10076 | ||
a1726c38 | 10077 | PR breakpoints/24541 |
677052f2 SDJ |
10078 | * stap-probe.c (stap_parse_register_operand): Make "regname" an |
10079 | "std::string", simplifying the algorithm. | |
10080 | ||
f3da9116 SDJ |
10081 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10082 | ||
10083 | * stap-probe.c (handle_stap_probe): Fix complaint formatting. | |
10084 | (stap_static_probe_ops::get_probes): Likewise. | |
10085 | ||
f1bb75ab SDJ |
10086 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10087 | ||
10088 | * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg == | |
10089 | '-')" and "else if". | |
10090 | (stap_parse_single_operand): Join checks for | |
10091 | "gdbarch_stap_parse_special_token_p" and | |
10092 | "gdbarch_stap_parse_special_token" in the same "if" statement. | |
10093 | Invert check when verifying for operation on register | |
10094 | displacement. | |
10095 | ||
3ca58cde SDJ |
10096 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10097 | ||
10098 | * stap-probe.c (stap_get_opcode): Update comment. | |
10099 | (stap_get_expected_argument_type): Likewise. | |
10100 | (handle_stap_probe): Likewise. | |
10101 | ||
af2d9bee SDJ |
10102 | 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com> |
10103 | ||
10104 | * i386-tdep.c (i386_stap_parse_special_token_triplet): Change | |
10105 | return type to 'bool'. Adjust comment. Use 'bool' when | |
10106 | appropriate. | |
10107 | (i386_stap_parse_special_token_three_arg_disp): Likewise. | |
10108 | * stap-probe.c (stap_parse_argument_1): Likewise. | |
10109 | (stap_is_operator): Likewise. | |
10110 | (stap_is_generic_prefix): Likewise. | |
10111 | (stap_is_register_prefix): Likewise. | |
10112 | (stap_is_register_indirection_prefix): Likewise. | |
10113 | (stap_is_integer_prefix): Likewise. | |
10114 | (stap_generic_check_suffix): Likewise. | |
10115 | (stap_check_integer_suffix): Likewise. | |
10116 | (stap_check_register_suffix): Likewise. | |
10117 | (stap_check_register_indirection_suffix): Likewise. | |
10118 | (stap_parse_register_operand): Likewise. | |
10119 | (stap_parse_single_operand): Likewise. | |
10120 | (stap_parse_argument_1): Likewise. | |
10121 | (stap_probe::get_argument_count): Likewise. | |
10122 | (stap_is_operator): Likewise. | |
10123 | ||
61c9c421 TT |
10124 | 2019-05-16 Tom Tromey <tromey@adacore.com> |
10125 | ||
10126 | * darwin-nat.c (thread_info_from_private_thread_info): Add struct | |
10127 | keyword to foreach. | |
10128 | ||
9ddc1af1 SM |
10129 | 2019-05-15 Simon Marchi <simon.marchi@efficios.com> |
10130 | ||
10131 | * linux-thread-db.c (try_thread_db_load_1): Change return type | |
10132 | to bool. | |
10133 | (try_thread_db_load): Likewise. | |
10134 | (try_thread_db_load_from_pdir_1): Likewise. | |
10135 | (try_thread_db_load_from_pdir): Likewise. | |
10136 | (try_thread_db_load_from_sdir): Likewise. | |
10137 | (try_thread_db_load_from_dir): Likewise. | |
10138 | (thread_db_load_search): Likewise. | |
10139 | (has_libpthread): Likewise. | |
10140 | (thread_db_load): Likewise. | |
10141 | ||
7bede828 SDJ |
10142 | 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com> |
10143 | ||
10144 | Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192 | |
10145 | * dwarf2read.c (parse_macro_definition): Check whether 'body' is | |
10146 | NULL, and complain/return if that's the case. | |
10147 | ||
c5358db4 JD |
10148 | 2019-05-15 John Darrington <john@darrington.wattle.id.au> |
10149 | ||
10150 | * s12z-tdep.c (push_pull_get_stack_adjustment): New function. | |
10151 | (advance, posn, abstract_read_memory): New functions. | |
10152 | [struct mem_read_abstraction]: New struct. | |
10153 | (s12z_frame_cache): Use opcodes API to interpret stack frame code. | |
10154 | ||
c408a94f TT |
10155 | 2019-05-14 Tom Tromey <tromey@adacore.com> |
10156 | ||
10157 | * ada-lang.c (coerce_unspec_val_to_type): Only set address when | |
10158 | value is not lval_memory. | |
10159 | ||
e7bd7fba TT |
10160 | 2019-05-14 Tom Tromey <tromey@adacore.com> |
10161 | ||
10162 | * solib.c (info_sharedlibrary_command): Style the file name. | |
10163 | ||
a6d0f249 AH |
10164 | 2019-05-14 Alan Hayward <alan.hayward@arm.com> |
10165 | ||
10166 | * aarch64-tdep.c (aarch64_vnh_type): Add half view. | |
10167 | (aarch64_vnv_type): Likewise. | |
10168 | * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF. | |
10169 | * common/tdesc.c: Likewise. | |
10170 | * common/tdesc.h (enum tdesc_type_kind): Likewise. | |
10171 | * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate. | |
10172 | * features/aarch64-fpu.xml: Add ieee half view. | |
10173 | * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise. | |
10174 | * gdbtypes.c (gdbtypes_post_init): Add builtin_half | |
10175 | * gdbtypes.h (struct builtin_type): Likewise. | |
10176 | (struct objfile_type): Likewise. | |
10177 | ||
66b8bb74 SM |
10178 | 2019-05-12 Paul Naert <paul.naert@polymtl.ca> |
10179 | ||
10180 | * language.c (language_sniff_from_mangled_name): Fix "langauge" | |
10181 | typo. | |
10182 | * location.h (string_to_event_location): Likewise. | |
10183 | ||
21c219fd JB |
10184 | 2019-05-11 Joel Brobecker <brobecker@adacore.com> |
10185 | ||
10186 | GDB 8.3 released. | |
10187 | ||
13674803 SM |
10188 | 2019-05-10 Simon Marchi <simon.marchi@efficios.com> |
10189 | ||
10190 | * breakpoint.h (fix_multi_location_breakpoint_output_globally): | |
10191 | New variable declaration. | |
10192 | * breakpoint.c (fix_multi_location_breakpoint_output_globally): | |
10193 | New variable. | |
10194 | (print_one_breakpoint): Use ui_out::test_flags and new global | |
10195 | variable to compute use_fixed_output. | |
10196 | * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed): | |
10197 | Remove. | |
10198 | * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove. | |
10199 | (mi_multi_location_breakpoint_output_fixed): Remove. | |
10200 | (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the | |
10201 | new variable. | |
10202 | * mi/mi-out.c (mi_ui_out::mi_ui_out): Set | |
10203 | fix_multi_location_breakpoint_output flag if version >= 3. | |
10204 | * ui-out.h (enum ui_out_flag) | |
10205 | <fix_multi_location_breakpoint_output>: New enumerator. | |
10206 | ||
a9eac7f9 SM |
10207 | 2019-05-10 Simon Marchi <simon.marchi@efficios.com> |
10208 | ||
10209 | * contrib/cc-with-tweaks.sh: Validate dwz's work. | |
10210 | ||
71bed2db TT |
10211 | 2019-05-10 Tom Tromey <tromey@adacore.com> |
10212 | ||
10213 | * ada-lang.c (catch_ada_completer): New function. | |
10214 | (_initialize_ada_language): Use it. | |
10215 | ||
24c54127 TT |
10216 | 2019-05-10 Tom Tromey <tromey@adacore.com> |
10217 | ||
10218 | * thread.c (print_thread_info): Make "requested_threads" const. | |
10219 | * gdbthread.h (print_thread_info): Make "requested_threads" | |
10220 | const. | |
10221 | * ada-tasks.c (print_ada_task_info): Make "taskno_str" const. | |
10222 | * ada-lang.h (print_ada_task_info): Make "taskno_str" const. | |
10223 | ||
7a102139 TT |
10224 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10225 | ||
10226 | * gdbtypes.c (objfile_type_data): Change type. | |
10227 | (objfile_type, _initialize_gdbtypes): Update. | |
10228 | ||
924d79e2 TT |
10229 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10230 | ||
10231 | * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type. | |
10232 | (dwarf2_frame_find_fde, dwarf2_build_frame_info) | |
10233 | (_initialize_dwarf2_frame): Update. | |
10234 | ||
4c58e337 TT |
10235 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10236 | ||
10237 | * objc-lang.c (objc_objfile_data): Change type. | |
10238 | (find_methods): Update. | |
10239 | (_initialize_objc_lang): Remove. | |
10240 | ||
d772d2ab TT |
10241 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10242 | ||
10243 | * stabsread.c (rs6000_builtin_type_data): Change type. | |
10244 | (rs6000_builtin_type, _initialize_stabsread): Update. | |
10245 | ||
d11d83f4 TT |
10246 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10247 | ||
10248 | * mips-tdep.c (mips_pdr_data): Remove. | |
10249 | (_initialize_mips_tdep): Update. | |
10250 | ||
9a73f0ad TT |
10251 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10252 | ||
10253 | * hppa-tdep.c (hppa_objfile_priv_data): Change type. | |
10254 | (hppa_init_objfile_priv_data, read_unwind_info) | |
10255 | (find_unwind_entry, _initialize_hppa_tdep): Update. | |
10256 | ||
8127a2fa TT |
10257 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10258 | ||
10259 | * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type. | |
10260 | (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table | |
10261 | on obstack. | |
10262 | (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update. | |
10263 | ||
91d3055d TT |
10264 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10265 | ||
10266 | * mdebugread.c (basic_type_data): Change type. | |
10267 | (basic_type, _initialize_mdebugread): Update. | |
10268 | ||
31930bd3 TT |
10269 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10270 | ||
10271 | * common/gdb_unique_ptr.h (struct noop_deleter): New. | |
10272 | ||
bdb3ed9e TT |
10273 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10274 | ||
10275 | * nto-tdep.c (nto_inferior_data_reg): Change type. | |
10276 | (nto_inferior_data): Update. | |
10277 | (nto_inferior_data_cleanup, nto_new_inferior_data) | |
10278 | (_initialize_nto_tdep): Remove. | |
10279 | * nto-tdep.h (struct nto_inferior_data): Add initializers. | |
10280 | ||
f37b313d TT |
10281 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10282 | ||
10283 | * ada-lang.c (struct ada_inferior_data): Add initializers. | |
10284 | (ada_inferior_data): Change type. | |
10285 | (ada_inferior_data_cleanup): Remove. | |
10286 | (get_ada_inferior_data, ada_inferior_exit) | |
10287 | (struct ada_pspace_data): Add initializers, destructor. | |
10288 | (ada_pspace_data_handle): Change type. | |
10289 | (get_ada_pspace_data): Update. | |
10290 | (ada_pspace_data_cleanup): Remove. | |
10291 | ||
24699405 TT |
10292 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10293 | ||
10294 | * coffread.c (struct coff_symfile_info): Add initializers. | |
10295 | (coff_objfile_data_key): Move lower. Change type. | |
10296 | (coff_symfile_init, coff_symfile_read, _initialize_coffread): | |
10297 | Update. | |
10298 | (coff_free_info): Remove. | |
10299 | ||
d4e05d2f TT |
10300 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10301 | ||
10302 | * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers. | |
10303 | (fbsd_pspace_data_handle): Move lower. Change type. | |
10304 | (get_fbsd_pspace_data): Update. | |
10305 | (fbsd_pspace_data_cleanup): Remove. | |
10306 | (_initialize_fbsd_tdep): Update. | |
10307 | ||
14ef6690 TT |
10308 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10309 | ||
10310 | * ada-tasks.c (ada_tasks_pspace_data_handle): Change type. | |
10311 | (get_ada_tasks_pspace_data): Update. | |
10312 | (ada_tasks_pspace_data_cleanup): Remove. | |
10313 | (_initialize_tasks): Update. | |
10314 | (ada_tasks_inferior_data_handle): Change type. | |
10315 | (get_ada_tasks_inferior_data): Update. | |
10316 | (ada_tasks_inferior_data_cleanup): Remove. | |
10317 | (struct ada_tasks_pspace_data): Add initializers. | |
10318 | ||
814cf43a TT |
10319 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10320 | ||
10321 | * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type. | |
10322 | * symfile-debug.c (debug_sym_get_probes): Change type. | |
10323 | * stap-probe.c (handle_stap_probe): | |
10324 | (stap_static_probe_ops::get_probes): Change type. | |
10325 | * probe.h (class static_probe_ops) <get_probes>: Change type. | |
10326 | * probe.c (class any_static_probe_ops) <get_probes>: Change type. | |
10327 | (parse_probes_in_pspace): Update. | |
10328 | (find_probes_in_objfile, find_probe_by_pc, collect_probes): | |
10329 | Update. | |
10330 | (any_static_probe_ops::get_probes): Change type. | |
10331 | * elfread.c (elfread_data): New typedef. | |
10332 | (probe_key): Change type. | |
10333 | (elf_get_probes): Likewise. Update. | |
10334 | (probe_key_free): Remove. | |
10335 | (_initialize_elfread): Update. | |
10336 | * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>: | |
10337 | Change type. | |
10338 | (dtrace_process_dof_probe, dtrace_process_dof) | |
10339 | (dtrace_static_probe_ops::get_probe): Change type. | |
10340 | ||
02dc647e TT |
10341 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10342 | ||
10343 | * xcoffread.c (struct xcoff_symfile_info): Rename from | |
10344 | coff_symfile_info. Add initializers. | |
10345 | (xcoff_objfile_data_key): Move lower. Change type. | |
10346 | (XCOFF_DATA): Rewrite. | |
10347 | (xcoff_free_info): Remove. | |
10348 | (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab) | |
10349 | (read_symbol, read_symbol_lineno, find_linenos, init_stringtab) | |
10350 | (xcoff_initial_scan): Update. | |
10351 | ||
09232438 TT |
10352 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10353 | ||
10354 | * solib-svr4.c (struct svr4_info): Add initializers and | |
10355 | destructor. | |
10356 | <probes_table>: Now an htab_up. | |
10357 | (solib_svr4_pspace_data): Change type. | |
10358 | (free_probes_table): Simplify. | |
10359 | (~svr4_info): Rename from svr4_pspace_data_cleanup. | |
10360 | (get_svr4_info, probes_table_htab_remove_objfile_probes) | |
10361 | (probes_table_remove_objfile_probes, register_solib_event_probe) | |
10362 | (solib_event_probe_at, svr4_update_solib_event_breakpoint) | |
10363 | (_initialize_svr4_solib): Update. | |
10364 | ||
7b4a314f TT |
10365 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10366 | ||
10367 | * remote.c (remote_pspace_data): Change type. | |
10368 | (remote_pspace_data_cleanup): Remove. | |
10369 | (get_remote_exec_file, set_pspace_remote_exec_file) | |
10370 | (_initialize_remote): Update. | |
10371 | ||
51d3063a TT |
10372 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10373 | ||
10374 | * breakpoint.c (breakpoint_objfile_key): Change type. | |
10375 | (get_breakpoint_objfile_data): Update. | |
10376 | (free_breakpoint_objfile_data): Remove. | |
10377 | (_initialize_breakpoint): Update. | |
10378 | ||
89fb8848 TT |
10379 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10380 | ||
10381 | * linux-tdep.c (struct linux_info): Add initializers. | |
10382 | (linux_inferior_data): Move. Change type. | |
10383 | (invalidate_linux_cache_inf): Update. | |
10384 | (linux_inferior_data_cleanup): Remove. | |
10385 | (get_linux_inferior_data, _initialize_linux_tdep): Update. | |
10386 | ||
e9b89e2d TT |
10387 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10388 | ||
10389 | * auxv.c (auxv_inferior_data): Move. Change type. | |
10390 | (auxv_inferior_data_cleanup): Remove. | |
10391 | (invalidate_auxv_cache_inf): Rewrite. | |
10392 | (get_auxv_inferior_data, _initialize_auxv): Update. | |
10393 | ||
8c42777c TT |
10394 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10395 | ||
10396 | * symfile-debug.c (struct debug_sym_fns_data): Add initializers. | |
10397 | (symfile_debug_objfile_data_key): Change type. | |
10398 | (symfile_debug_installed, debug_qf_has_symbols) | |
10399 | (debug_qf_find_last_source_symtab) | |
10400 | (debug_qf_forget_cached_source_info) | |
10401 | (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol) | |
10402 | (debug_qf_print_stats, debug_qf_dump) | |
10403 | (debug_qf_expand_symtabs_for_function) | |
10404 | (debug_qf_expand_all_symtabs) | |
10405 | (debug_qf_expand_symtabs_with_fullname) | |
10406 | (debug_qf_map_matching_symbols) | |
10407 | (debug_qf_expand_symtabs_matching) | |
10408 | (debug_qf_find_pc_sect_compunit_symtab) | |
10409 | (debug_qf_map_symbol_filenames) | |
10410 | (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes) | |
10411 | (debug_sym_new_init, debug_sym_init, debug_sym_read) | |
10412 | (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets) | |
10413 | (debug_sym_read_linetable, debug_sym_relocate): Update. | |
10414 | (symfile_debug_free_objfile): Remove. | |
10415 | (install_symfile_debug_logging, _initialize_symfile_debug): | |
10416 | Update. | |
10417 | ||
5bfd760d TT |
10418 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10419 | ||
10420 | * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from | |
10421 | allocate_on_obstack. | |
10422 | * dwarf2read.c (dwarf2_objfile_data_key): Change type. | |
10423 | (get_dwarf2_per_objfile): Update. | |
10424 | (set_dwarf2_per_objfile): Remove. | |
10425 | (dwarf2_has_info, dwarf2_get_section_info): Update. | |
10426 | (dwarf2_free_objfile): Remove. | |
10427 | (_initialize_dwarf2_read): Update. | |
10428 | ||
e85e19b4 TT |
10429 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10430 | ||
10431 | * auto-load.c (struct auto_load_pspace_info): Add destructor and | |
10432 | initializers. | |
10433 | <unsupported_script_warning_printed, | |
10434 | script_not_found_warning_printed>: Now bool. | |
10435 | (auto_load_pspace_data): Change type. | |
10436 | (~auto_load_pspace_info): Rename from | |
10437 | auto_load_pspace_data_cleanup. | |
10438 | (get_auto_load_pspace_data, init_loaded_scripts_info) | |
10439 | (clear_section_scripts, maybe_print_unsupported_script_warning) | |
10440 | (maybe_print_script_not_found_warning, _initialize_auto_load): | |
10441 | Update. | |
10442 | ||
f6aa7436 TT |
10443 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10444 | ||
10445 | * objfiles.c (objfile_pspace_info): Add destructor and | |
10446 | initializers. | |
10447 | (objfiles_pspace_data): Change type. | |
10448 | (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup. | |
10449 | (get_objfile_pspace_data): Update. | |
10450 | (objfiles_bfd_data): Change type. | |
10451 | (get_objfile_bfd_data): Update. | |
10452 | (objfile_bfd_data_free, _initialize_objfiles): Remove. | |
10453 | ||
6ae614f6 TT |
10454 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10455 | ||
10456 | * break-catch-syscall.c (catch_syscall_inferior_data): Move. | |
10457 | Change type. | |
10458 | (get_catch_syscall_inferior_data): Update. | |
10459 | (catch_syscall_inferior_data_cleanup): Remove. | |
10460 | (_initialize_break_catch_syscall): Update. | |
10461 | ||
6509b8eb TT |
10462 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10463 | ||
10464 | * inflow.c (struct terminal_info): Add destructor and | |
10465 | initializers. | |
10466 | (inflow_inferior_data): Change type. | |
10467 | (~terminal_info): Rename from inflow_inferior_data_cleanup. | |
10468 | (get_inflow_inferior_data, inflow_inferior_exit) | |
10469 | (swap_terminal_info, _initialize_inflow): Update. | |
10470 | ||
35632941 TT |
10471 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10472 | ||
10473 | * target-dcache.c (target_dcache_cleanup): Remove. | |
10474 | (target_dcache_aspace_key): Change type. | |
10475 | (target_dcache_init_p, target_dcache_invalidate) | |
10476 | (target_dcache_get, target_dcache_get_or_init) | |
10477 | (_initialize_target_dcache): Update. | |
10478 | * dcache.h (struct dcache_deleter): New. | |
10479 | ||
3017b94d TT |
10480 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10481 | ||
10482 | * symtab.c (struct symbol_cache): Add destructor and | |
10483 | initializers. | |
10484 | (symbol_cache_key): Move. Change type. | |
10485 | (make_symbol_cache, free_symbol_cache): Remove. | |
10486 | (get_symbol_cache): Update. | |
10487 | (symbol_cache_cleanup): Remove. | |
10488 | (ALL_PSPACES, symbol_cache_flush) | |
10489 | (maintenance_print_symbol_cache) | |
10490 | (maintenance_print_symbol_cache_statistics, _initialize_symtab): | |
10491 | Update. | |
10492 | ||
a32ad8c5 TT |
10493 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10494 | ||
10495 | * symtab.c (struct main_info): Add destructor and initializers. | |
10496 | (main_progspace_key): Move. Change type. | |
10497 | (get_main_info): Update. | |
10498 | (main_info_cleanup): Remove. | |
10499 | (_initialize_symtab): Update. | |
10500 | ||
5f6e90a0 TT |
10501 | 2019-05-08 Tom Tromey <tom@tromey.com> |
10502 | ||
10503 | * registry.h (DECLARE_REGISTRY): Define the _key class. | |
10504 | ||
1bd0c6e4 AB |
10505 | 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com> |
10506 | ||
10507 | * NEWS: Merge two 'New commands' sections. | |
10508 | ||
2228ef77 XR |
10509 | 2019-05-08 Joel Brobecker <brobecker@adacore.com> |
10510 | ||
10511 | * ada-valprint.c (ada_val_print_gnat_array): Remove language | |
10512 | parameter and use Ada language definition instead. | |
10513 | (ada_val_print_ptr): Remove unused language parameter. | |
10514 | (ada_val_print_num): Remove language parameter and use Ada language | |
10515 | definition instead. | |
10516 | (ada_val_print_enum, ada_val_print_flt): Remove unused language | |
10517 | parameter. | |
10518 | (ada_val_print_struct_union, ada_val_print_ref): Remove language | |
10519 | parameter and use Ada language definition instead. | |
10520 | (ada_val_print_1): Update all ada_val_print_xxx calls. | |
10521 | Remove language parameter. | |
10522 | (ada_val_print): Update ada_val_print_1 call. | |
10523 | ||
60fcc1c3 TT |
10524 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10525 | ||
10526 | * remote.c (remote_hw_watchpoint_limit) | |
10527 | (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit): | |
10528 | Now static. | |
10529 | ||
ed2b7c17 TT |
10530 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10531 | ||
10532 | * maint.c (_initialize_maint_cmds): Move initialization code to | |
10533 | remote.c. | |
10534 | (watchdog, show_watchdog): Move to remote.c. | |
10535 | * remote.c (watchdog, show_watchdog): Move from maint.c. Make | |
10536 | "watchdog" static. | |
10537 | (_initialize_remote): Move initialization code from maint.c. | |
10538 | * defs.h (watchdog): Don't declare. | |
10539 | ||
b0be6c91 TT |
10540 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10541 | ||
10542 | * tui/tui-interp.c: Include main.h. | |
10543 | * interps.c: Include main.h. | |
10544 | * main.h (interpreter_p): Declare. | |
10545 | * defs.h (interpreter_p): Don't declare. | |
10546 | ||
587ee17b TT |
10547 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10548 | ||
10549 | * dwarf2loc.c: Include dwarf2read.h. | |
10550 | * defs.h (read_unsigned_leb128): Don't declare. | |
10551 | * dwarf2read.h (read_unsigned_leb128): Declare. | |
10552 | ||
ca1df239 TT |
10553 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10554 | ||
10555 | * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a | |
10556 | method. | |
10557 | ||
99f20f08 TT |
10558 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10559 | ||
10560 | * utils.c (fputs_maybe_filtered): Reset style after paging, even | |
10561 | when no wrap column is set. | |
10562 | ||
80e55b13 TT |
10563 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10564 | ||
10565 | * c-lang.c (c_get_string): Handle non-C-style arrays. | |
10566 | ||
9d3421af TT |
10567 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10568 | ||
10569 | * typeprint.c (print_offset_data::update): Print the bit offset, | |
10570 | not the number of bits remaining. | |
10571 | ||
844333e2 TT |
10572 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10573 | ||
10574 | * typeprint.c (print_offset_data::maybe_print_hole): Add extra | |
10575 | padding at end of comment. | |
10576 | ||
988915ee TT |
10577 | 2019-05-08 Tom Tromey <tromey@adacore.com> |
10578 | ||
10579 | * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>: | |
10580 | Compare main types. | |
10581 | ||
26bfd823 TT |
10582 | 2019-05-06 Tom Tromey <tom@tromey.com> |
10583 | ||
10584 | * common/scoped_mmap.c: Include common-defs.h. | |
10585 | * common/scoped_mmap.h: Don't include config.h. | |
10586 | ||
89055eaa TT |
10587 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10588 | ||
10589 | * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC. | |
10590 | (struct aarch64_call_info): Add initializers. | |
10591 | <si>: Now a std::vector. | |
10592 | (pass_on_stack, aarch64_push_dummy_call): Update. | |
10593 | ||
5da01df5 TT |
10594 | 2019-05-04 Simon Marchi <simon.marchi@efficios.com> |
10595 | Tom Tromey <tom@tromey.com> | |
10596 | ||
10597 | * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC. | |
10598 | (ppc_threads): Now a std::vector. Now static. | |
10599 | (hwdebug_find_thread_points_by_tid) | |
10600 | (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit): | |
10601 | Update. | |
10602 | ||
fbdf05a1 TT |
10603 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10604 | ||
10605 | * arc-tdep.c (arc_tdesc_init): Return bool. | |
10606 | ||
06d16ec9 TT |
10607 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10608 | ||
10609 | * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint): | |
10610 | Use gdb_assert_not_reached. | |
10611 | ||
9c056022 TT |
10612 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10613 | ||
10614 | * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use | |
10615 | "false". | |
10616 | ||
fa9c2a59 TT |
10617 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10618 | ||
10619 | * arc-tdep.c (arc_tdesc_init): Use bool. | |
10620 | ||
e2eb806a TT |
10621 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10622 | ||
10623 | * stack.c (select_frame_for_mi): Use "false", not "FALSE". | |
10624 | ||
6fe87677 TT |
10625 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10626 | ||
10627 | * cli/cli-cmds.c (valid_command_p): Return bool. | |
10628 | ||
7f008c9e TT |
10629 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10630 | ||
10631 | * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool. | |
10632 | * command.h (valid_user_defined_cmd_name_p): Channge return type. | |
10633 | ||
b6484282 RT |
10634 | 2019-05-04 Raul Tambre <raul@tambre.ee> |
10635 | ||
10636 | * python/lib/gdb/prompt.py (_ExtendedPrompt) | |
10637 | <before_prompt_hook, get_show_string>: Fix incorrect use of 'is' | |
10638 | operator for comparison. | |
10639 | ||
af97b416 TT |
10640 | 2019-05-04 Tom Tromey <tom@tromey.com> |
10641 | ||
10642 | * psymtab.c (psymbol_name_matches, match_partial_symbol) | |
10643 | (lookup_partial_symbol, print_partial_symbols) | |
10644 | (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash) | |
10645 | (psymbol_compare): Update. | |
10646 | (add_psymbol_to_bcache): Clear the entire psymbol. | |
10647 | (maintenance_check_psymtabs): Update. | |
10648 | * psympriv.h (struct partial_symbol): Don't derive from | |
10649 | general_symbol_info. | |
10650 | <obj_section, unrelocated_address, address, | |
10651 | set_unrelocated_address>: Update. | |
10652 | <ginfo>: New member. | |
10653 | * dwarf-index-write.c (write_psymbols, debug_names::insert) | |
10654 | (debug_names::write_psymbols): Update. | |
10655 | ||
9d6d4be8 TV |
10656 | 2019-05-04 Tom de Vries <tdevries@suse.de> |
10657 | ||
10658 | * contrib/cc-with-tweaks.sh: Support -n arg. | |
10659 | ||
66452beb PW |
10660 | 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
10661 | ||
10662 | * corelow.c (core_target::detach): Ensure frame cache and | |
10663 | register caches are cleared. | |
10664 | inferior.c (exit_inferior_1): Likewise. | |
10665 | ||
bde09ab7 TT |
10666 | 2019-05-03 Sandra Loosemore <sandra@codesourcery.com> |
10667 | Tom Tromey <tom@tromey.com> | |
10668 | ||
10669 | * dictionary.c (collate_pending_symbols_by_language): Remove | |
10670 | "struct" from foreach. | |
10671 | * symtab.c (lookup_global_symbol_from_objfile) | |
10672 | (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from | |
10673 | foreach. | |
10674 | * ser-tcp.c (net_open): Remove "struct" from foreach. | |
10675 | * objfiles.c (objfile_relocate, objfile_rebase) | |
10676 | (objfile_has_symbols): Remove "struct" from foreach. | |
10677 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct" | |
10678 | from foreach. | |
10679 | * dwarf2read.c (handle_struct_member_die): Remove "struct" from | |
10680 | foreach. | |
10681 | * darwin-nat.c (thread_info_from_private_thread_info): Remove | |
10682 | "struct" from foreach. | |
10683 | * ada-lang.c (create_excep_cond_exprs) | |
10684 | (ada_exception_catchpoint_cond_string): Remove "struct" from | |
10685 | foreach. | |
10686 | ||
222a8d25 TT |
10687 | 2019-05-03 Tom Tromey <tromey@adacore.com> |
10688 | ||
10689 | * ada-exp.y (convert_char_literal): Check suffix of each | |
10690 | enumerator. | |
10691 | ||
fcd60b84 DP |
10692 | 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org> |
10693 | ||
10694 | PR ada/21406: | |
10695 | * ada-exp.y (yywrap): Don't define. | |
10696 | * ada-lex.l (%option): Add noyywrap | |
10697 | (yywrap): Remove. | |
10698 | ||
5f2459c2 EZ |
10699 | 2019-05-03 Eli Zaretskii <eliz@gnu.org> |
10700 | ||
353ea2d1 EZ |
10701 | * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define |
10702 | _WIN32_WINNT to the XP level, unless already defined to a higher | |
10703 | level. | |
10704 | ||
10705 | * unittests/parse-connection-spec-selftests.c: | |
10706 | * ser-tcp.c: | |
10707 | * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT | |
10708 | override. | |
10709 | ||
5f2459c2 EZ |
10710 | * symfile.c (find_separate_debug_file): Remove colon from the |
10711 | drive spec of DOS/Windows file names of the target, so that the | |
10712 | file name produced from DEBUGDIR and the target's directory will | |
10713 | be valid on DOS/Windows systems. | |
10714 | ||
80062eb9 AB |
10715 | 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com> |
10716 | ||
10717 | * rust-lang.c (val_print_struct): Handle printing structures | |
10718 | containing strings. | |
10719 | ||
b8c05e85 TT |
10720 | 2019-05-02 Tom Tromey <tromey@adacore.com> |
10721 | ||
10722 | * valarith.c (_initialize_valarith): Remove. | |
10723 | ||
4504bbde TT |
10724 | 2019-05-01 Tom Tromey <tromey@adacore.com> |
10725 | ||
10726 | * ada-lang.c (ada_value_primitive_field): Treat more fields as | |
10727 | bitfields. | |
10728 | ||
d48e62f4 TT |
10729 | 2019-05-01 Tom Tromey <tromey@adacore.com> |
10730 | ||
10731 | * ada-lang.c (ada_value_assign): Correctly compute starting offset | |
10732 | for big-endian copies. | |
10733 | ||
15f18d14 AT |
10734 | 2019-04-30 Ali Tamur <tamur@google.com> |
10735 | * gdb/dwarf2read.c (read_3_bytes): New declaration. | |
10736 | (read_attribute_value): Added DW_FORM_strx1-4 cases. | |
10737 | (read_3_bytes): New function. | |
10738 | ||
ab4ee614 JB |
10739 | 2019-04-30 Joel Brobecker <brobecker@adacore.com> |
10740 | ||
10741 | * windows-nat.c (main_thread_id): Delete. | |
10742 | (handle_output_debug_string): Replace main_thread_id by | |
10743 | current_event.dwThreadId. | |
10744 | (fake_create_process): Likewise. | |
10745 | (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>: | |
10746 | Do not set main_thread_id. | |
10747 | <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by | |
10748 | current_event.dwThreadId. | |
10749 | <UNLOAD_DLL_DEBUG_EVENT>: Likewise. | |
10750 | ||
8ed5b76e JB |
10751 | 2019-04-30 Joel Brobecker <brobecker@adacore.com> |
10752 | ||
10753 | * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>: | |
10754 | Use current_event.dwThreadId instead of main_thread_id. | |
10755 | ||
2ff0a947 TT |
10756 | 2019-04-30 Tom Tromey <tromey@adacore.com> |
10757 | ||
10758 | * ada-lang.c (ada_lookup_simple_minsyms): New function. | |
10759 | (create_excep_cond_exprs): Iterate over program spaces. | |
10760 | (ada_exception_catchpoint_cond_string): Examine all minimal | |
10761 | symbols for exception types. | |
10762 | ||
a776957c TT |
10763 | 2019-04-30 Tom Tromey <tromey@adacore.com> |
10764 | ||
10765 | PR c++/24470: | |
10766 | * dwarf2read.c (process_structure_scope): Handle case where type | |
10767 | has template parameters but no symbol was created. | |
10768 | ||
bc68014d AB |
10769 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10770 | Chris January <chris.january@arm.com> | |
10771 | ||
10772 | * f-typeprint.c (f_type_print_base): Print 'allocatable' type | |
10773 | qualifier. | |
10774 | * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define. | |
10775 | ||
f1fdc960 AB |
10776 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10777 | ||
10778 | * f-typeprint.c (f_print_type): Update rules for printing | |
10779 | whitespace. | |
10780 | (f_type_print_varspec_suffix): Likewise. | |
10781 | ||
bf7a4de1 AB |
10782 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10783 | Chris January <chris.january@arm.com> | |
10784 | ||
10785 | * f-typeprint.c (f_type_print_varspec_suffix): Handle printing | |
10786 | function arguments. | |
10787 | ||
bbe75b9d AB |
10788 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10789 | ||
10790 | * f-lang.c (build_fortran_types): Change name of void type to | |
10791 | lower case. | |
10792 | * f-typeprint.c (f_type_print_base): Print the name of the void | |
10793 | type, rather than a fixed string. | |
10794 | * f-valprint.c (f_decorations): Use lower case void string. | |
10795 | ||
1db455a7 AB |
10796 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10797 | Chris January <chris.january@arm.com> | |
10798 | ||
10799 | * dwarf2read.c (dwarf2_init_complex_target_type): Use different | |
10800 | types for Fortran. | |
10801 | ||
b6d03bb2 AB |
10802 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10803 | Chris January <chris.january@arm.com> | |
10804 | David Lecomber <david.lecomber@arm.com> | |
10805 | ||
10806 | * f-exp.y (BINOP_INTRINSIC): New token. | |
10807 | (exp): New parser rule handling BINOP_INTRINSIC. | |
10808 | (f77_keywords): Add new builtin procedures. | |
10809 | * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING, | |
10810 | UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX. | |
10811 | (operator_length_f): Handle UNOP_FORTRAN_CEILING, | |
10812 | UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX. | |
10813 | (print_unop_subexp_f): New function. | |
10814 | (print_binop_subexp_f): New function. | |
10815 | (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR, | |
10816 | BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX. | |
10817 | (dump_subexp_body_f): Likewise. | |
10818 | (operator_check_f): Likewise. | |
10819 | * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR, | |
10820 | BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX | |
10821 | ||
83228e93 AB |
10822 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10823 | ||
10824 | * gdb/expprint.c (dump_subexp_body_standard): Remove use of | |
10825 | UNOP_KIND. | |
10826 | * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'. | |
10827 | * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND. | |
10828 | * gdb/f-lang.c (evaluate_subexp_f): Likewise. | |
10829 | (operator_length_f): New fuction. | |
10830 | (print_subexp_f): New function. | |
10831 | (op_name_f): New function. | |
10832 | (dump_subexp_body_f): New function. | |
10833 | (operator_check_f): New function. | |
10834 | (exp_descriptor_f): Replace standard expression handling functions | |
10835 | with new functions. | |
10836 | * gdb/fortran-operator.def: New file. | |
10837 | * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND. | |
10838 | * gdb/std-operator.def: Remove UNOP_KIND. | |
10839 | ||
6fdcd7cc AB |
10840 | 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com> |
10841 | ||
10842 | * std-operator.def: Remove unbalanced, stray double quote | |
10843 | character. | |
10844 | ||
2e62ab40 AB |
10845 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10846 | Chris January <chris.january@arm.com> | |
10847 | Daniel Everett <daniel.everett@arm.com> | |
10848 | Nick Forrington <nick.forrington@arm.com> | |
10849 | Richard Bunt <richard.bunt@arm.com> | |
10850 | ||
10851 | * cp-valprint.c (cp_print_value_fields): Allow an additional level | |
10852 | of depth when printing anonymous structs or unions. | |
10853 | * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): | |
10854 | Don't print either the top-level value, or the children if the | |
10855 | max-depth is exceeded. | |
10856 | (ppscm_print_children): When printing the key of a map, allow one | |
10857 | extra level of depth. | |
10858 | * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't | |
10859 | print either the top-level value, or the children if the max-depth | |
10860 | is exceeded. | |
10861 | (print_children): When printing the key of a map, allow one extra | |
10862 | level of depth. | |
10863 | * python/py-value.c (valpy_format_string): Add max_depth keyword. | |
10864 | * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define. | |
10865 | (user_print_options): Initialise max_depth field. | |
10866 | (val_print_scalar_or_string_type_p): New function. | |
10867 | (val_print): Check to see if the max depth has been reached. | |
10868 | (val_print_check_max_depth): Define new function. | |
10869 | (show_print_max_depth): New function. | |
10870 | (_initialize_valprint): Add 'print max-depth' option. | |
10871 | * valprint.h (struct value_print_options) <max_depth>: New field. | |
10872 | (val_print_check_max_depth): Declare new function. | |
10873 | * NEWS: Document new feature. | |
10874 | ||
4be290b2 AB |
10875 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10876 | ||
10877 | * ada-lang.c (ada_language_defn): Initialise new field. | |
10878 | * c-lang.c (c_is_string_type_p): New function. | |
10879 | (c_language_defn): Initialise new field. | |
10880 | (cplus_language_defn): Initialise new field. | |
10881 | (asm_language_defn): Initialise new field. | |
10882 | (minimal_language_defn): Initialise new field. | |
10883 | * c-lang.h (c_is_string_type_p): Declare new function. | |
10884 | * d-lang.c (d_language_defn): Initialise new field. | |
10885 | * f-lang.c (f_is_string_type_p): New function. | |
10886 | (f_language_defn): Initialise new field. | |
10887 | * go-lang.c (go_is_string_type_p): New function. | |
10888 | (go_language_defn): Initialise new field. | |
10889 | * language.c (default_is_string_type_p): New function. | |
10890 | (unknown_language_defn): Initialise new field. | |
10891 | (auto_language_defn): Initialise new field. | |
10892 | * language.h (struct language_defn) <la_is_string_type_p>: New | |
10893 | member variable. | |
10894 | (default_is_string_type_p): Declare new function. | |
10895 | * m2-lang.c (m2_language_defn): Initialise new field. | |
10896 | * objc-lang.c (objc_language_defn): Initialise new field. | |
10897 | * opencl-lang.c (opencl_language_defn): Initialise new field. | |
10898 | * p-lang.c (pascal_is_string_type_p): New function. | |
10899 | (pascal_language_defn): Initialise new field. | |
10900 | * rust-lang.c (rust_is_string_type_p): New function. | |
10901 | (rust_language_defn): Initialise new field. | |
10902 | ||
721b08c6 AB |
10903 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10904 | ||
10905 | * language.h (struct language_defn) <la_struct_too_deep_ellipsis>: | |
10906 | New field. | |
10907 | * ada-lang.c (ada_language_defn): Initialise new field. | |
10908 | * c-lang.c (c_language_defn): Likewise. | |
10909 | (cplus_language_defn): Likewise. | |
10910 | (asm_language_defn): Likewise. | |
10911 | (minimal_language_defn): Likewise. | |
10912 | * d-lang.c (d_language_defn): Likewise. | |
10913 | * f-lang.c (f_language_defn): Likewise. | |
10914 | * go-lang.c (go_language_defn): Likewise. | |
10915 | * language.c (unknown_language_defn): Likewise. | |
10916 | (auto_language_defn): Likewise. | |
10917 | * m2-lang.c (m2_language_defn): Likewise. | |
10918 | * objc-lang.c (objc_language_defn): Likewise. | |
10919 | * opencl-lang.c (opencl_language_defn): Likewise. | |
10920 | * p-lang.c (pascal_language_defn): Likewise. | |
10921 | * rust-lang.c (rust_language_defn): Likewise. | |
10922 | ||
fc913e53 AB |
10923 | 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com> |
10924 | ||
10925 | * ada-lang.c (ada_is_character_type): Change return type to bool. | |
10926 | (ada_is_string_type): Likewise. | |
10927 | * ada-lang.h (ada_is_character_type): Update declaration | |
10928 | (ada_is_string_type): Likewise. | |
10929 | ||
fa731fa0 PW |
10930 | 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
10931 | ||
10932 | Support style in 'frame|thread apply' | |
10933 | ||
10934 | * gdbcmd.h (execute_command_to_string): New term_out parameter. | |
10935 | * record.c (record_start, record_stop): Update callers of | |
10936 | execute_command_to_string with false. | |
10937 | * guile/guile.c (gdbscm_execute_gdb_command): Likewise. | |
10938 | * ui-file.h (class ui_file): New term_out and can_emit_style_escape | |
10939 | methods. | |
10940 | (class string_file): New constructor with term_out parameter. | |
10941 | Override methods term_out and can_emit_style_escape. New member | |
10942 | term_out. | |
10943 | (class stdio_file): Override can_emit_style_escape. | |
10944 | (class tee_file): Override term_out and can_emit_style_escape. | |
10945 | * utils.h (can_emit_style_escape): Remove. | |
10946 | * utils.c (can_emit_style_escape): Likewise. | |
10947 | Update all callers of can_emit_style_escape (SOMESTREAM) to | |
10948 | SOMESTREAM->can_emit_style_escape. | |
10949 | * source-cache.c (source_cache::get_source_lines): Likewise. | |
10950 | * stack.c (frame_apply_command_count): Call execute_command_to_string | |
10951 | passing the term_out characteristic of the current gdb_stdout. | |
10952 | * thread.c (thr_try_catch_cmd): Likewise. | |
10953 | * top.c (execute_command_to_string): pass term_out parameter | |
10954 | to construct the string_file for the command output. | |
10955 | * ui-file.c (term_cli_styling): New function (most code moved | |
10956 | from utils.c can_emit_style_escape). | |
10957 | (string_file::string_file, string_file::can_emit_style_escape, | |
10958 | stdio_file::can_emit_style_escape, tee_file::term_out, | |
10959 | tee_file::can_emit_style_escape): New functions. | |
10960 | ||
136afab8 PW |
10961 | 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
10962 | ||
10963 | * NEWS: Mention the new set|show may-call-functions. | |
10964 | * infcall.c (may_call_functions_p): New variable. | |
10965 | (show_may_call_functions_p): New function. | |
10966 | (call_function_by_hand_dummy): Throws an error if not | |
10967 | may-call-functions. | |
10968 | (_initialize_infcall): Call add_setshow_boolean_cmd for | |
10969 | may-call-functions. | |
10970 | ||
725cbb63 KS |
10971 | 2019-04-25 Keith Seitz <keiths@redhat.com> |
10972 | ||
10973 | PR c++/24367 | |
10974 | * cp-support.c (inspect_type): Don't attempt substitutions | |
10975 | of symbol with the same name. | |
10976 | ||
3d1cbb78 TT |
10977 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
10978 | ||
10979 | PR gdb/24475: | |
10980 | * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt" | |
10981 | static. | |
10982 | ||
94aeb44b TT |
10983 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
10984 | ||
10985 | * xml-support.c (struct gdb_xml_parser) <set_error>: Take an | |
10986 | rvalue reference. | |
10987 | (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper) | |
10988 | (gdb_xml_parser::parse): Use std::move. | |
10989 | * python/python-internal.h (gdbpy_convert_exception): Take a const | |
10990 | reference. | |
10991 | * python/py-value.c (valpy_getitem, valpy_nonzero): Use | |
10992 | std::move. | |
10993 | * python/py-utils.c (gdbpy_convert_exception): Take a const | |
10994 | reference. | |
10995 | * python/py-inferior.c (infpy_write_memory, infpy_search_memory): | |
10996 | Use std::move. | |
10997 | * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands): | |
10998 | Use std::move. | |
10999 | * mi/mi-main.c (mi_print_exception): Take a const reference. | |
11000 | * main.c (handle_command_errors): Take a const reference. | |
11001 | * linespec.c (parse_linespec): Use std::move. | |
11002 | * infcall.c (run_inferior_call): Use std::move. | |
11003 | (call_function_by_hand_dummy): Use std::move. | |
11004 | * exec.c (try_open_exec_file): Use std::move. | |
11005 | * exceptions.h (exception_print, exception_fprintf) | |
11006 | (exception_print_same): Update. | |
11007 | * exceptions.c (print_exception, exception_print) | |
11008 | (exception_fprintf, exception_print_same): Change parameters to | |
11009 | const reference. | |
11010 | * event-top.c (gdb_rl_callback_read_char_wrapper): Update. | |
11011 | * common/new-op.c: Use std::move. | |
11012 | * common/common-exceptions.h (struct gdb_exception): Add move | |
11013 | constructor. | |
11014 | (struct gdb_exception_error, struct gdb_exception_quit, struct | |
11015 | gdb_quit_bad_alloc): Change constructor to move constructor. | |
11016 | (throw_exception): Change parameter to rvalue reference. | |
11017 | * common/common-exceptions.c (throw_exception): Take rvalue | |
11018 | reference. | |
11019 | * cli/cli-interp.c (safe_execute_command): Use std::move. | |
11020 | * breakpoint.c (insert_bp_location, location_to_sals): Use | |
11021 | std::move. | |
11022 | ||
680d7fd5 TT |
11023 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
11024 | ||
11025 | * guile/scm-exception.c (gdbscm_scm_from_gdb_exception) | |
11026 | (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception. | |
11027 | * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c, | |
11028 | guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c, | |
11029 | guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c, | |
11030 | guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c, | |
11031 | guile/scm-value.c: Use unpack. | |
11032 | * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a | |
11033 | gdbscm_gdb_exception. | |
11034 | (gdbscm_throw_gdb_exception): Likewise. | |
11035 | (struct gdbscm_gdb_exception): New. | |
11036 | (unpack): New function. | |
11037 | (gdbscm_wrap): Use unpack. | |
11038 | ||
c6fdd8b2 TT |
11039 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
11040 | ||
11041 | * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept) | |
11042 | (gdb_rl_callback_handler): Use std::move. | |
11043 | * common/common-exceptions.h (struct gdb_exception): Add move | |
11044 | assignment operator. | |
11045 | (throw_exception_sjlj): Change "exception" to const reference. | |
11046 | * common/common-exceptions.c (exceptions_state_mc_catch): Update. | |
11047 | (throw_exception_sjlj): Change "exception" to const reference. | |
11048 | ||
cc06b668 TT |
11049 | 2019-04-25 Tom Tromey <tromey@adacore.com> |
11050 | ||
11051 | * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update. | |
11052 | * python/py-value.c (valpy_getitem, valpy_nonzero): Update. | |
11053 | * python/py-inferior.c (infpy_write_memory, infpy_search_memory): | |
11054 | Update. | |
11055 | * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands): | |
11056 | Update. | |
11057 | * mi/mi-interp.c (mi_interp::exec): Update. | |
11058 | * linespec.c (parse_linespec): Update. | |
11059 | * infcall.c (run_inferior_call): Update. | |
11060 | * guile/scm-value.c (gdbscm_value_to_lazy_string): Update. | |
11061 | * guile/scm-symbol.c (gdbscm_lookup_symbol) | |
11062 | (gdbscm_lookup_global_symbol): Update. | |
11063 | * guile/scm-param.c (gdbscm_parameter_value): Update. | |
11064 | * guile/scm-frame.c (gdbscm_frame_read_register) | |
11065 | (gdbscm_frame_read_var): Update. | |
11066 | * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update. | |
11067 | * exec.c (try_open_exec_file): Update. | |
11068 | * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept) | |
11069 | (gdb_rl_callback_handler): Update. | |
11070 | * common/common-exceptions.h (exception_none): Don't declare. | |
11071 | * common/common-exceptions.c (exception_none): Don't define. | |
11072 | (struct catcher) <exception>: Update. | |
11073 | * cli/cli-interp.c (safe_execute_command): Update. | |
11074 | * breakpoint.c (insert_bp_location, location_to_sals): Update. | |
11075 | ||
cf532bd1 AT |
11076 | 2019-04-25 Ali Tamur <tamur@google.com> |
11077 | ||
11078 | * dwarf2read.c (skip_one_die): Add DW_FORM_strx. | |
11079 | (read_attribute_value): Likewise. | |
11080 | (dwarf2_read_addr_index): Update comment. | |
11081 | (read_str_index): Add DW_FORM_strx. | |
11082 | (dwarf2_string_attr): Likewise. | |
11083 | (dwarf2_const_value_attr): Likewise. | |
11084 | (dump_die_shallow): Likewise. | |
11085 | (dwarf2_fetch_constant_bytes): Likewise. | |
11086 | (skip_form_bytes): Likewise. | |
11087 | * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx. | |
11088 | ||
82433e3e SDJ |
11089 | 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com> |
11090 | ||
11091 | PR corefiles/11608 | |
11092 | PR corefiles/18187 | |
11093 | * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and | |
11094 | OFFSET. Verify if current mapping contains an ELF header. | |
11095 | (linux_find_memory_regions_full): Adjust call to | |
11096 | dump_mapping_p. | |
11097 | ||
723adb65 SL |
11098 | 2019-04-25 Sandra Loosemore <sandra@codesourcery.com> |
11099 | Kang Li <kanglictf@gmail.com> | |
11100 | ||
11101 | PR gdb/21600 | |
11102 | ||
11103 | * dwarf2-frame.c (read_initial_length): Be consistent about using | |
11104 | unsigned representation of length. | |
11105 | (decode_frame_entry_1): Likewise. Check for wraparound of | |
11106 | end pointer as well as buffer overflow. | |
11107 | ||
596179f7 SDJ |
11108 | 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com> |
11109 | ||
11110 | * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print | |
11111 | "vq". | |
11112 | ||
a59240a4 TT |
11113 | 2019-04-24 Tom Tromey <tromey@adacore.com> |
11114 | ||
11115 | * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields. | |
11116 | ||
f872fdbb AB |
11117 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11118 | ||
11119 | * s12z-tdep.c (s12z_unwind_pc): Delete. | |
11120 | (s12z_unwind_sp): Delete. | |
11121 | (s12z_gdbarch_init): Don't register deleted functions with | |
11122 | gdbarch. | |
11123 | ||
b614e6f3 AB |
11124 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11125 | ||
11126 | * rl78-tdep.c (rl78_unwind_sp): Delete. | |
11127 | (rl78_gdbarch_init): Don't register deleted function with gdbarch. | |
11128 | ||
14faed38 AB |
11129 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11130 | ||
11131 | * xstormy16-tdep.c (xstormy16_unwind_sp): Delete. | |
11132 | (xstormy16_unwind_pc): Delete. | |
11133 | (xstormy16_dummy_id): Delete. | |
11134 | (xstormy16_gdbarch_init): Don't register deleted functions with | |
11135 | gdbarch. | |
11136 | ||
541aad8a AB |
11137 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11138 | ||
11139 | * vax-tdep.c (vax_unwind_pc): Delete. | |
11140 | (vax_gdbarch_init): Don't register deleted function with gdbarch. | |
11141 | ||
29222070 AB |
11142 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11143 | ||
11144 | * v850-tdep.c (v850_unwind_sp): Delete. | |
11145 | (v850_unwind_pc): Delete. | |
11146 | (v850_dummy_id): Delete. | |
11147 | (v850_gdbarch_init): Don't register deleted functions with | |
11148 | gdbarch. | |
11149 | ||
0f534d76 AB |
11150 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11151 | ||
11152 | * tilegx-tdep.c (tilegx_unwind_sp): Delete. | |
11153 | (tilegx_unwind_pc): Delete. | |
11154 | (tilegx_unwind_dummy_id): Delete. | |
11155 | (tilegx_gdbarch_init): Don't register deleted functions with | |
11156 | gdbarch. | |
11157 | ||
1ba7b7f9 AB |
11158 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11159 | ||
11160 | * tic6x-tdep.c (tic6x_unwind_sp): Delete. | |
11161 | (tic6x_dummy_id): Delete. | |
11162 | (tic6x_gdbarch_init): Don't register deleted functions with | |
11163 | gdbarch. | |
11164 | ||
d31f262c AB |
11165 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11166 | ||
11167 | * sparc-tdep.c (sparc_unwind_pc): Delete. | |
11168 | (sparc32_gdbarch_init): Don't register deleted function with | |
11169 | gdbarch. | |
11170 | ||
6d14d64d AB |
11171 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11172 | ||
11173 | * sh-tdep.c (sh_unwind_sp): Delete. | |
11174 | (sh_unwind_pc): Delete. | |
11175 | (sh_dummy_id): Delete. | |
11176 | (sh_gdbarch_init): Don't register deleted functions with | |
11177 | gdbarch. | |
11178 | ||
a40dde9d AB |
11179 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11180 | ||
11181 | * score-tdep.c (score_unwind_sp): Delete. | |
11182 | (score_unwind_pc): Delete. | |
11183 | (score_dummy_id): Delete. | |
11184 | (score_gdbarch_init): Don't register deleted functions with | |
11185 | gdbarch. | |
11186 | ||
47c47d69 AB |
11187 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11188 | ||
11189 | * rx-tdep.c (rx_unwind_pc): Delete. | |
11190 | (rx_unwind_sp): Delete. | |
11191 | (rx_dummy_id): Delete. | |
11192 | (rx_gdbarch_init): Don't register deleted functions with | |
11193 | gdbarch. Update comment. | |
11194 | ||
833a4480 AB |
11195 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11196 | ||
11197 | * rs6000-tdep.c (rs6000_unwind_pc): Delete. | |
11198 | (rs6000_dummy_id): Delete. | |
11199 | (rs6000_gdbarch_init): Don't register deleted functions with | |
11200 | gdbarch. | |
11201 | ||
3f2cef49 AB |
11202 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11203 | ||
11204 | * or1k-tdep.c (or1k_dummy_id): Delete. | |
11205 | (or1k_gdbarch_init): Don't register deleted function with gdbarch. | |
11206 | ||
96acf884 AB |
11207 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11208 | ||
11209 | * nios2-tdep.c (nios2_dummy_id): Delete. | |
11210 | (nios2_unwind_sp): Delete. | |
11211 | (nios2_gdbarch_init): Don't register deleted functions with | |
11212 | gdbarch. | |
11213 | ||
ca0ab0aa AB |
11214 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11215 | ||
11216 | * nds32-tdep.c (nds32_dummy_id): Delete. | |
11217 | (nds32_unwind_pc): Delete. | |
11218 | (nds32_unwind_sp): Delete. | |
11219 | (nds32_gdbarch_init): Don't register deleted functions with | |
11220 | gdbarch. | |
11221 | ||
c8259044 AB |
11222 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11223 | ||
11224 | * msp430-tdep.c (msp430_unwind_pc): Delete. | |
11225 | (msp430_unwind_sp): Delete. | |
11226 | (msp430_dummy_id): Delete. | |
11227 | (msp430_gdbarch_init): Don't register deleted functions with | |
11228 | gdbarch. | |
11229 | ||
27f113c8 AB |
11230 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11231 | ||
11232 | * moxie-tdep.c (moxie_unwind_sp): Delete. | |
11233 | (moxie_unwind_pc): Delete. | |
11234 | (moxie_dummy_id): Delete. | |
11235 | (moxie_gdbarch_init): Don't register deleted functions with | |
11236 | gdbarch. | |
11237 | ||
aee6c3cd AB |
11238 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11239 | ||
11240 | * mn10300-tdep.c (mn10300_dummy_id): Delete. | |
11241 | (mn10300_unwind_pc): Delete. | |
11242 | (mn10300_unwind_sp): Delete. | |
11243 | (mn10300_push_dummy_call): Use gdbarch_unwind_sp not | |
11244 | mn10300_unwind_sp. | |
11245 | (mn10300_frame_unwind_init): Don't register deleted functions with | |
11246 | gdbarch. | |
11247 | ||
8e2b5aea AB |
11248 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11249 | ||
11250 | * mep-tdep.c (mep_unwind_pc): Delete. | |
11251 | (mep_unwind_sp): Delete. | |
11252 | (mep_dummy_id): Delete. | |
11253 | (mep_gdbarch_init): Don't register deleted functions with | |
11254 | gdbarch. | |
11255 | ||
43cf3ede AB |
11256 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11257 | ||
11258 | * m68hc11-tdep.c (m68hc11_unwind_pc): Delete. | |
11259 | (m68hc11_unwind_sp): Delete. | |
11260 | (m68hc11_gdbarch_init): Don't register deleted functions with | |
11261 | gdbarch. | |
11262 | ||
5e79b7bb AB |
11263 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11264 | ||
11265 | * m32r-tdep.c (m32r_unwind_sp): Delete. | |
11266 | (m32r_unwind_pc): Delete. | |
11267 | (m32r_dummy_id): Delete. | |
11268 | (m32r_gdbarch_init): Don't register deleted functions with | |
11269 | gdbarch. | |
11270 | ||
89b268d8 AB |
11271 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11272 | ||
11273 | * m32c-tdep.c (m32c_unwind_pc): Delete. | |
11274 | (m32c_unwind_sp): Delete. | |
11275 | (m32c_dummy_id): Delete. | |
11276 | (m32c_gdbarch_init): Don't register deleted functions with | |
11277 | gdbarch. | |
11278 | ||
946c28d2 AB |
11279 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11280 | ||
11281 | * gdb/lm32-tdep.c (lm32_unwind_sp): Delete. | |
11282 | (lm32_unwind_pc): Delete. | |
11283 | (lm32_dummy_id): Delete. | |
11284 | (lm32_gdbarch_init): Don't register deleted functions with | |
11285 | gdbarch. | |
11286 | ||
bf12844a AB |
11287 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11288 | ||
11289 | * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete. | |
11290 | (iq2000_unwind_pc): Delete. | |
11291 | (iq2000_dummy_id): Delete. | |
11292 | (iq2000_gdbarch_init): Don't register deleted functions with | |
11293 | gdbarch. | |
11294 | ||
ecbc06d2 AB |
11295 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11296 | ||
11297 | * nds32-tdep.c (nds32_type_align): Delete. | |
11298 | (nds32_push_dummy_call): Use type_align instead. | |
11299 | ||
030197b4 AB |
11300 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11301 | ||
11302 | * arm-tdep.c (arm_type_align): Only handle vector override case. | |
11303 | (arm_push_dummy_call): Use type_align. | |
11304 | (arm_gdbarch_init): Register arm_type_align gdbarch function. | |
11305 | ||
b907456c AB |
11306 | 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com> |
11307 | ||
11308 | * aarch64-tdep.c (aarch64_type_align): Only handle vector override | |
11309 | case. | |
11310 | (pass_on_stack): Use type_align. | |
11311 | (aarch64_gdbarch_init): Register aarch64_type_align gdbarch | |
11312 | function. | |
11313 | ||
9e97ba43 TT |
11314 | 2019-04-23 Tom Tromey <tromey@adacore.com> |
11315 | ||
11316 | * dwarf2read.c (line_header::file_name_at): Remove unused | |
11317 | overload. | |
11318 | ||
6892f601 TV |
11319 | 2019-04-23 Tom de Vries <tdevries@suse.de> |
11320 | ||
11321 | PR gdb/24438 | |
11322 | * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz | |
11323 | invocation. | |
11324 | ||
336d760d AT |
11325 | |
11326 | 2019-03-27 Ali Tamur <tamur@google.com> | |
11327 | ||
11328 | * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment | |
11329 | * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx | |
11330 | * dwarf2expr.h(dwarf_expr_context::offset): Update comment | |
11331 | (dwarf_expr_context::get_addr_index): Likewise | |
11332 | * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise | |
11333 | (symbol_needs_eval_context::get_addr_index): Likewise | |
11334 | (disassemble_dwarf_expression): Add DW_OP_addrx | |
11335 | * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx | |
11336 | (read_cutu_die_from_dwo): Update comment | |
11337 | (skip_one_die): Add DW_FORM_addrx | |
11338 | (read_attribute_value): Likewise | |
11339 | (var_decode_location): Add DW_OP_addrx | |
11340 | (dwarf2_const_value_attr): Add DW_FORM_addrx | |
11341 | (dump_die_shallow): Likewise | |
11342 | (dwarf2_fetch_constant_bytes): Likewise | |
11343 | (decode_locdesc): Add DW_OP_addrx | |
11344 | (skip_form_bytes): Add DW_FORM_addrx | |
11345 | ||
ad9d13f8 AT |
11346 | 2019-04-22 Ali Tamur <tamur@google.com> |
11347 | ||
11348 | * MAINTAINERS (Write After Approval): Add self. | |
11349 | ||
d70cc3ba SM |
11350 | 2019-04-22 Simon Marchi <simon.marchi@efficios.com> |
11351 | ||
11352 | * solib-svr4.c (get_svr4_info): Add pspace parameter. | |
11353 | (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info. | |
11354 | (open_symbol_file_object): Likewise. | |
11355 | (svr4_default_sos): Add info parameter. | |
11356 | (svr4_read_so_list): Likewise. | |
11357 | (svr4_current_sos_direct): Adjust functions calls to pass down | |
11358 | info. | |
11359 | (svr4_current_sos_1): Add info parameter. | |
11360 | (svr4_current_sos): Call get_svr4_info, pass info down to | |
11361 | svr4_current_sos_1. | |
11362 | (svr4_fetch_objfile_link_map): Pass objfile->pspace to | |
11363 | get_svr4_info. | |
11364 | (svr4_in_dynsym_resolve_code): Pass current_program_space to | |
11365 | get_svr4_info. | |
11366 | (probes_table_htab_remove_objfile_probes): Pass objfile->pspace | |
11367 | to get_svr4_info. | |
11368 | (probes_table_remove_objfile_probes): Likewise. | |
11369 | (register_solib_event_probe): Add info parameter. | |
11370 | (solist_update_incremental): Pass info parameter down to | |
11371 | svr4_read_so_list. | |
11372 | (disable_probes_interface): Add info parameter. | |
11373 | (svr4_handle_solib_event): Pass current_program_space to | |
11374 | get_svr4_info. Adjust disable_probes_interface cleanup. | |
11375 | (svr4_create_probe_breakpoints): Add info parameter, pass it | |
11376 | down to register_solib_event_probe. | |
11377 | (svr4_create_solib_event_breakpoints): Add info parameter, | |
11378 | pass it down to svr4_create_probe_breakpoints. | |
11379 | (enable_break): Pass info down to | |
11380 | svr4_create_solib_event_breakpoints. | |
11381 | (svr4_solib_create_inferior_hook): Pass current_program_space to | |
11382 | get_svr4_info. | |
11383 | (svr4_clear_solib): Likewise. | |
11384 | ||
7905fc35 PA |
11385 | 2019-04-22 Pedro Alves <palves@redhat.com> |
11386 | ||
11387 | * solib-svr4.c (svr4_free_objfile_observer): New. | |
11388 | (probe_and_action::objfile): New field. | |
11389 | (probes_table_htab_remove_objfile_probes) | |
11390 | (probes_table_remove_objfile_probes): New functions. | |
11391 | (register_solib_event_probe): Add 'objfile' parameter. Store it | |
11392 | in the new probe_and_action. Don't store the probe in 'lookup'. | |
11393 | (svr4_create_probe_breakpoints): Pass objfile to | |
11394 | register_solib_event_probe. | |
11395 | (_initialize_svr4_solib): Register a free_objfile observer. | |
11396 | ||
fb881986 TT |
11397 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11398 | ||
11399 | * common/queue.h: Remove. | |
11400 | ||
8732db6c TT |
11401 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11402 | ||
11403 | * event-loop.c: Don't include "common/queue.h". | |
11404 | ||
97dfbadd TT |
11405 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11406 | ||
11407 | * remote.c (remote_target): Use delete. | |
11408 | * remote-notif.h: Include <list>, not "common/queue.h". | |
11409 | (notif_client_p): Remove typedef. | |
11410 | (remote_notif_state): Add constructor, destructor, initializer. | |
11411 | <notif_queue>: Now a std::list. | |
11412 | (remote_notif_state_xfree): Don't declare. | |
11413 | * remote-notif.c (remote_notif_process, handle_notification) | |
11414 | (remote_notif_state_allocate): Update. | |
11415 | (~remote_notif_state): Rename from remote_notif_state_xfree. | |
11416 | ||
cf250e36 TT |
11417 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11418 | ||
11419 | * symfile.c (reread_symbols): Update. | |
11420 | * objfiles.c (objfile_register_static_link) | |
11421 | (objfile_lookup_static_link): Update | |
11422 | (~objfile) Don't delete static_links. | |
11423 | * objfiles.h (struct objfile) <static_links>: Now an htab_up. | |
11424 | ||
61f4b350 TT |
11425 | 2019-04-19 Tom Tromey <tom@tromey.com> |
11426 | ||
11427 | * type-stack.h (struct type_stack) <insert>: Constify string. | |
11428 | * type-stack.c (type_stack::insert): Constify string. | |
11429 | * gdbtypes.h (lookup_template_type): Update. | |
11430 | (address_space_name_to_int): Update. | |
11431 | * gdbtypes.c (address_space_name_to_int): Make space_identifier | |
11432 | const. | |
11433 | (lookup_template_type): Make name const. | |
11434 | * c-exp.y: Update rules. | |
11435 | (lex_one_token, classify_name, classify_inner_name) | |
11436 | (c_print_token): Update. | |
11437 | * p-exp.y: Update rules. | |
11438 | (yylex): Update. | |
11439 | * f-exp.y: Update rules. | |
11440 | (yylex): Update. | |
11441 | * d-exp.y: Update rules. | |
11442 | (lex_one_token, classify_name, classify_inner_name): Update. | |
11443 | * parse.c (write_dollar_variable, copy_name): Return std::string. | |
11444 | * parser-defs.h (copy_name): Change return type. | |
11445 | * m2-exp.y: Update rules. | |
11446 | (yylex): Update. | |
11447 | * go-exp.y (lex_one_token): Update. | |
11448 | Update rules. | |
11449 | (classify_unsafe_function, classify_packaged_name) | |
11450 | (classify_name, yylex): Update. | |
11451 | ||
189b8c2e ST |
11452 | 2019-04-19 Sergei Trofimovich <siarheit@google.com> |
11453 | ||
11454 | * configure.ac: add --enable-source-highlight switch. | |
11455 | * configure: Regenerate. | |
11456 | * top.c (print_gdb_version): plumb --enable-source-highlight | |
11457 | status to "show configuration". | |
11458 | ||
8ecb59f8 TT |
11459 | 2019-04-19 Tom Tromey <tromey@adacore.com> |
11460 | ||
11461 | * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1): | |
11462 | Check ADA_TYPE_P. | |
11463 | (empty_record, ada_template_to_fixed_record_type_1) | |
11464 | (template_to_static_fixed_type) | |
11465 | (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC. | |
11466 | * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT. | |
11467 | * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New | |
11468 | macros. | |
11469 | ||
62160ec9 TT |
11470 | 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru> |
11471 | ||
11472 | PR symtab/24423: | |
11473 | * source.c (print_source_lines_base): Advance "iter" when a | |
11474 | control character is seen. | |
11475 | ||
f2ae8bc8 PW |
11476 | 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
11477 | ||
11478 | * inferior.h (struct infcall_suspend_state_deleter): | |
11479 | Catch exception in destructor to avoid crash. | |
11480 | ||
d563b953 PW |
11481 | 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
11482 | ||
11483 | * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias | |
11484 | close to the add_com "shell". | |
11485 | ||
dc34c897 TT |
11486 | 2019-04-18 Tom Tromey <tromey@adacore.com> |
11487 | ||
11488 | * process-stratum-target.h (class process_stratum_target) | |
11489 | <stratum>: Add "final". | |
11490 | ||
a12e5744 TT |
11491 | 2019-04-17 Tom Tromey <tromey@adacore.com> |
11492 | ||
11493 | * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt" | |
11494 | against nullptr before use. | |
11495 | ||
a7e559cc AH |
11496 | 2019-04-17 Alan Hayward <alan.hayward@arm.com> |
11497 | ||
11498 | * nat/linux-waitpid.c (linux_debug): Call debug_vprintf. | |
11499 | ||
c01660c6 AB |
11500 | 2019-04-17 Jim Wilson <jimw@sifive.com> |
11501 | Andrew Burgess <andrew.burgess@embecosm.com> | |
11502 | ||
11503 | * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where | |
11504 | code read might fail, assume 4-byte breakpoint in that case. | |
11505 | ||
4aa866af LS |
11506 | 2019-04-15 Leszek Swirski <leszeks@google.com> |
11507 | ||
11508 | * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference | |
11509 | rather than a hand-rolled POD check when checking for forced MEMORY | |
11510 | classification. | |
11511 | ||
48574d91 AH |
11512 | 2019-04-15 Alan Hayward <alan.hayward@arm.com> |
11513 | ||
11514 | * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length. | |
11515 | * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New | |
11516 | function. | |
11517 | (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks. | |
11518 | (aarch64_sve_regs_copy_from_reg_buf): Likewise. | |
11519 | * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New | |
11520 | declaration. | |
11521 | ||
4da037ef AH |
11522 | 2019-04-15 Alan Hayward <alan.hayward@arm.com> |
11523 | ||
11524 | * aarch64-linux-nat.c | |
11525 | (aarch64_linux_nat_target::thread_architecture): Add override. | |
11526 | * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for | |
11527 | each VQ. | |
11528 | ||
ccb8d7e8 AH |
11529 | 2019-04-15 Alan Hayward <alan.hayward@arm.com> |
11530 | ||
11531 | * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup. | |
11532 | ||
35add35e AB |
11533 | 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com> |
11534 | ||
11535 | * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex | |
11536 | target types of size 96-bits, add some additional comments, and | |
11537 | check that the builtin type we found was the correct size. | |
11538 | ||
51196bbc EZ |
11539 | 2019-04-12 Eli Zaretskii <eliz@gnu.org> |
11540 | ||
11541 | * utils.c (prompt_for_continue): Don't restore the styling at the | |
11542 | end, as applied_style has the wrong value. This fixes styling in | |
11543 | long lists of file names that are interrupted by the "Continue?" | |
11544 | prompt. | |
11545 | ||
62253a61 AB |
11546 | 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com> |
11547 | ||
11548 | * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC. | |
11549 | * c-lang.c (c_language_defn): Likewise. | |
11550 | (cplus_language_defn): Likewise. | |
11551 | (asm_language_defn): Likewise. | |
11552 | (minimal_language_defn): Likewise. | |
11553 | * d-lang.c (d_language_defn): Likewise. | |
11554 | * f-lang.c (f_language_defn): Likewise. | |
11555 | * go-lang.c (go_language_defn): Likewise. | |
11556 | * language.c (unknown_language_defn): Likewise. | |
11557 | (auto_language_defn): Likewise. | |
11558 | * language.h (struct language_defn): Remove la_magic field. | |
11559 | (LANG_MAGIC): Delete. | |
11560 | * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC. | |
11561 | * objc-lang.c (objc_language_defn): Likewise. | |
11562 | * opencl-lang.c (opencl_language_defn): Likewise. | |
11563 | * p-lang.c (pascal_language_defn): Likewise. | |
11564 | * rust-lang.c (rust_language_defn): Likewise. | |
11565 | ||
a9158a86 AB |
11566 | 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com> |
11567 | ||
11568 | * riscv-tdep.c (riscv_type_align): New function. | |
11569 | (riscv_type_alignment): Delete. | |
11570 | (riscv_arg_location): Use 'type_align'. | |
11571 | (riscv_gdbarch_init): Register riscv_type_align gdbarch function. | |
11572 | ||
41077b66 AB |
11573 | 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com> |
11574 | ||
11575 | * gdbtypes.c (type_align): A struct with no non-static fields also | |
11576 | has alignment of 1. | |
11577 | ||
9f0272f8 AB |
11578 | 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com> |
11579 | ||
11580 | * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first | |
11581 | component to 0. | |
11582 | (riscv_struct_info::riscv_struct_info): Initialise m_offsets | |
11583 | member. | |
11584 | (riscv_struct_info::analyse): New implementation using new | |
11585 | analyse_inner member function. | |
11586 | (riscv_struct_info::field_offset): New member function. | |
11587 | (riscv_struct_info::m_offsets): New member variable. | |
11588 | (riscv_struct_info::analyse_inner): New private member function, | |
11589 | takes the old implementation of riscv_struct_info::analyse but | |
11590 | extended to track field offsets. | |
11591 | (riscv_call_arg_struct): Update the struct folding special cases | |
11592 | to handle cases where empty C++ structs, which are non-zero | |
11593 | length, are found. | |
11594 | (riscv_arg_location): Initialise the length of each location, a | |
11595 | non-zero length now indicates the location is in use. | |
11596 | (riscv_push_dummy_call): Allow for the first location having a | |
11597 | non-zero offset when setting up arguments. | |
11598 | (riscv_return_value): Likewise, but for return values. | |
11599 | ||
02cf60c7 TT |
11600 | 2019-04-11 Tom Tromey <tromey@adacore.com> |
11601 | ||
11602 | * utils.c (internal_vproblem): Make "msg" const. | |
11603 | ||
68811f8f AH |
11604 | 2019-04-11 Alan Hayward <alan.hayward@arm.com> |
11605 | ||
11606 | * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs. | |
11607 | * trad-frame.c (trad_frame_reset_saved_regs): New function. | |
11608 | (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs. | |
11609 | * trad-frame.h (trad_frame_reset_saved_regs): New declaration. | |
11610 | ||
3f52fdbc KB |
11611 | 2019-04-10 Kevin Buettner <kevinb@redhat.com> |
11612 | ||
11613 | * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New | |
11614 | function. | |
11615 | (fill_gregset): Call amd64_linux_collect_native_gregset instead | |
11616 | of amd64_collect_native_gregset. | |
11617 | (amd64_linux_nat_target::store_registers): Likewise. | |
11618 | ||
e9ad22ee TT |
11619 | 2019-04-10 Tom Tromey <tom@tromey.com> |
11620 | ||
11621 | * symtab.c (lookup_global_symbol_from_objfile) | |
11622 | (lookup_symbol_in_objfile_from_linkage_name): Use the iterator. | |
11623 | * objfiles.h (class separate_debug_iterator): New. | |
11624 | (class separate_debug_range): New. | |
11625 | (struct objfile) <separate_debug_objfiles>: New method. | |
11626 | (objfile_separate_debug_iterate): Don't declare. | |
11627 | * objfiles.c (separate_debug_iterator::operator++): Rename from | |
11628 | objfile_separate_debug_iterate. | |
11629 | (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the | |
11630 | iterator. | |
11631 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the | |
11632 | iterator. | |
11633 | ||
ee371134 TT |
11634 | 2019-04-10 Tom Tromey <tom@tromey.com> |
11635 | ||
11636 | * symfile.c (reread_symbols): Remove old comment. | |
11637 | * objfiles.c (free_all_objfiles): Fix a typo. | |
11638 | ||
bf227d61 TT |
11639 | 2019-04-10 Tom Tromey <tom@tromey.com> |
11640 | ||
11641 | * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach. | |
11642 | * minsyms.c (lookup_minimal_symbol): Use foreach. | |
11643 | (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name) | |
11644 | (lookup_minimal_symbol_solib_trampoline): Likewise. | |
11645 | * symfile.c (reread_symbols): Use foreach. | |
11646 | ||
8dc433a0 TT |
11647 | 2019-04-09 Ivan Begert <ivanbegert@gmail.com> |
11648 | Tom Tromey <tromey@adacore.com> | |
11649 | ||
11650 | PR rust/24414: | |
11651 | * rust-exp.y (rust_parser::lex_number): Use strtoulst. | |
11652 | (rust_lex_int_test): Change "value" to be LONGEST. | |
11653 | (rust_lex_tests): Add test for long integer literal. | |
11654 | ||
9ab8741a TT |
11655 | 2019-04-09 Tom Tromey <tromey@adacore.com> |
11656 | ||
11657 | * remote.c (remote_target::remote_add_inferior): Change fake_pid_p | |
11658 | to bool. | |
11659 | (extended_remote_target::attach): Update. | |
11660 | (remote_target::remote_notice_new_inferior): Update. | |
11661 | (remote_target::add_current_inferior_and_thread): Update. | |
11662 | * inferior.c (exit_inferior_1): Use "false". | |
11663 | * corelow.c (add_to_thread_list): Make fake_pid_p bool. | |
11664 | ||
e242fd12 SM |
11665 | 2019-04-09 Simon Marchi <simon.marchi@efficios.com> |
11666 | ||
9ca1957f | 11667 | * infcmd.c (run_command_1): Pass -qualified to tbreak when using |
e242fd12 SM |
11668 | the "start" command. |
11669 | ||
2b0c8b01 KB |
11670 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11671 | ||
11672 | * python/py-inferior.c (infpy_thread_from_thread_handle): | |
11673 | Adjust comments to reflect renaming of thread_from_thread_handle | |
11674 | to thread_from_handle. Adjust keywords. Fix type error message. | |
11675 | (inferior_object_methods): Add thread_from_handle. Retain | |
11676 | thread_from_thread_handle, but mark it as deprecated. | |
11677 | ||
50a82723 KB |
11678 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11679 | ||
11680 | * gdbthread.h (find_thread_by_handle): Revise declaration. | |
11681 | * thread.c (find_thread_by_handle): Likewise. Adjust | |
11682 | implementation too. | |
11683 | * python/py-inferior.c (infpy_thread_from_thread_handle): Add | |
11684 | support for buffer objects as handles. | |
11685 | ||
cf63b016 KB |
11686 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11687 | ||
11688 | * python/py-infthread.c (thpy_thread_handle): New function. | |
11689 | (thread_object_methods): Register thpy_thread_handle. | |
11690 | ||
3d6c6204 KB |
11691 | 2019-04-08 Kevin Buettner <kevinb@redhat.com> |
11692 | ||
11693 | * gdbthread.h (thread_to_thread_handle): Declare. | |
11694 | * thread.c (gdbtypes.h): Include. | |
11695 | (thread_to_thread_handle): New function. | |
11696 | ||
11697 | * target.h (struct target_ops): Add thread_info_to_thread_handle. | |
11698 | (target_thread_info_to_thread_handle): Declare. | |
11699 | * target.c (target_thread_info_to_thread_handle): New function. | |
11700 | * target-debug.h (target_debug_print_gdb_byte_vector): Define. | |
11701 | * target-delegates.c: Regenerate. | |
11702 | ||
11703 | * linux-thread-db.c (class thread_db_target): Add method | |
11704 | thread_info_to_thread_handle. | |
11705 | (thread_db_target::thread_info_to_thread_handle): Define. | |
11706 | * remote.c (class remote_target): Add new method | |
11707 | thread_info_to_thread_handle. | |
11708 | (remote_target::thread_info_to_thread_handle): Define. | |
11709 | ||
56be6ea8 PA |
11710 | 2019-04-08 Pedro Alves <palves@redhat.com> |
11711 | ||
11712 | * common/common-exceptions.c (throw_exception): Don't create | |
11713 | named object to throw; throw directly. | |
11714 | (throw_it): Likewise. Don't initialize gdb_exception::message | |
11715 | here, with new; pass FMT and AP to the ctor instead. | |
11716 | * common/common-exceptions.h: Include <string>. | |
11717 | (gdb_exception::gdb_exception(enum return_reason, enum errors, | |
11718 | const char *, va_list)): New ctor. Use std::make_shared. | |
11719 | (gdb_exception_error::gdb_exception_error(enum return_reason, enum | |
11720 | errors)): Delete. | |
11721 | (gdb_exception_error::gdb_exception_error(enum errors, const char | |
11722 | *, va_list)): New. | |
11723 | (gdb_exception_error::gdb_exception_error(const gdb_exception &)): | |
11724 | Add assertion. | |
11725 | (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum | |
11726 | errors)): Delete. | |
11727 | (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New. | |
11728 | (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)): | |
11729 | Add assertion. | |
11730 | ||
eedc3f4f TT |
11731 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11732 | ||
11733 | * valops.c (value_rtti_indirect_type): Replace throw_exception | |
11734 | with throw. | |
11735 | * tracefile-tfile.c (tfile_target_open): Replace throw_exception | |
11736 | with throw. | |
11737 | * thread.c (thr_try_catch_cmd): Replace throw_exception with | |
11738 | throw. | |
11739 | * target.c (target_translate_tls_address): Replace throw_exception | |
11740 | with throw. | |
11741 | * stack.c (frame_apply_command_count): Replace throw_exception | |
11742 | with throw. | |
11743 | * solib-spu.c (append_ocl_sos): Replace throw_exception with | |
11744 | throw. | |
11745 | * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception | |
11746 | with throw. | |
11747 | * rs6000-tdep.c (rs6000_frame_cache) | |
11748 | (rs6000_epilogue_frame_cache): Replace throw_exception with throw. | |
11749 | * remote.c: Replace throw_exception with throw. | |
11750 | * record-full.c (record_full_message, record_full_wait_1) | |
11751 | (record_full_restore): Replace throw_exception with throw. | |
11752 | * record-btrace.c: | |
11753 | (get_thread_current_frame_id, record_btrace_start_replaying) | |
11754 | (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start) | |
11755 | (cmd_record_btrace_start): Replace throw_exception with throw. | |
11756 | * parse.c (parse_exp_in_context_1): Replace throw_exception with | |
11757 | throw. | |
11758 | * linux-nat.c (detach_one_lwp, linux_resume_one_lwp) | |
11759 | (resume_stopped_resumed_lwps): Replace throw_exception with throw. | |
11760 | * linespec.c: | |
11761 | (find_linespec_symbols): Replace throw_exception with throw. | |
11762 | * infrun.c (displaced_step_prepare, resume): Replace | |
11763 | throw_exception with throw. | |
11764 | * infcmd.c (post_create_inferior): Replace throw_exception with | |
11765 | throw. | |
11766 | * inf-loop.c (inferior_event_handler): Replace throw_exception | |
11767 | with throw. | |
11768 | * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache) | |
11769 | (i386_sigtramp_frame_cache): Replace throw_exception with throw. | |
11770 | * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle) | |
11771 | (get_prev_frame_always, get_frame_pc_if_available) | |
11772 | (get_frame_address_in_block_if_available, get_frame_language): | |
11773 | Replace throw_exception with throw. | |
11774 | * frame-unwind.c (frame_unwind_try_unwinder): Replace | |
11775 | throw_exception with throw. | |
11776 | * eval.c (fetch_subexp_value, evaluate_var_value) | |
11777 | (evaluate_funcall, evaluate_subexp_standard): Replace | |
11778 | throw_exception with throw. | |
11779 | * dwarf2loc.c (call_site_find_chain) | |
11780 | (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval): | |
11781 | Replace throw_exception with throw. | |
11782 | * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception | |
11783 | with throw. | |
11784 | * darwin-nat.c (darwin_attach_pid): Replace throw_exception with | |
11785 | throw. | |
11786 | * cp-abi.c (baseclass_offset): Replace throw_exception with throw. | |
11787 | * completer.c (complete_line_internal): Replace throw_exception | |
11788 | with throw. | |
11789 | * compile/compile-object-run.c (compile_object_run): Replace | |
11790 | throw_exception with throw. | |
11791 | * cli/cli-script.c (process_next_line): Replace throw_exception | |
11792 | with throw. | |
11793 | * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace) | |
11794 | (btrace_enable, btrace_maint_update_pt_packets): Replace | |
11795 | throw_exception with throw. | |
11796 | * breakpoint.c (create_breakpoint, save_breakpoints): Replace | |
11797 | throw_exception with throw. | |
11798 | * break-catch-throw.c (re_set_exception_catchpoint): Replace | |
11799 | throw_exception with throw. | |
11800 | * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache) | |
11801 | (amd64_epilogue_frame_cache): Replace throw_exception with throw. | |
11802 | * aarch64-tdep.c (aarch64_make_prologue_cache) | |
11803 | (aarch64_make_stub_cache): Replace throw_exception with throw. | |
11804 | ||
26003a20 TT |
11805 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11806 | ||
11807 | * common/common-exceptions.c (throw_exception): Rename from | |
11808 | throw_exception_cxx. Remove old copy. Make argument const. | |
11809 | (throw_it): Create and throw exception objects directly. | |
11810 | * common/common-exceptions.h (throw_exception): Make argument | |
11811 | const. | |
11812 | (struct gdb_exception_error): Add constructor. | |
11813 | (struct gdb_exception_quit): Add constructor. | |
11814 | ||
d272eb37 TT |
11815 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11816 | ||
11817 | * common/common-exceptions.h (exception_rethrow): Don't declare. | |
11818 | (TRY_SJLJ): Update comment. | |
11819 | (TRY, CATCH, END_CATCH): Remove. | |
11820 | * common/common-exceptions.c (exception_rethrow): Remove. | |
11821 | ||
230d2906 TT |
11822 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11823 | ||
11824 | * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL): | |
11825 | Remove. | |
11826 | (gdb_exception_error): Rename from | |
11827 | gdb_exception_RETURN_MASK_ERROR. | |
11828 | (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT. | |
11829 | (gdb_quit_bad_alloc): Update. | |
11830 | * aarch64-tdep.c: Update. | |
11831 | * ada-lang.c: Update. | |
11832 | * ada-typeprint.c: Update. | |
11833 | * ada-valprint.c: Update. | |
11834 | * amd64-tdep.c: Update. | |
11835 | * arch-utils.c: Update. | |
11836 | * break-catch-throw.c: Update. | |
11837 | * breakpoint.c: Update. | |
11838 | * btrace.c: Update. | |
11839 | * c-varobj.c: Update. | |
11840 | * cli/cli-cmds.c: Update. | |
11841 | * cli/cli-interp.c: Update. | |
11842 | * cli/cli-script.c: Update. | |
11843 | * common/common-exceptions.c: Update. | |
11844 | * common/new-op.c: Update. | |
11845 | * common/selftest.c: Update. | |
11846 | * compile/compile-c-symbols.c: Update. | |
11847 | * compile/compile-cplus-symbols.c: Update. | |
11848 | * compile/compile-object-load.c: Update. | |
11849 | * compile/compile-object-run.c: Update. | |
11850 | * completer.c: Update. | |
11851 | * corelow.c: Update. | |
11852 | * cp-abi.c: Update. | |
11853 | * cp-support.c: Update. | |
11854 | * cp-valprint.c: Update. | |
11855 | * darwin-nat.c: Update. | |
11856 | * disasm-selftests.c: Update. | |
11857 | * dtrace-probe.c: Update. | |
11858 | * dwarf-index-cache.c: Update. | |
11859 | * dwarf-index-write.c: Update. | |
11860 | * dwarf2-frame-tailcall.c: Update. | |
11861 | * dwarf2-frame.c: Update. | |
11862 | * dwarf2loc.c: Update. | |
11863 | * dwarf2read.c: Update. | |
11864 | * eval.c: Update. | |
11865 | * event-loop.c: Update. | |
11866 | * event-top.c: Update. | |
11867 | * exec.c: Update. | |
11868 | * f-valprint.c: Update. | |
11869 | * fbsd-tdep.c: Update. | |
11870 | * frame-unwind.c: Update. | |
11871 | * frame.c: Update. | |
11872 | * gdbtypes.c: Update. | |
11873 | * gnu-v3-abi.c: Update. | |
11874 | * guile/guile-internal.h: Update. | |
11875 | * guile/scm-block.c: Update. | |
11876 | * guile/scm-breakpoint.c: Update. | |
11877 | * guile/scm-cmd.c: Update. | |
11878 | * guile/scm-disasm.c: Update. | |
11879 | * guile/scm-frame.c: Update. | |
11880 | * guile/scm-lazy-string.c: Update. | |
11881 | * guile/scm-math.c: Update. | |
11882 | * guile/scm-param.c: Update. | |
11883 | * guile/scm-ports.c: Update. | |
11884 | * guile/scm-pretty-print.c: Update. | |
11885 | * guile/scm-symbol.c: Update. | |
11886 | * guile/scm-symtab.c: Update. | |
11887 | * guile/scm-type.c: Update. | |
11888 | * guile/scm-value.c: Update. | |
11889 | * i386-linux-tdep.c: Update. | |
11890 | * i386-tdep.c: Update. | |
11891 | * inf-loop.c: Update. | |
11892 | * infcall.c: Update. | |
11893 | * infcmd.c: Update. | |
11894 | * infrun.c: Update. | |
11895 | * jit.c: Update. | |
11896 | * language.c: Update. | |
11897 | * linespec.c: Update. | |
11898 | * linux-fork.c: Update. | |
11899 | * linux-nat.c: Update. | |
11900 | * linux-tdep.c: Update. | |
11901 | * linux-thread-db.c: Update. | |
11902 | * main.c: Update. | |
11903 | * mi/mi-cmd-break.c: Update. | |
11904 | * mi/mi-cmd-stack.c: Update. | |
11905 | * mi/mi-interp.c: Update. | |
11906 | * mi/mi-main.c: Update. | |
11907 | * objc-lang.c: Update. | |
11908 | * p-valprint.c: Update. | |
11909 | * parse.c: Update. | |
11910 | * ppc-linux-tdep.c: Update. | |
11911 | * printcmd.c: Update. | |
11912 | * python/py-arch.c: Update. | |
11913 | * python/py-breakpoint.c: Update. | |
11914 | * python/py-cmd.c: Update. | |
11915 | * python/py-finishbreakpoint.c: Update. | |
11916 | * python/py-frame.c: Update. | |
11917 | * python/py-framefilter.c: Update. | |
11918 | * python/py-gdb-readline.c: Update. | |
11919 | * python/py-inferior.c: Update. | |
11920 | * python/py-infthread.c: Update. | |
11921 | * python/py-lazy-string.c: Update. | |
11922 | * python/py-linetable.c: Update. | |
11923 | * python/py-objfile.c: Update. | |
11924 | * python/py-param.c: Update. | |
11925 | * python/py-prettyprint.c: Update. | |
11926 | * python/py-progspace.c: Update. | |
11927 | * python/py-record-btrace.c: Update. | |
11928 | * python/py-record.c: Update. | |
11929 | * python/py-symbol.c: Update. | |
11930 | * python/py-type.c: Update. | |
11931 | * python/py-unwind.c: Update. | |
11932 | * python/py-utils.c: Update. | |
11933 | * python/py-value.c: Update. | |
11934 | * python/python.c: Update. | |
11935 | * record-btrace.c: Update. | |
11936 | * record-full.c: Update. | |
11937 | * remote-fileio.c: Update. | |
11938 | * remote.c: Update. | |
11939 | * riscv-tdep.c: Update. | |
11940 | * rs6000-aix-tdep.c: Update. | |
11941 | * rs6000-tdep.c: Update. | |
11942 | * rust-exp.y: Update. | |
11943 | * rust-lang.c: Update. | |
11944 | * s390-tdep.c: Update. | |
11945 | * selftest-arch.c: Update. | |
11946 | * solib-dsbt.c: Update. | |
11947 | * solib-frv.c: Update. | |
11948 | * solib-spu.c: Update. | |
11949 | * solib-svr4.c: Update. | |
11950 | * solib.c: Update. | |
11951 | * sparc64-linux-tdep.c: Update. | |
11952 | * stack.c: Update. | |
11953 | * symfile-mem.c: Update. | |
11954 | * symmisc.c: Update. | |
11955 | * target.c: Update. | |
11956 | * thread.c: Update. | |
11957 | * top.c: Update. | |
11958 | * tracefile-tfile.c: Update. | |
11959 | * tui/tui.c: Update. | |
11960 | * typeprint.c: Update. | |
11961 | * unittests/cli-utils-selftests.c: Update. | |
11962 | * unittests/parse-connection-spec-selftests.c: Update. | |
11963 | * valops.c: Update. | |
11964 | * valprint.c: Update. | |
11965 | * value.c: Update. | |
11966 | * varobj.c: Update. | |
11967 | * windows-nat.c: Update. | |
11968 | * x86-linux-nat.c: Update. | |
11969 | * xml-support.c: Update. | |
11970 | ||
a70b8144 TT |
11971 | 2019-04-08 Tom Tromey <tom@tromey.com> |
11972 | ||
11973 | * xml-support.c: Use C++ exception handling. | |
11974 | * x86-linux-nat.c: Use C++ exception handling. | |
11975 | * windows-nat.c: Use C++ exception handling. | |
11976 | * varobj.c: Use C++ exception handling. | |
11977 | * value.c: Use C++ exception handling. | |
11978 | * valprint.c: Use C++ exception handling. | |
11979 | * valops.c: Use C++ exception handling. | |
11980 | * unittests/parse-connection-spec-selftests.c: Use C++ exception | |
11981 | handling. | |
11982 | * unittests/cli-utils-selftests.c: Use C++ exception handling. | |
11983 | * typeprint.c: Use C++ exception handling. | |
11984 | * tui/tui.c: Use C++ exception handling. | |
11985 | * tracefile-tfile.c: Use C++ exception handling. | |
11986 | * top.c: Use C++ exception handling. | |
11987 | * thread.c: Use C++ exception handling. | |
11988 | * target.c: Use C++ exception handling. | |
11989 | * symmisc.c: Use C++ exception handling. | |
11990 | * symfile-mem.c: Use C++ exception handling. | |
11991 | * stack.c: Use C++ exception handling. | |
11992 | * sparc64-linux-tdep.c: Use C++ exception handling. | |
11993 | * solib.c: Use C++ exception handling. | |
11994 | * solib-svr4.c: Use C++ exception handling. | |
11995 | * solib-spu.c: Use C++ exception handling. | |
11996 | * solib-frv.c: Use C++ exception handling. | |
11997 | * solib-dsbt.c: Use C++ exception handling. | |
11998 | * selftest-arch.c: Use C++ exception handling. | |
11999 | * s390-tdep.c: Use C++ exception handling. | |
12000 | * rust-lang.c: Use C++ exception handling. | |
12001 | * rust-exp.y: Use C++ exception handling. | |
12002 | * rs6000-tdep.c: Use C++ exception handling. | |
12003 | * rs6000-aix-tdep.c: Use C++ exception handling. | |
12004 | * riscv-tdep.c: Use C++ exception handling. | |
12005 | * remote.c: Use C++ exception handling. | |
12006 | * remote-fileio.c: Use C++ exception handling. | |
12007 | * record-full.c: Use C++ exception handling. | |
12008 | * record-btrace.c: Use C++ exception handling. | |
12009 | * python/python.c: Use C++ exception handling. | |
12010 | * python/py-value.c: Use C++ exception handling. | |
12011 | * python/py-utils.c: Use C++ exception handling. | |
12012 | * python/py-unwind.c: Use C++ exception handling. | |
12013 | * python/py-type.c: Use C++ exception handling. | |
12014 | * python/py-symbol.c: Use C++ exception handling. | |
12015 | * python/py-record.c: Use C++ exception handling. | |
12016 | * python/py-record-btrace.c: Use C++ exception handling. | |
12017 | * python/py-progspace.c: Use C++ exception handling. | |
12018 | * python/py-prettyprint.c: Use C++ exception handling. | |
12019 | * python/py-param.c: Use C++ exception handling. | |
12020 | * python/py-objfile.c: Use C++ exception handling. | |
12021 | * python/py-linetable.c: Use C++ exception handling. | |
12022 | * python/py-lazy-string.c: Use C++ exception handling. | |
12023 | * python/py-infthread.c: Use C++ exception handling. | |
12024 | * python/py-inferior.c: Use C++ exception handling. | |
12025 | * python/py-gdb-readline.c: Use C++ exception handling. | |
12026 | * python/py-framefilter.c: Use C++ exception handling. | |
12027 | * python/py-frame.c: Use C++ exception handling. | |
12028 | * python/py-finishbreakpoint.c: Use C++ exception handling. | |
12029 | * python/py-cmd.c: Use C++ exception handling. | |
12030 | * python/py-breakpoint.c: Use C++ exception handling. | |
12031 | * python/py-arch.c: Use C++ exception handling. | |
12032 | * printcmd.c: Use C++ exception handling. | |
12033 | * ppc-linux-tdep.c: Use C++ exception handling. | |
12034 | * parse.c: Use C++ exception handling. | |
12035 | * p-valprint.c: Use C++ exception handling. | |
12036 | * objc-lang.c: Use C++ exception handling. | |
12037 | * mi/mi-main.c: Use C++ exception handling. | |
12038 | * mi/mi-interp.c: Use C++ exception handling. | |
12039 | * mi/mi-cmd-stack.c: Use C++ exception handling. | |
12040 | * mi/mi-cmd-break.c: Use C++ exception handling. | |
12041 | * main.c: Use C++ exception handling. | |
12042 | * linux-thread-db.c: Use C++ exception handling. | |
12043 | * linux-tdep.c: Use C++ exception handling. | |
12044 | * linux-nat.c: Use C++ exception handling. | |
12045 | * linux-fork.c: Use C++ exception handling. | |
12046 | * linespec.c: Use C++ exception handling. | |
12047 | * language.c: Use C++ exception handling. | |
12048 | * jit.c: Use C++ exception handling. | |
12049 | * infrun.c: Use C++ exception handling. | |
12050 | * infcmd.c: Use C++ exception handling. | |
12051 | * infcall.c: Use C++ exception handling. | |
12052 | * inf-loop.c: Use C++ exception handling. | |
12053 | * i386-tdep.c: Use C++ exception handling. | |
12054 | * i386-linux-tdep.c: Use C++ exception handling. | |
12055 | * guile/scm-value.c: Use C++ exception handling. | |
12056 | * guile/scm-type.c: Use C++ exception handling. | |
12057 | * guile/scm-symtab.c: Use C++ exception handling. | |
12058 | * guile/scm-symbol.c: Use C++ exception handling. | |
12059 | * guile/scm-pretty-print.c: Use C++ exception handling. | |
12060 | * guile/scm-ports.c: Use C++ exception handling. | |
12061 | * guile/scm-param.c: Use C++ exception handling. | |
12062 | * guile/scm-math.c: Use C++ exception handling. | |
12063 | * guile/scm-lazy-string.c: Use C++ exception handling. | |
12064 | * guile/scm-frame.c: Use C++ exception handling. | |
12065 | * guile/scm-disasm.c: Use C++ exception handling. | |
12066 | * guile/scm-cmd.c: Use C++ exception handling. | |
12067 | * guile/scm-breakpoint.c: Use C++ exception handling. | |
12068 | * guile/scm-block.c: Use C++ exception handling. | |
12069 | * guile/guile-internal.h: Use C++ exception handling. | |
12070 | * gnu-v3-abi.c: Use C++ exception handling. | |
12071 | * gdbtypes.c: Use C++ exception handling. | |
12072 | * frame.c: Use C++ exception handling. | |
12073 | * frame-unwind.c: Use C++ exception handling. | |
12074 | * fbsd-tdep.c: Use C++ exception handling. | |
12075 | * f-valprint.c: Use C++ exception handling. | |
12076 | * exec.c: Use C++ exception handling. | |
12077 | * event-top.c: Use C++ exception handling. | |
12078 | * event-loop.c: Use C++ exception handling. | |
12079 | * eval.c: Use C++ exception handling. | |
12080 | * dwarf2read.c: Use C++ exception handling. | |
12081 | * dwarf2loc.c: Use C++ exception handling. | |
12082 | * dwarf2-frame.c: Use C++ exception handling. | |
12083 | * dwarf2-frame-tailcall.c: Use C++ exception handling. | |
12084 | * dwarf-index-write.c: Use C++ exception handling. | |
12085 | * dwarf-index-cache.c: Use C++ exception handling. | |
12086 | * dtrace-probe.c: Use C++ exception handling. | |
12087 | * disasm-selftests.c: Use C++ exception handling. | |
12088 | * darwin-nat.c: Use C++ exception handling. | |
12089 | * cp-valprint.c: Use C++ exception handling. | |
12090 | * cp-support.c: Use C++ exception handling. | |
12091 | * cp-abi.c: Use C++ exception handling. | |
12092 | * corelow.c: Use C++ exception handling. | |
12093 | * completer.c: Use C++ exception handling. | |
12094 | * compile/compile-object-run.c: Use C++ exception handling. | |
12095 | * compile/compile-object-load.c: Use C++ exception handling. | |
12096 | * compile/compile-cplus-symbols.c: Use C++ exception handling. | |
12097 | * compile/compile-c-symbols.c: Use C++ exception handling. | |
12098 | * common/selftest.c: Use C++ exception handling. | |
12099 | * common/new-op.c: Use C++ exception handling. | |
12100 | * cli/cli-script.c: Use C++ exception handling. | |
12101 | * cli/cli-interp.c: Use C++ exception handling. | |
12102 | * cli/cli-cmds.c: Use C++ exception handling. | |
12103 | * c-varobj.c: Use C++ exception handling. | |
12104 | * btrace.c: Use C++ exception handling. | |
12105 | * breakpoint.c: Use C++ exception handling. | |
12106 | * break-catch-throw.c: Use C++ exception handling. | |
12107 | * arch-utils.c: Use C++ exception handling. | |
12108 | * amd64-tdep.c: Use C++ exception handling. | |
12109 | * ada-valprint.c: Use C++ exception handling. | |
12110 | * ada-typeprint.c: Use C++ exception handling. | |
12111 | * ada-lang.c: Use C++ exception handling. | |
12112 | * aarch64-tdep.c: Use C++ exception handling. | |
12113 | ||
3d6e9d23 TT |
12114 | 2019-04-08 Tom Tromey <tom@tromey.com> |
12115 | ||
12116 | * xml-support.c (gdb_xml_parser::parse): Update. | |
12117 | * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update. | |
12118 | * value.c (show_convenience): Update. | |
12119 | * unittests/cli-utils-selftests.c (test_number_or_range_parser) | |
12120 | (test_parse_flags_qcs): Update. | |
12121 | * thread.c (thr_try_catch_cmd): Update. | |
12122 | * target.c (target_translate_tls_address): Update. | |
12123 | * stack.c (print_frame_arg, read_frame_local, read_frame_arg) | |
12124 | (info_frame_command_core, frame_apply_command_count): Update. | |
12125 | * rust-exp.y (rust_lex_exception_test): Update. | |
12126 | * riscv-tdep.c (riscv_print_one_register_info): Update. | |
12127 | * remote.c (remote_target::enable_btrace): Update. | |
12128 | * record-btrace.c (record_btrace_enable_warn): Update. | |
12129 | * python/py-utils.c (gdbpy_convert_exception): Update. | |
12130 | * printcmd.c (do_one_display, print_variable_and_value): Update. | |
12131 | * mi/mi-main.c (mi_print_exception): Update. | |
12132 | * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT. | |
12133 | * mi/mi-cmd-stack.c (list_arg_or_local): Update. | |
12134 | * linux-nat.c (linux_nat_target::attach): Update. | |
12135 | * linux-fork.c (class scoped_switch_fork_info): Update. | |
12136 | * infrun.c (displaced_step_prepare): Update. | |
12137 | * infcall.c (call_function_by_hand_dummy): Update. | |
12138 | * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update. | |
12139 | * gnu-v3-abi.c (print_one_vtable): Update. | |
12140 | * frame.c (get_prev_frame_always): Update. | |
12141 | * f-valprint.c (info_common_command_for_block): Update. | |
12142 | * exec.c (try_open_exec_file): Update. | |
12143 | * exceptions.c (print_exception, exception_print) | |
12144 | (exception_fprintf, exception_print_same): Update. | |
12145 | * dwarf2-frame.c (dwarf2_build_frame_info): Update. | |
12146 | * dwarf-index-cache.c (index_cache::store) | |
12147 | (index_cache::lookup_gdb_index): Update. | |
12148 | * darwin-nat.c (maybe_cache_shell): Update. | |
12149 | * cp-valprint.c (cp_print_value_fields): Update. | |
12150 | * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol) | |
12151 | (gcc_cplus_symbol_address): Update. | |
12152 | * compile/compile-c-symbols.c (gcc_convert_symbol) | |
12153 | (gcc_symbol_address, generate_c_for_for_one_variable): Update. | |
12154 | * common/selftest.c: Update. | |
12155 | * common/common-exceptions.h (struct gdb_exception) <message>: Now | |
12156 | a std::string. | |
12157 | (exception_try_scope_entry, exception_try_scope_exit): Don't | |
12158 | declare. | |
12159 | (struct exception_try_scope): Remove. | |
12160 | (TRY): Don't use exception_try_scope. | |
12161 | (struct gdb_exception): Add constructor, operator=. | |
12162 | <what>: New method. | |
12163 | (struct gdb_exception_RETURN_MASK_ALL) | |
12164 | (struct gdb_exception_RETURN_MASK_ERROR) | |
12165 | (struct gdb_exception_RETURN_MASK_QUIT): Add constructor. | |
12166 | (struct gdb_quit_bad_alloc): Update. | |
12167 | * common/common-exceptions.c (exception_none): Change | |
12168 | initializer. | |
12169 | (struct catcher) <state, exception>: Initialize inline. | |
12170 | <prev>: Remove member. | |
12171 | (current_catcher): Remove. | |
12172 | (catchers): New global. | |
12173 | (exceptions_state_mc_init): Simplify. | |
12174 | (catcher_pop): Remove. | |
12175 | (exceptions_state_mc, exceptions_state_mc_catch): Update. | |
12176 | (try_scope_depth, exception_try_scope_entry) | |
12177 | (exception_try_scope_exit): Remove. | |
12178 | (throw_exception_sjlj): Update. | |
12179 | (exception_messages, exception_messages_size): Remove. | |
12180 | (throw_it): Simplify. | |
12181 | (gdb_exception_sliced_copy): Remove. | |
12182 | (throw_exception_cxx): Update. | |
12183 | * cli/cli-script.c (script_from_file): Update. | |
12184 | * breakpoint.c (insert_bp_location, update_breakpoint_locations): | |
12185 | Update. | |
12186 | * ada-valprint.c (ada_val_print): Update. | |
12187 | * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr) | |
12188 | (create_excep_cond_exprs): Update. | |
12189 | ||
c5c10118 TT |
12190 | 2019-04-08 Tom Tromey <tom@tromey.com> |
12191 | ||
12192 | * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY) | |
12193 | (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove. | |
12194 | (TRY, CATCH, END_CATCH): Remove some definitions. | |
12195 | * common/common-exceptions.c: Don't use GDB_XCPT. | |
12196 | (catcher_list_size): Remove. | |
12197 | (throw_exception, throw_it): Simplify. | |
12198 | ||
4de283e4 TT |
12199 | 2019-04-05 Tom Tromey <tom@tromey.com> |
12200 | ||
12201 | Revert the header-sorting patch. | |
12202 | * ft32-tdep.c: Revert. | |
12203 | * frv-tdep.c: Revert. | |
12204 | * frv-linux-tdep.c: Revert. | |
12205 | * frame.c: Revert. | |
12206 | * frame-unwind.c: Revert. | |
12207 | * frame-base.c: Revert. | |
12208 | * fork-child.c: Revert. | |
12209 | * findvar.c: Revert. | |
12210 | * findcmd.c: Revert. | |
12211 | * filesystem.c: Revert. | |
12212 | * filename-seen-cache.h: Revert. | |
12213 | * filename-seen-cache.c: Revert. | |
12214 | * fbsd-tdep.c: Revert. | |
12215 | * fbsd-nat.h: Revert. | |
12216 | * fbsd-nat.c: Revert. | |
12217 | * f-valprint.c: Revert. | |
12218 | * f-typeprint.c: Revert. | |
12219 | * f-lang.c: Revert. | |
12220 | * extension.h: Revert. | |
12221 | * extension.c: Revert. | |
12222 | * extension-priv.h: Revert. | |
12223 | * expprint.c: Revert. | |
12224 | * exec.h: Revert. | |
12225 | * exec.c: Revert. | |
12226 | * exceptions.c: Revert. | |
12227 | * event-top.c: Revert. | |
12228 | * event-loop.c: Revert. | |
12229 | * eval.c: Revert. | |
12230 | * elfread.c: Revert. | |
12231 | * dwarf2read.h: Revert. | |
12232 | * dwarf2read.c: Revert. | |
12233 | * dwarf2loc.c: Revert. | |
12234 | * dwarf2expr.h: Revert. | |
12235 | * dwarf2expr.c: Revert. | |
12236 | * dwarf2-frame.c: Revert. | |
12237 | * dwarf2-frame-tailcall.c: Revert. | |
12238 | * dwarf-index-write.h: Revert. | |
12239 | * dwarf-index-write.c: Revert. | |
12240 | * dwarf-index-common.c: Revert. | |
12241 | * dwarf-index-cache.h: Revert. | |
12242 | * dwarf-index-cache.c: Revert. | |
12243 | * dummy-frame.c: Revert. | |
12244 | * dtrace-probe.c: Revert. | |
12245 | * disasm.h: Revert. | |
12246 | * disasm.c: Revert. | |
12247 | * disasm-selftests.c: Revert. | |
12248 | * dictionary.c: Revert. | |
12249 | * dicos-tdep.c: Revert. | |
12250 | * demangle.c: Revert. | |
12251 | * dcache.h: Revert. | |
12252 | * dcache.c: Revert. | |
12253 | * darwin-nat.h: Revert. | |
12254 | * darwin-nat.c: Revert. | |
12255 | * darwin-nat-info.c: Revert. | |
12256 | * d-valprint.c: Revert. | |
12257 | * d-namespace.c: Revert. | |
12258 | * d-lang.c: Revert. | |
12259 | * ctf.c: Revert. | |
12260 | * csky-tdep.c: Revert. | |
12261 | * csky-linux-tdep.c: Revert. | |
12262 | * cris-tdep.c: Revert. | |
12263 | * cris-linux-tdep.c: Revert. | |
12264 | * cp-valprint.c: Revert. | |
12265 | * cp-support.c: Revert. | |
12266 | * cp-namespace.c: Revert. | |
12267 | * cp-abi.c: Revert. | |
12268 | * corelow.c: Revert. | |
12269 | * corefile.c: Revert. | |
12270 | * continuations.c: Revert. | |
12271 | * completer.h: Revert. | |
12272 | * completer.c: Revert. | |
12273 | * complaints.c: Revert. | |
12274 | * coffread.c: Revert. | |
12275 | * coff-pe-read.c: Revert. | |
12276 | * cli-out.h: Revert. | |
12277 | * cli-out.c: Revert. | |
12278 | * charset.c: Revert. | |
12279 | * c-varobj.c: Revert. | |
12280 | * c-valprint.c: Revert. | |
12281 | * c-typeprint.c: Revert. | |
12282 | * c-lang.c: Revert. | |
12283 | * buildsym.c: Revert. | |
12284 | * buildsym-legacy.c: Revert. | |
12285 | * build-id.h: Revert. | |
12286 | * build-id.c: Revert. | |
12287 | * btrace.c: Revert. | |
12288 | * bsd-uthread.c: Revert. | |
12289 | * breakpoint.h: Revert. | |
12290 | * breakpoint.c: Revert. | |
12291 | * break-catch-throw.c: Revert. | |
12292 | * break-catch-syscall.c: Revert. | |
12293 | * break-catch-sig.c: Revert. | |
12294 | * blockframe.c: Revert. | |
12295 | * block.c: Revert. | |
12296 | * bfin-tdep.c: Revert. | |
12297 | * bfin-linux-tdep.c: Revert. | |
12298 | * bfd-target.c: Revert. | |
12299 | * bcache.c: Revert. | |
12300 | * ax-general.c: Revert. | |
12301 | * ax-gdb.h: Revert. | |
12302 | * ax-gdb.c: Revert. | |
12303 | * avr-tdep.c: Revert. | |
12304 | * auxv.c: Revert. | |
12305 | * auto-load.c: Revert. | |
12306 | * arm-wince-tdep.c: Revert. | |
12307 | * arm-tdep.c: Revert. | |
12308 | * arm-symbian-tdep.c: Revert. | |
12309 | * arm-pikeos-tdep.c: Revert. | |
12310 | * arm-obsd-tdep.c: Revert. | |
12311 | * arm-nbsd-tdep.c: Revert. | |
12312 | * arm-nbsd-nat.c: Revert. | |
12313 | * arm-linux-tdep.c: Revert. | |
12314 | * arm-linux-nat.c: Revert. | |
12315 | * arm-fbsd-tdep.c: Revert. | |
12316 | * arm-fbsd-nat.c: Revert. | |
12317 | * arm-bsd-tdep.c: Revert. | |
12318 | * arch-utils.c: Revert. | |
12319 | * arc-tdep.c: Revert. | |
12320 | * arc-newlib-tdep.c: Revert. | |
12321 | * annotate.h: Revert. | |
12322 | * annotate.c: Revert. | |
12323 | * amd64-windows-tdep.c: Revert. | |
12324 | * amd64-windows-nat.c: Revert. | |
12325 | * amd64-tdep.c: Revert. | |
12326 | * amd64-sol2-tdep.c: Revert. | |
12327 | * amd64-obsd-tdep.c: Revert. | |
12328 | * amd64-obsd-nat.c: Revert. | |
12329 | * amd64-nbsd-tdep.c: Revert. | |
12330 | * amd64-nbsd-nat.c: Revert. | |
12331 | * amd64-nat.c: Revert. | |
12332 | * amd64-linux-tdep.c: Revert. | |
12333 | * amd64-linux-nat.c: Revert. | |
12334 | * amd64-fbsd-tdep.c: Revert. | |
12335 | * amd64-fbsd-nat.c: Revert. | |
12336 | * amd64-dicos-tdep.c: Revert. | |
12337 | * amd64-darwin-tdep.c: Revert. | |
12338 | * amd64-bsd-nat.c: Revert. | |
12339 | * alpha-tdep.c: Revert. | |
12340 | * alpha-obsd-tdep.c: Revert. | |
12341 | * alpha-nbsd-tdep.c: Revert. | |
12342 | * alpha-mdebug-tdep.c: Revert. | |
12343 | * alpha-linux-tdep.c: Revert. | |
12344 | * alpha-linux-nat.c: Revert. | |
12345 | * alpha-bsd-tdep.c: Revert. | |
12346 | * alpha-bsd-nat.c: Revert. | |
12347 | * aix-thread.c: Revert. | |
12348 | * agent.c: Revert. | |
12349 | * addrmap.c: Revert. | |
12350 | * ada-varobj.c: Revert. | |
12351 | * ada-valprint.c: Revert. | |
12352 | * ada-typeprint.c: Revert. | |
12353 | * ada-tasks.c: Revert. | |
12354 | * ada-lang.c: Revert. | |
12355 | * aarch64-tdep.c: Revert. | |
12356 | * aarch64-ravenscar-thread.c: Revert. | |
12357 | * aarch64-newlib-tdep.c: Revert. | |
12358 | * aarch64-linux-tdep.c: Revert. | |
12359 | * aarch64-linux-nat.c: Revert. | |
12360 | * aarch64-fbsd-tdep.c: Revert. | |
12361 | * aarch64-fbsd-nat.c: Revert. | |
12362 | * aarch32-linux-nat.c: Revert. | |
12363 | ||
d55e5aa6 TT |
12364 | 2019-04-05 Tom Tromey <tom@tromey.com> |
12365 | ||
12366 | * ft32-tdep.c: Sort headers. | |
12367 | * frv-tdep.c: Sort headers. | |
12368 | * frv-linux-tdep.c: Sort headers. | |
12369 | * frame.c: Sort headers. | |
12370 | * frame-unwind.c: Sort headers. | |
12371 | * frame-base.c: Sort headers. | |
12372 | * fork-child.c: Sort headers. | |
12373 | * findvar.c: Sort headers. | |
12374 | * findcmd.c: Sort headers. | |
12375 | * filesystem.c: Sort headers. | |
12376 | * filename-seen-cache.h: Sort headers. | |
12377 | * filename-seen-cache.c: Sort headers. | |
12378 | * fbsd-tdep.c: Sort headers. | |
12379 | * fbsd-nat.h: Sort headers. | |
12380 | * fbsd-nat.c: Sort headers. | |
12381 | * f-valprint.c: Sort headers. | |
12382 | * f-typeprint.c: Sort headers. | |
12383 | * f-lang.c: Sort headers. | |
12384 | * extension.h: Sort headers. | |
12385 | * extension.c: Sort headers. | |
12386 | * extension-priv.h: Sort headers. | |
12387 | * expprint.c: Sort headers. | |
12388 | * exec.h: Sort headers. | |
12389 | * exec.c: Sort headers. | |
12390 | * exceptions.c: Sort headers. | |
12391 | * event-top.c: Sort headers. | |
12392 | * event-loop.c: Sort headers. | |
12393 | * eval.c: Sort headers. | |
12394 | * elfread.c: Sort headers. | |
12395 | * dwarf2read.h: Sort headers. | |
12396 | * dwarf2read.c: Sort headers. | |
12397 | * dwarf2loc.c: Sort headers. | |
12398 | * dwarf2expr.h: Sort headers. | |
12399 | * dwarf2expr.c: Sort headers. | |
12400 | * dwarf2-frame.c: Sort headers. | |
12401 | * dwarf2-frame-tailcall.c: Sort headers. | |
12402 | * dwarf-index-write.h: Sort headers. | |
12403 | * dwarf-index-write.c: Sort headers. | |
12404 | * dwarf-index-common.c: Sort headers. | |
12405 | * dwarf-index-cache.h: Sort headers. | |
12406 | * dwarf-index-cache.c: Sort headers. | |
12407 | * dummy-frame.c: Sort headers. | |
12408 | * dtrace-probe.c: Sort headers. | |
12409 | * disasm.h: Sort headers. | |
12410 | * disasm.c: Sort headers. | |
12411 | * disasm-selftests.c: Sort headers. | |
12412 | * dictionary.c: Sort headers. | |
12413 | * dicos-tdep.c: Sort headers. | |
12414 | * demangle.c: Sort headers. | |
12415 | * dcache.h: Sort headers. | |
12416 | * dcache.c: Sort headers. | |
12417 | * darwin-nat.h: Sort headers. | |
12418 | * darwin-nat.c: Sort headers. | |
12419 | * darwin-nat-info.c: Sort headers. | |
12420 | * d-valprint.c: Sort headers. | |
12421 | * d-namespace.c: Sort headers. | |
12422 | * d-lang.c: Sort headers. | |
12423 | * ctf.c: Sort headers. | |
12424 | * csky-tdep.c: Sort headers. | |
12425 | * csky-linux-tdep.c: Sort headers. | |
12426 | * cris-tdep.c: Sort headers. | |
12427 | * cris-linux-tdep.c: Sort headers. | |
12428 | * cp-valprint.c: Sort headers. | |
12429 | * cp-support.c: Sort headers. | |
12430 | * cp-namespace.c: Sort headers. | |
12431 | * cp-abi.c: Sort headers. | |
12432 | * corelow.c: Sort headers. | |
12433 | * corefile.c: Sort headers. | |
12434 | * continuations.c: Sort headers. | |
12435 | * completer.h: Sort headers. | |
12436 | * completer.c: Sort headers. | |
12437 | * complaints.c: Sort headers. | |
12438 | * coffread.c: Sort headers. | |
12439 | * coff-pe-read.c: Sort headers. | |
12440 | * cli-out.h: Sort headers. | |
12441 | * cli-out.c: Sort headers. | |
12442 | * charset.c: Sort headers. | |
12443 | * c-varobj.c: Sort headers. | |
12444 | * c-valprint.c: Sort headers. | |
12445 | * c-typeprint.c: Sort headers. | |
12446 | * c-lang.c: Sort headers. | |
12447 | * buildsym.c: Sort headers. | |
12448 | * buildsym-legacy.c: Sort headers. | |
12449 | * build-id.h: Sort headers. | |
12450 | * build-id.c: Sort headers. | |
12451 | * btrace.c: Sort headers. | |
12452 | * bsd-uthread.c: Sort headers. | |
12453 | * breakpoint.h: Sort headers. | |
12454 | * breakpoint.c: Sort headers. | |
12455 | * break-catch-throw.c: Sort headers. | |
12456 | * break-catch-syscall.c: Sort headers. | |
12457 | * break-catch-sig.c: Sort headers. | |
12458 | * blockframe.c: Sort headers. | |
12459 | * block.c: Sort headers. | |
12460 | * bfin-tdep.c: Sort headers. | |
12461 | * bfin-linux-tdep.c: Sort headers. | |
12462 | * bfd-target.c: Sort headers. | |
12463 | * bcache.c: Sort headers. | |
12464 | * ax-general.c: Sort headers. | |
12465 | * ax-gdb.h: Sort headers. | |
12466 | * ax-gdb.c: Sort headers. | |
12467 | * avr-tdep.c: Sort headers. | |
12468 | * auxv.c: Sort headers. | |
12469 | * auto-load.c: Sort headers. | |
12470 | * arm-wince-tdep.c: Sort headers. | |
12471 | * arm-tdep.c: Sort headers. | |
12472 | * arm-symbian-tdep.c: Sort headers. | |
12473 | * arm-pikeos-tdep.c: Sort headers. | |
12474 | * arm-obsd-tdep.c: Sort headers. | |
12475 | * arm-nbsd-tdep.c: Sort headers. | |
12476 | * arm-nbsd-nat.c: Sort headers. | |
12477 | * arm-linux-tdep.c: Sort headers. | |
12478 | * arm-linux-nat.c: Sort headers. | |
12479 | * arm-fbsd-tdep.c: Sort headers. | |
12480 | * arm-fbsd-nat.c: Sort headers. | |
12481 | * arm-bsd-tdep.c: Sort headers. | |
12482 | * arch-utils.c: Sort headers. | |
12483 | * arc-tdep.c: Sort headers. | |
12484 | * arc-newlib-tdep.c: Sort headers. | |
12485 | * annotate.h: Sort headers. | |
12486 | * annotate.c: Sort headers. | |
12487 | * amd64-windows-tdep.c: Sort headers. | |
12488 | * amd64-windows-nat.c: Sort headers. | |
12489 | * amd64-tdep.c: Sort headers. | |
12490 | * amd64-sol2-tdep.c: Sort headers. | |
12491 | * amd64-obsd-tdep.c: Sort headers. | |
12492 | * amd64-obsd-nat.c: Sort headers. | |
12493 | * amd64-nbsd-tdep.c: Sort headers. | |
12494 | * amd64-nbsd-nat.c: Sort headers. | |
12495 | * amd64-nat.c: Sort headers. | |
12496 | * amd64-linux-tdep.c: Sort headers. | |
12497 | * amd64-linux-nat.c: Sort headers. | |
12498 | * amd64-fbsd-tdep.c: Sort headers. | |
12499 | * amd64-fbsd-nat.c: Sort headers. | |
12500 | * amd64-dicos-tdep.c: Sort headers. | |
12501 | * amd64-darwin-tdep.c: Sort headers. | |
12502 | * amd64-bsd-nat.c: Sort headers. | |
12503 | * alpha-tdep.c: Sort headers. | |
12504 | * alpha-obsd-tdep.c: Sort headers. | |
12505 | * alpha-nbsd-tdep.c: Sort headers. | |
12506 | * alpha-mdebug-tdep.c: Sort headers. | |
12507 | * alpha-linux-tdep.c: Sort headers. | |
12508 | * alpha-linux-nat.c: Sort headers. | |
12509 | * alpha-bsd-tdep.c: Sort headers. | |
12510 | * alpha-bsd-nat.c: Sort headers. | |
12511 | * aix-thread.c: Sort headers. | |
12512 | * agent.c: Sort headers. | |
12513 | * addrmap.c: Sort headers. | |
12514 | * ada-varobj.c: Sort headers. | |
12515 | * ada-valprint.c: Sort headers. | |
12516 | * ada-typeprint.c: Sort headers. | |
12517 | * ada-tasks.c: Sort headers. | |
12518 | * ada-lang.c: Sort headers. | |
12519 | * aarch64-tdep.c: Sort headers. | |
12520 | * aarch64-ravenscar-thread.c: Sort headers. | |
12521 | * aarch64-newlib-tdep.c: Sort headers. | |
12522 | * aarch64-linux-tdep.c: Sort headers. | |
12523 | * aarch64-linux-nat.c: Sort headers. | |
12524 | * aarch64-fbsd-tdep.c: Sort headers. | |
12525 | * aarch64-fbsd-nat.c: Sort headers. | |
12526 | * aarch32-linux-nat.c: Sort headers. | |
12527 | ||
699bd4cf TT |
12528 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12529 | ||
12530 | * varobj.c (varobj_create): Update. | |
12531 | * rust-exp.y (struct rust_parser) <update_innermost_block, | |
12532 | lookup_symbol>: New methods. | |
12533 | (rust_parser::update_innermost_block, rust_parser::lookup_symbol): | |
12534 | Rename. | |
12535 | (rust_parser::rust_lookup_type) | |
12536 | (rust_parser::convert_ast_to_expression, rust_lex_tests): Update. | |
12537 | * printcmd.c (display_command, do_one_display): Update. | |
12538 | * parser-defs.h (struct parser_state) <parser_state>: Add | |
12539 | "tracker" parameter. | |
12540 | (block_tracker): New member. | |
12541 | (class innermost_block_tracker) <innermost_block_tracker>: Add | |
12542 | "types" parameter. | |
12543 | <reset>: Remove method. | |
12544 | (innermost_block): Don't declare. | |
12545 | (null_post_parser): Update. | |
12546 | * parse.c (innermost_block): Remove global. | |
12547 | (write_dollar_variable): Update. | |
12548 | (parse_exp_1, parse_exp_in_context): Add "tracker" parameter. | |
12549 | Remove "tracker_types" parameter. | |
12550 | (parse_expression): Add "tracker" parameter. | |
12551 | (parse_expression_for_completion): Update. | |
12552 | (null_post_parser): Add "tracker" parameter. | |
12553 | * p-exp.y: Update rules. | |
12554 | * m2-exp.y: Update rules. | |
12555 | * language.h (struct language_defn) <la_post_parser>: Add | |
12556 | "tracker" parameter. | |
12557 | * go-exp.y: Update rules. | |
12558 | * f-exp.y: Update rules. | |
12559 | * expression.h (parse_expression, parse_exp_1): Add "tracker" | |
12560 | parameter. | |
12561 | * d-exp.y: Update rules. | |
12562 | * c-exp.y: Update rules. | |
12563 | * breakpoint.c (set_breakpoint_condition): Create an | |
12564 | innermost_block_tracker. | |
12565 | (watch_command_1): Likewise. | |
12566 | * ada-lang.c (resolve): Add "tracker" parameter. | |
12567 | (resolve_subexp): Likewise. | |
12568 | * ada-exp.y (write_var_from_sym): Update. | |
12569 | ||
dac43e32 TT |
12570 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12571 | ||
12572 | * type-stack.h: New file. | |
12573 | * type-stack.c: New file. | |
12574 | * parser-defs.h (enum type_pieces, union type_stack_elt): Move to | |
12575 | type-stack.h. | |
12576 | (insert_into_type_stack, insert_type, push_type, push_type_int) | |
12577 | (insert_type_address_space, pop_type, pop_type_int) | |
12578 | (pop_typelist, pop_type_stack, append_type_stack) | |
12579 | (push_type_stack, get_type_stack, push_typelist) | |
12580 | (follow_type_instance_flags, follow_types): Don't declare. | |
12581 | * parse.c (type_stack): Remove global. | |
12582 | (parse_exp_in_context): Update. | |
12583 | (insert_into_type_stack, insert_type, push_type, push_type_int) | |
12584 | (insert_type_address_space, pop_type, pop_type_int) | |
12585 | (pop_typelist, pop_type_stack, append_type_stack) | |
12586 | (push_type_stack, get_type_stack, push_typelist) | |
12587 | (follow_type_instance_flags, follow_types): Remove (moved to | |
12588 | type-stack.c). | |
12589 | * f-exp.y (type_stack): New global. | |
12590 | Update rules. | |
12591 | (push_kind_type, f_parse): Update. | |
12592 | * d-exp.y (type_stack): New global. | |
12593 | Update rules. | |
12594 | (d_parse): Update. | |
12595 | * c-exp.y (struct c_parse_state) <type_stack>: New member. | |
12596 | Update rules. | |
12597 | * Makefile.in (COMMON_SFILES): Add type-stack.c. | |
12598 | (HFILES_NO_SRCDIR): Add type-stack.h. | |
12599 | ||
2a612529 TT |
12600 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12601 | ||
12602 | * rust-exp.y (rust_parser::lex_identifier, rustyylex) | |
12603 | (rust_parser::convert_ast_to_expression, rust_parse) | |
12604 | (rust_lex_test_completion, rust_lex_tests): Update. | |
12605 | * parser-defs.h (struct expr_completion_state): New. | |
12606 | (struct parser_state) <parser_state>: Add completion parameter. | |
12607 | <mark_struct_expression, mark_completion_tag>: New methods. | |
12608 | <parse_completion, m_completion_state>: New members. | |
12609 | (prefixify_expression, null_post_parser): Update. | |
12610 | (mark_struct_expression, mark_completion_tag): Don't declare. | |
12611 | * parse.c (parse_completion, expout_last_struct) | |
12612 | (expout_tag_completion_type, expout_completion_name): Remove | |
12613 | globals. | |
12614 | (parser_state::mark_struct_expression) | |
12615 | (parser_state::mark_completion_tag): Now methods. | |
12616 | (prefixify_expression): Add last_struct parameter. | |
12617 | (prefixify_subexp): Likewise. | |
12618 | (parse_exp_1): Update. | |
12619 | (parse_exp_in_context): Add cstate parameter. Update. | |
12620 | (parse_expression_for_completion): Create an | |
12621 | expr_completion_state. | |
12622 | (null_post_parser): Add "completion" parameter. | |
12623 | * p-exp.y: Update rules. | |
12624 | (yylex): Update. | |
12625 | * language.h (struct language_defn) <la_post_parser>: Add | |
12626 | "completing" parameter. | |
12627 | * go-exp.y: Update rules. | |
12628 | (lex_one_token): Update. | |
12629 | * expression.h (parse_completion): Don't declare. | |
12630 | * d-exp.y: Update rules. | |
12631 | (lex_one_token): Update rules. | |
12632 | * c-exp.y: Update rules. | |
12633 | (lex_one_token): Update. | |
12634 | * ada-lang.c (resolve): Add "parse_completion" parameter. | |
12635 | (resolve_subexp): Likewise. | |
12636 | (ada_resolve_function): Likewise. | |
12637 | ||
43476f0b TT |
12638 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12639 | ||
12640 | * parser-defs.h (struct parser_state) <start_arglist, | |
12641 | end_arglist>: New methods. | |
12642 | <arglist_len, m_funcall_chain>: New members. | |
12643 | (arglist_len, start_arglist, end_arglist): Don't declare. | |
12644 | * parse.c (arglist_len, funcall_chain): Remove global. | |
12645 | (start_arglist, end_arglist): Remove functions. | |
12646 | (parse_exp_in_context): Update. | |
12647 | * p-exp.y: Update rules. | |
12648 | * m2-exp.y: Update rules. | |
12649 | * go-exp.y: Update rules. | |
12650 | * f-exp.y: Update rules. | |
12651 | * d-exp.y: Update rules. | |
12652 | * c-exp.y: Update rules. | |
12653 | ||
5776fca3 TT |
12654 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12655 | ||
12656 | * rust-exp.y (struct rust_parser) <lex_hex, lex_escape, | |
12657 | lex_operator, push_back>: New methods. | |
12658 | Update all rules. | |
12659 | (rust_parser::lex_hex, lex_escape): Rename and update. | |
12660 | (rust_parser::lex_string, rust_parser::lex_identifier): Update. | |
12661 | (rust_parser::lex_operator): Rename and update. | |
12662 | (rust_parser::lex_number, rustyylex, rustyyerror) | |
12663 | (rust_lex_test_init, rust_lex_test_sequence) | |
12664 | (rust_lex_test_push_back, rust_lex_tests): Update. | |
12665 | * parser-defs.h (struct parser_state) <parser_state>: Add "input" | |
12666 | parameter. | |
12667 | <lexptr, prev_lexptr>: New members. | |
12668 | (lexptr, prev_lexptr): Don't declare. | |
12669 | * parse.c (lexptr, prev_lexptr): Remove globals. | |
12670 | (parse_exp_in_context): Update. | |
12671 | * p-exp.y (yylex, yyerror): Update. | |
12672 | * m2-exp.y (parse_number, yylex, yyerror): Update. | |
12673 | * go-exp.y (lex_one_token, yyerror): Update. | |
12674 | * f-exp.y (match_string_literal, yylex, yyerror): Update. | |
12675 | * d-exp.y (lex_one_token, yyerror): Update. | |
12676 | * c-exp.y (scan_macro_expansion, finished_macro_expansion) | |
12677 | (lex_one_token, yyerror): Update. | |
12678 | * ada-lex.l (YY_INPUT): Update. | |
12679 | (rewind_to_char): Update. | |
12680 | * ada-exp.y (yyerror): Update. | |
12681 | ||
8621b685 TT |
12682 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12683 | ||
12684 | * rust-exp.y (rustyylex, rust_lex_tests): Update. | |
12685 | * parser-defs.h (struct parser_state) <parser_state>: Add new | |
12686 | parameter. | |
12687 | <comma_terminates>: New member. | |
12688 | (comma_terminates): Don't declare global. | |
12689 | * parse.c (comma_terminates): Remove global. | |
12690 | (parse_exp_in_context): Update. | |
12691 | * p-exp.y (yylex): Update. | |
12692 | * m2-exp.y (yylex): Update. | |
12693 | * go-exp.y (lex_one_token): Update. | |
12694 | * f-exp.y (yylex): Update. | |
12695 | * d-exp.y (lex_one_token): Update. | |
12696 | * c-exp.y (lex_one_token): Update. | |
12697 | * ada-lex.l: Update. | |
12698 | ||
28aaf3fd TT |
12699 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12700 | ||
12701 | * rust-exp.y (struct rust_parser) <paren_depth>: New member. | |
12702 | (rustyylex, rust_lex_test_init, rust_lex_test_one) | |
12703 | (rust_lex_test_sequence, rust_lex_test_push_back): Update. | |
12704 | * parser-defs.h (paren_depth): Don't declare. | |
12705 | * parse.c (paren_depth): Remove global. | |
12706 | (parse_exp_in_context): Update. | |
12707 | * p-exp.y (paren_depth): New global. | |
12708 | (pascal_parse): Initialize it. | |
12709 | * m2-exp.y (paren_depth): New global. | |
12710 | (m2_parse): Initialize it. | |
12711 | * go-exp.y (paren_depth): New global. | |
12712 | (go_parse): Initialize it. | |
12713 | * f-exp.y (paren_depth): New global. | |
12714 | (f_parse): Initialize it. | |
12715 | * d-exp.y (paren_depth): New global. | |
12716 | (d_parse): Initialize it. | |
12717 | * c-exp.y (paren_depth): New global. | |
12718 | (c_parse): Initialize it. | |
12719 | * ada-lex.l (paren_depth): New global. | |
12720 | (lexer_init): Initialize it. | |
12721 | ||
1e58a4a4 TT |
12722 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12723 | ||
12724 | * rust-exp.y (rust_parser::crate_name, rust_parser::super_name) | |
12725 | (rust_parser::convert_ast_to_type) | |
12726 | (rust_parser::convert_ast_to_expression, rust_lex_tests): Update. | |
12727 | * parser-defs.h (struct parser_state) <parser_state>: Add | |
12728 | parameters. Initialize new members. | |
12729 | <expression_context_block, expression_context_pc>: New members. | |
12730 | * parse.c (expression_context_block, expression_context_pc): | |
12731 | Remove globals. | |
12732 | (parse_exp_in_context): Update. | |
12733 | * p-exp.y: Update all rules. | |
12734 | (yylex): Update. | |
12735 | * m2-exp.y: Update all rules. | |
12736 | (yylex): Update. | |
12737 | * go-exp.y (yylex): Update. | |
12738 | * f-exp.y (yylex): Update. | |
12739 | * d-exp.y: Update all rules. | |
12740 | (yylex): Update. | |
12741 | * c-exp.y: Update all rules. | |
12742 | (lex_one_token, classify_name, yylex, c_parse): Update. | |
12743 | * ada-exp.y (write_var_or_type, write_name_assoc): Update. | |
12744 | ||
37eedb39 TT |
12745 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12746 | ||
12747 | * gdbarch.h, gdbarch.c: Rebuild. | |
12748 | * gdbarch.sh (dtrace_parse_probe_argument): Change type. | |
12749 | * stap-probe.h: | |
12750 | (struct stap_parse_info): Replace "parser_state" with | |
12751 | "expr_builder". | |
12752 | * parser-defs.h (struct expr_builder): Rename from "parser_state". | |
12753 | (parser_state): New class. | |
12754 | * parse.c (expr_builder): Rename. | |
12755 | (expr_builder::release): Rename. | |
12756 | (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym) | |
12757 | (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile) | |
12758 | (write_exp_elt_longcst, write_exp_elt_floatcst) | |
12759 | (write_exp_elt_type, write_exp_elt_intern, write_exp_string) | |
12760 | (write_exp_string_vector, write_exp_bitstring) | |
12761 | (write_exp_msymbol, mark_struct_expression) | |
12762 | (write_dollar_variable) | |
12763 | (insert_type_address_space, increase_expout_size): Replace | |
12764 | "parser_state" with "expr_builder". | |
12765 | * dtrace-probe.c: Replace "parser_state" with "expr_builder". | |
12766 | * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace | |
12767 | "parser_state" with "expr_builder". | |
12768 | ||
73923d7e TT |
12769 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12770 | ||
12771 | * rust-exp.y: Replace "parse_language" with method call. | |
12772 | * p-exp.y: | |
12773 | (yylex): Replace "parse_language" with method call. | |
12774 | * m2-exp.y: | |
12775 | (yylex): Replace "parse_language" with method call. | |
12776 | * go-exp.y (classify_name): Replace "parse_language" with method | |
12777 | call. | |
12778 | * f-exp.y (yylex): Replace "parse_language" with method call. | |
12779 | * d-exp.y (lex_one_token): Replace "parse_language" with method | |
12780 | call. | |
12781 | * c-exp.y: | |
12782 | (lex_one_token, classify_name, yylex): Replace "parse_language" | |
12783 | with method call. | |
12784 | * ada-exp.y (find_primitive_type, type_char) | |
12785 | (type_system_address): Replace "parse_language" with method call. | |
12786 | ||
fa9f5be6 TT |
12787 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12788 | ||
12789 | * rust-exp.y: Replace "parse_gdbarch" with method call. | |
12790 | * parse.c (write_dollar_variable, insert_type_address_space): | |
12791 | Replace "parse_gdbarch" with method call. | |
12792 | * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method | |
12793 | call. | |
12794 | * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method | |
12795 | call. | |
12796 | * m2-exp.y (parse_type, parse_m2_type, yylex): Replace | |
12797 | "parse_gdbarch" with method call. | |
12798 | * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch" | |
12799 | with method call. | |
12800 | * f-exp.y (parse_type, parse_f_type, yylex): Replace | |
12801 | "parse_gdbarch" with method call. | |
12802 | * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace | |
12803 | "parse_gdbarch" with method call. | |
12804 | * c-exp.y (parse_type, parse_number, classify_name): Replace | |
12805 | "parse_gdbarch" with method call. | |
12806 | * ada-lex.l: Replace "parse_gdbarch" with method call. | |
12807 | * ada-exp.y (parse_type, find_primitive_type, type_char) | |
12808 | (type_system_address): Replace "parse_gdbarch" with method call. | |
12809 | ||
1201a264 TT |
12810 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12811 | ||
12812 | * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update. | |
12813 | * stap-probe.c (stap_parse_argument): Update. | |
12814 | * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove | |
12815 | initial_size parameter. | |
12816 | * rust-exp.y (rust_lex_tests): Update. | |
12817 | * parse.c (parser_state): Update. | |
12818 | (parse_exp_in_context): Update. | |
12819 | * parser-defs.h (struct parser_state) <parser_state>: Remove | |
12820 | "initial_size" parameter. | |
12821 | ||
e3980ce2 TT |
12822 | 2019-04-04 Tom Tromey <tom@tromey.com> |
12823 | ||
12824 | * parser-defs.h (increase_expout_size): Don't declare. | |
12825 | * parse.c (increase_expout_size): Now static. | |
12826 | ||
e9f8e3f1 TS |
12827 | 2019-04-04 Thomas Schwinge <thomas@codesourcery.com> |
12828 | ||
12829 | * gnu-nat.c (gnu_nat_target::wait): Fix | |
12830 | target_waitstatus_to_string call. | |
12831 | ||
d7df6549 AB |
12832 | 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com> |
12833 | ||
12834 | * eval.c (evaluate_subexp_standard): Handle internal functions | |
12835 | during Fortran function call handling. | |
12836 | ||
8bdc1658 AB |
12837 | 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com> |
12838 | ||
12839 | * NEWS: Mention new internal functions. | |
12840 | * dwarf2read.c (dwarf2_init_complex_target_type): New function. | |
12841 | (read_base_type): Use dwarf2_init_complex_target_type. | |
12842 | * value.c (creal_internal_fn): New function. | |
12843 | (cimag_internal_fn): New function. | |
12844 | (_initialize_values): Register new internal functions. | |
12845 | ||
c29705b7 PW |
12846 | 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
12847 | ||
12848 | * infrun.c (stop_all_threads): If debug_infrun, always | |
12849 | trace the wait status after wait_one, using | |
12850 | target_waitstatus_to_string and target_pid_to_str. | |
12851 | (handle_inferior_event): Replace various trace of | |
12852 | wait status kind by a single trace. | |
12853 | * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local | |
12854 | wait status kind image by target_waitstatus_to_string. | |
12855 | * target/waitstatus.c (target_waitstatus_to_string): Fix | |
12856 | obsolete comment. | |
12857 | ||
05caa1d2 TT |
12858 | 2019-04-01 Tom Tromey <tromey@adacore.com> |
12859 | ||
12860 | PR symtab/23331: | |
12861 | * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges. | |
12862 | ||
9d1447e0 SDJ |
12863 | 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com> |
12864 | Pedro Alves <palves@redhat.com> | |
12865 | ||
12866 | * top.c (quit_force): Call 'finalize_values'. | |
12867 | * value.c (finalize_values): New function. | |
12868 | * value.h (finalize_values): Declare. | |
12869 | ||
7734102d EZ |
12870 | 2019-03-30 Eli Zaretskii <eliz@gnu.org> |
12871 | ||
12872 | * NEWS: Announce $_gdb_major and $_gdb_minor. | |
12873 | ||
12874 | * top.c (init_gdb_version_vars): New function. | |
12875 | (gdb_init): Call init_gdb_version_vars. | |
12876 | ||
188e1fa9 TT |
12877 | 2019-03-29 Tom Tromey <tromey@adacore.com> |
12878 | ||
12879 | * printcmd.c (_initialize_printcmd): Add usage lines. Update some | |
12880 | help text. Remove dead code. | |
12881 | ||
2880242d KS |
12882 | 2019-03-29 Keith Seitz <keiths@redhat.com> |
12883 | ||
12884 | From Siddhesh Poyarekar: | |
12885 | * f-lang.h (f77_get_upperbound): Return LONGEST. | |
12886 | (f77_get_lowerbound): Likewise. | |
12887 | * f-typeprint.c (f_type_print_varspec_suffix): Expand | |
12888 | UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format | |
12889 | print them. | |
12890 | (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use | |
12891 | plongest to format print it. | |
12892 | * f-valprint.c (f77_get_lowerbound): Return LONGEST. | |
12893 | (f77_get_upperbound): Likewise. | |
12894 | (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND, | |
12895 | LOWER_BOUND to LONGEST. | |
12896 | (f77_create_arrayprint_offset_tbl): Likewise. | |
12897 | ||
cc1defb1 KS |
12898 | 2019-03-29 Keith Seitz <keiths@redhat.com> |
12899 | ||
12900 | * ada-lang.c (ada_template_to_fixed_record_type_1): Use | |
12901 | %s/pulongest for TYPE_LENGTH instead of %d in format | |
12902 | strings. | |
12903 | * ada-typerint.c (ada_print_type): Likewise. | |
12904 | * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise. | |
12905 | * compile/compile-c-support.c (generate_register_struct): Likewise. | |
12906 | * gdbtypes.c (recursive_dump_type): Likewise. | |
12907 | * gdbtypes.h (struct type) <length>: Change type to ULONGEST. | |
12908 | * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH | |
12909 | instead of %d in format strings. | |
12910 | * riscv-tdep.c (riscv_type_alignment): Cast second argument | |
12911 | to std::min to ULONGEST. | |
12912 | * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH | |
12913 | instead of %d in format strings. | |
12914 | * tracepoint.c (info_scope_command): Likewise. | |
12915 | * typeprint.c (print_offset_data::update) | |
12916 | (print_offset_data::finish): Likewise. | |
12917 | * xtensa-tdep.c (xtensa_store_return_value) | |
12918 | (xtensa_push_dummy_call): Likewise. | |
12919 | ||
e432ccf1 JT |
12920 | 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk> |
12921 | ||
12922 | * windows-nat.c (display_selector): Fixed format specifications | |
12923 | for 64-bit Cygwin. | |
12924 | ||
65d2b333 PW |
12925 | 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
12926 | ||
12927 | * infrun.c (follow_exec): Call target_terminal::ours_for_output. | |
12928 | ||
f489207e SL |
12929 | 2019-03-28 Sandra Loosemore <sandra@codesourcery.com> |
12930 | ||
12931 | * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper. | |
12932 | * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers. | |
12933 | * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New. | |
12934 | (nios2_linux_init_abi): Install it. | |
12935 | ||
bffa1015 AH |
12936 | 2019-03-28 Alan Hayward <alan.hayward@arm.com> |
12937 | ||
12938 | * aarch64-tdep.c (aarch64_vnv_type): Use vector types. | |
12939 | ||
fc96163a AH |
12940 | 2019-03-28 Alan Hayward <alan.hayward@arm.com> |
12941 | ||
12942 | * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view. | |
12943 | ||
20dc7e9b PW |
12944 | 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
12945 | Tom Tromey <tromey@adacore.com> | |
12946 | ||
12947 | * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow. | |
12948 | ||
7f5331a8 JB |
12949 | 2019-03-26 Joel Brobecker <brobecker@adacore.com> |
12950 | ||
12951 | * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method. | |
12952 | (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img" | |
12953 | method to compute the bounds of range types. Also print "[evaluated]" | |
12954 | if the bounds' values come from a dynamic evaluation. | |
12955 | ||
18c77628 AB |
12956 | 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com> |
12957 | ||
12958 | * cp-valprint.c (cp_print_value_fields): Don't print trailing | |
12959 | whitespace when pretty printing is on. | |
12960 | ||
53c973f2 AH |
12961 | 2019-03-26 Alan Hayward <alan.hayward@arm.com> |
12962 | ||
e79be6e5 | 12963 | * ppc-linux-nat.c: Add include. |
53c973f2 | 12964 | |
d851aa71 AH |
12965 | 2019-03-26 Alan Hayward <alan.hayward@arm.com> |
12966 | ||
e79be6e5 | 12967 | * NEWS: Mention AArch64 Pointer Authentication. |
d851aa71 | 12968 | |
2fe7bab7 AH |
12969 | 2019-03-26 Alan Hayward <alan.hayward@arm.com> |
12970 | ||
e79be6e5 | 12971 | * arm-linux-nat.c: Add include. |
2fe7bab7 | 12972 | |
068ef30e SM |
12973 | 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca> |
12974 | ||
12975 | * source-cache.c (source_cache::get_source_lines): Re-read | |
12976 | fullname after calling open_source_file. | |
12977 | ||
81a24d04 JB |
12978 | 2019-03-25 John Baldwin <jhb@FreeBSD.org> |
12979 | ||
12980 | * NEWS: Mention TLS support for FreeBSD. | |
12981 | ||
79e7ae11 TT |
12982 | 2019-03-25 Tom Tromey <tromey@adacore.com> |
12983 | ||
12984 | * minsyms.c (BUNCH_SIZE): Update comment. | |
12985 | (~minimal_symbol_reader): Remove old comment. | |
12986 | (compact_minimal_symbols): Update comment. | |
12987 | (minimal_symbol_reader::install): Remove old comment. Update | |
12988 | other comments. | |
12989 | ||
d45963c2 AH |
12990 | 2019-03-25 Alan Hayward <alan.hayward@arm.com> |
12991 | ||
12992 | * s390-linux-nat.c: Add include. | |
12993 | ||
0f83012e AH |
12994 | 2019-03-25 Alan Hayward <alan.hayward@arm.com> |
12995 | ||
12996 | * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description): | |
12997 | Call linux_get_hwcap. | |
12998 | * aarch64-linux-tdep.c (aarch64_linux_core_read_description): | |
12999 | Likewise. | |
13000 | (aarch64_linux_get_hwcap): Remove function. | |
13001 | * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove | |
13002 | declaration. | |
13003 | * arm-linux-nat.c (arm_linux_nat_target::read_description):Call | |
13004 | linux_get_hwcap. | |
13005 | * arm-linux-tdep.c (arm_linux_core_read_description): Likewise. | |
13006 | * linux-tdep.c (linux_get_hwcap): Add function. | |
13007 | (linux_get_hwcap2): Likewise. | |
13008 | * linux-tdep.h (linux_get_hwcap): Add declaration. | |
13009 | (linux_get_hwcap2): Likewise. | |
13010 | * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function. | |
13011 | (ppc_linux_get_hwcap2): Likewise. | |
13012 | (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call | |
13013 | linux_get_hwcap. | |
13014 | (ppc_linux_nat_target::insert_watchpoint): Likewise. | |
13015 | (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise. | |
13016 | (ppc_linux_nat_target::read_description): Likewise. | |
13017 | * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise. | |
13018 | * s390-linux-nat.c: Likewise. | |
13019 | * s390-linux-tdep.c (s390_core_read_description): Likewise. | |
13020 | ||
6640a367 TT |
13021 | 2019-03-24 Tom Tromey <tom@tromey.com> |
13022 | ||
13023 | * ada-lang.c (standard_lookup): Simplify initialization. | |
13024 | (ada_lookup_symbol_nonlocal): Simplify return. | |
13025 | * solib-spu.c (spu_lookup_lib_symbol): Simplify return. | |
13026 | * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return. | |
13027 | * solib-svr4.c (elf_lookup_lib_symbol): Simplify return. | |
13028 | * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify | |
13029 | initialization. | |
13030 | * solib.c (solib_global_lookup): Simplify. | |
13031 | * symtab.c (null_block_symbol): Remove. | |
13032 | (symbol_cache_lookup): Simplify returns. | |
13033 | (lookup_language_this): Simplify returns. | |
13034 | (lookup_symbol_aux): Simplify return. | |
13035 | (lookup_local_symbol): Simplify returns. | |
13036 | (lookup_global_symbol_from_objfile): Simplify return. | |
13037 | (lookup_symbol_in_objfile_symtabs) | |
13038 | (lookup_symbol_in_objfile_from_linkage_name): Simplify return. | |
13039 | (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block) | |
13040 | (lookup_static_symbol, lookup_global_symbol): Simplify return. | |
13041 | * cp-namespace.c (cp_lookup_bare_symbol) | |
13042 | (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports) | |
13043 | (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1) | |
13044 | (cp_lookup_nested_symbol): Don't use null_block_symbol. | |
13045 | (cp_lookup_symbol_via_imports): Simplify initialization. | |
13046 | (find_symbol_in_baseclass): Likewise. | |
13047 | * symtab.h (null_block_symbol): Remove. | |
13048 | * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol. | |
13049 | (d_lookup_nested_symbol, d_lookup_symbol_imports) | |
13050 | (d_lookup_symbol_module): Likewise. | |
13051 | (find_symbol_in_baseclass): Simplify initialization. | |
13052 | ||
a930ebcd TT |
13053 | 2019-03-24 Tom Tromey <tom@tromey.com> |
13054 | ||
13055 | * expression.h: Don't include symtab.h. | |
13056 | (struct block): Forward declare. | |
13057 | ||
582942f4 TT |
13058 | 2019-03-24 Tom Tromey <tom@tromey.com> |
13059 | ||
13060 | * c-exp.y (typebase): Remove casts. | |
13061 | * gdbtypes.c (lookup_unsigned_typename, ) | |
13062 | (lookup_signed_typename): Remove cast. | |
13063 | * eval.c (parse_to_comma_and_eval): Remove cast. | |
13064 | * parse.c (write_dollar_variable): Remove cast. | |
13065 | * block.h (struct block) <superblock>: Now const. | |
13066 | * symfile-debug.c (debug_qf_map_matching_symbols): Update. | |
13067 | * psymtab.c (psym_map_matching_symbols): Make "block" const. | |
13068 | (map_block): Make "block" const. | |
13069 | * symfile.h (struct quick_symbol_functions) | |
13070 | <map_matching_symbols>: Constify block argument to "callback". | |
13071 | * symtab.c (basic_lookup_transparent_type_quick): Make "block" | |
13072 | const. | |
13073 | (find_pc_sect_compunit_symtab): Make "b" const. | |
13074 | (find_symbol_at_address): Likewise. | |
13075 | (search_symbols): Likewise. | |
13076 | * dwarf2read.c (dw2_lookup_symbol): Make "block" const. | |
13077 | (dw2_debug_names_lookup_symbol): Likewise. | |
13078 | (dw2_map_matching_symbols): Update. | |
13079 | * p-valprint.c (pascal_val_print): Remove "block". | |
13080 | * ada-lang.c (ada_add_global_exceptions): Make "b" const. | |
13081 | (aux_add_nonlocal_symbols): Make "block" const. | |
13082 | (resolve_subexp): Remove cast. | |
13083 | * linespec.c (iterate_over_all_matching_symtabs): Make "block" | |
13084 | const. | |
13085 | (iterate_over_file_blocks): Likewise. | |
13086 | * f-exp.y (%union) <bval>: Remove. | |
13087 | * coffread.c (patch_opaque_types): Make "b" const. | |
13088 | * spu-tdep.c (spu_catch_start): Make "block" const. | |
13089 | * c-valprint.c (print_unpacked_pointer): Remove "block". | |
13090 | * symmisc.c (dump_symtab_1): Make "b" const. | |
13091 | (block_depth): Make "block" const. | |
13092 | * d-exp.y (%union) <bval>: Remove. | |
13093 | * cp-support.h (cp_lookup_rtti_type): Update. | |
13094 | * cp-support.c (cp_lookup_rtti_type): Make "block" const. | |
13095 | * psymtab.c (psym_lookup_symbol): Make "block" const. | |
13096 | (maintenance_check_psymtabs): Make "b" const. | |
13097 | * python/py-framefilter.c (extract_sym): Make "sym_block" const. | |
13098 | (enumerate_locals, enumerate_args): Update. | |
13099 | * python/py-symtab.c (stpy_global_block): Make "block" const. | |
13100 | (stpy_static_block): Likewise. | |
13101 | * inline-frame.c (block_starting_point_at): Make "new_block" | |
13102 | const. | |
13103 | * block.c (find_block_in_blockvector): Make return type const. | |
13104 | (blockvector_for_pc_sect): Make "b" const. | |
13105 | (find_block_in_blockvector): Make "b" const. | |
13106 | ||
7ad417dd TT |
13107 | 2019-03-23 Tom Tromey <tom@tromey.com> |
13108 | ||
13109 | * varobj.c (varobj_create): Update. | |
13110 | * symfile.c (clear_symtab_users): Don't reset innermost_block. | |
13111 | * printcmd.c (display_command, do_one_display): Don't reset | |
13112 | innermost_block. | |
13113 | * parser-defs.h (enum innermost_block_tracker_type): Move to | |
13114 | expression.h. | |
13115 | (innermost_block): Update comment. | |
13116 | * parse.c (parse_exp_1): Add tracker_types parameter. | |
13117 | (parse_exp_in_context): Rename from parse_exp_in_context_1. Add | |
13118 | tracker_types parameter. Reset innermost_block. | |
13119 | (parse_exp_in_context): Remove. | |
13120 | (parse_expression_for_completion): Update. | |
13121 | * objfiles.c (~objfile): Don't reset expression_context_block or | |
13122 | innermost_block. | |
13123 | * expression.h (enum innermost_block_tracker_type): Move from | |
13124 | parser-defs.h. | |
13125 | (parse_exp_1): Add tracker_types parameter. | |
13126 | * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't | |
13127 | reset innermost_block. | |
13128 | ||
b366c208 TT |
13129 | 2019-03-23 Tom Tromey <tom@tromey.com> |
13130 | ||
13131 | * objfiles.h: Include bcache.h. | |
13132 | ||
9bb9b2f9 TT |
13133 | 2019-03-23 Tom Tromey <tom@tromey.com> |
13134 | ||
13135 | * linespec.c (get_current_search_block): Use | |
13136 | scoped_restore_current_language. | |
13137 | * symmisc.c (dump_symtab): Use scoped_restore_current_language. | |
13138 | ||
59c28372 AH |
13139 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13140 | Jiong Wang <jiong.wang@arm.com> | |
13141 | ||
13142 | * aarch64-linux-tdep.c | |
13143 | (aarch64_linux_iterate_over_regset_sections): Check for pauth | |
13144 | section. | |
13145 | * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define. | |
13146 | ||
17e116a7 AH |
13147 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13148 | Jiong Wang <jiong.wang@arm.com> | |
13149 | ||
13150 | * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth | |
13151 | instructions. | |
13152 | (aarch64_analyze_prologue_test): Add PACIASP test. | |
13153 | (aarch64_prologue_prev_register): Unmask PC value. | |
13154 | ||
11e1b75f AH |
13155 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13156 | Jiong Wang <jiong.wang@arm.com> | |
13157 | ||
13158 | * aarch64-tdep.c (aarch64_frame_unmask_address): New function. | |
13159 | (aarch64_dwarf2_prev_register): Unmask PC value. | |
13160 | (aarch64_dwarf2_frame_init_reg): Init pauth registers. | |
13161 | (aarch64_execute_dwarf_cfa_vendor_op): Check for | |
13162 | DW_CFA_AARCH64_negate_ra_state. | |
13163 | (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op. | |
13164 | ||
34dcc7cf AH |
13165 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13166 | Jiong Wang <jiong.wang@arm.com> | |
13167 | ||
13168 | * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth | |
13169 | registers. | |
13170 | (aarch64_pseudo_register_name): Likewise. | |
13171 | (aarch64_pseudo_register_type): Likewise. | |
13172 | (aarch64_pseudo_register_reggroup_p): Likewise. | |
13173 | (aarch64_gdbarch_init): Add pauth registers. | |
13174 | * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define. | |
13175 | (AARCH64_DWARF_PAUTH_DMASK): Likewise. | |
13176 | (AARCH64_DWARF_PAUTH_CMASK): Likewise. | |
13177 | (struct gdbarch_tdep): Add regnum for ra_state. | |
13178 | ||
1ef53e6b AH |
13179 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13180 | Jiong Wang <jiong.wang@arm.com> | |
13181 | ||
13182 | * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define. | |
13183 | ||
76bed0fd AH |
13184 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13185 | Jiong Wang <jiong.wang@arm.com> | |
13186 | ||
13187 | * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New | |
13188 | function. | |
13189 | (aarch64_linux_nat_target::fetch_registers): Read pauth registers. | |
13190 | * aarch64-tdep.c (aarch64_cannot_store_register): New function. | |
13191 | (aarch64_gdbarch_init): Add puth registers. | |
13192 | * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features. | |
13193 | * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define. | |
13194 | (AARCH64_PAUTH_CMASK_REGNUM): Likewise. | |
13195 | ||
ee4fbcfa AH |
13196 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13197 | Jiong Wang <jiong.wang@arm.com> | |
13198 | ||
13199 | * aarch64-linux-nat.c | |
13200 | (aarch64_linux_nat_target::read_description): Read PACA hwcap. | |
13201 | * aarch64-linux-tdep.c | |
13202 | (aarch64_linux_core_read_description): Likewise. | |
13203 | (aarch64_linux_get_hwcap): New function. | |
13204 | * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define. | |
13205 | (aarch64_linux_get_hwcap): New declaration. | |
13206 | ||
6dc0ebde AH |
13207 | 2019-03-22 Alan Hayward <alan.hayward@arm.com> |
13208 | Jiong Wang <jiong.wang@arm.com> | |
13209 | ||
13210 | * aarch64-linux-nat.c | |
13211 | (aarch64_linux_nat_target::read_description): Add pauth param. | |
13212 | * aarch64-linux-tdep.c | |
13213 | (aarch64_linux_core_read_description): Likewise. | |
13214 | * aarch64-tdep.c (struct target_desc): Add in pauth. | |
13215 | (aarch64_read_description): Add pauth param. | |
13216 | (aarch64_gdbarch_init): Likewise. | |
13217 | * aarch64-tdep.h (aarch64_read_description): Likewise. | |
13218 | * arch/aarch64.c (aarch64_create_target_description): Likewise. | |
13219 | * arch/aarch64.h (aarch64_create_target_description): Likewise. | |
13220 | * features/Makefile: Add new files. | |
13221 | * features/aarch64-pauth.c: New file. | |
13222 | * features/aarch64-pauth.xml: New file. | |
13223 | ||
595915c1 TT |
13224 | 2019-03-20 Tom Tromey <tromey@adacore.com> |
13225 | ||
13226 | * infrun.c (handle_inferior_event): Rename from | |
13227 | handle_inferior_event_1. Create a scoped_value_mark. | |
13228 | (handle_inferior_event): Remove. | |
13229 | ||
4c7d57e7 TT |
13230 | 2019-03-19 Tom Tromey <tromey@adacore.com> |
13231 | ||
13232 | * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once. | |
13233 | * infrun.h (print_stop_event): Add "displays" parameter. | |
13234 | * infrun.c (print_stop_event): Add "displays" parameter. | |
13235 | ||
cb246234 PA |
13236 | 2019-03-19 Pedro Alves <palves@redhat.com> |
13237 | ||
13238 | * tui/tui-out.c (tui_ui_out::do_field_string): Simplify. | |
13239 | (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of | |
13240 | to -1. Fix TABs vs spaces. | |
13241 | (tui_ui_out::tui_ui_out): Don't initialize fields here. | |
13242 | * tui/tui-out.h (tui_ui_out) Add intro comments. | |
13243 | <m_line, m_start_of_line>: In-class initialize, and add describing | |
13244 | comment. | |
13245 | ||
3a0e45b2 AH |
13246 | 2019-03-18 Alan Hayward <alan.hayward@arm.com> |
13247 | ||
13248 | * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix | |
13249 | variable names. | |
13250 | (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view. | |
13251 | ||
5371b850 PA |
13252 | 2019-03-18 Pedro Alves <palves@redhat.com> |
13253 | Eli Zaretskii <eliz@gnu.org> | |
13254 | ||
13255 | * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of | |
13256 | m_line and m_start_of_line. | |
13257 | ||
b17c4cd0 EZ |
13258 | 2019-03-18 Eli Zaretskii <eliz@gnu.org> |
13259 | ||
13260 | * tui/tui-io.c (gdb_wgetch): Don't echo CR. | |
13261 | (tui_getc): When gdb_wgetch returns a CR, behave the same as when | |
13262 | it returns a newline. This fixes a regression in TU mode, whereby | |
13263 | the next line is output on the same screen line as the user input. | |
13264 | ||
4bd56d18 TT |
13265 | 2019-03-18 Tom Tromey <tromey@adacore.com> |
13266 | ||
13267 | * minsyms.c (minimal_symbol_reader::install): Remove call to | |
13268 | obstack_blank. | |
13269 | ||
55c10aca PA |
13270 | 2019-03-18 Pedro Alves <palves@redhat.com> |
13271 | ||
13272 | * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg): | |
13273 | New globals. | |
13274 | (apply_style): New, factored out from ... | |
13275 | (apply_ansi_escape): ... this. Handle reverse video mode. | |
13276 | (tui_set_reverse_mode): New function. | |
13277 | * tui/tui-io.h (tui_set_reverse_mode): New declaration. | |
13278 | * tui/tui-winsource.c (tui_show_source_line): Use | |
13279 | tui_set_reverse_mode instead of setting A_STANDOUT. | |
13280 | * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>: | |
13281 | New setter methods. | |
13282 | ||
647bb750 HD |
13283 | 2019-03-18 Hannes Domani <ssbssa@yahoo.de> |
13284 | ||
13285 | * tui/tui-source.c (copy_source_line): Fix handling of 'column'. | |
13286 | Handle tabs. | |
13287 | ||
bff8c71f TT |
13288 | 2019-03-18 Tom Tromey <tromey@adacore.com> |
13289 | ||
13290 | * ada-lang.c (empty_array): Add "high" parameter. | |
13291 | (ada_evaluate_subexp): Update. | |
13292 | ||
58785d98 ST |
13293 | 2019-03-17 Sergei Trofimovich <siarheit@google.com> |
13294 | ||
13295 | * unittests/string_view-selftests.c: Define | |
13296 | _initialize_string_view_selftests unconditionally. | |
13297 | ||
d4cbef22 ВМ |
13298 | 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com> |
13299 | ||
13300 | PR gdb/24350 | |
13301 | * windows-nat.c (windows_make_so): Remove unused text_vma variable. | |
13302 | ||
fce4c071 ВМ |
13303 | 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com> |
13304 | ||
13305 | PR gdb/24351 | |
13306 | * windows-nat.c (display_selector): Fix format specifiers. | |
13307 | ||
f7f0a123 EZ |
13308 | 2019-03-17 Eli Zaretskii <eliz@gnu.org> |
13309 | ||
13310 | * tui/tui-winsource.c (tui_set_is_exec_point_at): Call | |
13311 | tui_refill_source_window instead of tui_refresh_win, to update the | |
13312 | current execution line. This fixes redisplay of the current line | |
13313 | when stepping through the code with "next" or "step". | |
13314 | ||
ab42892f EZ |
13315 | 2019-03-16 Eli Zaretskii <eliz@gnu.org> |
13316 | ||
13317 | * source-cache.c (source_cache::get_source_lines): Call | |
13318 | find_source_lines to initialize s->nlines. This fixes vertical | |
13319 | scrolling of TUI source window when the DOWN arrow is pressed. | |
13320 | ||
8d8c087f PW |
13321 | 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
13322 | ||
13323 | * auto-load.c (_initialize_auto_load): Fix 'This options has'. | |
13324 | linux-thread-db.c (_initialize_thread_db): Likewise. | |
13325 | ||
798e1c30 EZ |
13326 | 2019-03-16 Eli Zaretskii <eliz@gnu.org> |
13327 | ||
13328 | * tui/tui-winsource.c (tui_show_source_line): Revert "Use | |
13329 | wclrtoeol in tui_show_source_line". This reverts changes made in | |
13330 | commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c. | |
13331 | ||
eefba3da TT |
13332 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13333 | ||
13334 | * symtab.h (struct minimal_symbol): Derive from | |
13335 | general_symbol_info. | |
13336 | (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS) | |
13337 | (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES) | |
13338 | (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE) | |
13339 | (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME) | |
13340 | (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME) | |
13341 | (MSYMBOL_SEARCH_NAME): Update. | |
13342 | (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove. | |
13343 | * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset. | |
13344 | * minsyms.c (minimal_symbol_reader::record_full): Update. | |
13345 | ||
0de2420c TT |
13346 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13347 | ||
13348 | * minsyms.c (minimal_symbol_reader::install): Use memcpy. | |
13349 | ||
042d75e4 TT |
13350 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13351 | ||
13352 | * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a | |
13353 | unique_xmalloc_ptr. | |
13354 | (objfile::msymbols_range::begin, objfile::msymbols_range::end): | |
13355 | Update. | |
13356 | * minsyms.c (lookup_minimal_symbol_by_pc_section) | |
13357 | (build_minimal_symbol_hash_tables) | |
13358 | (minimal_symbol_reader::install): Update. | |
13359 | ||
db92718b TT |
13360 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13361 | ||
13362 | * symtab.c (create_demangled_names_hash): Update. | |
13363 | (symbol_set_names): Update. | |
13364 | * objfiles.h (struct objfile_per_bfd_storage) | |
13365 | <demangled_names_hash>: Now an htab_up. | |
13366 | * objfiles.c (objfile_per_bfd_storage): Simplify. | |
13367 | ||
d6797f46 TT |
13368 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13369 | ||
13370 | * objfiles.h (struct objfile_per_bfd_storage): Declare | |
13371 | destructor. | |
13372 | * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage): | |
13373 | New. | |
13374 | (get_objfile_bfd_data): Use new. Don't initialize | |
13375 | language_of_main. | |
13376 | (free_objfile_per_bfd_storage): Remove. | |
13377 | (objfile_bfd_data_free, objfile::~objfile): Use delete. | |
13378 | ||
741d7538 TT |
13379 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13380 | ||
13381 | * symfile.c (reread_symbols): Update. | |
13382 | * objfiles.c (objfile::objfile): Update. | |
13383 | * minsyms.h (terminate_minimal_symbol_table): Don't declare. | |
13384 | * minsyms.c (lookup_minimal_symbol_by_pc_section): Update | |
13385 | comment. | |
13386 | (minimal_symbol_reader::install): Update. | |
13387 | (terminate_minimal_symbol_table): Remove. | |
13388 | * jit.c (jit_object_close_impl): Update. | |
13389 | ||
788c80d1 TT |
13390 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13391 | ||
13392 | * minsyms.c (minimal_symbol_reader::record_full): Remove some | |
13393 | initializations. | |
13394 | ||
1b7a07cb TT |
13395 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13396 | ||
13397 | * objfiles.h (struct objfile_per_bfd_storage) | |
13398 | <demangled_hash_languages>: Now a bitset. | |
13399 | * minsyms.c (add_minsym_to_demangled_hash_table): Update. | |
13400 | (lookup_minimal_symbol): Update. | |
13401 | ||
3db066bc TT |
13402 | 2019-03-15 Tom Tromey <tom@tromey.com> |
13403 | ||
13404 | * minsyms.h (class minimal_symbol_reader) <record_with_info>: | |
13405 | Don't return the symbol. | |
13406 | * coffread.c (record_minimal_symbol): Use record_full. | |
13407 | ||
3fff2c37 EZ |
13408 | 2019-03-14 Eli Zaretskii <eliz@gnu.org> |
13409 | ||
13410 | The MS-Windows port of ncurses fails to switch to a color pair if | |
13411 | one or both of the colors are the implicit default colors. This | |
13412 | change records the default colors when TUI is initialized, and | |
13413 | then specifies them explicitly when a color pair uses the default | |
13414 | colors. This allows color styling in TUI mode on MS-Windows. | |
13415 | ||
13416 | * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare | |
13417 | ncurses_norm_attr. | |
13418 | (tui_initialize_io) [__MINGW32__]: Record the default terminal | |
13419 | colors in ncurses_norm_attr. | |
13420 | (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is | |
13421 | "none", replace it with the default color recorded in | |
13422 | ncurses_norm_attr. | |
13423 | ||
3b336828 TT |
13424 | 2019-03-14 Tom Tromey <tromey@adacore.com> |
13425 | ||
13426 | * source-cache.h (class source_cache) <get_source_lines>: Return | |
13427 | std::string. | |
13428 | * source-cache.c (source_cache::extract_lines): Handle case where | |
13429 | first_pos==npos. Return std::string. | |
13430 | (source_cache::get_source_lines): Update. | |
13431 | ||
d085f989 TT |
13432 | 2019-03-14 Tom Tromey <tromey@adacore.com> |
13433 | ||
13434 | * NEWS: Add item for "style sources" commands. | |
13435 | * source-cache.c (source_cache::get_source_lines): Check | |
13436 | source_styling. | |
13437 | * cli/cli-style.c (source_styling): New global. | |
13438 | (_initialize_cli_style): Add "style sources" commands. | |
13439 | (show_style_sources): New function. | |
13440 | * cli/cli-style.h (source_styling): Declare. | |
13441 | ||
6f11e682 TT |
13442 | 2019-03-14 Pedro Alves <palves@redhat.com> |
13443 | Tom Tromey <tromey@adacore.com> | |
13444 | ||
13445 | * tui/tui-winsource.h (tui_refill_source_window): Declare. | |
13446 | * tui/tui-winsource.c (tui_refill_source_window): New function, | |
13447 | from... | |
13448 | (tui_horizontal_source_scroll): ... here. Move some logic. | |
13449 | * cli/cli-style.c (set_style_enabled): Notify new observable. | |
13450 | * tui/tui-hooks.c (tui_redisplay_source): New function. | |
13451 | (tui_attach_detach_observers): Attach or detach | |
13452 | tui_redisplay_source. | |
13453 | * observable.h (source_styling_changed): New observable. | |
13454 | * observable.c: Define source_styling_changed observable. | |
13455 | ||
a068643d TT |
13456 | 2019-03-13 Tom Tromey <tromey@adacore.com> |
13457 | ||
13458 | * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers) | |
13459 | (i386_gnu_nat_target::store_registers): Update. | |
13460 | * target-debug.h (target_debug_print_std_string): New macro. | |
13461 | * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update. | |
13462 | * windows-tdep.c (display_one_tib): Update. | |
13463 | * tui/tui-stack.c (tui_make_status_line): Update. | |
13464 | * top.c (print_inferior_quit_action): Update. | |
13465 | * thread.c (thr_try_catch_cmd): Update. | |
13466 | (add_thread_with_info): Update. | |
13467 | (thread_target_id_str): Update. | |
13468 | (thr_try_catch_cmd): Update. | |
13469 | (thread_command): Update. | |
13470 | (thread_find_command): Update. | |
13471 | * record-btrace.c (record_btrace_target::info_record) | |
13472 | (record_btrace_resume_thread, record_btrace_target::resume) | |
13473 | (record_btrace_cancel_resume, record_btrace_step_thread) | |
13474 | (record_btrace_target::wait, record_btrace_target::wait) | |
13475 | (record_btrace_target::wait, record_btrace_target::stop): Update. | |
13476 | * progspace.c (print_program_space): Update. | |
13477 | * process-stratum-target.c | |
13478 | (process_stratum_target::thread_address_space): Update. | |
13479 | * linux-fork.c (linux_fork_mourn_inferior) | |
13480 | (detach_checkpoint_command, info_checkpoints_command) | |
13481 | (linux_fork_context): Update. | |
13482 | (linux_fork_detach): Update. | |
13483 | (class scoped_switch_fork_info): Update. | |
13484 | (delete_checkpoint_command): Update. | |
13485 | * infrun.c (follow_fork_inferior): Update. | |
13486 | (follow_fork_inferior): Update. | |
13487 | (proceed_after_vfork_done): Update. | |
13488 | (handle_vfork_child_exec_or_exit): Update. | |
13489 | (follow_exec): Update. | |
13490 | (displaced_step_prepare_throw): Update. | |
13491 | (displaced_step_restore): Update. | |
13492 | (start_step_over): Update. | |
13493 | (resume_1): Update. | |
13494 | (clear_proceed_status_thread): Update. | |
13495 | (proceed): Update. | |
13496 | (print_target_wait_results): Update. | |
13497 | (do_target_wait): Update. | |
13498 | (context_switch): Update. | |
13499 | (stop_all_threads): Update. | |
13500 | (restart_threads): Update. | |
13501 | (finish_step_over): Update. | |
13502 | (handle_signal_stop): Update. | |
13503 | (switch_back_to_stepped_thread): Update. | |
13504 | (keep_going_pass_signal): Update. | |
13505 | (print_exited_reason): Update. | |
13506 | (normal_stop): Update. | |
13507 | * inferior.c (inferior_pid_to_str): Change return type. | |
13508 | (print_selected_inferior): Update. | |
13509 | (add_inferior): Update. | |
13510 | (detach_inferior): Update. | |
13511 | * dummy-frame.c (fprint_dummy_frames): Update. | |
13512 | * dcache.c (dcache_info_1): Update. | |
13513 | * btrace.c (btrace_enable, btrace_disable, btrace_teardown) | |
13514 | (btrace_fetch, btrace_clear): Update. | |
13515 | * linux-tdep.c (linux_core_pid_to_str): Change return type. | |
13516 | * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return | |
13517 | type. | |
13518 | * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type. | |
13519 | * sol2-tdep.h (sol2_core_pid_to_str): Change return type. | |
13520 | * sol2-tdep.c (sol2_core_pid_to_str): Change return type. | |
13521 | * gdbarch.c, gdbarch.h: Rebuild. | |
13522 | * gdbarch.sh (core_pid_to_str): Change return type. | |
13523 | * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change | |
13524 | return type. | |
13525 | (windows_nat_target::pid_to_str): Change return type. | |
13526 | (windows_delete_thread): Update. | |
13527 | (windows_nat_target::attach): Update. | |
13528 | (windows_nat_target::files_info): Update. | |
13529 | * target-delegates.c: Rebuild. | |
13530 | * sol-thread.c (class sol_thread_target) <pid_to_str>: Change | |
13531 | return type. | |
13532 | (sol_thread_target::pid_to_str): Change return type. | |
13533 | * remote.c (class remote_target) <pid_to_str>: Change return | |
13534 | type. | |
13535 | (remote_target::pid_to_str): Change return type. | |
13536 | (extended_remote_target::attach, remote_target::remote_stop_ns) | |
13537 | (remote_target::remote_notif_remove_queued_reply) | |
13538 | (remote_target::push_stop_reply, remote_target::disable_btrace): | |
13539 | Update. | |
13540 | (extended_remote_target::attach): Update. | |
13541 | * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return | |
13542 | type. | |
13543 | (gdbsim_target::pid_to_str): Change return type. | |
13544 | * ravenscar-thread.c (struct ravenscar_thread_target) | |
13545 | <pid_to_str>: Change return type. | |
13546 | (ravenscar_thread_target::pid_to_str): Change return type. | |
13547 | * procfs.c (class procfs_target) <pid_to_str>: Change return | |
13548 | type. | |
13549 | (procfs_target::pid_to_str): Change return type. | |
13550 | (procfs_target::attach): Update. | |
13551 | (procfs_target::detach): Update. | |
13552 | (procfs_target::fetch_registers): Update. | |
13553 | (procfs_target::store_registers): Update. | |
13554 | (procfs_target::wait): Update. | |
13555 | (procfs_target::files_info): Update. | |
13556 | * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type. | |
13557 | * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change | |
13558 | return type. | |
13559 | (nto_procfs_target::pid_to_str): Change return type. | |
13560 | (nto_procfs_target::files_info, nto_procfs_target::attach): Update. | |
13561 | * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change | |
13562 | return type. | |
13563 | * linux-nat.c (linux_nat_target::pid_to_str): Change return type. | |
13564 | (exit_lwp): Update. | |
13565 | (attach_proc_task_lwp_callback, get_detach_signal) | |
13566 | (detach_one_lwp, resume_lwp, linux_nat_target::resume) | |
13567 | (linux_nat_target::resume, wait_lwp, stop_callback) | |
13568 | (maybe_clear_ignore_sigint, stop_wait_callback, status_callback) | |
13569 | (save_stop_reason, select_event_lwp, linux_nat_filter_event) | |
13570 | (linux_nat_wait_1, resume_stopped_resumed_lwps) | |
13571 | (linux_nat_target::wait, linux_nat_stop_lwp): Update. | |
13572 | * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return | |
13573 | type. | |
13574 | (inf_ptrace_target::attach): Update. | |
13575 | (inf_ptrace_target::files_info): Update. | |
13576 | * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return | |
13577 | type. | |
13578 | (go32_nat_target::pid_to_str): Change return type. | |
13579 | * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type. | |
13580 | (gnu_nat_target::wait): Update. | |
13581 | (gnu_nat_target::wait): Update. | |
13582 | (gnu_nat_target::resume): Update. | |
13583 | * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type. | |
13584 | (fbsd_nat_target::wait): Update. | |
13585 | * darwin-nat.c (darwin_nat_target::pid_to_str): Change return | |
13586 | type. | |
13587 | (darwin_nat_target::attach): Update. | |
13588 | * corelow.c (class core_target) <pid_to_str>: Change return type. | |
13589 | (core_target::pid_to_str): Change return type. | |
13590 | * target.c (normal_pid_to_str): Change return type. | |
13591 | (default_pid_to_str): Likewise. | |
13592 | (target_pid_to_str): Change return type. | |
13593 | (target_translate_tls_address): Update. | |
13594 | (target_announce_detach): Update. | |
13595 | * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change | |
13596 | return type. | |
13597 | (bsd_uthread_target::pid_to_str): Change return type. | |
13598 | * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return | |
13599 | type. | |
13600 | (bsd_kvm_target::pid_to_str): Change return type. | |
13601 | * aix-thread.c (class aix_thread_target) <pid_to_str>: Change | |
13602 | return type. | |
13603 | (aix_thread_target::pid_to_str): Change return type. | |
13604 | * target.h (struct target_ops) <pid_to_str>: Change return type. | |
13605 | (target_pid_to_str, normal_pid_to_str): Likewise. | |
13606 | * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return | |
13607 | type. | |
13608 | * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return | |
13609 | type. | |
13610 | * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change | |
13611 | return type. | |
13612 | * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return | |
13613 | type. | |
13614 | * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return | |
13615 | type. | |
13616 | * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change | |
13617 | return type. | |
13618 | ||
b4be1b06 SM |
13619 | 2019-03-13 Simon Marchi <simon.marchi@ericsson.com> |
13620 | ||
13621 | * NEWS: Mention that the new default MI version is 3. Mention | |
13622 | changes to the output of commands and events that deal with | |
13623 | multi-location breakpoints. | |
13624 | * breakpoint.c: Include "mi/mi-out.h". | |
13625 | (print_one_breakpoint): Change output syntax if using MI version | |
13626 | >= 3. | |
13627 | * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output): | |
13628 | New. | |
13629 | (mi_multi_location_breakpoint_output_fixed): New. | |
13630 | * mi/mi-main.c (fix_multi_location_breakpoint_output): New. | |
13631 | (mi_cmd_fix_multi_location_breakpoint_output): New. | |
13632 | (mi_multi_location_breakpoint_output_fixed): New. | |
13633 | * mi/mi-cmds.c (mi_cmds): Register command | |
13634 | -fix-multi-location-breakpoint-output. | |
13635 | * mi/mi-out.c (mi_out_new): Instantiate version 3 when using | |
13636 | interpreter "mi". | |
13637 | ||
8e5e5494 SM |
13638 | 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca> |
13639 | ||
13640 | * mi/mi-out.h (mi_out_new): Change parameter to const char *. | |
13641 | * mi/mi-out.c (mi_out_new): Change parameter to const char *, | |
13642 | instantiate mi_ui_out based on interpreter name. | |
13643 | * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new. | |
13644 | * mi/mi-main.c (mi_load_progress): Likewise. | |
13645 | ||
197df35e JB |
13646 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13647 | ||
13648 | * NEWS: Combine separate "New targets" sections for 8.3. | |
13649 | ||
8399425f JB |
13650 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13651 | ||
13652 | * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New. | |
13653 | (ppcfbsd_init_abi): Install gdbarch | |
13654 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13655 | methods. | |
13656 | ||
b0f87ed0 JB |
13657 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13658 | ||
13659 | * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New. | |
13660 | (riscv_fbsd_init_abi): Install gdbarch | |
13661 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13662 | methods. | |
13663 | ||
ce25aa57 JB |
13664 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13665 | ||
13666 | * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New. | |
13667 | (i386fbsd_init_abi): Install gdbarch | |
13668 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13669 | methods. | |
13670 | ||
f5424cfa JB |
13671 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13672 | ||
13673 | * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New. | |
13674 | (amd64fbsd_init_abi): Install gdbarch | |
13675 | "fetch_tls_load_module_address" and "get_thread_local_address" | |
13676 | methods. | |
13677 | ||
945f3901 JB |
13678 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13679 | ||
13680 | * fbsd-tdep.c (fbsd_pspace_data_handle): New variable. | |
13681 | (struct fbsd_pspace_data): New type. | |
13682 | (get_fbsd_pspace_data, fbsd_pspace_data_cleanup) | |
13683 | (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets) | |
13684 | (fbsd_get_tls_index, fbsd_get_thread_local_address): New function. | |
13685 | (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'. | |
13686 | * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype. | |
13687 | ||
ef0bd204 JB |
13688 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13689 | ||
13690 | * gdbtypes.c (lookup_struct_elt): New function. | |
13691 | (lookup_struct_elt_type): Reimplement via lookup_struct_elt. | |
13692 | * gdbtypes.h (struct struct_elt): New type. | |
13693 | (lookup_struct_elt): New prototype. | |
13694 | ||
36c53a02 JB |
13695 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13696 | ||
13697 | * gdbtypes.c (lookup_struct_elt_type): Update comment and | |
13698 | remove disabled code block. | |
13699 | ||
6e056c81 JB |
13700 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13701 | ||
13702 | * gdbarch.sh (get_thread_local_address): New method. | |
13703 | * gdbarch.h, gdbarch.c: Regenerate. | |
13704 | * target.c (target_translate_tls_address): Use | |
13705 | gdbarch_get_thread_local_address if present instead of | |
13706 | target::get_thread_local_address. | |
13707 | ||
cd250a18 JB |
13708 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13709 | ||
13710 | * target.h (target::get_thread_local_address): Update comment. | |
13711 | ||
df22c1e5 JB |
13712 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13713 | ||
13714 | * solib-svr4.c (svr4_fetch_objfile_link_map): Look for | |
13715 | objfile->separate_debug_objfile_backlink if not NULL. | |
13716 | ||
dd6876c9 JB |
13717 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13718 | ||
13719 | * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use | |
13720 | tdep->fsbase_regnum instead of constants for fs_base and gs_base. | |
13721 | (amd64bsd_store_inferior_registers): Likewise. | |
13722 | * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description): | |
13723 | Enable segment base registers. | |
13724 | * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use | |
13725 | PT_GETFSBASE and PT_GETGSBASE. | |
13726 | (i386bsd_store_inferior_registers): Use PT_SETFSBASE and | |
13727 | PT_SETGSBASE. | |
13728 | * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable | |
13729 | segment base registers. | |
13730 | * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise. | |
13731 | ||
1163a4b7 JB |
13732 | 2019-03-12 John Baldwin <jhb@FreeBSD.org> |
13733 | ||
13734 | * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description): | |
13735 | Update calls to i386_target_description to add 'segments' | |
13736 | parameter. | |
13737 | * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't | |
13738 | add segment base registers. | |
13739 | * arch/i386.c (i386_create_target_description): Add 'segments' | |
13740 | parameter to enable segment base registers. | |
13741 | * arch/i386.h (i386_create_target_description): Likewise. | |
13742 | * features/i386/32bit-segments.xml: New file. | |
13743 | * features/i386/32bit-segments.c: Generate. | |
13744 | * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update | |
13745 | call to i386_target_description to add 'segments' parameter. | |
13746 | * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise. | |
13747 | * i386-go32-tdep.c (i386_go32_init_abi): Likewise. | |
13748 | * i386-linux-tdep.c (i386_linux_read_description): Likewise. | |
13749 | * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers | |
13750 | if feature is present. | |
13751 | (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs. | |
13752 | Add 'segments' parameter to call to i386_target_description. | |
13753 | (i386_target_description): Add 'segments' parameter to enable | |
13754 | segment base registers. | |
13755 | (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter | |
13756 | to call to i386_target_description. | |
13757 | * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'. | |
13758 | (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM. | |
13759 | Define I386_NUM_REGS. | |
13760 | (i386_target_description): Add 'segments' parameter to enable | |
13761 | segment base registers. | |
13762 | ||
3a350822 EZ |
13763 | 2019-03-12 Eli Zaretskii <eliz@gnu.org> |
13764 | ||
13765 | PR/24325 | |
13766 | * source-cache.c: #undef open and close, to avoid unresolved | |
13767 | externals during linking. | |
13768 | ||
ffdd69cf TT |
13769 | 2019-03-12 Tom Tromey <tromey@adacore.com> |
13770 | ||
13771 | * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now | |
13772 | const. Add initializers. | |
13773 | (_initialize_remote): Don't initialize ptid globals. | |
13774 | ||
ec148c57 PA |
13775 | 2019-03-12 Pedro Alves <palves@redhat.com> |
13776 | ||
13777 | * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define. | |
13778 | ||
32764270 PA |
13779 | 2019-03-12 Pedro Alves <palves@redhat.com> |
13780 | ||
13781 | * cp-name-parser.y (main): Remove unused 'len' variable. | |
13782 | ||
17547186 TT |
13783 | 2019-03-12 Tom Tromey <tromey@adacore.com> |
13784 | ||
13785 | * common/ptid.c (null_ptid, minus_one_ptid): Now const. | |
13786 | * common/ptid.h (null_ptid, minus_one_ptid): Now const. | |
13787 | ||
d3a70e03 TT |
13788 | 2019-03-12 Tom Tromey <tromey@adacore.com> |
13789 | ||
13790 | * linux-nat.c (iterate_over_lwps): Update. | |
13791 | (stop_callback): Remove parameter. | |
13792 | (stop_wait_callback, detach_callback, resume_set_callback) | |
13793 | (select_singlestep_lwp_callback, set_ignore_sigint) | |
13794 | (status_callback, resumed_callback, resume_clear_callback) | |
13795 | (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove | |
13796 | data parameter. | |
13797 | (linux_nat_target::detach, linux_nat_target::resume) | |
13798 | (linux_stop_and_wait_all_lwps, select_event_lwp) | |
13799 | (linux_nat_filter_event, linux_nat_wait_1) | |
13800 | (linux_nat_target::kill, linux_nat_target::stop) | |
13801 | (linux_nat_target::stop): Update. | |
13802 | (linux_nat_resume_callback): Change type. | |
13803 | (resume_stopped_resumed_lwps, count_events_callback) | |
13804 | (select_event_lwp_callback): Likewise. | |
13805 | (linux_stop_lwp, linux_nat_stop_lwp): Update. | |
13806 | * arm-linux-nat.c (struct update_registers_data): Remove. | |
13807 | (update_registers_callback): Change type. | |
13808 | (arm_linux_insert_hw_breakpoint1): Update. | |
13809 | * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove | |
13810 | parameter. | |
13811 | (x86_linux_dr_set_addr): Update. | |
13812 | (x86_linux_dr_set_control): Update. | |
13813 | * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter. | |
13814 | (iterate_over_lwps): Use gdb::function_view. | |
13815 | * nat/aarch64-linux-hw-point.c (struct | |
13816 | aarch64_dr_update_callback_param): Remove. | |
13817 | (debug_reg_change_callback): Change type. | |
13818 | (aarch64_notify_debug_reg_change): Update. | |
13819 | * s390-linux-nat.c (s390_refresh_per_info): Update. | |
13820 | ||
82cb27ff TT |
13821 | 2019-03-11 Tom Tromey <tromey@adacore.com> |
13822 | ||
13823 | * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove | |
13824 | redundant assignment to "this_cu". | |
13825 | ||
568c0683 SM |
13826 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13827 | ||
13828 | * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch. | |
13829 | ||
f09ce22d SM |
13830 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13831 | ||
13832 | * gdbtypes.c (rank_one_type_parm_set): New function extracted | |
13833 | from... | |
13834 | (rank_one_type): ... this. | |
13835 | ||
595f96a9 SM |
13836 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13837 | ||
13838 | * gdbtypes.c (rank_one_type_parm_struct): New function extracted | |
13839 | from... | |
13840 | (rank_one_type): ... this. | |
13841 | ||
2598a94b SM |
13842 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13843 | ||
13844 | * gdbtypes.c (rank_one_type_parm_complex): New function extracted | |
13845 | from... | |
13846 | (rank_one_type): ... this. | |
13847 | ||
7f17b20d SM |
13848 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13849 | ||
13850 | * gdbtypes.c (rank_one_type_parm_float): New function extracted | |
13851 | from... | |
13852 | (rank_one_type): ... this. | |
13853 | ||
2c509035 SM |
13854 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13855 | ||
13856 | * gdbtypes.c (rank_one_type_parm_bool): New function extracted | |
13857 | from... | |
13858 | (rank_one_type): ... this. | |
13859 | ||
0dd322dc SM |
13860 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13861 | ||
13862 | * gdbtypes.c (rank_one_type_parm_range): New function extracted | |
13863 | from... | |
13864 | (rank_one_type): ... this. | |
13865 | ||
41ea4728 SM |
13866 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13867 | ||
13868 | * gdbtypes.c (rank_one_type_parm_char): New function extracted | |
13869 | from... | |
13870 | (rank_one_type): ... this. | |
13871 | ||
793cd1d2 SM |
13872 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13873 | ||
13874 | * gdbtypes.c (rank_one_type_parm_enum): New function extracted | |
13875 | from... | |
13876 | (rank_one_type): ... this. | |
13877 | ||
34910087 SM |
13878 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13879 | ||
13880 | * gdbtypes.c (rank_one_type_parm_int): New function extracted | |
13881 | from... | |
13882 | (rank_one_type): ... this. | |
13883 | ||
f1f832d6 SM |
13884 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13885 | ||
13886 | * gdbtypes.c (rank_one_type_parm_func): New function extracted | |
13887 | from... | |
13888 | (rank_one_type): ... this. | |
13889 | ||
b9f4512f SM |
13890 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13891 | ||
13892 | * gdbtypes.c (rank_one_type_parm_array): New function extracted | |
13893 | from... | |
13894 | (rank_one_type): ... this. | |
13895 | ||
9293fc63 SM |
13896 | 2019-03-08 Simon Marchi <simon.marchi@efficios.com> |
13897 | ||
13898 | * gdbtypes.c (rank_one_type_parm_ptr): New function extracted | |
13899 | from... | |
13900 | (rank_one_type): ... this. | |
13901 | ||
e3abbe7e PW |
13902 | 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
13903 | ||
13904 | * inferior.c (initialize_inferiors): Ensure 'help set/show print | |
13905 | inferior-events' shows the example events. | |
13906 | ||
e4adb939 EZ |
13907 | 2019-03-08 Eli Zaretskii <eliz@gnu.org> |
13908 | ||
13909 | Support styling on native MS-Windows console | |
13910 | ||
13911 | PR/24315 | |
13912 | * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling | |
13913 | on MS-Windows if $TERM is not defined. | |
13914 | ||
13915 | * cli/cli-style.c: Set cli_styling to 1 in the MinGW build. | |
13916 | ||
13917 | * posix-hdep.c (gdb_console_fputs): | |
13918 | * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New | |
13919 | functions. | |
13920 | * ui-file.h (gdb_console_fputs): Add prototype. | |
13921 | ||
13922 | * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall | |
13923 | back to fputs only if the former returns zero. | |
13924 | ||
25629dfd TT |
13925 | 2019-03-07 Tom Tromey <tom@tromey.com> |
13926 | ||
13927 | * symmisc.c (print_symbol_bcache_statistics): Update. | |
13928 | (print_objfile_statistics): Update. | |
13929 | * symfile.c (allocate_symtab): Update. | |
13930 | * stabsread.c: Don't include bcache.h. | |
13931 | * psymtab.h (struct psymbol_bcache): Don't declare. | |
13932 | (class psymtab_storage) <psymbol_cache>: Now a bcache. | |
13933 | (psymbol_bcache_init, psymbol_bcache_free) | |
13934 | (psymbol_bcache_get_bcache): Don't declare. | |
13935 | * psymtab.c (struct psymbol_bcache): Remove. | |
13936 | (psymtab_storage::psymtab_storage): Update. | |
13937 | (psymtab_storage::~psymtab_storage): Update. | |
13938 | (psymbol_bcache_init, psymbol_bcache_free) | |
13939 | (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove. | |
13940 | (add_psymbol_to_bcache): Update. | |
13941 | (allocate_psymtab): Update. | |
13942 | * objfiles.h (struct objfile_per_bfd_storage) <filename_cache, | |
13943 | macro_cache>: No longer pointers. | |
13944 | * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc. | |
13945 | (free_objfile_per_bfd_storage): Don't call bcache_xfree. | |
13946 | * macrotab.c (macro_bcache): Update. | |
13947 | * macroexp.c: Don't include bcache.h. | |
13948 | * gdbtypes.c (check_types_worklist): Update. | |
13949 | (types_deeply_equal): Remove TRY/CATCH. Update. | |
13950 | * elfread.c (elf_symtab_read): Update. | |
13951 | * dwarf2read.c: Don't include bcache.h. | |
13952 | * buildsym.c (buildsym_compunit::get_macro_table): Update. | |
13953 | * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc) | |
13954 | (print_bcache_statistics, bcache_memory_used): Don't declare. | |
13955 | (struct bcache): Move from bcache.c. Add constructor, destructor, | |
13956 | methods. Rename all data members. | |
13957 | * bcache.c (struct bcache): Move to bcache.h. | |
13958 | (bcache::expand_hash_table): Rename from expand_hash_table. | |
13959 | (bcache): Remove. | |
13960 | (bcache::insert): Rename from bcache_full. | |
13961 | (bcache::compare): Rename from bcache_compare. | |
13962 | (bcache_xmalloc): Remove. | |
13963 | (bcache::~bcache): Rename from bcache_xfree. | |
13964 | (bcache::print_statistics): Rename from print_bcache_statistics. | |
13965 | (bcache::memory_used): Rename from bcache_memory_used. | |
13966 | ||
fe726667 PA |
13967 | 2019-03-07 Pedro Alves <palves@redhat.com> |
13968 | ||
13969 | * infrun.c (normal_stop): Also check for | |
13970 | TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread(). | |
13971 | ||
7584bb30 AB |
13972 | 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com> |
13973 | ||
13974 | * f-lang.c (value_from_host_double): Moved to... | |
13975 | * value.c (value_from_host_double): ...here. | |
13976 | * value.h (value_from_host_double): Declare. | |
13977 | * guile/scm-math.c (vlscm_convert_typed_number): Use | |
13978 | value_from_host_double. | |
13979 | (vlscm_convert_number): Likewise. | |
13980 | * guile/scm-value.c (gdbscm_value_to_real): Likewise. | |
13981 | * python/py-value.c (convert_value_from_python): Likewise. | |
13982 | ||
a7b1986e TT |
13983 | 2019-03-06 Tom Tromey <tom@tromey.com> |
13984 | ||
13985 | * gcore.c (write_gcore_file): Use SCOPE_EXIT. | |
13986 | ||
0ccf4211 TT |
13987 | 2019-03-06 Tom Tromey <tom@tromey.com> |
13988 | ||
13989 | * utils.h (free_current_contents): Don't declare. | |
13990 | * utils.c (free_current_contents): Remove. | |
13991 | ||
fe7b42e5 TT |
13992 | 2019-03-06 Tom Tromey <tom@tromey.com> |
13993 | ||
13994 | * top.c (quit_force): Update. | |
13995 | * main.c (captured_command_loop): Update. | |
13996 | * common/new-op.c (operator new): Update. | |
13997 | * common/common-exceptions.c (struct catcher) | |
13998 | <save_cleanup_chain>: Remove member. | |
13999 | (exceptions_state_mc_init): Update. | |
14000 | (exception_try_scope_entry): Return nullptr. | |
14001 | (exception_try_scope_exit, exception_rethrow) | |
14002 | (throw_exception_sjlj, throw_exception_cxx): Update. | |
14003 | * common/cleanups.h (make_cleanup, make_cleanup_dtor) | |
14004 | (all_cleanups, do_cleanups, discard_cleanups) | |
14005 | (discard_final_cleanups, save_cleanups, save_final_cleanups) | |
14006 | (restore_cleanups, restore_final_cleanups): Don't declare. | |
14007 | (do_final_cleanups): Remove parameter. | |
14008 | * common/cleanups.c (cleanup_chain, make_cleanup) | |
14009 | (make_cleanup_dtor, all_cleanups, do_cleanups) | |
14010 | (discard_my_cleanups, discard_cleanups) | |
14011 | (discard_final_cleanups, save_my_cleanups, save_cleanups) | |
14012 | (save_final_cleanups, restore_my_cleanups, restore_cleanups) | |
14013 | (null_cleanup): Remove. | |
14014 | (do_final_cleanups): Remove parameter. | |
14015 | ||
c6321f19 TT |
14016 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14017 | ||
14018 | * remote.c (remote_target::remote_parse_stop_reply): Use | |
14019 | unique_xmalloc_ptr. | |
14020 | ||
61b30099 TT |
14021 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14022 | ||
14023 | * stabsread.c (struct stabs_field_info): Rename from field_info. | |
14024 | <list, fnlist>: Add initializers. | |
14025 | <obstack>: New member. | |
14026 | (read_member_functions, read_struct_fields, read_baseclasses): | |
14027 | Allocate on obstack. Don't use cleanups. | |
14028 | (read_one_struct_field, read_member_functions, read_struct_fields) | |
14029 | (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type) | |
14030 | (attach_fields_to_type, read_cpp_abbrev, read_member_functions) | |
14031 | (read_struct_type): Update. | |
14032 | ||
6cceac94 TT |
14033 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14034 | ||
14035 | * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT. | |
14036 | * common/filestuff.h (make_cleanup_close): Don't declare. | |
14037 | * common/filestuff.c (do_close_cleanup, make_cleanup_close): | |
14038 | Remove. | |
14039 | ||
72412762 TT |
14040 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14041 | ||
14042 | * solib-aix.c: Use make_scope_exit. | |
14043 | ||
2b6ff1c0 TT |
14044 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14045 | ||
14046 | * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct): | |
14047 | Use make_scope_exit. | |
14048 | ||
d01c5877 TT |
14049 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14050 | ||
14051 | * solib-svr4.c (disable_probes_interface): Remove parameter. | |
14052 | (svr4_handle_solib_event): Use make_scope_exit. | |
14053 | ||
32603266 TT |
14054 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14055 | ||
14056 | * remote.c (struct stop_reply_deleter): Remove. | |
14057 | (stop_reply_up): Update. | |
14058 | (struct stop_reply): Derive from notif_event. Don't typedef. | |
14059 | <regcache>: Now a std::vector. | |
14060 | (stop_reply_xfree): Remove. | |
14061 | (stop_reply::~stop_reply): Rename from stop_reply_dtr. | |
14062 | (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new. | |
14063 | (remote_target::discard_pending_stop_replies): Use delete. | |
14064 | (remote_target::remote_parse_stop_reply): Update. | |
14065 | (remote_target::process_stop_reply): Update. | |
14066 | * remote-notif.h (struct notif_event): Add virtual destructor. | |
14067 | Remove "dtr" member. | |
14068 | (struct notif_client) <alloc_event>: Return a unique_ptr. | |
14069 | (notif_event_xfree): Don't declare. | |
14070 | (notif_event_up): New typedef. | |
14071 | * remote-notif.c (remote_notif_ack, remote_notif_parse): Update. | |
14072 | (notif_event_xfree, do_notif_event_xfree): Remove. | |
14073 | (remote_notif_state_xfree): Update. | |
14074 | ||
9799571e TT |
14075 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14076 | ||
14077 | * infrun.c (displaced_step_clear_cleanup): Now a | |
14078 | forward_scope_exit type. | |
14079 | (displaced_step_prepare_throw): Update. | |
14080 | (displaced_step_fixup): Update. | |
14081 | ||
09e3c4ca TT |
14082 | 2019-03-06 Tom Tromey <tom@tromey.com> |
14083 | ||
14084 | * inferior.h (class inferior): Update comment. | |
14085 | * gdbthread.h (class thread_info): Update comment. | |
14086 | ||
e2a03548 TT |
14087 | 2019-03-06 Joel Brobecker <brobecker@adacore.com> |
14088 | Tom Tromey <tom@tromey.com> | |
14089 | ||
14090 | * stabsread.h (struct stab_section_list): Remove. | |
14091 | (coffstab_build_psymtabs): Update. | |
14092 | * dbxread.c (symbuf_sections): Now a std::vector. | |
14093 | (sect_idx): New global. | |
14094 | (fill_symbuf): Update. | |
14095 | (coffstab_build_psymtabs): Change type of stabsects parameter. | |
14096 | Update. | |
14097 | * coffread.c (struct coff_symfile_info) <stabsects>: Now a | |
14098 | std::vector. | |
14099 | (linetab, linetab_offset, linetab_size, stringtab): Move earlier. | |
14100 | (coff_locate_sections): Update. | |
14101 | (coff_symfile_read): Remove cleanups. Update. | |
14102 | (init_stringtab): Add storage parameter. | |
14103 | (free_stringtab, free_stringtab_cleanup): Remove. | |
14104 | (init_lineno): Add storage parameter. | |
14105 | (free_linetab, free_linetab_cleanup): Remove. | |
14106 | ||
b7e60d85 PA |
14107 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14108 | ||
14109 | * linux-fork.c (fork_info::clobber_regs): Delete. | |
14110 | (fork_load_infrun_state): Remove reference to 'clobber_regs'. | |
14111 | (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update | |
14112 | comment. Adjust. | |
14113 | (scoped_switch_fork_info::scoped_switch_fork_info) | |
14114 | (checkpoint_command, linux_fork_context): Adjust | |
14115 | fork_save_infrun_state calls. | |
14116 | ||
e52c971f PA |
14117 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14118 | ||
14119 | * linux-fork.c (inf_has_multiple_thread_cb): Delete. | |
14120 | (inf_has_multiple_threads): Return 'bool' and rewrite using | |
14121 | inferior_info::threads(). | |
14122 | ||
06974e6c PA |
14123 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14124 | ||
14125 | * linux-fork.c: Include <list>. | |
14126 | (fork_list): Now a std::list instance. | |
14127 | (fork_info): Add ctor, dtor, and in-class initialize all fields. | |
14128 | (forks_exist_p, find_last_fork): Adjust. | |
14129 | (new_fork): Delete. | |
14130 | (one_fork_p): New. | |
14131 | (add_fork): Adjust. | |
14132 | (free_fork): Delete, folded into fork_info::~fork_info(). | |
14133 | (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid): | |
14134 | Adjust. | |
14135 | (init_fork_list): Delete. | |
14136 | (linux_fork_killall, linux_fork_mourn_inferior) | |
14137 | (linux_fork_detach, info_checkpoints_command): Adjust. | |
14138 | (_initialize_linux_fork): No longer call init_fork_list. | |
14139 | ||
72f31aea PA |
14140 | 2019-03-06 Pedro Alves <palves@redhat.com> |
14141 | ||
14142 | * linux-fork.c (new_fork): New, split out of ... | |
14143 | (add_fork): ... this. Return void. Move "first fork" special | |
14144 | case from here, to ... | |
14145 | (checkpoint_command): ... here. | |
14146 | * linux-linux.h (add_fork): Return void. | |
14147 | ||
efbecbc1 AB |
14148 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14149 | ||
14150 | * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names. | |
14151 | ||
0841c79a AB |
14152 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14153 | Chris January <chris.january@arm.com> | |
14154 | David Lecomber <david.lecomber@arm.com> | |
14155 | ||
14156 | * f-exp.y: New token, UNOP_INTRINSIC. | |
14157 | (exp): New pattern using UNOP_INTRINSIC token. | |
14158 | (f77_keywords): Add 'abs' keyword. | |
14159 | * f-lang.c: Add 'target-float.h' and 'math.h' includes. | |
14160 | (value_from_host_double): New function. | |
14161 | (evaluate_subexp_f): Support UNOP_ABS. | |
14162 | ||
4a270568 AB |
14163 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14164 | ||
14165 | * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character | |
14166 | types. | |
14167 | ||
067630bd AB |
14168 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14169 | ||
14170 | * f-exp.y (convert_to_kind_type): Handle integer (kind=8). | |
14171 | * f-lang.c (build_fortran_types): Setup builtin_integer_s8. | |
14172 | * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field. | |
14173 | ||
3be47f7a AB |
14174 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14175 | ||
14176 | * f-exp.y (convert_to_kind_type): Handle more type kinds. | |
14177 | ||
4d00f5d8 AB |
14178 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14179 | Chris January <chris.january@arm.com> | |
14180 | ||
14181 | * expprint.c (dump_subexp_body_standard): Support UNOP_KIND. | |
14182 | * f-exp.y: Define 'KIND' token. | |
14183 | (exp): New pattern for KIND expressions. | |
14184 | (ptype): Handle types with a kind extension. | |
14185 | (direct_abs_decl): Extend to spot kind extensions. | |
14186 | (f77_keywords): Add 'kind' to the list. | |
14187 | (push_kind_type): New function. | |
14188 | (convert_to_kind_type): New function. | |
14189 | * f-lang.c (evaluate_subexp_f): Support UNOP_KIND. | |
14190 | * parse.c (operator_length_standard): Likewise. | |
14191 | * parser-defs.h (enum type_pieces): Add tp_kind. | |
14192 | * std-operator.def: Add UNOP_KIND. | |
14193 | ||
e454224f AB |
14194 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14195 | ||
14196 | * f-exp.y (f_parse): Set yydebug. | |
14197 | ||
9dad4a58 AB |
14198 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14199 | ||
14200 | * f-lang.c (evaluate_subexp_f): New function. | |
14201 | (exp_descriptor_f): New global. | |
14202 | (f_language_defn): Use exp_descriptor_f instead of | |
14203 | exp_descriptor_standard. | |
14204 | ||
c8f91604 AB |
14205 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14206 | ||
14207 | * f-exp.y (struct token): Add comments. | |
14208 | (dot_ops): Remove uppercase versions and the end marker. | |
14209 | (f77_keywords): Likewise. | |
14210 | (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all | |
14211 | entries in the dot_ops array are case insensitive, and use | |
14212 | strncasecmp to compare strings. Also some whitespace cleanup in | |
14213 | this area. Similar for the f77_keywords array, except entries in | |
14214 | this list might be case sensitive. | |
14215 | ||
dd9f2c76 AB |
14216 | 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com> |
14217 | ||
14218 | * f-exp.y (struct f77_boolean_val): Add comments. | |
14219 | (boolean_values): Remove uppercase versions, and end marker. | |
14220 | (yylex): Use ARRAY_SIZE for iterating over boolean_values array, | |
14221 | and use strncasecmp to achieve case insensitivity. Additionally, | |
14222 | perform whitespace cleanup around this code. | |
14223 | ||
67a3048c TT |
14224 | 2019-03-06 Tom Tromey <tromey@adacore.com> |
14225 | ||
14226 | * remote-sim.c (gdbsim_target_open): Use result of | |
14227 | gdb_argv::release. | |
14228 | ||
aa3cfbda RB |
14229 | 2019-03-06 Richard Bunt <richard.bunt@arm.com> |
14230 | Dirk Schubert <dirk.schubert@arm.com> | |
14231 | Chris January <chris.january@arm.com> | |
14232 | ||
14233 | * eval.c (evaluate_subexp_standard): Call Fortran argument | |
14234 | wrapping logic. | |
14235 | * f-lang.c (struct value): A value which can be passed into a | |
14236 | Fortran function call. | |
14237 | (fortran_argument_convert): Wrap Fortran arguments in a pointer | |
14238 | where appropriate. | |
14239 | (struct type): Value ready for a Fortran function call. | |
14240 | (fortran_preserve_arg_pointer): Undo check_typedef, the pointer | |
14241 | is needed. | |
14242 | * f-lang.h (fortran_argument_convert): Declaration. | |
14243 | (fortran_preserve_arg_pointer): Declaration. | |
14244 | * infcall.c (value_arg_coerce): Call Fortran argument logic. | |
14245 | ||
ea38e5df TT |
14246 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14247 | ||
14248 | * python/py-prettyprint.c (print_string_repr): Remove #if. | |
14249 | * python/py-utils.c (unicode_to_encoded_string): Remove #if. | |
14250 | ||
06b5b831 TT |
14251 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14252 | ||
14253 | * target.c (the_dummy_target): Move later. Change type to | |
14254 | "dummy_target". | |
14255 | (initialize_targets): Don't initialize the_dummy_target. | |
14256 | ||
edbd9e45 TT |
14257 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14258 | ||
14259 | * gdb_bfd.c (gdb_bfd_fdopenr): Remove. | |
14260 | * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare. | |
14261 | ||
c119e040 TT |
14262 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14263 | ||
14264 | * windows-nat.c (windows_nat_target::attach) | |
14265 | (windows_nat_target::detach): Don't call gdb_flush. | |
14266 | * valprint.c (generic_val_print, val_print, val_print_string): | |
14267 | Don't call gdb_flush. | |
14268 | * utils.c (defaulted_query): Don't call gdb_flush. | |
14269 | * typeprint.c (print_type_scalar): Don't call gdb_flush. | |
14270 | * target.c (target_announce_detach): Don't call gdb_flush. | |
14271 | * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush. | |
14272 | * remote.c (extended_remote_target::attach): Don't call | |
14273 | gdb_flush. | |
14274 | * procfs.c (procfs_target::detach): Don't call gdb_flush. | |
14275 | * printcmd.c (do_examine): Don't call gdb_flush. | |
14276 | (info_display_command): Don't call gdb_flush. | |
14277 | * p-valprint.c (pascal_val_print): Don't call gdb_flush. | |
14278 | * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush. | |
14279 | * memattr.c (info_mem_command): Don't call gdb_flush. | |
14280 | * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush. | |
14281 | * m2-valprint.c (m2_val_print): Don't call gdb_flush. | |
14282 | * infrun.c (follow_exec, handle_command): Don't call gdb_flush. | |
14283 | * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush. | |
14284 | * hppa-tdep.c (unwind_command): Don't call gdb_flush. | |
14285 | * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush. | |
14286 | (gnu_nat_target::detach): Don't call gdb_flush. | |
14287 | * f-valprint.c (f_val_print): Don't call gdb_flush. | |
14288 | * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush. | |
14289 | * cli/cli-script.c (read_command_lines): Don't call gdb_flush. | |
14290 | * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call | |
14291 | gdb_flush. | |
14292 | * c-valprint.c (c_val_print): Don't call gdb_flush. | |
14293 | * ada-valprint.c (ada_print_scalar): Don't call gdb_flush. | |
14294 | ||
895dafa6 TT |
14295 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14296 | ||
14297 | * varobj.c (update_dynamic_varobj_children): Update. | |
14298 | (install_default_visualizer): Use reset, not release. | |
14299 | * value.c (set_internalvar): Update. | |
14300 | * dwarf2loc.c (value_of_dwarf_reg_entry): Update. | |
14301 | * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add | |
14302 | ATTRIBUTE_UNUSED_RESULT. | |
14303 | ||
88a774b9 TT |
14304 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14305 | ||
14306 | * remote.c (class scoped_remote_fd) <release>: Add | |
14307 | ATTRIBUTE_UNUSED_RESULT. | |
14308 | ||
4e4a8b93 TT |
14309 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14310 | ||
14311 | * macroexp.c (struct macro_buffer) <release>: Add | |
14312 | ATTRIBUTE_UNUSED_RESULT. | |
14313 | ||
083eef1f TT |
14314 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14315 | ||
14316 | * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update. | |
14317 | * common/scoped_mmap.h (class scoped_mmap) <release>: Add | |
14318 | ATTRIBUTE_UNUSED_RESULT. | |
14319 | ||
3cabd438 TT |
14320 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14321 | ||
14322 | * common/scoped_fd.h (class scoped_fd) <release>: Add | |
14323 | ATTRIBUTE_UNUSED_RESULT. | |
14324 | ||
41e3300a TT |
14325 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14326 | ||
14327 | * parser-defs.h (struct parser_state) <release>: Add | |
14328 | ATTRIBUTE_UNUSED_RESULT. | |
14329 | ||
18cb7c9f TT |
14330 | 2019-03-05 Tom Tromey <tromey@adacore.com> |
14331 | ||
14332 | * utils.h (class gdb_argv) <release>: Add | |
14333 | ATTRIBUTE_UNUSED_RESULT. | |
14334 | * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define. | |
14335 | ||
41fa577f EZ |
14336 | 2019-03-02 Eli Zaretskii <eliz@gnu.org> |
14337 | ||
a6a4b2c6 EZ |
14338 | * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from |
14339 | for-loop range, to avoid compiler warnings. | |
14340 | ||
14341 | * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to | |
14342 | avoid compiler warnings about unused variables. | |
14343 | ||
742a7df5 EZ |
14344 | * NEWS: Mention end of support for native debugging on MS-Windows |
14345 | before XP. | |
14346 | ||
41fa577f EZ |
14347 | PR gdb/24292 |
14348 | * common/netstuff.c: | |
14349 | * gdbserver/gdbreplay.c | |
14350 | * gdbserver/remote-utils.c: | |
14351 | * ser-tcp.c: | |
14352 | * unittests/parse-connection-spec-selftests.c [USE_WIN32API]: | |
14353 | Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine | |
14354 | _WIN32_WINNT to 0x0501 if defined to a smaller value, as | |
14355 | 'getaddrinfo' and 'freeaddrinfo' were not available before | |
14356 | Windows XP, and mingw.org's MinGW headers by default define | |
14357 | _WIN32_WINNT to 0x500. | |
14358 | ||
827f438f GB |
14359 | 2019-03-01 Gary Benson <gbenson@redhat.com> |
14360 | ||
14361 | * coffread.c (coff_start_symtab): Remove unnecessary xstrdup. | |
14362 | ||
92137da0 RO |
14363 | 2019-02-28 Brian Vandenberg <phantall@gmail.com> |
14364 | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | |
14365 | ||
14366 | PR gdb/8527 | |
14367 | * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in | |
14368 | set_sigint_trap, clear_sigint_trap. | |
14369 | ||
799efbe8 PW |
14370 | 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14371 | ||
14372 | * target.c (target_detach): Clear the regcache and the | |
14373 | frame cache. | |
14374 | ||
8ed25214 PA |
14375 | 2019-02-27 Pedro Alves <palves@redhat.com> |
14376 | ||
14377 | * utils.c (set_screen_size): When we cap the height/width sizes, | |
14378 | tweak the corresponding command variable to show "unlimited": | |
14379 | ||
23031e31 SJ |
14380 | 2019-02-27 Saagar Jha <saagar@saagarjha.com> |
14381 | Pedro Alves <palves@redhat.com> | |
14382 | ||
14383 | * utils.c (set_screen_size): Reduce "infinite" rows and columns | |
14384 | before calling rl_set_screen_size. | |
14385 | ||
6c28e44a TT |
14386 | 2019-02-27 Tom Tromey <tromey@adacore.com> |
14387 | ||
14388 | * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never | |
14389 | define. | |
14390 | * python/py-value.c: Remove Python 2.4 workaround. | |
14391 | * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4 | |
14392 | workaround. | |
14393 | * python/py-type.c (convert_field, gdbpy_initialize_types): Remove | |
14394 | Python 2.4 workaround. | |
14395 | * python/python-internal.h: Remove Python 2.4 comment. | |
14396 | (Py_ssize_t): Don't define. | |
14397 | (PyVarObject_HEAD_INIT, Py_TYPE): Don't define. | |
14398 | (gdb_Py_DECREF): Remove Python 2.4 workaround. | |
14399 | (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove. | |
14400 | (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove. | |
14401 | * python/python.c (do_start_initialization): Remove Python 2.4 | |
14402 | workaround. | |
14403 | * python/py-prettyprint.c (class dummy_python_frame): Remove. | |
14404 | (print_children): Remove Python 2.4 workaround. | |
14405 | * python/py-inferior.c (buffer_procs): Remove Python 2.4 | |
14406 | workaround. | |
14407 | (CHARBUFFERPROC_NAME): Remove. | |
14408 | * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove | |
14409 | Python 2.4 workaround. | |
14410 | ||
2c3fc25d | 14411 | 2019-02-27 Kevin Buettner <kevinb@redhat.com> |
799efbe8 | 14412 | |
2c3fc25d KB |
14413 | * NEWS: Note minimum Python version. |
14414 | ||
6ca62222 KB |
14415 | 2019-02-27 Kevin Buettner <kevinb@redhat.com> |
14416 | ||
14417 | * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K | |
14418 | code from these functions. Remove corresponding ifdefs. Use | |
14419 | Py_buffer_up instead of explicit calls to PyBuffer_Release. | |
14420 | Remove gotos and target of gotos. | |
14421 | (infpy_search_memory): Likewise. | |
14422 | ||
f4bc7d2c AB |
14423 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14424 | ||
14425 | * gdb/hppa-tdep.c (hppa_dummy_id): Delete. | |
14426 | (hppa_gdbarch_init): Don't register deleted functions with | |
14427 | gdbarch. | |
14428 | ||
9734a586 AB |
14429 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14430 | ||
14431 | * gdb/h8300-tdep.c (h8300_unwind_pc): Delete. | |
14432 | (h8300_unwind_sp): Delete. | |
14433 | (h8300_dummy_id): Delete. | |
14434 | (h8300_gdbarch_init): Don't register deleted functions with | |
14435 | gdbarch. | |
14436 | ||
68b867f3 AB |
14437 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14438 | ||
14439 | * gdb/ft32-tdep.c (ft32_dummy_id): Delete. | |
14440 | (ft32_unwind_pc): Delete. | |
14441 | (ft32_unwind_sp): Delete. | |
14442 | (ft32_gdbarch_init): Don't register deleted functions with | |
14443 | gdbarch. | |
14444 | ||
2fbe7ad0 AB |
14445 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14446 | ||
14447 | * gdb/frv-tdep.c (frv_dummy_id): Delete. | |
14448 | (frv_unwind_pc): Delete. | |
14449 | (frv_unwind_sp): Delete. | |
14450 | (frv_gdbarch_init): Don't register deleted functions with | |
14451 | gdbarch. | |
14452 | ||
76055cbe AB |
14453 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14454 | ||
14455 | * gdb/riscv-tdep.c (riscv_dummy_id): Delete. | |
14456 | (riscv_unwind_pc): Delete. | |
14457 | (riscv_unwind_sp): Delete. | |
14458 | (riscv_gdbarch_init): Don't register deleted functions with | |
14459 | gdbarch. | |
14460 | ||
4133e5a1 AB |
14461 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14462 | ||
14463 | * gdb/csky-tdep.c (csky_dummy_id): Delete. | |
14464 | (csky_unwind_pc): Delete. | |
14465 | (csky_unwind_sp): Delete. | |
14466 | (csky_gdbarch_init): Don't register deleted functions with | |
14467 | gdbarch. | |
14468 | ||
8010f576 AB |
14469 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14470 | ||
14471 | * gdb/cris-tdep.c (cris_dummy_id): Delete. | |
14472 | (cris_unwind_pc): Delete. | |
14473 | (cris_unwind_sp): Delete. | |
14474 | (cris_gdbarch_init): Don't register deleted functions with | |
14475 | gdbarch. | |
14476 | ||
b56bf084 AB |
14477 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14478 | ||
14479 | * gdb/bfin-tdep.c (bfin_dummy_id): Delete. | |
14480 | (bfin_unwind_pc): Delete. | |
14481 | (bfin_gdbarch_init): Don't register deleted functions with gdbarch. | |
14482 | ||
a19a650f AB |
14483 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14484 | ||
14485 | * gdb/arm-tdep.c (arm_dummy_id): Delete. | |
14486 | (arm_unwind_pc): Delete. | |
14487 | (arm_unwind_sp): Delete. | |
14488 | (arm_gdbarch_init): Don't register deleted functions with gdbarch. | |
14489 | ||
f8278c3c AB |
14490 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14491 | ||
14492 | * gdb/arc-tdep.c (arc_dummy_id): Delete. | |
14493 | (arc_unwind_pc): Delete. | |
14494 | (arc_unwind_sp): Delete. | |
14495 | (arc_gdbarch_init): Don't register deleted functions with gdbarch. | |
14496 | ||
480e46cf AB |
14497 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14498 | ||
14499 | * gdb/alpha-tdep.c (alpha_dummy_id): Delete. | |
14500 | (alpha_unwind_pc): Delete. | |
14501 | (alpha_gdbarch_init): Don't register deleted functions with | |
14502 | gdbarch. | |
14503 | ||
7a995095 AB |
14504 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14505 | ||
14506 | * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete. | |
14507 | (aarch64_unwind_pc): Delete. | |
14508 | (aarch64_unwind_sp): Delete. | |
14509 | (aarch64_gdbarch_init): Don't register deleted functions with | |
14510 | gdbarch. | |
14511 | ||
bf9a735e AB |
14512 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14513 | ||
14514 | * gdbtypes.c (type_align): Don't consider static members when | |
14515 | computing structure alignment. | |
14516 | ||
5561fc30 AB |
14517 | 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com> |
14518 | ||
14519 | * arc-tdep.c (arc_type_align): Provide alignment for basic types, | |
14520 | return 0 for other types. | |
14521 | * arch-utils.c (default_type_align): Always return 0. | |
14522 | * gdbarch.h: Regenerate. | |
14523 | * gdbarch.sh (type_align): Extend comment. | |
14524 | * gdbtypes.c (type_align): Add additional comments, always call | |
14525 | gdbarch_type_align before applying the default rules. | |
14526 | * i386-tdep.c (i386_type_align): Return 0 as the default rule, | |
14527 | generic code will then apply a suitable default. | |
14528 | * nios2-tdep.c (nios2_type_align): Provide alignment for basic | |
14529 | types, return 0 for other types. | |
14530 | ||
9335e75a JB |
14531 | 2019-02-27 Joel Brobecker <brobecker@adacore.com> |
14532 | ||
14533 | * NEWS: Create a new section for the next release branch. | |
14534 | Rename the section of the current branch, now that it has | |
14535 | been cut. | |
14536 | ||
3d34d8de JB |
14537 | 2019-02-27 Joel Brobecker <brobecker@adacore.com> |
14538 | ||
14539 | GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d): | |
14540 | * version.in: Bump version to 8.3.50.DATE-git. | |
14541 | ||
143420fb SM |
14542 | 2019-02-26 Simon Marchi <simon.marchi@efficios.com> |
14543 | ||
14544 | * aix-thread.c (ptid_cmp): Remove unused variable. | |
14545 | (get_signaled_thread): Likewise. | |
14546 | (store_regs_user_thread): Likewise. | |
14547 | (store_regs_kernel_thread): Likewise. | |
14548 | (fetch_regs_kernel_thread): Remove shadowed variable. | |
14549 | ||
172fb711 AB |
14550 | 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com> |
14551 | ||
14552 | * features/riscv/32bit-cpu.xml: Add register numbers. | |
14553 | * features/riscv/32bit-fpu.c: Regenerate. | |
14554 | * features/riscv/32bit-fpu.xml: Add register numbers. | |
14555 | * features/riscv/64bit-cpu.xml: Add register numbers. | |
14556 | * features/riscv/64bit-fpu.c: Regenerate. | |
14557 | * features/riscv/64bit-fpu.xml: Add register numbers. | |
14558 | ||
26c89782 KB |
14559 | 2019-02-26 Kevin Buettner <kevinb@redhat.com> |
14560 | ||
af54ade9 | 14561 | * NEWS: Mention two argument form of gdb.Value constructor. |
fe07eca5 KB |
14562 | * python/py-value.c (convert_buffer_and_type_to_value): New |
14563 | function. | |
14564 | (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords. | |
14565 | Add support for handling an optional second argument. Call | |
14566 | convert_buffer_and_type_to_value as appropriate. | |
26c89782 KB |
14567 | * python/python-internal.h (Py_buffer_deleter): New struct. |
14568 | (Py_buffer_up): New typedef. | |
14569 | ||
0f58c9e8 JB |
14570 | 2019-02-25 John Baldwin <jhb@FreeBSD.org> |
14571 | ||
14572 | * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr | |
14573 | instead of releasing ownership. | |
14574 | ||
0a0f4c01 JR |
14575 | 2019-02-25 Jordan Rupprecht <rupprecht@google.com> |
14576 | ||
14577 | * dwarf2read.c (open_and_init_dwp_file): Call | |
14578 | elf_numsections instead of bfd_count_sections to initialize | |
14579 | dwp_file->num_sections. | |
14580 | ||
cd5a152c TT |
14581 | 2019-02-25 Tom Tromey <tromey@adacore.com> |
14582 | ||
14583 | * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd. | |
14584 | ||
8a6a8513 SDJ |
14585 | 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com> |
14586 | ||
14587 | * gcore.in: Add '--readnever' option when invoking GDB. | |
14588 | ||
04dcda9c SM |
14589 | 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca> |
14590 | ||
14591 | * MAINTAINERS: Update my email address. | |
14592 | ||
07bc701d SM |
14593 | 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca> |
14594 | ||
14595 | * build-id.c (build_id_to_debug_bfd_1): New function. | |
14596 | (build_id_to_debug_bfd): Look for separate debug file in | |
14597 | sysroot. | |
14598 | ||
c6f4a5d0 AB |
14599 | 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com> |
14600 | ||
14601 | * gdbarch.sh: Update the copyright year range that is placed into | |
14602 | generated files. | |
14603 | ||
9600246d KS |
14604 | 2019-02-22 Keith Seitz <keiths@redhat.com> |
14605 | ||
14606 | PR symtab/23853 | |
14607 | * linespec.c (create_sals_line_offset): Search for the default | |
14608 | symtab's filename instead of its fullname. | |
14609 | ||
7557a514 AH |
14610 | 2019-02-21 Alan Hayward <alan.hayward@arm.com> |
14611 | ||
14612 | * NEWS: Update style defaults. | |
14613 | ||
ee2bcb0c AH |
14614 | 2019-02-21 Alan Hayward <alan.hayward@arm.com> |
14615 | ||
14616 | * main.c (captured_main_1): Disable styling in batch mode. | |
14617 | ||
0c95f9ed TT |
14618 | 2019-02-20 Tom Tromey <tom@tromey.com> |
14619 | ||
14620 | * symtab.c (symtab_symbol_info): Fix typos. | |
14621 | ||
c763b894 TT |
14622 | 2019-02-20 Tom Tromey <tromey@adacore.com> |
14623 | ||
14624 | * findcmd.c (_initialize_mem_search): Use upper case for | |
14625 | metasyntactic variables. | |
14626 | ||
0ef8a082 AH |
14627 | 2019-02-20 Alan Hayward <alan.hayward@arm.com> |
14628 | ||
14629 | * aarch64-tdep.c (aarch64_add_reggroups): New function. | |
14630 | (aarch64_gdbarch_init): Call aarch64_add_reggroups. | |
14631 | ||
6caa91b6 SM |
14632 | 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca> |
14633 | ||
14634 | * top.h (source_file_name): Change to std::string. | |
14635 | * top.c (source_file_name): Likewise. | |
14636 | (command_line_input): Adjust. | |
14637 | * cli/cli-script.c (script_from_file): Adjust. | |
14638 | ||
98814c6c TT |
14639 | 2019-02-19 Tom Tromey <tromey@adacore.com> |
14640 | ||
14641 | * ravenscar-thread.c | |
14642 | (ravenscar_thread_target::update_thread_list): Don't call | |
14643 | ada_build_task_list. | |
14644 | * ada-lang.h (ada_build_task_list): Don't declare. | |
14645 | * ada-tasks.c (struct ada_tasks_inferior_data) | |
14646 | <task_list_valid_p>: Now bool. | |
14647 | (read_known_tasks, ada_task_list_changed) | |
14648 | (ada_tasks_invalidate_inferior_data): Update. | |
14649 | (read_known_tasks_array): Return bool. | |
14650 | (read_known_tasks_list): Likewise. | |
14651 | (read_known_tasks): Return void. | |
14652 | (ada_build_task_list): Now static. | |
14653 | ||
70cd633e AB |
14654 | 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com> |
14655 | ||
14656 | * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR | |
14657 | and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch. | |
14658 | ||
040b3e95 PW |
14659 | 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14660 | ||
14661 | * ada-task.c (_initialize_tasks): Use 'with_cleanup' register | |
14662 | variant for ada_tasks_pspace_data_handle and | |
14663 | ada_tasks_inferior_data_handle. | |
14664 | (ada_tasks_pspace_data_cleanup): New function. | |
14665 | (ada_tasks_inferior_data_cleanup): New function. | |
14666 | ||
9409233b TT |
14667 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14668 | ||
14669 | * macrotab.h (macro_source_fullname): Return a std::string. | |
14670 | * macrotab.c (macro_include, check_for_redefinition) | |
14671 | (macro_undef, macro_lookup_definition, foreach_macro) | |
14672 | (foreach_macro_in_scope): Update. | |
14673 | (macro_source_fullname): Return a std::string. | |
14674 | * macrocmd.c (show_pp_source_pos): Update. | |
14675 | ||
6506371f TT |
14676 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14677 | ||
14678 | * macrocmd.c (show_pp_source_pos): Style the file names. | |
14679 | ||
0c820d67 TT |
14680 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14681 | ||
14682 | PR tui/24197: | |
14683 | * tui/tui-source.c (tui_set_source_content_nil): Rewrite. | |
14684 | ||
a0087920 TT |
14685 | 2019-02-17 Tom Tromey <tom@tromey.com> |
14686 | ||
14687 | * ada-lang.c (user_select_syms): Use filtered printing. | |
14688 | * utils.c (wrap_style): New global. | |
14689 | (desired_style): Remove. | |
14690 | (emit_style_escape): Add stream parameter. | |
14691 | (set_output_style, reset_terminal_style, prompt_for_continue): | |
14692 | Update. | |
14693 | (flush_wrap_buffer): Only flush gdb_stdout. | |
14694 | (wrap_here): Set wrap_style. | |
14695 | (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't | |
14696 | treat escape sequences as a character. Change when wrap buffer is | |
14697 | flushed. | |
14698 | (fputs_styled): Do not set the output style when the default is | |
14699 | requested. | |
14700 | * ui-style.h (struct ui_file_style) <is_default>: New method. | |
14701 | * source.c (print_source_lines_base): Emit escape sequences in one | |
14702 | piece. | |
14703 | ||
75ba10dc JB |
14704 | 2019-02-17 Joel Brobecker <brobecker@adacore.com> |
14705 | ||
14706 | * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as | |
14707 | integers and enumeration types. | |
14708 | ||
a2cd4f14 JB |
14709 | 2019-02-17 Joel Brobecker <brobecker@adacore.com> |
14710 | ||
14711 | * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol | |
14712 | instead of lookup_symbol_in_language | |
14713 | (do_exact_match): New function. | |
14714 | (ada_get_symbol_name_matcher): Return do_exact_match when | |
14715 | doing a verbatim match. | |
14716 | ||
485b851b TT |
14717 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14718 | ||
14719 | * ravenscar-thread.c (ravenscar_thread_target::resume) | |
14720 | (ravenscar_thread_target::wait): Special case wildcard requests. | |
14721 | ||
0b790b1e TT |
14722 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14723 | ||
14724 | * ravenscar-thread.c (base_ptid): Remove. | |
14725 | (struct ravenscar_thread_target) <close>: New method. | |
14726 | <m_base_ptid>: New member. | |
14727 | <update_inferior_ptid, active_task, task_is_currently_active, | |
14728 | runtime_initialized>: Declare methods. | |
14729 | <ravenscar_thread_target>: Add constructor. | |
14730 | (ravenscar_thread_target::task_is_currently_active) | |
14731 | (ravenscar_thread_target::update_inferior_ptid) | |
14732 | (ravenscar_runtime_initialized): Rename. Now methods. | |
14733 | (ravenscar_thread_target::resume, ravenscar_thread_target::wait) | |
14734 | (ravenscar_thread_target::update_thread_list): Update. | |
14735 | (ravenscar_thread_target::active_task): Now method. | |
14736 | (ravenscar_thread_target::store_registers) | |
14737 | (ravenscar_thread_target::prepare_to_store) | |
14738 | (ravenscar_thread_target::prepare_to_store) | |
14739 | (ravenscar_thread_target::mourn_inferior): Update. | |
14740 | (ravenscar_inferior_created): Use "new" to create target. | |
14741 | (ravenscar_thread_target::get_ada_task_ptid): Update. | |
14742 | (_initialize_ravenscar): Don't initialize base_ptid. | |
14743 | (ravenscar_ops): Remove global. | |
14744 | ||
dea57a62 TT |
14745 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14746 | ||
14747 | * target.h (push_target): Declare new overload. | |
14748 | * target.c (push_target): New overload, taking an rvalue reference. | |
14749 | * remote.c (remote_target::open_1): Use push_target overload. | |
14750 | * corelow.c (core_target_open): Use push_target overload. | |
14751 | ||
989f3c58 TT |
14752 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14753 | ||
14754 | * ravenscar-thread.c (is_ravenscar_task) | |
14755 | (ravenscar_task_is_currently_active): Return bool. | |
14756 | (ravenscar_update_inferior_ptid, get_running_thread_msymbol) | |
14757 | (_initialize_ravenscar): Remove "(void)". | |
14758 | (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise. | |
14759 | Return bool. | |
14760 | ||
6cbcc006 TT |
14761 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14762 | ||
14763 | * ravenscar-thread.c (ravenscar_runtime_initializer) | |
14764 | (has_ravenscar_runtime, get_running_thread_id) | |
14765 | (ravenscar_thread_target::resume): Fix indentation. | |
14766 | ||
7657f14d TT |
14767 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14768 | ||
14769 | * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive | |
14770 | from ravenscar_arch_ops. | |
14771 | (sparc_ravenscar_ops::fetch_registers) | |
14772 | (sparc_ravenscar_ops::store_registers): Now methods. | |
14773 | (sparc_ravenscar_prepare_to_store): Remove. | |
14774 | (sparc_ravenscar_ops): Redefine. | |
14775 | * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual | |
14776 | methods and destructor. Remove members. | |
14777 | * ravenscar-thread.c (ravenscar_thread_target::fetch_registers) | |
14778 | (ravenscar_thread_target::store_registers) | |
14779 | (ravenscar_thread_target::prepare_to_store): Update. | |
14780 | * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store): | |
14781 | Remove. | |
14782 | (struct ppc_ravenscar_powerpc_ops): Derive from | |
14783 | ravenscar_arch_ops. | |
14784 | (ppc_ravenscar_powerpc_ops::fetch_registers) | |
14785 | (ppc_ravenscar_powerpc_ops::store_registers): Now methods. | |
14786 | (ppc_ravenscar_powerpc_ops): Redefine. | |
14787 | (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops. | |
14788 | (ppc_ravenscar_e500_ops::fetch_registers) | |
14789 | (ppc_ravenscar_e500_ops::store_registers): Now methods. | |
14790 | (ppc_ravenscar_e500_ops): Redefine. | |
14791 | * aarch64-ravenscar-thread.c | |
14792 | (aarch64_ravenscar_generic_prepare_to_store): Remove. | |
14793 | (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops. | |
14794 | (aarch64_ravenscar_fetch_registers) | |
14795 | (aarch64_ravenscar_store_registers): Now methods. | |
14796 | (aarch64_ravenscar_ops): Redefine. | |
14797 | ||
5b6ea500 TT |
14798 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14799 | ||
14800 | * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint) | |
14801 | (ravenscar_thread_target::stopped_by_hw_breakpoint) | |
14802 | (ravenscar_thread_target::stopped_by_watchpoint) | |
14803 | (ravenscar_thread_target::stopped_data_address) | |
14804 | (ravenscar_thread_target::core_of_thread): Use scoped_restore. | |
14805 | ||
e397fd39 TT |
14806 | 2019-02-15 Tom Tromey <tromey@adacore.com> |
14807 | ||
14808 | * ravenscar-thread.c: Fix some typos. | |
14809 | ||
cc12f4a8 TT |
14810 | 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14811 | Tom Tromey <tromey@adacore.com> | |
14812 | ||
14813 | * ada-lang.c (ada_exception_sal): Change addr_string to a | |
14814 | std::string. | |
14815 | (create_ada_exception_catchpoint): Update. | |
14816 | ||
5f486660 TT |
14817 | 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14818 | Tom Tromey <tromey@adacore.com> | |
14819 | ||
14820 | * breakpoint.c (~bp_location): Rename from bp_location_dtor. | |
14821 | (bp_location_ops): Remove. | |
14822 | (base_breakpoint_allocate_location): Update. | |
14823 | (free_bp_location): Update. | |
14824 | * ada-lang.c (class ada_catchpoint_location) | |
14825 | <ada_catchpoint_location>: Remove ops parameter. | |
14826 | (ada_catchpoint_location_dtor): Remove. | |
14827 | (ada_catchpoint_location_ops): Remove. | |
14828 | (allocate_location_exception): Update. | |
14829 | * breakpoint.h (struct bp_location_ops): Remove. | |
14830 | (class bp_location) <bp_location>: Remove bp_location_ops | |
14831 | parameter. | |
14832 | <~bp_location>: Add destructor. | |
14833 | <ops>: Remove. | |
14834 | ||
b671c7fb TS |
14835 | 2019-02-14 Thomas Schwinge <thomas@codesourcery.com> |
14836 | Pedro Alves <palves@redhat.com> | |
14837 | ||
14838 | * remote.c (remote_target::remote_parse_stop_reply): Avoid using | |
14839 | 'PATH_MAX'. | |
14840 | ||
8071c5ce DM |
14841 | 2019-02-14 David Michael <fedora.dm0@gmail.com> |
14842 | Samuel Thibault <samuel.thibault@gnu.org> | |
14843 | Thomas Schwinge <thomas@codesourcery.com> | |
14844 | ||
14845 | * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply) | |
14846 | (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes. | |
14847 | ||
b1041ae0 TS |
14848 | 2019-02-14 Thomas Schwinge <thomas@codesourcery.com> |
14849 | ||
924514e1 TS |
14850 | * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg) |
14851 | (check_empty): Use "const char *". | |
14852 | ||
c29ee8d4 TS |
14853 | * gnu-nat.c (gnu_nat_target::detach): Instead of |
14854 | 'detach_inferior (pid)' call | |
14855 | 'detach_inferior (find_inferior_pid (pid))'. | |
14856 | ||
6c6ef69f TS |
14857 | * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add |
14858 | 'nat/fork-inferior.o'. | |
14859 | * gnu-nat.c: #include "nat/fork-inferior.h". | |
14860 | ||
2d0a338c TS |
14861 | * gnu-nat.c (gnu_nat_target::detach): Instead of |
14862 | 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'. | |
14863 | * gnu-nat.h: #include "inf-child.h". | |
14864 | * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to | |
14865 | 'i386_gnu_nat_target::fetch_registers'. | |
14866 | (gnu_store_registers): Rename/move to | |
14867 | 'i386_gnu_nat_target::store_registers'. | |
14868 | ||
cabb5f06 TS |
14869 | * config/i386/nm-i386gnu.h: Don't "#include" any files. |
14870 | * gnu-nat.h (mach_thread_info): New function. | |
14871 | * gnu-nat.c (thread_takeover_sc_cmd): Use it. | |
14872 | ||
b1041ae0 TS |
14873 | * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove. |
14874 | ||
2988d01e KF |
14875 | 2019-02-14 Frederic Konrad <konrad@adacore.com> |
14876 | ||
14877 | * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE. | |
14878 | ||
c559d709 JB |
14879 | 2019-02-14 Joel Brobecker <brobecker@adacore.com> |
14880 | ||
14881 | * windows-nat.c (windows_add_thread): Add new parameter | |
14882 | "main_thread_p" with default value set to false. Update | |
14883 | function documentation as well as all callers. | |
14884 | (windows_delete_thread): Likewise. | |
14885 | (fake_create_process): Update call to windows_add_thread. | |
14886 | (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT> | |
14887 | <CREATE_PROCESS_DEBUG_EVENT>: Likewise. | |
14888 | <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update | |
14889 | call to windows_delete_thread. | |
14890 | ||
007024cc SM |
14891 | 2019-02-13 Simon Marchi <simon.marchi@ericsson.com> |
14892 | ||
14893 | * MAINTAINERS: Add Andrew Burgess as global maintainer. | |
14894 | ||
f62318e9 JB |
14895 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14896 | ||
14897 | * symfile.c (find_separate_debug_file): Use canonical path of | |
14898 | sysroot with child_path instead of gdb_sysroot if it is valid. | |
14899 | ||
cd4b7848 JB |
14900 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14901 | ||
14902 | * symfile.c (find_separate_debug_file): Use child_path to | |
14903 | determine if an object file is under a sysroot. | |
14904 | ||
efac4bfe JB |
14905 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14906 | ||
14907 | * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add | |
14908 | unittests/child-path-selftests.c. | |
14909 | * common/pathstuff.c (child_path): New function. | |
14910 | * common/pathstuff.h (child_path): New prototype. | |
14911 | * unittests/child-path-selftests.c: New file. | |
14912 | ||
402d2bfe JB |
14913 | 2019-02-12 John Baldwin <jhb@FreeBSD.org> |
14914 | ||
14915 | * symfile.c (find_separate_debug_file): Look for separate debug | |
14916 | files in debug directories under the sysroot. | |
14917 | ||
1ed9f74e PW |
14918 | 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14919 | ||
14920 | * symtab.h (struct minimal_symbol data_p): New const method. | |
14921 | (struct minimal_symbol text_p): Likewise. | |
14922 | * symtab.c (output_source_filename): Use file name style | |
14923 | to print file name. | |
14924 | (print_symbol_info): Likewise. | |
14925 | (print_msymbol_info): Use address style to print addresses. | |
14926 | Use function name style to print executable text symbols. | |
14927 | (expand_symtab_containing_pc): Use data_p. | |
14928 | (find_pc_sect_compunit_symtab): Likewise. | |
14929 | ||
2636d81d PW |
14930 | 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14931 | ||
14932 | * breakpoint.c (describe_other_breakpoints): Use address style | |
14933 | to print addresses. | |
14934 | (say_where): Likewise. | |
14935 | ||
ac8c53cc PW |
14936 | 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14937 | ||
14938 | * ada-typeprint.c (print_func_type): Print function name | |
14939 | style to print function name. | |
14940 | * c-typeprint.c (c_print_type_1): Likewise. | |
14941 | ||
ea638c43 AH |
14942 | 2019-02-11 Alan Hayward <alan.hayward@arm.com> |
14943 | ||
14944 | * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check | |
14945 | for execve. | |
14946 | ||
ab759ca8 PW |
14947 | 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
14948 | ||
14949 | * c-exp.y (direct_abs_decl): Use emplace_back to record the | |
14950 | type_stack. | |
14951 | ||
aff29d1c JB |
14952 | 2019-02-10 Joel Brobecker <brobecker@adacore.com> |
14953 | ||
14954 | * ada-varobj.c (ada_value_is_changeable_p): Add handling of | |
14955 | TYPE_CODE_REF types. | |
14956 | ||
617126bc JW |
14957 | 2019-02-08 Jim Wilson <jimw@sifive.com> |
14958 | ||
14959 | * riscv-linux-tdep.c (riscv_linux_fregmap): New. | |
14960 | (riscv_linux_fregset): New. | |
14961 | (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section. | |
14962 | ||
46e3ed7f TT |
14963 | 2019-02-07 Tom Tromey <tom@tromey.com> |
14964 | ||
14965 | * thread.c (thread_cancel_execution_command): Update. | |
14966 | * thread-fsm.h (struct thread_fsm): Add constructor, destructor, | |
14967 | methods. | |
14968 | (struct thread_fsm_ops): Remove. | |
14969 | (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up) | |
14970 | (thread_fsm_should_stop, thread_fsm_return_value) | |
14971 | (thread_fsm_set_finished, thread_fsm_finished_p) | |
14972 | (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop): | |
14973 | Don't declare. | |
14974 | * mi/mi-interp.c (mi_on_normal_stop_1): Update. | |
14975 | * infrun.c (clear_proceed_status_thread) | |
14976 | (clean_up_just_stopped_threads_fsms, fetch_inferior_event) | |
14977 | (print_stop_event): Update. | |
14978 | * infcmd.c (struct step_command_fsm): Inherit from thread_fsm. | |
14979 | Add constructor. | |
14980 | (step_command_fsm_ops): Remove. | |
14981 | (new_step_command_fsm): Remove. | |
14982 | (step_1): Update. | |
14983 | (step_command_fsm::should_stop): Rename from | |
14984 | step_command_fsm_should_stop. | |
14985 | (step_command_fsm::clean_up): Rename from | |
14986 | step_command_fsm_clean_up. | |
14987 | (step_command_fsm::do_async_reply_reason): Rename from | |
14988 | step_command_fsm_async_reply_reason. | |
14989 | (struct until_next_fsm): Inherit from thread_fsm. Add | |
14990 | constructor. | |
14991 | (until_next_fsm_ops): Remove. | |
14992 | (new_until_next_fsm): Remove. | |
14993 | (until_next_fsm::should_stop): Rename from | |
14994 | until_next_fsm_should_stop. | |
14995 | (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up. | |
14996 | (until_next_fsm::do_async_reply_reason): Rename from | |
14997 | until_next_fsm_async_reply_reason. | |
14998 | (struct finish_command_fsm): Inherit from thread_fsm. Add | |
14999 | constructor. Change type of breakpoint. | |
15000 | (finish_command_fsm_ops): Remove. | |
15001 | (new_finish_command_fsm): Remove. | |
15002 | (finish_command_fsm::should_stop): Rename from | |
15003 | finish_command_fsm_should_stop. | |
15004 | (finish_command_fsm::clean_up): Rename from | |
15005 | finish_command_fsm_clean_up. | |
15006 | (finish_command_fsm::return_value): Rename from | |
15007 | finish_command_fsm_return_value. | |
15008 | (finish_command_fsm::do_async_reply_reason): Rename from | |
15009 | finish_command_fsm_async_reply_reason. | |
15010 | (finish_command): Update. | |
15011 | * infcall.c (struct call_thread_fsm): Inherit from thread_fsm. | |
15012 | Add constructor. | |
15013 | (call_thread_fsm_ops): Remove. | |
15014 | (call_thread_fsm::call_thread_fsm): Rename from | |
15015 | new_call_thread_fsm. | |
15016 | (call_thread_fsm::should_stop): Rename from | |
15017 | call_thread_fsm_should_stop. | |
15018 | (call_thread_fsm::should_notify_stop): Rename from | |
15019 | call_thread_fsm_should_notify_stop. | |
15020 | (run_inferior_call, call_function_by_hand_dummy): Update. | |
15021 | * cli/cli-interp.c (should_print_stop_to_console): Update. | |
15022 | * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm. | |
15023 | Add constructor. Change type of location_breakpoint, | |
15024 | caller_breakpoint. | |
15025 | (until_break_fsm_ops): Remove. | |
15026 | (new_until_break_fsm): Remove. | |
15027 | (until_break_fsm::should_stop): Rename from | |
15028 | until_break_fsm_should_stop. | |
15029 | (until_break_fsm::clean_up): Rename from | |
15030 | until_break_fsm_clean_up. | |
15031 | (until_break_fsm::do_async_reply_reason): Rename from | |
15032 | until_break_fsm_async_reply_reason. | |
15033 | (until_break_command): Update. | |
15034 | * thread-fsm.c: Remove. | |
15035 | * Makefile.in (COMMON_SFILES): Remove thread-fsm.c. | |
15036 | ||
1a5c2598 TT |
15037 | 2019-02-07 Tom Tromey <tom@tromey.com> |
15038 | ||
15039 | * yy-remap.h: Add include guard. | |
15040 | * xtensa-tdep.h: Add include guard. | |
15041 | * xcoffread.h: Rename include guard. | |
15042 | * varobj-iter.h: Add include guard. | |
15043 | * tui/tui.h: Rename include guard. | |
15044 | * tui/tui-winsource.h: Rename include guard. | |
15045 | * tui/tui-wingeneral.h: Rename include guard. | |
15046 | * tui/tui-windata.h: Rename include guard. | |
15047 | * tui/tui-win.h: Rename include guard. | |
15048 | * tui/tui-stack.h: Rename include guard. | |
15049 | * tui/tui-source.h: Rename include guard. | |
15050 | * tui/tui-regs.h: Rename include guard. | |
15051 | * tui/tui-out.h: Rename include guard. | |
15052 | * tui/tui-layout.h: Rename include guard. | |
15053 | * tui/tui-io.h: Rename include guard. | |
15054 | * tui/tui-hooks.h: Rename include guard. | |
15055 | * tui/tui-file.h: Rename include guard. | |
15056 | * tui/tui-disasm.h: Rename include guard. | |
15057 | * tui/tui-data.h: Rename include guard. | |
15058 | * tui/tui-command.h: Rename include guard. | |
15059 | * tic6x-tdep.h: Add include guard. | |
15060 | * target/waitstatus.h: Rename include guard. | |
15061 | * target/wait.h: Rename include guard. | |
15062 | * target/target.h: Rename include guard. | |
15063 | * target/resume.h: Rename include guard. | |
15064 | * target-float.h: Rename include guard. | |
15065 | * stabsread.h: Add include guard. | |
15066 | * rs6000-tdep.h: Add include guard. | |
15067 | * riscv-fbsd-tdep.h: Add include guard. | |
15068 | * regformats/regdef.h: Rename include guard. | |
15069 | * record.h: Rename include guard. | |
15070 | * python/python.h: Rename include guard. | |
15071 | * python/python-internal.h: Rename include guard. | |
15072 | * python/py-stopevent.h: Rename include guard. | |
15073 | * python/py-ref.h: Rename include guard. | |
15074 | * python/py-record.h: Rename include guard. | |
15075 | * python/py-record-full.h: Rename include guard. | |
15076 | * python/py-record-btrace.h: Rename include guard. | |
15077 | * python/py-instruction.h: Rename include guard. | |
15078 | * python/py-events.h: Rename include guard. | |
15079 | * python/py-event.h: Rename include guard. | |
15080 | * procfs.h: Add include guard. | |
15081 | * proc-utils.h: Add include guard. | |
15082 | * p-lang.h: Add include guard. | |
15083 | * or1k-tdep.h: Rename include guard. | |
15084 | * observable.h: Rename include guard. | |
15085 | * nto-tdep.h: Rename include guard. | |
15086 | * nat/x86-linux.h: Rename include guard. | |
15087 | * nat/x86-linux-dregs.h: Rename include guard. | |
15088 | * nat/x86-gcc-cpuid.h: Add include guard. | |
15089 | * nat/x86-dregs.h: Rename include guard. | |
15090 | * nat/x86-cpuid.h: Rename include guard. | |
15091 | * nat/ppc-linux.h: Rename include guard. | |
15092 | * nat/mips-linux-watch.h: Rename include guard. | |
15093 | * nat/linux-waitpid.h: Rename include guard. | |
15094 | * nat/linux-ptrace.h: Rename include guard. | |
15095 | * nat/linux-procfs.h: Rename include guard. | |
15096 | * nat/linux-osdata.h: Rename include guard. | |
15097 | * nat/linux-nat.h: Rename include guard. | |
15098 | * nat/linux-namespaces.h: Rename include guard. | |
15099 | * nat/linux-btrace.h: Rename include guard. | |
15100 | * nat/glibc_thread_db.h: Rename include guard. | |
15101 | * nat/gdb_thread_db.h: Rename include guard. | |
15102 | * nat/gdb_ptrace.h: Rename include guard. | |
15103 | * nat/fork-inferior.h: Rename include guard. | |
15104 | * nat/amd64-linux-siginfo.h: Rename include guard. | |
15105 | * nat/aarch64-sve-linux-sigcontext.h: Rename include guard. | |
15106 | * nat/aarch64-sve-linux-ptrace.h: Rename include guard. | |
15107 | * nat/aarch64-linux.h: Rename include guard. | |
15108 | * nat/aarch64-linux-hw-point.h: Rename include guard. | |
15109 | * mn10300-tdep.h: Add include guard. | |
15110 | * mips-linux-tdep.h: Add include guard. | |
15111 | * mi/mi-parse.h: Rename include guard. | |
15112 | * mi/mi-out.h: Rename include guard. | |
15113 | * mi/mi-main.h: Rename include guard. | |
15114 | * mi/mi-interp.h: Rename include guard. | |
15115 | * mi/mi-getopt.h: Rename include guard. | |
15116 | * mi/mi-console.h: Rename include guard. | |
15117 | * mi/mi-common.h: Rename include guard. | |
15118 | * mi/mi-cmds.h: Rename include guard. | |
15119 | * mi/mi-cmd-break.h: Rename include guard. | |
15120 | * m2-lang.h: Add include guard. | |
15121 | * location.h: Rename include guard. | |
15122 | * linux-record.h: Rename include guard. | |
15123 | * linux-nat.h: Add include guard. | |
15124 | * linux-fork.h: Add include guard. | |
15125 | * i386-darwin-tdep.h: Rename include guard. | |
15126 | * hppa-linux-offsets.h: Add include guard. | |
15127 | * guile/guile.h: Rename include guard. | |
15128 | * guile/guile-internal.h: Rename include guard. | |
15129 | * gnu-nat.h: Rename include guard. | |
15130 | * gdb-stabs.h: Rename include guard. | |
15131 | * frv-tdep.h: Add include guard. | |
15132 | * f-lang.h: Add include guard. | |
15133 | * event-loop.h: Add include guard. | |
15134 | * darwin-nat.h: Rename include guard. | |
15135 | * cp-abi.h: Rename include guard. | |
15136 | * config/sparc/nm-sol2.h: Rename include guard. | |
15137 | * config/nm-nto.h: Rename include guard. | |
15138 | * config/nm-linux.h: Add include guard. | |
15139 | * config/i386/nm-i386gnu.h: Rename include guard. | |
15140 | * config/djgpp/nl_types.h: Rename include guard. | |
15141 | * config/djgpp/langinfo.h: Rename include guard. | |
15142 | * compile/gcc-cp-plugin.h: Add include guard. | |
15143 | * compile/gcc-c-plugin.h: Add include guard. | |
15144 | * compile/compile.h: Rename include guard. | |
15145 | * compile/compile-object-run.h: Rename include guard. | |
15146 | * compile/compile-object-load.h: Rename include guard. | |
15147 | * compile/compile-internal.h: Rename include guard. | |
15148 | * compile/compile-cplus.h: Rename include guard. | |
15149 | * compile/compile-c.h: Rename include guard. | |
15150 | * common/xml-utils.h: Rename include guard. | |
15151 | * common/x86-xstate.h: Rename include guard. | |
15152 | * common/version.h: Rename include guard. | |
15153 | * common/vec.h: Rename include guard. | |
15154 | * common/tdesc.h: Rename include guard. | |
15155 | * common/selftest.h: Rename include guard. | |
15156 | * common/scoped_restore.h: Rename include guard. | |
15157 | * common/scoped_mmap.h: Rename include guard. | |
15158 | * common/scoped_fd.h: Rename include guard. | |
15159 | * common/safe-iterator.h: Rename include guard. | |
15160 | * common/run-time-clock.h: Rename include guard. | |
15161 | * common/refcounted-object.h: Rename include guard. | |
15162 | * common/queue.h: Rename include guard. | |
15163 | * common/ptid.h: Rename include guard. | |
15164 | * common/print-utils.h: Rename include guard. | |
15165 | * common/preprocessor.h: Rename include guard. | |
15166 | * common/pathstuff.h: Rename include guard. | |
15167 | * common/observable.h: Rename include guard. | |
15168 | * common/netstuff.h: Rename include guard. | |
15169 | * common/job-control.h: Rename include guard. | |
15170 | * common/host-defs.h: Rename include guard. | |
15171 | * common/gdb_wait.h: Rename include guard. | |
15172 | * common/gdb_vecs.h: Rename include guard. | |
15173 | * common/gdb_unlinker.h: Rename include guard. | |
15174 | * common/gdb_unique_ptr.h: Rename include guard. | |
15175 | * common/gdb_tilde_expand.h: Rename include guard. | |
15176 | * common/gdb_sys_time.h: Rename include guard. | |
15177 | * common/gdb_string_view.h: Rename include guard. | |
15178 | * common/gdb_splay_tree.h: Rename include guard. | |
15179 | * common/gdb_setjmp.h: Rename include guard. | |
15180 | * common/gdb_ref_ptr.h: Rename include guard. | |
15181 | * common/gdb_optional.h: Rename include guard. | |
15182 | * common/gdb_locale.h: Rename include guard. | |
15183 | * common/gdb_assert.h: Rename include guard. | |
15184 | * common/filtered-iterator.h: Rename include guard. | |
15185 | * common/filestuff.h: Rename include guard. | |
15186 | * common/fileio.h: Rename include guard. | |
15187 | * common/environ.h: Rename include guard. | |
15188 | * common/common-utils.h: Rename include guard. | |
15189 | * common/common-types.h: Rename include guard. | |
15190 | * common/common-regcache.h: Rename include guard. | |
15191 | * common/common-inferior.h: Rename include guard. | |
15192 | * common/common-gdbthread.h: Rename include guard. | |
15193 | * common/common-exceptions.h: Rename include guard. | |
15194 | * common/common-defs.h: Rename include guard. | |
15195 | * common/common-debug.h: Rename include guard. | |
15196 | * common/cleanups.h: Rename include guard. | |
15197 | * common/buffer.h: Rename include guard. | |
15198 | * common/btrace-common.h: Rename include guard. | |
15199 | * common/break-common.h: Rename include guard. | |
15200 | * cli/cli-utils.h: Rename include guard. | |
15201 | * cli/cli-style.h: Rename include guard. | |
15202 | * cli/cli-setshow.h: Rename include guard. | |
15203 | * cli/cli-script.h: Rename include guard. | |
15204 | * cli/cli-interp.h: Rename include guard. | |
15205 | * cli/cli-decode.h: Rename include guard. | |
15206 | * cli/cli-cmds.h: Rename include guard. | |
15207 | * charset-list.h: Add include guard. | |
15208 | * buildsym-legacy.h: Rename include guard. | |
15209 | * bfin-tdep.h: Add include guard. | |
15210 | * ax.h: Rename include guard. | |
15211 | * arm-linux-tdep.h: Add include guard. | |
15212 | * arm-fbsd-tdep.h: Add include guard. | |
15213 | * arch/xtensa.h: Rename include guard. | |
15214 | * arch/tic6x.h: Add include guard. | |
15215 | * arch/i386.h: Add include guard. | |
15216 | * arch/arm.h: Rename include guard. | |
15217 | * arch/arm-linux.h: Rename include guard. | |
15218 | * arch/arm-get-next-pcs.h: Rename include guard. | |
15219 | * arch/amd64.h: Add include guard. | |
15220 | * arch/aarch64-insn.h: Rename include guard. | |
15221 | * arch-utils.h: Rename include guard. | |
15222 | * annotate.h: Add include guard. | |
15223 | * amd64-darwin-tdep.h: Rename include guard. | |
15224 | * aarch64-linux-tdep.h: Add include guard. | |
15225 | * aarch64-fbsd-tdep.h: Add include guard. | |
15226 | * aarch32-linux-nat.h: Add include guard. | |
15227 | ||
ab9268d2 PW |
15228 | 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
15229 | ||
15230 | * macrotab.c (macro_define_internal): New function that | |
15231 | factorizes macro_define_object_internal and macro_define_function | |
15232 | code. | |
15233 | (macro_define_object_internal): Use macro_define_internal. | |
15234 | (macro_define_function): Likewise. | |
15235 | ||
bb0da2b4 PW |
15236 | 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
15237 | ||
15238 | * macrocmd.c (extract_identifier): Return | |
15239 | a gdb::unique_xmalloc_ptr<char> instead of a char *, and update | |
15240 | callers. | |
15241 | ||
424eb552 JB |
15242 | 2019-02-06 John Baldwin <jhb@FreeBSD.org> |
15243 | ||
15244 | * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces. | |
15245 | ||
1688cb29 TT |
15246 | 2019-02-05 Tom Tromey <tom@tromey.com> |
15247 | ||
15248 | * target.c (target_stack::unpush): Move assertion earlier. | |
15249 | ||
b5eba2d8 TT |
15250 | 2019-01-30 Tom Tromey <tom@tromey.com> |
15251 | ||
15252 | PR python/23615: | |
15253 | * python/python.c (execute_gdb_command): Use gdbpy_allow_threads. | |
15254 | (gdbpy_parse_and_eval): Likewise. | |
15255 | * python/python-internal.h (gdbpy_allow_threads): New class. | |
15256 | ||
7054e2ff JB |
15257 | 2019-01-28 John Baldwin <jhb@FreeBSD.org> |
15258 | ||
15259 | * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap) | |
15260 | (aarch64_fbsd_fpregmap): Move earlier. | |
15261 | (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete. | |
15262 | (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap | |
15263 | instead of individual calls to trad_frame_set_reg_addr. | |
15264 | * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move | |
15265 | earlier. | |
15266 | (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete. | |
15267 | (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap | |
15268 | instead of individual calls to trad_frame_set_reg_addr. | |
15269 | ||
36c25ffa AH |
15270 | 2019-01-28 Alan Hayward <alan.hayward@arm.com> |
15271 | ||
15272 | * CONTRIBUTE: Replace contribution list with wiki link. | |
15273 | ||
a0707f3c TT |
15274 | 2019-01-25 Tom Tromey <tom@tromey.com> |
15275 | ||
15276 | * Makefile.in (GDB_CFLAGS): Don't add -I for common. | |
15277 | ||
0747795c TT |
15278 | 2019-01-25 Tom Tromey <tom@tromey.com> |
15279 | ||
15280 | * xtensa-linux-nat.c: Fix common/ includes. | |
15281 | * xml-support.h: Fix common/ includes. | |
15282 | * xml-support.c: Fix common/ includes. | |
15283 | * x86-linux-nat.c: Fix common/ includes. | |
15284 | * windows-nat.c: Fix common/ includes. | |
15285 | * varobj.h: Fix common/ includes. | |
15286 | * varobj.c: Fix common/ includes. | |
15287 | * value.c: Fix common/ includes. | |
15288 | * valops.c: Fix common/ includes. | |
15289 | * utils.c: Fix common/ includes. | |
15290 | * unittests/xml-utils-selftests.c: Fix common/ includes. | |
15291 | * unittests/utils-selftests.c: Fix common/ includes. | |
15292 | * unittests/unpack-selftests.c: Fix common/ includes. | |
15293 | * unittests/tracepoint-selftests.c: Fix common/ includes. | |
15294 | * unittests/style-selftests.c: Fix common/ includes. | |
15295 | * unittests/string_view-selftests.c: Fix common/ includes. | |
15296 | * unittests/scoped_restore-selftests.c: Fix common/ includes. | |
15297 | * unittests/scoped_mmap-selftests.c: Fix common/ includes. | |
15298 | * unittests/scoped_fd-selftests.c: Fix common/ includes. | |
15299 | * unittests/rsp-low-selftests.c: Fix common/ includes. | |
15300 | * unittests/parse-connection-spec-selftests.c: Fix common/ | |
15301 | includes. | |
15302 | * unittests/optional-selftests.c: Fix common/ includes. | |
15303 | * unittests/offset-type-selftests.c: Fix common/ includes. | |
15304 | * unittests/observable-selftests.c: Fix common/ includes. | |
15305 | * unittests/mkdir-recursive-selftests.c: Fix common/ includes. | |
15306 | * unittests/memrange-selftests.c: Fix common/ includes. | |
15307 | * unittests/memory-map-selftests.c: Fix common/ includes. | |
15308 | * unittests/lookup_name_info-selftests.c: Fix common/ includes. | |
15309 | * unittests/function-view-selftests.c: Fix common/ includes. | |
15310 | * unittests/environ-selftests.c: Fix common/ includes. | |
15311 | * unittests/copy_bitwise-selftests.c: Fix common/ includes. | |
15312 | * unittests/common-utils-selftests.c: Fix common/ includes. | |
15313 | * unittests/cli-utils-selftests.c: Fix common/ includes. | |
15314 | * unittests/array-view-selftests.c: Fix common/ includes. | |
15315 | * ui-file.c: Fix common/ includes. | |
15316 | * tui/tui-io.c: Fix common/ includes. | |
15317 | * tracepoint.h: Fix common/ includes. | |
15318 | * tracepoint.c: Fix common/ includes. | |
15319 | * tracefile-tfile.c: Fix common/ includes. | |
15320 | * top.h: Fix common/ includes. | |
15321 | * top.c: Fix common/ includes. | |
15322 | * thread.c: Fix common/ includes. | |
15323 | * target/waitstatus.h: Fix common/ includes. | |
15324 | * target/waitstatus.c: Fix common/ includes. | |
15325 | * target.h: Fix common/ includes. | |
15326 | * target.c: Fix common/ includes. | |
15327 | * target-memory.c: Fix common/ includes. | |
15328 | * target-descriptions.c: Fix common/ includes. | |
15329 | * symtab.h: Fix common/ includes. | |
15330 | * symfile.c: Fix common/ includes. | |
15331 | * stap-probe.c: Fix common/ includes. | |
15332 | * spu-linux-nat.c: Fix common/ includes. | |
15333 | * sparc-nat.c: Fix common/ includes. | |
15334 | * source.c: Fix common/ includes. | |
15335 | * solib.c: Fix common/ includes. | |
15336 | * solib-target.c: Fix common/ includes. | |
15337 | * ser-unix.c: Fix common/ includes. | |
15338 | * ser-tcp.c: Fix common/ includes. | |
15339 | * ser-pipe.c: Fix common/ includes. | |
15340 | * ser-base.c: Fix common/ includes. | |
15341 | * selftest-arch.c: Fix common/ includes. | |
15342 | * s12z-tdep.c: Fix common/ includes. | |
15343 | * rust-exp.y: Fix common/ includes. | |
15344 | * rs6000-aix-tdep.c: Fix common/ includes. | |
15345 | * riscv-tdep.c: Fix common/ includes. | |
15346 | * remote.c: Fix common/ includes. | |
15347 | * remote-notif.h: Fix common/ includes. | |
15348 | * remote-fileio.h: Fix common/ includes. | |
15349 | * remote-fileio.c: Fix common/ includes. | |
15350 | * regcache.h: Fix common/ includes. | |
15351 | * regcache.c: Fix common/ includes. | |
15352 | * record-btrace.c: Fix common/ includes. | |
15353 | * python/python.c: Fix common/ includes. | |
15354 | * python/py-type.c: Fix common/ includes. | |
15355 | * python/py-inferior.c: Fix common/ includes. | |
15356 | * progspace.h: Fix common/ includes. | |
15357 | * producer.c: Fix common/ includes. | |
15358 | * procfs.c: Fix common/ includes. | |
15359 | * proc-api.c: Fix common/ includes. | |
15360 | * printcmd.c: Fix common/ includes. | |
15361 | * ppc-linux-nat.c: Fix common/ includes. | |
15362 | * parser-defs.h: Fix common/ includes. | |
15363 | * osdata.c: Fix common/ includes. | |
15364 | * obsd-nat.c: Fix common/ includes. | |
15365 | * nat/x86-linux.c: Fix common/ includes. | |
15366 | * nat/x86-linux-dregs.c: Fix common/ includes. | |
15367 | * nat/x86-dregs.h: Fix common/ includes. | |
15368 | * nat/x86-dregs.c: Fix common/ includes. | |
15369 | * nat/ppc-linux.c: Fix common/ includes. | |
15370 | * nat/mips-linux-watch.h: Fix common/ includes. | |
15371 | * nat/mips-linux-watch.c: Fix common/ includes. | |
15372 | * nat/linux-waitpid.c: Fix common/ includes. | |
15373 | * nat/linux-ptrace.h: Fix common/ includes. | |
15374 | * nat/linux-ptrace.c: Fix common/ includes. | |
15375 | * nat/linux-procfs.c: Fix common/ includes. | |
15376 | * nat/linux-personality.c: Fix common/ includes. | |
15377 | * nat/linux-osdata.c: Fix common/ includes. | |
15378 | * nat/linux-namespaces.c: Fix common/ includes. | |
15379 | * nat/linux-btrace.h: Fix common/ includes. | |
15380 | * nat/linux-btrace.c: Fix common/ includes. | |
15381 | * nat/fork-inferior.c: Fix common/ includes. | |
15382 | * nat/amd64-linux-siginfo.c: Fix common/ includes. | |
15383 | * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes. | |
15384 | * nat/aarch64-linux.c: Fix common/ includes. | |
15385 | * nat/aarch64-linux-hw-point.h: Fix common/ includes. | |
15386 | * nat/aarch64-linux-hw-point.c: Fix common/ includes. | |
15387 | * namespace.h: Fix common/ includes. | |
15388 | * mips-linux-tdep.c: Fix common/ includes. | |
15389 | * minsyms.c: Fix common/ includes. | |
15390 | * mi/mi-parse.h: Fix common/ includes. | |
15391 | * mi/mi-main.c: Fix common/ includes. | |
15392 | * mi/mi-cmd-env.c: Fix common/ includes. | |
15393 | * memrange.h: Fix common/ includes. | |
15394 | * memattr.c: Fix common/ includes. | |
15395 | * maint.h: Fix common/ includes. | |
15396 | * maint.c: Fix common/ includes. | |
15397 | * main.c: Fix common/ includes. | |
15398 | * machoread.c: Fix common/ includes. | |
15399 | * location.c: Fix common/ includes. | |
15400 | * linux-thread-db.c: Fix common/ includes. | |
15401 | * linux-nat.c: Fix common/ includes. | |
15402 | * linux-fork.c: Fix common/ includes. | |
15403 | * inline-frame.c: Fix common/ includes. | |
15404 | * infrun.c: Fix common/ includes. | |
15405 | * inflow.c: Fix common/ includes. | |
15406 | * inferior.h: Fix common/ includes. | |
15407 | * inferior.c: Fix common/ includes. | |
15408 | * infcmd.c: Fix common/ includes. | |
15409 | * inf-ptrace.c: Fix common/ includes. | |
15410 | * inf-child.c: Fix common/ includes. | |
15411 | * ia64-linux-nat.c: Fix common/ includes. | |
15412 | * i387-tdep.c: Fix common/ includes. | |
15413 | * i386-tdep.c: Fix common/ includes. | |
15414 | * i386-linux-tdep.c: Fix common/ includes. | |
15415 | * i386-linux-nat.c: Fix common/ includes. | |
15416 | * i386-go32-tdep.c: Fix common/ includes. | |
15417 | * i386-fbsd-tdep.c: Fix common/ includes. | |
15418 | * i386-fbsd-nat.c: Fix common/ includes. | |
15419 | * guile/scm-type.c: Fix common/ includes. | |
15420 | * guile/guile.c: Fix common/ includes. | |
15421 | * go32-nat.c: Fix common/ includes. | |
15422 | * gnu-nat.c: Fix common/ includes. | |
15423 | * gdbthread.h: Fix common/ includes. | |
15424 | * gdbarch-selftests.c: Fix common/ includes. | |
15425 | * gdb_usleep.c: Fix common/ includes. | |
15426 | * gdb_select.h: Fix common/ includes. | |
15427 | * gdb_bfd.c: Fix common/ includes. | |
15428 | * gcore.c: Fix common/ includes. | |
15429 | * fork-child.c: Fix common/ includes. | |
15430 | * findvar.c: Fix common/ includes. | |
15431 | * fbsd-nat.c: Fix common/ includes. | |
15432 | * event-top.c: Fix common/ includes. | |
15433 | * event-loop.c: Fix common/ includes. | |
15434 | * dwarf2read.c: Fix common/ includes. | |
15435 | * dwarf2loc.c: Fix common/ includes. | |
15436 | * dwarf2-frame.c: Fix common/ includes. | |
15437 | * dwarf-index-cache.c: Fix common/ includes. | |
15438 | * dtrace-probe.c: Fix common/ includes. | |
15439 | * disasm-selftests.c: Fix common/ includes. | |
15440 | * defs.h: Fix common/ includes. | |
15441 | * csky-tdep.c: Fix common/ includes. | |
15442 | * cp-valprint.c: Fix common/ includes. | |
15443 | * cp-support.h: Fix common/ includes. | |
15444 | * cp-support.c: Fix common/ includes. | |
15445 | * corelow.c: Fix common/ includes. | |
15446 | * completer.h: Fix common/ includes. | |
15447 | * completer.c: Fix common/ includes. | |
15448 | * compile/compile.c: Fix common/ includes. | |
15449 | * compile/compile-loc2c.c: Fix common/ includes. | |
15450 | * compile/compile-cplus-types.c: Fix common/ includes. | |
15451 | * compile/compile-cplus-symbols.c: Fix common/ includes. | |
15452 | * command.h: Fix common/ includes. | |
15453 | * cli/cli-dump.c: Fix common/ includes. | |
15454 | * cli/cli-cmds.c: Fix common/ includes. | |
15455 | * charset.c: Fix common/ includes. | |
15456 | * build-id.c: Fix common/ includes. | |
15457 | * btrace.h: Fix common/ includes. | |
15458 | * btrace.c: Fix common/ includes. | |
15459 | * breakpoint.h: Fix common/ includes. | |
15460 | * breakpoint.c: Fix common/ includes. | |
15461 | * ax.h: | |
15462 | (enum agent_op): Fix common/ includes. | |
15463 | * ax-general.c (struct aop_map): Fix common/ includes. | |
15464 | * ax-gdb.c: Fix common/ includes. | |
15465 | * auxv.c: Fix common/ includes. | |
15466 | * auto-load.c: Fix common/ includes. | |
15467 | * arm-tdep.c: Fix common/ includes. | |
15468 | * arch/riscv.c: Fix common/ includes. | |
15469 | * arch/ppc-linux-common.c: Fix common/ includes. | |
15470 | * arch/i386.c: Fix common/ includes. | |
15471 | * arch/arm.c: Fix common/ includes. | |
15472 | * arch/arm-linux.c: Fix common/ includes. | |
15473 | * arch/arm-get-next-pcs.c: Fix common/ includes. | |
15474 | * arch/amd64.c: Fix common/ includes. | |
15475 | * arch/aarch64.c: Fix common/ includes. | |
15476 | * arch/aarch64-insn.c: Fix common/ includes. | |
15477 | * arch-utils.c: Fix common/ includes. | |
15478 | * amd64-windows-tdep.c: Fix common/ includes. | |
15479 | * amd64-tdep.c: Fix common/ includes. | |
15480 | * amd64-sol2-tdep.c: Fix common/ includes. | |
15481 | * amd64-obsd-tdep.c: Fix common/ includes. | |
15482 | * amd64-nbsd-tdep.c: Fix common/ includes. | |
15483 | * amd64-linux-tdep.c: Fix common/ includes. | |
15484 | * amd64-linux-nat.c: Fix common/ includes. | |
15485 | * amd64-fbsd-tdep.c: Fix common/ includes. | |
15486 | * amd64-fbsd-nat.c: Fix common/ includes. | |
15487 | * amd64-dicos-tdep.c: Fix common/ includes. | |
15488 | * amd64-darwin-tdep.c: Fix common/ includes. | |
15489 | * agent.c: Fix common/ includes. | |
15490 | * ada-lang.h: Fix common/ includes. | |
15491 | * ada-lang.c: Fix common/ includes. | |
15492 | * aarch64-tdep.c: Fix common/ includes. | |
15493 | ||
2f5c153e TT |
15494 | 2019-01-25 Tom Tromey <tom@tromey.com> |
15495 | ||
15496 | * common/create-version.sh: Use common/version.h. | |
15497 | ||
adc6a863 PA |
15498 | 2019-01-24 Pedro Alves <palves@redhat.com> |
15499 | ||
15500 | * infrun.c (signal_stop, signal_print, signal_program) | |
15501 | (signal_catch, signal_pass): Now arrays instead of pointers. | |
15502 | (update_signals_program_target, do_target_resume) | |
15503 | (signal_catch_update, handle_command, _initialize_infrun): Adjust. | |
15504 | * linux-nat.c (linux_nat_target::pass_signals) | |
15505 | (linux_nat_target::create_inferior, linux_nat_target::attach): | |
15506 | Adjust. | |
15507 | * linux-nat.h (linux_nat_target::pass_signals): Adjust. | |
15508 | * nto-procfs.c (nto_procfs_target::pass_signals): Adjust. | |
15509 | * procfs.c (procfs_target::pass_signals): Adjust. | |
15510 | * record-full.c (record_full_target::resume): Adjust. | |
15511 | * remote.c (remote_target::pass_signals) | |
15512 | (remote_target::program_signals): Adjust. | |
15513 | * target-debug.h (target_debug_print_signals): Now takes a | |
15514 | gdb::array_view as parameter. Adjust. | |
15515 | * target.h (target_ops) <pass_signals, program_signals>: Replace | |
15516 | pointer and length parameters with gdb::array_view. | |
15517 | (target_pass_signals, target_program_signals): Likewise. | |
15518 | * target-delegates.c: Regenerate. | |
15519 | ||
3046d67a PA |
15520 | 2019-01-24 Pedro Alves <palves@redhat.com> |
15521 | ||
15522 | * common/forward-scope-exit.h | |
15523 | (forward_scope_exit::forward_scope_exit): Pass arguments to | |
15524 | m_bind_function directly, instead of creating a std::bind and | |
15525 | copying that. | |
15526 | ||
353229bf AH |
15527 | 2019-01-24 Alan Hayward <alan.hayward@arm.com> |
15528 | ||
15529 | * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check | |
15530 | for static members. | |
15531 | (pass_in_v_vfp_candidate): Likewise. | |
15532 | ||
311dc83a TT |
15533 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15534 | Pedro Alves <palves@redhat.com> | |
15535 | ||
15536 | * regcache.c (class regcache_invalidator): Remove. | |
15537 | (regcache::raw_write): Use make_scope_exit. | |
15538 | ||
296bd123 TT |
15539 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15540 | ||
15541 | * ui-out.h (class ui_out_emit_type): Update comment. | |
15542 | ||
979a0d13 TT |
15543 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15544 | ||
15545 | * infrun.c (fetch_inferior_event): Update comment. | |
15546 | ||
d238133d TT |
15547 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15548 | Pedro Alves <palves@redhat.com> | |
15549 | ||
15550 | * infrun.c (reinstall_readline_callback_handler_cleanup): Remove | |
15551 | parameter. | |
15552 | (fetch_inferior_event): Use SCOPE_EXIT. | |
15553 | ||
15554 | ||
9885e6bb TT |
15555 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15556 | Pedro Alves <palves@redhat.com> | |
15557 | ||
15558 | * infrun.c (disable_thread_events): Delete. | |
15559 | (stop_all_threads): Use SCOPE_EXIT. | |
15560 | ||
286526c1 TT |
15561 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15562 | Pedro Alves <palves@redhat.com> | |
15563 | ||
15564 | * symfile.c: Include forward-scope-exit.h. | |
15565 | (clear_symtab_users_cleanup): Replace forward declaration with | |
15566 | a FORWARD_SCOPE_EXIT. | |
15567 | (syms_from_objfile_1): Use the forward_scope_exit and | |
15568 | gdb::optional instead of cleanup_function. | |
15569 | (reread_symbols): Use the forward_scope_exit instead of | |
15570 | cleanup_function. | |
15571 | (clear_symtab_users_cleanup): Remove function. | |
15572 | ||
1db93f14 TT |
15573 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15574 | Pedro Alves <palves@redhat.com> | |
15575 | ||
15576 | * linux-nat.c: Include scope-exit.h. | |
15577 | (cleanup_target_stop): Remove. | |
15578 | (linux_nat_target::static_tracepoint_markers_by_strid): Use | |
15579 | SCOPE_EXIT. | |
15580 | ||
2cc83d1e TT |
15581 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15582 | Pedro Alves <palves@redhat.com> | |
15583 | ||
15584 | * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove. | |
15585 | (call_function_by_hand_dummy): Use SCOPE_EXIT. | |
15586 | ||
694c6bf5 TT |
15587 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15588 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15589 | Pedro Alves <palves@redhat.com> | |
15590 | ||
15591 | * infrun.c (fetch_inferior_event): Use scope_exit. | |
15592 | * utils.h (make_bpstat_clear_actions_cleanup): Don't declare. | |
15593 | * top.c (execute_command): Use scope_exit. | |
15594 | * breakpoint.c (bpstat_do_actions): Use scope_exit. | |
15595 | * utils.c (do_bpstat_clear_actions_cleanup) | |
15596 | (make_bpstat_clear_actions_cleanup): Remove. | |
15597 | ||
4c41382a TT |
15598 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15599 | Pedro Alves <palves@redhat.com> | |
15600 | ||
15601 | * infrun.c: Include "common/scope-exit.h" | |
15602 | (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove. | |
15603 | (wait_for_inferior): Use SCOPE_EXIT. | |
15604 | (fetch_inferior_event): Use scope_exit. | |
15605 | ||
89f8fb50 TT |
15606 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15607 | Pedro Alves <palves@redhat.com> | |
15608 | ||
15609 | * breakpoint.c (create_breakpoint): Remove cleanup. | |
15610 | ||
5419bdae TT |
15611 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15612 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15613 | Pedro Alves <palves@redhat.com> | |
15614 | ||
e587ef42 PA |
15615 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15616 | ||
15617 | * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT. | |
15618 | ||
77f0e74c PA |
15619 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15620 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15621 | ||
15622 | * gdbthread.h: Include "common/forward-scope-exit.h". | |
15623 | (scoped_finish_thread_state): Redefine custom class in terms of | |
15624 | forward_scope_exit. | |
15625 | ||
5b9b3e53 PA |
15626 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15627 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15628 | ||
15629 | * common/forward-scope-exit.h: New file. | |
15630 | ||
54b65c9b PA |
15631 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15632 | Andrew Burgess <andrew.burgess@embecosm.com> | |
15633 | Tom Tromey <tom@tromey.com> | |
15634 | ||
15635 | * common/scope-exit.h: New file. | |
15636 | ||
cf08fb29 PA |
15637 | 2019-01-23 Pedro Alves <palves@redhat.com> |
15638 | ||
15639 | * common/preprocessor.h (ESC): Rename to ... | |
15640 | (ESC_PARENS): ... this. | |
15641 | * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2) | |
15642 | (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust. | |
15643 | ||
ae73e2e2 TT |
15644 | 2019-01-23 Tom Tromey <tom@tromey.com> |
15645 | ||
15646 | * language.h (class scoped_switch_to_sym_language_if_auto): | |
15647 | Initialize m_lang in both cases. | |
15648 | ||
6594e122 AH |
15649 | 2019-01-23 Alan Hayward <alan.hayward@arm.com> |
15650 | ||
15651 | * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW | |
15652 | with XCNEW. | |
15653 | ||
a7c9855d TT |
15654 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15655 | ||
15656 | * corelow.c: Do not include sys/file.h. | |
15657 | ||
93cc1d53 TT |
15658 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15659 | ||
15660 | * tui/tui-wingeneral.h: Include gdb_curses.h. | |
15661 | ||
38561778 TT |
15662 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15663 | ||
15664 | * source-cache.h (class source_cache) <get_source_lines, | |
15665 | get_plain_source_lines, extract_lines>: Rename "lines" parameter. | |
15666 | ||
37b3ab5b TT |
15667 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15668 | ||
15669 | * remote-fileio.h (struct remote_target): Declare. | |
15670 | ||
3fabc016 TT |
15671 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15672 | ||
15673 | * python/py-arch.c: Do not include py-ref.h. | |
15674 | * python/py-bpevent.c: Do not include py-ref.h. | |
15675 | * python/py-cmd.c: Do not include py-ref.h. | |
15676 | * python/py-continueevent.c: Do not include py-ref.h. | |
15677 | * python/py-event.h: Do not include py-ref.h. | |
15678 | * python/py-evtregistry.c: Do not include py-ref.h. | |
15679 | * python/py-finishbreakpoint.c: Do not include py-ref.h. | |
15680 | * python/py-frame.c: Do not include py-ref.h. | |
15681 | * python/py-framefilter.c: Do not include py-ref.h. | |
15682 | * python/py-function.c: Do not include py-ref.h. | |
15683 | * python/py-infevents.c: Do not include py-ref.h. | |
15684 | * python/py-linetable.c: Do not include py-ref.h. | |
15685 | * python/py-objfile.c: Do not include py-ref.h. | |
15686 | * python/py-param.c: Do not include py-ref.h. | |
15687 | * python/py-prettyprint.c: Do not include py-ref.h. | |
15688 | * python/py-progspace.c: Do not include py-ref.h. | |
15689 | * python/py-symbol.c: Do not include py-ref.h. | |
15690 | * python/py-symtab.c: Do not include py-ref.h. | |
15691 | * python/py-type.c: Do not include py-ref.h. | |
15692 | * python/py-unwind.c: Do not include py-ref.h. | |
15693 | * python/py-utils.c: Do not include py-ref.h. | |
15694 | * python/py-value.c: Do not include py-ref.h. | |
15695 | * python/py-varobj.c: Do not include py-ref.h. | |
15696 | * python/py-xmethods.c: Do not include py-ref.h. | |
15697 | * python/python.c: Do not include py-ref.h. | |
15698 | * varobj.c: Do not include py-ref.h. | |
15699 | ||
6b4d7774 TT |
15700 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15701 | ||
15702 | * objfiles.h (struct objfile_per_bfd_storage): Use "struct" | |
15703 | keyword for bcache. | |
15704 | ||
7af7e9b5 TT |
15705 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15706 | ||
15707 | * compile/compile-cplus-types.c: Remove a comment by #include. | |
15708 | ||
951d1049 TT |
15709 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15710 | ||
15711 | * compile/gcc-c-plugin.h: Include compile-internal.h. | |
15712 | ||
d65d5705 TT |
15713 | 2019-01-22 Tom Tromey <tom@tromey.com> |
15714 | ||
15715 | * stabsread.c (EXTERN): Do not define. | |
15716 | (symnum, next_symbol_text_func, processing_gcc_compilation) | |
15717 | (within_function, global_sym_chain, global_stabs) | |
15718 | (previous_stab_code, this_object_header_files) | |
15719 | (n_this_object_header_files) | |
15720 | (n_allocated_this_object_header_files): Define. | |
15721 | * stabsread.h (EXTERN): Never define. Use "extern". | |
15722 | ||
b6fb1ee5 PW |
15723 | 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
15724 | ||
15725 | * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for | |
15726 | history_value. | |
15727 | ||
be6d4f74 TT |
15728 | 2019-01-21 Tom Tromey <tom@tromey.com> |
15729 | ||
15730 | * ui-out.c: Fix includes. | |
15731 | * tui/tui-source.c: Fix includes. | |
15732 | * target.c: Fix includes. | |
15733 | * remote.c: Fix includes. | |
15734 | * regcache.c: Fix includes. | |
15735 | * python/py-block.c: Fix includes. | |
15736 | * printcmd.c: Fix includes. | |
15737 | * or1k-tdep.c: Fix includes. | |
15738 | * mi/mi-main.c: Fix includes. | |
15739 | * m32r-tdep.c: Fix includes. | |
15740 | * csky-tdep.c: Fix includes. | |
15741 | * compile/compile-cplus-types.c: Fix includes. | |
15742 | * cli/cli-interp.c: Fix includes. | |
15743 | ||
73021deb AH |
15744 | 2019-01-21 Alan Hayward <alan.hayward@arm.com> |
15745 | ||
15746 | * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check | |
15747 | for padding. | |
15748 | ||
7932255d TT |
15749 | 2019-01-16 Tom Tromey <tom@tromey.com> |
15750 | ||
15751 | * objfiles.h (struct minimal_symbol_iterator): Rename. Move | |
15752 | earlier. | |
15753 | (struct objfile) <msymbols_range>: Move from top level. | |
15754 | <msymbols>: New method. | |
15755 | (class objfile_msymbols): Remove. | |
15756 | * symtab.c (default_collect_symbol_completion_matches_break_on): | |
15757 | Update. | |
15758 | * symmisc.c (dump_msymbols): Update. | |
15759 | * stabsread.c (scan_file_globals): Update. | |
15760 | * objc-lang.c (info_selectors_command, info_classes_command) | |
15761 | (find_methods): Update. | |
15762 | * minsyms.c (find_solib_trampoline_target): Update. | |
15763 | * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update. | |
15764 | * coffread.c (coff_symfile_read): Update. | |
15765 | * ada-lang.c (ada_lookup_simple_minsym) | |
15766 | (ada_collect_symbol_completion_matches): Update. | |
15767 | ||
604b1bfb TT |
15768 | 2019-01-16 Tom Tromey <tom@tromey.com> |
15769 | ||
15770 | * objfiles.h (class objfile_msymbols) <iterator>: Change argument | |
15771 | type. Remove no-argument constructor. | |
15772 | <iterator::operator++>: Simplify. | |
15773 | <begin>: Update. | |
15774 | <end>: Use minimal_symbol_count. | |
15775 | ||
f252c6d5 TT |
15776 | 2019-01-16 Tom Tromey <tom@tromey.com> |
15777 | ||
15778 | * objfiles.h (struct objfile) <psymtabs>: New method. | |
15779 | (class objfile_psymtabs): Remove. | |
15780 | * psymtab.h (class psymtab_storage) <partial_symtab_range>: New | |
15781 | typedef. | |
15782 | <range>: New method. | |
15783 | (require_partial_symbols): Change return type. | |
15784 | * psymtab.c (require_partial_symbols) | |
15785 | (psym_expand_symtabs_matching): Update. | |
15786 | * mdebugread.c (parse_partial_symbols): Update. | |
15787 | * dbxread.c (dbx_end_psymtab): Update. | |
15788 | ||
b669c953 TT |
15789 | 2019-01-15 Tom Tromey <tom@tromey.com> |
15790 | ||
15791 | * symtab.c (lookup_objfile_from_block) | |
15792 | (lookup_symbol_in_objfile_symtabs) | |
15793 | (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab) | |
15794 | (find_line_symtab, info_sources_command) | |
15795 | (default_collect_symbol_completion_matches_break_on) | |
15796 | (make_source_files_completion_list): Update. | |
15797 | * symmisc.c (print_objfile_statistics, dump_objfile) | |
15798 | (maintenance_print_symbols, maintenance_info_symtabs) | |
15799 | (maintenance_check_symtabs, maintenance_info_line_tables): | |
15800 | Update. | |
15801 | * source.c (select_source_symtab) | |
15802 | (forget_cached_source_info_for_objfile): Update. | |
15803 | * objfiles.h (class objfile_compunits): Remove. | |
15804 | (struct objfile) <compunits_range>: New typedef. | |
15805 | (compunits): New method. | |
15806 | * objfiles.c (objfile_relocate1): Update. | |
15807 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update. | |
15808 | * maint.c (count_symtabs_and_blocks): Update. | |
15809 | * linespec.c (iterate_over_all_matching_symtabs): Update. | |
15810 | * cp-support.c (add_symbol_overload_list_qualified): Update. | |
15811 | * coffread.c (coff_symtab_read): Update. | |
15812 | * ada-lang.c (add_nonlocal_symbols) | |
15813 | (ada_collect_symbol_completion_matches) | |
15814 | (ada_add_global_exceptions): Update. | |
15815 | ||
7e955d83 TT |
15816 | 2019-01-15 Tom Tromey <tom@tromey.com> |
15817 | ||
15818 | * progspace.h (program_space) <objfiles_safe_range>: New | |
15819 | typedef. | |
15820 | <objfiles_safe>: New method. | |
15821 | * objfiles.h (class all_objfiles_safe): Remove. | |
15822 | * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update. | |
15823 | * jit.c (jit_inferior_exit_hook): Update. | |
15824 | ||
2030c079 TT |
15825 | 2019-01-17 Tom Tromey <tom@tromey.com> |
15826 | ||
15827 | * progspace.h (program_space) <objfiles_range>: New typedef. | |
15828 | <objfiles>: New method. | |
15829 | <objfiles_head>: Rename from objfiles. | |
15830 | (object_files): Update. | |
15831 | * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update. | |
15832 | * guile/scm-pretty-print.c | |
15833 | (ppscm_find_pretty_printer_from_objfiles): Update. | |
15834 | * guile/scm-objfile.c (gdbscm_objfiles): Update. | |
15835 | * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): | |
15836 | Update. | |
15837 | * python/py-progspace.c (pspy_get_objfiles): Update. | |
15838 | * python/py-prettyprint.c (find_pretty_printer_from_objfiles): | |
15839 | Update. | |
15840 | * python/py-objfile.c (objfpy_lookup_objfile_by_name) | |
15841 | (objfpy_lookup_objfile_by_build_id): Update. | |
15842 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update. | |
15843 | * windows-tdep.c (windows_iterate_over_objfiles_in_search_order): | |
15844 | Update. | |
15845 | * symtab.c (iterate_over_symtabs, matching_obj_sections) | |
15846 | (expand_symtab_containing_pc, lookup_objfile_from_block) | |
15847 | (lookup_static_symbol, basic_lookup_transparent_type) | |
15848 | (find_pc_sect_compunit_symtab, find_symbol_at_address) | |
15849 | (find_line_symtab, info_sources_command) | |
15850 | (default_collect_symbol_completion_matches_break_on) | |
15851 | (make_source_files_completion_list, find_main_name): Update. | |
15852 | * symmisc.c (print_symbol_bcache_statistics) | |
15853 | (print_objfile_statistics, maintenance_print_symbols) | |
15854 | (maintenance_print_msymbols, maintenance_print_objfiles) | |
15855 | (maintenance_info_symtabs, maintenance_check_symtabs) | |
15856 | (maintenance_expand_symtabs, maintenance_info_line_tables): | |
15857 | Update. | |
15858 | * symfile.c (remove_symbol_file_command, overlay_invalidate_all) | |
15859 | (find_pc_overlay, find_pc_mapped_section, list_overlays_command) | |
15860 | (map_overlay_command, unmap_overlay_command) | |
15861 | (simple_overlay_update, expand_symtabs_matching) | |
15862 | (map_symbol_filenames): Update. | |
15863 | * symfile-debug.c (set_debug_symfile): Update. | |
15864 | * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame): | |
15865 | Update. | |
15866 | * source.c (select_source_symtab, forget_cached_source_info): | |
15867 | Update. | |
15868 | * solib.c (solib_read_symbols): Update. | |
15869 | * solib-spu.c (append_ocl_sos): Update. | |
15870 | * psymtab.c (maintenance_print_psymbols) | |
15871 | (maintenance_info_psymtabs, maintenance_check_psymtabs): Update. | |
15872 | * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update. | |
15873 | * printcmd.c (info_symbol_command): Update. | |
15874 | * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): | |
15875 | Update. | |
15876 | * objfiles.h (class all_objfiles): Remove. | |
15877 | * objfiles.c (have_partial_symbols, have_full_symbols) | |
15878 | (have_minimal_symbols, qsort_cmp, update_section_map) | |
15879 | (shared_objfile_contains_address_p) | |
15880 | (default_iterate_over_objfiles_in_search_order): Update. | |
15881 | * objc-lang.c (info_selectors_command, info_classes_command) | |
15882 | (find_methods): Update. | |
15883 | * minsyms.c (find_solib_trampoline_target): Update. | |
15884 | * maint.c (maintenance_info_sections) | |
15885 | (maintenance_translate_address, count_symtabs_and_blocks): | |
15886 | Update. | |
15887 | * main.c (captured_main_1): Update. | |
15888 | * linux-thread-db.c (try_thread_db_load_from_pdir) | |
15889 | (has_libpthread): Update. | |
15890 | * linespec.c (iterate_over_all_matching_symtabs) | |
15891 | (search_minsyms_for_name): Update. | |
15892 | * jit.c (jit_find_objf_with_entry_addr): Update. | |
15893 | * hppa-tdep.c (find_unwind_entry) | |
15894 | (hppa_lookup_stub_minimal_symbol): Update. | |
15895 | * gcore.c (gcore_create_callback, objfile_find_memory_regions): | |
15896 | Update. | |
15897 | * elfread.c (elf_gnu_ifunc_resolve_by_cache) | |
15898 | (elf_gnu_ifunc_resolve_by_got): Update. | |
15899 | * dwarf2-frame.c (dwarf2_frame_find_fde): Update. | |
15900 | * dwarf-index-write.c (save_gdb_index_command): Update. | |
15901 | * cp-support.c (add_symbol_overload_list_qualified): Update. | |
15902 | * breakpoint.c (create_overlay_event_breakpoint) | |
15903 | (create_longjmp_master_breakpoint) | |
15904 | (create_std_terminate_master_breakpoint) | |
15905 | (create_exception_master_breakpoint): Update. | |
15906 | * blockframe.c (find_pc_partial_function): Update. | |
15907 | * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols) | |
15908 | (ada_collect_symbol_completion_matches) | |
15909 | (ada_add_global_exceptions): Update. | |
15910 | ||
776489e0 TT |
15911 | 2019-01-17 Tom Tromey <tom@tromey.com> |
15912 | ||
15913 | * solib-target.c (lm_info_target_p): Remove typedef. Don't | |
15914 | declare VEC. | |
15915 | (solib_target_parse_libraries): Change return type. | |
15916 | (library_list_start_segment, library_list_start_section) | |
15917 | (library_list_end_library, library_list_start_library); Update. | |
15918 | (solib_target_free_library_list): Remove. | |
15919 | (solib_target_parse_libraries): Remove cleanup. Change return | |
15920 | type. | |
15921 | (solib_target_current_sos): Update. | |
15922 | ||
6471e7d2 TT |
15923 | 2019-01-17 Tom Tromey <tromey@bapiya> |
15924 | ||
15925 | * valprint.c: Replace "the the" with "the". | |
15926 | * symtab.c: Replace "the the" with "the". | |
15927 | * solib.c: Replace "the the" with "the". | |
15928 | * solib-dsbt.c: Replace "the the" with "the". | |
15929 | * linespec.c: Replace "the the" with "the". | |
15930 | * dwarf2loc.h: Replace "the the" with "the". | |
15931 | * amd64-windows-tdep.c: Replace "the the" with "the". | |
15932 | * aarch64-tdep.c: Replace "the the" with "the". | |
15933 | ||
c24bdb02 KS |
15934 | 2019-01-16 Keith Seitz <keiths@redhat.com> |
15935 | ||
15936 | PR gdb/23773 | |
15937 | * dwarf2read.c (dwarf2_cu) <ancestor>: New field. | |
15938 | <builder>: Rename to .. | |
15939 | <m_builder>: ... this and make private. | |
15940 | (dwarf2_cu::get_builder): New method. Change all users of | |
15941 | `builder' to use this method. | |
15942 | (dwarf2_start_symtab): Move to ... | |
15943 | (dwarf2_cu::start_symtab): ... here. Update all callers | |
15944 | (setup_type_unit_groups): Move to ... | |
15945 | (dwarf2_cu::setup_type_unit_groups): ... here. Update all | |
15946 | callers. | |
15947 | (dwarf2_cu::reset_builder): New method. | |
15948 | (process_full_compunit, process_full_type_unit): Use | |
15949 | dwarf2_cu::reset_builder. | |
15950 | (follow_die_offset): Record the ancestor CU if it is different | |
15951 | from the followed DIE's CU. | |
15952 | (follow_die_sig_1): Likewise. | |
15953 | ||
8d64371b TT |
15954 | 2019-01-15 Tom Tromey <tom@tromey.com> |
15955 | ||
15956 | * remote.c (class remote_state) <buf>: Now a char_vector. | |
15957 | <buf_size>: Remove. | |
15958 | (remote_target::getpkt): Change type of buf. Remove sizeof_buf | |
15959 | parameter. | |
15960 | (remote_target::getpkt_or_notif_sane_1) | |
15961 | (remote_target::getpkt_sane) | |
15962 | (remote_target::getpkt_or_notif_sane): Likewise. | |
15963 | (class remote_target) <putpkt>: New overload. | |
15964 | (remote_target::read_frame): Change type of "buf_p". Remove | |
15965 | sizeof_p parameter. | |
15966 | (packet_ok): New overload. | |
15967 | (packet_check_result): New overload. | |
15968 | Update all uses. | |
15969 | ||
bb277751 TT |
15970 | 2019-01-14 Tom Tromey <tom@tromey.com> |
15971 | ||
15972 | * remote-notif.c (handle_notification, remote_notif_ack) | |
15973 | (remote_notif_parse): Make "buf" const. | |
15974 | * remote-notif.h (struct notif_client) <parse, ack>: Make "buf" | |
15975 | const. | |
15976 | (remote_notif_parse, remote_notif_ack, handle_notification): | |
15977 | Likewise. | |
15978 | * remote.c (remote_notif_stop_parse): Make "buf" const. | |
15979 | (remote_target::remote_parse_stop_reply): Make "buf" const. | |
15980 | (remote_notif_stop_ack): Make "buf" const. | |
15981 | ||
05be00a8 TT |
15982 | 2019-01-14 Tom Tromey <tom@tromey.com> |
15983 | ||
15984 | * remote.c (remote_console_output): Make parameter const. | |
15985 | ||
491adeca TT |
15986 | 2019-01-14 Tom Tromey <tom@tromey.com> |
15987 | ||
15988 | * target-debug.h (target_debug_print_signals): Constify. | |
15989 | * nto-procfs.c (nto_procfs_target::pass_signals): Update. | |
15990 | * procfs.c (procfs_target::pass_signals): Update. | |
15991 | * linux-nat.c (linux_nat_target::pass_signals): Update. | |
15992 | * linux-nat.h (class linux_nat_target) <pass_signals>: Update. | |
15993 | * target-delegates.c: Rebuild. | |
15994 | * remote.c (remote_target::program_signals): Update. | |
15995 | (remote_target::pass_signals): Update. | |
15996 | * target.c (target_pass_signals): Constify argument. | |
15997 | (target_program_signals): Likewise. | |
15998 | * target.h (struct target_ops) <pass_signals, program_signals>: | |
15999 | Constify argument. | |
16000 | (target_pass_signals, target_program_signals): Constify argument. | |
16001 | ||
bbd94648 TT |
16002 | 2019-01-14 Tom Tromey <tom@tromey.com> |
16003 | ||
16004 | PR tui/28819: | |
16005 | * tui/tui-io.c (gdb_wgetch): Print \r when needed. | |
16006 | ||
6f072a10 PFC |
16007 | 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com> |
16008 | ||
16009 | * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New | |
16010 | field. | |
16011 | * rs6000-tdep.c: Include reggroups.h. | |
16012 | (IS_V_ALIAS_PSEUDOREG): Define. | |
16013 | (rs6000_register_name): Return names for the "vX" aliases. | |
16014 | (rs6000_pseudo_register_type): Return type for the "vX" aliases. | |
16015 | (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX" | |
16016 | aliases. Call default_register_reggroup_p for all other | |
16017 | pseudo-registers. | |
16018 | (v_alias_pseudo_register_read, v_alias_pseudo_register_write): | |
16019 | New functions. | |
16020 | (rs6000_pseudo_register_read, rs6000_pseudo_register_write): | |
16021 | Handle "vX" aliases. | |
16022 | (v_alias_pseudo_register_collect): New function. | |
16023 | (rs6000_ax_pseudo_register_collect): Handle "vX" aliases. | |
16024 | (rs6000_gdbarch_init): Initialize "vX" aliases as | |
16025 | pseudo-registers. Restore registration of | |
16026 | rs6000_pseudo_register_reggroup_p with | |
16027 | set_tdesc_pseudo_register_reggroup_p. | |
16028 | ||
1a782351 MF |
16029 | 2019-01-13 Max Filippov <jcmvbkbc@gmail.com> |
16030 | ||
16031 | * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update | |
16032 | tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and | |
16033 | set_gdbarch_num_pseudo_regs. | |
16034 | ||
d73cff18 PW |
16035 | 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16036 | ||
16037 | * cli/cli-style.h (class cli_style_option): <add_setshow_commands> | |
16038 | Remove arg prefixname, add do_set and do_show. | |
16039 | Add member functions set_list and show_list. | |
16040 | * cli/cli-style.c (class cli_style_option): Update accordingly. | |
16041 | (style_set_list): Move to file scope. | |
16042 | (style_show_list): Likewise. | |
16043 | (set_style): Call help_list. | |
16044 | (show_style): Call cmd_show_list. | |
16045 | (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS. | |
16046 | Update to use the new macro. | |
16047 | ||
60a90376 JB |
16048 | 2019-10-12 Joel Brobecker <brobecker@adacore.com> |
16049 | ||
16050 | * ada-lang.c (_initialize_ada_language): Expand the help text | |
16051 | for the "catch exception" command. | |
16052 | ||
9d7c67bf PW |
16053 | 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16054 | ||
16055 | * symtab.c (matching_obj_sections): Initialize obj, | |
16056 | declare it closer to its usage. | |
16057 | ||
7cf47dc4 TT |
16058 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16059 | ||
16060 | * thread-iter.h (inf_threads_iterator): Use next_iterator. | |
16061 | (basic_inf_threads_range): Remove. | |
16062 | (inf_threads_range, inf_non_exited_threads_range) | |
16063 | (safe_inf_threads_range): Use next_adapter. | |
16064 | ||
d3cb6808 KS |
16065 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16066 | ||
16067 | PR gdb/23712 | |
16068 | PR symtab/23010 | |
16069 | * dwarf2read.c (dw2_add_symbol_to_list): Remove. | |
16070 | (fixup_go_packaging, new_symbol): Use add_symbol_to_list. | |
16071 | ||
63a20375 KS |
16072 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16073 | ||
16074 | PR gdb/23712 | |
16075 | PR symtab/23010 | |
16076 | * dictionary.c (pending_to_vector): Remove. | |
16077 | (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1): | |
16078 | Remove _1 suffix, replacing functions of the same name. Update | |
16079 | all callers. | |
16080 | (dict_create_hashed, dict_create_hashed_expandable) | |
16081 | (dict_create_linear, dict_create_linear_expandable, dict_free) | |
16082 | (dict_add_symbol, dict_add_pending, dict_size, dict_empty): | |
16083 | Make functions static. | |
16084 | ||
b026f593 KS |
16085 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16086 | ||
16087 | PR gdb/23712 | |
16088 | PR symtab/23010 | |
16089 | * dictionary.h (struct dictionary): Replace declaration with | |
16090 | multidictionary. | |
16091 | (dict_create_hashed, dict_create_hashed_expandable) | |
16092 | (dict_create_linear, dict_create_linear_expandable) | |
16093 | (dict_free, dict_add_symbol, dict_add_pending, dict_empty) | |
16094 | (dict_iterator_first, dict_iterator_next, dict_iter_match_first) | |
16095 | (dict_iter_match_next, dict_size): Rename to "mdict_" versions | |
16096 | taking multidictionary argument. | |
16097 | [ALL_DICT_SYMBOLS]: Update for multidictionary. | |
16098 | * block.h (struct block) <dict>: Change to multidictionary | |
16099 | and rename `multidict'. | |
16100 | * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c, | |
16101 | symmisc.c: Update all dictionary references to multidictionary. | |
16102 | ||
c7748ee9 KS |
16103 | 2019-01-10 Keith Seitz <keiths@redhat.com> |
16104 | ||
16105 | PR gdb/23712 | |
16106 | PR symtab/23010 | |
16107 | * dictionary.c: Include unordered_map. | |
16108 | (pending_to_vector): New function. | |
16109 | (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1): | |
16110 | Rewrite the non-"_1" functions to take vector instead | |
16111 | of linked list. | |
16112 | (dict_create_hashed, dict_create_linear, dict_add_pending): Use the | |
16113 | "new" _1 versions of the same name. | |
16114 | (multidictionary): Define. | |
16115 | (std::hash<enum language): New definition. | |
16116 | (collate_pending_symbols_by_language, mdict_create_hashed) | |
16117 | (mdict_create_hashed_expandable, mdict_create_linear) | |
16118 | (mdict_create_linear_expandable, mdict_free) | |
16119 | (find_language_dictionary, create_new_language_dictionary) | |
16120 | (mdict_add_symbol, mdict_add_pending, mdict_iterator_first) | |
16121 | (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next) | |
16122 | (mdict_size, mdict_empty): New functions. | |
16123 | * dictionary.h (mdict_iterator): Define. | |
16124 | ||
67aa1f3c PA |
16125 | 2019-01-10 Pedro Alves <palves@redhat.com> |
16126 | ||
16127 | * breakpoint.c (read_uploaded_action) | |
16128 | (create_tracepoint_from_upload): Adjust to use | |
16129 | gdb::unique_xmalloc_ptr. | |
16130 | * ctf.c (ctf_write_uploaded_tp): | |
16131 | (SET_ARRAY_FIELD): Use emplace_back. | |
16132 | (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr. | |
16133 | * tracefile-tfile.c (tfile_write_uploaded_tp): | |
16134 | * tracepoint.c (parse_tracepoint_definition): Adjust to use | |
16135 | gdb::unique_xmalloc_ptr. | |
16136 | * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions, | |
16137 | at_string, cond_string, cmd_strings>: Replace char pointers | |
16138 | with gdb::unique_xmalloc_ptr. | |
16139 | ||
2f667667 PA |
16140 | 2019-01-10 Pedro Alves <palves@redhat.com> |
16141 | ||
16142 | * solib-target.c (library_list_start_library): Don't xstrdup name. | |
16143 | ||
36cb7237 PA |
16144 | 2019-01-10 Pedro Alves <palves@redhat.com> |
16145 | ||
16146 | * mdebugread.c (parse_partial_symbols): Use | |
16147 | gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'. | |
16148 | ||
da584958 AB |
16149 | 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com> |
16150 | ||
16151 | * linux-fork.c (scoped_switch_fork_info) | |
16152 | <~scoped_switch_fork_info>: Fix incorrect variable name. | |
16153 | ||
1ef8573c AB |
16154 | 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com> |
16155 | ||
16156 | * linux-fork.c (scoped_switch_fork_info) | |
16157 | <scoped_switch_fork_info>: Make explicit. | |
16158 | <~scoped_switch_fork_info>: Wrap core in TRY/CATCH. | |
16159 | ||
8d7bcccb TT |
16160 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16161 | ||
16162 | * objfiles.h (objfile::reset_psymtabs): Update. | |
16163 | * objfiles.c (objfile::objfile): Update. | |
16164 | * psymtab.h (psymtab_storage::obstack): Update. | |
16165 | (psymtab_storage::m_obstack): Use gdb::optional. | |
16166 | (class psymtab_storage): Update comment. Remove objfile | |
16167 | parameter. | |
16168 | * psymtab.c (psymtab_storage::psymtab_storage): Update. | |
16169 | ||
b596a3c7 TT |
16170 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16171 | ||
16172 | * psymtab.h (psymtab_storage::allocate_psymtab): New method. | |
16173 | <free_psymtabs>: Now private. | |
16174 | * psymtab.c (psymtab_storage::allocate_psymtab): Implement. | |
16175 | (allocate_psymtab): Use new method. | |
16176 | ||
a9342b62 TT |
16177 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16178 | ||
16179 | * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies. | |
16180 | * psymtab.h (psymtab_storage::allocate_dependencies): New method. | |
16181 | * mdebugread.c (parse_partial_symbols): Use | |
16182 | allocate_dependencies. | |
16183 | * dwarf2read.c (dwarf2_create_include_psymtab): Use | |
16184 | allocate_dependencies. | |
16185 | (process_psymtab_comp_unit_reader) | |
16186 | (build_type_psymtab_dependencies): Likewise. | |
16187 | * dbxread.c (dbx_end_psymtab): Use allocate_dependencies. | |
16188 | ||
5af70966 TT |
16189 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16190 | ||
16191 | * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to | |
16192 | PSYMBOL_SET_LANGUAGE. | |
16193 | (allocate_psymtab): Allocate psymtab on the psymtab obstack. | |
16194 | ||
5923a04c TT |
16195 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16196 | ||
16197 | * psymtab.h (psymtab_storage::obstack): New method. | |
16198 | <m_obstack>: Rename from obstack; now private. | |
16199 | * psymtab.c (psymtab_storage): Update. | |
16200 | * dwarf2read.c (create_addrmap_from_index) | |
16201 | (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard): | |
16202 | Update. | |
16203 | ||
6d6a12bf TT |
16204 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16205 | ||
16206 | * symfile.c (reread_symbols): Call objfile->reset_psymtabs. | |
16207 | * objfiles.h (objfile::reset_psymtabs): New method. | |
16208 | ||
d320c2b5 TT |
16209 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16210 | ||
16211 | * symmisc.c (print_symbol_bcache_statistics): Update. | |
16212 | (print_objfile_statistics): Update. | |
16213 | * symfile.c (reread_symbols): Update. | |
16214 | * psymtab.h (class psymtab_storage): New. | |
16215 | * psymtab.c (psymtab_storage): New constructor. | |
16216 | (~psymtab_storage): New destructor. | |
16217 | (require_partial_symbols): Update. | |
16218 | (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite. | |
16219 | (find_pc_sect_psymtab, find_pc_sect_psymbol) | |
16220 | (match_partial_symbol, lookup_partial_symbol, dump_psymtab) | |
16221 | (psym_dump, recursively_search_psymtabs, psym_has_symbols) | |
16222 | (psym_find_compunit_symtab_by_address, sort_pst_symbols) | |
16223 | (start_psymtab_common, end_psymtab_common) | |
16224 | (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list) | |
16225 | (allocate_psymtab): Update. | |
16226 | (psymtab_storage::discard_psymtab): Rename from discard_psymtab. | |
16227 | Update. | |
16228 | (dump_psymtab_addrmap, maintenance_print_psymbols) | |
16229 | (maintenance_check_psymtabs): Update. | |
16230 | (class objfile_psymtabs): Move to objfiles.h. | |
16231 | * psympriv.h (discard_psymtab): Now inline. | |
16232 | (psymtab_discarder::psymtab_discarder): Update. | |
16233 | (psymtab_discarder::~psymtab_discarder): Update. | |
16234 | (ALL_OBJFILE_PSYMTABS): Rewrite. | |
16235 | * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap, | |
16236 | free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>: | |
16237 | Remove fields. | |
16238 | <partial_symtabs>: New field. | |
16239 | (class objfile_psymtabs): Move from psymtab.h. Update. | |
16240 | * objfiles.c (objfile::objfile): Initialize partial_symtabs, not | |
16241 | psymbol_cache. | |
16242 | (objfile::~objfile): Don't destroy psymbol_cache. | |
16243 | * mdebugread.c (parse_partial_symbols): Update. | |
16244 | * dwarf2read.c (create_addrmap_from_index) | |
16245 | (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab) | |
16246 | (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard) | |
16247 | (add_partial_subprogram, dwarf2_ranges_read): Update. | |
16248 | * dwarf-index-write.c (write_address_map) | |
16249 | (write_one_signatured_type, recursively_write_psymbols) | |
16250 | (class debug_names, class debug_names, write_psymtabs_to_index): | |
16251 | Update. | |
16252 | ||
1d94a5a3 TT |
16253 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16254 | ||
16255 | * symtab.h (SYMBOL_SET_NAMES): Update. | |
16256 | (symbol_set_names): Update. | |
16257 | (MSYMBOL_SET_NAMES): Update. | |
16258 | * symtab.c (symbol_set_names): Change argument to be an | |
16259 | objfile_per_bfd_storage. | |
16260 | * psymtab.c (add_psymbol_to_bcache): Update. | |
16261 | * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument. | |
16262 | ||
0f14768a TT |
16263 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16264 | ||
16265 | * symtab.c (create_demangled_names_hash): Change argument to be an | |
16266 | objfile_per_bfd_storage. | |
16267 | (symbol_set_names): Update. | |
16268 | ||
6eee24ce TT |
16269 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16270 | ||
16271 | * xcoffread.c (xcoff_initial_scan): Unconditionally call | |
16272 | init_psymbol_list. | |
16273 | * psymtab.c (init_psymbol_list): Do nothing if already called. | |
16274 | * psympriv.h (init_psymbol_list): Add comment. | |
16275 | * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call | |
16276 | init_psymbol_list. | |
16277 | * dbxread.c (dbx_symfile_read): Unconditionally call | |
16278 | init_psymbol_list. | |
16279 | ||
75aedd27 TT |
16280 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16281 | ||
16282 | * xcoffread.c (scan_xcoff_symtab): Update. | |
16283 | * psymtab.c (add_psymbol_to_list): Replace "list" parameter with | |
16284 | "where". | |
16285 | * mdebugread.c (parse_partial_symbols) | |
16286 | (handle_psymbol_enumerators): Update. | |
16287 | * dwarf2read.c (add_partial_symbol, load_partial_dies): Update. | |
16288 | * dbxread.c (read_dbx_symtab): Update. | |
16289 | * psympriv.h (psymbol_placement): New enum. | |
16290 | (add_psymbol_to_list): Update. | |
16291 | ||
939652a5 TT |
16292 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16293 | ||
16294 | * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and | |
16295 | static_psymbols parameters. | |
16296 | (scan_xcoff_symtab): Update. | |
16297 | * psymtab.c (start_psymtab_common): Remove global_psymbols and | |
16298 | static_psymbols parameters. | |
16299 | * psympriv.h (start_psymtab_common): Update. | |
16300 | * mdebugread.c (parse_partial_symbols): Update. | |
16301 | * dwarf2read.c (create_partial_symtab): Update. | |
16302 | * dbxread.c (read_dbx_symtab): Update. | |
16303 | (start_psymtab): Remove global_psymbols and static_psymbols | |
16304 | parameters. | |
16305 | ||
baa62830 TT |
16306 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16307 | ||
16308 | * xcoffread.c (xcoff_end_psymtab): Remove some initializations. | |
16309 | * psymtab.c (allocate_psymtab): Add comment. | |
16310 | * psympriv.h (allocate_psymtab): Add comment. | |
16311 | * dwarf2read.c (dwarf2_create_include_psymtab): Remove some | |
16312 | initializations. | |
16313 | * dbxread.c (dbx_end_psymtab): Remove some initializations. | |
16314 | ||
0e8f53ba TT |
16315 | 2019-01-10 Tom Tromey <tom@tromey.com> |
16316 | ||
16317 | * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): | |
16318 | Don't declare. | |
16319 | * mipsread.c: Include mdebugread.h. | |
16320 | * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs): | |
16321 | Declare. | |
16322 | * elfread.c: Include mdebugread.h. | |
16323 | ||
b22a7c6a TT |
16324 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16325 | ||
16326 | * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs. | |
16327 | * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs. | |
16328 | * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove. | |
16329 | (psym_map_symtabs_matching_filename, find_pc_sect_psymtab) | |
16330 | (psym_lookup_symbol, psym_find_last_source_symtab) | |
16331 | (psym_forget_cached_source_info, psym_print_stats) | |
16332 | (psym_expand_symtabs_for_function, psym_expand_all_symtabs) | |
16333 | (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames) | |
16334 | (psym_map_matching_symbols, psym_expand_symtabs_matching) | |
16335 | (psym_find_compunit_symtab_by_address) | |
16336 | (maintenance_print_psymbols, maintenance_info_psymtabs) | |
16337 | (maintenance_check_psymtabs): Use ranged for. | |
16338 | * psymtab.h (class objfile_psymtabs): New. | |
16339 | (require_partial_symbols): Return objfile_psymtabs. | |
16340 | * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove. | |
16341 | ||
3b9d3ac2 TT |
16342 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16343 | ||
16344 | * symfile.c (overlay_invalidate_all, find_pc_overlay) | |
16345 | (find_pc_mapped_section, list_overlays_command) | |
16346 | (map_overlay_command, unmap_overlay_command) | |
16347 | (simple_overlay_update): Use all_objfiles. | |
16348 | * spu-tdep.c (spu_overlay_update): Use all_objfiles. | |
16349 | * printcmd.c (info_symbol_command): Use all_objfiles. | |
16350 | * objfiles.h (ALL_OBJSECTIONS): Remove. | |
16351 | * maint.c (maintenance_translate_address): Use all_objfiles. | |
16352 | * gcore.c (gcore_create_callback): Use all_objfiles. | |
16353 | (objfile_find_memory_regions): Likewise. | |
16354 | ||
8b31193a TT |
16355 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16356 | ||
16357 | * symtab.c (find_line_symtab, info_sources_command) | |
16358 | (make_source_files_completion_list): Use objfile_compunits. | |
16359 | * source.c (select_source_symtab): Use objfile_compunits. | |
16360 | * objfiles.h (struct objfile): Update comment. | |
16361 | (ALL_OBJFILES): Remove. | |
16362 | (ALL_FILETABS): Remove. | |
16363 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use | |
16364 | objfile_compunits. | |
16365 | ||
d5da8b3c TT |
16366 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16367 | ||
16368 | * symmisc.c (print_objfile_statistics, dump_objfile) | |
16369 | (maintenance_print_symbols): Use compunit_filetabs. | |
16370 | * source.c (forget_cached_source_info_for_objfile): Use | |
16371 | compunit_filetabs. | |
16372 | * objfiles.h (ALL_OBJFILE_FILETABS): Remove. | |
16373 | (ALL_FILETABS): Use compunit_filetabs. | |
16374 | * objfiles.c (objfile_relocate1): Use compunit_filetabs. | |
16375 | * coffread.c (coff_symtab_read): Use compunit_filetabs. | |
16376 | ||
5accd1a0 TT |
16377 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16378 | ||
16379 | * symtab.h (ALL_COMPUNIT_FILETABS): Remove. | |
16380 | (compunit_filetabs): New. | |
16381 | * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use | |
16382 | compunit_filetabs. | |
16383 | (info_sources_command, make_source_files_completion_list): Remove | |
16384 | declaration. | |
16385 | * symmisc.c (print_objfile_statistics, dump_objfile) | |
16386 | (maintenance_print_symbols): Remove declaration. | |
16387 | (maintenance_info_symtabs): Use compunit_filetabs. | |
16388 | (maintenance_info_line_tables): Likewise. | |
16389 | * source.c (select_source_symtab): Change local variable name. | |
16390 | (forget_cached_source_info_for_objfile): Remove declaration. | |
16391 | * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs. | |
16392 | * objfiles.c (objfile_relocate1): Remove declaration. | |
16393 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove | |
16394 | declaration. | |
16395 | * maint.c (count_symtabs_and_blocks): Use compunit_filetabs. | |
16396 | * coffread.c (coff_symtab_read): Remove declaration. | |
16397 | * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use | |
16398 | compunit_filetabs. | |
16399 | ||
d8aeb77f TT |
16400 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16401 | ||
16402 | * symtab.c (lookup_objfile_from_block) | |
16403 | (find_pc_sect_compunit_symtab, search_symbols) | |
16404 | (default_collect_symbol_completion_matches_break_on): Use | |
16405 | objfile_compunits. | |
16406 | * objfiles.h (ALL_COMPUNITS): Remove. | |
16407 | * maint.c (count_symtabs_and_blocks): Use objfile_compunits. | |
16408 | * cp-support.c (add_symbol_overload_list_qualified): Use | |
16409 | objfile_compunits. | |
16410 | * ada-lang.c (ada_collect_symbol_completion_matches) | |
16411 | (ada_add_global_exceptions): Use objfile_compunits. | |
16412 | ||
592553c4 TT |
16413 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16414 | ||
16415 | * source.c (select_source_symtab) | |
16416 | (forget_cached_source_info_for_objfile): Remove declaration. | |
16417 | * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove | |
16418 | declaration. | |
16419 | * maint.c (count_symtabs_and_blocks): Remove declaration. | |
16420 | * cp-support.c (add_symbol_overload_list_qualified): Remove | |
16421 | declaration. | |
16422 | * coffread.c (coff_symtab_read): Remove declaration. | |
16423 | * symtab.c (lookup_symbol_in_objfile_symtabs) | |
16424 | (basic_lookup_transparent_type_1): Use objfile_compunits. | |
16425 | (lookup_objfile_from_block, find_pc_sect_compunit_symtab) | |
16426 | (info_sources_command, search_symbols) | |
16427 | (default_collect_symbol_completion_matches_break_on) | |
16428 | (make_source_files_completion_list): Remove declaration. | |
16429 | * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits. | |
16430 | (ada_collect_symbol_completion_matches) | |
16431 | (ada_add_global_exceptions): Remove declaration. | |
16432 | * linespec.c (iterate_over_all_matching_symtabs): Use | |
16433 | objfile_compunits. | |
16434 | * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove. | |
16435 | (class objfile_compunits): New. | |
16436 | (ALL_COMPUNITS): Use objfile_compunits. | |
16437 | * symmisc.c (print_objfile_statistics, maintenance_info_symtabs) | |
16438 | (maintenance_check_symtabs, maintenance_info_line_tables): Use | |
16439 | objfile_compunits. | |
16440 | * objfiles.c (objfile_relocate1): Use objfile_compunits. | |
16441 | ||
5325b9bf TT |
16442 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16443 | ||
16444 | * symtab.c (search_symbols) | |
16445 | (default_collect_symbol_completion_matches_break_on): Use | |
16446 | objfile_msymbols. | |
16447 | * ada-lang.c (ada_lookup_simple_minsym) | |
16448 | (ada_collect_symbol_completion_matches): Use objfile_msymbols. | |
16449 | * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols. | |
16450 | * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use | |
16451 | objfile_msymbols. | |
16452 | * coffread.c (coff_symfile_read): Use objfile_msymbols. | |
16453 | * symmisc.c (dump_msymbols): Use objfile_msymbols. | |
16454 | * objc-lang.c (find_methods): Use objfile_msymbols. | |
16455 | (info_selectors_command, info_classes_command): Likewise. | |
16456 | * stabsread.c (scan_file_globals): Use objfile_msymbols. | |
16457 | * objfiles.h (class objfile_msymbols): New. | |
16458 | (ALL_OBJFILE_MSYMBOLS): Remove. | |
16459 | (ALL_MSYMBOLS): Remove. | |
16460 | ||
cac85af2 TT |
16461 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16462 | ||
16463 | * common/next-iterator.h (next_adapter): Add Iterator template | |
16464 | parameter. | |
16465 | * objfiles.h (ALL_OBJFILES_SAFE): Remove. | |
16466 | (class all_objfiles_safe): New. | |
16467 | * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe. | |
16468 | * objfiles.c (put_objfile_before): Update comment. | |
16469 | (add_separate_debug_objfile): Likewise. | |
16470 | (free_all_objfiles): Use all_objfiles_safe. | |
16471 | (objfile_purge_solibs): Likewise. | |
16472 | ||
aed57c53 TT |
16473 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16474 | ||
16475 | * symtab.c (iterate_over_symtabs, matching_obj_sections) | |
16476 | (expand_symtab_containing_pc, lookup_static_symbol) | |
16477 | (basic_lookup_transparent_type, find_pc_sect_compunit_symtab) | |
16478 | (find_symbol_at_address, find_line_symtab, find_main_name): Use | |
16479 | all_objfiles. | |
16480 | * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles. | |
16481 | * breakpoint.c (create_overlay_event_breakpoint) | |
16482 | (create_longjmp_master_breakpoint) | |
16483 | (create_std_terminate_master_breakpoint) | |
16484 | (create_exception_master_breakpoint): Use all_objfiles. | |
16485 | * linux-thread-db.c (try_thread_db_load_from_pdir) | |
16486 | (has_libpthread): Use all_objfiles. | |
16487 | * ada-lang.c (add_nonlocal_symbols): Use all_objfiles. | |
16488 | * linespec.c (iterate_over_all_matching_symtabs) | |
16489 | (search_minsyms_for_name): Use all_objfiles. | |
16490 | * maint.c (maintenance_info_sections): Use all_objfiles. | |
16491 | * main.c (captured_main_1): Use all_objfiles. | |
16492 | * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles. | |
16493 | * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles. | |
16494 | * guile/scm-pretty-print.c | |
16495 | (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles. | |
16496 | * solib-spu.c (append_ocl_sos): Use all_objfiles. | |
16497 | * symmisc.c (maintenance_print_symbols): Use all_objfiles. | |
16498 | (maintenance_print_msymbols): Use all_objfiles. | |
16499 | * source.c (select_source_symtab): Use all_objfiles. | |
16500 | * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles. | |
16501 | * symfile.c (remove_symbol_file_command) | |
16502 | (expand_symtabs_matching, map_symbol_filenames): Use | |
16503 | all_objfiles. | |
16504 | * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use | |
16505 | all_objfiles. | |
16506 | * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles. | |
16507 | * objc-lang.c (find_methods): Use all_objfiles. | |
16508 | * objfiles.c (have_partial_symbols, have_full_symbols) | |
16509 | (have_minimal_symbols, qsort_cmp) | |
16510 | (default_iterate_over_objfiles_in_search_order): Use | |
16511 | all_objfiles. | |
16512 | * hppa-tdep.c (find_unwind_entry): Use all_objfiles. | |
16513 | * psymtab.c (maintenance_print_psymbols): Use all_objfiles. | |
16514 | (maintenance_check_psymtabs): Use all_objfiles. | |
16515 | (ALL_PSYMTABS): Remove. | |
16516 | * compile/compile-object-run.c (do_module_cleanup): Use | |
16517 | all_objfiles. | |
16518 | * blockframe.c (find_pc_partial_function): Use all_objfiles. | |
16519 | * cp-support.c (add_symbol_overload_list_qualified): Use | |
16520 | all_objfiles. | |
16521 | * windows-tdep.c (windows_iterate_over_objfiles_in_search_order): | |
16522 | Use all_objfiles. | |
16523 | * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles. | |
16524 | * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use | |
16525 | all_objfiles. | |
16526 | * python/py-objfile.c (objfpy_lookup_objfile_by_name) | |
16527 | (objfpy_lookup_objfile_by_build_id): Use all_objfiles. | |
16528 | * python/py-prettyprint.c (find_pretty_printer_from_objfiles): | |
16529 | Uses all_objfiles. | |
16530 | * solib.c (solib_read_symbols): Use all_objfiles | |
16531 | ||
99d89cde TT |
16532 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16533 | ||
16534 | * probe.c (parse_probes_in_pspace): Use all_objfiles. | |
16535 | * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use | |
16536 | all_objfiles. | |
16537 | * objfiles.h (ALL_PSPACE_OBJFILES): Remove. | |
16538 | * symmisc.c (print_symbol_bcache_statistics) | |
16539 | (print_objfile_statistics, maintenance_print_objfiles) | |
16540 | (maintenance_info_symtabs, maintenance_check_symtabs) | |
16541 | (maintenance_expand_symtabs, maintenance_info_line_tables): Use | |
16542 | all_objfiles. | |
16543 | * source.c (forget_cached_source_info): Use all_objfiles. | |
16544 | * symfile-debug.c (set_debug_symfile): Use all_objfiles. | |
16545 | * elfread.c (elf_gnu_ifunc_resolve_by_cache) | |
16546 | (elf_gnu_ifunc_resolve_by_got): Use all_objfiles. | |
16547 | * objfiles.c (update_section_map): Use all_objfiles. | |
16548 | (shared_objfile_contains_address_p): Likewise. | |
16549 | * psymtab.c (maintenance_info_psymtabs): Use all_objfiles. | |
16550 | * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles. | |
16551 | ||
21708325 TT |
16552 | 2019-01-09 Tom Tromey <tom@tromey.com> |
16553 | ||
16554 | * common/next-iterator.h: New file. | |
16555 | * objfiles.h (class all_objfiles): New. | |
16556 | (struct objfile_iterator): New. | |
16557 | ||
669e09f6 PW |
16558 | 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16559 | ||
16560 | * NEWS: Move the description of the changed "frame", "select-frame", | |
16561 | and "info frame" commands to the Changed commands section. | |
16562 | ||
041be526 SM |
16563 | 2019-01-09 Simon Marchi <simon.marchi@ericsson.com> |
16564 | ||
16565 | * gdbtypes.c (check_stub_method_group): Remove handling of old | |
16566 | mangling schemes. | |
16567 | * linespec.c (find_methods): Likewise. | |
16568 | * stabsread.c (read_member_functions): Likewise. | |
16569 | * valops.c (search_struct_method): Likewise. | |
16570 | (value_struct_elt_for_reference): Likewise. | |
16571 | * NEWS: Mention this change. | |
16572 | ||
0e2a2133 AB |
16573 | 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com> |
16574 | ||
16575 | * cli/cli-cmds.c (list_command): Pass a source_lines_range to | |
16576 | print_source_lines. | |
16577 | * source.c (print_source_lines_base): Update line number check. | |
16578 | (print_source_lines): New function. | |
16579 | (source_lines_range::source_lines_range): New function. | |
16580 | * source.h (class source_lines_range): New class. | |
16581 | (print_source_lines): New declaration. | |
16582 | ||
1055a3b4 PW |
16583 | 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16584 | ||
16585 | * linespec.c (linespec_state_destructor): Free self->canonical_names. | |
16586 | ||
cfeadda5 TT |
16587 | 2019-01-08 Tom Tromey <tom@tromey.com> |
16588 | Simon Marchi <simon.marchi@ericsson.com> | |
16589 | ||
16590 | PR gdb/24060 | |
16591 | * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE. | |
16592 | * ada-lex.l (DOLLAR_VARIABLE): Likewise. | |
16593 | * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE. | |
16594 | * f-exp.y (DOLLAR_VARIABLE): Likewise. | |
16595 | * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR. | |
16596 | * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE. | |
16597 | ||
583068ca AB |
16598 | 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com> |
16599 | ||
16600 | * source.c (select_source_symtab): Move header comment to | |
16601 | declaration in source.h. | |
16602 | (forget_cached_source_info_for_objfile): Likewise. | |
16603 | (forget_cached_source_info): Likewise. | |
16604 | (identify_source_line): Likewise. | |
16605 | * source.h (identify_source_line): Move declaration from symtab.h | |
16606 | and add comment from source.c | |
16607 | (print_source_lines): Likewise. | |
16608 | (forget_cached_source_info_for_objfile): Likewise. | |
16609 | (forget_cached_source_info): Likewise. | |
16610 | (select_source_symtab): Likewise. | |
16611 | (enum print_source_lines_flag): Move definition from symtab.h. | |
16612 | * symtab.h (identify_source_line): Move declaration to source.h. | |
16613 | (print_source_lines): Likewise. | |
16614 | (forget_cached_source_info_for_objfile): Likewise. | |
16615 | (forget_cached_source_info): Likewise. | |
16616 | (select_source_symtab): Likewise. | |
16617 | (enum print_source_lines_flag): Move definition to source.h. | |
16618 | * tui/tui-hooks.c: Add 'source.h' include. | |
16619 | ||
ec98a4ad AB |
16620 | 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com> |
16621 | ||
16622 | * source.c (print_source_lines_base): Handle requests to print | |
16623 | reverse line number sequences, and guard against empty lines | |
16624 | string. | |
16625 | ||
62ea19c1 AB |
16626 | 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com> |
16627 | ||
16628 | * source.c (print_source_lines_base): Fix skip of '\r' if next | |
16629 | character is '\n'. | |
16630 | ||
9d30e1fd TT |
16631 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16632 | ||
16633 | * c-exp.y (struct c_parse_state) <macro_original_text, | |
16634 | expansion_obstack>: New member. | |
16635 | (macro_original_text, expansion_obstack): Remove globals. | |
16636 | (scan_macro_expansion, scanning_macro_expansion) | |
16637 | (finished_macro_expansion): Update. | |
16638 | (scan_macro_cleanup): Remove. | |
16639 | (yylex, c_parse): Update. | |
16640 | ||
c65bac38 TT |
16641 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16642 | ||
16643 | * c-exp.y (struct c_parse_state) <strings>: New member. | |
16644 | (operator_stoken): Update. | |
16645 | ||
02e12e38 TT |
16646 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16647 | ||
16648 | * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC. | |
16649 | (union type_stack_elt) <typelist_val>: Now a pointer to | |
16650 | std::vector. | |
16651 | (type_stack_cleanup): Don't declare. | |
16652 | (push_typelist): Update. | |
16653 | * parse.c (pop_typelist): Return a std::vector. | |
16654 | (push_typelist): Take a std::vector. | |
16655 | (follow_types): Update. Do not free args. | |
16656 | (type_stack_cleanup): Remove. | |
16657 | * c-exp.y (struct c_parse_state): New. | |
16658 | (cpstate): New global. | |
16659 | (type_aggregate_p, exp, ptr_operator, parameter_typelist) | |
16660 | (nonempty_typelist): Update. | |
16661 | (func_mod): Create a new vector. | |
16662 | (c_parse): Create a c_parse_state. | |
16663 | (check_parameter_typelist): Do not delete params. | |
16664 | (function_method): Update. Do not delete type_list. | |
16665 | ||
f097f5ad TT |
16666 | 2019-01-06 Tom Tromey <tom@tromey.com> |
16667 | ||
16668 | PR gdb/28155: | |
16669 | * python/py-finishbreakpoint.c (bpfinishpy_init): Use | |
16670 | check_typedef. | |
16671 | * infcmd.c (finish_command_fsm_should_stop): Use check_typedef. | |
16672 | (print_return_value): Likewise. | |
16673 | ||
d2adf9f1 TT |
16674 | 2019-01-05 Tom Tromey <tom@tromey.com> |
16675 | ||
16676 | * contrib/cleanup_check.py: Remove. | |
16677 | * contrib/gcc-with-excheck: Remove. | |
16678 | * contrib/exsummary.py: Remove. | |
16679 | * contrib/excheck.py: Remove. | |
16680 | ||
2eab46b1 JB |
16681 | 2019-01-05 Joel Brobecker <brobecker@adacore.com> |
16682 | ||
16683 | * thread.c (delete_thread_1): Add gdb_assert that THR is not | |
16684 | NULL. Initialize tpprev to NULL instead of assigning it | |
16685 | to NULL on the next statement. | |
16686 | * windows-nat.c (windows_delete_thread): Remove check for | |
16687 | main_thread_id before printing thread exit notifications. | |
16688 | (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>: | |
16689 | Remove thread ID check against main_thread_id. | |
16690 | <CREATE_PROCESS_DEBUG_EVENT>: Remove call to | |
16691 | windows_delete_thread. | |
16692 | <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread. | |
16693 | ||
48c5e7e2 TT |
16694 | 2019-01-04 Tom Tromey <tom@tromey.com> |
16695 | ||
16696 | * compile/compile.c (_initialize_compile): Use upper case for | |
16697 | metasyntactic variables. | |
16698 | * symmisc.c (_initialize_symmisc): Use upper case for | |
16699 | metasyntactic variables. | |
16700 | * psymtab.c (_initialize_psymtab): Use upper case for | |
16701 | metasyntactic variables. | |
16702 | * demangle.c (demangle_command): Use upper case for metasyntactic | |
16703 | variables. | |
16704 | (_initialize_demangler): Likewise. | |
16705 | * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic | |
16706 | variables. | |
16707 | ||
986041cd TT |
16708 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16709 | ||
16710 | * tui/tui-source.c (tui_set_source_content): Use xstrdup. | |
16711 | ||
7c711119 TT |
16712 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16713 | ||
16714 | * python/py-symtab.c (salpy_str): Update. | |
16715 | (struct salpy_sal_object) <symtab>: Now a PyObject. | |
16716 | (salpy_dealloc): Update. | |
16717 | (del_objfile_sal): Use gdbpy_ref. | |
16718 | ||
1b20edf0 TT |
16719 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16720 | ||
16721 | * python/py-type.c (convert_field): Use new_reference. Return | |
16722 | gdbpy_ref. | |
16723 | (make_fielditem): Return gdbpy_ref. | |
16724 | (typy_fields): Update. | |
16725 | (typy_getitem): Update. | |
16726 | (field_name): Return gdbpy_ref. Use new_reference. | |
16727 | (typy_iterator_iternext): Update. | |
16728 | ||
ea41325b TT |
16729 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16730 | ||
16731 | * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE. | |
16732 | ||
2a3c71d6 TT |
16733 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16734 | ||
16735 | * python/py-value.c (valpy_dealloc): Use Py_XDECREF. | |
16736 | * python/py-type.c (typy_fields_items): Use gdbpy_ref. | |
16737 | * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref. | |
16738 | (pspy_set_frame_filters, pspy_set_frame_unwinders) | |
16739 | (pspy_set_type_printers): Likewise. | |
16740 | * python/py-function.c (fnpy_init): Use gdbpy_ref. | |
16741 | * python/py-cmd.c (cmdpy_init): Use gdbpy_ref. | |
16742 | * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref. | |
16743 | (objfpy_set_frame_filters, objfpy_set_frame_unwinders) | |
16744 | (objfpy_set_type_printers): Likewise. | |
16745 | ||
5c329e6a TT |
16746 | 2019-01-03 Tom Tromey <tom@tromey.com> |
16747 | ||
16748 | * python/python.c (gdbpy_enter, ~gdbpy_enter): Update. | |
16749 | (gdbpy_print_stack): Use gdbpy_err_fetch. | |
16750 | * python/python-internal.h (class gdbpy_err_fetch): New class. | |
16751 | (class gdbpy_enter) <m_error_type, m_error_value, | |
16752 | m_error_traceback>: Remove. | |
16753 | <m_error>: New member. | |
16754 | (gdbpy_exception_to_string): Don't declare. | |
16755 | * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch. | |
16756 | * python/py-value.c (convert_value_from_python): Use | |
16757 | gdbpy_err_fetch. | |
16758 | * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from | |
16759 | gdbpy_exception_to_string. | |
16760 | (gdbpy_handle_exception): Use gdbpy_err_fetch. | |
16761 | * python/py-prettyprint.c (print_stack_unless_memory_error): Use | |
16762 | gdbpy_err_fetch. | |
16763 | ||
169bb27b AB |
16764 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16765 | ||
16766 | * linux-nat.c (delete_lwp_cleanup): Delete. | |
16767 | (struct lwp_deleter): New struct. | |
16768 | (lwp_info_up): New typedef. | |
16769 | (linux_nat_target::follow_fork): Delete cleanup, and make use of | |
16770 | lwp_info_up. | |
16771 | ||
a07c8880 AB |
16772 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16773 | ||
16774 | * linux-fork.c (class scoped_switch_fork_info): New class. | |
16775 | (inferior_call_waitpid): Update to use scoped_switch_fork_info. | |
16776 | ||
26089c49 AB |
16777 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16778 | ||
16779 | * valops.c (find_overload_match): Remove use of null_cleanup, and | |
16780 | calls to do_cleanups. | |
16781 | ||
06d3e5b0 AB |
16782 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16783 | ||
16784 | * compile/compile-cplus-types.c | |
16785 | (compile_cplus_instance::decl_name): Handle changes to | |
16786 | cp_func_name. | |
16787 | * cp-support.c (cp_func_name): Update header comment, update | |
16788 | return type. | |
16789 | * cp-support.h (cp_func_name): Update return type in declaration. | |
16790 | * valops.c (find_overload_match): Move temp_func local to top | |
16791 | level of function and change its type. Use temp_func to hold and | |
16792 | delete temporary string obtained from cp_func_name. | |
16793 | ||
66644cd3 AB |
16794 | 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com> |
16795 | ||
16796 | * remote.c (remote_target::remote_check_symbols): Convert `msg` to | |
16797 | gdb::char_vector, remove cleanup, and update uses of `msg`. | |
16798 | ||
592d8c0a JW |
16799 | 2019-01-03 Jim Wilson <jimw@sifive.com> |
16800 | ||
16801 | * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8. | |
16802 | ||
c55d06ec TT |
16803 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16804 | ||
16805 | * xml-tdesc.c (xml_cache): Hold a target_desc_up. | |
16806 | (tdesc_parse_xml): Remove cleanups. | |
16807 | * target-descriptions.h (make_cleanup_free_target_description): | |
16808 | Don't declare. | |
16809 | (target_desc_deleter): New struct. | |
16810 | (target_desc_up): New typedef. | |
16811 | * target-descriptions.c (target_desc_deleter::operator()): Rename | |
16812 | from free_target_description. | |
16813 | (make_cleanup_free_target_description): Remove. | |
16814 | ||
3a6ae42d TT |
16815 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16816 | ||
16817 | * linespec.c (struct linespec_parser): Rename from ls_parser. Add | |
16818 | constructor, destructor. | |
16819 | (linespec_parser): Remove typedef. | |
16820 | (~linespec_parser): Rename from linespec_parser_delete. | |
16821 | (linespec_lex_to_end, linespec_complete_label) | |
16822 | (linespec_complete): Update. | |
16823 | (decode_line_full): Remove cleanups. | |
16824 | (decode_line_1): Update. | |
16825 | ||
61fd3e73 TT |
16826 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16827 | ||
16828 | * python/python-internal.h (inferior_to_inferior_object): Change | |
16829 | return type. | |
16830 | * python/py-exitedevent.c (create_exited_event_object): Update. | |
16831 | * python/py-inferior.c (inferior_to_inferior_object): Return | |
16832 | gdbpy_ref. | |
16833 | (python_new_inferior, python_inferior_deleted) | |
16834 | (thread_to_thread_object, delete_thread_object) | |
16835 | (build_inferior_list, gdbpy_selected_inferior): Update. | |
16836 | * python/py-infthread.c (create_thread_object): Update. Also fail | |
16837 | if inferior_to_inferior_object fails. | |
16838 | ||
d20172fc SM |
16839 | 2019-01-02 Simon Marchi <simon.marchi@ericsson.com> |
16840 | ||
16841 | * inferior.h (class inferior) <displaced_step_state>: New field. | |
16842 | * infrun.h (struct displaced_step_state): Move here from | |
16843 | infrun.c. Initialize fields, add constructor. | |
16844 | <inf>: Remove field. | |
16845 | <reset>: New method. | |
16846 | * infrun.c (struct displaced_step_inferior_state): Move to | |
16847 | infrun.h. | |
16848 | (displaced_step_inferior_states): Remove. | |
16849 | (get_displaced_stepping_state): Adust. | |
16850 | (displaced_step_in_progress_any_inferior): Adjust. | |
16851 | (displaced_step_in_progress_thread): Adjust. | |
16852 | (displaced_step_in_progress): Adjust. | |
16853 | (add_displaced_stepping_state): Remove. | |
16854 | (get_displaced_step_closure_by_addr): Adjust. | |
16855 | (remove_displaced_stepping_state): Remove. | |
16856 | (infrun_inferior_exit): Call displaced_step_state.reset. | |
16857 | (use_displaced_stepping): Don't check for NULL. | |
16858 | (displaced_step_prepare_throw): Call | |
16859 | get_displaced_stepping_state. | |
16860 | (displaced_step_fixup): Don't check for NULL. | |
16861 | (prepare_for_detach): Don't check for NULL. | |
16862 | ||
e3319240 PW |
16863 | 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16864 | ||
16865 | * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm | |
16866 | in case of call that did not complete. | |
16867 | ||
5d36dfb9 AU |
16868 | 2019-01-02 Andrey Utkin <autkin@undo.io> |
16869 | ||
16870 | * symfile.c (find_separate_debug_file): Fix search of debug files for | |
16871 | remote debuggee. | |
16872 | ||
8833fbf0 TT |
16873 | 2019-01-02 Tom Tromey <tom@tromey.com> |
16874 | ||
16875 | * python/py-inferior.c (gdbpy_initialize_inferior): Fix | |
16876 | indentation. | |
16877 | * python/py-frame.c (frapy_older): Remove cast. | |
16878 | (frapy_newer): Likewise. | |
16879 | * python/py-breakpoint.c (local_setattro): Remove cast. | |
16880 | * python/py-arch.c (archpy_name): Remove local variable. | |
16881 | * python/py-type.c (gdbpy_lookup_type): Remove cast. | |
16882 | ||
4ada3dfd JB |
16883 | 2019-01-02 Joel Brobecker <brobecker@adacore.com> |
16884 | ||
16885 | * unittests/basic_string_view/element_access/char/empty.cc: | |
16886 | Fix year range in copyright header. | |
16887 | ||
113b7b81 AB |
16888 | 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com> |
16889 | ||
16890 | * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>: | |
16891 | Delete. | |
16892 | <operator==>: Update with for removed field. | |
16893 | <hash>: Likewise. | |
16894 | * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to... | |
16895 | <isa_features>: ...this. | |
16896 | <abi_features>: New field. | |
16897 | (riscv_isa_flen): Update comment. | |
16898 | (riscv_abi_xlen): New declaration. | |
16899 | (riscv_abi_flen): New declaration. | |
16900 | * riscv-tdep.c (riscv_isa_xlen): Update to get answer from | |
16901 | isa_features. | |
16902 | (riscv_abi_xlen): New function. | |
16903 | (riscv_isa_flen): Update to get answer from isa_features. | |
16904 | (riscv_abi_flen): New function. | |
16905 | (riscv_has_fp_abi): Update to get answer from abi_features. | |
16906 | (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa | |
16907 | xlen and flen. | |
16908 | (riscv_call_info) <xlen, flen>: Update comment. | |
16909 | (riscv_call_arg_struct): Remove invalid assertions | |
16910 | (riscv_features_from_gdbarch_info): Update now hw_float_abi field | |
16911 | is removed. | |
16912 | (riscv_gdbarch_init): Gather isa features and abi features | |
16913 | separately, ensure both match on the gdbarch when reusing an old | |
16914 | gdbarch. Relax an error check to allow 32-bit abi float to run on | |
16915 | a target with 64-bit float hardware. | |
16916 | ||
b18ca514 PW |
16917 | 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16918 | ||
16919 | * source.c (search_command_helper): Stop reverse search | |
16920 | when line 1 has been searched. | |
16921 | ||
ec70d8db PW |
16922 | 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16923 | ||
16924 | * record-full.c (record_full_base_target::close): Rewrite | |
16925 | record_full_core_buf_list free logic. | |
16926 | ||
5b38f9c1 PW |
16927 | 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be> |
16928 | ||
16929 | * break-catch-syscall.c (print_one_catch_syscall): xfree | |
16930 | the last text. | |
16931 | ||
66d91b39 JB |
16932 | 2019-01-01 Joel Brobecker <brobecker@adacore.com> |
16933 | ||
16934 | * top.c (print_gdb_version): Update Copyright year in version | |
16935 | message. | |
16936 | ||
42a4f53d JB |
16937 | 2019-01-01 Joel Brobecker <brobecker@adacore.com> |
16938 | ||
16939 | Update copyright year range in all GDB files. | |
16940 | ||
7e955d83 | 16941 | 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com> |
2139e8dc | 16942 | |
5bbd631d | 16943 | * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018. |
2139e8dc | 16944 | |
5bbd631d | 16945 | For older changes see ChangeLog-2018. |
c906108c SS |
16946 | \f |
16947 | Local Variables: | |
16948 | mode: change-log | |
16949 | left-margin: 8 | |
16950 | fill-column: 74 | |
16951 | version-control: never | |
57da7796 | 16952 | coding: utf-8 |
c906108c | 16953 | End: |
5bbd631d | 16954 |