Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-shell...
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-10-24 Pedro Alves <palves@redhat.com>
2
3 * NEWS (New options): Mention set/show startup-with-shell.
4 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
5 instead of 3.
6 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
7 startup-with-shell'.
8 (show_startup_with_shell): New function.
9 (_initialize_fork_child): Register the set/show startup-with-shell
10 commands.
11 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
12 * inf-ttrace.c (inf_ttrace_him): Remove comment.
13 * procfs.c (procfs_init_inferior): Remove comment.
14 * infcmd.c (startup_with_shell): New global.
15 * inferior.h (startup_with_shell): Declare global.
16 (STARTUP_WITH_SHELL): Delete.
17 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
18
19 2013-10-23 Pedro Alves <palves@redhat.com>
20
21 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
22 * common/signals.c: Include "gdb_assert.h".
23 (signals): New field 'symbol'.
24 (SET): Use the 'symbol' parameter.
25 (gdb_signal_to_symbol_string): New function.
26 * infrun.c (handle_inferior_event) <random signal>: In debug
27 output, print the random signal enum as string in addition to its
28 number.
29 * target/waitstatus.c (target_waitstatus_to_string): Print the
30 signal's enum value as string instead of the (POSIX) signal name.
31
32 2013-10-23 Gary Benson <gbenson@redhat.com>
33
34 PR 16013
35 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
36 from 32 to 18. Adjusted fscanf format string accordingly.
37 (Avoids leaving cmd unterminated.)
38 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
39 trun, retn or extra. (Avoids leaving extra unterminated.) Check
40 that local_address and remote_address will not overflow.
41 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
42 leaving dependencies unterminated. Parse size as "%u" to match
43 definition.
44
45 2013-10-22 Pedro Alves <palves@redhat.com>
46
47 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
48 set ecs->random signal.
49
50 2013-10-22 Pedro Alves <palves@redhat.com>
51
52 * infrun.c (keep_going): Update comments.
53
54 2013-10-22 Pedro Alves <palves@redhat.com>
55
56 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
57 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
58
59 2013-10-22 Pedro Alves <palves@redhat.com>
60
61 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
62 GDB_EXC_BAD_ACCESS.
63 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
64 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
65 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
66 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
67 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
68 (GDB_SIGNAL_LAST): Change description string.
69 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
70 Adjust to signal renaming.
71 * darwin-nat.c (darwin_decode_message): Likewise.
72
73 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
74
75 * MAINTAINERS (Write After Approval): Add myself to the list.
76
77 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
78
79 * breakpoint.c (update_watchpoint): If hardware watchpoints are
80 forced off, downgrade them to software watchpoints if possible,
81 and error out if not possible.
82 (watch_command_1): Move watchpoint type selection closer to
83 watchpoint creation, and extend the comments.
84
85 2013-10-18 Pedro Alves <palves@redhat.com>
86
87 PR gdb/16062
88 * infrun.c (handle_inferior_event): Keep going if we got a random
89 signal we should not stop for, instead of falling through to the
90 step tests.
91
92 2013-10-18 Yao Qi <yao@codesourcery.com>
93
94 * c-varobj.c (cplus_number_of_children): Fix indentation.
95
96 2013-10-17 Tom Tromey <tromey@redhat.com>
97
98 PR gdb/15995:
99 * printcmd.c (printcmd): Call gdb_flush.
100
101 2013-10-17 Tom Tromey <tromey@redhat.com>
102
103 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
104 (elf_locate_sections): Update.
105
106 2013-10-17 Yao Qi <yao@codesourcery.com>
107
108 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
109 * ada-varobj.c: Remove the include of ada-varobj.h.
110 (ada_varobj_get_number_of_children): Declare.
111 (ada_varobj_get_name_of_child): Make it static.
112 (ada_varobj_get_path_expr_of_child): Likewise.
113 (ada_varobj_get_value_of_child): Likewise.
114 (ada_varobj_get_type_of_child): Likewise.
115 (ada_varobj_get_value_of_array_variable): Likewise.
116 * ada-varobj.h: Remove.
117
118 2013-10-17 Yao Qi <yao@codesourcery.com>
119
120 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
121 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
122 * ada-varobj.c: Include "varobj.h".
123 (ada_number_of_children): New. Moved from varobj.c.
124 (ada_name_of_variable, ada_name_of_child): Likewise.
125 (ada_path_expr_of_child, ada_value_of_child): Likewise.
126 (ada_type_of_child, ada_value_of_variable): Likewise.
127 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
128 (ada_varobj_ops): New.
129 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
130 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
131 * gdbtypes.h (get_target_type): Declare.
132 * varobj.c: Remove the inclusion of "ada-varobj.h" and
133 "ada-lang.h".
134 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
135 (ANONYMOUS_UNION_NAME): Likewise.
136 (get_type, get_value_type, get_target_type): Remove declarations.
137 (value_get_print_value, varobj_value_get_print_value): Likewise.
138 (c_number_of_children, c_name_of_variable): Likewise.
139 (c_name_of_child, c_path_expr_of_child): Likewise.
140 (c_value_of_child, c_type_of_child): Likewise.
141 (c_value_of_variable, cplus_number_of_children): Likewise.
142 (cplus_class_num_children, cplus_name_of_variable): Likewise.
143 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
144 (cplus_value_of_child, cplus_type_of_child): Likewise.
145 (cplus_value_of_variable, java_number_of_children): Likewise.
146 (java_name_of_variable, java_name_of_child): Likewise.
147 (java_path_expr_of_child, java_value_of_child): Likewise.
148 (java_type_of_child, java_value_of_variable): Likewise.
149 (ada_number_of_children, ada_name_of_variable): Likewise.
150 (ada_name_of_child, ada_path_expr_of_child): Likewise.
151 (ada_value_of_child, ada_type_of_child): Likewise.
152 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
153 (ada_value_has_mutated): Likewise.
154 (struct language_specific): Move it to varobj.h.
155 (CPLUS_FAKE_CHILD): Move it to varobj.h.
156 (restrict_range): Rename it varobj_restrict_range. Make it extern.
157 Callers update.
158 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
159 Make it extern.
160 (is_anonymous_child): Move it to c-varobj.c and rename to
161 varobj_is_anonymous_child. Caller update.
162 (get_type): Move it to c-varobj.c.
163 (get_value_type): Rename it varobj_get_value_type. Make it
164 extern.
165 (get_target_type): Move it gdbtypes.c.
166 (varobj_formatted_print_options): New function.
167 (value_get_print_value): Rename it to
168 varobj_value_get_print_value and make it extern.
169 (varobj_value_is_changeable_p): Make it extern.
170 (adjust_value_for_child_access): Move it to c-varobj.c.
171 (default_value_is_changeable_p): Rename it to
172 varobj_default_value_is_changeable_p. Make it extern.
173 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
174 (c_name_of_child, c_path_expr_of_child): Likewise.
175 (c_value_of_child, c_type_of_child): Likewise.
176 (c_value_of_variable, cplus_number_of_children): Likewise.
177 (cplus_class_num_children, cplus_name_of_variable): Likewise.
178 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
179 (cplus_value_of_child, cplus_type_of_child): Likewise.
180 (cplus_value_of_variable): Likewise.
181 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
182 (java_name_of_child, java_path_expr_of_child): Likewise.
183 (java_value_of_child, java_type_of_child): Likewise.
184 (java_value_of_variable): Likewise.
185 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
186 (ada_name_of_child, ada_path_expr_of_child): Likewise.
187 (ada_value_of_child, ada_type_of_child): Likewise.
188 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
189 (ada_value_has_mutated): Likewise.
190 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
191 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
192 (c_varobj_ops, cplus_varobj_ops): Declare.
193 (java_varobj_ops, ada_varobj_ops): Declare.
194 (varobj_default_value_is_changeable_p): Declare.
195 (varobj_value_is_changeable_p): Declare.
196 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
197 (varobj_get_path_expr_parent): Declare.
198 (varobj_value_get_print_value): Declare.
199 (varobj_formatted_print_options): Declare.
200 (varobj_restrict_range): Declare.
201
202 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
203
204 * target/waitstatus.h (target_waitkind): Remove spurious
205 character from the comments.
206
207 2013-10-17 Joel Brobecker <brobecker@adacore.com>
208
209 * gdbarch.sh (get_longjmp_target): Add method documentation.
210 * gdbarch.h: Regenerate.
211
212 2013-10-16 Tom Tromey <tromey@redhat.com>
213
214 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
215 label.
216
217 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
218
219 * gcore.in: Call GDB using the full path to the gcore script.
220 Error out if the GDB binary is not found.
221
222 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
223
224 PR gdb/16014
225 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
226 sizeof.
227
228 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
229
230 PR gdb/16042
231 * target.c (target_disable_btrace): Fix invalid return value for
232 void function.
233 (target_teardown_btrace): Likewise.
234
235 2013-10-14 Yao Qi <yao@codesourcery.com>
236
237 * varobj.c (struct varobj): Move most of the fields to
238 varobj.h.
239 (struct varobj_dynamic): New struct.
240 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
241 (varobj_has_more): Likewise.
242 (dynamic_varobj_has_child_method): Likewise.
243 (update_dynamic_varobj_children): Likewise.
244 (varobj_get_num_children): Likewise.
245 (varobj_list_children, varobj_pretty_printed_p): Likewise.
246 (install_new_value_visualizer): Likewise.
247 (install_new_value_visualizer, install_new_value): Likewise.
248 (varobj_update, new_variable, free_variable): Likewise.
249 (my_value_of_variable, value_get_print_value): Likewise.
250 (install_visualizer): Change the type of parameter 'var' to
251 'struct varobjd_dynamic *'. Callers update.
252 * varobj.h (struct varobj): Moved from varobj.c.
253 (struct varobj) <dynamic>: New field.
254
255 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
256
257 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
258 as the preferred name of r30.
259 * nios2-linux-tdep.c (reg_offsets): Likewise.
260 * features/nios2-cpu.xml: Likewise.
261 * features/nios2-linux.c: Regenerated.
262 * features/nios2.c: Regenerated.
263 * regformats/nios2-linux.dat: Regenerated.
264
265 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
266
267 Canonicalize directories for EXEC_FILENAME.
268 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
269 exec_filename.
270 * utils.c (gdb_realpath_keepfile): New function.
271 * utils.h (gdb_realpath_keepfile): New declaration.
272
273 2013-10-11 Doug Evans <dje@google.com>
274
275 * Makefile.in (GDBFLAGS): New variable.
276 (run): New rule.
277
278 2013-10-11 Joel Brobecker <brobecker@adacore.com>
279
280 * NEWS: Add entry documenting the new "-catch-assert" and
281 "-catch-exception" GDB/MI commands.
282
283 2013-10-11 Joel Brobecker <brobecker@adacore.com>
284
285 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
286 "enabled".
287 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
288 "enabled". Set B->ENABLE_STATE accordingly.
289 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
290 ada-lang.c.
291 (create_ada_exception_catchpoint): Add declaration.
292 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
293 (create_ada_exception_catchpoint): Make non-static. Add new
294 parameter "disabled". Use it in call to
295 init_ada_exception_breakpoint.
296 (catch_ada_exception_command): Add parameter "enabled" in call
297 to create_ada_exception_catchpoint.
298 (catch_assert_command): Likewise.
299
300 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
301 Add declarations.
302 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
303 "catch-exception" commands.
304 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
305 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
306
307 2013-10-11 Joel Brobecker <brobecker@adacore.com>
308
309 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
310 "enum exception_catchpoint_kind". Replace the "ex_" prefix
311 of all its enumerates with "ada_". Update the rest of this
312 file throughout.
313
314 2013-10-11 Joel Brobecker <brobecker@adacore.com>
315
316 * ada-lang.c (ada_decode_exception_location): Delete.
317 (create_ada_exception_catchpoint): Remove arguments "sal",
318 "addr_string" and "ops". Add argument "ex_kind" instead.
319 Adjust implementation accordingly, calling ada_exception_sal
320 to get the entities it no longer gets passed as arguments.
321 Document the function's arguments.
322 (catch_ada_exception_command): Use catch_ada_exception_command_split
323 instead of ada_decode_exception_location, and update call to
324 create_ada_exception_catchpoint.
325 (catch_ada_assert_command_split): Renames
326 ada_decode_assert_location. Remove parameters "addr_string" and
327 "ops", and now returns void. Adjust implementation accordingly.
328 Update the function documentation.
329 (catch_assert_command): Use catch_ada_assert_command_split
330 instead of ada_decode_assert_location. Update call to
331 create_ada_exception_catchpoint.
332
333 2013-10-11 Joel Brobecker <brobecker@adacore.com>
334
335 * utils.h (perror_warning_with_name): Add declaration.
336 * utils.c (perror_warning_with_name): New function.
337 * cli/cli-cmds.c (source_script_with_search): Add call to
338 perror_warning_with_name if from_tty is nul.
339
340 2013-10-11 Joel Brobecker <brobecker@adacore.com>
341
342 * utils.c (perror_string): New function, extracted out of
343 throw_perror_with_name.
344 (throw_perror_with_name): Rework to use perror_string.
345
346 2013-10-11 Yao Qi <yao@codesourcery.com>
347
348 * remote.c (discard_pending_stop_replies_in_queue): Update
349 declaration.
350 (struct stop_reply) <rs>: New field.
351 (remove_stop_reply_of_remote_state): New function.
352 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
353 Callers update. Pass remove_stop_reply_of_remote_state to
354 QUEUE_iterate.
355 (remote_parse_stop_reply): Initialize field 'rs'.
356
357 2013-10-10 Will Newton <will.newton@linaro.org>
358
359 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
360 linux_init_abi.
361
362 2013-10-10 Joel Brobecker <brobecker@adacore.com>
363
364 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
365 serial_baud_show_cmd.
366 (_initialize_cli_cmds): Delete the code creating the
367 "set/show remotebaud" commands.
368 * serial.c (baud_rate): Move here from top.c.
369 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
370 (_initialize_serial): Create "set/show serial baud" commands.
371 Add "set/show remotebaud" command aliases.
372 * top.c (baud_rate): Moved to serial.c.
373 * NEWS: Document the new "set/show serial baud" commands,
374 replacing "set/show remotebaud".
375
376 2013-10-09 Pedro Alves <palves@redhat.com>
377
378 * breakpoint.c (insert_bp_location): Use memory_error_message to
379 build the memory error string.
380 * c-lang.c: Include "gdbcore.h".
381 (c_get_string): Use memory_error to throw error.
382 (target_xfer_memory_error): Delete.
383 (memory_error_message): New, factored out from
384 target_xfer_memory_error.
385 (memory_error): Change parameter type to target_xfer_error.
386 Rewrite.
387 (read_memory): Use memory_error instead of
388 target_xfer_memory_error.
389 * gdbcore.h: Include "target.h".
390 (memory_error): Change parameter type to target_xfer_error.
391 (memory_error_message): Declare function.
392 * target.c (target_read_memory, target_read_stack)
393 (target_write_memory, target_write_raw_memory): Return
394 TARGET_XFER_E_IO on error. Adjust comments.
395 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
396 instead of EIO.
397 * target.h (target_read, target_insert_breakpoint)
398 (target_remove_breakpoint): Adjust comments.
399 * valprint.c (partial_memory_read): Rename parameter, and adjust
400 comment.
401 (val_print_string): Use memory_error_message to build the memory
402 error string.
403
404 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
407 result variable. Rename variable fopen_e_ever_failed to
408 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
409
410 2013-10-09 Pedro Alves <palves@redhat.com>
411
412 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
413 (monitor_write_memory_longlongs, monitor_write_memory_block):
414 Constify 'myaddr' parameter.
415 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
416 helper.
417 (monitor_xfer_partial): New function.
418 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
419 hook. Install a to_xfer_partial hook.
420
421 2013-10-09 Tom Tromey <tromey@redhat.com>
422
423 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
424 bfd_get_alt_debug_link_info.
425
426 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
427
428 New flag OBJF_NOT_FILENAME.
429 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
430 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
431 allocate_objfile.
432 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
433 symbol_file_add_from_bfd.
434 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
435 allocate_objfile.
436 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
437 NULL.
438 * objfiles.h (OBJF_NOT_FILENAME): New.
439
440 2013-10-08 Tom Tromey <tromey@redhat.com>
441
442 * Makefile.in (SFILES): Add build-id.c.
443 (HFILES_NO_SRCDIR): Add build-id.h.
444 * build-id.c: New file, largely from elfread.c. Modified
445 most functions.
446 * build-id.h: New file.
447 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
448 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
449 Search for dwz file using build-id.
450 * elfread.c (build_id_bfd_get, build_id_verify)
451 (build_id_to_debug_filename, find_separate_debug_file): Remove.
452
453 2013-10-08 Joel Brobecker <brobecker@adacore.com>
454
455 * ada-lang.c (compare_names_with_case): Renamed from
456 compare_names, adding a new parameter "casing" and its handling.
457 New function documentation.
458 (compare_names): New function, implemented using
459 compare_names_with_case.
460
461 2013-10-08 Joel Brobecker <brobecker@adacore.com>
462
463 * ada-lang.c (ada_exception_sal): Remove advance declaration.
464
465 2013-10-07 Tom Tromey <tromey@redhat.com>
466
467 * objfiles.c (free_objfile_per_bfd_storage): Delete the
468 demangled_names_hash.
469 (free_objfile): Don't delete the demangled_names_hash.
470 * objfiles.h (struct objfile_per_bfd_storage)
471 <demangled_names_hash>: New field.
472 (struct objfile) <demangled_names_hash>: Move to
473 objfile_per_bfd_storage.
474 * symfile.c (reread_symbols): Don't delete the
475 demangled_names_hash.
476 * symtab.c (create_demangled_names_hash): Update.
477 (symbol_set_names): Update.
478
479 2013-10-07 Tom Tromey <tromey@redhat.com>
480
481 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
482 needs_relocations>: New fields.
483 (gdb_bfd_requires_relocations): New function.
484 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
485 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
486 the BFD needs relocations applied.
487
488 2013-10-07 Pedro Alves <palves@redhat.com>
489
490 PR breakpoints/11568
491 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
492 the thread list" instead of "gone".
493
494 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
495
496 * NEWS: Mention new convenience variable $_exitsignal.
497 * corelow.c (core_open): Reset exit convenience variables. Set
498 $_exitsignal to the uncaught signal which generated the corefile.
499 * infrun.c (handle_inferior_event): Reset exit convenience
500 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
501 (clear_exit_convenience_vars): New function.
502 * inferior.h (clear_exit_convenience_vars): New prototype.
503
504 2013-10-06 Yao Qi <yao@codesourcery.com>
505
506 * varobj.h: Add comments to enum varobj_languages.
507
508 2013-10-04 Doug Evans <dje@google.com>
509
510 Add support for DWP file format version 2.
511 * NEWS: Mention support for DWP file format version 2.
512 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
513 union of asection, containing_section. New fields virtual_offset
514 and is_virtual. Change type of readin filed from int to char.
515 (dwo_sections, dwo_file): Tweak comments.
516 (dwp_v2_section_ids): New enum.
517 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
518 str_offsets, types.
519 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
520 All uses updated.
521 (virtual_v2_dwo_sections): New struct.
522 (dwp_hash_table): New fields version, nr_columns. Change type of
523 section_pool field to a union.
524 (dwp_file): New field version.
525 (dwarf2_has_info): Check for virtual sections.
526 (get_containing_section): New function.
527 (get_section_bfd_owner, get_section_bfd_section): Call it.
528 (dwarf2_locate_sections): Update.
529 (dwarf2_section_empty_p): Update.
530 (dwarf2_read_section): Handle virtual sections.
531 (locate_dwz_sections): Update.
532 (create_dwp_hash_table): Document and handle V2 format.
533 (locate_v1_virtual_dwo_sections): Renamed from
534 locate_virtual_dwo_sections and update. All callers updated.
535 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
536 Delete arg htab. Rename arg section_index to unit_index.
537 All callers updated.
538 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
539 All uses updated.
540 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
541 (lookup_dwo_unit_in_dwp): Add V2 support.
542 (dwarf2_locate_dwo_sections): Update.
543 (dwarf2_locate_common_dwp_sections): Renamed from
544 dwarf2_locate_dwp_sections and update. All callers updated.
545 (dwarf2_locate_v2_dwp_sections): New function.
546 (open_and_init_dwp_file): Add V2 support.
547 (read_str_index): New locals str_section, str_offsets_section.
548
549 2013-10-04 Pedro Alves <palves@redhat.com>
550
551 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
552 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
553 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
554 describing comments with references to ptid.h.
555 * common/ptid.h: Remove intro description of constructors,
556 accessors and predicates.
557 (struct ptid): Reformat.
558 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
559 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
560 describing comments.
561
562 2013-10-04 Joel Brobecker <brobecker@adacore.com>
563
564 * aix-thread.c (sync_threadlists): Add missing ')' in call
565 to ptid_build.
566
567 2013-10-04 Joel Brobecker <brobecker@adacore.com>
568
569 * procfs.c (procfs_init_inferior): Fix typo causing the build
570 to fail.
571
572 2013-10-04 Joel Brobecker <brobecker@adacore.com>
573
574 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
575
576 2013-10-04 Joel Brobecker <brobecker@adacore.com>
577
578 * mi/mi-main.c (run_one_inferior): Add function description.
579 Make ARG a pointer to an integer whose value determines whether
580 we should "run" or "start" the program.
581 (mi_cmd_exec_run): Add handling of the "--start" option.
582 Reject all other command-line options.
583 * NEWS: Add entry for "-exec-run"'s new "--start" option.
584
585 2013-10-04 Yao Qi <yao@codesourcery.com>
586
587 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
588 (struct notif_client) <pending_event>: Moved
589 to struct remote_notif_state.
590 <id>: New field.
591 (struct remote_notif_state) <pending_event>: New field.
592 (notif_event_xfree): Declare.
593 * remote-notif.c (handle_notification): Adjust.
594 (notif_event_xfree): New function.
595 (do_notif_event_xfree): Call notif_event_xfree.
596 (remote_notif_state_xfree): Call notif_event_xfree to free
597 each element in field pending_event.
598 * remote.c (discard_pending_stop_replies): Remove declaration.
599 (discard_pending_stop_replies_in_queue): Declare.
600 (remote_close): Call discard_pending_stop_replies_in_queue
601 instead of discard_pending_stop_replies.
602 (remote_start_remote): Adjust.
603 (stop_reply_xfree): Call notif_event_xfree.
604 (notif_client_stop): Adjust initialization.
605 (remote_notif_remove_all): Rename it to ...
606 (remove_stop_reply_for_inferior): ... this. Update comments.
607 Don't check INF is NULL.
608 (discard_pending_stop_replies): Return early if notif_state is
609 NULL. Adjust. Don't check INF is NULL.
610 (remote_notif_get_pending_events): Adjust.
611 (discard_pending_stop_replies_in_queue): New function.
612 (remote_wait_ns): Likewise.
613
614 2013-10-04 Yao Qi <yao@codesourcery.com>
615
616 * remote-notif.c (DECLARE_QUEUE_P): Remove.
617 (notif_queue): Remove.
618 (remote_notif_process): Add one parameter 'notif_queue'.
619 Update comments. Callers update.
620 (remote_async_get_pending_events_token): Remove.
621 (remote_notif_register_async_event_handler): Remove.
622 (remote_notif_unregister_async_event_handler): Remove.
623 (handle_notification): Add parameter 'notif_queue'. Update
624 comments. Callers update.
625 (notif_xfree): Remove.
626 (remote_notif_state_allocate): New function.
627 (remote_notif_state_xfree): New function.
628 (_initialize_notif): Remove code to allocate queue.
629 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
630 (struct remote_notif_state): New.
631 (handle_notification): Update declaration.
632 (remote_notif_process): Likewise.
633 (remote_notif_register_async_event_handler): Remove.
634 (remote_notif_unregister_async_event_handler): Remove.
635 (remote_notif_state_allocate): Declare.
636 (remote_notif_state_xfree): Declare.
637 * remote.c (struct remote_state) <notif_state>: New field.
638 (remote_close): Don't call
639 remote_notif_unregister_async_event_handler. Call
640 remote_notif_state_xfree.
641 (remote_open_1): Don't call
642 remote_notif_register_async_event_handler. Call
643 remote_notif_state_allocate.
644
645 2013-10-04 Yao Qi <yao@codesourcery.com>
646
647 * varobj.c (create_child_with_value): Remove 'const' from the
648 type of parameter 'name'.
649 (varobj_add_child): Likewise.
650 (install_dynamic_child): Remove 'const' from the type of
651 parameter 'name'.
652 (varobj_add_child): Likewise.
653 (create_child_with_value): Likewise. Update comments. Don't
654 duplicate 'name'.
655 (update_dynamic_varobj_children): Duplicate 'name'
656 and pass it to install_dynamic_child.
657
658 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
659
660 * python/py-value.c (convert_value_from_python): Move PyInt_Check
661 conversion logic to occur after PyLong_Check. Comment on order
662 change significance.
663 * python/py-arch.c (archpy_disassemble): Comment on order of
664 conversion for integers and longs.
665
666 2013-10-03 Pedro Alves <palves@redhat.com>
667
668 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
669 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
670 functions. Always test for PTRACE_O_TRACESYSGOOD even if
671 PTRACE_O_TRACEFORK is not supported.
672 (linux_test_for_tracesysgood): New function.
673 (linux_test_for_tracefork): New function, factored out from
674 linux_check_ptrace_features, and also don't kill child_pid here.
675
676 2013-10-03 Tristan Gingold <gingold@adacore.com>
677
678 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
679 Remove verbose error reporting. Use detected state to
680 thread_set_state call.
681 (i386_darwin_dr_get): Fix return type. Remove verbose error
682 report.
683 Remove trailing spaces.
684
685 2013-10-02 Pedro Alves <palves@redhat.com>
686
687 * cp-valprint.c (cp_print_value_fields): Adjust calls to
688 val_print_optimized_out.
689 * jv-valprint.c (java_print_value_fields): Likewise.
690 * p-valprint.c (pascal_object_print_value_fields): Likewise.
691 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
692 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
693 new optimized out value.
694 * findvar.c (address_from_register): Likewise.
695 * frame.c (put_frame_register): Tweak error string to say the
696 register was not saved, rather than optimized out.
697 * infcmd.c (default_print_one_register_info): Adjust call to
698 val_print_optimized_out. Use value_of_register instead of
699 get_frame_register_value.
700 * mi/mi-main.c (output_register): Use value_of_register instead of
701 get_frame_register_value.
702 * valprint.c (valprint_check_validity): Likewise.
703 (val_print_optimized_out): New value parameter. If the value is
704 lval_register, print <not saved> instead.
705 (value_check_printable, val_print_scalar_formatted): Adjust calls
706 to val_print_optimized_out.
707 * valprint.h (val_print_optimized_out): New value parameter.
708 * value.c (struct value) <optimized_out>: Extend comment.
709 (error_value_optimized_out): New function.
710 (require_not_optimized_out): Use it. Use a different string for
711 lval_register values.
712 * value.h (error_value_optimized_out): New declaration.
713 * NEWS: Mention <not saved>.
714
715 2013-10-02 Joel Brobecker <brobecker@adacore.com>
716
717 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
718 strcmp to compare two symtab filenames.
719
720 2013-10-02 Joel Brobecker <brobecker@adacore.com>
721
722 * symtab.c (search_symbols_equal): Delete.
723 (sort_search_symbols_remove_dups): Replace call to
724 search_symbols_equal by call to compare_search_syms,
725 adjusting as necessary.
726
727 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
728
729 PR python/15579
730
731 * python/python.c: Document gdb.execute command in Python help.
732
733 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
734
735 * python/py-frame.c (frame_info_to_frame_object): Use
736 gdbpy_convert_exception. Clean up Python object on failure.
737
738 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
739
740 * python/lib/gdb/command/frame_filters.py
741 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
742 (ShowFrameFilterPriority.invoke): Ditto.
743
744 2013-10-01 Keith Seitz <keiths@redhat.com>
745
746 * linespec.c (struct ls_parser): Make 'saved_arg' const.
747 (parse_linespec): Make 'argptr' const.
748 Remove temporary cast of 'argptr' to const char **.
749 (decode_line_full): Pass const pointer to parse_linespec.
750 (decode_line_1): Likewise.
751 (decode_objc): Make local variable 'new_argptr' const.
752 (find_function_symbols): Remove temporary cast to char *
753 to find_imps.
754 * objc-lang.c (find_imps): Make argument 'method' const.
755 Return const.
756 * objc-lang.h (find_imps): Likewise.
757
758 2013-10-01 Keith Seitz <keiths@redhat.com>
759
760 * completer.c (skip_quoted_chars): Make all arguments const.
761 Return const.
762 (skip_quoted): Likewise.
763 * completer.h (skip_quoted_chars): Likewise.
764 (skip_quoted): Likewise.
765 * defs.h (skip_quoted): Remove duplicate declaration.
766 * jv-exp.y: Include completer.h.
767 (yylex): Remove unneccessary cast to char * fro skip_quoted.
768 * p-exp.y: Include completer.h.
769
770 2013-10-01 Keith Seitz <keiths@redhat.com>
771
772 * c-exp.y (parse_number): Make first argument const.
773 Make a copy of the input to manipulate.
774 (c_parse_escape): Make first argument const.
775 Make local variable 'tokptr' const.
776 (parse_string_or_char): Make first two arguments const.
777 (macro_original_text): Make const.
778 (lex_one_token): Make local variable 'tokstart' const.
779 Likewise for local variables named 'p'.
780 Cast away const for struct stoken (temporary).
781 * c-lang.h (c_parse_escpae): Make first argument const.
782 * cli/cli-cmds.c (echo_command): Make local variable 'p'
783 const.
784 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
785 var_string case.
786 * f-exp.y (parse_number): Make first argument const.
787 (match_string_literal): Make local variable 'tokstart'
788 const.
789 (yylex): Make local variable 'p' const.
790 Cast away const for struct stoken (temporary).
791 * go-exp.y (parse_number): Make first argument const.
792 (parse_string_or_char): Likewise.
793 Make local variable 'tokstart' const.
794 (lex_one_token): Likewise for numerous locals called 'p'.
795 Cast away const for struct stoken (temporary).
796 * jv-exp.y (parse_number): Make first argument const.
797 Make local variables 'tokstart' and 'tokptr' const.
798 Cast away const for call to skip_quoted (temporary).
799 (yylex): Make local variable 'p' const.
800 Cast away const for struct stoken (temporary).
801 * m2-exp.y (parse_number): Make local variable 'p' const.
802 (yylex): Likewise for 'tokstart'.
803 Cast away const for struct stoken (temporary).
804 Make local variable 'p' const.
805 * macroexp.c (get_character_constant): Pass a const string
806 to c_parse_escape.
807 (get_string_literal): Likewise.
808 (macro_expand_next): Make first argument const.
809 Cast away const for init_shared_buffer.
810 * macroexp.h (macro_expand_next): Make first argument const.
811 * p-exp.y (yylex): Make a local copy of 'lexptr'.
812 Pass a const string to c_parse_escape.
813 Make local variables 'p' and 'namestart' const.
814 * parse.c (lexptr): Make const.
815 (prev_lexptr): Likewise.
816 (find_template_name_end): Return const.
817 Make argument const, too.
818 (parse_exp_in_context): Make first argument const.
819 Remove the entire const_hack.
820 (parse_exp_in_context_1): Make first argument const.
821 * parser-defs.h (find_template_name_end): Return const.
822 Make argument const, too.
823 (lexptr): Make const.
824 (prev_lexptr): Likewise.
825 * utils.c (parse_escape): Make second argument const.
826 * utils.h (parse_escape): Likewise.
827
828 2013-10-01 Keith Seitz <keiths@redhat.com>
829
830 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
831 is now const.
832 (block_lookup): Make 'raw_name' and 'name' const.
833 * ada-lex.l (processString): Update for struct stoken.ptr.
834 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
835 (operator_stoken): Likewise.
836 (lex_one_token): Remove temporary cast to char * for
837 'yylval.sval.ptr'.
838 * f-exp.y (yylex): Likewise.
839 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
840 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
841 * go-exp.y (lex_one_token): Remove temporary cast to char * for
842 'yylval.sval.ptr'.
843 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
844 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
845 * linespec.c (struct ls_parser): Make 'stream' const.
846 (find_parameter_list_end): Make argument 'input' and local
847 variable 'p' const.
848 (linespec_lexer_lex_string): Make local variables 'start' and
849 'p' const.
850 Use skip_spaces_const instead of skip_spaces.
851 (linespec_lexer_peek_token): Make local variable 'saved_stream'
852 const.
853 (parse_linespec): Temporarily cast 'argptr' to const for
854 'parser->lexer.stream'.
855 * m2-exp.y (yylex): Remove temporary cast to char * for
856 'yylval.sval.ptr'.
857 * objc-lang.c (add_msglist): Make local variable 'p' const.
858 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
859 (exp : STRING): Make 'sp' const.
860 (parse_number): Make argument 'p' const.
861 * parser-defs.h (struct stoken): Make 'ptr' const.
862
863 2013-10-01 Doug Evans <dje@google.com>
864
865 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
866
867 2013-10-01 Yao Qi <yao@codesourcery.com>
868
869 * varobj.c (c_value_of_root): Remove declaration.
870 (cplus_value_of_root, java_value_of_root): Likewise.
871 (ada_value_of_root): Likewise.
872 (struct language_specific) <value_of_root>: Remove.
873 (languages): Update initialization.
874 (check_scope): Move earlier.
875 (c_value_of_root): Move earlier and rename to ...
876 (value_of_root_1): ... this.
877 (value_of_root): Caller update.
878 (cplus_value_of_root, java_value_of_root): Remove.
879 (ada_value_of_root): Remove.
880
881 2013-10-01 Yao Qi <yao@codesourcery.com>
882
883 * varobj.c (varobj_format_string): Remove "unknown".
884 (languages): Remove the first element.
885 * varobj.h (enum varobj_languages): Remove vlang_c.
886
887 2013-10-01 Yao Qi <yao@codesourcery.com>
888
889 * varobj.c (struct language_specific) <language>: Remove.
890 (languages): Update the initialization.
891
892 2013-10-01 Yao Qi <yao@codesourcery.com>
893
894 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
895 "solib-target.h". Include "windows-tdep.h".
896 (arm_wince_init_abi): Call windows_init_abi. Remove call to
897 set_solib_ops and set_gdbarch_has_dos_based_file_system.
898 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
899 windows-tdep.o to gdb_target_obs.
900
901 2013-10-01 Yao Qi <yao@codesourcery.com>
902
903 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
904 "solib-target.h".
905 (amd64_windows_init_abi): Don't call set_solib_ops and
906 set_gdbarch_iterate_over_objfiles_in_search_order. Call
907 windows_init_abi instead.
908 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
909 "solib-target.h".
910 (i386_cygwin_init_abi): Don't call set_solib_ops,
911 set_gdbarch_has_dos_based_file_system and
912 set_gdbarch_iterate_over_objfiles_in_search_order. Call
913 windows_init_abi instead.
914 * windows-tdep.c: Include "solib.h" and "solib-target.h".
915 (windows_init_abi): New function.
916 (windows_iterate_over_objfiles_in_search_order): Make it
917 static.
918 * windows-tdep.h (windows_init_abi): Declare.
919 (windows_iterate_over_objfiles_in_search_order): Remove
920 declaration.
921
922 2013-10-01 Jerome Guitton <guitton@adacore.com>
923
924 Checked in by Joel Brobecker <brobecker@adacore.com>
925 * system-gdbinit/elinos.py (get_elinos_environment): Return an
926 incomplete dictionnary instead of None in case of missing
927 environment variables.
928 (elinos_init): in case of an incomplete environment, best
929 effort to load system libraries instead of abort.
930
931 2013-10-01 Joel Brobecker <brobecker@adacore.com>
932
933 * ada-lang.c (ada_has_this_exception_support): Ignore
934 mst_solib_trampoline minimal symbols.
935
936 2013-09-30 Tristan Gingold <gingold@adacore.com>
937
938 * i386-darwin-nat.c (darwin_complete_target): Install methods for
939 hardware watchpoint.
940 (i386_darwin_dr_set): Support 32 and 64 bit states.
941 (i386_darwin_dr_get): Likewise.
942 (i386_darwin_dr_set_control): Make static.
943 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
944 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
945
946 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
947
948 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
949 Replace TIDGET with ptid_get_lwp.
950 Replace GET_LWP with ptid_get_lwp.
951 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
952 Replace BUILD_THREAD with ptid_build.
953 Replace BUILD_LWP with ptid_build.
954 Replace PIDGET with ptid_get_pid.
955 Replace TIDGET with ptid_get_lwp.
956 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
957 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
958 Replace TIDGET with ptid_get_lwp.
959 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
960 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
961 Replace TIDGET with ptid_get_lwp.
962 Replace GET_LWP with ptid_get_lwp.
963 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
964 * auxv.c: Likewise.
965 * breakpoint.c: Likewise.
966 * common/ptid.c (ptid_is_pid): Condense check for
967 null_ptid and minus_one_ptid.
968 (ptid_lwp_p): New function.
969 (ptid_tid_p): New function.
970 * common/ptid.h: Update comments for accessors.
971 (ptid_lwp_p): New prototype.
972 (ptid_tid_p): New prototype.
973 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
974 * gcore.c: Replace PIDGET with ptid_get_pid.
975 * gdbthread.h: Likewise.
976 * gnu-nat.c: Likewise.
977 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
978 Replace TIDGET with ptid_get_lwp.
979 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
980 * hppanbsd-nat.c: Likewise.
981 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
982 Replace TIDGET with ptid_get_lwp.
983 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
984 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
985 * infcmd.c: Likewise.
986 * inferior.h: Likewise.
987 * inflow.c: Likewise.
988 * infrun.c: Likewise.
989 * linux-fork.c: Likewise.
990 * linux-nat.c: Replace PIDGET with ptid_get_pid.
991 Replace GET_PID with ptid_get_pid.
992 Replace is_lwp with ptid_lwp_p.
993 Replace GET_LWP with ptid_get_lwp.
994 Replace BUILD_LWP with ptid_build.
995
996 2013-09-28 Mike Frysinger <vapier@gentoo.org>
997
998 * common/linux-btrace.c: Move sys/syscall.h out of the
999 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1000 Also check for SYS_perf_event_open before attempting to buid.
1001
1002 2013-09-27 Doug Evans <dje@google.com>
1003
1004 * dwarf2read.c (dwarf2_section_info): Add comment.
1005 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1006 All uses updated.
1007 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1008 (dwarf2_read_section): Delete unused local "header". Add section
1009 name to error message.
1010 (create_dwo_in_dwp): Tweak comment.
1011 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1012
1013 * dwarf2read.c (die_reader_specs): Tweak comment.
1014 (get_section_bfd_owner, get_section_bfd_section): New functions.
1015 (get_section_name, get_section_file_name): New functions.
1016 (get_section_id, get_section_flags): New functions.
1017 (*): Use new functions to access section fields.
1018
1019 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1020 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1021 arg "htab". All callers updated.
1022 (create_debug_types_hash_table): Remove redundant copy of
1023 abbrev_section.
1024 (create_dwo_in_dwp): Tweak comments.
1025 (read_str_index): Tweak comment. Record dwarf form name in static
1026 local.
1027
1028 2013-09-27 Pedro Alves <palves@redhat.com>
1029
1030 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1031 (remote_filename_p): Add comment.
1032 * remote.c (remote_filename_p): Adjust to use
1033 REMOTE_SYSROOT_PREFIX.
1034 * solib.c (solib_find): When deciding whether we need to add a
1035 directory separator, check whether the sysroot is "remote:"
1036 instead of checking whether the patch has a drive spec. Add
1037 comments.
1038
1039 2013-09-27 Pedro Alves <palves@redhat.com>
1040
1041 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1042 Delete fields.
1043 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1044 directly.
1045
1046 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1047
1048 Fix set debug frame output.
1049 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1050 SENTINEL_FRAME entry lower to match enum frame_type order.
1051
1052 2013-09-26 Pierre Muller <muller@sourceware.org>
1053
1054 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1055 AMD64_R15_REGNUM when a register index is expected.
1056 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1057 Substitute in array.
1058 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1059 (amd64_push_arguments): Substitute in integer_regnum array.
1060
1061 2013-09-25 Doug Evans <dje@google.com>
1062
1063 * objfiles.c (allocate_objfile): Move comment to better place.
1064
1065 New option "set debug symfile on".
1066 * NEWS: Mention "set debug symfile".
1067 * Makefile.in (SFILES): Add symfile-debug.c.
1068 (COMMON_OBS): Add symfile-debug.o.
1069 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1070 objfile's symbol functions.
1071 * objfiles.h (objfile_set_sym_fns): Declare.
1072 * symfile-debug.c: New file.
1073 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1074 objfile's symbol functions.
1075 (reread_symbols): Ditto.
1076
1077 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1078 All uses updated.
1079 (add_symtab_fns): Update prototype.
1080 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1081 (registered_sym_fns): ... this.
1082 (symtab_fns): Update.
1083 (add_symtab_fns): New arg "flavour". All callers updated.
1084 (find_sym_fns): Rewrite to use new sym_fns registry.
1085
1086 * symfile.h (struct sym_fns): Add "objfile" argument to
1087 sym_read_linetable. All uses updated.
1088
1089 * symtab.c (domain_name, search_domain_name): New functions.
1090 * symtab.h (domain_name, search_domain_name): Declare.
1091
1092 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1093 map_matching_symbols so objfile is first. All uses updated.
1094 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1095 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1096
1097 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1098
1099 PR shlibs/8882
1100 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1101 link map entries.
1102
1103 2013-09-24 Doug Evans <dje@google.com>
1104
1105 * objfiles.c (free_objfile): Move comment.
1106
1107 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1108
1109 * ada-exp.y (string_to_operator): Delete.
1110 (dummy_string_to_ada_operator): Delete.
1111
1112 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1113
1114 Revert:
1115 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1116 amd64-tdep.c.
1117 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1118 call_dummy_integer_regs, and classify.
1119 * amd64-tdep.h (amd64_classify): Add declaration.
1120 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1121 (amd64_reg_class): Delete, moved to i386-tdep.h.
1122 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1123 Replace call to amd64_classify by call to tdep->classify.
1124 (amd64_push_arguments): Get the list of registers to use for
1125 passing integer parameters from the gdbarch tdep structure,
1126 rather than using a hardcoded one. Replace calls to amd64_classify
1127 by calls to tdep->classify.
1128 (amd64_push_dummy_call): Get the register number used for
1129 the "hidden" argument from tdep->call_dummy_integer_regs.
1130 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1131 and tdep->call_dummy_integer_regs. Set tdep->classify.
1132
1133 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1134
1135 Revert:
1136 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1137 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1138 where tdep->memory_args_by_pointer is non-zero.
1139
1140 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1141
1142 Revert:
1143 * i386-tdep.h (struct gdbarch_tdep): Add new field
1144 integer_param_regs_saved_in_caller_frame.
1145 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1146 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1147
1148 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1149
1150 * amd64-windows-tdep.c: #include "value.h"
1151 (amd64_windows_classify): Delete.
1152 (amd64_windows_passed_by_integer_register)
1153 (amd64_windows_passed_by_xmm_register)
1154 (amd64_windows_passed_by_pointer)
1155 (amd64_windows_adjust_args_passed_by_pointer)
1156 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1157 (amd64_windows_push_dummy_call): New functions.
1158 (amd64_windows_init_abi): Remove setting of
1159 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1160 tdep->classify, tdep->memory_args_by_pointer and
1161 tdep->integer_param_regs_saved_in_caller_frame.
1162 Add call to set_gdbarch_push_dummy_call.
1163
1164 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1165
1166 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1167 objfile->original_name.
1168
1169 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 Pass down original filename for objfile.
1172 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1173 * elfread.c (elf_symfile_read): Likewise.
1174 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1175 longer set ORIGINAL_NAME.
1176 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1177 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1178 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1179 symbol_file_add_from_bfd call.
1180 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1181 (macho_check_dsym): Add parameter filenamep. Change function comment.
1182 Set *filenamep.
1183 (macho_symfile_read): New variable dsym_filename. Update
1184 macho_check_dsym call. Use it for symbol_file_add_separate.
1185 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1186 it. Use it for objfile->original_name.
1187 (objfile_name): Return OBFD's filename, if available.
1188 * objfiles.h (allocate_objfile): Add new parameter name.
1189 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1190 * symfile-mem.c (symbol_file_add_from_memory): Update
1191 symbol_file_add_from_bfd call.
1192 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1193 comment for it.
1194 (symbol_file_add_with_addrs): New parameter name, add function comment
1195 for it. Remove variable name. Update allocate_objfile call.
1196 (symbol_file_add_separate): New parameter name, add function comment
1197 for it. Update symbol_file_add_with_addrs call.
1198 (symbol_file_add_from_bfd): New parameter name. Update
1199 symbol_file_add_with_addrs call.
1200 (symbol_file_add): Update symbol_file_add_from_bfd call.
1201 (reread_symbols): New variable original_name. Save
1202 objfile->original_name by it.
1203 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1204 second parameter.
1205
1206 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 Code cleanup: Add objfile_name accessor function.
1209 * ada-lang.c (is_known_support_routine): Use objfile_name.
1210 * auto-load.c (source_gdb_script_for_objfile)
1211 (auto_load_objfile_script): Likewise.
1212 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1213 * dbxread.c (dbx_symfile_read): Likewise.
1214 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1215 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1216 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1217 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1218 (lookup_dwp_signatured_type, lookup_dwo_unit)
1219 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1220 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1221 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1222 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1223 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1224 (read_subrange_type, load_partial_dies, read_partial_die)
1225 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1226 (die_containing_type, build_error_marker_type, lookup_die_type)
1227 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1228 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1229 (get_DW_AT_signature_type, write_psymtabs_to_index)
1230 (save_gdb_index_command): Likewise.
1231 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1232 Likewise.
1233 * expprint.c (dump_subexp_body_standard): Likewise.
1234 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1235 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1236 original_name.
1237 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1238 obj_name, use objfile_name for it, use the variable.
1239 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1240 Use objfile_name.
1241 * machoread.c (macho_symtab_read, macho_check_dsym)
1242 (macho_symfile_relocate): Likewise.
1243 * maint.c (maintenance_translate_address): Likewise.
1244 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1245 * minsyms.c (install_minimal_symbols): Likewise.
1246 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1247 original_name.
1248 (filter_overlapping_sections): Use objfile_name.
1249 (objfile_name): New function.
1250 * objfiles.h (struct objfile): Rename field name to original_name.
1251 (objfile_name): New prototype.
1252 * printcmd.c (sym_info, address_info): Use objfile_name.
1253 * probe.c (parse_probes, collect_probes, compare_probes)
1254 (info_probes_for_ops): Likewise.
1255 * progspace.c (clone_program_space): Likewise.
1256 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1257 (maintenance_info_psymtabs): Likewise.
1258 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1259 (source_section_scripts): Likewise.
1260 * python/py-objfile.c (objfpy_get_filename): Likewise.
1261 * python/py-progspace.c (pspy_get_filename): Likewise.
1262 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1263 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1264 * solib.c (solib_read_symbols): Likewise.
1265 * stabsread.c (scan_file_globals): Likewise.
1266 * stap-probe.c (handle_stap_probe): Likewise.
1267 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1268 (find_separate_debug_file_by_debuglink): Likewise.
1269 (reread_symbols): Likewise. Use the objfile field name renamed to
1270 original_name.
1271 (allocate_symtab): Use objfile_name.
1272 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1273 (dump_objfile, dump_msymbols, dump_symtab_1)
1274 (maintenance_print_msymbols, maintenance_print_objfiles)
1275 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1276 * target.c (target_translate_tls_address, target_info): Likewise.
1277 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1278 objfile_name.
1279
1280 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1281
1282 Code cleanup.
1283 * probe.c (parse_probes): Rename variable objfile_name to
1284 objfile_namestr.
1285
1286 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1287
1288 Remove solib-sunos.c.
1289 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1290 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1291 * objfiles.c (rt_common_objfile): Remove.
1292 (free_objfile): Remove rt_common_objfile comparison.
1293 * objfiles.h (rt_common_objfile): Remove.
1294 * solib-sunos.c: Remove.
1295 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1296
1297 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1298
1299 Remove a.out NetBSD and OpenBSD hosts.
1300 * NEWS (Removed native configurations): New.
1301 * config/arm/nbsdaout.mh: Remove.
1302 * config/i386/nbsdaout.mh: Remove.
1303 * config/i386/obsdaout.mh: Remove.
1304 * config/m68k/nbsdaout.mh: Remove.
1305 * config/sparc/nbsdaout.mh: Remove.
1306 * config/vax/nbsdaout.mh: Remove.
1307 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1308 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1309 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1310 error.
1311 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1312 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1313 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1314
1315 2013-09-23 Tom Tromey <tromey@redhat.com>
1316
1317 * linespec.c (struct minsym_and_objfile): Remove.
1318 (minsym_and_objfile_d): Remove.
1319 (struct linespec, struct collect_info, linespec_parse_basic)
1320 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1321 (compare_msymbols, find_method, find_function_symbols)
1322 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1323 (add_minsym, search_minsyms_for_name): Update.
1324
1325 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1326
1327 * regcache.c: Add include of valprint.h.
1328 (dump_endian_bytes): Delete.
1329 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1330
1331 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1332
1333 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1334
1335 2013-09-19 Pedro Alves <palves@redhat.com>
1336
1337 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1338 breakpoints.
1339
1340 2013-09-19 Pedro Alves <palves@redhat.com>
1341 Thomas Schwinge <thomas@codesourcery.com>
1342 Yue Lu <hacklu.newborn@gmail.com>
1343
1344 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1345 Take a gdb_byte pointer instead of a char pointer.
1346
1347 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1348 gnu_xfer_partial helper.
1349 (gnu_xfer_partial): New function.
1350 (gnu_target): Don't install a deprecated_xfer_memory hook.
1351 Install a to_xfer_partial hook.
1352
1353 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1354
1355 Constification.
1356 * main.c (captured_main): Replace catch_command_errors by
1357 catch_command_errors_const. Twice.
1358 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1359 (symbol_file_add): Make name parameter const.
1360 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1361 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1362 variable name. Change their usage accordingly.
1363 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1364 const.
1365 (symbol_file_add_main): Make args parameter const.
1366
1367 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1368 Ulrich Weigand <uweigand@de.ibm.com>
1369
1370 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1371 of c_value member.
1372 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1373
1374 2013-09-18 Pedro Alves <palves@redhat.com>
1375 Yue Lu <hacklu.newborn@gmail.com>
1376
1377 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1378 (gnu_create_inferior)
1379 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1380 (set_sig_thread_cmd): Use the lwpid field of ptids to
1381 store/extract thread ids instead of the tid field.
1382 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1383
1384 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1385
1386 * infcmd.c (default_print_one_register_info): Add detection of
1387 optimized out values.
1388 (default_print_registers_info): Switch to using
1389 get_frame_register_value.
1390
1391 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1392
1393 * infrun.c (handle_inferior_event): Check if we know the
1394 function start address before setting a resume breakpoint.
1395
1396 2013-09-18 Pedro Alves <palves@redhat.com>
1397
1398 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1399 minus_one_ptid instead of looking at the ptid's tid field and
1400 comparing that to -1.
1401
1402 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1403
1404 * main.h (get_gdb_program_name): Remove extra whitespace.
1405
1406 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1407
1408 * main.h (get_gdb_program_name): Add declaration.
1409 * main.c (get_gdb_program_name): Add definition.
1410
1411 2013-09-17 Doug Evans <dje@google.com>
1412
1413 * dwarf2read.c: Move definitions of complaint functions to after
1414 forward declarations of local functions.
1415
1416 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1417 Pedro Alves <palves@redhat.com>
1418
1419 PR gdb/11568
1420 * breakpoint.c (remove_threaded_breakpoints): New function.
1421 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1422 as thread_exit observer.
1423
1424 2013-09-17 Pedro Alves <palves@redhat.com>
1425
1426 PR gdb/15911
1427 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1428 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1429 * corelow.c (core_open):
1430 * frame.h (print_stack_frame, print_frame_info): New
1431 'set_current_sal' parameter.
1432 * infcmd.c (finish_command, kill_command): Adjust call to
1433 print_stack_frame.
1434 * inferior.c (inferior_command): Likewise.
1435 * infrun.c (normal_stop): Likewise.
1436 * linux-fork.c (linux_fork_context): Likewise.
1437 * record-full.c (record_full_goto_entry, record_full_restore):
1438 Likewise.
1439 * remote-mips.c (common_open): Likewise.
1440 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1441 Use it.
1442 (print_frame_info): New 'set_current_sal' parameter. Set the last
1443 displayed sal depending on the new paremeter instead of looking at
1444 print_what.
1445 (backtrace_command_1, select_and_print_frame, frame_command)
1446 (current_frame_command, up_command, down_command): Adjust call to
1447 print_stack_frame.
1448 * thread.c (print_thread_info, restore_selected_frame)
1449 (do_captured_thread_select): Adjust call to print_stack_frame.
1450 * tracepoint.c (tfind_1): Likewise.
1451 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1452 (mi_cmd_stack_info_frame): Likewise.
1453 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1454 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1455
1456 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1457
1458 * value.c (isvoid_internal_fn): Replace "parameter" with
1459 "argument".
1460
1461 2013-09-16 Stan Shebs <stan@codesourcery.com>
1462
1463 * README: Update references to writing code for GDB.
1464 * configure.ac (build_warnings): Remove obsolete comment.
1465 * configure: Regenerate.
1466 * gdbarch.sh: Remove references to gdbint.texinfo.
1467 * gdbarch.h: Regenerate.
1468 * gdbtypes.c (objfile_type): Remove comments referencing internals
1469 manual and D10V.
1470
1471 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1472
1473 * NEWS: Mention new convenience function $_isvoid.
1474 * value.c (isvoid_internal_fn): New function.
1475 (_initialize_values): Add new convenience function $_isvoid.
1476
1477 2013-09-16 Pierre Muller <muller@sourceware.org>
1478
1479 * arm-linux-tdep.c: Add "elf/common.h" header.
1480 Remove AT_HWCAP macro definintion as it is provided in
1481 added include file.
1482 * s390-tdep.c: Remove system header <elf.h>
1483 Add "elf/common.h" header for AT_HWCAP definition.
1484 (s390_core_read_description): Use correct CORE_ADDR
1485 for hwcap local variable used as third parameter
1486 of function target_auxv_search.
1487
1488 2013-09-14 Pierre Muller <muller@sourceware.org>
1489 Tom Tromey <tromey@redhat.com>
1490 Pedro Alves <palves@redhat.com>
1491
1492 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1493 mode if operating system doesn't know O_CLOEXEC.
1494
1495 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1496
1497 Code cleanup.
1498 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1499 inner block.
1500
1501 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1502
1503 * NEWS: Mention TDB support.
1504 * features/s390-tdb.xml: New file.
1505 * features/s390-te-linux64.xml: New file.
1506 * features/s390x-te-linux64.xml: New file.
1507 * features/Makefile (WHICH): Add new tdescs above.
1508 (s390-te-linux64-expedite): Set.
1509 (s390x-te-linux64-expedite): Set.
1510 * features/s390-te-linux64.c: New file (generated).
1511 * features/s390x-te-linux64.c: New file (generated).
1512 * regformats/s390-te-linux64.dat: New file (generated).
1513 * regformats/s390x-te-linux64.dat: New file (generated).
1514 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1515 (HWCAP_S390_TE): Likewise.
1516 (S390_TDB_DWORD0_REGNUM): Likewise.
1517 (S390_TDB_DWORD0_REGNUM): Likewise.
1518 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1519 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1520 (S390_TDB_ATIA_REGNUM): Likewise.
1521 (S390_TDB_R0_REGNUM): Likewise.
1522 (S390_TDB_R1_REGNUM): Likewise.
1523 (S390_TDB_R2_REGNUM): Likewise.
1524 (S390_TDB_R3_REGNUM): Likewise.
1525 (S390_TDB_R4_REGNUM): Likewise.
1526 (S390_TDB_R5_REGNUM): Likewise.
1527 (S390_TDB_R6_REGNUM): Likewise.
1528 (S390_TDB_R7_REGNUM): Likewise.
1529 (S390_TDB_R8_REGNUM): Likewise.
1530 (S390_TDB_R9_REGNUM): Likewise.
1531 (S390_TDB_R10_REGNUM): Likewise.
1532 (S390_TDB_R11_REGNUM): Likewise.
1533 (S390_TDB_R12_REGNUM): Likewise.
1534 (S390_TDB_R13_REGNUM): Likewise.
1535 (S390_TDB_R14_REGNUM): Likewise.
1536 (S390_TDB_R15_REGNUM): Likewise.
1537 (S390_NUM_REGS): Increase.
1538 (S390_IS_TDBREGSET_REGNUM): New macro.
1539 (s390_regmap_tdb): Declare.
1540 (s390_sizeof_tdbregset): Define.
1541 (tdesc_s390_te_linux64): Declare.
1542 (tdesc_s390x_te_linux64): Likewise.
1543 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1544 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1545 (s390_regmap_tdb): New regmap.
1546 (s390_supply_tdb_regset): New function.
1547 (s390_tdb_regset): New regset.
1548 (s390_linux64v2_regset_sections): Add TDB regset to list.
1549 (s390x_linux64v2_regset_sections): Likewise.
1550 (s390_regset_from_core_section): Recognize TDB core note section.
1551 (s390_core_read_description): If HWCAP indicates TE support,
1552 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1553 (s390_gdbarch_init): Handle TDB regset.
1554 (_initialize_s390_tdep): Initialize new tdescs.
1555 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1556 (have_regset_tdb): New variable.
1557 (s390_native_supply): Support register invalidation.
1558 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1559 (check_regset): Treat ENODATA as "regset exists".
1560 (s390_linux_fetch_inferior_registers): Add TDB.
1561 (s390_read_description): Check for TDB existence and select
1562 appropriate tdesc.
1563 * gdbserver/Makefile.in (clean): Add removal of new makefile
1564 targets.
1565 (s390-te-linux64.c): New makefile target.
1566 (s390x-te-linux64.c): Likewise.
1567 * gdbserver/configure.srv (srv_regobj): Append new objects
1568 s390-te-linux64.o and s390x-te-linux64.o.
1569 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1570 s390x-te-linux64.xml, and s390-tdb.xml.
1571 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1572 declaration.
1573 (tdesc_s390_te_linux64): Likewise.
1574 (init_registers_s390x_te_linux64): Likewise.
1575 (tdesc_s390x_te_linux64): Likewise.
1576 (s390_check_regset): Treat ENODATA as "regset exists".
1577 (s390_arch_setup): Add TDB regset support.
1578 (initialize_low_arch): Initialize registers for new tdescs.
1579
1580 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1581
1582 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1583 (S390_IS_FPREGSET_REGNUM): New macro.
1584 * s390-tdep.c (s390_dwarf_regmap): Make const.
1585 (regnum_is_gpr_full): New function for replacing repeated code.
1586 (s390_pseudo_register_name): Use it.
1587 (s390_pseudo_register_type): Likewise.
1588 (s390_pseudo_register_read): Likewise.
1589 (s390_pseudo_register_write): Likewise.
1590 (s390_unwind_pseudo_register): Likewise.
1591 (s390_regmap_gregset): New format for regmap.
1592 (s390x_regmap_gregset): Likewise.
1593 (s390_regmap_fpregset): Likewise.
1594 (s390_regmap_upper): Likewise.
1595 (s390_regmap_last_break): Likewise.
1596 (s390_regmap_system_call): Likewise.
1597 (s390_supply_regset): Adjust to new regmap format.
1598 (s390_collect_regset): Likewise.
1599 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1600 (s390_native_collect): Likewise.
1601 (supply_gregset): Likewise.
1602 (fill_gregset): Likewise.
1603 (supply_fpregset): Likewise.
1604 (fill_fpregset): Likewise.
1605 (fetch_regset): Likewise.
1606 (store_regset): Likewise.
1607 (s390_linux_fetch_inferior_registers): Likewise.
1608 (s390_linux_fetch_inferior_registers): Likewise.
1609
1610 2013-09-12 Andrew Pinski <apinski@cavium.com>
1611
1612 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1613
1614 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1615
1616 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1617
1618 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1619
1620 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1621
1622 2013-09-06 Pedro Alves <palves@redhat.com>
1623
1624 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1625 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1626 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1627 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1628 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1629 gdb_stdlog.
1630
1631 2013-09-06 Pedro Alves <palves@redhat.com>
1632
1633 * remote-sim.c (dump_mem): Constify buf parameter.
1634 gdbsim_xfer_inferior_memory): Rename to ...
1635 (gdbsim_xfer_memory): ... this. Adjust interface as
1636 target_xfer_partial helper.
1637 (gdbsim_xfer_partial): New function.
1638 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1639 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1640
1641 2013-09-06 Pedro Alves <palves@redhat.com>
1642
1643 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1644 host_address_to_string, and send debug output to gdb_stdlog.
1645
1646 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1647
1648 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1649 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1650 gdb_target_obs for cris target.
1651 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1652 (cris_gdbarch_init): Move calls to
1653 set_gdbarch_fetch_tls_load_module_address and
1654 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1655 Add call to gdbarch_init_osabi.
1656 * cris-linux-tdep.c: New file.
1657 * cris-tdep.h: New file.
1658
1659 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1660
1661 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1662 to deprecated_init_ui_hook.
1663
1664 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1665
1666 * cli/cli-interp.c (_initialize_cli_interp): Add a
1667 command_loop_proc to interp_procs.
1668 * event-top.c (cli_command_loop): Change signature to match
1669 interp_command_loop_ftype.
1670 * event-top.h (cli_command_loop): Same.
1671 * interps.c (interp_new): Require every interpreter to have a
1672 command_loop_proc.
1673 (current_interp_command_loop): Just call the command_loop_proc on
1674 the current interpreter.
1675 * tui/tui-interp.c (_initialize_tui_interp): Add a
1676 command_loop_proc to interp_procs.
1677
1678 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1679
1680 * cris-tdep.c (cris_gdbarch_init): Add call to
1681 get_gdbarch_fetch_tls_load_module_address.
1682
1683 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1684
1685 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1686 (cris_elf_gregset_t): Rename from elf_gregset_t.
1687 (crisv32_elf_gregset_t): Adjust.
1688 (cris_supply_gregset, fetch_core_registers): Adjust.
1689
1690 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1691
1692 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1693
1694 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
1695
1696 * defs.h (deprecated_command_loop_hook): Remove, including
1697 references in comments.
1698 * interps.c (current_interp_command_loop): No longer use
1699 deprecated_command_loop_hook.
1700 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1701 setup.
1702 * top.c (deprecated_command_loop_hook): Remove.
1703
1704 2013-09-05 Pedro Alves <palves@redhat.com>
1705
1706 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1707 local is now int instead of ULONGEST. Print it with %d
1708 instead of paddress.
1709
1710 2013-09-05 Tristan Gingold <gingold@adacore.com>
1711
1712 * MAINTAINERS: Remove avr maintainership.
1713
1714 2013-09-05 Pedro Alves <palves@redhat.com>
1715
1716 * findvar.c (value_of_register): Rework in terms of
1717 value_of_register_lazy.
1718
1719 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1720
1721 * symfile.c (add_symbol_file_command): Remove trailing
1722 whitespaces and blank line after comment.
1723
1724 2013-09-05 Pedro Alves <palves@redhat.com>
1725
1726 * tui/tui-regs.c (tui_register_format): Don't look at the
1727 register's name here. Return string representing register
1728 value instead of storing it in the data element.
1729 (tui_get_register): Compare register string representations
1730 instead of register value states and contents.
1731
1732 2013-09-05 Pedro Alves <palves@redhat.com>
1733
1734 PR tui/15933
1735 * tui/tui-regs.c (tui_show_registers): Show registers of the
1736 selected frame, not the current frame.
1737
1738 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
1739
1740 * MAINTAINERS (Write After Approval): Add myself to the list.
1741
1742 2013-09-04 Doug Evans <dje@google.com>
1743
1744 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1745 (queue_and_load_dwo_tu): New function.
1746 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1747 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1748 Make dependent_cu optional.
1749 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1750 and an older .gdb_index is in use, queue and load all its TUs too.
1751
1752 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1753
1754 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1755 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1756 variable search_flags.
1757 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1758 (OPF_RETURN_REALPATH): ... here.
1759 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1760 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1761 call. Twice.
1762 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1763 openp call.
1764 * solib.c (solib_find): Likewise. Four times.
1765 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1766 in the function comment and for the realpath_fptr variable.
1767 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1768 (find_and_open_source): Likewise. Twice.
1769 * symfile.c (symfile_bfd_open): Likewise, also twice.
1770
1771 2013-09-04 Doug Evans <dje@google.com>
1772
1773 * progspace.c (save_current_space_and_thread): Remove unnecessary
1774 call to save_current_inferior.
1775
1776 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
1777
1778 * sh64-tdep.c (sh64_do_register): Return after printing message
1779 about unavailable register contents.
1780
1781 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1782 Pedro Alves <palves@redhat.com>
1783
1784 * symfile.c (add_symbol_file_command): Error out on unknown
1785 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1786 options and collapse into single conditional branch.
1787
1788 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
1789
1790 * inf-child.c (inf_child_follow_fork): New parameter
1791 detach_fork.
1792 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1793 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1794 * inferior.h (detach_fork): Remove.
1795 * infrun.c (detach_fork): Adjust comment and make it
1796 static.
1797 (follow_fork): Pass detach_fork parameter to
1798 target_follow_fork.
1799 * linux-nat.c (linux_child_follow_fork): New parameter
1800 detach_fork.
1801 * target.c (target_follow_fork): New parameter detach_fork.
1802 Pass detach_fork as parameter and print its value.
1803 * target.h (struct target_ops) <to_follow_fork>: New int
1804 parameter.
1805 (target_follow_fork): New parameter detach_fork.
1806
1807 2013-09-03 Joel Brobecker <brobecker@adacore.com>
1808
1809 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1810 Replace sec->bfd by sec->the_bfd_section->owner.
1811
1812 2013-09-03 Yao Qi <yao@codesourcery.com>
1813
1814 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1815 from linux_has_shared_address_space.
1816 (linux_has_shared_address_space): Call linux_is_uclinux.
1817 * linux-tdep.h (linux_is_uclinux): Declare.
1818 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1819 linux_is_uclinux.
1820
1821 2013-09-03 Yao Qi <yao@codesourcery.com>
1822
1823 * config/djgpp/fnchange.lst: Remove entry of
1824 i386-interix-nat.c and i386-interix-tdep.c.
1825 * configure.ac: Remove '*-*-interix*'.
1826 * configure: Re-generated.
1827 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1828 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1829 obsolete comments.
1830 * osabi.c (gdb_osabi_names): Remove "Interix".
1831
1832 2013-09-03 Yao Qi <yao@codesourcery.com>
1833
1834 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1835
1836 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1837
1838 * record.h (record_print_flag) <record_print_src_line,
1839 record_print_insn_range>: Rename into ...
1840 (record_print_flag) <record_print_src_line,
1841 record_print_insn_range>: ... this. Update all users.
1842
1843 2013-09-02 Pierre Muller <muller@sourceware.org>
1844
1845 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1846 error code.
1847
1848 2013-09-02 Pierre Muller <muller@sourceware.org>
1849
1850 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1851 by use of plongest function.
1852
1853 2013-09-02 Tristan Gingold <gingold@adacore.com>
1854
1855 * NEWS: Add entry mentioning support for native Windows x64
1856 SEH data.
1857
1858 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1859 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1860 (struct amd64_windows_frame_cache): New struct.
1861 (amd64_windows_w2gdb_regnum): New global.
1862 (pc_in_range, amd64_windows_frame_decode_epilogue)
1863 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1864 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1865 (amd64_windows_frame_this_id): New functions.
1866 (amd64_windows_frame_unwind): New static global.
1867 (amd64_windows_skip_prologue): New function.
1868 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1869 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1870 with amd64_windows_skip_prologue.
1871
1872 2013-08-30 Joel Brobecker <brobecker@adacore.com>
1873
1874 GDB 7.6.1 released.
1875
1876 2013-08-30 Pedro Alves <palves@redhat.com>
1877
1878 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1879 SRC_AND_LOC.
1880
1881 2013-08-30 Pedro Alves <palves@redhat.com>
1882
1883 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1884 warning text.
1885
1886 2013-08-30 Pedro Alves <palves@redhat.com>
1887
1888 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1889 Adjust arguments to print_stack_frame.
1890
1891 2013-08-30 Pedro Alves <palves@redhat.com>
1892
1893 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1894
1895 2013-08-30 Pedro Alves <palves@redhat.com>
1896
1897 * frame.h (show_and_print_stack_frame): Delete declaration.
1898
1899 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1900
1901 PR python/15461
1902
1903 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1904 (archpy_name): Check for valid architecture.
1905 (archpy_disassemble): Ditto.
1906
1907 2013-08-29 Joel Brobecker <brobecker@adacore.com>
1908
1909 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1910 instead of "long long" in call to ptrace64.
1911
1912 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
1913
1914 * mi/mi-interp.c (mi_command_loop): Change signature to match
1915 interp_command_loop_ftype.
1916 (mi1_command_loop): Remove.
1917 (mi2_command_loop): Remove.
1918 (mi3_command_loop): Remove.
1919 (mi_interpreter_resume): Remove setting of
1920 deprecated_command_loop_hook.
1921 (_initialize_mi_interp): Set mi_command_loop as the command loop
1922 callback.
1923
1924 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1925
1926 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1927 value_type.
1928
1929 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1930
1931 * value.c (allocate_value_contents): Make static.
1932 * value.h (allocate_value_contents): Remove prototype.
1933
1934 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1935
1936 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1937 of assembling value via allocate_value_lazy and attribute setter.
1938 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1939 assembling value via allocate_value_lazy and attribute setter.
1940 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1941 assembling value via allocate_value_lazy and attribute setter.
1942
1943 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1944
1945 * value.c (value_from_contents_and_address): Replace allocate_value and
1946 memcpy with value_from_contents.
1947
1948 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1949
1950 * python/py-framefilter.c (py_print_frame): Remove usage of
1951 PyString_AsString. Use python_string_to_host_string instead.
1952 Refactor function to work with a string as a new allocation
1953 instead of a pointer.
1954 (py_print_frame): Ditto.
1955 * python/lib/gdb/frames.py (return_list): Cain iterators together
1956 instead of adding them as a list.
1957 (_sort_list): Call return_list, and remove duplicate code.
1958 (execute_frame_filters): Convert iterator to a list with list().
1959 * python/lib/gdb/command/frame_filters.py
1960 (SetFrameFilterPriority._set_filter_priority): Convert priority
1961 attribute to an integer.
1962 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1963 wrapper function __next__.
1964 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1965 define as "str".
1966
1967 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1968
1969 PR python/15752
1970 * python/py-framefilter.c (apply_frame_filter): Check
1971 gdb_python_initialized. Exit if the Python frame-filter code
1972 cannot be initialized.
1973
1974 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1975
1976 PR cli/15842
1977 * top.c (print_gdb_version): Remove erroneous newline after help
1978 text.
1979
1980 2013-08-29 Yao Qi <yao@codesourcery.com>
1981
1982 * varobj.c (install_dynamic_child): Remove trailing space.
1983 Add one blank line after variable declaration.
1984
1985 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1986
1987 PR gdb/15415
1988 * corefile.c (get_exec_file): Use exec_filename.
1989 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1990 * exec.c (exec_close): Free EXEC_FILENAME.
1991 (exec_file_attach): New variable canonical_pathname. Use
1992 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1993 EXEC_FILENAME.
1994 * exec.h (exec_filename): New.
1995 * inferior.c (print_inferior, inferior_command): Use
1996 PSPACE_EXEC_FILENAME.
1997 * mi/mi-main.c (print_one_inferior): Likewise.
1998 * progspace.c (clone_program_space, print_program_space): Likewise.
1999 * progspace.h (struct program_space): New field pspace_exec_filename.
2000 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2001 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2002
2003 2013-08-28 Will Newton <will.newton@linaro.org>
2004
2005 * common/linux-ptrace.c: Include stdint.h unconditionally.
2006
2007 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2008
2009 Code cleanup.
2010 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2011
2012 2013-08-28 Yao Qi <yao@codesourcery.com>
2013 Pedro Alves <palves@redhat.com>
2014
2015 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2016 instead of stdio_fileopen.
2017 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2018 .Call stderr_fileopen instead of stdio_fileopen.
2019 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2020 [__MINGW32__] (stderr_file_fputs): New function.
2021 (stderr_fileopen): New function.
2022 * ui-file.h (stderr_fileopen): Declare.
2023
2024 2013-08-27 Doug Evans <dje@google.com>
2025
2026 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2027 (struct dwarf2_per_cu_data): Ditto.
2028 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2029 (process_imported_unit_die): Ditto.
2030 (follow_die_sig_1): Simplify assert.
2031
2032 2013-08-27 Pedro Alves <palves@redhat.com>
2033
2034 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2035 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2036 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2037 windows_xfer_memory directly.
2038 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2039
2040 2013-08-27 Pedro Alves <palves@redhat.com>
2041
2042 * darwin-nat.c (darwin_xfer_memory): Delete.
2043 (_initialize_darwin_inferior): Don't install a
2044 deprecated_xfer_memory method.
2045
2046 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2047 Yao Qi <yao@codesourcery.com>
2048
2049 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2050 (parse_no_frames_option): Remove.
2051 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2052 (mi_cmd_stack_list_args): Adjust.
2053 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2054 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2055 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2056 Caller update.
2057 (list_args_or_locals): New parameter 'skip_unavailable'.
2058 Handle it.
2059 * valprint.c (scalar_type_p): Rename to ...
2060 (val_print_scalar_type_p): ... this. Make extern.
2061 (val_print, value_check_printable): Adjust.
2062 * valprint.h (val_print_scalar_type_p): Declare.
2063 * value.c (value_entirely_unavailable): New function.
2064 * value.h (value_entirely_unavailable): Declare.
2065
2066 * NEWS: Mention the new option "--skip-unavailable" to MI
2067 commands '-stack-list-locals', '-stack-list-arguments' and
2068 '-stack-list-variables'.
2069
2070 2013-08-27 Yao Qi <yao@codesourcery.com>
2071
2072 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2073 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2074 options.
2075 * mi/mi-getopt.c (mi_getopt): Remove.
2076 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2077 'error_on_unknown'.
2078 (mi_getopt): Call mi_getopt_1.
2079 (mi_getopt_silent): New.
2080 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2081
2082 2013-08-26 Doug Evans <dje@google.com>
2083
2084 PR symtab/15885
2085 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2086 .gdb_index is in use.
2087 * symfile.c (reread_symbols): Reset objfile->sf.
2088
2089 * NEWS: Document "mt print objfiles" now takes optional regexp.
2090 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2091 regexp of objfiles to print.
2092 (_initialize_symmisc): Update doc string for "mt print objfiles".
2093
2094 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2095 missing debug info checks.
2096
2097 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2098 Ulrich Weigand <uweigand@de.ibm.com>
2099
2100 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2101 line tables generated by XLC compiled binaries.
2102
2103 2013-08-23 Doug Evans <dje@google.com>
2104
2105 * symmisc.c (dump_symtab): Delete prototype.
2106 (dump_msymbols, dump_objfile): Ditto.
2107 (maintenance_info_symtabs): Mark as dont_repeat.
2108 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2109
2110 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2111 debugging printf to better location.
2112
2113 2013-08-23 Pedro Alves <palves@redhat.com>
2114
2115 * target.c (target_read_live_memory): Change type of 'ret' local
2116 to LONGEST.
2117
2118 2013-08-23 Pedro Alves <palves@redhat.com>
2119
2120 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2121 (remote_read_bytes): Change return type to LONGEST, and adjust to
2122 return a target_xfer_error on error.
2123 (remote_xfer_memory): Delete.
2124 (remote_flash_write): Change type of 'ret' local to LONGEST.
2125 (remote_xfer_partial, remote_xfer_partial): Adjust.
2126 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2127
2128 2013-08-23 Pierre Muller <muller@sourceware.org>
2129
2130 ARI fix: Push # directives to start of line.
2131 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2132
2133 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2134
2135 PR gdb/15501
2136 * breakpoint.c (enable_command, disable_command): Iterate over
2137 all specified breakpoint locations.
2138
2139 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2140
2141 * common/linux-ptrace.c (linux_fork_to_function): Push #
2142 directives to the start of the line.
2143 (linux_check_ptrace_features): Fix warning message to use
2144 the "_" markup.
2145
2146 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2147
2148 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2149 nat/linux-waitpid.h.
2150 (linux-waitpid.o): New object file rule.
2151 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2152 (current_ptrace_options): Moved from linux-nat.c.
2153 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2154 parameters.
2155 (linux_fork_to_function): New function.
2156 (linux_grandchild_function): Likewise.
2157 (linux_child_function): Likewise.
2158 (linux_check_ptrace_features): New function, heavily
2159 based on linux-nat.c:linux_test_for_tracefork.
2160 (linux_enable_event_reporting): New function.
2161 (ptrace_supports_feature): Likewise.
2162 (linux_supports_tracefork): Likewise.
2163 (linux_supports_traceclone): Likewise.
2164 (linux_supports_tracevforkdone): Likewise.
2165 (linux_supports_tracesysgood): Likewise.
2166 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2167 gdbserver/linux-low.c.
2168 (linux_enable_event_reporting): New declaration.
2169 (linux_supports_tracefork): Likewise.
2170 (linux_supports_traceclone): Likewise.
2171 (linux_supports_tracevforkdone): Likewise.
2172 (linux_supports_tracesysgood): Likewise.
2173 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2174 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2175 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2176 * config/arm/linux.mh (NATDEPFILES): Likewise.
2177 * config/i386/linux.mh (NATDEPFILES): Likewise.
2178 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2179 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2180 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2181 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2182 * config/mips/linux.mh (NATDEPFILES): Likewise.
2183 * config/pa/linux.mh (NATDEPFILES): Likewise..
2184 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2185 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2186 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2187 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2188 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2189 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2190 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2191 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2192 ptrace's 4th argument's types.
2193 Check the type of PTRACE_TYPE_ARG4.
2194 * configure: Regenerate.
2195 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2196 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2197 (linux_supports_tracefork_flag): Remove.
2198 (linux_supports_tracesysgood_flag): Likewise.
2199 (linux_supports_tracevforkdone_flag): Likewise.
2200 (current_ptrace_options): Moved to
2201 common/linux-ptrace.c.
2202 (linux_tracefork_child): Remove.
2203 (my_waitpid): Remove.
2204 (linux_test_for_tracefork): Renamed to
2205 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2206 (linux_test_for_tracesysgood): Remove.
2207 (linux_supports_tracesysgood): Remove.
2208 (linux_supports_tracefork): Remove.
2209 (linux_supports_tracevforkdone): Remove.
2210 (linux_enable_tracesysgood): Remove.
2211 (linux_enable_event_reporting): Remove.
2212 (linux_init_ptrace): New function.
2213 (linux_child_post_attach): Call linux_init_ptrace.
2214 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2215 (linux_child_follow_fork): Call linux_supports_tracefork
2216 and linux_supports_tracevforkdone.
2217 (linux_child_insert_fork_catchpoint): Call
2218 linux_supports_tracefork.
2219 (linux_child_insert_vfork_catchpoint): Likewise.
2220 (linux_child_set_syscall_catchpoint): Call
2221 linux_supports_tracesysgood.
2222 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2223 * nat/linux-nat.h: New file.
2224 * nat/linux-waitpid.c: New file.
2225 * nat/linux-waitpid.h: New file.
2226
2227 2013-08-22 Samuel Bronson <naesten@gmail.com>
2228
2229 ARM Linux support for `catch syscall'.
2230 * syscalls/arm-linux.py: New file.
2231 * syscalls/arm-linux.xml: Likewise.
2232 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2233 (arm_linux_init_abi): Register the new function and syscall xml file.
2234 * data-directory/Makefile.in: Install the new syscall xml file.
2235 * NEWS: Brag about this.
2236
2237 2013-08-22 Pedro Alves <palves@redhat.com>
2238
2239 PR gdb/15871
2240 * corefile.c (target_xfer_memory_error): New function.
2241 (memory_error): Defer EIO to target_memory_error.
2242 (read_memory): Use target_xfer_partial, and handle finer-grained
2243 target xfer errors.
2244 * target.c (target_xfer_error_to_string): New function.
2245 (memory_xfer_partial_1): If memory is known to be
2246 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2247 (target_xfer_partial): Make extern.
2248 * target.h (enum target_xfer_error): New enum.
2249 (target_xfer_error_to_string): Declare function.
2250 (target_xfer_partial): Declare function.
2251 (struct target_ops) <xfer_partial>: Adjust describing comment.
2252
2253 2013-08-22 Alan Modra <amodra@gmail.com>
2254
2255 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2256 * configure.tgt: Likewise as targets.
2257
2258 2013-08-20 Doug Evans <dje@google.com>
2259
2260 * buildsym.c (subfile_stack): Move here from buildsym.h.
2261 (pending_macros): Ditto.
2262 (get_macro_table): New function.
2263 (buildsym_init): Initialize subfile_stack.
2264 * coffread.c (type_vector,type_vector_length): Moved here from
2265 buildsym.h.
2266 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2267 (coff_symtab_read): Use it.
2268 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2269 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2270 with call to get_macro_table.
2271 * stabsread.c (type_vector,type_vector_length): Moved here from
2272 buildsym.h.
2273 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2274 * buildsym.h (get_macro_table): Declare.
2275
2276 2013-08-20 Tom Tromey <tromey@redhat.com>
2277
2278 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2279 Update.
2280 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2281
2282 2013-08-20 Doug Evans <dje@google.com>
2283
2284 * blockframe.c: Remove #include "psymtab.h".
2285 * cp-support.c: Ditto.
2286 * source.c: Ditto.
2287 * stack.c: Ditto.
2288
2289 2013-08-20 Tom Tromey <tromey@redhat.com>
2290
2291 PR python/15816:
2292 * exceptions.h (return_mask): Now an enum.
2293 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2294 enum constants.
2295
2296 2013-08-20 Tom Tromey <tromey@redhat.com>
2297
2298 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2299 get_objfile_arch.
2300 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2301 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2302 * jit.c (jit_object_close_impl): Update.
2303 * jv-lang.c (get_dynamics_objfile): Update.
2304 * linespec.c (add_minsym): Use get_dynamics_objfile.
2305 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2306 (allocate_objfile): Don't initialize 'gdbarch' field.
2307 (get_objfile_arch): Update.
2308 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2309 moved from...
2310 (struct objfile) <gdbarch>: ... here. Remove.
2311 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2312 get_objfile_arch.
2313 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2314
2315 2013-08-20 Alan Modra <amodra@gmail.com>
2316
2317 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2318 for IBM long double nan and inf.
2319 (floatformat_is_negative, floatformat_classify,
2320 floatformat_mantissa): Similarly.
2321 (floatformat_ieee_single, floatformat_ieee_double,
2322 floatformat_ieee_quad, floatformat_arm_ext,
2323 floatformat_ia64_spill): Delete unused vars.
2324 (_initialize_doublest): Delete unused function.
2325 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2326 little-endian variants of floatformat_ibm_long_double.
2327
2328 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2329
2330 * Makefile.in (SFILES): Remove common/target-common.c and
2331 add target/waitstatus.c.
2332 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2333 target/resume.h, target/wait.h and target/waitstatus.h.
2334 (COMMON_OBS): Remove target-common.o and add
2335 waitstatus.o.
2336 (target-common.o): Remove.
2337 (waitstatus.o): New target object file.
2338 * common/target-common.c: Move contents to
2339 target/waitstatus.c and remove.
2340 * common/target-common.h: Move contents to other files and
2341 remove.
2342 (enum resume_kind: Move to target/resume.h.
2343 (TARGET_WNOHANG): Move to target/wait.h.
2344 (enum target_waitkind): Move to target/waitstatus.h.
2345 (struct target_waitstatus): Likewise.
2346 * target.h: Do not include target-common.h and
2347 include target/resume.h, target/wait.h and
2348 target/waitstatus.h.
2349 * target/resume.h: New file.
2350 * target/wait.h: New file.
2351 * target/waitstatus.h: New file.
2352 * target/waitstatus.c: New file.
2353
2354 2013-08-19 Pedro Alves <palves@redhat.com>
2355
2356 * linux-nat.c (linux_test_for_tracefork)
2357 (linux_test_for_tracesysgood, linux_child_follow_fork)
2358 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2359 (linux_nat_wait_1): Extend comment.
2360 (linux_async_pipe): Add comment.
2361
2362 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2363
2364 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2365 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2366 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2367 Update to account for fact that PC is now a pseudo-register.
2368 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2369 cases for RL78_PC_REGNUM.
2370
2371 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2372
2373 PR cli/15841
2374 * top.c (quit_force): Skip writing history file
2375 if input is not from terminal.
2376
2377 2013-08-14 Tom Tromey <tromey@redhat.com>
2378
2379 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2380 resultthreadlist>: New fields.
2381 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2382 (remote_get_threadlist, remote_threadlist_iterator): Use
2383 new fields. Remove static variables.
2384
2385 2013-08-14 Tom Tromey <tromey@redhat.com>
2386
2387 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2388 remote_watch_data_address>: New fields.
2389 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2390 (process_stop_reply, remote_wait_as)
2391 (remote_check_watch_resources, remote_stopped_data_address): Update.
2392
2393 2013-08-14 Tom Tromey <tromey@redhat.com>
2394
2395 * remote.c (struct remote_state) <async_client_callback,
2396 async_client_context>: New fields.
2397 (async_client_callback, async_client_context): Remove.
2398 (remote_async_serial_handler, remote_async): Update.
2399
2400 2013-08-14 Tom Tromey <tromey@redhat.com>
2401
2402 * remote.c (sizeof_pkt): Remove.
2403 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2404
2405 2013-08-14 Tom Tromey <tromey@redhat.com>
2406
2407 * remote.c (struct remote_state) <use_threadinfo_query,
2408 use_threadextra_query>: New fields.
2409 (remote_threads_info, remote_threads_extra_info)
2410 (remote_open_1): Update.
2411
2412 2013-08-14 Tom Tromey <tromey@redhat.com>
2413
2414 * remote.c (struct remote_state) <finished_object,
2415 finished_annex, finished_offset>: New fields.
2416 (remote_read_qxfer): Use remote_state fields; remove static
2417 variables.
2418
2419 2013-08-14 Tom Tromey <tromey@redhat.com>
2420
2421 * remote.c (struct remote_state) <last_sent_step>:
2422 New field.
2423 (last_sent_step): Remove.
2424 (remote_resume, remote_wait_as): Update.
2425
2426 2013-08-14 Tom Tromey <tromey@redhat.com>
2427
2428 * remote.c (struct remote_state) <last_sent_signal>:
2429 New field.
2430 (last_sent_signal): Remove.
2431 (new_remote_state, remote_resume, remote_wait_as): Update.
2432
2433 2013-08-14 Tom Tromey <tromey@redhat.com>
2434
2435 * remote.c (struct remote_state) <last_program_signals_packet>:
2436 New field.
2437 (last_program_signals_packet): Remove.
2438 (remote_program_signals, remote_open_1): Update.
2439
2440 2013-08-14 Tom Tromey <tromey@redhat.com>
2441
2442 * remote.c (struct remote_state) <last_pass_packet>:
2443 New field.
2444 (last_pass_packet): Remove.
2445 (remote_pass_signals, remote_open_1): Update.
2446
2447 2013-08-14 Tom Tromey <tromey@redhat.com>
2448
2449 * remote.c (struct remote_state) <remote_traceframe_number>:
2450 New field.
2451 (remote_traceframe_number): Remove.
2452 (new_remote_state, remote_open_1, set_remote_traceframe)
2453 (remote_trace_find): Update.
2454
2455 2013-08-14 Tom Tromey <tromey@redhat.com>
2456
2457 * remote.c (struct remote_state) <general_thread, continue_thread>:
2458 New fields.
2459 (general_thread, continue_thread): Remove.
2460 (record_currthread, set_thread, set_general_process)
2461 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2462 (extended_remote_mourn_1): Update.
2463
2464 2013-08-14 Tom Tromey <tromey@redhat.com>
2465
2466 * remote.c (struct remote_state) <remote_desc>: New field.
2467 (remote_desc): Remove.
2468 (remote_threads_info, remote_threads_extra_info, remote_close)
2469 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2470 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2471 (remote_hostio_send_command, remote_file_put, remote_file_get)
2472 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2473 (remote_async, remote_new_objfile, set_range_stepping): Update.
2474
2475 2013-08-14 Tom Tromey <tromey@redhat.com>
2476
2477 * remote.c (remote_state): Now a pointer.
2478 (get_remote_state_raw): Update.
2479 (new_remote_state): New function.
2480 (_initialize_remote): Use new_remote_state.
2481
2482 2013-08-14 Tom Tromey <tromey@redhat.com>
2483
2484 * remote.c (remote_protocol_features): Now const.
2485
2486 2013-08-14 Tom Tromey <tromey@redhat.com>
2487
2488 * remote.c (crc32_table, crc32): Remove.
2489 (remote_verify_memory): Use xcrc32.
2490
2491 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2492
2493 * value.h (create_internalvar_type_lazy): Adjust prototype
2494 declaration.
2495
2496 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2497
2498 * common/format.c (parse_format_string): Don't allow '#' flag for
2499 pointer arguments in format string.
2500
2501 2013-08-13 Pierre Muller <muller@sourceware.org>
2502
2503 * utils.c (init_page_info): Only call tgetnum function
2504 if rl_get_screen_size did not return useful values.
2505
2506 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2507
2508 PR breakpoints/15117
2509 * linespec.c (linespec_parse_basic): Check for convenience
2510 variable or history value while parsing.
2511
2512 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2513
2514 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2515 AVR.
2516 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2517 different signals between the generic Linux kernel implementation
2518 and AVR's.
2519 (avr_linux_gdb_signal_from_target): Delete.
2520 (avr_linux_gdb_signal_to_target): Delete.
2521 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2522
2523 2013-08-09 Doug Evans <dje@google.com>
2524
2525 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2526 entries.
2527
2528 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2529
2530 * linux-tdep.c: Define enum with generic signal numbers.
2531 (linux_gdb_signal_from_target): New function.
2532 (linux_gdb_signal_to_target): Likewise.
2533 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2534 methods to the functions above.
2535 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2536 (linux_gdb_signal_to_target): Likewise.
2537 * alpha-linux-tdep.c: Define new enum with signals different
2538 from generic Linux kernel.
2539 (alpha_linux_gdb_signal_from_target): New function.
2540 (alpha_linux_gdb_signal_to_target): Likewise.
2541 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2542 with the functions mentioned above.
2543 * avr-tdep.c: Define enum with differences between Linux kernel
2544 and AVR signals.
2545 (avr_linux_gdb_signal_from_target): New function.
2546 (avr_linux_gdb_signal_to_target): Likewise.
2547 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2548 the functions mentioned above.
2549 * sparc-linux-tdep.c: Define enum with differences between SPARC
2550 and generic Linux kernel signal numbers.
2551 (sparc32_linux_gdb_signal_from_target): New function.
2552 (sparc32_linux_gdb_signal_to_target): Likewise.
2553 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2554 to the functions defined above.
2555 * xtensa-linux-tdep.c: Define enum with differences between
2556 Xtensa and Linux kernel generic signals.
2557 (xtensa_linux_gdb_signal_from_target): New function.
2558 (xtensa_linux_gdb_signal_to_target): Likewise.
2559 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2560 to the functions defined above.
2561 * mips-linux-tdep.c: Define enum with differences between
2562 signals in MIPS and Linux kernel generic ones.
2563 (mips_gdb_signal_to_target): New function.
2564 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2565 only different signals from the Linux kernel generic.
2566 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2567 the functions defined above.
2568 * mips-linux-tdep.h (enum mips_signals): Remove.
2569
2570 2013-08-09 Pedro Alves <palves@redhat.com>
2571
2572 * avr-tdep.c (XMALLOC): Delete macro.
2573 * cli/cli-dump.c (XMALLOC): Delete macro.
2574
2575 2013-08-09 Pedro Alves <palves@redhat.com>
2576
2577 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2578 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2579 (fopen_with_cleanup, add_dump_command): Make static.
2580 * cli/cli-dump.h: Delete file.
2581 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2582 cli/cli-dump.h.
2583
2584 2013-08-09 Pedro Alves <palves@redhat.com>
2585
2586 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2587 error message.
2588
2589 2013-08-09 Pedro Alves <palves@redhat.com>
2590
2591 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2592 error message.
2593
2594 2013-08-09 Pedro Alves <palves@redhat.com>
2595
2596 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2597 (gcore_command): Use tilde_expand here, and when showing the
2598 filename to the user, show the expanded version.
2599
2600 2013-08-09 Yao Qi <yao@codesourcery.com>
2601
2602 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2603 'entryval' is set.
2604
2605 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2606
2607 * gcore.c (create_gcore_bfd): Use tilde_expand.
2608
2609 2013-08-08 Yao Qi <yao@codesourcery.com>
2610
2611 * frame.h (read_frame_local): Declare.
2612 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2613 read_frame_local.
2614 * stack.c (read_frame_local): New.
2615
2616 2013-08-08 Yao Qi <yao@codesourcery.com>
2617
2618 * mi/mi-cmd-stack.c: Update comments to function
2619 list_args_or_locals.
2620
2621 2013-08-07 Tom Tromey <tromey@redhat.com>
2622
2623 PR symtab/15028:
2624 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2625 (process_psymtab_comp_unit_reader): Use it.
2626 (process_psymtab_comp_unit): Update. Add "pretend_language"
2627 argument.
2628 (dwarf2_build_psymtabs_hard): Update.
2629 (scan_partial_symbols): Pass CU's language to
2630 process_psymtab_comp_unit.
2631
2632 2013-08-07 Tom Tromey <tromey@redhat.com>
2633
2634 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2635 (dwarf2_gdb_index_functions): Update.
2636 * psymtab.c (find_symbol_file_from_partial): Remove.
2637 (psym_functions): Update.
2638 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2639 Remove.
2640
2641 2013-08-07 Tom Tromey <tromey@redhat.com>
2642
2643 * symfile.c (set_initial_language): Look up "main" symbol
2644 and use its language.
2645 * symtab.c (find_main_filename): Remove.
2646 * symtab.h (find_main_filename): Remove.
2647
2648 2013-08-07 Tom Tromey <tromey@redhat.com>
2649
2650 * dwarf2read.c (recursively_compute_inclusions): Add
2651 "immediate_parent" argument. Set symtab's "user" field
2652 if not set.
2653 (compute_symtab_includes): Update.
2654
2655 2013-08-07 Tom Tromey <tromey@redhat.com>
2656
2657 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2658 when adding label symbols.
2659
2660 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2661 Ulrich Weigand <uweigand@de.ibm.com>
2662
2663 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2664 * configure.host (powerpc64-*-aix*): Likewise.
2665
2666 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2667 Ulrich Weigand <uweigand@de.ibm.com>
2668
2669 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2670 is defined.
2671 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2672 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2673 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2674 * configure.ac: Check for ptrace64.
2675 * configure, config.in: Regenerate.
2676
2677 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2678 Ulrich Weigand <uweigand@de.ibm.com>
2679
2680 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2681 Call ptrace64 instead of ptrace if defined.
2682 Add macro addr_ptr to take care of ptrace address argument.
2683 (pdc_read_regs): Likewise.
2684 (pdc_write_regs): Likewise.
2685 (aix_thread_resume): Likewise.
2686 (fetch_regs_kernel_thread): Likewise.
2687 (store_regs_kernel_thread): Likewise.
2688
2689 2013-08-07 Anton Blanchard <anton@samba.org>
2690
2691 * MAINTAINERS: Add myself to Write After Approval.
2692
2693 2013-08-05 Tom Tromey <tromey@redhat.com>
2694
2695 * aix-thread.c (_initialize_aix_thread): Use
2696 complete_target_initialization.
2697 * bsd-uthread.c (_initialize_bsd_uthread): Use
2698 complete_target_initialization.
2699 * dec-thread.c (_initialize_dec_thread): Use
2700 complete_target_initialization.
2701 * ravenscar-thread.c (_initialize_ravenscar): Use
2702 complete_target_initialization.
2703 * sol-thread.c (_initialize_sol_thread): Use
2704 complete_target_initialization.
2705 * spu-multiarch.c (_initialize_spu_multiarch): Use
2706 complete_target_initialization.
2707
2708 2013-08-05 Tom Tromey <tromey@redhat.com>
2709
2710 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2711 * ada-lang.c (ada_lookup_simple_minsym): Return
2712 bound_minimal_symbol.
2713 * ada-lang.h (ada_lookup_simple_minsym): Update.
2714 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2715 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2716 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2717 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2718 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2719 * minsyms.c (msymbol_objfile): Remove.
2720 (lookup_minimal_symbol_internal): New function, from
2721 lookup_minimal_symbol.
2722 (lookup_minimal_symbol): Rewrite using
2723 lookup_minimal_symbol_internal.
2724 (lookup_bound_minimal_symbol): New function.
2725 * minsyms.h (msymbol_objfile): Remove.
2726 (lookup_bound_minimal_symbol): Declare.
2727 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2728 * parse.c (write_exp_msymbol): Change parameter to a
2729 bound_minimal_symbol.
2730 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2731 * parser-defs.h (write_exp_msymbol): Update.
2732 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2733 * symfile.c (simple_read_overlay_table): Use
2734 lookup_bound_minimal_symbol.
2735 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2736 (search_symbols): Likewise.
2737 (print_msymbol_info): Take a bound_minimal_symbol argument.
2738 (symtab_symbol_info, rbreak_command): Update.
2739 * symtab.h (struct symbol_search) <msymbol>: Change type
2740 to bound_minimal_symbol.
2741 * valops.c (find_function_in_inferior): Use
2742 lookup_bound_minimal_symbol.
2743 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2744
2745 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2746
2747 Code cleanup.
2748 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2749 to ...
2750 (async_cleanup_sigint_signal_handler): ... this.
2751 (initialize_sigint_signal_handler): Remove declaration.
2752 (handle_remote_sigint): Rename the declaration to ...
2753 (async_handle_remote_sigint): ... this.
2754 (handle_remote_sigint_twice): Rename the declaration to ...
2755 (async_handle_remote_sigint_twice): ... this.
2756 (async_remote_interrupt, async_remote_interrupt_twice)
2757 (remote_interrupt): Remove the declarations.
2758 (remote_interrupt_twice): Rename the declaration ...
2759 (sync_remote_interrupt_twice): ... this.
2760 (sigint_remote_twice_token): Rename the variable to ...
2761 (async_sigint_remote_twice_token): ... this.
2762 (sigint_remote_token): Rename the variable to ...
2763 (async_sigint_remote_token): ... this.
2764 (initialize_sigint_signal_handler): Rename the function to ...
2765 (async_initialize_sigint_signal_handler): ... this. Update the name
2766 inside.
2767 (handle_remote_sigint): Rename the function to ...
2768 (async_handle_remote_sigint): ... this. Update the names inside.
2769 (handle_remote_sigint_twice): Rename the function to ...
2770 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2771 (cleanup_sigint_signal_handler): Rename the function to ...
2772 (async_cleanup_sigint_signal_handler): ... this.
2773 (remote_interrupt): Rename the function to ...
2774 (sync_remote_interrupt): this. Update the names inside.
2775 (remote_interrupt_twice): Rename the function to ...
2776 (sync_remote_interrupt_twice): this. Update the names inside.
2777 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2778 (_initialize_remote): Update the names inside.
2779
2780 2013-08-02 Tom Tromey <tromey@redhat.com>
2781
2782 PR symtab/15719:
2783 * breakpoint.c (update_watchpoint, watchpoint_check)
2784 (watch_command_1): Update.
2785 * eval.c (fetch_subexp_value): Add "preserve_errors"
2786 parameter.
2787 * ppc-linux-nat.c (check_condition): Update.
2788 * value.h (fetch_subexp_value): Update.
2789
2790 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
2791
2792 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2793 add_file_handler.
2794
2795 2013-08-01 Doug Evans <dje@google.com>
2796
2797 PR symtab/15691
2798 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2799 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2800 Add assert of sig_entry->dwo_unit == NULL.
2801 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2802 had already been read.
2803 (read_signatured_type): Set per_cu.tu_read.
2804
2805 PR symtab/15695
2806 * valops.c (value_struct_elt): Add missing call to check_typedef.
2807 (value_find_oload_method_list): Ditto.
2808
2809 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2810 effectively, struct symbol_search **.
2811 (make_cleanup_free_search_symbols): Change arg to struct
2812 symbol_search **. All callers updated.
2813 (compare_search_syms): Compare symtab file name and block as well.
2814 (search_symbols_equal): New function.
2815 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2816 New args new_head, new_tail. Result is now void. Remove dups after
2817 sorting the symbols.
2818 (search_symbols): Sort all found symbols once, after all have been
2819 found, and remove duplicates. Simplify cleanup tracking of result.
2820 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2821
2822 Further workarounds for binutils/15021.
2823 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2824 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2825 Watch for duplicate symtabs coming from type units.
2826 (compute_symtab_includes): Update call to
2827 recursively_compute_inclusions. Build vector of included symtabs
2828 instead of per_cus.
2829 * symtab.h (symtab_ptr): New typedef.
2830 (DEF_VEC_P (symtab_ptr)): New VEC type.
2831 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2832 instead.
2833
2834 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
2835
2836 * cli/cli-script.c (script_from_file): Remove use of
2837 error_pre_print.
2838 * main.c (captured_main): Remove use of error_pre_print and
2839 quit_pre_print.
2840 * utils.c (error_pre_print, quit_pre_print): Remove.
2841 * utils.h (error_pre_print, quit_pre_print): Likewise.
2842
2843 2013-08-01 Yao Qi <yao@codesourcery.com>
2844
2845 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2846 with mi_getopt.
2847 (mi_cmd_stack_list_variables): Likewise.
2848
2849 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2850
2851 * exceptions.c (deprecated_throw_reason): Remove.
2852 * exceptions.h (deprecated_throw_reason): Remove.
2853
2854 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2855
2856 * remote-mips.c (mips_error): Replace use of
2857 deprecated_throw_reason with throw_verror. Use the error message
2858 passed to mips_error as the error message for throw_verror.
2859
2860 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2861
2862 * monitor.c (monitor_interrupt_query): Replace use of
2863 deprecated_throw_reason with quit.
2864 * nto-procfs.c (interrupt_query): Likewise.
2865 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2866 * remote-mips.c (mips_kill): Likewise.
2867 * remote.c (interrupt_query): Likewise.
2868
2869 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2870
2871 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2872 with call to fatal.
2873
2874 2013-07-31 Pedro Alves <pedro@codesourcery.com>
2875 Yao Qi <yao@codesourcery.com>
2876
2877 * tracepoint.c (trace_dump_command): Select the current frame.
2878
2879 2013-07-30 Doug Evans <dje@google.com>
2880
2881 * dwarf2read.c (process_queue): Add type signature to debug output.
2882
2883 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2884
2885 * value.c (value_fetch_lazy): Mark optimized out values as such
2886 rather than raising an error.
2887
2888 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2889
2890 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2891 before checking which bits of the parent, not the child, value are
2892 valid.
2893
2894 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2895
2896 PR gdb/15715
2897 * top.c: Include "filenames.h".
2898 (set_history_filename): New function.
2899 (init_main): Install it as set hook of the "set history filename"
2900 command.
2901
2902 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2903
2904 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2905 attribute parameter.
2906 (dwarf2_const_value_data): Constify struct attribute parameter.
2907 (dwarf2_const_value): Constify struct attribute parameter.
2908 (dwarf2_const_value_attr): Constify struct attribute parameter.
2909 (lookup_die_type): Constify struct attribute parameter.
2910 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2911 (follow_die_ref_or_sig): Constify struct attribute parameter.
2912 (follow_die_ref): Constify struct attribute parameter.
2913 (follow_die_sig): Constify struct attribute parameter.
2914 (get_DW_AT_signature_type): Constify struct attribute parameter.
2915 (get_type_unit_group): Constify struct attribute parameter.
2916 (fill_in_loclist_baton): Constify struct attribute parameter.
2917 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2918 (type_unit_group): Constify struct attribute parameter.
2919
2920 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2921
2922 * dwarf2read.c (attr_form_is_block): Make argument const.
2923 (attr_form_is_section_offset): Make argument const.
2924 (attr_form_is_constant): Make argument const.
2925 (attr_form_is_ref): Make argument const.
2926
2927 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2928
2929 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2930 All uses updated.
2931 (attr_form_is_ref): Moved below attr_form_is_constant.
2932
2933 2013-07-29 Doug Evans <dje@google.com>
2934
2935 * main.c (captured_command_loop): Tweak comment.
2936
2937 * target.c (target_async_permitted_1): Fix comment.
2938
2939 * symtab.c (iterate_over_some_symtabs): Add comment.
2940
2941 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2942
2943 2013-07-27 Yao Qi <yao@codesourcery.com>
2944
2945 * NEWS: Mention that GDBserver now supports hardware
2946 watchpoints on the MIPS GNU/Linux target.
2947
2948 2013-07-27 Yao Qi <yao@codesourcery.com>
2949
2950 * Makefile.in (HFILES_NO_SRCDIR): Add
2951 common/mips-linux-watch.h.
2952 (mips-linux-watch.o): New rule.
2953 * common/mips-linux-watch.c: New.
2954 * common/mips-linux-watch.h: New.
2955 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2956 * mips-linux-nat.c: Include mips-linux-watch.h.
2957 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2958 to common/mips-linux-watch.h.
2959 (MAX_DEBUG_REGISTER): Likewise.
2960 (enum pt_watch_style): Likewise.
2961 (struct mips32_watch_regs): Likewise.
2962 (struct mips64_watch_regs): Likewise.
2963 (struct pt_watch_regs): Likewise.
2964 (struct mips_watchpoint): Likewise.
2965 (mips_linux_watch_get_irw_mask): Move to
2966 common/mips-linux-watch.c.
2967 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2968 (mips_linux_watch_get_watchlo): Likewise.
2969 (mips_linux_watch_set_watchlo): Likewise.
2970 (mips_linux_watch_get_watchhi): Likewise.
2971 (mips_linux_watch_set_watchhi): Likewise.
2972 (mips_linux_read_watch_registers): Likewise.
2973 (mips_linux_watch_type_to_irw): Likewise.
2974 (mips_linux_stopped_data_address, fill_mask): Likewise.
2975 (mips_linux_watch_try_one_watch): Likewise.
2976 (mips_linux_watch_populate_regs): Likewise.
2977
2978 2013-07-27 Yao Qi <yao@codesourcery.com>
2979
2980 * mips-linux-nat.c (get_irw_mask): Rename to ...
2981 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2982 'set' to 'n'. Update function comment. All callers changed.
2983 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2984 function comment. All callers changed.
2985 (get_num_valid): Rename to ...
2986 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2987 'set' to 'n'. Update function comment. All callers changed.
2988 (get_watchlo): Rename to ...
2989 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2990 'set' to 'n'. Update function comment. All callers changed.
2991 (set_watchlo): Rename to ...
2992 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2993 'set' to 'n'. Update function comment. All callers changed.
2994 (get_watchhi): Rename to ...
2995 (mips_linux_watch_get_watchhi): ... this. Update function
2996 comment. All callers changed.
2997 (set_watchhi): Rename to ...
2998 (mips_linux_watch_set_watchhi): ... this. Update function
2999 comment. All callers changed.
3000 (mips_linux_read_watch_registers): Update function comment.
3001 Add new parameters 'lwpid', 'watch_readback', and
3002 'watch_readback_valid'. Update.
3003 (type_to_irw): Rename to ...
3004 (mips_linux_watch_type_to_irw): ... this. Update function
3005 comment. All callers changed.
3006 (fill_mask): Update function comment.
3007 (try_one_watch): Rename to ...
3008 (mips_linux_watch_try_one_watch): ... this. Change the type
3009 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3010 (populate_regs_from_watches): Rename to ...
3011 (mips_linux_watch_populate_regs): ... this. Add parameter
3012 'current_watches'. All callers changed.
3013
3014 2013-07-27 Yao Qi <yao@codesourcery.com>
3015
3016 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3017 the code.
3018 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3019 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3020 (struct pt_watch_regs): Likewise.
3021 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3022 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3023 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3024 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3025 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3026
3027 2013-07-27 Yao Qi <yao@codesourcery.com>
3028
3029 * breakpoint.h: Include break-common.h.
3030 (enum target_hw_bp_type): Move to ...
3031 * common/break-common.h: ... here. New.
3032
3033 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3034
3035 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3036 process group regardless of having tty on stdin.
3037
3038 2013-07-25 Doug Evans <dje@google.com>
3039
3040 * linux-fork.h (detach_fork): Delete.
3041
3042 2013-07-25 Tom Tromey <tromey@redhat.com>
3043
3044 PR remote/15256, PR remote/15266:
3045 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3046 * monitor.c (monitor_detach): Use unpush_target.
3047 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3048 * remote-mips.c (mips_detach): Use unpush_target. Don't
3049 call mips_close.
3050 * remote-sim.c (gdbsim_detach): Use unpush_target.
3051 * target.c (pop_target): Remove.
3052 (pop_all_targets_above): Don't call target_close.
3053 (target_close): Assert that the target is unpushed.
3054 * target.h (pop_target): Don't declare.
3055 * tracepoint.c (tfile_open): Use unpush_target.
3056
3057 2013-07-25 Tom Tromey <tromey@redhat.com>
3058
3059 * linux-thread-db.c (init_thread_db_ops): Call
3060 complete_target_initialization.
3061 (_initialize_thread_db): Don't call add_target.
3062 * target.c (complete_target_initialization): New function.
3063 (add_target_with_completer): Call it.
3064 * target.h (complete_target_initialization): Declare.
3065
3066 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3067
3068 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3069 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3070 (HPPANBSD_SIZEOF_GREGS): New define.
3071 (hppaobsd_supply_gregset): Handle additional registers.
3072 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3073 we provide more registers now.
3074 (hppabsd_supply_gregset): Supply additional registers.
3075 (hppabsd_collect_gregset): Collect additional registers.
3076
3077 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3078
3079 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3080 (hppabsd_dwarf2_frame_init_reg): New function.
3081 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3082
3083 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3084
3085 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3086 'z' format code. Remove error for optimized out values, standard
3087 code will handle these fine.
3088
3089 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3090
3091 * NEWS: Mention new 'z' formatter.
3092 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3093 (_initialize_printcmd): Mention 'z' formatter in help text of the
3094 'x' command.
3095
3096 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3097
3098 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3099 formatting.
3100
3101 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3102
3103 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3104 interface can evaluate arguments. Fallback to the old mode if it
3105 cannot.
3106 (create_exception_master_breakpoint): Likewise.
3107 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3108 (struct sym_probe_fns elf_probe_fns): Export function above to the
3109 probe interface.
3110 * probe.c (can_evaluate_probe_arguments): New function.
3111 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3112 function pointer.
3113 (can_evaluate_probe_arguments): New function prototype.
3114 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3115 probe interface can evaluate arguments. Fallback to the old mode
3116 if it cannot.
3117 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3118 interface can evaluate arguments. Warning the user if it cannot.
3119 (stap_can_evaluate_probe_arguments): New function.
3120 (struct probe_ops stap_probe_ops): Export function above to the
3121 probe interface.
3122 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3123 New function pointer.
3124
3125 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3126
3127 * Makefile.in (SFILES): Add common/target-common.c.
3128 Add common/target-common.h to headers.
3129 (COMMON_OBS): Add target-common.o.
3130 (target-common.o): New target.
3131 * linux-nat.h (resume_kind): Move to common/target-common.h.
3132 * target.c (target_waitstatus_to_string): Move to
3133 common/target-common.c.
3134 * target.h: Include target-common.h.
3135 (target_waitkind): Move to common/target-common.h.
3136 (target_waitstatus): Likewise.
3137 (TARGET_WNOHANG): Likewise.
3138 * common/target-common.c: New file.
3139 * common/target-common.h: New file.
3140
3141 2013-07-24 Doug Evans <dje@google.com>
3142
3143 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3144 a warning.
3145
3146 2013-07-23 Yao Qi <yao@codesourcery.com>
3147
3148 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3149 parameter 'gdbarch'.
3150 (i386_stack_tramp_frame_sniffer): Caller update.
3151 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3152 parameter 'gdbarch' and 'target'.
3153 (i386_linux_core_read_description): Caller update.
3154 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3155 Likewise.
3156 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3157 declaration.
3158
3159 2013-07-23 Tom Tromey <tromey@redhat.com>
3160
3161 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3162 2013-07-22.
3163
3164 2013-07-22 Doug Evans <dje@google.com>
3165
3166 * exec.h (remove_target_sections): Delete arg abfd.
3167 * exec.c (exec_close): Update call to remove_target_sections.
3168 (remove_target_sections): Delete arg abfd.
3169 * solib.c (update_solib_list): Ditto.
3170 (reload_shared_libraries_1): Ditto.
3171 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3172 * target.h (struct target_section): Rename key to owner.
3173 All uses updated.
3174
3175 2013-07-22 Tom Tromey <tromey@redhat.com>
3176
3177 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3178
3179 2013-07-22 Tom Tromey <tromey@redhat.com>
3180
3181 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3182 Simplify cleanup handling.
3183
3184 2013-07-22 Tom Tromey <tromey@redhat.com>
3185
3186 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3187 on all return paths.
3188
3189 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3190
3191 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3192 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3193 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3194
3195 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3196
3197 * top.c (print_gdb_version): Add help, apropos description and
3198 url to online documentation.
3199
3200 2013-07-19 Hui Zhu <hui@codesourcery.com>
3201
3202 PR gdb/15692
3203 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3204
3205 2013-07-19 Yao Qi <yao@codesourcery.com>
3206
3207 * target.c (update_current_target): Change the default action
3208 of 'to_traceframe_info' from tcomplain to return_zero.
3209 * target.h (struct target_ops) <to_traceframe_info>: Add more
3210 comments.
3211 * valops.c (read_value_memory): Call
3212 traceframe_available_memory unconditionally.
3213
3214 2013-07-18 Yao Qi <yao@codesourcery.com>
3215
3216 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3217 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3218 symbol without prefix. If found, set its type to
3219 'mst_solib_trampoline'.
3220
3221 2013-07-17 Doug Evans <dje@google.com>
3222
3223 * NEWS: Mention "set print raw frame-arguments".
3224 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3225 * stack.c (print_raw_frame_arguments): New static global.
3226 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3227 (_initialize_stack): New command "set/show print raw frame-arguments".
3228 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3229 (set_print_raw, show_print_raw): New functions.
3230 (_initialize_valprint): New prefix command "set/show print raw".
3231 * valprint.h (value_print_options): Improve comments.
3232
3233 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3234 of all *list variables.
3235
3236 * gdbcmd.h (togglelist): Delete.
3237 * cli/cli-cmds.c (togglelist): Delete.
3238 (init_cmd_lists): Update.
3239 * cli/cli-cmds.h (togglelist): Delete.
3240
3241 2013-07-17 Tom Tromey <tromey@redhat.com>
3242
3243 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3244 dwarf2_per_objfile.
3245
3246 2013-07-16 Doug Evans <dje@google.com>
3247
3248 * nto-tdep.c (nto_relocate_section_addresses): Update,
3249 target_section.bfd deleted.
3250 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3251 * s390-tdep.c (s390_load): Ditto.
3252 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3253
3254 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3255
3256 * common/format.c (parse_format_string): Add checks for NULL
3257 character before calling strchr.
3258
3259 2013-07-16 Doug Evans <dje@google.com>
3260
3261 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3262 temp_pathname argument.
3263 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3264 when opening the file fails.
3265
3266 * target.h (struct target_section): Delete member bfd.
3267 All users updated to use the_bfd_section->owner instead.
3268 * exec.c (add_to_section_table): Assert bfd is expected value.
3269 Remove initialization of target_section.bfd.
3270 (remove_target_sections): Update.
3271 (section_table_available_memory): Update.
3272 (section_table_xfer_memory_partial): Update.
3273 (print_section_info): Update.
3274 (exec_set_section_address): Update.
3275 * record-full.c (record_full_core_xfer_partial): Update.
3276 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3277 * solib-target.c (solib_target_relocate_section_addresses): Update.
3278 * symfile.c (build_section_addr_info_from_section_table): Update.
3279 * target.c (memory_xfer_live_readonly_partial): Update.
3280 (memory_xfer_partial_1): Update.
3281
3282 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3283
3284 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3285 now available for embedded (BookE) and server (BookS) processors,
3286 correct mentions of 'booke' and adjust comments accordingly in order to
3287 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3288 (have_ptrace_booke_interface): Rename function and variable
3289 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3290 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3291 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3292 'hwdebug_point_cmp'. Update all uses.
3293 (booke_find_thread_points_by_tid): Rename function
3294 'booke_find_thread_points_by_tid' to
3295 'hwdebug_find_thread_points_by_tid'. Update all uses.
3296 (booke_insert_point): Rename function 'booke_insert_point' to
3297 'hwdebug_insert_point'. Update all uses.
3298 (booke_remove_point): Rename function 'booke_remove_point' to
3299 'hwdebug_remove_point'. Update all uses.
3300
3301 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3302
3303 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3304 numbers with enum values.
3305
3306 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3307
3308 PR threads/13217
3309 * thread.c (thread_apply_all_command): Check for valid threads
3310 and thread count.
3311 (thread_array_cleanup): New struct.
3312 (set_thread_refcount): New function.
3313
3314 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3315
3316 * infcmd.c (default_print_one_register_info): Reuse function
3317 print_hex_chars.
3318
3319 2013-07-10 Tom Tromey <tromey@redhat.com>
3320
3321 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3322 (ada-exp.o): New target.
3323
3324 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3325
3326 * mt-tdep.c (mt_registers_info): Call
3327 get_no_prettyformat_print_options instead of
3328 get_raw_print_options (regression by last patch from Doug
3329 Evans).
3330
3331 2013-07-09 Pedro Alves <palves@redhat.com>
3332
3333 Checked in by Joel Brobecker <brobecker@adacore.com>.
3334 * ada-lang.c (coerce_unspec_val_to_type): Use
3335 value_optimized_out_const.
3336 * value.c (value_optimized_out_const): New function.
3337 * value.h (value_optimized_out_const): New declaration.
3338
3339 2013-07-09 Doug Evans <dje@google.com>
3340
3341 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3342 Enum values rename as well. All uses updated.
3343 * valprint.h (value_print_options): Rename member pretty to
3344 pretty format. Rename member prettyprint_arrays to
3345 prettyformat_arrays. Rename member prettyprint_structs to
3346 prettyformat_structs. All uses updated.
3347 (get_no_prettyformat_print_options): Renamed from
3348 get_raw_print_options.
3349 * valprint.c (get_no_prettyformat_print_options): Renamed from
3350 get_raw_print_options. All callers updated.
3351 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3352 All callers updated.
3353 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3354 All callers updated.
3355 (_initialize_valprint): Improve help text for "set print pretty" and
3356 "set print arrays".
3357
3358 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3359
3360 * value.c (value_bits_valid): Revert previous change, and change
3361 by Pedro on 2013-07-04, due to regressions in
3362 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3363
3364 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3365 Pedro Alves <palves@redhat.com>
3366
3367 * value.c (value_bits_valid): If the value is not lval_computed
3368 or has no check validity handler then the answer is the
3369 optimized_out flag, otherwise defer to the handler.
3370
3371 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3372
3373 * top.c (print_gdb_configuration): Explain in output of
3374 --configuration what does "relocatable" mean.
3375
3376 * main.c (print_gdb_help): Regroup options in the --help text.
3377 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3378 the relevant discussions.
3379
3380 2013-07-06 Yao Qi <yao@codesourcery.com>
3381
3382 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3383 Remove parameter 'lsal'.
3384 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3385 to inner block. Caller update.
3386 (base_breakpoint_create_breakpoints_sal): Update.
3387 (bkpt_create_breakpoints_sal): Likewise.
3388 (tracepoint_create_breakpoints_sal): Likewise.
3389 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3390 element 0 of vector 'canonical->sals'.
3391
3392 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3393
3394 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3395 register number instead of the pseudo register one.
3396 (rs6000_dwarf2_reg_to_regnum): Likewise.
3397
3398 2013-07-04 Pedro Alves <palves@redhat.com>
3399
3400 * findvar.c (value_of_register): Use allocate_optimized_out_value
3401 if the register has been optimized out, instead of
3402 set_value_optimized_out.
3403 * frame-unwind.c (frame_unwind_got_optimized): Use
3404 allocate_optimized_out_value.
3405
3406 2013-07-04 Pedro Alves <palves@redhat.com>
3407
3408 * value.c (value_bits_valid): If the value is not lval_computed,
3409 or doesn't have a check_validity hook, assume the value is entirely
3410 valid.
3411
3412 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3413
3414 * stack.c (read_frame_arg): No longer fetch lazy values.
3415 * value.c (value_optimized_out): If the value is not already
3416 marked optimized out, and is lazy then fetch it.
3417 (value_primitive_field): Move optimized out check to later in the
3418 function, after we have loaded any lazy values.
3419 (value_fetch_lazy): Use optimized out flag directly rather than
3420 calling optimized_out method.
3421
3422 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3423
3424 * valops.c: Don't include "user-regs.h".
3425 (value_fetch_lazy): Moved to value.c.
3426 * value.c: Include "user-regs.h".
3427 (value_fetch_lazy): Moved from valops.c.
3428
3429 2013-07-04 Yao Qi <yao@codesourcery.com>
3430
3431 Revert:
3432 2013-06-27 Yao Qi <yao@codesourcery.com>
3433
3434 * common/create-version.sh: Update comments. Handle the case
3435 that TARGET_ALIAS is empty.
3436
3437 2013-07-03 Pedro Alves <palves@redhat.com>
3438
3439 * Makefile.in (config.status): Depend on development.sh.
3440 (aclocal_m4_deps): Add libmcheck.m4.
3441 * acinclude.m4: Include libmcheck.m4.
3442 * configure.ac: Source development.sh instead of setting
3443 'development' here. --enable-libmcheck/--disable-libmcheck code
3444 factored out to GDB_AC_LIBMCHECK. Run it.
3445 * development.sh: New file.
3446 * libmcheck.m4: New file.
3447 * configure: Regenerate.
3448
3449 2013-07-02 Tom Tromey <tromey@redhat.com>
3450
3451 * contrib/ari/update-web-ari.sh: Update for version.in change.
3452
3453 2013-07-02 Tom Tromey <tromey@redhat.com>
3454
3455 * common/ptid.h: Comment fixes.
3456
3457 2013-07-01 Tom Tromey <tromey@redhat.com>
3458
3459 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3460 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3461 (dwarf2_read_index, create_all_comp_units): Update.
3462
3463 2013-07-01 Tom Tromey <tromey@redhat.com>
3464
3465 * configure.ac (build_warnings): Add -Wold-style-definition.
3466 * configure: Rebuild.
3467 * machoread.c (_initialize_machoread): Use "(void)".
3468 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3469 use "(void)".
3470
3471 2013-07-01 Tom Tromey <tromey@redhat.com>
3472
3473 * configure.ac (build_warnings): Add -Wold-style-declaration.
3474 * configure: Rebuild.
3475 * dsrec.c (make_srec): Use "static const", not "const static".
3476 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3477 not "const static".
3478 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3479 Use "static const", not "const static".
3480 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3481 not "const static".
3482 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3483 not "const static".
3484 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3485 not "const static".
3486 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3487 not "const static".
3488 (v850_dbtrap_breakpoint_from_pc): Likewise.
3489 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3490 not "const static".
3491
3492 2013-07-01 Tom Tromey <tromey@redhat.com>
3493
3494 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3495 * configure: Rebuild.
3496
3497 2013-07-01 Pedro Alves <palves@redhat.com>
3498
3499 * defs.h: Include "pathmax.h".
3500 * utils.c: Don't include sys/param.h.
3501 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3502 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3503 instead of MAXPATHLEN.
3504 * solib-sunos.c: Don't include sys/param.h.
3505 * xcoffread.c: Don't include sys/param.h.
3506 * bsd-kvm.c: Don't include sys/param.h.
3507 * darwin-nat.c: Don't include sys/param.h.
3508 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3509 * darwin-nat-info.c: Don't include sys/param.h.
3510 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3511 MAXPATHLEN.
3512 * i386obsd-nat.c: Don't include sys/param.h.
3513 * inf-child.c: Don't include sys/param.h.
3514 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3515 * linux-fork.c: Don't include sys/param.h.
3516 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3517 * linux-nat.c: Don't include sys/param.h.
3518 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3519 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3520 * m68klinux-nat.c: Don't include sys/param.h.
3521 * nbsd-nat.c: Don't include sys/param.h.
3522 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3523 * ppc-linux-nat.c: Don't include sys/param.h.
3524 * rs6000-nat.c: Don't include sys/param.h.
3525 * spu-linux-nat.c. Don't include sys/param.h.
3526 * windows-nat.c: Don't include sys/param.h.
3527 * xtensa-linux-nat.c: Don't include sys/param.h.
3528 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3529
3530 2013-07-01 Pedro Alves <palves@redhat.com>
3531
3532 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3533 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3534 * gnulib/aclocal.m4: Regenerate.
3535 * gnulib/config.in: Regenerate.
3536 * gnulib/configure: Regenerate.
3537 * gnulib/import/pathmax.h: New file.
3538 * gnulib/import/Makefile.am: Regenerate.
3539 * gnulib/import/Makefile.in: Regenerate.
3540 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3541 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3542 * gnulib/import/m4/pathmax.m4: New file.
3543
3544 2013-07-01 Pedro Alves <palves@redhat.com>
3545
3546 * configure.ac (GDBINIT): Define, depending on host.
3547 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3548 * top.c (PATH_MAX): Delete fallback definition.
3549 (GDBINIT_FILENAME): Delete.
3550 (gdbinit): Reimplement as const char array set to the GDBINIT
3551 string constant.
3552 * top.h (gdbinit): Make const.
3553 * configure, config.in: Regenerate.
3554
3555 2013-07-01 Pedro Alves <palves@redhat.com>
3556
3557 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3558 * cli/cli-cmds.h (source_script): Likewise.
3559 * exceptions.c (catch_command_errors_const): New function.
3560 * exceptions.h (catch_command_errors_const): Declare.
3561 * main.c (get_init_files): Make parameters const, and adjust.
3562 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3563 'local_gdbinit' locals const. Adjust to use
3564 catch_command_errors_const.
3565 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3566 'local_gdbinit' locals const.
3567
3568 2013-07-01 Pedro Alves <palves@redhat.com>
3569
3570 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3571 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3572 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3573 <unistd.h>.
3574
3575 2013-07-01 Pedro Alves <palves@redhat.com>
3576
3577 Import the "unistd" gnulib module.
3578 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3579 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3580 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3581 import/m4/unistd_h.m4.
3582 * gnulib/aclocal.m4: Renenerate.
3583 * gnulib/config.in: Renenerate.
3584 * gnulib/configure: Renenerate.
3585 * gnulib/import/Makefile.am: Renenerate.
3586 * gnulib/import/Makefile.in: Renenerate.
3587 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3588 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3589 * gnulib/import/m4/off_t.m4: New file.
3590 * gnulib/import/m4/ssize_t.m4: New file.
3591 * gnulib/import/m4/sys_types_h.m4: New file.
3592 * gnulib/import/m4/unistd_h.m4: New file.
3593 * gnulib/import/sys_types.in.h: New file.
3594 * gnulib/import/unistd.c: New file.
3595 * gnulib/import/unistd.in.h: New file.
3596
3597 2013-07-01 Pedro Alves <palves@redhat.com>
3598
3599 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3600 defined instead of checking HAVE_UNISTD_H.
3601
3602 2013-07-01 Pedro Alves <palves@redhat.com>
3603
3604 Reimport gnulib from scratch.
3605 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3606 import/m4/onceonly.m4.
3607 * gnulib/aclocal.m4: Renegerate.
3608 * gnulib/config.in: Renegerate.
3609 * gnulib/configure: Renegerate.
3610 * gnulib/import/Makefile.in: Renegerate.
3611 * gnulib/import/extra/update-copyright: Renegerate.
3612 * gnulib/import/m4/onceonly.m4: Delete.
3613
3614 2013-07-01 Pedro Alves <palves@redhat.com>
3615
3616 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3617
3618 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3619
3620 Code cleanup.
3621 * remote.c (async_remote_interrupt_twice): Make it static.
3622 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3623
3624 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3625
3626 * ia64-linux-tdep.c: Include <ctype.h>.
3627 (ia64_linux_stap_is_single_operand): New function.
3628 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3629
3630 2013-06-28 Tom Tromey <tromey@redhat.com>
3631
3632 * Makefile.in (version.c): Use version.in, not
3633 common/version.in.
3634 * common/create-version.sh: Likewise.
3635 * common/version.in: Move...
3636 * version.in: ...here.
3637
3638 2013-06-28 Pedro Alves <palves@redhat.com>
3639
3640 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3641 here.
3642 * utils.h (pagination_enabled): Declare.
3643
3644 2013-06-28 Pedro Alves <palves@redhat.com>
3645
3646 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3647 Move higher up in file.
3648
3649 2013-06-28 Tom Tromey <tromey@redhat.com>
3650
3651 * tracepoint.c (deprecated_readline_begin_hook)
3652 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3653 declare.
3654
3655 2013-06-28 Pedro Alves <palves@redhat.com>
3656
3657 PR tui/14880
3658 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3659 checking if they're available.
3660 * value.c (value_available_contents_eq): Change comment.
3661 * value.h (value_available_contents_eq): Expand comment.
3662
3663 2013-06-27 Tom Tromey <tromey@redhat.com>
3664
3665 * target.c (find_run_target): Remove.
3666 * target.h (find_run_target): Remove.
3667
3668 2013-06-27 Tom Tromey <tromey@redhat.com>
3669
3670 * corelow.c (core_gdbarch): Now static.
3671
3672 2013-06-27 Tom Tromey <tromey@redhat.com>
3673
3674 * target.c (target_struct_index): Remove.
3675
3676 2013-06-27 Pedro Alves <palves@redhat.com>
3677
3678 * infrun.c: Remove comment describing the 'stepping over runtime
3679 loader dynamic symbol resolution code' mechanism; moved to
3680 gdbint.texinfo.
3681
3682 2013-06-27 Pedro Alves <palves@redhat.com>
3683
3684 * exceptions.c (catch_command_errors): Remove spurious space.
3685 * exceptions.h (catch_command_errors): Second parameter is "arg",
3686 not "command".
3687
3688 2013-06-27 Yao Qi <yao@codesourcery.com>
3689
3690 * common/create-version.sh: Update comments. Handle the case
3691 that TARGET_ALIAS is empty.
3692
3693 2013-06-26 Pedro Alves <palves@redhat.com>
3694
3695 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3696 comment.
3697
3698 2013-06-26 Pedro Alves <palves@redhat.com>
3699
3700 * infrun.c: Update comments on stepping over runtime loader
3701 dynamic symbol resolution code.
3702
3703 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3704
3705 * ax-gdb.h (union exp_element): Forward declare.
3706 * parser-defs.h: Include expression.h.
3707
3708 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3709
3710 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3711
3712 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3713
3714 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3715
3716 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3717
3718 Fix trace-status to output proper start-time and stop-time.
3719 * tracepoint.c (trace_status_command): Fix type of printf arg to
3720 prevent improper type conversion.
3721 (trace_status_mi): Likewise.
3722
3723 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3724
3725 * mips-tdep.c (mips_next_pc): Fix a typo.
3726
3727 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3728
3729 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3730
3731 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3732 Yao Qi <yao@codesourcery.com>
3733
3734 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3735 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3736 * mi/mi-main.c (print_variable_or_computed): New function.
3737 (mi_cmd_trace_frame_collected): New function.
3738 * tracepoint.c (find_trace_state_variable_by_number): New.
3739 (struct traceframe_info): Move to tracepoint.h
3740 (struct collection_list): Likewise.
3741 (do_collect_symbol): Include locals and arguments in the
3742 collected variables list.
3743 (clear_collection_list): Clear wholly collected variables list
3744 and computed variables list.
3745 (append_exp): New function.
3746 (encode_actions_1): Include variables in the wholly
3747 collected variables list. Include memory ranges and
3748 full-fledged expressions in the computed expressions list.
3749 (encode_actions): Move some code to ...
3750 Return the cleanup chain.
3751 (encode_actions_rsp): ... here. New function.
3752 (get_traceframe_location, get_traceframe_info): Remove static.
3753 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3754 (struct collection_list): Moved from tracepoint.c. Add two
3755 new fields 'wholly_collected' and 'computed'.
3756 (find_trace_state_variable_by_number): Declare.
3757 (encode_actions): Adjust declaration.
3758 (encode_actions_rsp): Declare.
3759 (get_traceframe_info, get_traceframe_location): Declare.
3760
3761 * NEWS: Mention new MI command -trace-frame-collected.
3762
3763 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3764 Yao Qi <yao@codesourcery.com>
3765
3766 * ctf.c (ctf_traceframe_info): Push trace state variables
3767 present in the trace data into the traceframe info object.
3768 * breakpoint.c (DEF_VEC_I): Remove.
3769 * common/filestuff.c (DEF_VEC_I): Likewise.
3770 * dwarf2loc.c (DEF_VEC_I): Likewise.
3771 * mi/mi-main.c (DEF_VEC_I): Likewise.
3772 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3773 * features/traceframe-info.dtd: Add tvar element and its
3774 attributes.
3775 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3776 (build_traceframe_info): Push trace state variables present in
3777 the trace data into the traceframe info object.
3778 (traceframe_info_start_tvar): New function.
3779 (tvar_attributes): New.
3780 (traceframe_info_children): Add "tvar" element.
3781 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3782
3783 * NEWS: Mention the change in GDB and GDBserver.
3784
3785 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3786 Yao Qi <yao@codesourcery.com>
3787
3788 * tracepoint.c (trace_dump_command): Move code to ...
3789 (get_traceframe_location): ... here. New.
3790
3791 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3792 Yao Qi <yao@codesourcery.com>
3793
3794 * tracepoint.c (trace_dump_command): GDB emits an error
3795 instead of a warning when a traceframe is not selected.
3796
3797 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3798 Yao Qi <yao@codesourcery.com>
3799
3800 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3801 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3802 in collection_list.
3803 (do_clear_collection_list, init_collection_list): New.
3804 (encode_actions): Add local variables 'tracepoint_list' and
3805 'stepping_list'. Call init_collection_list and make cleanup
3806 which calls do_clear_collection_list. Don't call
3807 clear_collection_list.
3808 (_initialize_tracepoint): Delete references to
3809 'tracepoint_list' and 'stepping_list'.
3810
3811 2013-06-25 Tom Tromey <tromey@redhat.com>
3812
3813 * common/create-version.sh (date): Use "$", not "$$" in sed
3814 expression.
3815
3816 2013-06-25 Kevin Buettner <kevinb@redhat.com>
3817
3818 * NEWS (New targets): Add entry for TI MSP430.
3819
3820 2013-06-25 Yao Qi <yao@codesourcery.com>
3821
3822 * remote.c (remote_start_remote): Move code to upload tsv
3823 earlier.
3824
3825 2013-06-25 Yao Qi <yao@codesourcery.com>
3826 Hui Zhu <hui@codesourcery.com>
3827 Pedro Alves <palves@redhat.com>
3828
3829 PR breakpoints/15075
3830 PR breakpoints/15434
3831 * breakpoint.c (bpstat_stop_status): Call
3832 b->ops->after_condition_true.
3833 (update_dprintf_command_list): Don't append "continue" command
3834 to the command list of dprintf breakpoint.
3835 (base_breakpoint_after_condition_true): New function.
3836 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3837 (dprintf_after_condition_true): New function.
3838 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3839 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3840
3841 2013-06-24 Kevin Buettner <kevinb@redhat.com>
3842
3843 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3844 (ALLDEPFILES): Add msp430-tdep.c.
3845 * configure.tgt (msp430*-*-elf): New target.
3846 * msp430-tdep.c: New file.
3847
3848 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3849
3850 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3851 microMIPS synthetic symbols.
3852
3853 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3854
3855 * objfiles.h (pc_in_section): New prototype.
3856 (in_plt_section): Remove name argument, replace prototype with
3857 static inline function.
3858 * mips-tdep.h: Include "objfiles.h".
3859 (in_mips_stubs_section): New function.
3860 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3861 in_solib_call_trampoline member.
3862 (hppa_in_solib_call_trampoline): Remove name argument.
3863 * objfiles.c (pc_in_section): New function.
3864 (in_plt_section): Remove function.
3865 * mips-linux-tdep.c: Include "objfiles.h".
3866 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3867 name argument. Return 1 rather than the low 16-bit halfword of
3868 any instruction examined.
3869 (mips_linux_in_dynsym_resolve_code): Update
3870 mips_linux_in_dynsym_stub call accordingly.
3871 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3872 rather than an equivalent hand-coded sequence.
3873 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3874 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3875 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3876 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3877 in_opd_section.
3878 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3879 on call to tdep->in_solib_call_trampoline.
3880 (hppa_in_solib_call_trampoline): Remove name argument, update
3881 according to in_plt_section change.
3882 (hppa_skip_trampoline_code): Update according to in_plt_section
3883 change.
3884 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3885 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3886 Likewise.
3887 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3888 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3889 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3890 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3891 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3892 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3893 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3894 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3895 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3896 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3897 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3898 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3899 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3900
3901 2013-06-24 Joel Brobecker <brobecker@adacore.com>
3902
3903 * common/create-version.sh: Fix expansion of $host_alias
3904 and $target_alias in generation of HOST_NAME and TARGET_NAME
3905 (resp.).
3906
3907 2013-06-24 Tom Tromey <tromey@redhat.com>
3908
3909 * common/create-version.sh: New file.
3910 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3911 create-version.sh.
3912 (HFILES_NO_SRCDIR): Use common/version.h.
3913 * version.in: Move to ...
3914 * common/version.in: ... here. Replace date with "DATE".
3915 * version.h: Move to ...
3916 * common/version.h: ... here.
3917
3918 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3919
3920 * gdb/gnulib/Makefile.in: Update date in copyright header.
3921 * gdb/gnulib/configure.ac: Ditto.
3922 * gdb/gnulib/update-gnulib.sh: Ditto.
3923
3924 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3925
3926 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3927 "gdb/gnulib/import".
3928
3929 2013-06-21 Will Newton <will.newton@linaro.org>
3930
3931 * doublest.c (ldfrexp): Remove function.
3932 (convert_doublest_to_floatformat): Call frexpl instead of
3933 ldfrexp.
3934
3935 2013-06-21 Will Newton <will.newton@linaro.org>
3936
3937 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3938 * gnulib/aclocal.m4: Regenerate.
3939 * gnulib/config.in: Regenerate.
3940 * gnulib/configure: Regenerate.
3941 * gnulib/import/Makefile.am: Update.
3942 * gnulib/import/Makefile.in: Update.
3943 * gnulib/import/m4/gnulib-cache.m4: Update.
3944 * gnulib/import/m4/gnulib-comp.m4: Update.
3945 * gnulib/import/float+.h: Import.
3946 * gnulib/import/float.c: Import.
3947 * gnulib/import/float.in.h: Import.
3948 * gnulib/import/fpucw.h: Import.
3949 * gnulib/import/frexp.c: Import.
3950 * gnulib/import/frexpl.c: Import.
3951 * gnulib/import/isnan.c: Import.
3952 * gnulib/import/isnand-nolibm.h: Import.
3953 * gnulib/import/isnand.c: Import.
3954 * gnulib/import/isnanl-nolibm.h: Import.
3955 * gnulib/import/isnanl.c: Import.
3956 * gnulib/import/itold.c: Import.
3957 * gnulib/import/m4/exponentd.m4: Import.
3958 * gnulib/import/m4/exponentl.m4: Import.
3959 * gnulib/import/m4/float_h.m4: Import.
3960 * gnulib/import/m4/fpieee.m4: Import.
3961 * gnulib/import/m4/frexp.m4: Import.
3962 * gnulib/import/m4/frexpl.m4: Import.
3963 * gnulib/import/m4/isnand.m4: Import.
3964 * gnulib/import/m4/isnanl.m4: Import.
3965 * gnulib/import/m4/math_h.m4: Import.
3966 * gnulib/import/math.c: Import.
3967 * gnulib/import/math.in.h: Import.
3968
3969 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3970
3971 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3972 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3973 signature_INTEL_edx comparisons.
3974
3975 2013-06-20 Doug Evans <dje@google.com>
3976
3977 symtab/15652
3978 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3979 All callers updated.
3980 (open_dwp_file): If we can't find the dwp file, search the basename
3981 in debug-file-directory.
3982
3983 * dwarf2read.c (struct dwp_file): Fix comment.
3984 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3985
3986 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3987 better.
3988
3989 2013-06-20 Yao Qi <yao@codesourcery.com>
3990
3991 * breakpoint.c (create_breakpoint): Fix code indentation.
3992
3993 2013-06-20 Yao Qi <yao@codesourcery.com>
3994
3995 * breakpoint.c (create_breakpoints_sal_default): Remove
3996 parameter 'lsal'. Update declaration.
3997 (bkpt_create_breakpoints_sal): Caller update.
3998 (tracepoint_create_breakpoints_sal): Likewise.
3999
4000 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4001 Yao Qi <yao@codesourcery.com>
4002
4003 * NEWS: Mention the new option '--skip-unavailable' of command
4004 -data-list-register-values.
4005 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4006 --skip-unavailable option. Adjust to use output_register.
4007 (output_register): Add new 'skip_unavailable' parameter.
4008 Handle it.
4009
4010 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4011
4012 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4013 common/i386-gcc-cpuid.h.
4014 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4015 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4016 Copy the latest version from upstream gcc.
4017 * common/linux-btrace.c: Include i386-cpuid.h.
4018 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4019 call to i386_cpuid.
4020 (cpu_supports_btrace): Likewise.
4021 * go32-nat.c: Include i386-cpuid.h.
4022 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4023
4024 2013-06-19 Doug Evans <dje@google.com>
4025
4026 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4027 (get_section_index): Ditto.
4028
4029 2013-06-19 Tom Tromey <tromey@redhat.com>
4030
4031 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4032 "dprintf" help.
4033
4034 2013-06-18 Doug Evans <dje@google.com>
4035
4036 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4037 before using it.
4038 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4039 Move test of cu_index closer to use. Print complaint if cu_index
4040 is bad.
4041
4042 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4043
4044 * machoread.c (oso_vector): Delete this global.
4045 (macho_register_oso): Add new parameter "oso_vector_ptr".
4046 Use it instead of the "oso_vector" global.
4047 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4048 (macho_symfile_read): Use a local oso_vector, to be free'ed
4049 at the end of this function, in place of the old "oso_vector"
4050 global. Update various function calls accordingly. Use one
4051 single cleanup chain for the entire function.
4052
4053 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4054
4055 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4056 DWARF2_PER_OBJFILE by uses of DATA instead.
4057
4058 2013-06-18 Tom Tromey <tromey@redhat.com>
4059
4060 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4061 argument.
4062 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4063 Special case signals other than GDB_SIGNAL_TRAP.
4064 (explains_signal_watchpoint): New function.
4065 (base_breakpoint_explains_signal): Add 'sig' argument.
4066 (initialize_breakpoint_ops): Set 'explains_signal' method for
4067 watchpoints.
4068 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4069 signal argument.
4070 (bpstat_explains_signal): Likewise.
4071 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4072
4073 2013-06-18 Tom Tromey <tromey@redhat.com>
4074
4075 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4076
4077 2013-06-18 Tom Tromey <tromey@redhat.com>
4078
4079 * python/python.c (finish_python_initialization): Decref
4080 'pythondir' on failure path as well.
4081
4082 2013-06-18 Tom Tromey <tromey@redhat.com>
4083
4084 PR symtab/15391:
4085 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4086 after taking bits_to_skip into account. Sign extend byte_offset.
4087 * utils.h (gdb_sign_extend): Declare.
4088 * utils.c (gdb_sign_extend): New function.
4089
4090 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4091
4092 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4093
4094 2013-06-17 Pierre Muller <muller@sourceware.org>
4095
4096 * corelow.c (core_open): Print GDB signal name instead of target
4097 signal number.
4098
4099 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4100
4101 * .gitignore: Add /gcore.
4102
4103 2013-06-13 Doug Evans <dje@google.com>
4104
4105 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4106 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4107
4108 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4109
4110 * stack.c (backtrace_command_1): Fix indentation.
4111
4112 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4113
4114 * window-nat.c (thread_rec): Add missing empty line after
4115 local variable declaration.
4116
4117 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4118
4119 * windows-nat.c (thread_rec): Revert format used to print
4120 error code returned by SuspendThread from %d back to %u.
4121
4122 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4123
4124 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4125 ID in debug trace.
4126 (get_windows_debug_event): Likewise, for all debug traces.
4127
4128 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4129
4130 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4131 warning message.
4132
4133 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4134 Yao Qi <yao@codesourcery.com>
4135
4136 * mi/mi-main.c (get_register): Remove declaration.
4137 (output_register): Declare.
4138 (mi_cmd_data_list_register_values): Remove local variable
4139 'tuple_cleanup'. Move some code into output_register.
4140 (get_register): Renamed to ...
4141 (output_register): ... this. Output the register's
4142 "number" ui_out tuple here.
4143
4144 2013-06-07 Pedro Alves <palves@redhat.com>
4145
4146 * darwin-nat.c: Fix formating in copyright header.
4147 * darwin-nat.h: Likewise.
4148 * gnu-nat.c: Likewise.
4149 * machoread.c: Likewise.
4150
4151 2013-06-07 Pedro Alves <palves@redhat.com>
4152
4153 PR server/14823
4154 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4155 static. Output a global target description pointer.
4156 (init_registers_${name}): Adjust to initialize a
4157 target description structure.
4158
4159 2013-06-07 Will Newton <will.newton@linaro.org>
4160
4161 * printcmd.c (build_address_symbolic): Call
4162 gdbarch_addr_bits_remove for text minimal symbols.
4163
4164 2013-06-07 Will Newton <will.newton@linaro.org>
4165
4166 * MAINTAINERS: Add myself to Write After Approval.
4167
4168 2013-06-07 Yao Qi <yao@codesourcery.com>
4169
4170 * tracepoint.c (start_tracing): Move code to ...
4171 (trace_reset_local_state): ... here. New.
4172 (disconnect_tracing): Don't call set_current_traceframe,
4173 set_tracepoint_num, and set_traceframe_context. Call
4174 trace_reset_local_state instead.
4175 (tfile_close): Call trace_reset_local_state.
4176 * ctf.c (ctf_close): Likewise.
4177 * remote.c (remote_close): Likewise.
4178 * tracepoint.h (trace_reset_local_state): Declare.
4179
4180 2013-06-06 Doug Evans <dje@google.com>
4181
4182 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4183 and fix header docs.
4184
4185 2013-06-05 Doug Evans <dje@google.com>
4186 Keith Seitz <keiths@redhat.com>
4187
4188 PR 15519
4189 * cp-namespace.c (find_symbol_in_baseclass): Call
4190 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4191 Check result of call to lookup_symbol_static.
4192 Call lookup_static_symbol_aux unconditionally.
4193 Call check_typedef on base types before accessing them.
4194 (cp_lookup_nested_symbol): Fix comment.
4195
4196 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4197
4198 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4199 minimal symbols pointing to function descriptors.
4200
4201 2013-06-05 Tom Tromey <tromey@redhat.com>
4202
4203 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4204
4205 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4206 Pedro Alves <palves@redhat.com>
4207
4208 * remote.c (remote_wait_as): Restore signal handler before returning
4209 when GDB gets a notification.
4210
4211 2013-06-04 Gary Benson <gbenson@redhat.com>
4212
4213 PR 2328
4214 * breakpoint.h (handle_solib_event): Moved function declaration
4215 to solib.h.
4216 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4217 (bpstat_stop_status): Pass new argument to handle_solib_event.
4218 * solib.h (update_solib_breakpoints): New function declaration.
4219 (handle_solib_event): Moved function declaration from
4220 breakpoint.h.
4221 * solib.c (update_solib_breakpoints): New function.
4222 (handle_solib_event): Moved function from breakpoint.c.
4223 Updated to call solib_ops->handle_event if not NULL.
4224 * solist.h (target_so_ops): New fields "update_breakpoints" and
4225 "handle_event".
4226 * infrun.c (set_stop_on_solib_events): New function.
4227 (_initialize_infrun): Use the above for "set
4228 stop-on-solib-events".
4229 (handle_inferior_event): Pass new argument to handle_solib_event.
4230 * solib-svr4.c (probe.h): New include.
4231 (svr4_free_library_list): New forward declaration.
4232 (probe_action): New enum.
4233 (probe_info): New struct.
4234 (probe_info): New static variable.
4235 (NUM_PROBES): New definition.
4236 (svr4_info): New fields "using_xfer", "probes_table" and
4237 "solib_list".
4238 (free_probes_table): New function.
4239 (free_solib_list): New function.
4240 (svr4_pspace_data_cleanup): Free probes table and solib list.
4241 (svr4_copy_library_list): New function.
4242 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4243 (svr4_read_so_list): New parameter "prev_lm".
4244 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4245 (svr4_current_sos): New function.
4246 (probe_and_action): New struct.
4247 (hash_probe_and_action): New function.
4248 (equal_probe_and_action): Likewise.
4249 (register_solib_event_probe): Likewise.
4250 (solib_event_probe_at): Likewise.
4251 (solib_event_probe_action): Likewise.
4252 (solist_update_full): Likewise.
4253 (solist_update_incremental): Likewise.
4254 (disable_probes_interface_cleanup): Likewise.
4255 (svr4_handle_solib_event): Likewise.
4256 (svr4_update_solib_event_breakpoint): Likewise.
4257 (svr4_update_solib_event_breakpoints): Likewise.
4258 (svr4_create_solib_event_breakpoints): Likewise.
4259 (enable_break): Free probes table before creating breakpoints.
4260 Use svr4_create_solib_event_breakpoints to create breakpoints.
4261 (svr4_solib_create_inferior_hook): Free the solib list.
4262 (_initialize_svr4_solib): Initialise
4263 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4264
4265 2013-06-04 Gary Benson <gbenson@redhat.com>
4266
4267 * target.h (target_ops): New field
4268 "to_augmented_libraries_svr4_read".
4269 (target_augmented_libraries_svr4_read): New macro.
4270 * target.c (update_current_target): Handle
4271 to_augmented_libraries_svr4_read.
4272 * remote.c (remote_state): New field
4273 "augmented_libraries_svr4_read".
4274 (remote_augmented_libraries_svr4_read_feature): New function.
4275 (remote_protocol_features): Add entry for
4276 "augmented-libraries-svr4-read".
4277 (remote_augmented_libraries_svr4_read): New function.
4278 (init_remote_ops): Initialize
4279 remote_ops.to_augmented_libraries_svr4_read.
4280
4281 2013-06-04 Gary Benson <gbenson@redhat.com>
4282
4283 * NEWS: Update.
4284
4285 2013-06-04 Gary Benson <gbenson@redhat.com>
4286
4287 * objfiles.h (inhibit_section_map_updates): New function
4288 declaration.
4289 (resume_section_map_updates): Likewise.
4290 (resume_section_map_updates_cleanup): Likewise.
4291 * objfiles.c (objfile_pspace_info): Removed field
4292 "objfiles_changed_p". New fields "new_objfiles_available",
4293 "section_map_dirty" and "inhibit_updates".
4294 (allocate_objfile): Set new_objfiles_available.
4295 (free_objfile): Set section_map_dirty.
4296 (objfile_relocate1): Likewise.
4297 (in_plt_section): Likewise.
4298 (find_pc_section): Update the conditions under which the
4299 section map will be updated.
4300 (inhibit_section_map_updates): New function.
4301 (resume_section_map_updates): Likewise.
4302 (resume_section_map_updates_cleanup): Likewise.
4303
4304 2013-06-04 Gary Benson <gbenson@redhat.com>
4305
4306 * probe.h (get_probe_argument_count): New declaration.
4307 (evaluate_probe_argument): Likewise.
4308 * probe.c (get_probe_argument_count): New function.
4309 (evaluate_probe_argument): Likewise.
4310 (probe_safe_evaluate_at_pc): Use the above new functions.
4311
4312 2013-06-04 Alan Modra <amodra@gmail.com>
4313
4314 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4315 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4316 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4317 target mem reads on optional insns.
4318 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4319 ppc_insns_match_pattern calls.
4320 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4321 Add match for power7 thread safety insns, and new order of
4322 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4323 invocation in comment, and update rest of comment.
4324 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4325 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4326 (ppc64_standard_linkage2_target): Update insn offsets.
4327 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4328 stubs first. Update calls.
4329
4330 2013-06-04 Yao Qi <yao@codesourcery.com>
4331
4332 * solib.c (solib_find): Don't need dir separator if path has
4333 drive spec.
4334
4335 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4336
4337 Revert (indirectly causes a SIGSEGV):
4338 * machoread.c (macho_symfile_read): Assign first cleanup to
4339 'back_to'.
4340
4341 2013-06-03 Yao Qi <yao@codesourcery.com>
4342
4343 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4344 mi-parse.c. Make them static.
4345 (mi_all_values): Likewise.
4346 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4347 mi_parse_print_values. Make it external.
4348 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4349 Remove the declarations.
4350 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4351 * mi/mi-parse.h (mi_parse_print_values): Declare.
4352 * mi/mi-cmd-stack.c: Include mi-parse.h.
4353 (parse_print_values): Remove
4354 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4355 of parse_print_values.
4356 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4357
4358 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4359 Yao Qi <yao@codesourcery.com>
4360
4361 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4362 (encode_actions): Move code to ...
4363 (all_tracepoint_actions_and_cleanup): ... here. New.
4364 (trace_dump_command): Likewise.
4365
4366 2013-05-30 Tom Tromey <tromey@redhat.com>
4367
4368 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4369
4370 2013-05-30 Tom Tromey <tromey@redhat.com>
4371
4372 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4373 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4374 'old_chain' argument. Add 'parser_result' argument.
4375 (gdb_xml_create_parser_and_cleanup): Remove old version.
4376 (gdb_xml_parse_quick): Update.
4377 (xml_process_xincludes): Update.
4378 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4379 declare.
4380
4381 2013-05-30 Tom Tromey <tromey@redhat.com>
4382
4383 * probe.c (collect_probes): Check arguments for NULL before
4384 calling compile_rx_or_error.
4385 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4386 Remove NULL return.
4387
4388 2013-05-30 Tom Tromey <tromey@redhat.com>
4389
4390 * infrun.c (adjust_pc_after_break): Introduce an outer null
4391 cleanup.
4392
4393 2013-05-30 Tom Tromey <tromey@redhat.com>
4394
4395 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4396
4397 2013-05-30 Tom Tromey <tromey@redhat.com>
4398
4399 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4400 for 'old_chain'. Do not check 'head' before processing
4401 cleanups.
4402
4403 2013-05-30 Tom Tromey <tromey@redhat.com>
4404
4405 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4406 "cleanup_tuple".
4407
4408 2013-05-30 Tom Tromey <tromey@redhat.com>
4409
4410 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4411 inner scope. Unconditionally call do_cleanups.
4412
4413 2013-05-30 Tom Tromey <tromey@redhat.com>
4414
4415 * source.c (find_and_open_source): Call do_cleanups.
4416
4417 2013-05-30 Tom Tromey <tromey@redhat.com>
4418
4419 * linux-thread-db.c (thread_db_load_search): Unconditionally
4420 call do_cleanups.
4421
4422 2013-05-30 Tom Tromey <tromey@redhat.com>
4423
4424 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4425 for 'cleanup'; instead use a later one.
4426
4427 2013-05-30 Tom Tromey <tromey@redhat.com>
4428
4429 * python/py-breakpoint.c (bppy_get_commands): Use
4430 explicit, unconditional return.
4431 * python/py-frame.c (frapy_read_var): Likewise.
4432 * python/python.c (gdbpy_decode_line): Likewise.
4433
4434 2013-05-30 Tom Tromey <tromey@redhat.com>
4435
4436 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4437 do_cleanups on all return paths.
4438
4439 2013-05-30 Tom Tromey <tromey@redhat.com>
4440
4441 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4442
4443 2013-05-30 Tom Tromey <tromey@redhat.com>
4444
4445 * stabsread.c (read_struct_type): Call do_cleanups along
4446 all return paths.
4447
4448 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4449
4450 * mips-linux-tdep.c: Adjust formatting throughout.
4451
4452 2013-05-30 Tom Tromey <tromey@redhat.com>
4453
4454 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4455 along all return paths.
4456
4457 2013-05-30 Tom Tromey <tromey@redhat.com>
4458
4459 * symfile.c (find_separate_debug_file): Call do_cleanups
4460 along all return paths.
4461
4462 2013-05-30 Tom Tromey <tromey@redhat.com>
4463
4464 * symtab.c (search_symbols): Introduce a null cleanup for
4465 'retval_chain'.
4466
4467 2013-05-30 Tom Tromey <tromey@redhat.com>
4468
4469 * python/py-value.c (valpy_binop): Call do_cleanups before
4470 exiting loop.
4471
4472 2013-05-30 Tom Tromey <tromey@redhat.com>
4473
4474 * python/py-prettyprint.c (print_children): Remove extra
4475 do_cleanups call.
4476
4477 2013-05-30 Tom Tromey <tromey@redhat.com>
4478
4479 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4480 all return paths.
4481
4482 2013-05-30 Tom Tromey <tromey@redhat.com>
4483
4484 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4485 along all return paths.
4486
4487 2013-05-30 Tom Tromey <tromey@redhat.com>
4488
4489 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4490 call do_cleanups.
4491
4492 2013-05-30 Tom Tromey <tromey@redhat.com>
4493
4494 * varobj.c (c_value_of_root): Call do_cleanups along all
4495 return paths.
4496
4497 2013-05-30 Tom Tromey <tromey@redhat.com>
4498
4499 * tracepoint.c (trace_dump_command): Unconditionally call
4500 do_cleanups.
4501
4502 2013-05-30 Tom Tromey <tromey@redhat.com>
4503
4504 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4505 do_cleanups earlier.
4506
4507 2013-05-30 Tom Tromey <tromey@redhat.com>
4508
4509 * machoread.c (macho_symfile_read): Assign first cleanup to
4510 'back_to'.
4511
4512 2013-05-30 Tom Tromey <tromey@redhat.com>
4513
4514 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4515
4516 2013-05-30 Tom Tromey <tromey@redhat.com>
4517
4518 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4519
4520 2013-05-30 Tom Tromey <tromey@redhat.com>
4521
4522 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4523 call discard_cleanups.
4524 (inf_ptrace_attach): Likewise.
4525
4526 2013-05-30 Tom Tromey <tromey@redhat.com>
4527
4528 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4529 return paths.
4530 (mips_initialize): Likewise.
4531 (common_open): Call do_cleanups.
4532
4533 2013-05-30 Tom Tromey <tromey@redhat.com>
4534
4535 * utils.c (internal_vproblem): Call do_cleanups.
4536
4537 2013-05-30 Tom Tromey <tromey@redhat.com>
4538
4539 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4540
4541 2013-05-30 Tom Tromey <tromey@redhat.com>
4542
4543 * cli/cli-script.c (setup_user_args): Don't return after error.
4544
4545 2013-05-30 Tom Tromey <tromey@redhat.com>
4546
4547 * somread.c (som_symtab_read): Call do_cleanups.
4548
4549 2013-05-30 Tom Tromey <tromey@redhat.com>
4550
4551 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4552
4553 2013-05-30 Tom Tromey <tromey@redhat.com>
4554
4555 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4556 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4557 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4558 * source.c (show_substitute_path_command): Call do_cleanups.
4559 (unset_substitute_path_command, set_substitute_path_command):
4560 Likewise.
4561 * symfile.c (load_command): Call do_cleanups.
4562
4563 2013-05-30 Tom Tromey <tromey@redhat.com>
4564
4565 * contrib/cleanup_check.py: New file.
4566 * contrib/gcc-with-excheck: Add option parsing.
4567
4568 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4569
4570 * windows-nat.c (windows_delete_thread): Add missing space
4571 in cast expression.
4572
4573 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4574
4575 * inferior.c (top level): Include tilde.h.
4576 (add_inferior_command): Call tilde_expand on the value of 'exec'
4577 argument.
4578
4579 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4580 Yao Qi <yao@codesourcery.com>
4581
4582 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4583 Caller update.
4584 (encode_actions): Likewise.
4585 * remote.c (remote_download_tracepoint): Caller update.
4586 * tracepoint.h (encode_actions): Update declaration.
4587
4588 2013-05-30 Pedro Alves <palves@redhat.com>
4589
4590 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4591 pointer.
4592
4593 2013-05-30 Yao Qi <yao@codesourcery.com>
4594
4595 * remote.c (remote_check_symbols): Remove unused parameter
4596 'objfile'.
4597 Declaration update.
4598 (remote_start_remote, remote_new_objfile): Caller update.
4599
4600 2013-05-30 Yao Qi <yao@codesourcery.com>
4601
4602 * mi/mi-cmds.c (mi_cmds): Define MI command
4603 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4604 DEF_MI_CMD_CLI.
4605
4606 2013-05-29 Pedro Alves <palves@redhat.com>
4607
4608 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4609 (remote_insert_watchpoint, remote_remove_watchpoint)
4610 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4611 (remote_verify_memory, compare_sections_command)
4612 (remote_search_memory): Set the general process/thread on the
4613 remote side.
4614
4615 2013-05-29 Pedro Alves <palves@redhat.com>
4616
4617 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4618 (_initialize_aarch64_tdep): Don't call
4619 initialize_tdesc_aarch64_without_fpu.
4620 * features/Makefile (WHICH): Remove reference to
4621 aarch64-without-fpu.
4622 * features/aarch64-without-fpu.c: Delete file.
4623 * regformats/aarch64-without-fpu.dat: Delete file.
4624
4625 2013-05-28 Yao Qi <yao@codesourcery.com>
4626
4627 * tracepoint.c (stringify_collection_list): Remove parameter
4628 'string'.
4629 (encode_actions): Caller update. Remove local variables.
4630
4631 2013-05-24 Yao Qi <yao@codesourcery.com>
4632
4633 * tracepoint.c (TFILE_PID): Remove.
4634 (tfile_open): Don't add thread and inferior.
4635 (tfile_close): Don't set 'inferior_ptid'. Don't call
4636 exit_inferior_silent.
4637 (tfile_thread_alive): Remove.
4638 (init_tfile_ops): Don't set field 'to_thread_alive' of
4639 tfile_ops.
4640
4641 2013-05-23 Doug Evans <dje@google.com>
4642
4643 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4644
4645 2013-05-23 Pedro Alves <palves@redhat.com>
4646
4647 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4648 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4649 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4650 Only define if HAVE_SOCKETS is defined.
4651 * configure.ac: Check for sys/socket.h.
4652 * config.in, configure: Regenerate.
4653
4654 2013-05-23 Pedro Alves <palves@redhat.com>
4655
4656 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4657 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4658 printing uint32_t variables.
4659
4660 2013-05-23 Pedro Alves <palves@redhat.com>
4661
4662 * NEWS: Mention GDBserver range stepping support.
4663
4664 2013-05-23 Yao Qi <yao@codesourcery.com>
4665 Pedro Alves <palves@redhat.com>
4666
4667 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4668 field.
4669 * infcmd.c (step_once, until_next_command): Enable range stepping.
4670 * infrun.c (displaced_step_prepare): Disable range stepping.
4671 (resume): Disable range stepping if stepping over a breakpoint or
4672 we have software watchpoints. If range stepping is enabled,
4673 assert the thread is in the stepping range.
4674 (clear_proceed_status_thread): Clear may_range_step.
4675 (handle_inferior_event): Disable range stepping as soon as we know
4676 the thread that hit the event. Re-enable it whenever we're going
4677 to step with a step range.
4678 * remote.c (struct vCont_action_support) <r>: New field.
4679 (use_range_stepping): New global.
4680 (remote_vcont_probe): Handle 'r' action.
4681 (append_resumption): Append an 'r' action if the thread may range
4682 step.
4683 (show_range_stepping): New function.
4684 (set_range_stepping): New function.
4685 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4686 'set range-stepping' and 'show range-stepping' commands.
4687 * NEWS: Mention range stepping, the new vCont;r action, and the
4688 new "set/show range-stepping" commands.
4689
4690 2013-05-23 Yao Qi <yao@codesourcery.com>
4691 Pedro Alves <palves@redhat.com>
4692
4693 * remote.c (struct vCont_action_support): New struct.
4694 (struct remote_state) <support_vCont_t>: Remove field.
4695 <vCont_actions_support>: New field.
4696 (remote_vcont_probe, remote_stop_ns): Update.
4697
4698 2013-05-23 Yao Qi <yao@codesourcery.com>
4699 Pedro Alves <palves@redhat.com>
4700
4701 * gdbthread.h (pc_in_thread_step_range): New declaration.
4702 * thread.c (pc_in_thread_step_range): New function.
4703 * infrun.c (handle_inferior_event): Use it.
4704
4705 2013-05-23 Joel Brobecker <brobecker@adacore.com>
4706
4707 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4708 of sprintf.
4709
4710 2013-05-22 Keith Seitz <keiths@redhat.com>
4711
4712 * ada-lang.c (is_known_support_routine): Add explicit free of
4713 'func_name' from find_frame_funname.
4714 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4715 for func_name from find_frame_funname.
4716 * python/py-frame.c (frapy_name): Add explicit free of
4717 'name' from find_frame_funname.
4718 * stack.c (find_frame_funname): Add comment explaining that
4719 funcp must be freed by the caller.
4720 Return copy of symbol names instead of pointers.
4721 (print_frame): Add a cleanup for 'funname' from
4722 find_frame_funname.
4723 * stack.h (find_frame_funname): Remove "const" from
4724 'funname' parameter.
4725
4726 2013-05-22 Tom Tromey <tromey@redhat.com>
4727
4728 PR c++/15401:
4729 * c-valprint.c (c_value_print): Use value_addr for
4730 references. Convert back to reference type with value_ref.
4731
4732 2013-05-22 Eli Zaretskii <eliz@gnu.org>
4733
4734 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4735 unloaded DLL, it will be done by handle_solib_event. See
4736 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4737 details.
4738
4739 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4740
4741 * ui-out.c: Create typedef ui_out_level_p and define vector
4742 operations for that type.
4743 (struct ui_out): Use a vector instead of an array.
4744 (current_level): Return level from a vector.
4745 (push_level): Create a level in a vector.
4746 (pop_level): Delete a level in a vector.
4747 (ui_out_new): Create initial level zero level, and store in a
4748 vector.
4749 (ui_out_destroy): Add vector cleanup.
4750
4751 2013-05-22 Pedro Alves <palves@redhat.com>
4752
4753 * python/python-internal.h (gdb_Py_DECREF): Tag with
4754 "ARI: editCase function".
4755
4756 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4757
4758 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4759
4760 2013-05-21 Pedro Alves <palves@redhat.com>
4761
4762 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4763 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4764 * python/py-utils.c (py_decref): Don't check for NULL before
4765 calling Py_DECREF.
4766
4767 2013-05-21 Pedro Alves <palves@redhat.com>
4768
4769 * python/py-utils.c (py_decref): Remove extra braces.
4770 (gdb_pymodule_addobject): Remove extra braces.
4771 * python-internal.h (gdb_Py_DECREF): New static inline function.
4772 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4773
4774 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4775
4776 * breakpoints.c (detach_breakpoints): Do not
4777 detach breakpoints locations with loc_type bp_loc_other.
4778
4779 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4780
4781 Workaround Python 2.6.
4782 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4783 a block.
4784
4785 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 Code cleanup: constification.
4788 * solib.c (solib_ops): Make return type and ops variable type const.
4789 (set_solib_ops): Make the new_ops parameter and ops variable const.
4790 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4791 (solib_add, solib_keep_data_in_core, clear_solib)
4792 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4793 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4794 const.
4795 * solib.h (set_solib_ops): Make the new_ops parameter const.
4796
4797 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4798
4799 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4800 variable.
4801 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4802 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4803 (SYSTEM_GDBINIT_FILES): New variables.
4804 (all): Add stamp-system-gdbinit.
4805 (stamp-system-gdbinit): New rule.
4806 (clean-system-gdbinit, install-system-gdbinit)
4807 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4808 (install-only): Add dependency on install-system-gdbinit.
4809 (uninstall): Add dependency on uninstall-system-gdbinit.
4810 (clean): Add dependency on clean-system-gdbinit.
4811 * system-gdbinit/elinos.py: New file.
4812 * system-gdbinit/wrs-linux.py: New file.
4813
4814 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4815
4816 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4817
4818 2013-05-21 Hui Zhu <hui@codesourcery.com>
4819
4820 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4821 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4822 * mi/mi-cmd-break.c (ctype.h): New include.
4823 (gdb_obstack.h): New include.
4824 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4825 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4826 (mi_cmd_dprintf_insert): New.
4827 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4828 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4829
4830 2013-05-20 Tom Tromey <tromey@redhat.com>
4831
4832 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4833
4834 2013-05-20 Tom Tromey <tromey@redhat.com>
4835
4836 * python/py-value.c (valpy_get_dynamic_type): Simplify
4837 dynamic_type assignment. Use Py_XINCREF.
4838
4839 2013-05-20 Tom Tromey <tromey@redhat.com>
4840
4841 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4842
4843 2013-05-20 Tom Tromey <tromey@redhat.com>
4844
4845 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4846 (gdbpy_selected_frame): Move object-construction code
4847 out of TRY_CATCH.
4848
4849 2013-05-20 Tom Tromey <tromey@redhat.com>
4850
4851 * python/py-arch.c (gdbpy_initialize_arch): Use
4852 gdb_pymodule_addobject.
4853 * python/py-block.c (gdbpy_initialize_blocks): Use
4854 gdb_pymodule_addobject.
4855 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4856 gdb_pymodule_addobject.
4857 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4858 gdb_pymodule_addobject.
4859 * python/py-event.c (gdbpy_initialize_event_generic): Use
4860 gdb_pymodule_addobject.
4861 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4862 gdb_pymodule_addobject.
4863 * python/py-evts.c (add_new_registry): Use
4864 gdb_pymodule_addobject.
4865 (gdbpy_initialize_py_events): Likewise.
4866 * python/py-finishbreakpoint.c
4867 (gdbpy_initialize_finishbreakpoints): Use
4868 gdb_pymodule_addobject.
4869 * python/py-frame.c (gdbpy_initialize_frames): Use
4870 gdb_pymodule_addobject.
4871 * python/py-function.c (gdbpy_initialize_functions): Use
4872 gdb_pymodule_addobject.
4873 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4874 gdb_pymodule_addobject.
4875 * python/py-infthread.c (gdbpy_initialize_thread): Use
4876 gdb_pymodule_addobject.
4877 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4878 gdb_pymodule_addobject.
4879 * python/py-param.c (gdbpy_initialize_parameters): Use
4880 gdb_pymodule_addobject.
4881 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4882 gdb_pymodule_addobject.
4883 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4884 gdb_pymodule_addobject.
4885 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4886 gdb_pymodule_addobject.
4887 * python/py-type.c (gdbpy_initialize_types): Use
4888 gdb_pymodule_addobject.
4889 * python/py-utils.c (gdb_pymodule_addobject): New function.
4890 * python/py-value.c (gdbpy_initialize_values): Use
4891 gdb_pymodule_addobject.
4892 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4893 * python/python.c (_initialize_python): Use
4894 gdb_pymodule_addobject.
4895
4896 2013-05-20 Tom Tromey <tromey@redhat.com>
4897
4898 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4899 * python/py-param.c (get_set_value, get_show_value): Use
4900 explicit decrefs.
4901 * python/python.c (start_type_printers, apply_type_printers):
4902 Use explicit decrefs.
4903
4904 2013-05-20 Tom Tromey <tromey@redhat.com>
4905
4906 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4907 incref the module.
4908
4909 2013-05-20 Tom Tromey <tromey@redhat.com>
4910
4911 * python/python.c (gdbpy_run_events): Decref the result
4912 of PyObject_CallObject.
4913
4914 2013-05-20 Tom Tromey <tromey@redhat.com>
4915
4916 * python/py-symtab.c (set_sal): Use
4917 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4918 (symtab_and_line_to_sal_object): Update.
4919
4920 2013-05-20 Tom Tromey <tromey@redhat.com>
4921
4922 * python/py-param.c (compute_enum_values): Decref 'item'.
4923
4924 2013-05-20 Tom Tromey <tromey@redhat.com>
4925
4926 * mi/mi-main.c: Include python-internal.h.
4927 (mi_cmd_list_features): Check gdb_python_initialized.
4928 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4929 (python_inferior_exit, python_new_objfile, add_thread_object)
4930 (delete_thread_object, py_free_inferior): Check
4931 gdb_python_initialized.
4932 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4933 gdb_python_initialized.
4934 * python/py-type.c (save_objfile_types): Check
4935 gdb_python_initialized.
4936 * python/python-internal.h (gdb_python_initialized): Declare.
4937 * python/python.c (ensure_python_env): Throw exception if
4938 Python not initialized.
4939 (before_prompt_hook, source_python_script_for_objfile)
4940 (start_type_printers, apply_type_printers,
4941 free_type_printers): Check gdb_python_initialized.
4942 * varobj.c (varobj_get_display_hint)
4943 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4944 (install_new_value_visualizer, varobj_set_visualizer)
4945 (value_get_print_value): Check gdb_python_initialized.
4946
4947 2013-05-20 Tom Tromey <tromey@redhat.com>
4948
4949 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4950 Check errors.
4951 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4952 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4953 Check errors.
4954 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4955 Check errors.
4956 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4957 Check errors.
4958 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4959 Check errors.
4960 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4961 init function to return 'int'.
4962 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4963 Return 'int'. Check errors.
4964 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4965 Check errors.
4966 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4967 Return 'int'. Check errors.
4968 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4969 Check errors.
4970 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4971 Check errors.
4972 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4973 Check errors.
4974 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4975 Check errors.
4976 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4977 Check errors.
4978 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4979 Check errors.
4980 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4981 Check errors.
4982 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4983 Check errors.
4984 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4985 Check errors.
4986 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4987 Check errors.
4988 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4989 Check errors.
4990 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4991 Check errors.
4992 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4993 Check errors.
4994 * python/python-internal.h (gdbpy_initialize_auto_load,
4995 gdbpy_initialize_values, gdbpy_initialize_frames,
4996 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4997 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4998 gdbpy_initialize_blocks, gdbpy_initialize_types,
4999 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5000 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5001 gdbpy_initialize_finishbreakpoints,
5002 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5003 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5004 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5005 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5006 gdbpy_initialize_signal_event,
5007 gdbpy_initialize_breakpoint_event,
5008 gdbpy_initialize_continue_event,
5009 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5010 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5011 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5012 * python/python.c (gdb_python_initialized): New global.
5013 (gdbpy_initialize_events): Return 'int'. Check errors.
5014 (_initialize_python): Check errors. Set
5015 gdb_python_initialized.
5016
5017 2013-05-20 Tom Tromey <tromey@redhat.com>
5018
5019 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5020 Decref the reslut of PyObject_CallMethod.
5021
5022 2013-05-20 Tom Tromey <tromey@redhat.com>
5023
5024 * python/py-event.c (gdbpy_initialize_event_generic): Return
5025 early if PyType_Ready fails.
5026
5027 2013-05-20 Tom Tromey <tromey@redhat.com>
5028
5029 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5030 as 'default' in the switch.
5031
5032 2013-05-20 Tom Tromey <tromey@redhat.com>
5033
5034 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5035 get_addr_from_python calls out of TRY_CATCH.
5036 (infpy_write_memory, infpy_search_memory): Likewise.
5037 * python/py-utils.c (get_addr_from_python): Return negative
5038 value on error. Use TRY_CATCH.
5039 * python/python-internal.h (get_addr_from_python): Use
5040 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5041
5042 2013-05-20 Tom Tromey <tromey@redhat.com>
5043
5044 * python/py-event.c (evpy_emit_event): Decref the
5045 result of PyObject_CallFunctionObjArgs.
5046
5047 2013-05-20 Tom Tromey <tromey@redhat.com>
5048
5049 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5050 Correctly decref.
5051
5052 2013-05-20 Tom Tromey <tromey@redhat.com>
5053
5054 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5055
5056 2013-05-20 Tom Tromey <tromey@redhat.com>
5057
5058 * python/py-event.h (gdbpy_initialize_event_generic): Use
5059 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5060 * python/py-evts.c (add_new_registry): Use
5061 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5062 * python/python-internal.h
5063 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5064
5065 2013-05-20 Tom Tromey <tromey@redhat.com>
5066
5067 * python/py-arch.c (archpy_disassemble): Update.
5068 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5069 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5070 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5071 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5072 macro.
5073 (GDB_PY_HANDLE_EXCEPTION): Update.
5074 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5075
5076 2013-05-20 Tom Tromey <tromey@redhat.com>
5077
5078 * python/python-internal.h (events_object_type): Remove.
5079
5080 2013-05-20 Tom Tromey <tromey@redhat.com>
5081
5082 * python/py-event.h (evpy_emit_event): Use
5083 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5084 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5085 New macro.
5086
5087 2013-05-20 Tom Tromey <tromey@redhat.com>
5088
5089 * py-evtregistry.c (create_event_object): Decref
5090 eventregistry_object if PyList_New fails.
5091
5092 2013-05-20 Tom Tromey <tromey@redhat.com>
5093
5094 * py-cmd.c (gdbpy_string_to_argv): Check result of
5095 PyList_New.
5096
5097 2013-05-20 Tom Tromey <tromey@redhat.com>
5098
5099 * python/python.c (before_prompt_hook): Add cleanup to
5100 decref 'hook'.
5101
5102 2013-05-20 Tom Tromey <tromey@redhat.com>
5103
5104 * python/py-function.c (fnpy_init): Decref result of
5105 PyObject_GetAttrString.
5106
5107 2013-05-20 Tom Tromey <tromey@redhat.com>
5108
5109 * python/py-threadevent.c (get_event_thread): Use
5110 CPYCHECKER_RETURNS_BORROWED_REF.
5111 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5112 New define.
5113 (pspace_to_pspace_object, objfile_to_objfile_object)
5114 (find_thread_object): Use it.
5115
5116 2013-05-20 Tom Tromey <tromey@redhat.com>
5117
5118 * python/py-arch.c (arch_object_type): Use
5119 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5120 * python/py-block.c (block_syms_iterator_object_type):
5121 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5122 * python/py-bpevent.c (breakpoint_event_object_type):
5123 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5124 * python/py-cmd.c (cmdpy_object_type): Use
5125 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5126 * python/py-continueevent.c (continue_event_object_type):
5127 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5128 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5129 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5130 * python/py-events.h (thread_event_object_type):
5131 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5132 * python/py-evtregistry.c (eventregistry_object_type): Use
5133 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5134 * python/py-exitedevent.c (exited_event_object_type):
5135 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5136 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5137 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5138 * python/py-function.c (fnpy_object_type): Use
5139 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5140 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5141 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5142 * python/py-infthread.c (thread_object_type): Use
5143 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5144 * python/py-lazy-string.c (lazy_string_object_type):
5145 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5146 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5147 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5148 * python/py-objfile.c (objfile_object_type): Use
5149 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5150 * python/py-param.c (parmpy_object_type):
5151 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5152 * python/py-progspace.c (pspace_object_type):
5153 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5154 * python/py-signalevent.c (signal_event_object_type):
5155 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5156 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5157 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5158 * python/py-type.c (type_object_type, field_object_type)
5159 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5160 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5161 define.
5162 (value_object_type, block_object_type, symbol_object_type)
5163 (event_object_type, stop_event_object_type, breakpoint_object_type)
5164 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5165
5166 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5167
5168 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5169 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5170
5171 2013-05-20 Doug Evans <dje@google.com>
5172
5173 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5174 For Fission.
5175 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5176 reading_dwo_directly.
5177 (struct signatured_type): New member dwo_unit.
5178 (struct die_reader_specs): New member comp_dir.
5179 (create_signatured_type_table_from_index): Use malloc for
5180 all_type_units instead of objfile's obstack.
5181 (create_all_type_units): Ditto.
5182 (fill_in_sig_entry_from_dwo_entry): New function.
5183 (add_type_unit): New function.
5184 (lookup_dwo_signatured_type): New function.
5185 (lookup_dwp_signatured_type): New function.
5186 (lookup_signatured_type): New arg cu. All callers updated.
5187 (init_cu_die_reader): Initialize comp_dir.
5188 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5189 Change assert of matching type signatures to call error on mismatch.
5190 (lookup_dwo_unit): Add assert.
5191 (init_tu_and_read_dwo_dies): New function.
5192 (init_cutu_and_read_dies): Call it.
5193 (build_type_unit_groups): Handle case of no type unit groups created.
5194 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5195 (lookup_dwo_cutu): Tweak complaint.
5196 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5197 (dwarf2_per_objfile_free): Free all_type_units.
5198
5199 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5200
5201 * windows-nat.c (handle_unload_dll): Add missing empty line.
5202
5203 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5204
5205 * dwarf2read.c (prototyped_function_p): New function.
5206 (read_subroutine_type): Use it.
5207
5208 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5209
5210 * rs6000-aix-tdep.c: De-indent some example code provided
5211 as a comment.
5212
5213 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5214
5215 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5216 region is ok for a hardware watchpoint using the new ptrace interface
5217 on Power servers.
5218
5219 2013-05-17 Doug Evans <dje@google.com>
5220
5221 * NEWS: Mention new maintenance commands check-symtabs, and
5222 expand-symtabs, and renamed check-psymtabs.
5223 * psymtab.c (maintenance_check_psymtabs): Renamed from
5224 maintenance_check_symtabs. Only process already-expanded symbol
5225 tables.
5226 (_initialize_psymtab): Update.
5227 * symmisc.c (maintenance_check_symtabs): New function.
5228 (maintenance_expand_name_matcher): New function
5229 (maintenance_expand_file_matcher): New function
5230 (maintenance_expand_symtabs): New function.
5231 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5232 commands.
5233
5234 2013-05-17 Tom Tromey <tromey@redhat.com>
5235
5236 * python/py-inferior.c (infpy_read_memory): Don't call
5237 PyErr_SetString if PyObject_New fails.
5238 * python/py-frame.c (frame_info_to_frame_object): Don't call
5239 PyErr_SetString if PyObject_New fails.
5240
5241 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5242
5243 * acinclude.m4: Add check for dlopen in libdl.
5244 * configure.ac: Ditto.
5245 * configure: Regenerate.
5246
5247 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5248
5249 * frame.c (frame_stash): Convert to htab.
5250 (frame_addr_hash): New function.
5251 (frame_addr_hash_eq): New function.
5252 (frame_stash_create): Convert function to create
5253 a hash table.
5254 (frame_stash_add): Convert function to add an entry to a hash
5255 table.
5256 (frame_stash_find): Convert function to search the hash table.
5257 (frame_stash_invalidate): Convert function to empty the hash
5258 table.
5259 (get_frame_id): Only add to stash if a frame_id is created.
5260 (_initialize_frame): Call frame_stash_create.
5261
5262 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5263
5264 * configure.ac: Ensure MIG is available when building for GNU Hurd
5265 hosts.
5266 * configure: Regenerate.
5267
5268 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5269
5270 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5271
5272 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5273
5274 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5275 all cleanups are done before returning from this function.
5276
5277 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5278
5279 * utils.h: #include "exceptions.h".
5280 (enum errors): Remove partial declaration.
5281
5282 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5283
5284 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5285 * gdbarch.h, gdbarch.c: Regenerate.
5286 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5287 handling.
5288
5289 * rs6000-aix-tdep.h: New file.
5290 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5291 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5292 "xml-utils.h".
5293 (struct field_info, struct ld_info_desc): New types.
5294 (ld_info32_desc, ld_info64_desc): New static constants.
5295 (struct ld_info): New type.
5296 (rs6000_aix_extract_ld_info): New function.
5297 (rs6000_aix_shared_library_to_xml): Likewise.
5298 (rs6000_aix_ld_info_to_xml): Likewise.
5299 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5300 (rs6000_aix_init_osabi): Add call to
5301 set_gdbarch_core_xfer_shared_libraries_aix.
5302 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5303 Remove "xml-utils.h" include.
5304 (LdInfo): Delete typedef.
5305 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5306 Delete macros.
5307 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5308 Adjust code accordingly.
5309 (rs6000_core_ldinfo): Delete, folded into
5310 rs6000_aix_core_xfer_shared_libraries_aix.
5311 (rs6000_xfer_shared_library): Delete.
5312 (rs6000_xfer_shared_libraries): Reimplement.
5313
5314 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5315
5316 * record.c (record_goto_cmdlist): New.
5317 (cmd_record_goto): Split into this ...
5318 (cmd_record_goto_begin): ... this
5319 (cmd_record_goto_end): ... and this.
5320 (_initialize_record): Change "record goto" to prefix command.
5321 Add commands for "record goto begin" and "record goto end".
5322 Add an alias for "record goto start" to "record goto begin".
5323
5324 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 * linespec.c (convert_linespec_to_sals): New comment for
5327 SOURCE_FILENAME assignment.
5328
5329 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5330
5331 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5332 internal_warning.
5333
5334 2013-05-14 Tom Tromey <tromey@redhat.com>
5335
5336 * eval.c (parse_and_eval_long): Make 'exp' const.
5337 * value.h (parse_and_eval_long): Update.
5338
5339 2013-05-14 Tom Tromey <tromey@redhat.com>
5340
5341 * ui-file.c (gdb_fopen): Make arguments const.
5342 * ui-file.h (gdb_fopen): Make arguments const.
5343
5344 2013-05-14 Tom Tromey <tromey@redhat.com>
5345
5346 * remote.c (remote_set_trace_notes): Make arguments const.
5347 * target.c (update_current_target): Update cast.
5348 * target.h (to_set_trace_notes): Make arguments const.
5349
5350 2013-05-14 Tom Tromey <tromey@redhat.com>
5351
5352 * go32-nat.c (go32_terminal_info): Make 'args' const.
5353 * inferior.h (child_terminal_info): Update.
5354 * inflow.c (child_terminal_info): Make 'args' const.
5355 * target.c (default_terminal_info): Make 'args' const.
5356 (debug_to_terminal_save_ours): Likewise.
5357 * target.h (struct target_ops) <to_terminal_info>: Make argument
5358 const.
5359
5360 2013-05-13 Tom Tromey <tromey@redhat.com>
5361
5362 * gcore.c (create_gcore_bfd): Make 'filename' const.
5363 * gcore.h (create_gcore_bfd): Make 'filename' const.
5364 * record-full.c (record_full_save): Make 'recfilename' const.
5365 * target.c (target_save_record): Make 'filename' const.
5366 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5367 const.
5368 (target_save_record): Likewise.
5369
5370 2013-05-13 Tom Tromey <tromey@redhat.com>
5371
5372 PR gdb/15338:
5373 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5374 ranges section has been read.
5375
5376 2013-05-13 Tom Tromey <tromey@redhat.com>
5377
5378 PR exp/15364:
5379 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5380 STRUCTOP_PTR>: Return a not_lval value for
5381 EVAL_AVOID_SIDE_EFFECTS.
5382 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5383 for EVAL_AVOID_SIDE_EFFECTS.
5384
5385 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5386
5387 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5388 floating point registers to register type before storing
5389 value.
5390 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5391 Likewise.
5392
5393 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5394 Tom Tromey <tromey@redhat.com>
5395
5396 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5397 New functions.
5398 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5399 Declare.
5400 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5401 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5402 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5403 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5404
5405 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5406 Tom Tromey <tromey@redhat.com>
5407
5408 PR build/15414:
5409 * configure: Rebuild.
5410 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5411 with -Wno-format.
5412
5413 2013-05-10 Pedro Alves <palves@redhat.com>
5414
5415 * remote.c (_initialize_remote): Fix spelling of
5416 qXfer:traceframe-info:read packet in packet config command.
5417
5418 2013-05-10 David Taylor <dtaylor@emc.com>
5419
5420 PR remote/15455
5421
5422 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5423 "QTro" at start of packet.
5424
5425 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5426
5427 * solib-aix.c (solib_aix_relocate_section_addresses):
5428 For the .bss section action, apply the same offset as
5429 the .data section.
5430
5431 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5432
5433 * solib-aix.c (solib_aix_relocate_section_addresses):
5434 Remove FIXME comment.
5435
5436 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5437
5438 PR tdep/15420:
5439 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5440 New functions, directly copied from sparc-sol-thread.c.
5441 * sparc-sol-thread.c: Delete.
5442 * configure.ac: Remove code handling sparc-solaris-thread.c.
5443 * configure: Regenerate.
5444
5445 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5446
5447 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5448 filter logic.
5449 (backtrace_command): Add "no-filters" option parsing.
5450 (_initialize_stack): Alter help to reflect "no-filters" option.
5451 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5452 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5453 (py-frame.o): Add target
5454 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5455 filter files.
5456 * python/python.h: Add new frame filter constants, and flag enum.
5457 (apply_frame_filter): Add definition.
5458 * python/python.c (apply_frame_filter): New non-Python
5459 enabled function.
5460 * python/py-utils.c (py_xdecref): New function.
5461 (make_cleanup_py_xdecref): Ditto.
5462 * python/py-objfile.c: Declare frame_filters dictionary.
5463 (objfpy_dealloc): Add frame_filters dealloc.
5464 (objfpy_new): Initialize frame_filters attribute.
5465 (objfile_to_objfile_object): Ditto.
5466 (objfpy_get_frame_filters): New function.
5467 (objfpy_set_frame_filters): New function.
5468 * python/py-progspace.c: Declare frame_filters dictionary.
5469 (pspy_dealloc): Add frame_filters dealloc.
5470 (pspy_new): Initialize frame_filters attribute.
5471 (pspacee_to_pspace_object): Ditto.
5472 (pspy_get_frame_filters): New function.
5473 (pspy_set_frame_filters): New function.
5474 * python/py-framefilter.c: New file.
5475 * python/lib/gdb/command/frame_filters.py: New file.
5476 * python/lib/gdb/frames.py: New file.
5477 * python/lib/gdb/__init__.py: Initialize global frame_filters
5478 dictionary
5479 * python/lib/gdb/FrameDecorator.py: New file.
5480 * python/lib/gdb/FrameIterator.py: New file.
5481 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5482 * mi/mi-cmds.h: Declare.
5483 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5484 --no-frame-filter logic, and Python frame filter logic.
5485 (stack_enable_frame_filters): New function.
5486 (parse_no_frame_option): Ditto.
5487 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5488 filter logic.
5489 (mi_cmd_stack_list_locals): Ditto.
5490 (mi_cmd_stack_list_args): Ditto.
5491 (mi_cmd_stack_list_variables): Ditto.
5492 * NEWS: Add frame filter note.
5493
5494 2013-05-09 Doug Evans <dje@google.com>
5495
5496 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5497 All callers updated.
5498 (syms_from_objfile): Ditto. Make static.
5499 (symbol_file_add_with_addrs): Renamed from
5500 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5501 num_offsets. All callers updated.
5502 * symfile.h (syms_from_objfile): Delete.
5503
5504 * symfile.c (decrement_reading_symtab): Add assert.
5505 (increment_reading_symtab): Ditto.
5506
5507 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5508
5509 * source.c (forward_search_command): Replace call to getc
5510 by call to fgetc.
5511 (reverse_search_command): Likewise.
5512
5513 2013-05-08 Doug Evans <dje@google.com>
5514
5515 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5516 matching test.
5517
5518 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5519
5520 * sol-thread.c (info_cb): Factorize the code a little.
5521
5522 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5523
5524 * sol-thread.c (info_cb): Rework the output of the "maintenance
5525 info sol-threads" command a bit.
5526
5527 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5528
5529 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5530 Replace ti.ti_startfunc by ti.ti_pc.
5531
5532 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5533
5534 * solib-aix.c (solib_aix_free_library_list): New function
5535 for the case where HAVE_LIBEXPAT is not defined.
5536
5537 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5538
5539 PR breakpoints/15413:
5540 * breakpoint.c (condition_completer): Simplify the code to
5541 disconsider multiple locations of breakpoints when completing the
5542 "condition" command.
5543
5544 2013-05-07 Pierre Muller <muller@sourceware.org>
5545
5546 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5547 instead of <sys/wait.h>.
5548
5549 2013-05-07 Pierre Muller <muller@sourceware.org>
5550
5551 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5552 trailing new line from warning message.
5553
5554 2013-05-07 Pierre Muller <muller@sourceware.org>
5555
5556 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5557 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5558
5559 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5560
5561 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5562 error message (ARI fix).
5563
5564 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5565
5566 * features/library-list-aix.dtd: Replace library-list by
5567 library-list-aix.
5568 * rs6000-nat.c: Replace library-list by library-list-aix
5569 throughout.
5570 * solib-aix.c: Likewise.
5571
5572 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5573
5574 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5575 Renames TARGET_OBJECT_AIX_LIBRARIES.
5576 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5577 TARGET_OBJECT_LIBRARIES_AIX throughout.
5578 * solib-aix.c: Likwise.
5579
5580 2013-05-07 Yao Qi <yao@codesourcery.com>
5581
5582 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5583 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5584
5585 2013-05-07 Yao Qi <yao@codesourcery.com>
5586
5587 * solib-dsbt.c (enable_break): Declare.
5588 (dsbt_current_sos): Remove call to enable_break2.
5589 (enable_break2): Rename to enable_break. Set solib breakpoint
5590 on '_dl_debug_state'.
5591 (enable_break): Remove.
5592
5593 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5594
5595 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5596 debug state prior to replicating existing hardware watchpoints or
5597 breakpoints.
5598
5599 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5600
5601 * gcore.c (gcore_create_callback): Ignore sections with
5602 separate_debug_objfile_backlink != NULL.
5603
5604 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5605 Andrew Jenner <andrew@codesourcery.com>
5606 Chung-Lin Tang <cltang@codesourcery.com>
5607 Julian Brown <julian@codesourcery.com>
5608
5609 Based on the nios2-elf port from Altera Corporation.
5610
5611 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5612 nios2-linux-tdep.o.
5613 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5614 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5615 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5616 * nios2-tdep.h: New.
5617 * nios2-tdep.c: New.
5618 * nios2-linux-tdep.c: New.
5619 * features/Makefile (WHICH): Add nios2-linux.
5620 (nios2-linux-expedite): Set.
5621 * features/nios2-cpu.xml: New.
5622 * features/nios2.xml: New.
5623 * features/nios2-linux.xml: New.
5624 * features/nios2.c: New (autogenerated).
5625 * features/nios2-linux.c: New (autogenerated).
5626 * regformats/nios2-linux.dat: New (autogenerated).
5627 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5628 and commands.
5629
5630 2013-05-06 Doug Evans <dje@google.com>
5631
5632 * symfile.c: Whitespace cleanup.
5633
5634 * solist.h (struct target_so_ops): New member clear_so.
5635 * solib-svr4.c (svr4_clear_so): New function.
5636 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5637 * solib.c (clear_so): Renamed from free_so_symbols.
5638 All callers updated. Call target clear_so if it exists.
5639
5640 2013-05-06 Tom Tromey <tromey@redhat.com>
5641
5642 * ada-lang.c (ada_value_primitive_packed_val): Don't
5643 call value_incref.
5644 * value.c (set_value_parent): Incref the new parent and decref
5645 the old parent.
5646 (value_copy, value_primitive_field): Use set_value_parent.
5647
5648 2013-05-06 Tom Tromey <tromey@redhat.com>
5649
5650 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5651 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5652 if needed.
5653 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5654 * dwarf2read.c (write_constant_as_bytes)
5655 (dwarf2_fetch_constant_bytes): New functions.
5656
5657 2013-05-06 Tom Tromey <tromey@redhat.com>
5658
5659 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5660 parameters.
5661 (dwarf2_const_value_attr): Update.
5662
5663 2013-05-06 Tom Tromey <tromey@redhat.com>
5664
5665 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5666 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5667 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5668 Remove declaration.
5669
5670 2013-05-06 Tom Tromey <tromey@redhat.com>
5671
5672 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5673 objfile's obstack.
5674
5675 2013-05-06 Doug Evans <dje@google.com>
5676
5677 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5678 * stabsread.h (process_one_symbol): Update declaration.
5679 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5680 * elfread.c (elf_symfile_relocate_probe): Ditto.
5681 * psymtab.c (relocate_psymtabs): Ditto.
5682 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5683 (objfile_relocate): Ditto.
5684 * objfiles.h (objfile_relocate): Update declaration.
5685 * symfile.c (relative_addr_info_to_section_offsets): Constify
5686 addrs parameter.
5687 (default_symfile_offsets): Ditto.
5688 (syms_from_objfile_1): Constify offsets parameter.
5689 (syms_from_objfile): Ditto.
5690 (symbol_file_add_with_addrs_or_offsets): Ditto.
5691 (symfile_map_offsets_to_segments): Constify data parameter.
5692 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5693 delta parameters of member relocate.
5694 (struct sym_probe_fns): Constify new_offsets,
5695 delta parameters of member sym_relocate_probe.
5696 (struct sym_fns): Constify section_addr_info parameter of member
5697 sym_offsets.
5698 (relative_addr_info_to_section_offsets): Update declaration.
5699 (default_symfile_offsets): Ditto.
5700 (syms_from_objfile): Ditto.
5701 (symfile_map_offsets_to_segments): Ditto.
5702
5703 * symfile.c (syms_from_objfile_1): Use correct section count when
5704 objfile->sf == NULL.
5705
5706 2013-05-06 Mike Frysinger <vapier@gentoo.org>
5707
5708 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5709
5710 2013-05-06 Doug Evans <dje@google.com>
5711
5712 * psympriv.h (struct partial_symtab): Augment comment for member
5713 section_offsets.
5714
5715 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5716
5717 Reimplement shared library support on ppc-aix...
5718 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5719 * features/library-list-aix.dtd: New file.
5720 * solib-aix.h, solib-aix.c: New file.
5721 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5722 (rs6000_find_toc_address_hook): Delete.
5723 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5724 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5725 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5726 "xml-utils.h".
5727 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5728 (vmap_symtab, fixup_breakpoints): Delete.
5729 (rs6000_xfer_shared_libraries): New function.
5730 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5731 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5732 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5733 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5734 (rs6000_xfer_shared_library): New function.
5735 (find_toc_address): Delete.
5736 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5737 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5738 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5739 before creating minimal symbol. Adjust function description
5740 accordingly.
5741 (scan_xcoff_symtab): Replace call to
5742 prim_record_minimal_symbol_and_info by call to
5743 record_minimal_symbol.
5744 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5745 around default_symfile_offsets.
5746 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5747 powerpc-aix targets.
5748 * config/rs6000/nm-rs6000.h: Delete.
5749 * config/powerpc/aix.mh (NAT_FILE): Delete.
5750 (NATDEPFILES): Remove xcoffsolib.o.
5751 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5752 (ALL_TARGET_OBS): Add solib-aix.o.
5753 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5754 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5755 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5756 * xcoffsolib.h, xcoffsolib.c: Delete.
5757
5758 * solib.c (reload_shared_libraries): Remove reference to
5759 SOLIB_CREATE_INFERIOR_HOOK.
5760 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5761 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5762 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5763 comment.
5764 * corelow.c (deprecated_core_resize_section_table): Delete.
5765 * exec.c: Remove include of xcoffsolib.h".
5766 (map_vmap, vmap): Delete.
5767 (exec_close_1): Remove references to vmap.
5768 (exec_file_attach): Remove vmap handling code, and reference
5769 to DEPRECATED_IBM6000_TARGET.
5770 (bfdsec_to_vmap): Delete.
5771 (exec_files_info): Remove block of code handling VMAP.
5772 * infcmd.c (post_create_inferior): Remove reference to
5773 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5774 * infrun.c (follow_exec): Remove reference to
5775 SOLIB_CREATE_INFERIOR_HOOK.
5776 * stack.c (print_frame): Remove reference to PC_SOLIB.
5777 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5778 (dsbt_relocate_main_executable): Likewise.
5779 * solib-frv.c (frv_current_sos): Likewise.
5780
5781 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5782
5783 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5784 to target_write_memory and target_read_memory.
5785
5786 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5787
5788 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5789 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5790
5791 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5792
5793 * darwin-nat.c: Replace all "%x" instances in format strings
5794 into "0x%x" throughout.
5795
5796 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5797
5798 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5799 gdb_assert by call to MACH_CHECK_ERROR.
5800 (darwin_attach_pid): Raise an error rather than a failed
5801 assertion when various system calls failed. Report a warning
5802 instead of raising a failed assertion when PREV_NOT is not NULL
5803 after call to mach_port_request_notification.
5804 (darwin_ptrace_me): Raise an error rather than a failed
5805 assertion when read returns nonzero.
5806
5807 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5808
5809 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5810
5811 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5812
5813 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5814
5815 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5816
5817 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5818 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5819 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5820 a stale cleanup. Fix double free of NAME.
5821
5822 2013-05-04 Eli Zaretskii <eliz@gnu.org>
5823
5824 * windows-nat.c (windows_delete_thread): Accept an additional
5825 argument, the thread's exit code, and announce thread death when
5826 print_thread_events is non-zero and we are deleting a thread that
5827 is not the main thread.
5828 (get_windows_debug_event): Pass thread exit code to
5829 windows_delete_thread.
5830
5831 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5832
5833 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5834 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5835 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5836 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5837 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5838 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5839 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5840 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5841 (gdbarch_tdep): New struct.
5842 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5843 E_NUM_REGS.
5844 (v850e3v5_register_name): New function.
5845 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5846 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5847 code handling the struct return conventions for the RH850 ABI.
5848 Update all callers.
5849 (v850_eight_byte_align_p): New function.
5850 (v850_push_call_dummy): Push structs by value, not by reference
5851 for the RH850 ABI. Add support for eight byte alignment.
5852 (v850_dbtrap_breakpoint_from_pc): New function.
5853 (v850_gdbarch_init): Add ABI detection code. Register
5854 v850e3v5_register_name for the v850e3v5 architecture. Set the
5855 number of registers for v850e3v5. Register
5856 v850_dbtrap_breakpoint_from_pc as appropriate.
5857 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5858
5859 2013-05-03 Doug Evans <dje@google.com>
5860
5861 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5862 of bfd_count_sections.
5863 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5864 * symfile.c (default_symfile_offsets): Ditto.
5865 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5866 one entry, not bfd_count_sections entries.
5867
5868 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5869
5870 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5871 `save' and `restore' register groups. Don't include SPL
5872 or SPH in these groups.
5873 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5874 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5875 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5876 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5877 dwarf2_append_unwinders().
5878
5879 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5880
5881 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5882 ignore SIGINT and SIGTRAP in case these internal signals are
5883 caught explicitely.
5884
5885 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5886
5887 * darwin-nat.c (darwin_read_write_inferior): Change types
5888 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5889 of copy_count to "mach_msg_type_number_t".
5890 (darwin_read_dyld_info): Change type of parameter
5891 rdaddr to "gdb_byte *".
5892
5893 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5894
5895 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5896 of &info->load_map from "char *" to "gdb_byte *".
5897
5898 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5899
5900 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5901 from "char *" to "gdb_byte *".
5902 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5903
5904 2013-04-30 Doug Evans <dje@google.com>
5905
5906 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5907 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5908 DWO stub. If DWO isn't found, just use stub.
5909 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5910
5911 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5912 calling init_cutu_and_read_dies.
5913
5914 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5915
5916 * target-descriptions.c (maint_print_c_tdesc_cmd):
5917 Add case to parse structures as register types and
5918 bitfields.
5919
5920 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5921
5922 * MAINTAINERS (Write After Approval): Add myself to the list.
5923
5924 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5925
5926 * sol-thread.c (rw_common): Change type of parameter "buf"
5927 to "gdb_byte *".
5928 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5929 rw_common to "gdb_byte *" instead of "char *".
5930
5931 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5932
5933 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5934 of local variable msym to const struct bound_minimal_symbol.
5935 Adjust use accordingly.
5936 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5937
5938 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5939
5940 * i386gnu-nat.c (CREG_OFFSET): New macro.
5941 (creg_offset): New array.
5942 (CREG_ADDR): Use creg_offset instead of reg_offset.
5943
5944 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5945
5946 * mep-tdep.c (mep_write_pc): Delete.
5947 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5948 Add call to set_gdbarch_pc_regnum.
5949
5950 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5951
5952 * common/filestuff.c: Replace #include <dirent.h> by
5953 #include "gdb_dirent.h".
5954
5955 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5956
5957 * common/filestuff.c: Replace #include <sys/stat.h> by
5958 #include "gdb_stat.h".
5959
5960 2013-04-29 Pierre Muller <muller@sourceware.org>
5961
5962 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5963 editCase function rule.
5964 (get_DW_AT_signature_type): Likewise.
5965
5966 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5967
5968 * m32r-tdep.c (m32r_write_pc): Delete.
5969 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5970 Add call to set_gdbarch_pc_regnum.
5971
5972 2013-04-29 Pierre Muller <muller@sourceware.org>
5973
5974 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5975
5976 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5977
5978 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5979
5980 2013-04-28 Yao Qi <yao@codesourcery.com>
5981
5982 * solib-dsbt.c (fetch_loadmap): Re-indent.
5983 (displacement_from_map, enable_break2): Likewise.
5984 (dsbt_relocate_section_addresses): Likewise.
5985
5986 2013-04-26 Joel Brobecker <brobecker@adacore.com>
5987
5988 GDB 7.6 released.
5989
5990 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
5991
5992 PR corefiles/14983:
5993 * dwarf2read.c (process_full_comp_unit): Always create a static
5994 block.
5995
5996 2013-04-25 Hui Zhu <hui@codesourcery.com>
5997
5998 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5999 to loc->cmd_bytecode.
6000
6001 2013-04-24 Doug Evans <dje@google.com>
6002
6003 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6004
6005 2013-04-22 Keith Seitz <keiths@redhat.com>
6006
6007 * tracepoint.c (trace_save): Call the writer's start method.
6008
6009 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6010
6011 PR gdb/10462
6012 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6013 before argument.
6014
6015 2013-04-23 Tom Tromey <tromey@redhat.com>
6016
6017 * common/filestuff.c: Check USE_WIN32API before including
6018 sys/socket.h.
6019 (HAVE_F_GETFD): New define.
6020 (mark_cloexec): Check HAVE_F_GETFD.
6021 (gdb_open_cloexec): Change 'mode' to unsigned long.
6022 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6023 (gdb_pipe_cloexec): Check HAVE_PIPE.
6024 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6025 long.
6026
6027 2013-04-23 Hui Zhu <hui@codesourcery.com>
6028
6029 PR gdb/15293
6030 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6031
6032 2013-04-23 Hui Zhu <hui@codesourcery.com>
6033
6034 PR gdb/15165
6035 * breakpoint.c (dprintf_print_recreate): New.
6036 (save_breakpoints): Let it not save dprintf commands.
6037 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6038
6039 2013-04-22 Tom Tromey <tromey@redhat.com>
6040
6041 PR gdb/7912:
6042 * Makefile.in (SFILES): Add filestuff.c
6043 (COMMON_OBS): Add filestuff.o.
6044 (filestuff.o): New target.
6045 * auto-load.c (auto_load_objfile_script_1): Use
6046 gdb_fopen_cloexec.
6047 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6048 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6049 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6050 * common/agent.c (gdb_connect_sync_socket): Use
6051 gdb_socket_cloexec.
6052 * common/filestuff.c: New file.
6053 * common/filestuff.h: New file.
6054 * common/linux-osdata.c (linux_common_core_of_thread)
6055 (command_from_pid, commandline_from_pid, print_source_lines)
6056 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6057 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6058 gdb_fopen_cloexec.
6059 * common/linux-procfs.c (linux_proc_get_int)
6060 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6061 * config.in, configure: Rebuild.
6062 * configure.ac: Don't check for sys/socket.h. Check for
6063 fdwalk, pipe2.
6064 * corelow.c (core_open): Use gdb_open_cloexec.
6065 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6066 * fork-child.c (fork_inferior): Call close_most_fds.
6067 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6068 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6069 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6070 Use gdb_fopen_cloexec.
6071 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6072 gdb_open_cloexec.
6073 (linux_async_pipe): Use gdb_pipe_cloexec.
6074 * remote-fileio.c (remote_fileio_func_open): Use
6075 gdb_open_cloexec.
6076 * remote.c (remote_file_put, remote_file_get): Use
6077 gdb_fopen_cloexec.
6078 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6079 close_most_fds.
6080 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6081 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6082 * solib.c (solib_find): Use gdb_open_cloexec.
6083 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6084 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6085 (tfile_open): Use gdb_open_cloexec.
6086 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6087 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6088 * xml-support.c (xml_fetch_content_from_file): Use
6089 gdb_fopen_cloexec.
6090 * main.c (captured_main): Call notice_open_fds.
6091
6092 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6093
6094 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6095 'char *' to 'gdb_byte *'.
6096 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6097 'gdb_byte'.
6098
6099 2013-04-22 Yao Qi <yao@codesourcery.com>
6100
6101 * infrun.c: Fix typo in comment.
6102
6103 2013-04-22 Andrew Haley <aph@redhat.com>
6104
6105 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6106 instead of "long".
6107
6108 2013-04-20 Yao Qi <yao@codesourcery.com>
6109
6110 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6111 'char *' to 'gdb_byte *'. Cast the return value of
6112 'bt_ctf_get_char_array' to 'gdb_byte *'.
6113
6114 2013-04-19 Pedro Alves <palves@redhat.com>
6115
6116 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6117 -Wpointer-sign.
6118 * configure: Regenerate.
6119
6120 2013-04-19 Pedro Alves <palves@redhat.com>
6121
6122 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6123 'void *'.
6124
6125 2013-04-19 Pedro Alves <palves@redhat.com>
6126
6127 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6128 Change type of 'myaddr' parameter to gdb_byte pointer.
6129 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6130 to 'long long' pointer instead of to 'unsigned long long'.
6131 (monitor_write_memory_block, monitor_read_memory_single)
6132 (monitor_read_memory): Change type of 'myaddr' parameter to
6133 gdb_byte pointer.
6134
6135 2013-04-19 Pedro Alves <palves@redhat.com>
6136
6137 * record.c (validate_history_size): Make parameter 'setting'
6138 unsigned.
6139
6140 2013-04-19 Pedro Alves <palves@redhat.com>
6141
6142 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6143 to 'gdb_byte *'.
6144
6145 2013-04-19 Pedro Alves <palves@redhat.com>
6146
6147 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6148 local to int.
6149
6150 2013-04-19 Pedro Alves <palves@redhat.com>
6151
6152 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6153 * ada-tasks.c (read_fat_string_value): Likewise.
6154
6155 2013-04-19 Pedro Alves <palves@redhat.com>
6156
6157 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6158 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6159 'offset', and adjust.
6160
6161 2013-04-19 Pedro Alves <palves@redhat.com>
6162
6163 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6164 (read_index_from_section): Add cast to 'char *'.
6165
6166 2013-04-19 Pedro Alves <palves@redhat.com>
6167
6168 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6169
6170 2013-04-19 Pedro Alves <palves@redhat.com>
6171
6172 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6173
6174 2013-04-19 Pedro Alves <palves@redhat.com>
6175
6176 * record-full.c (record_full_get_bookmark): Change local 'ret'
6177 type to char * and add cast to gdb_byte *.
6178 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6179 string.
6180 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6181
6182 2013-04-19 Pedro Alves <palves@redhat.com>
6183
6184 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6185 * python/py-prettyprint.c (print_string_repr): Change type of
6186 'output' local to char *. Add cast to gdb_byte * in
6187 LA_PRINT_STRING call.
6188 (print_children): Change type of 'output' local to char *.
6189 * python/py-value.c (valpy_string): Add cast to const char * in
6190 PyUnicode_Decode call.
6191
6192 2013-04-19 Pedro Alves <palves@redhat.com>
6193
6194 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6195 and change its type to 'const char *'. Adjust.
6196 (mips_send_packet): Add cast to 'char *', and remove cast to
6197 'unsigned char *'.
6198 (mips_receive_packet): Remove cast to 'unsigned char *'.
6199 (mips_load_srec): Use bfd_byte.
6200 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6201 (pmon_checkset): Make 'value' parameter unsigned.
6202
6203 2013-04-19 Pedro Alves <palves@redhat.com>
6204
6205 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6206
6207 2013-04-19 Pedro Alves <palves@redhat.com>
6208
6209 * remote.c (remote_write_bytes_aux, compare_sections_command)
6210 (remote_read_qxfer)
6211 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6212 (remote_hostio_readlink, remote_bfd_iovec_pread)
6213 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6214 binary buffer, and char when buffer is used as string.
6215 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6216 (trace_save, tfile_open, traceframe_walk_blocks)
6217 (tfile_fetch_registers): Likewise.
6218
6219 2013-04-19 Pedro Alves <palves@redhat.com>
6220
6221 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6222 buffer and size_t size. Adjust.
6223 * ser-base.h (ser_base_write): Adjust.
6224 * ser-go32.c (cnts): Change type to size_t.
6225 (dos_write): Change prototype -- take 'void *'
6226 buffer and size_t size. Adjust.
6227 (dos_info): Print elements of 'cnts' as unsigned long.
6228 * serial.c (serial_write): Likewise.
6229 * serial.h (serial_write): Adjust.
6230 (struct serial_ops) <write>: Change prototype -- take 'void *'
6231 buffer and size_t size. Adjust.
6232
6233 2013-04-19 Pedro Alves <palves@redhat.com>
6234
6235 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6236 gdb_byte *.
6237 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6238
6239 2013-04-19 Pedro Alves <palves@redhat.com>
6240
6241 * alpha-tdep.c (alpha_extract_return_value): Use
6242 regcache_cooked_read_unsigned to read 'v0'.
6243
6244 2013-04-19 Pedro Alves <palves@redhat.com>
6245
6246 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6247 parameters 'at', 'as' and 'offset' to uint32_t.
6248
6249 2013-04-19 Pedro Alves <palves@redhat.com>
6250
6251 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6252 'is64' to signed 'int'.
6253
6254 2013-04-19 Pedro Alves <palves@redhat.com>
6255
6256 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6257 parameter to int *.
6258
6259 2013-04-19 Pedro Alves <palves@redhat.com>
6260
6261 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6262 'insnbuf' buffer type to unsigned int[].
6263
6264 2013-04-19 Pedro Alves <palves@redhat.com>
6265
6266 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6267
6268 2013-04-19 Pedro Alves <palves@redhat.com>
6269
6270 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6271 unsigned long *.
6272
6273 2013-04-19 Pedro Alves <palves@redhat.com>
6274
6275 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6276 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6277 UINT_MAX.
6278 * mips-tdep.c (heuristic_fence_post): Change type to int.
6279 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6280
6281 2013-04-19 Pedro Alves <palves@redhat.com>
6282
6283 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6284 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6285 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6286
6287 2013-04-19 Pedro Alves <palves@redhat.com>
6288
6289 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6290 it to get a string view of the byte buffer.
6291 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6292 type to gdb_byte *. Adjust.
6293 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6294 Change local to char *.
6295 * solib-darwin.c (find_program_interpreter): Change return type to
6296 char *. Adjust.
6297 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6298 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6299 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6300 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6301 * solib-svr4.c (find_program_interpreter): Change return type to
6302 char *. Adjust.
6303 (enable_break): Change local 'interp_name' to char *.
6304 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6305 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6306 (spu_pseudo_register_write_spu): Use char for string buffer.
6307 Adjust.
6308 (info_spu_event_command, info_spu_signal_command): Add casts to
6309 'char *'.
6310
6311 2013-04-19 Pedro Alves <palves@redhat.com>
6312
6313 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6314 gdb_byte[].
6315 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6316 * ada-lang.c (ada_value_assign): Use gdb_byte.
6317 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6318 (alphanbsd_sigtramp_offset): Use gdb_byte.
6319 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6320 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6321 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6322 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6323 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6324 * arm-tdep.c (arm_stub_unwind_sniffer)
6325 (arm_displaced_init_closure): Use gdb_byte.
6326 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6327 (arm_default_thumb_le_breakpoint)
6328 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6329 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6330 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6331 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6332 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6333 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6334 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6335 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6336 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6337 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6338 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6339 (cris_store_return_value, cris_extract_return_value): Use
6340 gdb_byte.
6341 (constraint): Change type of parameter to char * from signed
6342 char*. Use gdb_byte.
6343 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6344 of local buffer to gdb_byte *.
6345 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6346 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6347 (add_address_entry): Change type of local buffer to gdb_byte[].
6348 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6349 (frv_push_dummy_call): Use gdb_byte.
6350 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6351 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6352 (hppa_hpux_supply_save_state): Use gdb_byte.
6353 * hppa-tdep.c (hppa32_push_dummy_call)
6354 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6355 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6356 (slotN_contents, replace_slotN_contents): Change type of parameter
6357 to gdb_byte *.
6358 (fetch_instruction, ia64_pseudo_register_write)
6359 (ia64_register_to_value, ia64_value_to_register)
6360 (ia64_extract_return_value, ia64_store_return_value)
6361 (ia64_push_dummy_call): Use gdb_byte.
6362 * m32c-tdep.c (m32c_return_value): Remove cast.
6363 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6364 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6365 gdb_byte.
6366 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6367 * mn10300-tdep.c (mn10300_store_return_value)
6368 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6369 gdb_byte.
6370 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6371 (moxie_process_record): Remove casts.
6372 * ppc-ravenscar-thread.c (supply_register_at_address)
6373 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6374 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6375 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6376 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6377 * remote.c (compare_sections_command): Use gdb_byte.
6378 * score-tdep.c (score7_free_memblock): Change type of parameter to
6379 gdb_byte *.
6380 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6381 gdb_byte *. Use gdb_byte.
6382 (sh_push_dummy_call_fpu): Use gdb_byte.
6383 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6384 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6385 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6386 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6387 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6388 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6389 (sh64_store_return_value, sh64_register_convert_to_virtual):
6390 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6391 (sh64_pseudo_register_write): Use gdb_byte.
6392 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6393 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6394 buffer.
6395 (irix_current_sos): Use gdb_byte.
6396 * solib-som.c (som_current_sos): Use gdb_byte.
6397 * sparc-ravenscar-thread.c (supply_register_at_address)
6398 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6399 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6400 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6401 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6402 'gdb_byte *'.
6403 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6404 'gdb_byte *'.
6405 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6406 * xstormy16-tdep.c (xstormy16_extract_return_value)
6407 (xstormy16_store_return_value): Change parameter type to
6408 'gdb_byte *'. Adjust.
6409 (xstormy16_push_dummy_call): Use gdb_byte.
6410 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6411 (call0_analyze_prologue, execute_code): Use gdb_byte.
6412
6413 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6414 Pedro Alves <palves@redhat.com>
6415
6416 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6417 value contents.
6418
6419 2013-04-17 Doug Evans <dje@google.com>
6420
6421 * dwarf2read.c (struct signatured_type): New member type.
6422 (struct attribute): Replace member signatured_type with signature.
6423 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6424 (read_call_site_scope): Call follow_die_ref instead of
6425 follow_die_ref_or_sig.
6426 (read_structure_type): Rewrite handling of signatured types.
6427 (read_enumeration_type): Ditto.
6428 (read_attribute_value): Update.
6429 (build_error_marker_type): New function.
6430 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6431 Don't call error for bad types, just build an error marker type.
6432 (dump_die_shallow): Update.
6433 (follow_die_sig_1): Renamed from follow_die_sig.
6434 Don't call error for bad types, instead return NULL.
6435 (follow_die_sig): New function.
6436 (get_signatured_type, get_DW_AT_signature_type): New functions.
6437
6438 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6439
6440 * aarch64-tdep.c (aarch64_write_pc): Removed.
6441 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6442 function.
6443
6444 2013-04-17 Yao Qi <yao@codesourcery.com>
6445
6446 * top.c (print_gdb_configuration): Print configure-time
6447 parameter on using libbabeltrace or not.
6448
6449 2013-04-16 Pedro Alves <palves@redhat.com>
6450
6451 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6452
6453 2013-04-16 Pedro Alves <palves@redhat.com>
6454
6455 * common/glibc_thread_db.h: Update from upstream glibc
6456 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6457
6458 2013-04-16 Pedro Alves <palves@redhat.com>
6459
6460 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6461 * common/glibc_thread_db.h: ... this new file ...
6462 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6463
6464 2013-04-16 Will Newton <will.newton@gmail.com>
6465 Pedro Alves <palves@redhat.com>
6466
6467 PR build/11881
6468
6469 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6470 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6471 HAVE_THREAD_DB_H.
6472
6473 2013-04-16 Pedro Alves <palves@redhat.com>
6474 Eli Zaretskii <eliz@gnu.org>
6475
6476 * NEWS: Mention "set foo unlimited".
6477
6478 2013-04-15 Doug Evans <dje@google.com>
6479
6480 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6481 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6482 (create_dwo_cu_reader): Renamed from
6483 create_dwo_debug_info_hash_table_reader.
6484 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6485 Remove support for multiple CUs in a DWO file.
6486 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6487
6488 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6489 instead of phex.
6490 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6491 (create_dwo_in_dwp): Ditto.
6492
6493 2013-04-15 Tom Tromey <tromey@redhat.com>
6494
6495 * NEWS: Move recent entries into "since 7.6" section.
6496
6497 2013-04-15 Tom Tromey <tromey@redhat.com>
6498
6499 PR c++/13588:
6500 * NEWS: Update.
6501 * break-catch-throw.c (struct exception_catchpoint)
6502 <exception_rx, pattern>: New fields.
6503 (fetch_probe_arguments, dtor_exception_catchpoint)
6504 (check_status_exception_catchpoint)
6505 (print_one_detail_exception_catchpoint): New functions.
6506 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6507 Compile regular expression if needed.
6508 (extract_exception_regexp): New function.
6509 (catch_exception_command_1): Use extract_exception_regexp.
6510 (compute_exception): Use fetch_probe_arguments.
6511 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6512 and check_status fields.
6513 * cp-abi.c (cplus_typename_from_type_info): New function.
6514 * cp-abi.h (cplus_typename_from_type_info): Declare.
6515 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6516 * gdb_regex.h (compile_rx_or_error): Declare.
6517 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6518 comment.
6519 (init_gnuv3_ops): Set get_type_from_type_info field.
6520 * probe.c (compile_rx_or_error): Move...
6521 * utils.c (compile_rx_or_error): ... here.
6522
6523 2013-04-15 Tom Tromey <tromey@redhat.com>
6524
6525 PR c++/15176:
6526 * NEWS: Update.
6527 * break-catch-throw.c (compute_exception): New function.
6528 (exception_funcs): New global.
6529 (_initialize_break_catch_throw): Create $_exception.
6530 * cp-abi.c (cplus_type_from_type_info): New function.
6531 * cp-abi.h (cplus_type_from_type_info): Declare.
6532 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6533 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6534 (gnuv3_get_type_from_type_info): New functions.
6535 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6536
6537 2013-04-15 Tom Tromey <tromey@redhat.com>
6538
6539 * break-catch-throw.c (struct exception_names): New.
6540 (exception_functions): Change type.
6541 (re_set_exception_catchpoint): Look for SDT probes.
6542
6543 2013-04-15 Tom Tromey <tromey@redhat.com>
6544
6545 PR c++/10119:
6546 * break-catch-throw.c (exception_functions): New global.
6547 (gnu_v3_exception_catchpoint_ops): Move earlier.
6548 (struct exception_catchpoint): New.
6549 (classify_exception_breakpoint): Rewrite.
6550 (re_set_exception_catchpoint): New function.
6551 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6552 Allocate a struct exception_catchpoint.
6553 (catch_exception_command_1): Update.
6554 (initialize_throw_catchpoint_ops): Set 're_set' method.
6555
6556 2013-04-15 Tom Tromey <tromey@redhat.com>
6557
6558 * Makefile.in (SFILES): Add break-catch-throw.c
6559 (COMMON_OBS): Add break-catch-throw.o.
6560 * break-catch-throw.c: New file.
6561 * breakpoint.c: Move exception-catching code to new file.
6562 (ep_parse_optional_if_clause): No longer static.
6563 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6564
6565 2013-04-15 Tom Tromey <tromey@redhat.com>
6566
6567 PR c++/9065:
6568 * NEWS: Update.
6569 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6570 * c-exp.y (TYPEID): New token.
6571 (exp): Add new TYPEID productions.
6572 (ident_tokens): Add "typeid".
6573 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6574 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6575 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6576 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6577 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6578 case.
6579 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6580 (build_std_type_info_type, gnuv3_get_typeid_type)
6581 (gnuv3_get_typeid): New functions.
6582 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6583 new fields on ABI object.
6584 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6585 * std-operator.def (OP_TYPEID): New.
6586
6587 2013-04-15 Tom Tromey <tromey@redhat.com>
6588
6589 * elfread.c (elf_symtab_read): Install versioned symbol under
6590 unversioned name as well.
6591
6592 2013-04-15 Tom Tromey <tromey@redhat.com>
6593
6594 PR c++/11990:
6595 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6596 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6597 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6598 (gdb_demangle): New function.
6599 * cp-support.h (gdb_demangle): Declare.
6600 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6601 (dwarf2_name): Use gdb_demangle.
6602 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6603 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6604 suffixes from name.
6605 (gnuv3_print_method_ptr): Use gdb_demangle.
6606 * jv-lang.c (java_demangle): Use gdb_demangle.
6607 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6608 * language.c (unk_lang_demangle): Use gdb_demangle.
6609 * symtab.c (symbol_find_demangled_name)
6610 (demangle_for_lookup): Use gdb_demangle.
6611
6612 2013-04-15 Tom Tromey <tromey@redhat.com>
6613
6614 PR c++/12824:
6615 * NEWS: Update.
6616 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6617 New constant.
6618 (classify_exception_breakpoint): New function.
6619 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6620 (print_mention_exception_catchpoint)
6621 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6622 (catch_exception_command_1): Handle "rethrow" catchpoint.
6623 (catch_rethrow_command): New function.
6624 (_initialize_breakpoint): Add "catch rethrow" command.
6625
6626 2013-04-15 Pierre Muller <muller@sourceware.org>
6627
6628 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6629 set_gdbarch_write_pc as deprecated anymore.
6630
6631 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6632
6633 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6634 declarations.
6635
6636 2013-04-13 Yao Qi <yao@codesourcery.com>
6637
6638 * ctf.c (_initialize_ctf): Include "completer.h".
6639 Call add_target_with_completer instead of add_target.
6640
6641 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6642
6643 Fix GDB regression related to PR binutils/14813.
6644 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6645 * minidebug.c (lzma_close): Add return value comment.
6646 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6647 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6648 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6649
6650 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 * config.in: Regenerate.
6653
6654 2013-04-12 Tom Tromey <tromey@redhat.com>
6655
6656 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6657 const.
6658 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6659 (struct die_reader_specs) <buffer>: Likewise.
6660 (die_reader_func_ftype): Make 'info_ptr' const.
6661 (struct line_header) <include_dirs, statement_program_start,
6662 statement_program_end>: Now const.
6663 (struct file_entry) <name>: Likewise.
6664 (struct partial_die_info) <sibling>: Likewise.
6665 (struct dwarf_block) <data>: Likewise.
6666 (dwarf2_read_section): Remove cast.
6667 (dwarf2_get_section_info): Make 'bufp' const.
6668 (read_index_from_section): Constify.
6669 (dw2_get_file_names_reader): Make 'info_ptr' const.
6670 (dw2_get_primary_filename_reader): Likewise.
6671 (read_comp_unit_head): Make 'info_ptr' and return type const.
6672 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6673 Likewise.
6674 (read_abbrev_offset): Constify.
6675 (dwarf2_create_include_psymtab): Make 'name' const.
6676 (create_debug_types_hash_table): Update.
6677 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6678 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6679 Constify.
6680 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6681 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6682 (read_comp_units_from_section): Constify.
6683 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6684 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6685 const.
6686 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6687 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6688 (create_dwp_hash_table, dwarf2_ranges_read)
6689 (dwarf2_record_block_ranges): Constify.
6690 (read_die_and_children, read_die_and_siblings_1)
6691 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6692 const.
6693 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6694 (abbrev_table_read_table): Constify.
6695 (load_partial_dies): Make 'info_ptr' const.
6696 (read_partial_die, read_attribute_value, read_attribute): Make
6697 'info_ptr' and return type const.
6698 (read_address, read_initial_length)
6699 (read_checked_initial_length_and_offset, read_offset)
6700 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6701 const.
6702 (read_direct_string): Make 'buf' and return type const.
6703 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6704 (read_indirect_string): Make return type const.
6705 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6706 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6707 'info_ptr' const.
6708 (read_str_index): Make return type const.
6709 (add_include_dir): Make 'include_dir' const.
6710 (add_file_name): Make 'name' const.
6711 (dwarf_decode_line_header): Constify.
6712 (psymtab_include_file_name): Make return type const.
6713 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6714 (dwarf2_start_subfile): Make 'filename' const.
6715 (dwarf2_const_value_attr): Make 'bytes' const.
6716 (read_signatured_type_reader): Make 'info_ptr' const.
6717 (decode_locdesc): Constify.
6718 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6719 const.
6720 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6721 'mac_end', and return type const.
6722 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6723 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6724 type const.
6725 (per_cu_header_read_in): Constify.
6726 * symfile.h (dwarf2_get_section_info): Update.
6727
6728 2013-04-12 Tom Tromey <tromey@redhat.com>
6729
6730 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6731
6732 2013-04-12 Eli Zaretskii <eliz@gnu.org>
6733
6734 * NEWS: Mention "show configuration", --configuration.
6735 * top.c (print_gdb_configuration): New function, displays the
6736 details about GDB configure-time parameters.
6737 (print_gdb_version): Mention "show configuration".
6738 * cli/cli-cmds.c (show_configuration): New function.
6739 (_initialize_cli_cmds): Add the "show configuration" command.
6740 * main.c (captured_main) <print_configuration>: New static var.
6741 <long_options>: Use it.
6742 If --configuration was given, call print_gdb_configuration.
6743
6744 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6745 Pedro Alves <palves@redhat.com>
6746
6747 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6748 (generated_files): Add gcore.
6749 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6750 HAVE_NATIVE_GCORE_HOST.
6751 (gcore): New.
6752 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6753 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6754 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6755 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6756 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6757 Add HAVE_NATIVE_GCORE_HOST.
6758 * configure: Regenerate.
6759 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6760 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6761 AC_CONFIG_FILES for gcore.
6762 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6763 gdb_have_gcore.
6764 * gdb_gcore.sh: Rename to ...
6765 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6766 and GCORE_TRANSFORM_NAME substitutions.
6767
6768 Fix parsing tabs in ${gdb_target_obs}.
6769 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6770
6771 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6772
6773 * remote.c (unpush_and_perror): Add output message final dot.
6774
6775 2013-04-11 Yao Qi <yao@codesourcery.com>
6776
6777 * tracepoint.c (tfile_interp_line): Fit parameters line and
6778 utpp in one line.
6779
6780 2013-04-10 Joel Brobecker <brobecker@adacore.com>
6781
6782 * solib.c (solib_map_sections): Remove code overwriting
6783 SO->SO_NAME with the bfd's filename.
6784
6785 2013-04-10 Pedro Alves <palves@redhat.com>
6786
6787 * cli/cli-decode.c (integer_unlimited_completer): New function.
6788 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6789 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6790 completer.
6791 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6792 (is_unlimited_literal): New function.
6793 (do_set_command): Handle literal "unlimited" arguments.
6794 * frame.c (_initialize_frame) <set backtrace limit>: Document
6795 "unlimited".
6796 * printcmd.c (_initialize_printcmd) <set print
6797 max-symbolic-offset>: Add help text.
6798 * record-full.c (_initialize_record_full) <set record full
6799 insn-number-max>: Likewise.
6800 * record.c (_initialize_record) <set record
6801 instruction-history-size, set record function-call-history-size>:
6802 Add help text.
6803 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6804 help text.
6805 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6806 Likewise.
6807 * source.c (_initialize_source) <set listsize>: Add help text.
6808 * utils.c (initialize_utils) <set height, set width>: Likewise.
6809 <set pagination>: Mention "set height unlimited".
6810 * valprint.c (_initialize_valprint) <set print elements, set print
6811 repeats>: Document "unlimited".
6812
6813 2013-04-10 Pedro Alves <palves@redhat.com>
6814
6815 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6816 instead of disconnect_tracing.
6817 * infcmd.c (detach_command, disconnect_command): Call
6818 query_if_trace_running. Adjust.
6819 * top.c: Include "tracepoint.h".
6820 (quit_target): Delete. Contents moved ...
6821 (quit_force): ... here. Wrap each stage of teardown in
6822 TRY_CATCH. Call disconnect_tracing before detaching.
6823
6824 2013-04-10 Hui Zhu <hui@codesourcery.com>
6825 Yao Qi <yao@codesourcery.com>
6826
6827 * configure.ac: Check libbabeltrace is installed.
6828 * config.in: Regenerate.
6829 * configure: Regenerate.
6830 * Makefile.in (LIBBABELTRACE): New.
6831 (CLIBS): Add LIBBABELTRACE.
6832 * ctf.c: Include "exec.h".
6833 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6834 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6835 (ctf_save_metadata_header): Define new type aliases in
6836 metadata.
6837 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6838 in metadata. Start a new faked packet for trace status.
6839 (ctf_write_status): Write trace status to CTF.
6840 (ctf_write_uploaded_tsv): Write TSV to CTF.
6841 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6842 (ctf_write_definition_end): End the faked packet.
6843
6844 (ctx, ctf_iter, trace_dirname): New.
6845 (start_pos): New variable.
6846 (ctf_destroy, ctf_open_dir, ctf_open): New.
6847 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6848 macros.
6849 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6850 (ctf_fetch_registers, ctf_xfer_partial): New.
6851 (ctf_get_trace_state_variable_value): New.
6852 (ctf_get_tpnum_from_frame_event): New.
6853 (ctf_get_traceframe_address): New.
6854 (ctf_trace_find, ctf_has_stack): New.
6855 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6856 (ctf_get_trace_status, ctf_read_status): New.
6857 (_initialize_ctf): New.
6858 * tracepoint.c (get_tracepoint_number): New
6859 (get_uploaded_tsv): Remove 'static'.
6860 (struct traceframe_info, trace_regblock_size): Move it to ...
6861 * tracepoint.h: ... here.
6862 (get_tracepoint_number): Declare it.
6863 (get_uploaded_tsv): Declare it.
6864
6865 * NEWS: Mention new configure option.
6866
6867 2013-04-10 Pedro Alves <palves@redhat.com>
6868 Hui Zhu <hui@codesourcery.com>
6869
6870 * breakpoint.c (dprintf_re_set): New.
6871 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6872 to dprintf_re_set.
6873
6874 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6875
6876 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6877 Remove solib-svr4.o from the list.
6878
6879 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6880
6881 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6882 Use gdb_assert_not_reached instead of invalid boolean expression.
6883
6884 2013-04-09 Pedro Alves <palves@redhat.com>
6885
6886 * remote.c (unpush_and_perror): New function.
6887 (readchar, remote_serial_write): Use it.
6888
6889 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6890
6891 * NEWS: Mention new btrace RSP packets.
6892
6893 2013-04-08 Tom Tromey <tromey@redhat.com>
6894
6895 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6896 long.
6897
6898 2013-04-08 Tom Tromey <tromey@redhat.com>
6899
6900 * maint.c (print_bfd_section_info): Print the section index.
6901 * symmisc.c (dump_msymbols): Print the section index.
6902
6903 2013-04-08 Tom Tromey <tromey@redhat.com>
6904
6905 PR symtab/8424:
6906 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6907 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6908 * breakpoint.c (resolve_sal_pc): Update.
6909 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6910 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6911 (minsym_lookup_iterator_cb): Use it.
6912 (default_read_var_value): Update.
6913 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6914 Update.
6915 * infcmd.c (jump_command): Update.
6916 * linespec.c (minsym_found): Update.
6917 * maint.c (maintenance_translate_address): Update.
6918 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6919 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6920 * parse.c (write_exp_msymbol): Update.
6921 * printcmd.c (address_info): Update.
6922 * psymtab.c (find_pc_sect_psymbol): Update.
6923 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6924 SYMBOL_OBJ_SECTION.
6925 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6926 Don't initialize SYMBOL_OBJ_SECTION.
6927 * spu-tdep.c (spu_catch_start): Update.
6928 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6929 * symmisc.c (dump_msymbols, print_symbol): Update.
6930 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6931 how fallback section is computed.
6932 (fixup_symbol_section): Update.
6933 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6934 Update.
6935 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6936 Initialize SYMBOL_SECTION.
6937 * symtab.h (struct general_symbol_info) <section>: Update comment.
6938 <obj_section>: Remove.
6939 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6940 (SYMBOL_OBJFILE): New macro.
6941
6942 2013-04-08 Tom Tromey <tromey@redhat.com>
6943
6944 * coffread.c (record_minimal_symbol): Update.
6945 * dbxread.c (record_minimal_symbol): Update.
6946 * elfread.c (record_minimal_symbol): Update.
6947 * machoread.c (macho_symtab_add_minsym): Update.
6948 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6949 Update.
6950 * minsyms.c (prim_record_minimal_symbol): Update.
6951 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6952 argument.
6953 (prim_record_minimal_symbol_and_info): Likewise.
6954 * minsyms.h (prim_record_minimal_symbol_full)
6955 (prim_record_minimal_symbol_and_info): Update.
6956 * symtab.c (allocate_symbol, initialize_symbol)
6957 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6958 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6959 Update.
6960
6961 2013-04-08 Tom Tromey <tromey@redhat.com>
6962
6963 PR symtab/8423:
6964 * solib-som.c (som_solib_section_offsets): Use BFD section
6965 indices. Set offsets for all sections.
6966 * somread.c (som_symtab_read): Compute BFD section for
6967 symbol. Use prim_record_minimal_symbol_and_info.
6968 (som_symfile_read): Fix comment.
6969 (struct find_section_offset_arg): New.
6970 (find_section_offset, set_section_index): New functions.
6971 (som_symfile_offsets): Use set_section_index to compute
6972 section indices.
6973
6974 2013-04-08 Tom Tromey <tromey@redhat.com>
6975
6976 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6977 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6978 gdb_bfd_section_index.
6979 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6980 New functions.
6981 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6982 Declare.
6983 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6984 Update.
6985 * objfiles.c (add_to_objfile_sections_full): New function.
6986 (add_to_objfile_sections): Use it.
6987 (build_section_table): Rewrite.
6988 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6989 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6990 (struct objfile) <sections>: Update comment.
6991 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6992 is NULL.
6993 (ALL_OBJSECTIONS): Use it.
6994 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6995 * solib-frv.c (frv_relocate_main_executable): Update.
6996 * solib-target.c (solib_target_relocate_section_addresses):
6997 Use gdb_bfd_section_index.
6998 * symfile.c (build_section_addr_info_from_section_table):
6999 Use gdb_bfd_section_index.
7000 (build_section_addr_info_from_bfd, place_section): Likewise.
7001 * symtab.c (fixup_section): Update.
7002 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7003
7004 2013-04-08 Tom Tromey <tromey@redhat.com>
7005
7006 * minsyms.h (struct bound_minimal_symbol): New.
7007 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7008 Remove objfile argument.
7009 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7010 Return bound_minimal_symbol.
7011 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7012 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7013 Return bound_minimal_symbol.
7014 (in_gnu_ifunc_stub): Update.
7015 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7016 Remove 'objfile_p' argument.
7017 (lookup_solib_trampoline_symbol_by_pc): Update.
7018 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7019 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7020 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7021 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7022 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7023 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7024 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7025 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7026 stack.c, symtab.c, tui/tui-disasm.c: Update.
7027
7028 2013-04-08 Tom Tromey <tromey@redhat.com>
7029
7030 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7031 Use symbol's obstack, not an objfile.
7032 * coffread.c (process_coff_symbol): Update.
7033 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7034 * jv-lang.c (add_class_symbol): Update.
7035 * mdebugread.c (new_symbol): Update.
7036 * minsyms.c (prim_record_minimal_symbol_full)
7037 (terminate_minimal_symbol_table): Update.
7038 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7039 * stabsread.c (define_symbol, read_enum_type): Update.
7040 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7041 Handle Ada specially.
7042 (symbol_set_language): Add 'obstack' argument.
7043 (symbol_set_names): Update.
7044 (symbol_natural_name, symbol_demangled_name): Always use
7045 ada_decode_symbol.
7046 * symtab.h (struct general_symbol_info)
7047 <language_specific::obstack>: New field.
7048 <ada_mangled>: New field.
7049 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7050 (symbol_set_language): Update.
7051
7052 2013-04-08 Tom Tromey <tromey@redhat.com>
7053
7054 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7055 Take an obstack, not an objfile.
7056 (symbol_set_names): Update.
7057 * symtab.h (symbol_set_demangled_name): Update.
7058
7059 2013-04-08 Tom Tromey <tromey@redhat.com>
7060
7061 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7062 allocate_symbol.
7063 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7064 (read_func_scope): Call allocate_template_symbol.
7065 (new_symbol_full): Call allocate_symbol.
7066 * jit.c (finalize_symtab): Call allocate_symbol.
7067 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7068 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7069 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7070 (common_block_end): Call allocate_symbol.
7071 * symtab.c (allocate_symbol, initialize_symbol)
7072 (allocate_template_symbol): New functions.
7073 * symtab.c (allocate_symbol, initialize_symbol)
7074 (allocate_template_symbol): Declare.
7075 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7076
7077 2013-04-08 Pedro Alves <palves@redhat.com>
7078 Keith Seitz <keiths@redhat.com>
7079
7080 * breakpoint.c (create_breakpoint): Rename
7081 "parse_condition_and_thread" parameter to "parse_arg". Update
7082 describing comment. If !PARSE_ARG, then error out if ARG is not
7083 the empty string after extracting the location.
7084 * breakpoint.h (create_breakpoint): Rename
7085 "parse_condition_and_thread" parameter to "parse_arg".
7086
7087 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7088
7089 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7090
7091 2013-04-07 Yao Qi <yao@codesourcery.com>
7092
7093 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7094 and 'addr2' to CORE_ADDR.
7095 * target.c (update_current_target): Update.
7096 * target.h (struct target_ops) <to_trace_find>: Change parameter
7097 type to CORE_ADDR.
7098 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7099 'addr2' to CORE_ADDR.
7100 (tfile_trace_find): Likewise.
7101 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7102 Change local variable 'addr' to type CORE_ADDR.
7103 * tracepoint.h (tfind_1): Update declaration.
7104
7105 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7106
7107 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7108 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7109 Include main.h.
7110
7111 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7112 here...
7113 * main.h (windows_get_absolute_argv0): ...to here.
7114
7115 2013-04-05 Doug Evans <dje@google.com>
7116
7117 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7118 (read_cutu_die_from_dwo): Add comments.
7119 (read_structure_type): Update comment.
7120 (read_enumeration_type, read_namespace_type): Update comment.
7121 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7122
7123 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7126 * Makefile.in (gdb.z): Remove.
7127 (install-only): Remove $(man1dir) and gdb.1 installation.
7128 * gdb.1: Remove.
7129
7130 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7131
7132 Fix compatibility with Linux kernel 3.8.3.
7133 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7134 to more inner block. Remove parsing of NUMBER from outer block.
7135 Parse NUMBER only if KEYWORD has been identified.
7136
7137 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 Fix variable name shadowing.
7140 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7141 filename to mapsfilename and update its uses.
7142
7143 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7144
7145 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7146 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7147 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7148 details of the problem.
7149
7150 2013-04-04 Pedro Alves <palves@redhat.com>
7151 Hui Zhu <hui@codesourcery.com>
7152
7153 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7154 tracepoint, reset its STEP_COUNT and call validate_actionline.
7155
7156 2013-04-03 Doug Evans <dje@google.com>
7157
7158 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7159 read_die_and_siblings.
7160 (read_die_and_siblings): New function.
7161 (read_cutu_die_from_dwo): Dump die if requested.
7162 (read_die_and_children): Call read_full_die_1 and
7163 read_die_and_siblings_1.
7164 (read_full_die): Dump die if requested.
7165
7166 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7167
7168 * dwarf2read.c (struct dwo_file): New member comp_dir.
7169 Rename member name to dwo_name. All uses updated.
7170 (hash_dwo_file): Include comp_dir in computation.
7171 (eq_dwo_file): Ditto.
7172 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7173 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7174
7175 * psymtab.c (read_psymtabs_with_fullname): Don't call
7176 psymtab_to_fullname if the basenames are different.
7177
7178 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7179
7180 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7181 New entry about "fullname" presence.
7182
7183 2013-04-03 Pedro Alves <palves@redhat.com>
7184
7185 * NEWS: Mention x86_64/Cygwin as new native configuration.
7186
7187 2013-04-02 Doug Evans <dje@google.com>
7188
7189 * dwarf2read.c (read_structure_type): Fix typo in comment.
7190
7191 2013-04-02 Pedro Alves <palves@redhat.com>
7192
7193 * NEWS: Mention "set/show debug aarch64", "set/show debug
7194 coff-pe-read" and "set/show debug mach-o".
7195
7196 2013-04-02 Pedro Alves <palves@redhat.com>
7197
7198 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7199
7200 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7201
7202 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7203 gdb_string.h is now in common/.
7204
7205 2013-04-02 Pedro Alves <palves@redhat.com>
7206
7207 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7208 under "New options".
7209
7210 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 Revert this patch:
7213 PR gdb/15275
7214 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7215
7216 2013-04-02 Pedro Alves <palves@redhat.com>
7217
7218 PR gdb/15275
7219
7220 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7221 (remote_serial_write): New function.
7222 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7223
7224 2013-04-01 Jiong Wang <jiwang@tilera.com>
7225
7226 * NEWS: Mention TILE-Gx in "New native configurations" and
7227 "New targets" sections.
7228
7229 2013-04-01 Doug Evans <dje@google.com>
7230
7231 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7232 (process_enumeration_scope): Simplify.
7233
7234 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7235 type_unit_group ...
7236 (struct signatured_type): ... to here.
7237 (sig_type_ptr): New typedef.
7238 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7239 out of union 't'. All uses updated.
7240 (dw2_get_file_names_reader): Assert not called for a type unit.
7241 (dw2_get_file_names): Assert not called for a type unit or type
7242 unit group.
7243 (build_type_psymtabs_reader): Assert called for a type unit.
7244 (build_type_psymtab_dependencies): Assert called for a type unit group.
7245
7246 * dwarf2read.c (free_dwo_file): Add comment.
7247 (dwarf2_per_objfile_free): Unref dwp bfd.
7248
7249 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7250
7251 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7252 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7253 (read_pe_exported_syms): Remove unused 'exportix'.
7254 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7255 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7256 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7257
7258 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7259
7260 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7261 (print_it_watchpoint): Remove unused 'bl'.
7262 (say_where): Remove unused 'uiout'.
7263 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7264 (bkpt_breakpoint_hit): Remove unused 'b'.
7265 (internal_bkpt_print_it): Remove unused 'uiout'.
7266 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7267
7268 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7269
7270 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7271 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7272
7273 2013-03-29 Doug Evans <dje@google.com>
7274
7275 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7276 Delete arg is_dwp. All callers updated.
7277 (open_dwp_file): New function.
7278 (open_and_init_dwp_file): Call it.
7279 (get_dwp_file): New function.
7280 (lookup_dwo_cutu): Call it.
7281
7282 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7283 unnecessary, cleanup.
7284
7285 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7286
7287 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7288 (lookup_dwo_unit): New function.
7289 (init_cutu_and_read_dies): Move DWO handling to new functions.
7290
7291 * dwarf2read.c (struct signatured_type): Tweak comment.
7292 (struct dwo_unit): Tweak comment.
7293 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7294 (create_dwo_debug_info_hash_table): Tweak comment.
7295 (dwarf2_per_cu_offset_and_type): Tweak comment.
7296
7297 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7298 missing .debug_types section.
7299
7300 2013-03-29 Yao Qi <yao@codesourcery.com>
7301
7302 * corelow.c: Include "completer.h".
7303 (_initialize_corelow): Call add_target_with_completer with
7304 argument 'filename_completer'.
7305 * tracepoint.c: Likewise.
7306 * exec.c (_initialize_exec): Likewise.
7307 * target.c (add_target): Rename to ...
7308 (add_target_with_completer): ... this. Call set_cmd_completer
7309 if parameter completer is not NULL.
7310 (add_target): New.
7311 * target.h: Include "command.h".
7312 (add_target_with_completer): Declare it.
7313
7314 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7315
7316 * coffread.c (is_import_fixup_symbol): New function.
7317 (record_minimal_symbol): Use is_import_fixup_symbol to
7318 detect import fixup symbols, and discard them.
7319
7320 2013-03-28 Doug Evans <dje@google.com>
7321
7322 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7323 types hash table until we know we need it.
7324
7325 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7326 index numbers.
7327
7328 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7329 All callers updated.
7330 (dw2_print_stats): Print #read CUs too.
7331 (dump_die_shallow): Print signatured types better.
7332
7333 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7334 info_or_types_section to section. All uses updated.
7335 (struct dwo_unit): Ditto.
7336
7337 2013-03-28 Pedro Alves <palves@redhat.com>
7338
7339 * NEWS (New options): New section.
7340 (New options): Mention set/show remote trace-status-packet.
7341 * remote.c (PACKET_qTStatus): New enumeration value.
7342 (remote_get_trace_status): Skip sending qTStatus if the packet is
7343 disabled. Use packet_ok.
7344 (_initialize_remote): Register a configuration command for
7345 qTStatus packet.
7346
7347 2013-03-28 Doug Evans <dje@google.com>
7348
7349 * symfile.c (find_separate_debug_file): Add comment.
7350 (terminate_after_last_dir_separator): Tweak comment.
7351
7352 * dwarf2read.c (create_partial_symtab): Add forward decl.
7353 (create_partial_symtab): Move to be closer to other psymtab functions.
7354 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7355
7356 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7357 (compute_symtab_includes): Remove unnecessary forward declaration.
7358 (die_needs_namespace): Add comment marking group of functions for
7359 dwarf2 name computation.
7360
7361 * typeprint.c (_initialize_typeprint): Improve type help text.
7362
7363 * python/python.c (finish_python_initialization): Provide suggestion
7364 for how to tell gdb to find its python files.
7365
7366 2013-03-28 Pedro Alves <palves@redhat.com>
7367
7368 PR gdb/15294
7369
7370 * source.c (_initialize_source): Change back "set listsize" to an
7371 integer command.
7372
7373 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7374
7375 PR gdb/15275
7376 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7377
7378 2013-03-27 Pedro Alves <palves@redhat.com>
7379
7380 * top.c (history_size): Rename to ...
7381 (history_size_setshow_var): ... this. Add comment.
7382 (show_commands): Use readline's 'history_length' instead of
7383 computing the history length by calling history_get in a loop.
7384 (set_history_size_command): Error out for sizes over INT_MAX.
7385 Restore previous history size on invalid size.
7386 (init_history): If HISTSIZE is negative, leave the history size as
7387 zero. Add comments.
7388 (init_main): Adjust.
7389
7390 2013-03-27 Pedro Alves <palves@redhat.com>
7391
7392 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7393 coff_pe_read" command to "set debug coff-pe-read".
7394
7395 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7396
7397 * record.c (command_size_to_target_size): Fix size comparison.
7398 Change parameter type from pointer to integer to integer.
7399 Update all users.
7400
7401 2013-03-27 Pierre Muller <muller@sourceware.org>
7402
7403 * windows-nat.c (handle_output_debug_string): Avoid typecast
7404 from integer of different size warning.
7405
7406 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7407
7408 * windows-nat.c (handle_output_debug_string): Add empty line
7409 after local block variable definition.
7410
7411 2013-03-26 Pedro Alves <palves@redhat.com>
7412
7413 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7414 (net_open): Make 'polls' local unsigned.
7415
7416 2013-03-26 Pedro Alves <palves@redhat.com>
7417
7418 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7419 a zuinteger command instead of uinteger.
7420
7421 2013-03-26 Pedro Alves <palves@redhat.com>
7422
7423 * record-full.c (record_full_insn_num): Make it unsigned.
7424 (record_full_check_insn_num, record_full_message)
7425 (record_full_registers_change, record_full_xfer_partial): Remove
7426 record_full_insn_max_num check (it's always != 0).
7427 (record_full_info, record_full_restore): Use %u as format string.
7428 (): Use %u as format string.
7429 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7430 check (it's always != 0).
7431
7432 2013-03-26 Pedro Alves <palves@redhat.com>
7433
7434 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7435 and "set dcache size" commands zuinteger instead of uinteger.
7436
7437 2013-03-26 Pedro Alves <palves@redhat.com>
7438
7439 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7440 command zuinteger instead of uinteger.
7441
7442 2013-03-26 Pedro Alves <palves@redhat.com>
7443
7444 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7445 zuinteger instead of uinteger.
7446
7447 2013-03-26 Pedro Alves <palves@redhat.com>
7448
7449 * record.c (record_insn_history_size_setshow_var)
7450 (record_call_history_size_setshow_var): New globals.
7451 (command_size_to_target_size): New function.
7452 (cmd_record_insn_history, cmd_record_call_history): Use
7453 command_size_to_target_size instead of cast.
7454 (validate_history_size, set_record_insn_history_size)
7455 (set_record_call_history_size): New functions.
7456 (_initialize_record): Install set_record_insn_history_size and
7457 set_record_call_history_size as "set" hooks of "set record
7458 instruction-history-size" and "set record
7459 function-call-history-size".
7460
7461 2013-03-26 Pedro Alves <palves@redhat.com>
7462
7463 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7464 use with history_max_entries use. Remove FIXME note.
7465
7466 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7467
7468 * record-btrace.c (record_btrace_close): Call
7469 record_btrace_auto_disable.
7470
7471 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7472
7473 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7474
7475 2013-03-25 Doug Evans <dje@google.com>
7476
7477 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7478
7479 2013-03-25 Tom Tromey <tromey@redhat.com>
7480
7481 PR symtab/11462:
7482 * c-exp.y (exp): Add new productions for destructors after '.' and
7483 '->'.
7484 (write_destructor_name): New function.
7485
7486 2013-03-25 Tom Tromey <tromey@redhat.com>
7487
7488 PR c++/9197:
7489 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7490 value_struct_elt, not lookup_struct_elt_type.
7491 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7492 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7493 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7494
7495 2013-03-25 Yao Qi <yao@codesourcery.com>
7496
7497 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7498 instead of '_mkdir'.
7499
7500 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7501
7502 * windows-nat.c (windows_get_absolute_argv0): New function.
7503 * windows-nat.h: Add its prototype.
7504
7505 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7506 Use IS_DIR_SEPARATOR instead of looking for a character inside
7507 SLASH_STRING. Include filenames.h.
7508 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7509 relocate_gdb_directory works when passed gdb_program_name.
7510 Include windows-nat.h.
7511
7512 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7515 * remote.c (trace_error): Remove the special handling of '2'.
7516 (readchar) <SERIAL_EOF>
7517 (readchar) <SERIAL_ERROR>
7518 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7519 (remote_get_trace_status): Call throw_exception if EX is
7520 TARGET_CLOSE_ERROR.
7521 * utils.c (perror_with_name): Rename to ...
7522 (throw_perror_with_name): ... here. New parameter errcode, describe it
7523 in the function comment.
7524 (perror_with_name): New function wrapper.
7525 * utils.h (enum errors): New stub declaration.
7526 (throw_perror_with_name): New declaration.
7527
7528 2013-03-22 Pedro Alves <palves@redhat.com>
7529 Yao Qi <yao@codesourcery.com>
7530 Mark Kettenis <kettenis@gnu.org>
7531
7532 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7533 Don't let the user set the value to UINT_MAX directly.
7534 <var_integer>: Don't let the user set the value to INT_MAX
7535 directly.
7536
7537 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7538
7539 * remote.c (remote_unpush_target): New function.
7540 (remote_open_1): Remove two pop_target calls, update one comment, add
7541 comment to target_preopen call. Replace pop_target call by
7542 remote_unpush_target call.
7543 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7544 pop_target calls by remote_unpush_target calls.
7545
7546 2013-03-22 Pedro Alves <palves@redhat.com>
7547
7548 * linux-nat.c (linux_child_follow_fork): Don't call
7549 linux_enable_event_reporting.
7550 (linux_handle_extended_wait): Don't call
7551 linux_enable_event_reporting.
7552
7553 2013-03-22 Pedro Alves <palves@redhat.com>
7554
7555 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7556 use it to rewrite the trampoline buffers with type gdb_byte[], and
7557 undefine the macro. Remove char* cast.
7558
7559 2013-03-21 Doug Evans <dje@google.com>
7560
7561 New commands "mt set per-command {space,time,symtab} {on,off}".
7562 * NEWS: Add entry.
7563 * event-top.c: #include "maint.h".
7564 * main.c: #include "maint.h".
7565 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7566 timeval-utils.h, maint.h, cli/cli-setshow.h.
7567 (per_command_time, per_command_space): New static globals.
7568 (per_command_symtab): New static global.
7569 (per_command_setlist, per_command_showlist): New static globals.
7570 (struct cmd_stats): Move here from utils.c.
7571 (set_per_command_time): Renamed from set_display_time in utils.c
7572 and moved here. All callers updated.
7573 (set_per_command_space): Renamed from set_display_space in utils.c
7574 and moved here. All callers updated.
7575 (count_symtabs_and_blocks): New function.
7576 (report_command_stats): Moved here from utils.c. Add support for
7577 printing symtab stats. Only print data if enabled before command
7578 executed.
7579 (make_command_stats_cleanup): Ditto.
7580 (sert_per_command_cmd, show_per_command_cmd): New functions.
7581 (_initialize_maint_cmds): Add new commands
7582 mt set per-command {space,time,symtab} {on,off}.
7583 * maint.h: New file.
7584 * top.c: #include "maint.h".
7585 * utils.c (reset_prompt_for_continue_wait_time): New function.
7586 (get_prompt_for_continue_wait_time): New function.
7587 * utils.h (reset_prompt_for_continue_wait_time): Declare
7588 (get_prompt_for_continue_wait_time): Declare.
7589 (make_command_stats_cleanup): Moved to maint.h.
7590 (set_display_time, set_display_space): Moved to maint.h and renamed
7591 to set_per_command_time, set_per_command_space.
7592 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7593 parse_binary_operation and made non-static. Don't call error,
7594 just return an error marker. All callers updated.
7595 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7596
7597 2013-03-21 Tom Tromey <tromey@redhat.com>
7598
7599 * symfile.c (alloc_section_addr_info): Update header. Don't set
7600 'num_sections' field.
7601 (build_section_addr_info_from_section_table): Set 'num_sections'.
7602 (build_section_addr_info_from_bfd): Likewise.
7603 (build_section_addr_info_from_objfile): Remove dead loop
7604 condition.
7605 (free_section_addr_info): Unconditionally call xfree.
7606 (relative_addr_info_to_section_offsets, addrs_section_sort)
7607 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7608 condition.
7609 (syms_from_objfile_1): Remove dead 'if' condition. Check
7610 'num_sections'.
7611 (add_symbol_file_command): Set 'num_sections'.
7612 * symfile-mem.c (symbol_file_add_from_memory): Set
7613 'num_sections'.
7614 * somread.c (som_symfile_offsets): Remove dead loop condition.
7615 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7616 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7617
7618 2013-03-21 Tom Tromey <tromey@redhat.com>
7619
7620 * tracepoint.h (decode_agent_options): Add 'trace_string'
7621 argument.
7622 * tracepoint.c (decode_agent_options): Add 'trace_string'
7623 argument.
7624 (validate_actionline): Update.
7625 (collect_symbol): Add 'trace_string' argument.
7626 (struct add_local_symbols_data) <trace_string>: New field.
7627 (do_collect_symbol): Update.
7628 (add_local_symbols): Add 'trace_string' argument.
7629 (encode_actions_1): Update.
7630 (trace_dump_actions): Update.
7631 * dwarf2loc.c (access_memory): Update.
7632 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7633 * ax-general.c (new_agent_expr): Update.
7634 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7635 (gen_trace_for_return_address): Add argument.
7636 (trace_kludge, trace_string_kludge): Remove.
7637 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7638 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7639 (gen_trace_for_var): Add 'trace_string' argument.
7640 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7641 (gen_printf, agent_eval_command_one): Update.
7642
7643 2013-03-21 Tom Tromey <tromey@redhat.com>
7644
7645 PR exp/15109:
7646 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7647 Handle FILENAME token.
7648
7649 2013-03-21 Tom Tromey <tromey@redhat.com>
7650
7651 * c-exp.y (YYPRINT): Define.
7652 (c_print_token): New function.
7653
7654 2013-03-21 Tom Tromey <tromey@redhat.com>
7655
7656 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7657
7658 2013-03-21 Yao Qi <yao@codesourcery.com>
7659
7660 * ctf.c: Include "gdb_stat.h".
7661 [USE_WIN32API]: New macro 'mkdir'.
7662 (ctf_start): Use permission bits macros if they are defined.
7663
7664 2013-03-20 Keith Seitz <keiths@redhat.com>
7665
7666 * breakpoint.h (struct breakpoint): Add comment to
7667 extra_string indicating that this member is mallod'd.
7668 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7669
7670 2013-03-20 Pedro Alves <palves@redhat.com>
7671
7672 PR gdb/15289
7673
7674 * cli/cli-setshow.c (do_set_command)
7675 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7676 the result of parsing the command argument. Throw error if the
7677 value is greater than UINT_MAX. Print the invalid value with
7678 plongest.
7679 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7680 result of parsing the command argument. Throw error if the value
7681 is greater than INT_MAX, not greater or equal. Also throw error
7682 if the value is less than INT_MIN. Print the invalid value with
7683 plongest.
7684 <var_zuinteger_unlimited>: Throw error if the value is greater
7685 than INT_MAX, not greater or equal.
7686 (do_show_command) <var_integer, var_zinteger,
7687 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7688
7689 2013-03-20 Tom Tromey <tromey@redhat.com>
7690
7691 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7692 if possible.
7693 * dwarf2read.c (read_func_scope): Remove old FIXME.
7694 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7695 not LOC_COMPUTED.
7696 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7697 Unconditionally call via computed ops, if possible.
7698 * printcmd.c (address_info): Unconditionally call via computed ops,
7699 if possible.
7700 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7701 if possible.
7702 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7703 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7704 if possible.
7705
7706 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7707 Tom Tromey <tromey@redhat.com>
7708
7709 PR symtab/8421:
7710 * coffread.c (coff_register_index): New global.
7711 (process_coff_symbol, coff_read_enum_type): Set
7712 SYMBOL_ACLASS_INDEX.
7713 (_initialize_coffread): Initialize new global.
7714 * dwarf2loc.c (locexpr_find_frame_base_location)
7715 (dwarf2_block_frame_base_locexpr_funcs)
7716 (loclist_find_frame_base_location)
7717 (dwarf2_block_frame_base_loclist_funcs): New.
7718 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7719 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7720 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7721 (dwarf2_block_frame_base_loclist_funcs): New.
7722 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7723 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7724 globals.
7725 (read_func_scope): Update.
7726 (fixup_go_packaging, mark_common_block_symbol_computed)
7727 (var_decode_location, new_symbol_full, dwarf2_const_value):
7728 Set SYMBOL_ACLASS_INDEX.
7729 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7730 (_initialize_dwarf2_read): Initialize new globals.
7731 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7732 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7733 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7734 globals.
7735 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7736 (_initialize_mdebugread): Initialize new globals.
7737 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7738 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7739 (stab_register_index, stab_regparm_index): New globals.
7740 (define_symbol, read_enum_type, common_block_end): Set
7741 SYMBOL_ACLASS_INDEX.
7742 (_initialize_stabsread): Initialize new globals.
7743 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7744 globals.
7745 (MAX_SYMBOL_IMPLS): New define.
7746 (register_symbol_computed_impl, register_symbol_block_impl)
7747 (register_symbol_register_impl)
7748 (initialize_ordinary_address_classes): New functions.
7749 (_initialize_symtab): Call initialize_ordinary_address_classes.
7750 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7751 (struct symbol_impl): New.
7752 (SYMBOL_ACLASS_BITS): New define.
7753 (struct symbol) <aclass, ops>: Remove fields.
7754 <aclass_index>: New field.
7755 (symbol_impls): Declare.
7756 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7757 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7758 (register_symbol_computed_impl, register_symbol_block_impl)
7759 (register_symbol_register_impl): Declare.
7760 (struct symbol_computed_ops): Add location_has_loclist.
7761 (struct symbol_block_ops): New.
7762 (SYMBOL_BLOCK_OPS): New.
7763 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7764
7765 2013-03-20 Tom Tromey <tromey@redhat.com>
7766
7767 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7768 (print_partial_symbols, recursively_search_psymtabs): Use
7769 PSYMBOL_CLASS.
7770
7771 2013-03-20 Pierre Muller <muller@sourceware.org>
7772
7773 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7774 addtion, subtraction, multiplication and division binary operator.
7775
7776 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7777
7778 Code cleanup.
7779 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7780 * bsd-kvm.c (bsd_kvm_close): Likewise.
7781 * bsd-uthread.c (bsd_uthread_close): Likewise.
7782 * corelow.c (core_close): Likewise.
7783 (core_close_cleanup): Remove parameter quitting from a caller.
7784 * event-top.c (async_disconnect): Likewise.
7785 * exec.c (exec_close_1): Remove parameter quitting.
7786 * go32-nat.c (go32_close): Likewise.
7787 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7788 parameter quitting from a caller.
7789 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7790 variable.
7791 (mips_linux_close): Remove parameter quitting. Remove parameter
7792 quitting from a caller.
7793 * monitor.c (monitor_close): Remove parameter quitting.
7794 * monitor.h (monitor_close): Likewise.
7795 * record-btrace.c (record_btrace_close): Likewise.
7796 * record-full.c (record_full_close): Likewise.
7797 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7798 it also from fprintf_unfiltered.
7799 * remote-mips.c (mips_close): Remove parameter quitting.
7800 (mips_detach): Remove parameter quitting from a caller.
7801 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7802 (gdbsim_close): Remove duplicate function comment. Remove parameter
7803 quitting and remove it also from printf_filtered.
7804 * remote.c (remote_close): Remove parameter quitting.
7805 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7806 * target.c (update_current_target): Remove parameter int from to_close
7807 de_fault.
7808 (push_target, unpush_target, pop_target): Remove parameter quitting from
7809 a caller.
7810 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7811 Remove parameter quitting from a caller.
7812 (target_preopen): Remove parameter quitting from a caller.
7813 (target_close): Remove parameter quitting. Remove parameter quitting
7814 from a caller two times. Remove parameter quitting also from
7815 fprintf_unfiltered.
7816 * target.h (struct target_ops): Remove parameter quitting and as int
7817 from fields to_xclose and to_close.
7818 (extern struct target_ops current_target):
7819 (target_close, pop_all_targets): Remove parameter quitting. Update the
7820 comment.
7821 (pop_all_targets_above): Remove parameter quitting.
7822 * top.c (quit_target): Remove parameter quitting from a caller.
7823 * tracepoint.c (tfile_close): Remove parameter quitting.
7824 * windows-nat.c (windows_close): Remove parameter quitting.
7825
7826 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
7827
7828 * windows-nat.c (handle_output_debug_string): Replace call
7829 to string_to_core_addr with call to strtoull.
7830
7831 2013-03-20 Yao Qi <yao@codesourcery.com>
7832
7833 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7834 and write it to CTF metadata.
7835
7836 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
7837
7838 * windows-nat.c (handle_output_debug_string): Change type of n to
7839 SIZE_T to avoid crash on 64 bit systems.
7840
7841 2013-03-17 Eli Zaretskii <eliz@gnu.org>
7842
7843 * python/python-internal.h (HAVE_SNPRINTF)
7844 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7845 about redefinition of snprintf by pyerrors.h.
7846
7847 2013-03-15 Steve Ellcey <sellcey@mips.com>
7848
7849 * remote-sim.c (sim_command_completer): Make char arguments const.
7850
7851 2013-03-15 Tom Tromey <tromey@redhat.com>
7852
7853 PR c++/15116:
7854 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7855
7856 2013-03-14 Tom Tromey <tromey@redhat.com>
7857
7858 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7859 New fields.
7860 (get_file_crc): Move from symfile.c.
7861 (gdb_bfd_crc): New function.
7862 * gdb_bfd.h (gdb_bfd_crc): Declare.
7863 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7864 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7865 (separate_debug_file_exists): Use gdb_bfd_crc.
7866
7867 2013-03-14 Tom Tromey <tromey@redhat.com>
7868
7869 * symfile.c (get_debug_link_info): Remove.
7870 (find_separate_debug_file_by_debuglink): Use
7871 bfd_get_debug_link_info.
7872
7873 2013-03-14 Tom Tromey <tromey@redhat.com>
7874
7875 * symtab.c (error_in_psymtab_expansion): New function.
7876 (lookup_symbol_aux_quick)
7877 (basic_lookup_transparent_type_quick): Remove "last resort"
7878 code. Use error_in_psymtab_expansion.
7879
7880 2013-03-14 Doug Evans <dje@google.com>
7881 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7884 any successful compare_filenames_for_search or FILENAME_CMP.
7885 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7886 * symtab.c (iterate_over_some_symtabs): Likewise.
7887
7888 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7889
7890 * source.c (print_source_lines_base): Make a local copy of
7891 symtab_to_fullname.
7892
7893 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
7894 Jan Kratochvil <jan.kratochvil@redhat.com>
7895
7896 * source.c (print_source_lines_base): Suppress "file" for TUI.
7897
7898 2013-03-14 Keith Seitz <keiths@redhat.com>
7899 Alan Matsuoka <alanm@redhat.com>
7900
7901 PR c++/15203
7902 PR c++/15210
7903 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7904 TYPE_CODE_METHOD.
7905 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7906 symbols.
7907
7908 2013-03-14 Yao Qi <yao@codesourcery.com>
7909
7910 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7911 status to tfile if trace is stopped by command 'tstop'.
7912
7913 2013-03-14 Yao Qi <yao@codesourcery.com>
7914
7915 * tracepoint.c (tfile_write_status): Write trace notes and user
7916 name into tfile if they are not NULL.
7917
7918 2013-03-14 Hui Zhu <hui@codesourcery.com>
7919 Yao Qi <yao@codesourcery.com>
7920
7921 * Makefile.in (REMOTE_OBS): Add ctf.o.
7922 (SFILES): Add ctf.c.
7923 (HFILES_NO_SRCDIR): Add ctf.h.
7924 * ctf.c, ctf.h: New files.
7925 * tracepoint.c: Include 'ctf.h'.
7926 (collect_pseudocommand): Remove static.
7927 (trace_save_command): Parse option "-ctf".
7928 Produce different trace file writers per option.
7929 Adjust output message.
7930 (trace_save_tfile, trace_save_ctf): New.
7931 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7932 * mi/mi-main.c: Include 'ctf.h'.
7933 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7934 trace_save_tfile or trace_save_ctf.
7935 * NEWS: Mention these changes.
7936
7937 2013-03-14 Yao Qi <yao@codesourcery.com>
7938
7939 * tracepoint.c (trace_file_writer_xfree): New.
7940 (struct tfile_writer_data): New.
7941 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7942 (tfile_write_header, tfile_write_regblock_type): New.
7943 (tfile_write_status, tfile_write_uploaded_tsv): New.
7944 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7945 (tfile_write_raw_data, (tfile_end): New.
7946 (tfile_write_ops): New global variable.
7947 (TRACE_WRITE_R_BLOCK): New macro.
7948 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7949 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7950 (TRACE_WRITE_V_BLOCK): New macro.
7951 (trace_save): Add extra one parameter WRITER. Make it static.
7952 Use WRITER to writer trace.
7953 (tfile_trace_file_writer_new): New.
7954 (trace_save_command): Caller update.
7955 (trace_save_tfile): Write trace data in TFILE format.
7956 * tracepoint.h (struct trace_frame_write_ops): New.
7957 (struct trace_file_write_ops): New.
7958 (struct trace_file_writer): New.
7959 (trace_save): Remove its declaration.
7960 (trace_save_tfile): Declare it.
7961 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7962 instead of trace_save.
7963
7964 2013-03-13 Pedro Alves <palves@redhat.com>
7965
7966 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7967
7968 2013-03-13 Pedro Alves <palves@redhat.com>
7969
7970 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7971 commented out code.
7972 * demangle.c (current_demangling_style_string): Make it const.
7973 (set_demangling_command): Assert the demangling style is known.
7974 Remove all handling of unknown styles. Set
7975 'current_demangling_style_string' to an element of the
7976 demangling_style_names array.
7977 (set_demangling_style): Delete.
7978 (_initialize_demangler): Set current_demangling_style_string to the
7979 element of the demangling_style_names array that corresponds to
7980 the default demangling style. Remove FIXME note. Don't call
7981 set_demangling_style.
7982 * gdb-demangle.h (set_demangling_style): Remove declaration.
7983
7984 2013-03-13 Pedro Alves <palves@redhat.com>
7985
7986 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7987 fields const.
7988 (ada_make_symbol_completion_list): Make "text0" parameter const.
7989 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7990 * breakpoint.c (condition_completer): Make "text" and "word"
7991 parameters const. Adjust.
7992 (check_tracepoint_command): Adjust to validate_actionline
7993 prototype change.
7994 (catch_syscall_completer): Make "text" and "word" parameters
7995 const.
7996 * cli/cli-cmds.c (show_user): Make "comname" local const.
7997 (valid_command_p): Make "command" parameter const.
7998 (alias_command): Make "alias_prefix" and "command_prefix" locals
7999 const.
8000 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8001 (add_alias_cmd): Make "name" and "oldname" parameters const.
8002 Adjust. No longer make copy of OLDNAME.
8003 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8004 (add_setshow_cmd_full, add_setshow_enum_cmd)
8005 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8006 (add_setshow_filename_cmd, add_setshow_string_cmd)
8007 (add_setshow_string_noescape_cmd)
8008 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8009 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8010 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8011 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8012 Make "name" parameter const.
8013 (help_cmd): Rename "command" parameter to "arg". New const local
8014 "command".
8015 (find_cmd): Make "command" parameter const.
8016 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8017 deprecated_cmd_warning prototype change.
8018 (undef_cmd_error): Make "cmdtype" parameter const.
8019 (lookup_cmd): Make "line" parameter const.
8020 (deprecated_cmd_warning): Change type of "text" parameter to
8021 pointer to const char, from pointer to pointer to char. Adjust.
8022 (lookup_cmd_composition): Make "text" parameter const.
8023 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8024 parameters const.
8025 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8026 const.
8027 * cli/cli-script.c (validate_comname): Make "tem" local const.
8028 (define_command): New const local "tem_c". Use it in calls to
8029 lookup_cmd.
8030 (document_command): Make "tem" and "comfull" locals const.
8031 (show_user_1): Make "prefix" and "name" parameters const.
8032 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8033 const.
8034 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8035 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8036 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8037 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8038 (complete_on_enum, add_setshow_enum_cmd)
8039 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8040 (add_setshow_filename_cmd, add_setshow_string_cmd)
8041 (add_setshow_string_noescape_cmd)
8042 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8043 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8044 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8045 Change prototypes, constifying strings.
8046 * completer.c (noop_completer, filename_completer): Make "text"
8047 and "prefix" parameters const.
8048 (location_completer, expression_completer)
8049 (complete_line_internal): Make "text" and "prefix" parameters
8050 const and adjust.
8051 (command_completer, signal_completer): Make "text" and "prefix"
8052 parameters const.
8053 * completer.h (noop_completer, filename_completer)
8054 (expression_completer, location_completer, command_completer)
8055 (signal_completer): Change prototypes.
8056 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8057 parameters const.
8058 * cp-abi.c (cp_abi_completer): Likewise.
8059 * expression.h (parse_expression_for_completion): Change
8060 prototype.
8061 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8062 parameters const.
8063 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8064 * infrun.c (handle_completer): Make "text" and "word" parameters
8065 const.
8066 * interps.c (interpreter_completer): Make "text" and "word"
8067 parameters const.
8068 * language.h (struct language_defn)
8069 <la_make_symbol_completion_list>: Make "text" and "word"
8070 parameters const.
8071 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8072 (parse_exp_in_context): Rename to ...
8073 (parse_exp_in_context_1): ... this.
8074 (parse_exp_in_context): Reimplement, with const hack from
8075 parse_exp_1.
8076 (parse_expression_for_completion): Make "string" parameter const.
8077 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8078 to pointer to const char. Adjust.
8079 (print_command_1): Make "exp" parameter const.
8080 (output_command): Rename to ...
8081 (output_command_const): ... this. Make "exp" parameter const.
8082 (output_command): Reimplement.
8083 (x_command): Adjust.
8084 (display_command): Rename "exp" parameter to "arg". New "exp"
8085 local, const version of "arg".
8086 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8087 "cmd_name" local const.
8088 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8089 call.
8090 (cmdpy_completer): Make "text" and "word" parameters const.
8091 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8092 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8093 const.
8094 * remote.c (_initialize_remote): Make "cmd_name" local const.
8095 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8096 parameters const. Adjust.
8097 (completion_list_add_fields): Make "sym_text", "text" and "word"
8098 parameters const.
8099 (struct add_name_data) <sym_text, text, word>: Make fields const.
8100 (default_make_symbol_completion_list_break_on): Make "text" and
8101 "word" parameters const. Adjust locals.
8102 (default_make_symbol_completion_list)
8103 (make_symbol_completion_list, make_symbol_completion_type)
8104 (make_symbol_completion_list_fn): Make "text" and "word"
8105 parameters const.
8106 (make_file_symbol_completion_list): Make "text", "word" and
8107 "srcfile" parameters const. Adjust locals.
8108 (add_filename_to_list): Make "text" and "word" parameters const.
8109 (struct add_partial_filename_data) <text, word>: Make fields
8110 const.
8111 (make_source_files_completion_list): Make "text" and "word"
8112 parameters const.
8113 * symtab.h (default_make_symbol_completion_list_break_on)
8114 (default_make_symbol_completion_list, make_symbol_completion_list)
8115 (make_symbol_completion_type enum type_code)
8116 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8117 (make_source_files_completion_list): Change prototype.
8118 * top.c (execute_command): Adjust to pass pointer to pointer to
8119 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8120 change.
8121 (set_verbose): Make "cmdname" local const.
8122 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8123 and adjust.
8124 (validate_actionline): Make "line" parameter a pointer to const
8125 char, and adjust.
8126 (encode_actions_1): Make "action_exp" local const, and adjust.
8127 (encode_actions): Adjust.
8128 (replace_comma): Delete.
8129 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8130 const, and adjust. Don't frob the action string while splitting
8131 it at commas. Instead, make a copy of each split substring in
8132 turn.
8133 (trace_dump_command): Adjust to validate_actionline prototype
8134 change.
8135 * tracepoint.h (decode_agent_options, decode_agent_options)
8136 (encode_actions, validate_actionline): Change prototypes.
8137 * valprint.h (output_command): Delete declaration.
8138 (output_command_const): Declare.
8139 * value.c (function_destroyer): Cast const away in xfree call.
8140
8141 2013-03-13 Pedro Alves <palves@redhat.com>
8142
8143 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8144 rather than casting 'const char * const *' to 'const char **'.
8145 * ada-lex.l (processInt): Make "trailer" local const. Remove
8146 'const char **' cast.
8147 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8148 locals, and use those as strtol output pointer, instead than doing
8149 invalid casts to from 'const char **' to 'char **'.
8150 (_initialize_demangle): Remove cast.
8151 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8152 locals, and use those as strtol output pointer, instead than doing
8153 invalid casts to from 'const char **' to 'char **'.
8154 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8155 casts.
8156 * stap-probe.c (stap_parse_register_operand)
8157 (stap_parse_single_operand): Likewise.
8158
8159 2013-03-13 Yao Qi <yao@codesourcery.com>
8160
8161 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8162 the last matched 'V' blcok in trace frame.
8163
8164 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8165
8166 * NEWS: Create a new section for the next release branch.
8167 Rename the section of the current branch, now that it has
8168 been cut.
8169
8170 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8171
8172 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8173 * version.in: Bump version to 7.6.50.20130312-cvs.
8174
8175 2013-03-12 Keith Seitz <keiths@redhat.com>
8176
8177 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8178 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8179 Remove temporary copy of input string.
8180 (mi_execute_command_wrapper): Make "cmd" const.
8181 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8182 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8183 Use const strings.
8184 (mi_parse): Make "cmd" const.
8185 Use const strings.
8186 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8187
8188 2013-03-12 Keith Seitz <keiths@redhat.com>
8189
8190 * ada-lang.c (ada_read_renaming_var_value): Pass const
8191 pointer to expression string to parse_exp_1.
8192 (create_excep_cond_exprs): Likewise.
8193 * ax-gdb.c (agent_eval_command_one): Likewise.
8194 (maint_agent_printf_command): Likewise.
8195 Constify much of the string handling/parsing.
8196 * breakpoint.c (set_breakpoint_condition): Pass const
8197 pointer to expression string to parse_exp_1.
8198 (update_watchpoint): Likewise.
8199 (parse_cmd_to_aexpr): Constify string handling.
8200 Pass const pointer to parse_exp_1.
8201 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8202 (find_condition_and_thread): Likewise.
8203 Make TOK const.
8204 (watch_command_1): Make "arg" const.
8205 Constify string handling.
8206 Copy the expression string instead of changing the input
8207 string.
8208 (update_breakpoint_location): Pass const pointer to
8209 parse_exp_1.
8210 * eval.c (parse_and_eval_address): Make "exp" const.
8211 (parse_to_comma_and_eval): Make "expp" const.
8212 (parse_and_eval): Make "exp" const.
8213 * expression.h (parse_expression): Make argument const.
8214 (parse_exp_1): Make first argument const.
8215 * findcmd.c (parse_find_args): Treat "args" as const.
8216 * linespec.c (parse_linespec): Pass const pointer to
8217 linespec_expression_to_pc.
8218 (linespec_expression_to_pc): Make "exp_ptr" const.
8219 * parse.c (parse_exp_1): Make "stringptr" const.
8220 Make a copy of the expression to pass to parse_exp_in_context until
8221 this whole interface can be constified.
8222 (parse_expression): Make "string" const.
8223 * printcmd.c (ui_printf): Treat "arg" as const.
8224 Handle const strings.
8225 * tracepoint.c (validate_actionline): Pass const pointer to
8226 all calls to parse_exp_1.
8227 (encode_actions_1): Likewise.
8228 * value.h (parse_to_comma_and_eval): Make argument const.
8229 (parse_and_eval_address): Likewise.
8230 (parse_and_eval): Likewise.
8231 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8232 (varobj_set_value): Likewise.
8233 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8234 constify string handling.
8235 Pass const pointers to parse_and_eval_address and
8236 parse_to_comman_and_eval.
8237 * cli/cli-utils.c (skip_to_space): Rename to ...
8238 (skip_to_space_const): ... this. Handle const strings.
8239 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8240 skip_to_space_const.
8241 (skip_to_space_const): Declare.
8242 * common/format.c (parse_format_string): Make "arg" const.
8243 Handle const strings.
8244 * common/format.h (parse_format_string): Make "arg" const.
8245 * gdbserver/ax.c (ax_printf): Make "format" const.
8246 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8247 of the expression string.
8248
8249 2013-03-12 Hui Zhu <hui@codesourcery.com>
8250
8251 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8252
8253 2013-03-12 Yao Qi <yao@codesourcery.com>
8254 Hui Zhu <hui@codesourcery.com>
8255
8256 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8257 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8258 DW_OP_deref_size.
8259
8260 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8261
8262 * ada-lex.l (rules): Only recognize 'thread' as a
8263 delimiter when followed by numerals, as for c-exp.y.
8264 Use new rewind_to_char function to rewind the input for
8265 expression-delimiting tokens.
8266 (rewind_to_char): New function.
8267
8268 2013-03-11 Pedro Alves <palves@redhat.com>
8269 Jan Kratochvil <jan.kratochvil@redhat.com>
8270
8271 * configure: Regenerate.
8272 * configure.ac (check dynamic export flag): Link python test with
8273 $PYTHON_LIBS.
8274
8275 2013-03-11 Doug Evans <dje@google.com>
8276 Keith Seitz <keiths@redhat.com>
8277
8278 * linespec.c (find_linespec_symbols): Call find_function_symbols
8279 first, and then call lookup_prefix_sym/find_method.
8280
8281 2013-03-11 Pedro Alves <palves@redhat.com>
8282
8283 * charset.c (convert_between_encodings): Don't cast between
8284 different pointer to pointer types. Instead, make the 'inp' local
8285 be of the type iconv expects.
8286 (wchar_iterate): Don't cast between different pointer to pointer
8287 types. Instead, use new pointer local of the type iconv expects.
8288 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8289 Add new local of type char pointer, and use it to get a
8290 char/string view of the byte buffer, instead of casting between
8291 pointer to pointer types.
8292
8293 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8294
8295 * remote.c (remote_set_trace_buffer_size): Move != operator
8296 to the start of next line to fix an ARI warning.
8297
8298 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8299
8300 * NEWS: Add record changes.
8301
8302 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8303
8304 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8305 the instruction history disassembly.
8306 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8307 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8308
8309 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8310
8311 * Makefile.in (SFILES): Add record-btrace.c
8312 (COMMON_OBS): Add record-btrace.o
8313 * record-btrace.c: New.
8314 * objfiles.c: Include btrace.h.
8315 (free_objfile): call btrace_free_objfile.
8316
8317 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8318
8319 * target.c (target_call_history, target_call_history_from,
8320 target_call_history_range): New.
8321 * target.h (target_ops) <to_call_history, to_call_history_from,
8322 to_call_history_range>: New fields.
8323 (target_call_history, target_call_history_from,
8324 target_call_history_range): New declaration.
8325 * record.c (get_call_history_modifiers, cmd_record_call_history,
8326 record_call_history_size): New.
8327 (_initialize_record): Add the "record function-call-history" command.
8328 Add "set/show record function-call-history-size" commands.
8329 * record.h (record_print_flag): New.
8330
8331 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8332
8333 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8334 to_insn_history_range>: New fields.
8335 (target_insn_history): New.
8336 (target_insn_history_from): New.
8337 (target_insn_history_range): New.
8338 * target.c (target_insn_history): New.
8339 (target_insn_history_from): New.
8340 (target_insn_history_range): New.
8341 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8342 (record_insn_history_size): New.
8343 (get_insn_number): New.
8344 (get_context_size): New.
8345 (no_chunk): New.
8346 (get_insn_history_modifiers): New.
8347 (cmd_record_insn_history): New.
8348 (_initialize_record): Add "set/show record instruction-history-size"
8349 command. Add "record instruction-history" command.
8350
8351 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8352
8353 * record.h (record_disconnect): New.
8354 (record_detach): New.
8355 (record_mourn_inferior): New.
8356 (record_kill): New.
8357 * record-full.c (record_disconnect, record_detach,
8358 record_mourn_inferior, record_kill): Move to...
8359 * record.c: ...here.
8360 (DEBUG): New.
8361 (record_stop): New.
8362 (record_unpush): New.
8363 (cmd_record_stop): Call record_stop. Replace unpush_target
8364 call with record_unpush call.
8365 (record_disconnect, record_detach): Assert that the target
8366 is of record stratum. Call record_unpush, record_stop, and
8367 DEBUG.
8368 (record_mourn_inferior, record_kill): Assert that the target
8369 is of record stratum. Call record_unpush and DEBUG.
8370
8371 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8372
8373 * record-full.h, record-full.c (record_memory_query): Rename
8374 to ...
8375 (record_full_memory_query): ...this. Update all users.
8376 (record_arch_list_add_reg): Rename to ...
8377 (record_full_arch_list_add_reg): ...this. Update all users.
8378 (record_arch_list_add_mem): Rename to ...
8379 (record_full_arch_list_add_mem): ...this. Update all users.
8380 (record_arch_list_add_end): Rename to ...
8381 (record_full_arch_list_add_end): ...this. Update all users.
8382 (record_gdb_operation_disable_set): Rename to ...
8383 (record_full_gdb_operation_disable_set): ...this.
8384 Update all users.
8385
8386 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8387
8388 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8389 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8390 (RECORD_IS_REPLAY): Renamed to ...
8391 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8392 (RECORD_FILE_MAGIC): Renamed to ...
8393 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8394 (record_mem_entry): Renamed to ...
8395 (record_full_mem_entry): ... this. Updated all users.
8396 (record_reg_entry): Renamed to ...
8397 (record_full_reg_entry): ... this. Updated all users.
8398 (record_end_entry): Renamed to ...
8399 (record_full_end_entry): ... this. Updated all users.
8400 (record_type) <record_end, record_reg, record_mem>: Renamed
8401 to ...
8402 (record_full_type) <record_full_end, record_full_reg,
8403 record_full_mem>: ... this. Updated all users.
8404 (record_entry): Renamed to ...
8405 (record_full_entry): ... this. Updated all users.
8406 (record_core_buf_entry): Renamed to ...
8407 (record_full_core_buf_entry): ... this. Updated all users.
8408 (record_core_regbuf): Renamed to ...
8409 (record_full_core_regbuf): ... this. Updated all users.
8410 (record_core_start): Renamed to ...
8411 (record_full_core_start): ... this. Updated all users.
8412 (record_core_end): Renamed to ...
8413 (record_full_core_end): ... this. Updated all users.
8414 (record_core_buf_list): Renamed to ...
8415 (record_full_core_buf_list): ... this. Updated all users.
8416 (record_first): Renamed to ...
8417 (record_full_first): ... this. Updated all users.
8418 (record_list): Renamed to ...
8419 (record_full_list): ... this. Updated all users.
8420 (record_arch_list_head): Renamed to ...
8421 (record_full_arch_list_head): ... this. Updated all users.
8422 (record_arch_list_tail): Renamed to ...
8423 (record_full_arch_list_tail): ... this. Updated all users.
8424 (record_stop_at_limit): Renamed to ...
8425 (record_full_stop_at_limit): ... this. Updated all users.
8426 (record_insn_max_num): Renamed to ...
8427 (record_full_insn_max_num): ... this. Updated all users.
8428 (record_insn_num): Renamed to ...
8429 (record_full_insn_num): ... this. Updated all users.
8430 (record_insn_count): Renamed to ...
8431 (record_full_insn_count): ... this. Updated all users.
8432 (record_ops): Renamed to ...
8433 (record_full_ops): ... this. Updated all users.
8434 (record_core_ops): Renamed to ...
8435 (record_full_core_ops): ... this. Updated all users.
8436 (set_record_cmdlist): Renamed to ...
8437 (set_record_full_cmdlist): ... this. Updated all users.
8438 (show_record_cmdlist): Renamed to ...
8439 (show_record_full_cmdlist): ... this. Updated all users.
8440 (record_cmdlist): Renamed to ...
8441 (record_full_cmdlist): ... this. Updated all users.
8442 (record_beneath_to_resume_ops): Renamed to ...
8443 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8444 (record_beneath_to_resume): Renamed to ...
8445 (record_full_beneath_to_resume): ... this. Updated all users.
8446 (record_beneath_to_wait_ops): Renamed to ...
8447 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8448 (record_beneath_to_wait): Renamed to ...
8449 (record_full_beneath_to_wait): ... this. Updated all users.
8450 (record_beneath_to_store_registers_ops): Renamed to ...
8451 (record_full_beneath_to_store_registers_ops): ... this.
8452 Updated all users.
8453 (record_beneath_to_store_registers): Renamed to ...
8454 (record_full_beneath_to_store_registers): ... this.
8455 Updated all users.
8456 (record_beneath_to_xfer_partial_ops): Renamed to ...
8457 (record_full_beneath_to_xfer_partial_ops): ... this.
8458 Updated all users.
8459 (record_beneath_to_xfer_partial): Renamed to ...
8460 (record_full_beneath_to_xfer_partial): ... this.
8461 Updated all users.
8462 (record_beneath_to_insert_breakpoint): Renamed to ...
8463 (record_full_beneath_to_insert_breakpoint): ... this.
8464 Updated all users.
8465 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8466 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8467 Updated all users.
8468 (record_beneath_to_stopped_data_address): Renamed to ...
8469 (record_full_beneath_to_stopped_data_address): ... this.
8470 Updated all users.
8471 (record_beneath_to_async): Renamed to ...
8472 (record_full_beneath_to_async): ... this. Updated all users.
8473 (record_goto_insn): Renamed to ...
8474 (record_full_goto_insn): ... this. Updated all users.
8475 (record_save): Renamed to ...
8476 (record_full_save): ... this. Updated all users.
8477 (record_reg_alloc): Renamed to ...
8478 (record_full_reg_alloc): ... this. Updated all users.
8479 (record_reg_release): Renamed to ...
8480 (record_full_reg_release): ... this. Updated all users.
8481 (record_mem_alloc): Renamed to ...
8482 (record_full_mem_alloc): ... this. Updated all users.
8483 (record_mem_release): Renamed to ...
8484 (record_full_mem_release): ... this. Updated all users.
8485 (record_end_alloc): Renamed to ...
8486 (record_full_end_alloc): ... this. Updated all users.
8487 (record_end_release): Renamed to ...
8488 (record_full_end_release): ... this. Updated all users.
8489 (record_entry_release): Renamed to ...
8490 (record_full_entry_release): ... this. Updated all users.
8491 (record_list_release): Renamed to ...
8492 (record_full_list_release): ... this. Updated all users.
8493 (record_list_release_following): Renamed to ...
8494 (record_full_list_release_following): ... this.
8495 Updated all users.
8496 (record_list_release_first): Renamed to ...
8497 (record_full_list_release_first): ... this. Updated all users.
8498 (record_arch_list_add): Renamed to ...
8499 (record_full_arch_list_add): ... this. Updated all users.
8500 (record_get_loc): Renamed to ...
8501 (record_full_get_loc): ... this. Updated all users.
8502 (record_check_insn_num): Renamed to ...
8503 (record_full_check_insn_num): ... this. Updated all users.
8504 (record_arch_list_cleanups): Renamed to ...
8505 (record_full_arch_list_cleanups): ... this. Updated all users.
8506 (record_message): Renamed to ...
8507 (record_full_message): ... this. Updated all users.
8508 (record_message_wrapper): Renamed to ...
8509 (record_full_message_wrapper): ... this. Updated all users.
8510 (record_message_wrapper_safe): Renamed to ...
8511 (record_full_message_wrapper_safe): ... this. Updated all users.
8512 (record_gdb_operation_disable): Renamed to ...
8513 (record_full_gdb_operation_disable): ... this. Updated all users.
8514 (record_hw_watchpoint): Renamed to ...
8515 (record_full_hw_watchpoint): ... this. Updated all users.
8516 (record_exec_insn): Renamed to ...
8517 (record_full_exec_insn): ... this. Updated all users.
8518 (record_restore): Renamed to ...
8519 (record_full_restore): ... this. Updated all users.
8520 (record_async_inferior_event_token): Renamed to ...
8521 (record_full_async_inferior_event_token): ... this.
8522 Updated all users.
8523 (record_async_inferior_event_handler): Renamed to ...
8524 (record_full_async_inferior_event_handler): ... this.
8525 Updated all users.
8526 (record_core_open_1): Renamed to ...
8527 (record_full_core_open_1): ... this. Updated all users.
8528 (record_open_1): Renamed to ...
8529 (record_full_open_1): ... this. Updated all users.
8530 (record_open): Renamed to ...
8531 (record_full_open): ... this. Updated all users.
8532 (record_close): Renamed to ...
8533 (record_full_close): ... this. Updated all users.
8534 (record_resume_step): Renamed to ...
8535 (record_full_resume_step): ... this. Updated all users.
8536 (record_resumed): Renamed to ...
8537 (record_full_resumed): ... this. Updated all users.
8538 (record_execution_dir): Renamed to ...
8539 (record_full_execution_dir): ... this. Updated all users.
8540 (record_resume): Renamed to ...
8541 (record_full_resume): ... this. Updated all users.
8542 (record_get_sig): Renamed to ...
8543 (record_full_get_sig): ... this. Updated all users.
8544 (record_sig_handler): Renamed to ...
8545 (record_full_sig_handler): ... this. Updated all users.
8546 (record_wait_cleanups): Renamed to ...
8547 (record_full_wait_cleanups): ... this. Updated all users.
8548 (record_wait_1): Renamed to ...
8549 (record_full_wait_1): ... this. Updated all users.
8550 (record_wait): Renamed to ...
8551 (record_full_wait): ... this. Updated all users.
8552 (record_stopped_by_watchpoint): Renamed to ...
8553 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8554 (record_disconnect): Renamed to ...
8555 (record_full_disconnect): ... this. Updated all users.
8556 (record_detach): Renamed to ...
8557 (record_full_detach): ... this. Updated all users.
8558 (record_mourn_inferior): Renamed to ...
8559 (record_full_mourn_inferior): ... this. Updated all users.
8560 (record_kill): Renamed to ...
8561 (record_full_kill): ... this. Updated all users.
8562 (record_stopped_data_address): Renamed to ...
8563 (record_full_stopped_data_address): ... this. Updated all users.
8564 (record_registers_change): Renamed to ...
8565 (record_full_registers_change): ... this. Updated all users.
8566 (record_store_registers): Renamed to ...
8567 (record_full_store_registers): ... this. Updated all users.
8568 (record_xfer_partial): Renamed to ...
8569 (record_full_xfer_partial): ... this. Updated all users.
8570 (record_breakpoint): Renamed to ...
8571 (record_full_breakpoint): ... this. Updated all users.
8572 (record_breakpoint_p): Renamed to ...
8573 (record_full_breakpoint_p): ... this. Updated all users.
8574 (record_breakpoints): Renamed to ...
8575 (record_full_breakpoints): ... this. Updated all users.
8576 (record_sync_record_breakpoints): Renamed to ...
8577 (record_full_sync_record_breakpoints): ... this.
8578 Updated all users.
8579 (record_init_record_breakpoints): Renamed to ...
8580 (record_full_init_record_breakpoints): ... this.
8581 Updated all users.
8582 (record_insert_breakpoint): Renamed to ...
8583 (record_full_insert_breakpoint): ... this. Updated all users.
8584 (record_remove_breakpoint): Renamed to ...
8585 (record_full_remove_breakpoint): ... this. Updated all users.
8586 (record_can_execute_reverse): Renamed to ...
8587 (record_full_can_execute_reverse): ... this. Updated all users.
8588 (record_get_bookmark): Renamed to ...
8589 (record_full_get_bookmark): ... this. Updated all users.
8590 (record_goto_bookmark): Renamed to ...
8591 (record_full_goto_bookmark): ... this. Updated all users.
8592 (record_async): Renamed to ...
8593 (record_full_async): ... this. Updated all users.
8594 (record_can_async_p): Renamed to ...
8595 (record_full_can_async_p): ... this. Updated all users.
8596 (record_is_async_p): Renamed to ...
8597 (record_full_is_async_p): ... this. Updated all users.
8598 (record_execution_direction): Renamed to ...
8599 (record_full_execution_direction): ... this. Updated all users.
8600 (record_info): Renamed to ...
8601 (record_full_info): ... this. Updated all users.
8602 (record_delete): Renamed to ...
8603 (record_full_delete): ... this. Updated all users.
8604 (record_is_replaying): Renamed to ...
8605 (record_full_is_replaying): ... this. Updated all users.
8606 (record_goto_entry): Renamed to ...
8607 (record_full_goto_entry): ... this. Updated all users.
8608 (record_goto_begin): Renamed to ...
8609 (record_full_goto_begin): ... this. Updated all users.
8610 (record_goto_end): Renamed to ...
8611 (record_full_goto_end): ... this. Updated all users.
8612 (record_goto): Renamed to ...
8613 (record_full_goto): ... this. Updated all users.
8614 (init_record_ops): Renamed to ...
8615 (init_record_full_ops): ... this. Updated all users.
8616 (record_core_resume): Renamed to ...
8617 (record_full_core_resume): ... this. Updated all users.
8618 (record_core_kill): Renamed to ...
8619 (record_full_core_kill): ... this. Updated all users.
8620 (record_core_fetch_registers): Renamed to ...
8621 (record_full_core_fetch_registers): ... this. Updated all users.
8622 (record_core_prepare_to_store): Renamed to ...
8623 (record_full_core_prepare_to_store): ... this. Updated all users.
8624 (record_core_store_registers): Renamed to ...
8625 (record_full_core_store_registers): ... this. Updated all users.
8626 (record_core_xfer_partial): Renamed to ...
8627 (record_full_core_xfer_partial): ... this. Updated all users.
8628 (record_core_insert_breakpoint): Renamed to ...
8629 (record_full_core_insert_breakpoint): ... this. Updated all users.
8630 (record_core_remove_breakpoint): Renamed to ...
8631 (record_full_core_remove_breakpoint): ... this. Updated all users.
8632 (record_core_has_execution): Renamed to ...
8633 (record_full_core_has_execution): ... this. Updated all users.
8634 (init_record_core_ops): Renamed to ...
8635 (init_record_full_core_ops): ... this. Updated all users.
8636 (cmd_record_restore): Renamed to ...
8637 (cmd_record_full_restore): ... this. Updated all users.
8638 (record_save_cleanups): Renamed to ...
8639 (record_full_save_cleanups): ... this. Updated all users.
8640 (cmd_record_start): Renamed to ...
8641 (cmd_record_full_start): ... this. Updated all users.
8642 (set_record_insn_max_num): Renamed to ...
8643 (set_record_full_insn_max_num): ... this. Updated all users.
8644 (set_record_command): Renamed to ...
8645 (set_record_full_command): ... this. Updated all users.
8646 (show_record_command): Renamed to ...
8647 (show_record_full_command): ... this. Updated all users.
8648 (_initialize_record): Renamed to ...
8649 (_initialize_record_full): ... this. Updated all users.
8650
8651 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8652
8653 * record.h: Split into this and ...
8654 * record-full.h: ... this.
8655 * record.c: Split into this and ...
8656 * record-full.c: ... this.
8657 * target.h (target_ops): Add new fields to_info_record,
8658 to_save_record, to_delete_record, to_record_is_replaying,
8659 to_goto_record_begin, to_goto_record_end, to_goto_record.
8660 (target_info_record): New.
8661 (target_save_record): New.
8662 (target_supports_delete_record): New.
8663 (target_delete_record): New.
8664 (target_record_is_replaying): New.
8665 (target_goto_record_begin): New.
8666 (target_goto_record_end): New.
8667 (target_goto_record): New.
8668 * target.c (target_info_record): New.
8669 (target_save_record): New.
8670 (target_supports_delete_record): New.
8671 (target_delete_record): New.
8672 (target_record_is_replaying): New.
8673 (target_goto_record_begin): New.
8674 (target_goto_record_end): New.
8675 (target_goto_record): New.
8676 * record.h: Declare struct cmd_list_element.
8677 (record_cmdlist): New declaration.
8678 (set_record_cmdlist): New declaration.
8679 (show_record_cmdlist): New declaration.
8680 (info_record_cmdlist): New declaration.
8681 (cmd_record_goto): New declaration.
8682 * record.c: Remove unnecessary includes.
8683 Include inferior.h.
8684 (cmd_record_goto): Remove declaration.
8685 (record_cmdlist): Now extern. Initialize.
8686 (set_record_cmdlist): Now extern. Initialize.
8687 (show_record_cmdlist): Now extern. Initialize.
8688 (info_record_cmdlist): Now extern. Initialize.
8689 (find_record_target): New.
8690 (require_record_target): New.
8691 (cmd_record_start): Update.
8692 (cmd_record_delete): Remove target-specific code.
8693 Call target_delete_record.
8694 (cmd_record_stop): Unpush any record target.
8695 (set_record_insn_max_num): Move to record-full.c
8696 (set_record_command): Add comment.
8697 (show_record_command): Add comment.
8698 (info_record_command): Update comment.
8699 Remove target-specific code.
8700 Call the record target's to_info_record.
8701 (cmd_record_start): New.
8702 (cmd_record_goto): Now extern.
8703 Remove target-specific code.
8704 Call target_goto_begin, target_goto_end, or target_goto.
8705 (_initialize_record): Move record target ops initialization to
8706 record-full.c.
8707 Change "record" command help text.
8708 Move "record restore", "record set", and "record show" commands to
8709 record-full.c.
8710 * Makefile.in (SFILES): Add record-full.c.
8711 (HFILES_NO_SRCDIR): Add record-full.h.
8712 (COMMON_OBS): Add record-full.o.
8713 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8714 * arm-tdep.c: Include record-full.h.
8715 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8716 * i386-tdep.c: Include record-full.h.
8717 * infrun.c: Include record-full.h.
8718 * linux-record.c: Include record-full.h.
8719 * moxie-tdep.c: Include record-full.h.
8720 * record-full.c: Include record-full.h.
8721 Change module comment.
8722 (set_record_full_cmdlist): New.
8723 (show_record_full_cmdlist): New.
8724 (record_full_cmdlist): New.
8725 (record_goto_insn): New declaration.
8726 (record_save): New declaration.
8727 (record_check_insn_num): Change query string.
8728 (record_info): New.
8729 (record_delete): New.
8730 (record_is_replaying): New.
8731 (record_goto_entry): New.
8732 (record_goto_begin): New.
8733 (record_goto_end): New.
8734 (record_goto): New.
8735 (init_record_ops): Update.
8736 (init_record_core_ops): Update.
8737 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8738 (cmd_record_start): New.
8739 (set_record_insn_max_num): Moved from record.c
8740 (set_record_full_command): New.
8741 (show_record_full_command): New.
8742 (_initialize_record_full): New.
8743
8744 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8745
8746 * target.h (add_deprecated_target_alias): New.
8747 * target.c (add_deprecated_target_alias): New.
8748
8749 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8750
8751 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8752 and signal.h.
8753 (linux_supports_btrace): Add kernel and
8754 cpuid check.
8755 (kernel_supports_btrace): New function.
8756 (cpu_supports_btrace): New function.
8757 (intel_supports_btrace): New function.
8758
8759 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8760
8761 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8762 * remote.c: Include btrace.h.
8763 (struct btrace_target_info): New struct.
8764 (remote_supports_btrace): New function.
8765 (send_Qbtrace): New function.
8766 (remote_enable_btrace): New function.
8767 (remote_disable_btrace): New function.
8768 (remote_teardown_btrace): New function.
8769 (remote_read_btrace): New function.
8770 (init_remote_ops): Add btrace ops.
8771 (enum <unnamed>): Add btrace packets.
8772 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8773 (_initialize_remote): Add packet configuration for branch tracing.
8774
8775 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8776
8777 * features/btrace.dtd: New file.
8778 * Makefile.in (XMLFILES): Add btrace.dtd.
8779 * btrace.h (parse_xml_btrace): New declaration.
8780 * btrace.c: Include xml-support.h.
8781 (parse_xml_btrace): New function.
8782 (parse_xml_btrace_block): New function.
8783 (block_attributes): New struct.
8784 (btrace_attributes): New struct.
8785 (btrace_children): New struct.
8786 (btrace_elements): New struct.
8787
8788 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8789
8790 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8791 (amd64_linux_enable_btrace): New.
8792 (amd64_linux_disable_btrace): New.
8793 (amd64_linux_teardown_btrace): New.
8794 (_initialize_amd64_linux_nat): Initialize btrace ops.
8795 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8796 (i386_linux_enable_btrace): New.
8797 (i386_linux_disable_btrace): New.
8798 (i386_linux_teardown_btrace): New.
8799 (_initialize_i386_linux_nat): Initialize btrace ops.
8800 * config/i386/linux.mh: Add linux-btrace.o.
8801 * config/i386/linux64.mh: Add linux-btrace.o.
8802
8803 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8804
8805 * common/linux_btrace.h: New file.
8806 * common/linux_btrace.c: New file.
8807 * Makefile.in (SFILES): Add btrace.c.
8808 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8809 (COMMON_OBS): Add btrace.o.
8810 (linux-btrace.o): New rule.
8811
8812 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8813
8814 * target.h: Include btrace.h.
8815 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8816 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8817 * target.c (target_supports_btrace): New function.
8818 (target_enable_btrace): New function.
8819 (target_disable_btrace): New function.
8820 (target_teardown_btrace): New function.
8821 (target_read_btrace): New function.
8822 * btrace.h: New file.
8823 * btrace.c: New file.
8824 * Makefile.in: Add btrace.c.
8825 * gdbthread.h: Include btrace.h.
8826 (struct thread_info): Add btrace field.
8827 * thread.c: Include btrace.h.
8828 (clear_thread_inferior_resources): Call target_teardown_btrace.
8829 * common/btrace-common.h: New file.
8830
8831 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8834 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8835 kill_status to outer block.
8836
8837 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8838
8839 Fix entry-values if the callee called a noreturn function.
8840 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8841 get_frame_address_in_block. Add new comment.
8842
8843 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 Fix entry-values in C++ across CUs.
8846 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8847 lookup_minimal_symbol. Add a comment.
8848 * dwarf2read.c
8849 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8850 DW_AT_linkage_name.
8851
8852 2013-03-08 Yao Qi <yao@codesourcery.com>
8853
8854 * tracepoint.c (_initialize_tracepoint): Indent the code.
8855
8856 2013-03-08 Pedro Alves <palves@redhat.com>
8857
8858 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8859 (parse_find_args, find_command): Change type of pattern buffer
8860 locals to 'gdb_byte *'.
8861
8862 2013-03-08 Stan Shebs <stan@codesourcery.com>
8863 Hafiz Abid Qadeer <abidh@codesourcery.com>
8864
8865 * NEWS: Mention set and show trace-buffer-size commands.
8866 Mention new packet.
8867 * target.h (struct target_ops): New method
8868 to_set_trace_buffer_size.
8869 (target_set_trace_buffer_size): New macro.
8870 * target.c (update_current_target): Set up new method.
8871 * tracepoint.c (trace_buffer_size): New global.
8872 (start_tracing): Send it to the target.
8873 (set_trace_buffer_size): New function.
8874 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8875 * remote.c (remote_set_trace_buffer_size): New function.
8876 (_initialize_remote): Use it.
8877 (QTBuffer:size) New remote command.
8878 (PACKET_QTBuffer_size): New enum.
8879 (remote_protocol_features): Add an entry for
8880 PACKET_QTBuffer_size.
8881
8882 2013-03-08 Tom Tromey <tromey@redhat.com>
8883
8884 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8885 variable.
8886
8887 2013-03-07 Pedro Alves <palves@redhat.com>
8888
8889 * target.c (target_read_stralloc, target_fileio_read_alloc):
8890 *Cast pointer to 'gdb_byte *' in target call.
8891
8892 2013-03-07 Pedro Alves <palves@redhat.com>
8893
8894 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8895 call.
8896
8897 2013-03-07 Keith Seitz <keiths@redhat.com>
8898
8899 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8900 (trace_pass_command): Likewise.
8901 * cli/cli-cmds.c: Include cli/cli-utils.h.
8902 (source_command): Use skip-spaces.
8903 (disassemble_command): Likewise.
8904 * findcmd.c: Include cli/cli-utils.h.
8905 (parse_find_args): Use skip_spaces.
8906 * go32-nat.c: Include cli/cli-utils.h.
8907 (go32_sldt): Use skip_spaces.
8908 (go32_sgdt): Likewise.
8909 (go32_sidt): Likewise.
8910 (go32_pde): Likewise.
8911 (go32_pte): Likewise.
8912 (go32_pte_for_address): Likewise.
8913 * infcmd.c: Include cli/cli-utils.h.
8914 (registers_info): Use skip_spaces.
8915 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8916 (linux_info_proc): Likewise.
8917 * linux-thread-db.c: Include cli/cli-utils.h.
8918 (info_auto_load_libthread_db): Use skip_spaces_const.
8919 * m32r-rom.c: Include cli/cli-utils.h.
8920 (m32r_upload_command): Use skip_spaces.
8921 * maint.c: Include cli/cli-utils.h.
8922 (maintenance_translate_address): Use skip_spaces.
8923 * mi/mi-parse.c: Include cli/cli-utils.h.
8924 (mi_parse_argv): Use skip_spaces.
8925 (mi_parse): Likewise.
8926 * minsyms.c: Include cli/cli-utils.h.
8927 (msymbol_hash_iw): Use skip_spaces_const.
8928 * objc-lang.c: Include cli/cli-utils.h.
8929 (parse_selector): Use skip_spaces.
8930 (parse_method): Likewise.
8931 * python/python.c: Include cli/cli-utils.h.
8932 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8933 (python_command)[HAVE_PYTHON]: Likewise.
8934 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8935 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8936 (m32r_load): Use skip_spaces.
8937 * serial.c: Include cli/cli-utils.h.
8938 (serial_open): Use skip_spaces_const.
8939 * stack.c: Include cli/cli-utils.h.
8940 (parse_frame_specification_1): Use skip_spaces_const.
8941 * symfile.c: Include cli/cli-utils.h.
8942 (set_ext_lang_command): Use skip_spaces.
8943 * symtab.c: Include cli/cli-utils.h.
8944 (rbreak_command): Use skip_spaces.
8945 * thread.c (thread_name_command): Use skip_spaces.
8946 * tracepoint.c (validate_actionline): Use skip_spaces.
8947 (encode_actions_1): Likewise.
8948 (trace_find_range_command): Likewise.
8949 (trace_find_outside_command): Likewise.
8950 (trace_dump_actions): Likewise.
8951
8952 2013-03-07 Pedro Alves <palves@redhat.com>
8953
8954 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8955 * expprint.c (print_subexp_standard): Likewise.
8956 * utils.c (host_char_to_target): Likewise.
8957 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8958 * varobj.c (value_get_print_value): Change type of local to char*.
8959 Cast it gdb_byte * in call to language printer.
8960
8961 2013-03-07 Pedro Alves <palves@redhat.com>
8962
8963 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8964 gdb_byte *'.
8965 (make_wchar_iterator): Remove cast to char*.
8966 (wchar_iterate): Change type of local.
8967
8968 2013-03-07 Pedro Alves <palves@redhat.com>
8969
8970 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8971 for 'regcache->register_status'.
8972
8973 2013-03-07 Pedro Alves <palves@redhat.com>
8974
8975 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8976 int.
8977
8978 2013-03-07 Pedro Alves <palves@redhat.com>
8979
8980 * stap-probe.c (handle_stap_probe): Add cast to char*.
8981
8982 2013-03-07 Pedro Alves <palves@redhat.com>
8983
8984 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8985 RECORD_MSGRCV>: Pass a signed variable to
8986 regcache_raw_read_signed, instead of an unsigned one.
8987
8988 2013-03-07 Pedro Alves <palves@redhat.com>
8989
8990 * remote-notif.c (notif_debug): Change type to int.
8991 * remote-notif.h (notif_debug): Likewise.
8992
8993 2013-03-07 Pedro Alves <palves@redhat.com>
8994
8995 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8996
8997 2013-03-07 Pedro Alves <palves@redhat.com>
8998
8999 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9000 * remote.h (hex2bin, bin2hex): ... here.
9001 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9002
9003 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9004
9005 * utils.c (initialize_utils): Improve doc strings of "set/show
9006 width", "set/show height", and "set/show pagination".
9007
9008 2013-03-06 Keith Seitz <keiths@redhat.com>
9009
9010 * ax-gdb.c (gen_printf): Make FORMAT const.
9011 * ax-gdb.h (gen_printf): Likewise.
9012 * ax-general.c (ax_string): Make STR const.
9013 * ax.h (ax_string): Likewise.
9014
9015 2013-03-06 Doug Evans <dje@google.com>
9016
9017 * elfread.c (elf_symfile_read): Move debugging printf to more
9018 logical location.
9019
9020 2013-03-06 Pedro Alves <palves@redhat.com>
9021
9022 * python/py-utils.c (target_string_to_unicode): Delete function.
9023 * python/python-internal.h (target_string_to_unicode): Delete
9024 declaration.
9025
9026 2013-03-06 Pierre Muller <muller@sourceware.org>
9027
9028 * linespec.c (get_current_search_block): ARI fix, use (void)
9029 for empty parameter list.
9030
9031 2013-03-05 Doug Evans <dje@google.com>
9032
9033 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9034 of old ada_lookup_symbol_list. In !full_search case, don't
9035 search superblocks.
9036 (ada_lookup_symbol_list): Delete arg full_search, all callers
9037 updated. Call ada_lookup_symbol_list_worker.
9038 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9039 * ada-lang.h (ada_lookup_symbol_list): Update.
9040 * language.h (language_defn): Update comment for
9041 la_iterate_over_symbols.
9042 * linespec.c (iterate_over_file_blocks): New function.
9043 (iterate_over_all_matching_symtabs): Call it.
9044 (lookup_prefix_sym): Ditto.
9045 (get_current_search_block): New function.
9046 (get_search_block): Delete.
9047 (find_label_symbols): Call get_current_search_block.
9048 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9049 * symtab.c (iterate_over_symbols): Don't search superblocks.
9050
9051 2013-03-05 Yao Qi <yao@codesourcery.com>
9052
9053 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9054 parameter VAR's type from "unsigned int" to "int".
9055 * command.h (var_zuinteger_unlimited): Update its comments.
9056 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9057
9058 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9059
9060 * NEWS: Mention new target x86_64-*-cygwin*.
9061
9062 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9063
9064 * configure.host: Add x86_64-*-cygwin* as host.
9065 * configure.tgt: Add x86_64-*-cygwin* as target.
9066 * config/i386/cygwin64.mh: New file.
9067
9068 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9071
9072 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9073
9074 * linespec.c (struct linespec_canonical_name): New.
9075 (struct linespec_state): Change canonical_names type to it.
9076 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9077 xrealloc element size. Initialize the different CANONICAL fields.
9078 (canonical_to_fullform): New.
9079 (filter_results): Use it. Add variables canonical, fullform and
9080 cleanup.
9081 (struct decode_line_2_item, decode_line_2_compare_items): New.
9082 (decode_line_2): Remove variables iter and item_names, add variables
9083 items and items_count. Modify the code for these new variables.
9084
9085 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9086
9087 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9088 calling do_cleanup.
9089
9090 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9091
9092 * tracepoint.c (build_traceframe_info): Add code for byte order.
9093
9094 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9095
9096 * v850-tdep.c: (v850e2_register_name): Revise system register
9097 names to match current V850E2M architecture specifications.
9098 Update register number enum comments too.
9099
9100 2013-03-01 Jiong Wang <jiwang@tilera.com>
9101 Pedro Alves <palves@redhat.com>
9102
9103 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9104 to END_ADDR.
9105 (tilegx_skip_prologue): Limit prologue analysis to section end.
9106
9107 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9108
9109 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9110 use it.
9111
9112 2013-03-01 Pedro Alves <palves@redhat.com>
9113
9114 Use gdb_byte for bytes from the program being debugged.
9115
9116 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9117 Change type of local 'buf' to gdb_byte.
9118 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9119 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9120 * cris-tdep.c (cris_sigcontext_addr)
9121 (cris_sigtramp_frame_unwind_cache): Likewise.
9122 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9123 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9124 Likewise.
9125 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9126 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9127 (hppa32_hpux_search_dummy_call_sequence)
9128 (hppa_hpux_supply_save_state): Likewise.
9129 * hppa-linux-tdep.c (insns_match_pattern)
9130 (hppa_linux_find_global_pointer): Likewise.
9131 * hppa-tdep.c (hppa_in_function_epilogue_p)
9132 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9133 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9134 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9135 (i386fbsd_collect_uthread): Likewise.
9136 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9137 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9138 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9139 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9140 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9141 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9142 (ia64_libunwind_frame_prev_register)
9143 (ia64_libunwind_sigtramp_frame_this_id)
9144 (ia64_find_global_pointer_from_dynamic_section)
9145 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9146 (ia64_unwind_pc): Likewise.
9147 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9148 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9149 (m68hc11_extract_return_value): Likewise.
9150 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9151 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9152 (mep_get_insn, mep_push_dummy_call): Likewise.
9153 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9154 (mips_linux_in_dynsym_stub): Likewise.
9155 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9156 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9157 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9158 to gdb_byte.
9159 * remote-mips.c (mips_set_register): Likewise.
9160 * remote-sim.c (gdbsim_fetch_register): Likewise.
9161 * score-tdep.c (score7_fetch_inst): Change type of parameter
9162 'memblock' and local 'buf' to gdb_byte.
9163 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9164 Change type of local 'buf' to gdb_byte. Adjust.
9165 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9166 to gdb_byte**.
9167 (score7_analyze_prologue): Change type of 'memblock' and
9168 'memblock_ptr' locals to gdb_byte*.
9169 * sh64-tdep.c (sh64_extract_return_value)
9170 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9171 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9172 * solib-pa64.c (pa64_solib_create_inferior_hook)
9173 (pa64_open_symbol_file_object): Remove local 'buf'.
9174 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9175 (som_open_symbol_file_object): Likewise.
9176 * solib-spu.c (spu_current_sos): Likewise.
9177 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9178 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9179 (spu_store_registers): Likewise.
9180 * target.c (debug_print_register): Likewise.
9181 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9182 * xstormy16-tdep.c (xstormy16_store_return_value)
9183 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9184 (xstormy16_find_jmp_table_entry): Likewise.
9185
9186 2013-03-01 Jiong Wang <jiwang@tilera.com>
9187
9188 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9189 (tilegx_gdbarch_init): Install it.
9190
9191 2013-02-28 Tom Tromey <tromey@redhat.com>
9192
9193 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9194 PyLong_Check.
9195
9196 2013-02-28 Doug Evans <dje@google.com>
9197
9198 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9199 * python/python.c (gdbpy_find_pc_line): Ditto.
9200
9201 2013-02-28 Tom Tromey <tromey@redhat.com>
9202
9203 * contrib/excheck.py: New file.
9204 * contrib/exsummary.py: New file.
9205 * contrib/gcc-with-excheck: New file.
9206
9207 2013-02-28 Tom Tromey <tromey@redhat.com>
9208
9209 * python/python.c (gdbpy_print_stack): Call begin_line and
9210 fprintf_filtered inside TRY_CATCH.
9211
9212 2013-02-28 Tom Tromey <tromey@redhat.com>
9213
9214 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9215 inside TRY_CATCH.
9216
9217 2013-02-28 Tom Tromey <tromey@redhat.com>
9218
9219 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9220 frame_object_to_frame_info inside TRY_CATCH.
9221
9222 2013-02-28 Tom Tromey <tromey@redhat.com>
9223
9224 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9225 TRY_CATCH.
9226
9227 2013-02-28 Tom Tromey <tromey@redhat.com>
9228
9229 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9230
9231 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9232
9233 * windows-nat.c: Throughout, fix format strings and casts of
9234 printf-like functions to avoid type related warnings on all
9235 platforms.
9236 (handle_output_debug_string): Fetch context information address
9237 from debug string using string_to_core_addr.
9238
9239 2013-02-27 Jiong Wang <jiwang@tilera.com>
9240
9241 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9242 * regformats/reg-tilegx32.dat: New.
9243
9244 2013-02-27 Jiong Wang <jiwang@tilera.com>
9245
9246 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9247
9248 2013-02-27 Jiong Wang <jiwang@tilera.com>
9249
9250 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9251
9252 2013-02-27 Yao Qi <yao@codesourcery.com>
9253 Pedro Alves <palves@redhat.com>
9254
9255 * tracepoint.c (tfile_trace_find): For tfind
9256 pc/tp/range/outside, look for the next trace frame instead of
9257 always starting from frame 0.
9258
9259 2013-02-26 Anthony Green <green@moxielogic.com>
9260
9261 * configure.tgt: Add support for moxie-*-rtems* target.
9262
9263 2013-02-25 Pedro Alves <palves@redhat.com>
9264
9265 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9266 warning text.
9267
9268 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9269
9270 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9271 if $fp is used as the virtual frame pointer.
9272
9273 2013-02-23 Alan Modra <amodra@gmail.com>
9274
9275 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9276 symbol size.
9277 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9278 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9279 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9280 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9281
9282 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 Code cleanup.
9285 * elfread.c (build_id_bfd_get): Make the return type const.
9286 (build_id_verify): Make the check parameter const.
9287 (build_id_to_debug_filename): Make the build_id parameter and variable
9288 data const.
9289 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9290
9291 2013-02-21 Alan Modra <amodra@gmail.com>
9292
9293 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9294
9295 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9296
9297 Add a new method 'disassemble' to gdb.Architecture class.
9298 * python/py-arch.c (archpy_disassmble): Implementation of the
9299 new method gdb.Architecture.disassemble.
9300 (arch_object_methods): Add entry for the new method.
9301
9302 2013-02-20 Jiong Wang <jiwang@tilera.com>
9303
9304 * MAINTAINERS (Write After Approval): Add myself to the list.
9305
9306 2013-02-19 Pedro Alves <palves@redhat.com>
9307
9308 Garbage collect 'struct monitor_ops'::load_routine.
9309
9310 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9311 * monitor.c (monitor_load): No longer call
9312 current_monitor->load_routine.
9313 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9314 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9315 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9316
9317 2013-02-19 Pedro Alves <palves@redhat.com>
9318
9319 PR gdb/15161
9320
9321 Harmonize with generic_load.
9322
9323 * monitor.c: Include "readline/readline.h".
9324 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9325 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9326 long/strtol for the 'load_offset' local. Error out if no argument
9327 is given or if too many arguments are given. Tilde expand the
9328 passed in file name.
9329
9330 2013-02-19 Kai Tietz <ktietz@redhat.com>
9331
9332 PR gdb/15161
9333 * symfile.c (load_section_data): Change type of load_offset
9334 to CORE_ADDR.
9335 (generic_load): User strtoulst instead of strtoul for conversion
9336 of load_offset.
9337
9338 2013-02-19 Jiong Wang <jiwang@tilera.com>
9339
9340 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9341 for return address, "lr" register, saved on stack.
9342 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9343 after we invoke tilegx_analyze_prologue.
9344
9345 2013-02-19 Jiong Wang <jiwang@tilera.com>
9346
9347 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9348
9349 2013-02-19 Jiong Wang <jiwang@tilera.com>
9350
9351 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9352
9353 2013-02-19 Jiong Wang <jiwang@tilera.com>
9354
9355 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9356 (tilegx_write_pc): New function.
9357 (tilegx_cannot_reference_register): Return zero if REGNO
9358 is TILEGX_FAULTNUM_REGNUM.
9359 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9360 (tilegx_register_name): Add handling of "faultnum" register.
9361 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9362 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9363 handling of TILEGX_FAULTNUM_REGNUM.
9364 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9365
9366 2013-02-19 Jiong Wang <jiwang@tilera.com>
9367
9368 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9369 should be aligned to 64bit.
9370
9371 2013-02-19 Kai Tietz <ktietz@redhat.com>
9372
9373 * windows-nat.c (windows_xfer_memory): Fix debug-output
9374 for LLP64.
9375
9376 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9377
9378 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9379 Don't check DSP register number if HAVE_DSP is not set.
9380
9381 2013-02-19 Alan Modra <amodra@gmail.com>
9382
9383 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9384 throughout file instead.
9385 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9386 Don't xmalloc return value.
9387 (build_id_verify): Similarly. Don't xfree.
9388 (build_id_to_debug_filename): Update.
9389 (find_separate_debug_file_by_buildid): Update, don't xfree.
9390
9391 2013-02-18 Tom Tromey <tromey@redhat.com>
9392
9393 PR gdb/15102:
9394 * dwarf2read.c (read_subrange_type): Use result of
9395 'check_typedef'.
9396
9397 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9398
9399 * frame.c: Remove one extra white space after #include
9400 directive.
9401
9402 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9403
9404 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9405
9406 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9407
9408 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9409 and dir commands into an if block.
9410
9411 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9412
9413 * python/py-breakpoint (struct pybp_code): Use int instead of
9414 enum type_code.
9415
9416 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9417 Hafiz Abid Qadeer <abidh@codesourcery.com>
9418
9419 * NEWS: Mention new field "trace-file".
9420 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9421 (tfile_open): Record the trace file's filename in the trace
9422 status.
9423 (tfile_files_info): Mention the name of the trace file.
9424 Check the "filename" field explicitely.
9425 (trace_status_command): Explicitely check "filename" field.
9426 (trace_find_command): Ditto.
9427 (trace_find_pc_command): Ditto.
9428 (trace_find_tracepoint_command): Ditto.
9429 (trace_find_line_command): Ditto.
9430 (trace_find_range_command): Ditto.
9431 (trace_find_outside_command): Ditto.
9432 * tracepoint.h (struct trace_status) <from_file>: Rename it
9433 to "filename" and make it hold the trace file's filename
9434 instead of a boolean.
9435 * remote.c (remote_get_trace_status): Initialize "filename"
9436 field with NULL instead of 0.
9437
9438 2013-02-15 Yao Qi <yao@codesourcery.com>
9439
9440 * remote.c: Fix a typo.
9441
9442 2013-02-14 Pierre Muller <muller@sourceware.org>
9443
9444 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9445
9446 2013-02-14 Pedro Alves <palves@redhat.com>
9447
9448 * utils.c (savestring): Don't #undef it. Move function to
9449 common/common-utils.c.
9450 * common/common-utils.c: Include gdb_string.h.
9451 (savestring): Move here from utils.c.
9452 * common/common-utils.h (savestring): Declare.
9453
9454 2013-02-14 Pedro Alves <palves@redhat.com>
9455
9456 * utils.c (savestring): Rename parameter 'size' to 'len'.
9457
9458 2013-02-14 Pedro Alves <palves@redhat.com>
9459 Yufeng Zhang <yufeng.zhang@arm.com>
9460
9461 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9462 (aarch64_inferior_data, struct aarch64_inferior_data):
9463 Delete.
9464 (struct aarch64_process_info): New.
9465 (aarch64_process_list): New global.
9466 (aarch64_find_process_pid, aarch64_add_process)
9467 (aarch64_process_info_get): New functions.
9468 (aarch64_inferior_data_get): Delete.
9469 (aarch64_process_info_get): New function.
9470 (aarch64_forget_process): New function.
9471 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9472 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9473 aarch64_get_debug_reg_state.
9474 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9475 instead of linux_nat_iterate_watchpoint_lwps.
9476 (aarch64_linux_new_fork): New function.
9477 (aarch64_linux_child_post_startup_inferior): Use
9478 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9479 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9480 (aarch64_linux_remove_hw_breakpoint)
9481 (aarch64_handle_aligned_watchpoint)
9482 (aarch64_handle_unaligned_watchpoint)
9483 (aarch64_linux_insert_watchpoint)
9484 (aarch64_linux_remove_watchpoint)
9485 (aarch64_linux_stopped_data_address): Adjust to pass the current
9486 process id to aarch64_debug_reg_state.
9487 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9488 linux_nat_new_fork hook, and aarch64_forget_process as
9489 linux_nat_forget_process hook; remove the call to
9490 register_inferior_data_with_cleanup.
9491
9492 2013-02-14 Pedro Alves <palves@redhat.com>
9493
9494 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9495 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9496 lval_memory.
9497
9498 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9499 Hafiz Abid Qadeer <abidh@codesourcery.com>
9500
9501 * tracepoint.h (validate_trace_state_variable_name): Declare.
9502 * tracepoint.c (validate_trace_state_variable_name): New.
9503 (trace_variable_command): Parse the trace state variable's name
9504 without using parse_expression. Do several validations.
9505 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9506 trace state variable's name with parse_expression. Validate it.
9507
9508 2013-02-14 Yao Qi <yao@codesourcery.com>
9509
9510 * infcmd.c (breakpoint_proceeded): Remove it.
9511
9512 2013-02-14 Yao Qi <yao@codesourcery.com>
9513
9514 * tracepoint.c (end_actions_pseudocommand): Make it static.
9515 (while_stepping_pseudocommand): Likewise.
9516 * tracepoint.h (end_actions_pseudocommand): Remove the
9517 declaration.
9518 (while_stepping_pseudocommand): Likewise.
9519
9520 2013-02-14 Yao Qi <yao@codesourcery.com>
9521
9522 * cli/cli-decode.c (help_cmd): Remove the declaration of
9523 "cmdlist".
9524 (help_all): Likewise.
9525
9526 2013-02-13 Pedro Alves <palves@redhat.com>
9527
9528 * amd64-linux-nat.c (update_debug_registers_callback):
9529 Update comment.
9530 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9531 iterate_over_lwps.
9532 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9533 i386_debug_reg_state.
9534 (amd64_linux_new_fork): New function.
9535 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9536 linux_nat_new_fork hook, and i386_forget_process as
9537 linux_nat_forget_process hook.
9538 * i386-linux-nat.c (update_debug_registers_callback):
9539 Update comment.
9540 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9541 iterate_over_lwps.
9542 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9543 i386_debug_reg_state.
9544 (i386_linux_new_fork): New function.
9545 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9546 linux_nat_new_fork hook, and i386_forget_process as
9547 linux_nat_forget_process hook.
9548 * i386-nat.c (i386_init_dregs): Delete.
9549 (i386_inferior_data, struct i386_inferior_data):
9550 Delete.
9551 (struct i386_process_info): New.
9552 (i386_process_list): New global.
9553 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9554 New functions.
9555 (i386_inferior_data_get): Delete.
9556 (i386_process_info_get): New function.
9557 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9558 (i386_forget_process): New function.
9559 (i386_cleanup_dregs): Rewrite.
9560 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9561 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9562 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9563 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9564 to i386_debug_reg_state.
9565 (i386_use_watchpoints): Don't register inferior data.
9566 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9567 adjust comment.
9568 (i386_forget_process): Declare.
9569 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9570 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9571 New static globals.
9572 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9573 (add_initial_lwp): New, factored out from ...
9574 (add_lwp): ... this. Don't check the number of lwps before
9575 calling linux_nat_new_thread.
9576 (linux_nat_iterate_watchpoint_lwps): Delete.
9577 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9578 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9579 forks and vforks.
9580 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9581 initial lwp.
9582 (linux_nat_kill, linux_nat_mourn_inferior): Call
9583 linux_nat_forget_process.
9584 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9585 (linux_nat_forget_process): New functions.
9586 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9587 type.
9588 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9589 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9590 types.
9591 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9592 (linux_nat_forget_process): New declarations.
9593
9594 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9595 (amd64fbsd_mourn_inferior): New function.
9596 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9597 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9598
9599 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9600
9601 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9602 Adding _().
9603
9604 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9605
9606 * aarch64-linux-nat.c (debug_reg_change_callback)
9607 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9608 %s and phex().
9609
9610 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9611
9612 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9613 with LONGEST.
9614
9615 2013-02-13 Pedro Alves <palves@redhat.com>
9616 Hafiz Abid Qadeer <abidh@codesourcery.com>
9617
9618 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9619
9620 2013-02-12 Tom Tromey <tromey@redhat.com>
9621
9622 PR symtab/11464:
9623 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9624 NAME return.
9625 (classify_inner_name): Remove 'first_name' argument, add
9626 'context'. Remove unused variable.
9627 (yylex): Explicitly maintain the context type. Exit loop earlier
9628 if NAME result is seen.
9629
9630 2013-02-12 Pedro Alves <palves@redhat.com>
9631
9632 * amd64-darwin-tdep.c: Add (C) after Copyright.
9633 * cli/cli-cmds.h: Ditto.
9634 * cli/cli-decode.c: Ditto.
9635 * cli/cli-decode.h: Ditto.
9636 * cli/cli-dump.c: Ditto.
9637 * cli/cli-dump.h: Ditto.
9638 * cli/cli-interp.c: Ditto.
9639 * cli/cli-logging.c: Ditto.
9640 * cli/cli-script.c: Ditto.
9641 * cli/cli-script.h: Ditto.
9642 * cli/cli-setshow.c: Ditto.
9643 * cli/cli-setshow.h: Ditto.
9644 * cli/cli-utils.c: Ditto.
9645 * cli/cli-utils.h: Ditto.
9646 * config/alpha/nm-osf3.h: Ditto.
9647 * config/djgpp/djconfig.sh: Ditto.
9648 * config/i386/nm-fbsd.h: Ditto.
9649 * config/i386/nm-i386gnu.h: Ditto.
9650 * config/nm-linux.h: Ditto.
9651 * config/nm-nto.h: Ditto.
9652 * config/rs6000/nm-rs6000.h: Ditto.
9653 * config/sparc/nm-sol2.h: Ditto.
9654 * darwin-nat-info.c: Ditto.
9655 * dfp.c: Ditto.
9656 * dfp.h: Ditto.
9657 * gdb-demangle.h: Ditto.
9658 * i386-darwin-nat.c: Ditto.
9659 * i386-darwin-tdep.c: Ditto.
9660 * linux-fork.h: Ditto.
9661 * m32c-tdep.c: Ditto.
9662 * microblaze-linux-tdep.c: Ditto.
9663 * microblaze-rom.c: Ditto.
9664 * microblaze-tdep.c: Ditto.
9665 * microblaze-tdep.h: Ditto.
9666 * mips-linux-tdep.h: Ditto.
9667 * ppc-ravenscar-thread.c: Ditto.
9668 * ppc-ravenscar-thread.h: Ditto.
9669 * prologue-value.c: Ditto.
9670 * prologue-value.h: Ditto.
9671 * ravenscar-thread.c: Ditto.
9672 * ravenscar-thread.h: Ditto.
9673 * sparc-ravenscar-thread.c: Ditto.
9674 * sparc-ravenscar-thread.h: Ditto.
9675 * tilegx-linux-tdep.c: Ditto.
9676 * unwind_stop_reasons.def: Ditto.
9677 * windows-nat.h: Ditto.
9678 * xtensa-linux-tdep.c: Ditto.
9679 * xtensa-xtregs.c: Ditto.
9680 * regformats/regdat.sh: Ditto.
9681 * regformats/regdef.h: Ditto.
9682
9683 2013-02-12 Pedro Alves <palves@redhat.com>
9684
9685 * break-catch-sig.c: Update copyright years.
9686
9687 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9688
9689 Add support for a destructor for ui_out data and use it to
9690 provide a ui_out destructor.
9691 * ui-out.h: Declare the new ui_out destructor.
9692 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9693 * ui-out.c (default_data_destroy): Add a default data destructor
9694 which does nothing.
9695 (default_ui_out_impl): Set the new data_destroy field to
9696 default_data_destroy
9697 (uo_data_destroy): Local function which invokes the data
9698 destructor if present.
9699 (clear_table): Local function which clears the table data of a
9700 ui_out object.
9701 (ui_out_destroy): Public function which frees a ui_out object.
9702 (ui_out_table_end): Use the new clear_table function.
9703 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9704 NULL.
9705 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9706 to NULL.
9707
9708 2013-02-11 Doug Evans <dje@google.com>
9709
9710 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9711 (printf_decfloat): New function. Broken out from ui_printf.
9712 Remove unnecessary code to shift the entire format string down.
9713 (printf_pointer): New function.
9714 (ui_printf): Code to print C strings, wide C strings, decfloats,
9715 and pointers moved to separate functions.
9716
9717 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9718
9719 * valops.c (value_assign): Handling bitfield offset in
9720 `lval_internalvar_component' case.
9721
9722 2013-02-08 Doug Evans <dje@google.com>
9723
9724 * common/format.c (parse_format_string): Fix whitespace.
9725
9726 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9727
9728 * stack.c (return_command): Work around uninitialized variable
9729 warning.
9730
9731 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9732
9733 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9734 number of the registers from 36 to 34.
9735
9736 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9737
9738 * NEWS: Mention new AArch64 native and target support.
9739
9740 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9741
9742 * MAINTAINERS (Write After Approval): Add myself.
9743
9744 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9745 Marcus Shawcroft <marcus.shawcroft@arm.com>
9746 Nigel Stephens <nigel.stephens@arm.com>
9747 Yufeng Zhang <yufeng.zhang@arm.com>
9748
9749 * aarch64-linux-nat.c: New file.
9750 * config/aarch64/linux.mh: New file.
9751 * configure.host: Add AArch64.
9752 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9753
9754 2013-02-07 Doug Evans <dje@google.com>
9755
9756 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9757 disassemble command.
9758
9759 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9760
9761 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9762 set_gdbarch_fetch_tls_load_module_address.
9763
9764 2013-02-06 David S. Miller <davem@davemloft.net>
9765
9766 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9767 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9768 * value.c (struct_return_convention): New function.
9769 (using_struct_return): Implement in terms of struct_return_convention.
9770 * value.h (struct_return_convention): Declare.
9771 * stack.c (return_command): Allow successful overriding of the return
9772 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9773
9774 2013-02-06 Tom Tromey <tromey@redhat.com>
9775
9776 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9777 outside of TRY_CATCH.
9778
9779 2013-02-06 Yao Qi <yao@codesourcery.com>
9780
9781 * mi/mi-interp.c: Include "tracepoint.h".
9782 (mi_tsv_modified): Declare.
9783 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9784 (mi_interpreter_init): Call observer_attach_tsv_modified.
9785 (mi_tsv_modified): New.
9786 (mi_tsv_created, mi_tsv_deleted): Update.
9787 * tracepoint.c (trace_variable_command): Call
9788 observer_notify_tsv_modified if the initial value of tsv is
9789 changed.
9790 (delete_trace_state_variable): Call
9791 observer_notify_tsv_deleted earlier.
9792 (trace_variable_command): Caller update.
9793 (create_tsv_from_upload): Likewise.
9794 * observer.sh: Declare "struct trace_state_variable".
9795
9796 * NEWS: Mention the new MI notification "=tsv-modified".
9797
9798 2013-02-05 Doug Evans <dje@google.com>
9799
9800 * completer.c (location_completer): Fix typo in comment.
9801
9802 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9805 ADDRESS sorted.
9806
9807 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9808
9809 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9810 Refactor if statement to avoid trailing || operator.
9811
9812 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
9813
9814 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9815
9816 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
9817
9818 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9819 * configure.host: Add powerpc*-*-freebsd* target.
9820 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9821 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9822 * config/powerpc/fbsd.mh: New file.
9823
9824 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9825 Denys Vlasenko <dvlasenk@redhat.com>
9826 Pedro Alves <palves@redhat.com>
9827
9828 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9829 (struct elf_internal_linux_prpsinfo): Forward declare.
9830 * gdbarch.h, gdbarch.c: Regenerate.
9831 * linux-tdep.c: Include `cli/cli-utils.h'.
9832 (linux_fill_prpsinfo): New function.
9833 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9834 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9835 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9836 depending on gdbarch pointer bitness.
9837 * ppc-linux-tdep.c: Include elf-bfd.h.
9838 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9839 on 32-bit.
9840
9841 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9842 Marcus Shawcroft <marcus.shawcroft@arm.com>
9843 Nigel Stephens <nigel.stephens@arm.com>
9844 Yufeng Zhang <yufeng.zhang@arm.com>
9845
9846 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9847
9848 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9849 Marcus Shawcroft <marcus.shawcroft@arm.com>
9850 Nigel Stephens <nigel.stephens@arm.com>
9851 Yufeng Zhang <yufeng.zhang@arm.com>
9852
9853 * aarch64-newlib-tdep.c: New file.
9854 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9855 aarch64*-*-elf.
9856 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9857 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9858 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9859 * osabi.c (gdb_osabi_names): Add "Newlib".
9860
9861 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9862 Marcus Shawcroft <marcus.shawcroft@arm.com>
9863 Nigel Stephens <nigel.stephens@arm.com>
9864 Yufeng Zhang <yufeng.zhang@arm.com>
9865
9866 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9867 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9868 * aarch64-linux-tdep.c: New file.
9869 * aarch64-linux-tdep.h: New file.
9870 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9871 * configure.tgt: Add aarch64-none-linux-gnu.
9872
9873 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9874 Marcus Shawcroft <marcus.shawcroft@arm.com>
9875 Nigel Stephens <nigel.stephens@arm.com>
9876 Yufeng Zhang <yufeng.zhang@arm.com>
9877
9878 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9879 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9880 (ALLDEPFILES): Add aarch64-tdep.c.
9881 * aarch64-tdep.c: New file.
9882 * aarch64-tdep.h: New file.
9883 * configure.tgt: Add AArch64.
9884 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9885 (aarch64-expedite): New definition.
9886 * features/aarch64-core.xml: New file.
9887 * features/aarch64-fpu.xml: New file.
9888 * features/aarch64-without-fpu.c: New file (generated).
9889 * features/aarch64-without-fpu.xml: New file.
9890 * features/aarch64.c: New file (generated).
9891 * features/aarch64.xml: New file.
9892 * regformats/aarch64-without-fpu.dat: New file (generated).
9893 * regformats/aarch64.dat: New file (generated).
9894
9895 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9896
9897 * contrib/expect-read1.c: New file.
9898 * contrib/expect-read1.sh: New file.
9899
9900 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9901
9902 * dwarf2read.c (file_file_name): New function with code from
9903 file_full_name.
9904 (file_full_name): Move most of the code to file_file_name.
9905 (macro_start_file): Rename variable full_name to file_name and use
9906 file_file_name for it. Add comp_dir parameter to new_macro_table.
9907 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9908 macro_source_file->filename access by macro_source_fullname call.
9909 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9910 caller.
9911 * macrotab.c (struct macro_table): New field comp_dir.
9912 (macro_include): New variables link_fullname and source_fullname.
9913 Replace any macro_source_file->filename access by macro_source_fullname
9914 call.
9915 (macro_lookup_inclusion): Remove the partial filenames checking code.
9916 (check_for_redefinition): New variables source_fullname and
9917 found_key_fullname. Replace any macro_source_file->filename access by
9918 macro_source_fullname call.
9919 (macro_undef): New variables source_fullname and key_fullname. Replace
9920 any macro_source_file->filename access by macro_source_fullname call.
9921 (macro_lookup_definition): New variables retval and source_fullname.
9922 Replace any macro_source_file->filename access by macro_source_fullname
9923 call.
9924 (foreach_macro): New variable key_fullname. Replace any
9925 macro_source_file->filename access by macro_source_fullname call.
9926 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9927 macro_source_file->filename access by macro_source_fullname call.
9928 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9929 (macro_source_fullname): New function.
9930 * macrotab.h (struct macro_source_file): Extent the filename field
9931 comment.
9932 (new_macro_table): New parameter comp_dir, add a comment for it.
9933 (macro_source_fullname): new declaration.
9934
9935 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9936
9937 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9938 this_real_name to outer block. Use it also for
9939 compare_filenames_for_search.
9940 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9941 with dw2_get_real_path for file_matcher, considering also
9942 BASENAMES_MAY_DIFFER.
9943 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9944
9945 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9946
9947 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9948 to the file_matcher parameter. Pass 0 to it.
9949 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9950 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9951 NULL psymtab_to_fullname result.
9952 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9953 an expected filename instead.
9954 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9955 file_matcher parameter. Call also psymtab_to_fullname, after newly
9956 considering BASENAMES_MAY_DIFFER.
9957 * source.c (rewrite_source_path): Remove static.
9958 * source.h (rewrite_source_path): New declaration.
9959 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9960 the expand_symtabs_matching field. Comment it.
9961 * symtab.c (file_matches): New function comment. Add parameter
9962 basenames, implement it.
9963 (search_symbols_file_matches): Add basenames parameter. Update the
9964 file_matches caller.
9965 (search_symbols): Match FILES also against symtab_to_fullname.
9966 Optimize it for BASENAMES_MAY_DIFFER.
9967
9968 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9969
9970 * source.c (print_source_lines_base): Print for TUI also "fullname".
9971 * tui/tui-data.c (init_content_element): Change tui_locator_element
9972 field to full_name.
9973 * tui/tui-data.h (struct tui_locator_element): Likewise.
9974 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9975 tui_update_locator_filename calls to tui_update_locator_fullname.
9976 Replace symtab->filename refererence by symtab_to_fullname call.
9977 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9978 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9979 field to full_name. Replace symtab->filename refererence by
9980 symtab_to_fullname call.
9981 (tui_show_symtab_source): Rename parameter to fullname. Change
9982 tui_locator_element field to full_name.
9983 * tui/tui-stack.c: Include source.h.
9984 (tui_set_locator_filename): Rename the declaration to ...
9985 (tui_set_locator_fullname): ... here. Rename its parameter to
9986 fullname, updates its comment.
9987 (tui_set_locator_info): Rename its parameter to fullname.
9988 (tui_set_locator_filename): Rename the definition to ...
9989 (tui_set_locator_fullname): ... here. Rename its parameter to
9990 fullname, updates its comment. Change tui_locator_element field to
9991 full_name.
9992 (tui_set_locator_info): Rename its parameter to fullname.
9993 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9994 (tui_update_locator_filename): Rename to ...
9995 (tui_update_locator_fullname): ... here. Rename callee to
9996 tui_set_locator_fullname.
9997 (tui_show_frame_info): Replace symtab->filename refererence by
9998 symtab_to_fullname call.
9999 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10000 (tui_update_locator_fullname): ... here.
10001 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10002 tui_update_locator_fullname. Replace symtab->filename refererence by
10003 symtab_to_fullname call.
10004 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10005 Rename the callee to tui_update_locator_fullname.
10006 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10007
10008 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10009
10010 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10011 by symtab_to_filename_for_display calls.
10012 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10013 (clear_command): New variable sal_fullname, initialize it. Replace
10014 compare_filenames_for_search by filename_cmp with sal_fullname.
10015 (say_where, update_static_tracepoint): Replace symtab->filename
10016 refererences by symtab_to_filename_for_display calls.
10017 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10018 Likewise.
10019 * dwarf2read.c: Include source.h.
10020 (fixup_go_packaging): Replace symtab->filename refererences by
10021 symtab_to_filename_for_display calls.
10022 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10023 Replace symtab->filename refererences by symtab_to_filename_for_display
10024 calls.
10025 (create_sals_line_offset, convert_linespec_to_sals): New variable
10026 fullname, initialize it, replace symtab->filename reference by the
10027 variable.
10028 * linux-fork.c: Include source.h.
10029 (info_checkpoints_command): Replace symtab->filename refererences by
10030 symtab_to_filename_for_display calls.
10031 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10032 by symtab_to_filename_for_display calls.
10033 * mdebugread.c: Include source.h.
10034 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10035 symtab_to_filename_for_display calls.
10036 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10037 (mi_cmd_file_list_exec_source_files): Likewise.
10038 * printcmd.c: Include source.h.
10039 (build_address_symbolic): Replace symtab->filename refererences by
10040 symtab_to_filename_for_display calls.
10041 * psymtab.c (partial_map_symtabs_matching_filename)
10042 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10043 with psymtab_to_fullname.
10044 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10045 by symtab_to_filename_for_display calls.
10046 (stpy_get_filename): New variable filename, initialize it, use instead
10047 of symtab->filename refererences.
10048 (salpy_str): Make variable filename const char *. Replace
10049 symtab->filename refererences by symtab_to_filename_for_display calls.
10050 * skip.c: Include source.h and filenames.h.
10051 (skip_file_command): Remove const from the symtab variable. Replace
10052 symtab->filename refererences by symtab_to_fullname call.
10053 (function_name_is_marked_for_skip): New variables searched_for_fullname
10054 and fullname. Use them to search also with symtab's fullname.
10055 * source.c (find_source_lines): Replace symtab->filename refererences
10056 by symtab_to_filename_for_display calls.
10057 (print_source_lines_base): New variable filename, use it instead of
10058 symtab->filename. Replace symtab->filename refererences by
10059 symtab_to_filename_for_display calls.
10060 (line_info, forward_search_command): Replace symtab->filename
10061 refererences by symtab_to_filename_for_display calls.
10062 (reverse_search_command): Replace symtab->filename refererences by
10063 symtab_to_filename_for_display calls. New variable filename for it.
10064 * stack.c (frame_info): Likewise.
10065 * symmisc.c: Include source.h.
10066 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10067 (maintenance_info_symtabs): Replace symtab->filename refererences by
10068 symtab_to_filename_for_display calls.
10069 * symtab.c (iterate_over_some_symtabs): Call
10070 compare_filenames_for_search also with symtab_to_fullname.
10071 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10072 symtab->filename refererences by symtab_to_filename_for_display calls.
10073 (find_line_symtab): Replace symtab->filename refererences by
10074 symtab_to_filename_for_display calls.
10075 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10076 (print_symbol_info): Make the last parameter const char *. New
10077 variable s_filename. Use it in the function.
10078 (symtab_symbol_info): Make the last_filename variable const char *.
10079 Replace symtab->filename refererences by symtab_to_filename_for_display
10080 calls.
10081 (rbreak_command): New variable fullname. Use it. Replace
10082 symtab->filename refererence by symtab_to_filename_for_display call.
10083 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10084 (print_one_static_tracepoint_marker): Replace symtab->filename
10085 refererences by symtab_to_filename_for_display calls.
10086 * tui/tui-source.c (tui_set_source_content): New variables filename and
10087 s_filename. Replace symtab->filename refererences by this variable.
10088 Replace other symtab->filename refererences by
10089 symtab_to_filename_for_display calls.
10090
10091 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10092 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 Add a new variable that controls a way in which filenames are
10095 displayed.
10096 * NEWS (set filename-display): New entry.
10097 * source.c (filename_display_basename, filename_display_relative)
10098 (filename_display_absolute, filename_display_kind_names)
10099 (filename_display_string, show_filename_display_string)
10100 (symtab_to_filename_for_display): New.
10101 (_initialize_source): Added initialization of 'filename-display'
10102 variable.
10103 * source.h (symtab_to_filename_for_display): Added declaration.
10104 * stack.c (print_frame): Added new variable and calling of a new
10105 function and condition with this variable. Changed third argument of
10106 calling of a function.
10107
10108 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10109
10110 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10111 Rename field reference filename to fullname.
10112 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10113 fullname. New comment for it.
10114 * tui/tui-source.c (tui_set_source_content): Rename field reference
10115 filename to fullname. Initialize field by symtab_to_fullname now.
10116 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10117 reference filename to fullname. Use symtab_to_fullname during
10118 comparison.
10119
10120 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10121
10122 Code cleanup.
10123 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10124 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10125 filename to fullname. Rename variable this_name to this_fullname.
10126 Lowercase FILENAME_CMP call.
10127 (dw2_find_symbol_file): New comment for the returned string.
10128 (dwarf2_gdb_index_functions): Rename the function to
10129 dw2_expand_symtabs_with_fullname.
10130 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10131 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10132 fullname.
10133 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10134 * symfile.h (struct quick_symbol_functions): Rename field
10135 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10136 parameter filename to fullname. Document returned string meaning for
10137 find_symbol_file.
10138 * symtab.c (find_line_symtab): Rename the called function to
10139 expand_symtabs_with_fullname.
10140
10141 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10142
10143 Code cleanup.
10144 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10145 call of filename_cmp with compare_filenames_for_search.
10146 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10147 is_abs, unify the call of FILENAME_CMP with
10148 compare_filenames_for_search. New gdb_asserts for real_path and name.
10149 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10150 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10151 * symfile.h (struct quick_symbol_functions): Extend the comment for
10152 map_symtabs_matching_filename.
10153 * symtab.c (compare_filenames_for_search): Remove the function comment
10154 relative path requirement. Handle absolute filenames, with a comment.
10155 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10156 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10157 real_path and name. Unify the call of compare_filenames_for_search
10158 with FILENAME_CMP.
10159 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10160
10161 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10162
10163 Code cleanup.
10164 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10165 source_file references by symtab field references. Remove variables
10166 sal and fullname.
10167 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10168 (clear_command, say_where): Replace bp_location field source_file
10169 references by symtab field references.
10170 (bp_location_dtor): Remove the source_file reference.
10171 (update_static_tracepoint): Replace bp_location field source_file
10172 references by symtab field references.
10173 (breakpoint_free_objfile): New function.
10174 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10175 Replace the field source_file by field symtab, extend its comment.
10176 (breakpoint_free_objfile): New declaration.
10177 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10178 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10179 field source_file references by symtab field references.
10180
10181 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 Replace xfullpath calls by gdb_realpath calls.
10184 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10185 function comment.
10186 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10187 Remove it from the iterate_over_some_symtabs call.
10188 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10189 Remove it from the dw2_map_expand_apply calls, remove a block handling
10190 it.
10191 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10192 Remove it from the iterate_over_some_symtabs call.
10193 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10194 Remove it from the partial_map_expand_apply calls, remove a block
10195 handling it. Drop gdb_realpath call and cleanups from the real_path
10196 handling.
10197 * source.c (openp): Drop the comment part about xfullpath. Replace
10198 xfullpath calls by gdb_realpath calls.
10199 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10200 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10201 from method map_symtabs_matching_filename and its comment.
10202 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10203 gdb_realpath call.
10204 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10205 remove it also from the function comment, remove a block handling it.
10206 Drop gdb_realpath call and cleanups from the real_path handling.
10207 (iterate_over_symtabs): Drop variable full_path and its use.
10208 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10209 * utils.c (xfullpath): Remove.
10210 * utils.h (xfullpath): Remove.
10211
10212 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10213
10214 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10215 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10216 (ALLDEPFILES): Add ppc64-tdep.c.
10217 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10218 ppc64-tdep.o to gdb_target_obs.
10219 * ppc64-tdep.h: New file.
10220 * ppc64-tdep.c: New file.
10221 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10222 ppc-linux-tdep.c to here.
10223 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10224 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10225 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10226 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10227 from ppc-linux-tdep.c to here.
10228 (ppc64_convert_from_func_ptr_addr): Rename from
10229 ppc64_linux_convert_from_func_ptr_addr to
10230 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10231 here.
10232 * rs6000-tdep.c:
10233 (read_insn): Move from ppc-linux-tdep.c to here.
10234 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10235 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10236 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10237 Removed above functions.
10238 (ppc_linux_init_abi): Adjust.
10239
10240 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10241
10242 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10243
10244 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10245
10246 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10247
10248 2013-02-01 Pedro Alves <palves@redhat.com>
10249
10250 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10251 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10252
10253 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10256 files with no separate debug info.
10257 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10258 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10259 only for files with no separate debug info.
10260
10261 2013-01-31 Tom Tromey <tromey@redhat.com>
10262
10263 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10264 change type.
10265 (struct jit_program_space_data): Rename from jit_inferior_data.
10266 Update comments.
10267 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10268 Change return type. Attach data to program space.
10269 (jit_program_space_data_cleanup): Rename from
10270 jit_inferior_data_cleanup; change argument type.
10271 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10272 change type.
10273 (jit_register_code): Update.
10274 (jit_update_inferior_cache): Remove.
10275 (jit_breakpoint_deleted): Get jit data from the location's program
10276 space.
10277 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10278 'ps_data', change type.
10279 (jit_inferior_init, jit_breakpoint_re_set_internal)
10280 (jit_event_handler): Update.
10281 (free_objfile_data): Get data from objfile's program space.
10282 (_initialize_jit): Update.
10283
10284 2013-01-31 Tom Tromey <tromey@redhat.com>
10285
10286 PR gdb/13987:
10287 * jit.c (struct jit_inferior_data) <cached_code_address,
10288 jit_breakpoint>: New fields.
10289 (jit_breakpoint_re_set_internal): Fix logging. Only create
10290 breakpoint if cached address has changed.
10291 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10292 functions.
10293 (_initialize_jit): Register breakpoint deleted observer.
10294
10295 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10296
10297 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10298 (save_infcall_suspend_state): Ifdef out unused inf.
10299 (restore_infcall_suspend_state): Ifdef out unused inf.
10300 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10301 (jit_frame_sniffer): Remove unused inf_data.
10302
10303 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10304
10305 * c-exp.y (classify_inner_name): Remove unused type.
10306 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10307 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10308 need_escape.
10309 (c_get_string): Remove unused kind.
10310 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10311
10312 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10313
10314 * charset.c (intermediate_encoding): Remove unused i.
10315 * completer.c (signal_completer): Remove unused i.
10316 * continuations.c (discard_my_continuations_1): Remove unused
10317 continuation_ptr.
10318 * corelow.c (core_close): Remove unuseD name.
10319 (get_core_siginfo): Remove unused pid.
10320 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10321 i, cps.
10322 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10323 (loclist_describe_location): Remove unused first.
10324 * event-top.c (command_line_handler): Remove unused got_eof.
10325 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10326 (resize_section_table): Remove unused old_value.
10327 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10328 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10329 * i386-tdep.c (i386_process_record): Remove unused rex.
10330 * infcmd.c (get_return_value): Remove unused uiout.
10331 * jv-lang.c (type_from_class): Remove unused is_array.
10332 * jv-valprint.c (java_val_print): Remove unused i.
10333 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10334 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10335 * m2-typeprint.c (m2_print_type): Remove unused code.
10336 * macroexp.c (get_character_constant): Remove unused body_start.
10337 (macro_stringify): Remove unused result.
10338 * objc-lang.c (find_methods): Remove unused gdbarch.
10339 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10340 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10341 * stack.c (print_frame_args): Remove unused summary.
10342 * thread.c (thread_apply_command): Remove unused p.
10343 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10344 * valops.c (search_struct_method): Remove unused skip.
10345 * valprint.c (generic_val_print): Remove unused byte_order.
10346 * varobj.c (varobj_update): Remove unused changed.
10347 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10348 (alias_command): Remove unused c.
10349 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10350 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10351 format.
10352 (mi_cmd_data_write_memory): Remove unused word_format.
10353 (mi_cmd_data_write_memory_bytes): Remove unused r.
10354 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10355 p_start, p_end.
10356 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10357 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10358 line_width.
10359
10360 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10361
10362 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10363 * symtab.c (iterate_over_symtabs): Remove unused s.
10364 (find_pc_sect_symtab): Remove unused pspAce.
10365 (find_pc_sect_line): Remove unused alt_symtab.
10366 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10367 (completion_list_add_name): Remove unused newsize.
10368
10369 2013-01-31 Tom Tromey <tromey@redhat.com>
10370
10371 PR c++/14998:
10372 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10373 TYPE_CODE_FUNC.
10374
10375 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10376
10377 * target.c (target_read_string): Remove unused origlen.
10378
10379 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10380
10381 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10382 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10383 * ax-general.c (ax_print): Remove unused is_float.
10384 * blockframe.c (block_innermost_frame): Remove unused start, end.
10385 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10386
10387 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10388
10389 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10390 (svr4_read_so_list): Remove unused lmo.
10391 * solib-target.c (solib_target_relocate_section_addresses): Remove
10392 unused flags.
10393
10394 2013-01-30 Tom Tromey <tromey@redhat.com>
10395
10396 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10397
10398 2013-01-30 Tom Tromey <tromey@redhat.com>
10399
10400 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10401 * utils.c (gnu_debuglink_crc32): Remove.
10402 * utils.h (gnu_debuglink_crc32): Don't declare.
10403
10404 2013-01-30 Tom Tromey <tromey@redhat.com>
10405
10406 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10407 (read_structure_type, read_enumeration_type): Remove cast.
10408
10409 2013-01-30 Tom Tromey <tromey@redhat.com>
10410
10411 * dwarf2read.c (read_namespace_type): Remove cast.
10412 (read_typedef): Likewise.
10413
10414 2013-01-29 Tom Tromey <tromey@redhat.com>
10415
10416 * dwarf2read.c (free_dwo_file): Remove assert.
10417
10418 2013-01-29 Tom Tromey <tromey@redhat.com>
10419
10420 * value.c (deprecated_set_value_modifiable): Remove.
10421 * value.h (deprecated_set_value_modifiable): Remove.
10422
10423 2013-01-28 Doug Evans <dje@google.com>
10424
10425 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10426 to addresses from dwo files.
10427
10428 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10429
10430 * valops.c (find_overload_match): Remove unused argument 'lax'.
10431 * value.h: Remove unused argument 'lax' from the declaration of
10432 find_overload_match.
10433 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10434 to find_overload_match.
10435 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10436 argument to find_overload_match.
10437
10438 2013-01-25 Tom Tromey <tromey@redhat.com>
10439
10440 * dwarf2read.c (processing_has_namespace_info): Remove.
10441 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10442 (process_die, read_func_scope, dwarf2_start_symtab)
10443 (new_symbol_full): Update.
10444
10445 2013-01-25 Tom Tromey <tromey@redhat.com>
10446
10447 * cp-namespace.c (cp_set_block_scope): Remove.
10448 * cp-support.h (cp_set_block_scope): Remove.
10449 * dbxread.c: Include block.h.
10450 (cp_set_block_scope): New function.
10451 (process_one_symbol): Update.
10452 * dwarf2read.c (read_func_scope): Use block_set_scope.
10453
10454 2013-01-25 Pedro Alves <palves@redhat.com>
10455
10456 * remote.c (add_current_inferior_and_thread): Tweak comment.
10457
10458 2013-01-25 Tom Tromey <tromey@redhat.com>
10459
10460 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10461 (cp_add_using_directive): Add 'copy_names' argument.
10462 * cp-support.h (cp_add_using_directive): Update.
10463 (struct using_direct) <import_src, import_dest, alias,
10464 declaration>: Now const.
10465 * dwarf2read.c (read_import_statement): Use obconcat.
10466 Don't copy names passed to cp_add_using_directive.
10467
10468 2013-01-25 Tom Tromey <tromey@redhat.com>
10469
10470 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10471
10472 2013-01-25 Pedro Alves <palves@redhat.com>
10473
10474 * remote.c (stop_reply_extract_thread): New.
10475 (add_current_inferior_and_thread): New parameter 'wait_status'.
10476 Handle it.
10477 (remote_start_remote): Pass wait status to
10478 add_current_inferior_and_thread.
10479 (extended_remote_run): Update comment.
10480 (extended_remote_create_inferior_1): Pass wait status to
10481 add_current_inferior_and_thread.
10482
10483 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10484 Ulrich Weigand <uweigand@de.ibm.com>
10485
10486 * valarith.c (value_vector_widen): New function for replicating a
10487 scalar into a vector.
10488 (value_binop): Use value_vector_widen to widen scalar to vector
10489 rather than casting, this better matches gcc C behaviour.
10490 * valops.c (value_casst): Update logic for casting between vector
10491 types, and for casting from scalar to vector, try to match gcc C
10492 behaviour.
10493 * value.h (value_vector_widen): Declare.
10494 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10495 function, handle special case for casting scalar to vector.
10496 (opencl_relop): Use opencl_value_cast.
10497 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10498 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10499 in order to use opencl_value_cast.
10500
10501 2013-01-25 Yao Qi <yao@codesourcery.com>
10502
10503 * event-loop.c: Include "queue.h".
10504 (gdb_event_p): New typedef.
10505 (DECLARE_QUEUE_P): Use.
10506 (DEFINE_QUEUE_P): Use.
10507 (async_queue_event): Remove.
10508 (gdb_event_xfree): New.
10509 (initialize_event_loop): New.
10510 (process_event): Use QUEUE macros.
10511 (event_queue): Remove.
10512 (gdb_wait_for_event): Caller update.
10513 (check_async_event_handlers): Likewise.
10514 (poll_timers): Likewise.
10515 * event-loop.h (initialize_event_loop): Declare.
10516 * event-loop.c (gdb_event_xfree): New.
10517 * top.c (gdb_init): Call initialize_event_loop.
10518
10519 2013-01-25 Yao Qi <yao@codesourcery.com>
10520
10521 * event-loop.c (async_queue_event): Remove one parameter
10522 'position'. Remove code handling 'position' == TAIL.
10523 (gdb_wait_for_event): Caller update.
10524 (check_async_event_handlers): Caller update.
10525 (poll_timers): Caller update.
10526 * event-loop.h (enum queue_position): Remove.
10527
10528 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10529
10530 * MAINTAINERS: Update my email.
10531
10532 2013-01-25 Yao Qi <yao@codesourcery.com>
10533
10534 * main.c (print_gdb_help): Remove "--epoch" from the help
10535 message.
10536
10537 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10538
10539 * symtab.c (skip_prologue_using_sal): Consider a file
10540 change the same as an increased line number
10541
10542 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10543
10544 * MAINTAINERS (Write After Approval): Add myself to the list.
10545
10546 2013-01-24 Tom Tromey <tromey@redhat.com>
10547
10548 * ada-lang.h (ada_decode_symbol): Make return type const.
10549 * ada-lang.c (ada_decode_symbol): Likewise.
10550
10551 2013-01-23 Doug Evans <dje@google.com>
10552
10553 * linespec.c (find_linespec_symbols): Make static.
10554
10555 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10556
10557 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10558 type on float conversion for complex type.
10559
10560 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10561
10562 Add a new class gdb.Architecture which exposes GDB's
10563 internal representation of architecture via GDB Python API.
10564 * Makefile.in: Add entries corresponding to the new file
10565 python/py-arch.c.
10566 * NEWS (Python Scripting): Add entries for the new class
10567 gdb.Architecture and the new method gdb.Frame.architecture.
10568 * python/py-arch.c: Implement gdb.Architecture class.
10569 * python/py-frame.c (frapy_arch): Implement the method
10570 gdb.Frame.architecture().
10571 (frame_object_methods): Add 'architecture' to the method table.
10572 * python/python-internal.h: Add declarations of new utility
10573 functions.
10574 * python/python.c (_initialize_python): Initialize
10575 gdb.Architecture class.
10576
10577 2013-01-23 Doug Evans <dje@google.com>
10578
10579 Work around binutils/15021.
10580 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10581 type_unit_group out of union s. All uses updated.
10582 (read_index_from_section): Watch for index version 8.
10583 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10584 an imported symtab.
10585 (write_psymtabs_to_index): Increment version number to 8.
10586
10587 2013-01-22 Pedro Alves <palves@redhat.com>
10588
10589 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10590 user-visible.
10591
10592 2013-01-22 Pedro Alves <palves@redhat.com>
10593
10594 * annotate.c (annotate_breakpoints_changed): Rename to ...
10595 (annotate_breakpoints_invalid): ... this. Make static.
10596 (breakpoint_changed): Adjust.
10597 (_initialize_annotate): Always install the observers. Install a
10598 "breakpoint_created" observer.
10599 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10600 * breakpoint.c (set_breakpoint_condition)
10601 (breakpoint_set_commands, do_map_commands_command)
10602 (init_raw_breakpoint, clear_command, set_ignore_count)
10603 (enable_breakpoint_disp): No longer call
10604 annotate_breakpoints_changed.
10605
10606 2013-01-22 Pedro Alves <palves@redhat.com>
10607
10608 * annotate.c: Include "inferior.h".
10609 (frames_invalid_emitted)
10610 (breakpoints_invalid_emitted): New globals.
10611 (async_background_execution_p): New function.
10612 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10613 emitting the annotation if it has already been emitted.
10614 (annotate_display_prompt): New function.
10615 * annotate.h (annotate_display_prompt): New declaration.
10616 * event-top.c: Include annotate.h.
10617 (display_gdb_prompt): Call annotate_display_prompt.
10618
10619 2013-01-22 Pedro Alves <palves@redhat.com>
10620
10621 * annotate.c (ignore_count_changed): Delete.
10622 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10623 (annotate_ignore_count_change): Delete.
10624 (annotate_stopped): Don't emit a delayed breakpoints-changed
10625 annotation.
10626 * annotate.h (annotate_ignore_count_change): Delete.
10627 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10628 annotate_ignore_count_change.
10629
10630 2013-01-22 Tom Tromey <tromey@redhat.com>
10631
10632 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10633 require_rvalue for a register location.
10634
10635 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10636
10637 * breakpoint.c (print_one_breakpoint_location): Add MI
10638 field 'thread-groups' when printing a breakpoint.
10639 (output_thread_groups): New function.
10640
10641 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10642
10643 * python/lib/gdb/commands/explore.py
10644 (CompoundExplorer.explore_expr): Correct the name of a method
10645 being invoked.
10646 (ExploreTypeCommand.invoke): Add a missing 'return'.
10647
10648 2013-01-21 Tom Tromey <tromey@redhat.com>
10649
10650 * gdb_obstack.h (obconcat): Move declaration here, from...
10651 * symfile.h (obconcat): ... here.
10652 * gdb_obstack.c: New file.
10653 (obconcat): Move from...
10654 * symfile.c (obconcat): ... here.
10655 * Makefile.in (SFILES): Add gdb_obstack.c.
10656 (COMMON_OBS): Add gdb_obstack.o.
10657
10658 2013-01-21 Tom Tromey <tromey@redhat.com>
10659
10660 * symfile.h (obsavestring): Don't declare.
10661 * symfile.c (obsavestring): Remove.
10662 * ada-exp.y: Use obstack_copy0, not obsavestring.
10663 * ada-lang.c: Use obstack_copy0, not obsavestring.
10664 * coffread.c: Use obstack_copy0, not obsavestring.
10665 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10666 * dbxread.c: Use obstack_copy0, not obsavestring.
10667 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10668 * jit.c: Use obstack_copy0, not obsavestring.
10669 * mdebugread.c: Use obstack_copy0, not obsavestring.
10670 * psymtab.c: Use obstack_copy0, not obsavestring.
10671 * stabsread.c: Use obstack_copy0, not obsavestring.
10672 * xcoffread.c: Use obstack_copy0, not obsavestring.
10673
10674 2013-01-21 Tom Tromey <tromey@redhat.com>
10675
10676 * dwarf2read.c (fixup_go_packaging): Save package name
10677 on objfile obstack.
10678 * gdbtypes.c (init_type): Don't copy name.
10679
10680 2013-01-21 Tom Tromey <tromey@redhat.com>
10681
10682 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10683 const.
10684 (struct attribute) <u.str>: Now const.
10685 (struct fnfieldlist) <name>: Now const.
10686 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10687 (partial_die_parent_scope): Make return type const.
10688 (partial_die_full_name, add_partial_symbol): Update.
10689 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10690 'name' const.
10691 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10692 (read_file_scope, read_func_scope, dwarf2_add_field)
10693 (dwarf2_add_member_fn, read_structure_type)
10694 (process_enumeration_scope, read_array_type, read_module_type)
10695 (read_base_type, read_subrange_type): Update.
10696 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10697 (new_symbol_full, guess_full_die_structure_name): Update.
10698 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10699 (dwarf2_name): Return const type.
10700 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10701 const.
10702
10703 2013-01-21 Tom Tromey <tromey@redhat.com>
10704
10705 * gdbtypes.c (init_type): Make 'name' const.
10706 * gdbtypes.h (init_type): Update.
10707
10708 2013-01-21 Tom Tromey <tromey@redhat.com>
10709
10710 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10711 (start_symtab): Make 'name' and 'dirname' const. Use
10712 set_last_source_file.
10713 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10714 (last_source_file): Define. Now static.
10715 (set_last_source_file, get_last_source_file): New functions.
10716 * buildsym.h (last_source_file): Don't declare.
10717 (start_symtab): Update.
10718 (set_last_source_file, get_last_source_file): Declare.
10719 * coffread.c (complete_symtab): Use set_last_source_file.
10720 (coff_end_symtab): Likewise.
10721 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10722 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10723 set_last_source_file.
10724 (process_one_symbol): Use get_last_source_file.
10725 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10726 (psymtab_to_symtab_1): Use get_last_source_file.
10727 * xcoffread.c (process_linenos): Use get_last_source_file.
10728 (complete_symtab): Use set_last_source_file.
10729 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10730 (scan_xcoff_symtab): Use set_last_source_file.
10731
10732 2013-01-21 Tom Tromey <tromey@redhat.com>
10733
10734 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10735 (symbol_set_names): Remove casts. Handle field const-ness.
10736
10737 2013-01-21 Tom Tromey <tromey@redhat.com>
10738
10739 * dwarf2read.c (new_symbol_full): Remove cast.
10740 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10741 * symtab.h (symbol_set_demangled_name): Update.
10742
10743 2013-01-21 Tom Tromey <tromey@redhat.com>
10744
10745 * main.c (captured_main): Call bfd_init.
10746
10747 2013-01-21 Tom Tromey <tromey@redhat.com>
10748
10749 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10750 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10751 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10752 * NEWS: Update.
10753
10754 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10757
10758 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10759
10760 Fix gdb.fortran/common-block.exp crash in PIE mode.
10761 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10762 LOC_COMMON_BLOCK.
10763 * f-valprint.c (info_common_command_for_block): Expect
10764 LOC_COMMON_BLOCK in gdb_assert.
10765 * symtab.h (struct general_symbol_info): Update comment for the
10766 common_block member.
10767 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10768 (enum address_class): New member LOC_COMMON_BLOCK.
10769
10770 2013-01-18 David Blaikie <dblaikie@gmail.com>
10771
10772 * MAINTAINERS (Write After Approval): Add "David Blaikie".
10773
10774 2013-01-18 Tom Tromey <tromey@redhat.com>
10775
10776 PR c++/14999:
10777 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10778 Call require_rvalue.
10779
10780 2013-01-18 Yao Qi <yao@codesourcery.com>
10781
10782 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10783 (dbx_read_symtab): New declaration.
10784 (dbx_psymtab_to_symtab): Delete.
10785 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10786 Rename parameter PST to SELF. Exchanged two parameters.
10787 (start_psymtab): Caller update.
10788 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10789 (dwarf2_read_symtab): New declaration.
10790 (dwarf2_psymtab_to_symtab): Delete.
10791 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10792 Rename parameter PST to SELF. Exchanged two parameters.
10793 (create_partial_symtab): Caller update.
10794 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10795 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10796 Rename parameter PST to SELF. Exchanged two parameters.
10797 (parse_partial_symbols, new_psymtab): Caller update.
10798 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10799 two parameters.
10800 * psymtab.c (psymtab_to_symtab): Caller update.
10801 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10802 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10803 Rename parameter PST to SELF. Exchanged two parameters.
10804 (xcoff_start_psymtab): Caller update.
10805
10806 2013-01-18 Yao Qi <yao@codesourcery.com>
10807
10808 * infrun.c (proceed): Rename local variable 'oneproc' to
10809 'force_step'.
10810
10811 2013-01-17 Doug Evans <dje@google.com>
10812
10813 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10814 (dw2_build_type_unit_groups): Delete. All uses updated.
10815
10816 * symtab.h (struct symbol_search): Add comment.
10817
10818 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10819
10820 * symtab.c (compare_filenames_for_search): New comment for
10821 HAS_DRIVE_SPEC.
10822
10823 2013-01-17 Tom Tromey <tromey@redhat.com>
10824
10825 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10826
10827 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10828
10829 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10830 initialize it by existing make_cleanup. Call new do_cleanups.
10831
10832 2013-01-17 Tom Tromey <tromey@redhat.com>
10833
10834 * cp-abi.c (cp_abi_completer): New function.
10835 (_initialize_cp_abi): Set completer for "set cp-abi".
10836
10837 2013-01-17 Tom Tromey <tromey@redhat.com>
10838
10839 * mem-break.c: Remove obsolete comment.
10840 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10841
10842 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10843
10844 * jit.c (jit_reader_load_command): Interpret the jit reader name
10845 as an absolute path if it begins with a forward slash.
10846
10847 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10848
10849 PR gdb/14550
10850
10851 * jit.c (finalize_symtab): Ensure that only the global block has a
10852 NULL superblock.
10853
10854 2013-01-17 Pedro Alves <palves@redhat.com>
10855
10856 * acinclude.m4: Include ../config/plugins.m4,
10857 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10858 * Makefile.in (aclocal_m4_deps): Update.
10859 * aclocal.m4: Renegerate.
10860
10861 2013-01-16 Doug Evans <dje@google.com>
10862
10863 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10864
10865 2013-01-16 Pedro Alves <palves@redhat.com>
10866 Tom Tromey <tromey@redhat.com>
10867
10868 PR cli/7221:
10869 * NEWS: Add "catch signal".
10870 * breakpoint.c (base_breakpoint_ops): No longer static.
10871 (bpstat_explains_signal): New function.
10872 (init_catchpoint): No longer static.
10873 (base_breakpoint_explains_signal): New function.
10874 (base_breakpoint_ops): Initialize new field.
10875 * breakpoint.h (enum bpstat_signal_value): New.
10876 (struct breakpoint_ops) <explains_signal>: New field.
10877 (bpstat_explains_signal): Remove macro, declare as function.
10878 (base_breakpoint_ops, init_catchpoint): Declare.
10879 * break-catch-sig.c: New file.
10880 * inferior.h (signal_catch_update): Declare.
10881 * infrun.c (signal_catch): New global.
10882 (handle_syscall_event): Update for change to
10883 bpstat_explains_signal.
10884 (handle_inferior_event): Likewise. Always handle random signals
10885 via bpstats.
10886 (signal_cache_update): Check signal_catch.
10887 (signal_catch_update): New function.
10888 (_initialize_infrun): Initialize signal_catch.
10889 * Makefile.in (SFILES): Add break-catch-sig.c.
10890 (COMMON_OBS): Add break-catch-sig.o.
10891
10892 2013-01-16 Tom Tromey <tromey@redhat.com>
10893
10894 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10895 (print_one_catch_solib, print_one_catch_syscall)
10896 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10897 "catch-type".
10898
10899 2013-01-16 Yao Qi <yao@codesourcery.com>
10900
10901 * printcmd.c (current_display_number): Make it static.
10902
10903 2013-01-16 Yao Qi <yao@codesourcery.com>
10904
10905 * infcmd.c (step_once): Don't check '!single_inst' as it was
10906 checked before.
10907
10908 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10909
10910 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10911
10912 2013-01-14 Tom Tromey <tromey@redhat.com>
10913
10914 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10915 set command.
10916 * command.h (add_setshow_string_noescape_cmd): Update.
10917 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10918 (complete_set_gnutarget): New function.
10919 (_initialize_core): Set the "set gnutarget" completer.
10920
10921 2013-01-14 Tom Tromey <tromey@redhat.com>
10922
10923 PR symtab/14442:
10924 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10925 (c_type_print_modifier): Likewise.
10926 * dwarf2read.c (read_tag_restrict_type): New function.
10927 (read_type_die_1): Handle DW_TAG_restrict_type.
10928 * gdbtypes.c (make_restrict_type): New function.
10929 (recursive_dump_type): Handle TYPE_RESTRICT.
10930 * gdbtypes.h (enum type_flag_values): Renumber.
10931 (enum type_instance_flag_value): Add
10932 TYPE_INSTANCE_FLAG_RESTRICT.
10933 (TYPE_RESTRICT): New macro.
10934 (make_restrict_type): Declare.
10935
10936 2013-01-14 Tom Tromey <tromey@redhat.com>
10937
10938 PR symtab/14931:
10939 * psymtab.c (struct psymtab_state): New.
10940 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10941 functions.
10942 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10943 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10944
10945 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
10946 Pedro Alves <palves@redhat.com>
10947
10948 PR remote/14786
10949
10950 * remote.c (remote_threads_info): Make a copy of the reply from
10951 qfThreadInfo and use that instead of rs->buf.
10952
10953 2013-01-14 Yao Qi <yao@codesourcery.com>
10954
10955 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10956 (dbx_psymtab_to_symtab): Likewise.
10957 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10958 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10959 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10960
10961 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10964 make_cleanup_restore_current_language. Call set_language. Move
10965 OLD_CHAIN and INNER_CHAIN cleanups.
10966 * utils.c (do_restore_current_language)
10967 (make_cleanup_restore_current_language): New functions.
10968 * utils.h (make_cleanup_restore_current_language): New declaration.
10969
10970 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10971
10972 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10973 non-existing files.
10974
10975 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10976 non-existing files if FILENAME is already absolute.
10977
10978 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10979
10980 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10981 fputs_filtered. Append trailing newline.
10982
10983 2013-01-11 Yao Qi <yao@codesourcery.com>
10984 Stan Shebs <stan@codesourcery.com>
10985
10986 * psymtab.c (init_psymbol_list): Clarify the comment.
10987
10988 2013-01-11 Yao Qi <yao@codesourcery.com>
10989
10990 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10991 (update_dprintf_command_list): Assert that 'printf_line' is
10992 non-null. Remove condition check.
10993
10994 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10995
10996 Code cleanup.
10997 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10998 type const char *.
10999 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11000 const char *.
11001 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11002
11003 2013-01-09 Anthony Green <green@moxielogic.com>
11004
11005 * cp-abi.c (cplus_print_vtable): Don't return value from void
11006 function.
11007 * ada-lang.c (re_set_catch_assert): Ditto.
11008
11009 2013-01-09 Doug Evans <dje@google.com>
11010
11011 * symfile.h (quick_symbol_functions): Delete member
11012 pre_expand_symtabs_matching. All uses removed.
11013 * dwarf2read.c (dw2_lookup_symbol): Implement.
11014 (dw2_do_expand_symtabs_matching): Delete.
11015 (dw2_pre_expand_symtabs_matching): Delete.
11016 (struct dw2_symtab_iterator): New type.
11017 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11018 (dw2_expand_symtabs_for_function): Rewrite.
11019 (dwarf2_gdb_index_functions): Update.
11020 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11021 (psym_functions): Update.
11022
11023 2013-01-09 Tom Tromey <tromey@redhat.com>
11024
11025 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11026 * configure: Rebuild.
11027 * configure.ac: Add somread.o to the build if BFD has SOM
11028 support.
11029 * somread.c: Include som/aout.h, not syms.h.
11030 (som_symtab_read): Use som_external_symbol_dictionary_record.
11031 Unpack records manually.
11032 (_initialize_somread): Declare.
11033
11034 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11035
11036 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11037 Cast return_address to 64bits.
11038
11039 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11040
11041 * printcmd.c: Remove define of function output_command.
11042 * tracepoint.c: Remove extern of function output_command.
11043 * valprint.h: (output_command): New extern.
11044
11045 2013-01-07 Tom Tromey <tromey@redhat.com>
11046
11047 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11048 Remove.
11049 (objc_language_defn): Use c_printchar, c_printstr,
11050 c_emit_char.
11051
11052 2013-01-07 Tom Tromey <tromey@redhat.com>
11053
11054 PR cli/7719:
11055 * NEWS: Update.
11056 * ada-valprint.c (printstr, print_field_values): Remove
11057 "inspect_it" code.
11058 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11059 code.
11060 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11061 code.
11062 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11063 * main.c (captured_main): Remove "epoch" argument.
11064 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11065 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11066 * p-valprint.c (pascal_object_print_value_fields): Remove
11067 "inspect_it" code.
11068 * printcmd.c (print_command_1): Remove 'inspect' argument.
11069 (print_command, call_command): Update.
11070 (inspect_command): Remove.
11071 (_initialize_printcmd): Make "inspect" an alias for "print".
11072 * top.c (epoch_interface): Remove.
11073 * top.h (epoch_interface): Remove.
11074 * valprint.c (user_print_options): Update.
11075 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11076 * valprint.h (struct value_print_options) <inspect_it>: Remove
11077 field.
11078
11079 2013-01-04 Tom Tromey <tromey@redhat.com>
11080
11081 * valprint.h (read_string): Add 'extern'.
11082
11083 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11084
11085 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11086 used to decide whether to define darwin_read_dyld_info or not.
11087
11088 2013-01-03 Pierre Muller <muller@sourceware.org>
11089
11090 * main.c (relocate_gdb_directory): Avoid calling stat function
11091 if DIR is empty.
11092
11093 2013-01-03 Yao Qi <yao@codesourcery.com>
11094
11095 * psymtab.c (fixup_psymbol_section): Update declaration.
11096 (fixup_psymbol_section): Remove code returning value.
11097
11098 2013-01-03 Yao Qi <yao@codesourcery.com>
11099
11100 * symtab.h: Remove some out of date comments.
11101 (enum exception_event_kind): Move it ...
11102 * breakpoint.c: ... here.
11103
11104 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11105
11106 PR gdb/14405
11107 * darwin-nat.c (darwin_read_dyld_info): Only build if
11108 TASK_DYLD_INFO_COUNT is defined.
11109 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11110 TASK_DYLD_INFO_COUNT is defined.
11111
11112 2013-01-02 Tom Tromey <tromey@redhat.com>
11113
11114 * symfile.h (struct ecoff_debug_hack): Remove.
11115 * objfiles.c: Don't include mdebugread.h.
11116
11117 2013-01-02 Tom Tromey <tromey@redhat.com>
11118
11119 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11120 * configure.ac: Check for Mach-O support in BFD. Update
11121 CONFIG_OBS.
11122 * configure: Rebuild.
11123
11124 2013-01-02 Tom Tromey <tromey@redhat.com>
11125
11126 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11127 * configure.ac: Use GDB_AC_CHECK_BFD.
11128 * configure: Rebuild.
11129
11130 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11131
11132 * MAINTAINERS: Update my email.
11133
11134 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11135
11136 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11137
11138 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11139
11140 * rs6000-nat.c (bss_data_overlap): New function.
11141 (vmap_symtab): Use it to adjust the .bss section's offset.
11142
11143 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11144
11145 Update year range in copyright notice of all files.
11146
11147 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11148
11149 * top.c (print_gdb_version): Update copyright year.
11150
11151 For older changes see ChangeLog-2012.
11152 \f
11153 Local Variables:
11154 mode: change-log
11155 left-margin: 8
11156 fill-column: 74
11157 version-control: never
11158 coding: utf-8
11159 End:
This page took 0.405002 seconds and 4 git commands to generate.