Simplify REGISTRY cleanup usages
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-10-29 Yao Qi <yao@codesourcery.com>
2
3 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
4 parameter 'arg' instead of from program_space_data.
5 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
6 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
7 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
8 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
9 * inflow.c (inflow_inferior_data_cleanup): Get data from
10 parameter 'arg' instead of inferior_data.
11 * registry.h: Add comments.
12
13 2013-10-28 Pedro Alves <palves@redhat.com>
14
15 * breakpoint.c (watchpoints_triggered)
16 <!target_stopped_data_address>: Hardcode return 1.
17
18 2013-10-28 Pedro Alves <palves@redhat.com>
19
20 * infrun.c (process_event_stop_test): Remove unnecessary scoping
21 level and reindent.
22
23 2013-10-28 Pedro Alves <palves@redhat.com>
24
25 * infrun.c (process_event_stop_test): New function, factored out
26 from handle_inferior_event.
27 (handle_inferior_event): 'process_event_stop_test' is now a
28 function instead of a goto label -- adjust.
29
30 2013-10-28 Pedro Alves <palves@redhat.com>
31
32 * infrun.c (handle_inferior_event): Move process_event_stop_test
33 goto label to the else branch of the ecs->random_signal check,
34 along with FRAME and GDBARCH re-fetching.
35
36 2013-10-28 Pedro Alves <palves@redhat.com>
37
38 * infrun.c (switch_back_to_stepped_thread): New function, factored
39 out from handle_inferior_event.
40 (handle_inferior_event): Adjust to call
41 switch_back_to_stepped_thread. Call it also at the tail of the
42 random signal handling, and return, instead of also handling
43 random signals just before the stepping tests.
44
45 2013-10-28 Pedro Alves <palves@redhat.com>
46
47 * infrun.c (clear_stop_func): Delete.
48 (handle_inferior_event): Don't call clear_stop_func and don't
49 clear 'ecs->random_signal'.
50
51 2013-10-27 Yao Qi <yao@codesourcery.com>
52
53 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
54 (varobj_create, varobj_get_path_expr): Update.
55 (varobj_value_has_mutated, varobj_update): Likewise.
56 (create_child_with_value, new_root_variable): Likewise.
57 (number_of_children, name_of_variable): Likewise.
58 (value_of_child, my_value_of_variable): Likewise.
59 (varobj_value_is_changeable_p): Likewise.
60
61 2013-10-25 Yao Qi <yao@codesourcery.com>
62
63 * language.h (struct lang_varobj_ops): Declare.
64 (struct language_defn) <la_varobj_ops>: New field.
65 * ada-lang.c: Include "varobj.h"
66 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
67 ada_varobj_ops.
68 * c-lang.c: Include "varobj.h"
69 (c_language_defn): Initialize field 'la_varobj_ops' with
70 c_varobj_ops.
71 (cplus_language_defn): Initialize field 'la_varobj_ops' with
72 cplus_varobj_ops.
73 (asm_language_defn): Initialize field 'la_varobj_ops' with
74 default_varobj_ops.
75 (minimal_language_defn): Likewise.
76 * d-lang.c (d_language_defn): Likewise.
77 * f-lang.c (f_language_defn): Likewise.
78 * go-lang.c (go_language_defn): Likewise.
79 * m2-lang.c (m2_language_defn): Likewise.
80 * objc-lang.c (objc_language_defn): Likewise.
81 * opencl-lang.c (opencl_language_defn): Likewise.
82 * p-lang.c (pascal_language_defn): Likewise.
83 * language.c (unknown_language_defn): Likewise.
84 (auto_language_defn): Likewise.
85 (local_language_defn): Likewise.
86 * jv-lang.c (java_language_defn): Initialize field
87 'la_varobj_ops' with java_varobj_ops.
88 * varobj.c (varobj_create): Update.
89 * varobj.h (default_varobj_ops): Define macro.
90
91 2013-10-25 Pedro Alves <palves@redhat.com>
92
93 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
94 static field value.
95 (cp_print_static_field): If the value is entirely optimized out,
96 print <optimized out> here.
97 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
98 static field value.
99 * p-valprint.c (pascal_object_print_static_field): If the value is
100 entirely optimized out, print <optimized out> here.
101 * valops.c (do_search_struct_field)
102 (value_struct_elt_for_reference): No longer handle a NULL static
103 field value.
104 * value.c (value_static_field): Return an optimized out value
105 instead of NULL.
106
107 2013-10-25 Yao Qi <yao@codesourcery.com>
108
109 * remote.c (remote_traceframe_info): Return early if
110 traceframe is not selected.
111
112 2013-10-25 Yao Qi <yao@codesourcery.com>
113
114 * tracepoint.c (traceframe_fun): Remove.
115 (traceframe_sal): Remove.
116 (set_traceframe_context): Add local variables.
117
118 2013-10-25 Joel Brobecker <brobecker@adacore.com>
119
120 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
121 and parameter name.
122
123 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
124
125 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
126 failure from register information collection.
127
128 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
129
130 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
131 member.
132 (linux_corefile_thread_callback): Update accordingly.
133 (linux_make_corefile_notes): Likewise.
134
135 2013-10-24 Pedro Alves <palves@redhat.com>
136
137 * NEWS (New options): Mention set/show startup-with-shell.
138 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
139 instead of 3.
140 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
141 startup-with-shell'.
142 (show_startup_with_shell): New function.
143 (_initialize_fork_child): Register the set/show startup-with-shell
144 commands.
145 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
146 * inf-ttrace.c (inf_ttrace_him): Remove comment.
147 * procfs.c (procfs_init_inferior): Remove comment.
148 * infcmd.c (startup_with_shell): New global.
149 * inferior.h (startup_with_shell): Declare global.
150 (STARTUP_WITH_SHELL): Delete.
151 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
152
153 2013-10-23 Pedro Alves <palves@redhat.com>
154
155 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
156 * common/signals.c: Include "gdb_assert.h".
157 (signals): New field 'symbol'.
158 (SET): Use the 'symbol' parameter.
159 (gdb_signal_to_symbol_string): New function.
160 * infrun.c (handle_inferior_event) <random signal>: In debug
161 output, print the random signal enum as string in addition to its
162 number.
163 * target/waitstatus.c (target_waitstatus_to_string): Print the
164 signal's enum value as string instead of the (POSIX) signal name.
165
166 2013-10-23 Gary Benson <gbenson@redhat.com>
167
168 PR 16013
169 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
170 from 32 to 18. Adjusted fscanf format string accordingly.
171 (Avoids leaving cmd unterminated.)
172 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
173 trun, retn or extra. (Avoids leaving extra unterminated.) Check
174 that local_address and remote_address will not overflow.
175 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
176 leaving dependencies unterminated. Parse size as "%u" to match
177 definition.
178
179 2013-10-22 Pedro Alves <palves@redhat.com>
180
181 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
182 set ecs->random signal.
183
184 2013-10-22 Pedro Alves <palves@redhat.com>
185
186 * infrun.c (keep_going): Update comments.
187
188 2013-10-22 Pedro Alves <palves@redhat.com>
189
190 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
191 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
192
193 2013-10-22 Pedro Alves <palves@redhat.com>
194
195 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
196 GDB_EXC_BAD_ACCESS.
197 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
198 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
199 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
200 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
201 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
202 (GDB_SIGNAL_LAST): Change description string.
203 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
204 Adjust to signal renaming.
205 * darwin-nat.c (darwin_decode_message): Likewise.
206
207 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
208
209 * MAINTAINERS (Write After Approval): Add myself to the list.
210
211 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
212
213 * breakpoint.c (update_watchpoint): If hardware watchpoints are
214 forced off, downgrade them to software watchpoints if possible,
215 and error out if not possible.
216 (watch_command_1): Move watchpoint type selection closer to
217 watchpoint creation, and extend the comments.
218
219 2013-10-18 Pedro Alves <palves@redhat.com>
220
221 PR gdb/16062
222 * infrun.c (handle_inferior_event): Keep going if we got a random
223 signal we should not stop for, instead of falling through to the
224 step tests.
225
226 2013-10-18 Yao Qi <yao@codesourcery.com>
227
228 * c-varobj.c (cplus_number_of_children): Fix indentation.
229
230 2013-10-17 Tom Tromey <tromey@redhat.com>
231
232 PR gdb/15995:
233 * printcmd.c (printcmd): Call gdb_flush.
234
235 2013-10-17 Tom Tromey <tromey@redhat.com>
236
237 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
238 (elf_locate_sections): Update.
239
240 2013-10-17 Yao Qi <yao@codesourcery.com>
241
242 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
243 * ada-varobj.c: Remove the include of ada-varobj.h.
244 (ada_varobj_get_number_of_children): Declare.
245 (ada_varobj_get_name_of_child): Make it static.
246 (ada_varobj_get_path_expr_of_child): Likewise.
247 (ada_varobj_get_value_of_child): Likewise.
248 (ada_varobj_get_type_of_child): Likewise.
249 (ada_varobj_get_value_of_array_variable): Likewise.
250 * ada-varobj.h: Remove.
251
252 2013-10-17 Yao Qi <yao@codesourcery.com>
253
254 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
255 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
256 * ada-varobj.c: Include "varobj.h".
257 (ada_number_of_children): New. Moved from varobj.c.
258 (ada_name_of_variable, ada_name_of_child): Likewise.
259 (ada_path_expr_of_child, ada_value_of_child): Likewise.
260 (ada_type_of_child, ada_value_of_variable): Likewise.
261 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
262 (ada_varobj_ops): New.
263 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
264 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
265 * gdbtypes.h (get_target_type): Declare.
266 * varobj.c: Remove the inclusion of "ada-varobj.h" and
267 "ada-lang.h".
268 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
269 (ANONYMOUS_UNION_NAME): Likewise.
270 (get_type, get_value_type, get_target_type): Remove declarations.
271 (value_get_print_value, varobj_value_get_print_value): Likewise.
272 (c_number_of_children, c_name_of_variable): Likewise.
273 (c_name_of_child, c_path_expr_of_child): Likewise.
274 (c_value_of_child, c_type_of_child): Likewise.
275 (c_value_of_variable, cplus_number_of_children): Likewise.
276 (cplus_class_num_children, cplus_name_of_variable): Likewise.
277 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
278 (cplus_value_of_child, cplus_type_of_child): Likewise.
279 (cplus_value_of_variable, java_number_of_children): Likewise.
280 (java_name_of_variable, java_name_of_child): Likewise.
281 (java_path_expr_of_child, java_value_of_child): Likewise.
282 (java_type_of_child, java_value_of_variable): Likewise.
283 (ada_number_of_children, ada_name_of_variable): Likewise.
284 (ada_name_of_child, ada_path_expr_of_child): Likewise.
285 (ada_value_of_child, ada_type_of_child): Likewise.
286 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
287 (ada_value_has_mutated): Likewise.
288 (struct language_specific): Move it to varobj.h.
289 (CPLUS_FAKE_CHILD): Move it to varobj.h.
290 (restrict_range): Rename it varobj_restrict_range. Make it extern.
291 Callers update.
292 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
293 Make it extern.
294 (is_anonymous_child): Move it to c-varobj.c and rename to
295 varobj_is_anonymous_child. Caller update.
296 (get_type): Move it to c-varobj.c.
297 (get_value_type): Rename it varobj_get_value_type. Make it
298 extern.
299 (get_target_type): Move it gdbtypes.c.
300 (varobj_formatted_print_options): New function.
301 (value_get_print_value): Rename it to
302 varobj_value_get_print_value and make it extern.
303 (varobj_value_is_changeable_p): Make it extern.
304 (adjust_value_for_child_access): Move it to c-varobj.c.
305 (default_value_is_changeable_p): Rename it to
306 varobj_default_value_is_changeable_p. Make it extern.
307 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
308 (c_name_of_child, c_path_expr_of_child): Likewise.
309 (c_value_of_child, c_type_of_child): Likewise.
310 (c_value_of_variable, cplus_number_of_children): Likewise.
311 (cplus_class_num_children, cplus_name_of_variable): Likewise.
312 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
313 (cplus_value_of_child, cplus_type_of_child): Likewise.
314 (cplus_value_of_variable): Likewise.
315 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
316 (java_name_of_child, java_path_expr_of_child): Likewise.
317 (java_value_of_child, java_type_of_child): Likewise.
318 (java_value_of_variable): Likewise.
319 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
320 (ada_name_of_child, ada_path_expr_of_child): Likewise.
321 (ada_value_of_child, ada_type_of_child): Likewise.
322 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
323 (ada_value_has_mutated): Likewise.
324 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
325 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
326 (c_varobj_ops, cplus_varobj_ops): Declare.
327 (java_varobj_ops, ada_varobj_ops): Declare.
328 (varobj_default_value_is_changeable_p): Declare.
329 (varobj_value_is_changeable_p): Declare.
330 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
331 (varobj_get_path_expr_parent): Declare.
332 (varobj_value_get_print_value): Declare.
333 (varobj_formatted_print_options): Declare.
334 (varobj_restrict_range): Declare.
335
336 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
337
338 * target/waitstatus.h (target_waitkind): Remove spurious
339 character from the comments.
340
341 2013-10-17 Joel Brobecker <brobecker@adacore.com>
342
343 * gdbarch.sh (get_longjmp_target): Add method documentation.
344 * gdbarch.h: Regenerate.
345
346 2013-10-16 Tom Tromey <tromey@redhat.com>
347
348 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
349 label.
350
351 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
352
353 * gcore.in: Call GDB using the full path to the gcore script.
354 Error out if the GDB binary is not found.
355
356 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
357
358 PR gdb/16014
359 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
360 sizeof.
361
362 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
363
364 PR gdb/16042
365 * target.c (target_disable_btrace): Fix invalid return value for
366 void function.
367 (target_teardown_btrace): Likewise.
368
369 2013-10-14 Yao Qi <yao@codesourcery.com>
370
371 * varobj.c (struct varobj): Move most of the fields to
372 varobj.h.
373 (struct varobj_dynamic): New struct.
374 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
375 (varobj_has_more): Likewise.
376 (dynamic_varobj_has_child_method): Likewise.
377 (update_dynamic_varobj_children): Likewise.
378 (varobj_get_num_children): Likewise.
379 (varobj_list_children, varobj_pretty_printed_p): Likewise.
380 (install_new_value_visualizer): Likewise.
381 (install_new_value_visualizer, install_new_value): Likewise.
382 (varobj_update, new_variable, free_variable): Likewise.
383 (my_value_of_variable, value_get_print_value): Likewise.
384 (install_visualizer): Change the type of parameter 'var' to
385 'struct varobjd_dynamic *'. Callers update.
386 * varobj.h (struct varobj): Moved from varobj.c.
387 (struct varobj) <dynamic>: New field.
388
389 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
390
391 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
392 as the preferred name of r30.
393 * nios2-linux-tdep.c (reg_offsets): Likewise.
394 * features/nios2-cpu.xml: Likewise.
395 * features/nios2-linux.c: Regenerated.
396 * features/nios2.c: Regenerated.
397 * regformats/nios2-linux.dat: Regenerated.
398
399 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
400
401 Canonicalize directories for EXEC_FILENAME.
402 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
403 exec_filename.
404 * utils.c (gdb_realpath_keepfile): New function.
405 * utils.h (gdb_realpath_keepfile): New declaration.
406
407 2013-10-11 Doug Evans <dje@google.com>
408
409 * Makefile.in (GDBFLAGS): New variable.
410 (run): New rule.
411
412 2013-10-11 Joel Brobecker <brobecker@adacore.com>
413
414 * NEWS: Add entry documenting the new "-catch-assert" and
415 "-catch-exception" GDB/MI commands.
416
417 2013-10-11 Joel Brobecker <brobecker@adacore.com>
418
419 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
420 "enabled".
421 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
422 "enabled". Set B->ENABLE_STATE accordingly.
423 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
424 ada-lang.c.
425 (create_ada_exception_catchpoint): Add declaration.
426 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
427 (create_ada_exception_catchpoint): Make non-static. Add new
428 parameter "disabled". Use it in call to
429 init_ada_exception_breakpoint.
430 (catch_ada_exception_command): Add parameter "enabled" in call
431 to create_ada_exception_catchpoint.
432 (catch_assert_command): Likewise.
433
434 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
435 Add declarations.
436 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
437 "catch-exception" commands.
438 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
439 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
440
441 2013-10-11 Joel Brobecker <brobecker@adacore.com>
442
443 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
444 "enum exception_catchpoint_kind". Replace the "ex_" prefix
445 of all its enumerates with "ada_". Update the rest of this
446 file throughout.
447
448 2013-10-11 Joel Brobecker <brobecker@adacore.com>
449
450 * ada-lang.c (ada_decode_exception_location): Delete.
451 (create_ada_exception_catchpoint): Remove arguments "sal",
452 "addr_string" and "ops". Add argument "ex_kind" instead.
453 Adjust implementation accordingly, calling ada_exception_sal
454 to get the entities it no longer gets passed as arguments.
455 Document the function's arguments.
456 (catch_ada_exception_command): Use catch_ada_exception_command_split
457 instead of ada_decode_exception_location, and update call to
458 create_ada_exception_catchpoint.
459 (catch_ada_assert_command_split): Renames
460 ada_decode_assert_location. Remove parameters "addr_string" and
461 "ops", and now returns void. Adjust implementation accordingly.
462 Update the function documentation.
463 (catch_assert_command): Use catch_ada_assert_command_split
464 instead of ada_decode_assert_location. Update call to
465 create_ada_exception_catchpoint.
466
467 2013-10-11 Joel Brobecker <brobecker@adacore.com>
468
469 * utils.h (perror_warning_with_name): Add declaration.
470 * utils.c (perror_warning_with_name): New function.
471 * cli/cli-cmds.c (source_script_with_search): Add call to
472 perror_warning_with_name if from_tty is nul.
473
474 2013-10-11 Joel Brobecker <brobecker@adacore.com>
475
476 * utils.c (perror_string): New function, extracted out of
477 throw_perror_with_name.
478 (throw_perror_with_name): Rework to use perror_string.
479
480 2013-10-11 Yao Qi <yao@codesourcery.com>
481
482 * remote.c (discard_pending_stop_replies_in_queue): Update
483 declaration.
484 (struct stop_reply) <rs>: New field.
485 (remove_stop_reply_of_remote_state): New function.
486 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
487 Callers update. Pass remove_stop_reply_of_remote_state to
488 QUEUE_iterate.
489 (remote_parse_stop_reply): Initialize field 'rs'.
490
491 2013-10-10 Will Newton <will.newton@linaro.org>
492
493 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
494 linux_init_abi.
495
496 2013-10-10 Joel Brobecker <brobecker@adacore.com>
497
498 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
499 serial_baud_show_cmd.
500 (_initialize_cli_cmds): Delete the code creating the
501 "set/show remotebaud" commands.
502 * serial.c (baud_rate): Move here from top.c.
503 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
504 (_initialize_serial): Create "set/show serial baud" commands.
505 Add "set/show remotebaud" command aliases.
506 * top.c (baud_rate): Moved to serial.c.
507 * NEWS: Document the new "set/show serial baud" commands,
508 replacing "set/show remotebaud".
509
510 2013-10-09 Pedro Alves <palves@redhat.com>
511
512 * breakpoint.c (insert_bp_location): Use memory_error_message to
513 build the memory error string.
514 * c-lang.c: Include "gdbcore.h".
515 (c_get_string): Use memory_error to throw error.
516 (target_xfer_memory_error): Delete.
517 (memory_error_message): New, factored out from
518 target_xfer_memory_error.
519 (memory_error): Change parameter type to target_xfer_error.
520 Rewrite.
521 (read_memory): Use memory_error instead of
522 target_xfer_memory_error.
523 * gdbcore.h: Include "target.h".
524 (memory_error): Change parameter type to target_xfer_error.
525 (memory_error_message): Declare function.
526 * target.c (target_read_memory, target_read_stack)
527 (target_write_memory, target_write_raw_memory): Return
528 TARGET_XFER_E_IO on error. Adjust comments.
529 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
530 instead of EIO.
531 * target.h (target_read, target_insert_breakpoint)
532 (target_remove_breakpoint): Adjust comments.
533 * valprint.c (partial_memory_read): Rename parameter, and adjust
534 comment.
535 (val_print_string): Use memory_error_message to build the memory
536 error string.
537
538 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
541 result variable. Rename variable fopen_e_ever_failed to
542 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
543
544 2013-10-09 Pedro Alves <palves@redhat.com>
545
546 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
547 (monitor_write_memory_longlongs, monitor_write_memory_block):
548 Constify 'myaddr' parameter.
549 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
550 helper.
551 (monitor_xfer_partial): New function.
552 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
553 hook. Install a to_xfer_partial hook.
554
555 2013-10-09 Tom Tromey <tromey@redhat.com>
556
557 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
558 bfd_get_alt_debug_link_info.
559
560 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
561
562 New flag OBJF_NOT_FILENAME.
563 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
564 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
565 allocate_objfile.
566 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
567 symbol_file_add_from_bfd.
568 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
569 allocate_objfile.
570 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
571 NULL.
572 * objfiles.h (OBJF_NOT_FILENAME): New.
573
574 2013-10-08 Tom Tromey <tromey@redhat.com>
575
576 * Makefile.in (SFILES): Add build-id.c.
577 (HFILES_NO_SRCDIR): Add build-id.h.
578 * build-id.c: New file, largely from elfread.c. Modified
579 most functions.
580 * build-id.h: New file.
581 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
582 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
583 Search for dwz file using build-id.
584 * elfread.c (build_id_bfd_get, build_id_verify)
585 (build_id_to_debug_filename, find_separate_debug_file): Remove.
586
587 2013-10-08 Joel Brobecker <brobecker@adacore.com>
588
589 * ada-lang.c (compare_names_with_case): Renamed from
590 compare_names, adding a new parameter "casing" and its handling.
591 New function documentation.
592 (compare_names): New function, implemented using
593 compare_names_with_case.
594
595 2013-10-08 Joel Brobecker <brobecker@adacore.com>
596
597 * ada-lang.c (ada_exception_sal): Remove advance declaration.
598
599 2013-10-07 Tom Tromey <tromey@redhat.com>
600
601 * objfiles.c (free_objfile_per_bfd_storage): Delete the
602 demangled_names_hash.
603 (free_objfile): Don't delete the demangled_names_hash.
604 * objfiles.h (struct objfile_per_bfd_storage)
605 <demangled_names_hash>: New field.
606 (struct objfile) <demangled_names_hash>: Move to
607 objfile_per_bfd_storage.
608 * symfile.c (reread_symbols): Don't delete the
609 demangled_names_hash.
610 * symtab.c (create_demangled_names_hash): Update.
611 (symbol_set_names): Update.
612
613 2013-10-07 Tom Tromey <tromey@redhat.com>
614
615 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
616 needs_relocations>: New fields.
617 (gdb_bfd_requires_relocations): New function.
618 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
619 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
620 the BFD needs relocations applied.
621
622 2013-10-07 Pedro Alves <palves@redhat.com>
623
624 PR breakpoints/11568
625 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
626 the thread list" instead of "gone".
627
628 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
629
630 * NEWS: Mention new convenience variable $_exitsignal.
631 * corelow.c (core_open): Reset exit convenience variables. Set
632 $_exitsignal to the uncaught signal which generated the corefile.
633 * infrun.c (handle_inferior_event): Reset exit convenience
634 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
635 (clear_exit_convenience_vars): New function.
636 * inferior.h (clear_exit_convenience_vars): New prototype.
637
638 2013-10-06 Yao Qi <yao@codesourcery.com>
639
640 * varobj.h: Add comments to enum varobj_languages.
641
642 2013-10-04 Doug Evans <dje@google.com>
643
644 Add support for DWP file format version 2.
645 * NEWS: Mention support for DWP file format version 2.
646 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
647 union of asection, containing_section. New fields virtual_offset
648 and is_virtual. Change type of readin filed from int to char.
649 (dwo_sections, dwo_file): Tweak comments.
650 (dwp_v2_section_ids): New enum.
651 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
652 str_offsets, types.
653 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
654 All uses updated.
655 (virtual_v2_dwo_sections): New struct.
656 (dwp_hash_table): New fields version, nr_columns. Change type of
657 section_pool field to a union.
658 (dwp_file): New field version.
659 (dwarf2_has_info): Check for virtual sections.
660 (get_containing_section): New function.
661 (get_section_bfd_owner, get_section_bfd_section): Call it.
662 (dwarf2_locate_sections): Update.
663 (dwarf2_section_empty_p): Update.
664 (dwarf2_read_section): Handle virtual sections.
665 (locate_dwz_sections): Update.
666 (create_dwp_hash_table): Document and handle V2 format.
667 (locate_v1_virtual_dwo_sections): Renamed from
668 locate_virtual_dwo_sections and update. All callers updated.
669 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
670 Delete arg htab. Rename arg section_index to unit_index.
671 All callers updated.
672 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
673 All uses updated.
674 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
675 (lookup_dwo_unit_in_dwp): Add V2 support.
676 (dwarf2_locate_dwo_sections): Update.
677 (dwarf2_locate_common_dwp_sections): Renamed from
678 dwarf2_locate_dwp_sections and update. All callers updated.
679 (dwarf2_locate_v2_dwp_sections): New function.
680 (open_and_init_dwp_file): Add V2 support.
681 (read_str_index): New locals str_section, str_offsets_section.
682
683 2013-10-04 Pedro Alves <palves@redhat.com>
684
685 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
686 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
687 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
688 describing comments with references to ptid.h.
689 * common/ptid.h: Remove intro description of constructors,
690 accessors and predicates.
691 (struct ptid): Reformat.
692 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
693 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
694 describing comments.
695
696 2013-10-04 Joel Brobecker <brobecker@adacore.com>
697
698 * aix-thread.c (sync_threadlists): Add missing ')' in call
699 to ptid_build.
700
701 2013-10-04 Joel Brobecker <brobecker@adacore.com>
702
703 * procfs.c (procfs_init_inferior): Fix typo causing the build
704 to fail.
705
706 2013-10-04 Joel Brobecker <brobecker@adacore.com>
707
708 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
709
710 2013-10-04 Joel Brobecker <brobecker@adacore.com>
711
712 * mi/mi-main.c (run_one_inferior): Add function description.
713 Make ARG a pointer to an integer whose value determines whether
714 we should "run" or "start" the program.
715 (mi_cmd_exec_run): Add handling of the "--start" option.
716 Reject all other command-line options.
717 * NEWS: Add entry for "-exec-run"'s new "--start" option.
718
719 2013-10-04 Yao Qi <yao@codesourcery.com>
720
721 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
722 (struct notif_client) <pending_event>: Moved
723 to struct remote_notif_state.
724 <id>: New field.
725 (struct remote_notif_state) <pending_event>: New field.
726 (notif_event_xfree): Declare.
727 * remote-notif.c (handle_notification): Adjust.
728 (notif_event_xfree): New function.
729 (do_notif_event_xfree): Call notif_event_xfree.
730 (remote_notif_state_xfree): Call notif_event_xfree to free
731 each element in field pending_event.
732 * remote.c (discard_pending_stop_replies): Remove declaration.
733 (discard_pending_stop_replies_in_queue): Declare.
734 (remote_close): Call discard_pending_stop_replies_in_queue
735 instead of discard_pending_stop_replies.
736 (remote_start_remote): Adjust.
737 (stop_reply_xfree): Call notif_event_xfree.
738 (notif_client_stop): Adjust initialization.
739 (remote_notif_remove_all): Rename it to ...
740 (remove_stop_reply_for_inferior): ... this. Update comments.
741 Don't check INF is NULL.
742 (discard_pending_stop_replies): Return early if notif_state is
743 NULL. Adjust. Don't check INF is NULL.
744 (remote_notif_get_pending_events): Adjust.
745 (discard_pending_stop_replies_in_queue): New function.
746 (remote_wait_ns): Likewise.
747
748 2013-10-04 Yao Qi <yao@codesourcery.com>
749
750 * remote-notif.c (DECLARE_QUEUE_P): Remove.
751 (notif_queue): Remove.
752 (remote_notif_process): Add one parameter 'notif_queue'.
753 Update comments. Callers update.
754 (remote_async_get_pending_events_token): Remove.
755 (remote_notif_register_async_event_handler): Remove.
756 (remote_notif_unregister_async_event_handler): Remove.
757 (handle_notification): Add parameter 'notif_queue'. Update
758 comments. Callers update.
759 (notif_xfree): Remove.
760 (remote_notif_state_allocate): New function.
761 (remote_notif_state_xfree): New function.
762 (_initialize_notif): Remove code to allocate queue.
763 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
764 (struct remote_notif_state): New.
765 (handle_notification): Update declaration.
766 (remote_notif_process): Likewise.
767 (remote_notif_register_async_event_handler): Remove.
768 (remote_notif_unregister_async_event_handler): Remove.
769 (remote_notif_state_allocate): Declare.
770 (remote_notif_state_xfree): Declare.
771 * remote.c (struct remote_state) <notif_state>: New field.
772 (remote_close): Don't call
773 remote_notif_unregister_async_event_handler. Call
774 remote_notif_state_xfree.
775 (remote_open_1): Don't call
776 remote_notif_register_async_event_handler. Call
777 remote_notif_state_allocate.
778
779 2013-10-04 Yao Qi <yao@codesourcery.com>
780
781 * varobj.c (create_child_with_value): Remove 'const' from the
782 type of parameter 'name'.
783 (varobj_add_child): Likewise.
784 (install_dynamic_child): Remove 'const' from the type of
785 parameter 'name'.
786 (varobj_add_child): Likewise.
787 (create_child_with_value): Likewise. Update comments. Don't
788 duplicate 'name'.
789 (update_dynamic_varobj_children): Duplicate 'name'
790 and pass it to install_dynamic_child.
791
792 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
793
794 * python/py-value.c (convert_value_from_python): Move PyInt_Check
795 conversion logic to occur after PyLong_Check. Comment on order
796 change significance.
797 * python/py-arch.c (archpy_disassemble): Comment on order of
798 conversion for integers and longs.
799
800 2013-10-03 Pedro Alves <palves@redhat.com>
801
802 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
803 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
804 functions. Always test for PTRACE_O_TRACESYSGOOD even if
805 PTRACE_O_TRACEFORK is not supported.
806 (linux_test_for_tracesysgood): New function.
807 (linux_test_for_tracefork): New function, factored out from
808 linux_check_ptrace_features, and also don't kill child_pid here.
809
810 2013-10-03 Tristan Gingold <gingold@adacore.com>
811
812 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
813 Remove verbose error reporting. Use detected state to
814 thread_set_state call.
815 (i386_darwin_dr_get): Fix return type. Remove verbose error
816 report.
817 Remove trailing spaces.
818
819 2013-10-02 Pedro Alves <palves@redhat.com>
820
821 * cp-valprint.c (cp_print_value_fields): Adjust calls to
822 val_print_optimized_out.
823 * jv-valprint.c (java_print_value_fields): Likewise.
824 * p-valprint.c (pascal_object_print_value_fields): Likewise.
825 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
826 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
827 new optimized out value.
828 * findvar.c (address_from_register): Likewise.
829 * frame.c (put_frame_register): Tweak error string to say the
830 register was not saved, rather than optimized out.
831 * infcmd.c (default_print_one_register_info): Adjust call to
832 val_print_optimized_out. Use value_of_register instead of
833 get_frame_register_value.
834 * mi/mi-main.c (output_register): Use value_of_register instead of
835 get_frame_register_value.
836 * valprint.c (valprint_check_validity): Likewise.
837 (val_print_optimized_out): New value parameter. If the value is
838 lval_register, print <not saved> instead.
839 (value_check_printable, val_print_scalar_formatted): Adjust calls
840 to val_print_optimized_out.
841 * valprint.h (val_print_optimized_out): New value parameter.
842 * value.c (struct value) <optimized_out>: Extend comment.
843 (error_value_optimized_out): New function.
844 (require_not_optimized_out): Use it. Use a different string for
845 lval_register values.
846 * value.h (error_value_optimized_out): New declaration.
847 * NEWS: Mention <not saved>.
848
849 2013-10-02 Joel Brobecker <brobecker@adacore.com>
850
851 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
852 strcmp to compare two symtab filenames.
853
854 2013-10-02 Joel Brobecker <brobecker@adacore.com>
855
856 * symtab.c (search_symbols_equal): Delete.
857 (sort_search_symbols_remove_dups): Replace call to
858 search_symbols_equal by call to compare_search_syms,
859 adjusting as necessary.
860
861 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
862
863 PR python/15579
864
865 * python/python.c: Document gdb.execute command in Python help.
866
867 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
868
869 * python/py-frame.c (frame_info_to_frame_object): Use
870 gdbpy_convert_exception. Clean up Python object on failure.
871
872 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
873
874 * python/lib/gdb/command/frame_filters.py
875 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
876 (ShowFrameFilterPriority.invoke): Ditto.
877
878 2013-10-01 Keith Seitz <keiths@redhat.com>
879
880 * linespec.c (struct ls_parser): Make 'saved_arg' const.
881 (parse_linespec): Make 'argptr' const.
882 Remove temporary cast of 'argptr' to const char **.
883 (decode_line_full): Pass const pointer to parse_linespec.
884 (decode_line_1): Likewise.
885 (decode_objc): Make local variable 'new_argptr' const.
886 (find_function_symbols): Remove temporary cast to char *
887 to find_imps.
888 * objc-lang.c (find_imps): Make argument 'method' const.
889 Return const.
890 * objc-lang.h (find_imps): Likewise.
891
892 2013-10-01 Keith Seitz <keiths@redhat.com>
893
894 * completer.c (skip_quoted_chars): Make all arguments const.
895 Return const.
896 (skip_quoted): Likewise.
897 * completer.h (skip_quoted_chars): Likewise.
898 (skip_quoted): Likewise.
899 * defs.h (skip_quoted): Remove duplicate declaration.
900 * jv-exp.y: Include completer.h.
901 (yylex): Remove unneccessary cast to char * fro skip_quoted.
902 * p-exp.y: Include completer.h.
903
904 2013-10-01 Keith Seitz <keiths@redhat.com>
905
906 * c-exp.y (parse_number): Make first argument const.
907 Make a copy of the input to manipulate.
908 (c_parse_escape): Make first argument const.
909 Make local variable 'tokptr' const.
910 (parse_string_or_char): Make first two arguments const.
911 (macro_original_text): Make const.
912 (lex_one_token): Make local variable 'tokstart' const.
913 Likewise for local variables named 'p'.
914 Cast away const for struct stoken (temporary).
915 * c-lang.h (c_parse_escpae): Make first argument const.
916 * cli/cli-cmds.c (echo_command): Make local variable 'p'
917 const.
918 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
919 var_string case.
920 * f-exp.y (parse_number): Make first argument const.
921 (match_string_literal): Make local variable 'tokstart'
922 const.
923 (yylex): Make local variable 'p' const.
924 Cast away const for struct stoken (temporary).
925 * go-exp.y (parse_number): Make first argument const.
926 (parse_string_or_char): Likewise.
927 Make local variable 'tokstart' const.
928 (lex_one_token): Likewise for numerous locals called 'p'.
929 Cast away const for struct stoken (temporary).
930 * jv-exp.y (parse_number): Make first argument const.
931 Make local variables 'tokstart' and 'tokptr' const.
932 Cast away const for call to skip_quoted (temporary).
933 (yylex): Make local variable 'p' const.
934 Cast away const for struct stoken (temporary).
935 * m2-exp.y (parse_number): Make local variable 'p' const.
936 (yylex): Likewise for 'tokstart'.
937 Cast away const for struct stoken (temporary).
938 Make local variable 'p' const.
939 * macroexp.c (get_character_constant): Pass a const string
940 to c_parse_escape.
941 (get_string_literal): Likewise.
942 (macro_expand_next): Make first argument const.
943 Cast away const for init_shared_buffer.
944 * macroexp.h (macro_expand_next): Make first argument const.
945 * p-exp.y (yylex): Make a local copy of 'lexptr'.
946 Pass a const string to c_parse_escape.
947 Make local variables 'p' and 'namestart' const.
948 * parse.c (lexptr): Make const.
949 (prev_lexptr): Likewise.
950 (find_template_name_end): Return const.
951 Make argument const, too.
952 (parse_exp_in_context): Make first argument const.
953 Remove the entire const_hack.
954 (parse_exp_in_context_1): Make first argument const.
955 * parser-defs.h (find_template_name_end): Return const.
956 Make argument const, too.
957 (lexptr): Make const.
958 (prev_lexptr): Likewise.
959 * utils.c (parse_escape): Make second argument const.
960 * utils.h (parse_escape): Likewise.
961
962 2013-10-01 Keith Seitz <keiths@redhat.com>
963
964 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
965 is now const.
966 (block_lookup): Make 'raw_name' and 'name' const.
967 * ada-lex.l (processString): Update for struct stoken.ptr.
968 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
969 (operator_stoken): Likewise.
970 (lex_one_token): Remove temporary cast to char * for
971 'yylval.sval.ptr'.
972 * f-exp.y (yylex): Likewise.
973 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
974 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
975 * go-exp.y (lex_one_token): Remove temporary cast to char * for
976 'yylval.sval.ptr'.
977 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
978 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
979 * linespec.c (struct ls_parser): Make 'stream' const.
980 (find_parameter_list_end): Make argument 'input' and local
981 variable 'p' const.
982 (linespec_lexer_lex_string): Make local variables 'start' and
983 'p' const.
984 Use skip_spaces_const instead of skip_spaces.
985 (linespec_lexer_peek_token): Make local variable 'saved_stream'
986 const.
987 (parse_linespec): Temporarily cast 'argptr' to const for
988 'parser->lexer.stream'.
989 * m2-exp.y (yylex): Remove temporary cast to char * for
990 'yylval.sval.ptr'.
991 * objc-lang.c (add_msglist): Make local variable 'p' const.
992 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
993 (exp : STRING): Make 'sp' const.
994 (parse_number): Make argument 'p' const.
995 * parser-defs.h (struct stoken): Make 'ptr' const.
996
997 2013-10-01 Doug Evans <dje@google.com>
998
999 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1000
1001 2013-10-01 Yao Qi <yao@codesourcery.com>
1002
1003 * varobj.c (c_value_of_root): Remove declaration.
1004 (cplus_value_of_root, java_value_of_root): Likewise.
1005 (ada_value_of_root): Likewise.
1006 (struct language_specific) <value_of_root>: Remove.
1007 (languages): Update initialization.
1008 (check_scope): Move earlier.
1009 (c_value_of_root): Move earlier and rename to ...
1010 (value_of_root_1): ... this.
1011 (value_of_root): Caller update.
1012 (cplus_value_of_root, java_value_of_root): Remove.
1013 (ada_value_of_root): Remove.
1014
1015 2013-10-01 Yao Qi <yao@codesourcery.com>
1016
1017 * varobj.c (varobj_format_string): Remove "unknown".
1018 (languages): Remove the first element.
1019 * varobj.h (enum varobj_languages): Remove vlang_c.
1020
1021 2013-10-01 Yao Qi <yao@codesourcery.com>
1022
1023 * varobj.c (struct language_specific) <language>: Remove.
1024 (languages): Update the initialization.
1025
1026 2013-10-01 Yao Qi <yao@codesourcery.com>
1027
1028 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1029 "solib-target.h". Include "windows-tdep.h".
1030 (arm_wince_init_abi): Call windows_init_abi. Remove call to
1031 set_solib_ops and set_gdbarch_has_dos_based_file_system.
1032 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1033 windows-tdep.o to gdb_target_obs.
1034
1035 2013-10-01 Yao Qi <yao@codesourcery.com>
1036
1037 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1038 "solib-target.h".
1039 (amd64_windows_init_abi): Don't call set_solib_ops and
1040 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1041 windows_init_abi instead.
1042 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1043 "solib-target.h".
1044 (i386_cygwin_init_abi): Don't call set_solib_ops,
1045 set_gdbarch_has_dos_based_file_system and
1046 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1047 windows_init_abi instead.
1048 * windows-tdep.c: Include "solib.h" and "solib-target.h".
1049 (windows_init_abi): New function.
1050 (windows_iterate_over_objfiles_in_search_order): Make it
1051 static.
1052 * windows-tdep.h (windows_init_abi): Declare.
1053 (windows_iterate_over_objfiles_in_search_order): Remove
1054 declaration.
1055
1056 2013-10-01 Jerome Guitton <guitton@adacore.com>
1057
1058 Checked in by Joel Brobecker <brobecker@adacore.com>
1059 * system-gdbinit/elinos.py (get_elinos_environment): Return an
1060 incomplete dictionnary instead of None in case of missing
1061 environment variables.
1062 (elinos_init): in case of an incomplete environment, best
1063 effort to load system libraries instead of abort.
1064
1065 2013-10-01 Joel Brobecker <brobecker@adacore.com>
1066
1067 * ada-lang.c (ada_has_this_exception_support): Ignore
1068 mst_solib_trampoline minimal symbols.
1069
1070 2013-09-30 Tristan Gingold <gingold@adacore.com>
1071
1072 * i386-darwin-nat.c (darwin_complete_target): Install methods for
1073 hardware watchpoint.
1074 (i386_darwin_dr_set): Support 32 and 64 bit states.
1075 (i386_darwin_dr_get): Likewise.
1076 (i386_darwin_dr_set_control): Make static.
1077 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1078 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1079
1080 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
1081
1082 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1083 Replace TIDGET with ptid_get_lwp.
1084 Replace GET_LWP with ptid_get_lwp.
1085 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1086 Replace BUILD_THREAD with ptid_build.
1087 Replace BUILD_LWP with ptid_build.
1088 Replace PIDGET with ptid_get_pid.
1089 Replace TIDGET with ptid_get_lwp.
1090 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1091 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1092 Replace TIDGET with ptid_get_lwp.
1093 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1094 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1095 Replace TIDGET with ptid_get_lwp.
1096 Replace GET_LWP with ptid_get_lwp.
1097 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1098 * auxv.c: Likewise.
1099 * breakpoint.c: Likewise.
1100 * common/ptid.c (ptid_is_pid): Condense check for
1101 null_ptid and minus_one_ptid.
1102 (ptid_lwp_p): New function.
1103 (ptid_tid_p): New function.
1104 * common/ptid.h: Update comments for accessors.
1105 (ptid_lwp_p): New prototype.
1106 (ptid_tid_p): New prototype.
1107 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1108 * gcore.c: Replace PIDGET with ptid_get_pid.
1109 * gdbthread.h: Likewise.
1110 * gnu-nat.c: Likewise.
1111 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1112 Replace TIDGET with ptid_get_lwp.
1113 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1114 * hppanbsd-nat.c: Likewise.
1115 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1116 Replace TIDGET with ptid_get_lwp.
1117 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1118 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1119 * infcmd.c: Likewise.
1120 * inferior.h: Likewise.
1121 * inflow.c: Likewise.
1122 * infrun.c: Likewise.
1123 * linux-fork.c: Likewise.
1124 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1125 Replace GET_PID with ptid_get_pid.
1126 Replace is_lwp with ptid_lwp_p.
1127 Replace GET_LWP with ptid_get_lwp.
1128 Replace BUILD_LWP with ptid_build.
1129
1130 2013-09-28 Mike Frysinger <vapier@gentoo.org>
1131
1132 * common/linux-btrace.c: Move sys/syscall.h out of the
1133 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1134 Also check for SYS_perf_event_open before attempting to buid.
1135
1136 2013-09-27 Doug Evans <dje@google.com>
1137
1138 * dwarf2read.c (dwarf2_section_info): Add comment.
1139 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1140 All uses updated.
1141 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1142 (dwarf2_read_section): Delete unused local "header". Add section
1143 name to error message.
1144 (create_dwo_in_dwp): Tweak comment.
1145 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1146
1147 * dwarf2read.c (die_reader_specs): Tweak comment.
1148 (get_section_bfd_owner, get_section_bfd_section): New functions.
1149 (get_section_name, get_section_file_name): New functions.
1150 (get_section_id, get_section_flags): New functions.
1151 (*): Use new functions to access section fields.
1152
1153 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1154 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1155 arg "htab". All callers updated.
1156 (create_debug_types_hash_table): Remove redundant copy of
1157 abbrev_section.
1158 (create_dwo_in_dwp): Tweak comments.
1159 (read_str_index): Tweak comment. Record dwarf form name in static
1160 local.
1161
1162 2013-09-27 Pedro Alves <palves@redhat.com>
1163
1164 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1165 (remote_filename_p): Add comment.
1166 * remote.c (remote_filename_p): Adjust to use
1167 REMOTE_SYSROOT_PREFIX.
1168 * solib.c (solib_find): When deciding whether we need to add a
1169 directory separator, check whether the sysroot is "remote:"
1170 instead of checking whether the patch has a drive spec. Add
1171 comments.
1172
1173 2013-09-27 Pedro Alves <palves@redhat.com>
1174
1175 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1176 Delete fields.
1177 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1178 directly.
1179
1180 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 Fix set debug frame output.
1183 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1184 SENTINEL_FRAME entry lower to match enum frame_type order.
1185
1186 2013-09-26 Pierre Muller <muller@sourceware.org>
1187
1188 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1189 AMD64_R15_REGNUM when a register index is expected.
1190 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1191 Substitute in array.
1192 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1193 (amd64_push_arguments): Substitute in integer_regnum array.
1194
1195 2013-09-25 Doug Evans <dje@google.com>
1196
1197 * objfiles.c (allocate_objfile): Move comment to better place.
1198
1199 New option "set debug symfile on".
1200 * NEWS: Mention "set debug symfile".
1201 * Makefile.in (SFILES): Add symfile-debug.c.
1202 (COMMON_OBS): Add symfile-debug.o.
1203 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1204 objfile's symbol functions.
1205 * objfiles.h (objfile_set_sym_fns): Declare.
1206 * symfile-debug.c: New file.
1207 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1208 objfile's symbol functions.
1209 (reread_symbols): Ditto.
1210
1211 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1212 All uses updated.
1213 (add_symtab_fns): Update prototype.
1214 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1215 (registered_sym_fns): ... this.
1216 (symtab_fns): Update.
1217 (add_symtab_fns): New arg "flavour". All callers updated.
1218 (find_sym_fns): Rewrite to use new sym_fns registry.
1219
1220 * symfile.h (struct sym_fns): Add "objfile" argument to
1221 sym_read_linetable. All uses updated.
1222
1223 * symtab.c (domain_name, search_domain_name): New functions.
1224 * symtab.h (domain_name, search_domain_name): Declare.
1225
1226 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1227 map_matching_symbols so objfile is first. All uses updated.
1228 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1229 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1230
1231 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1232
1233 PR shlibs/8882
1234 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1235 link map entries.
1236
1237 2013-09-24 Doug Evans <dje@google.com>
1238
1239 * objfiles.c (free_objfile): Move comment.
1240
1241 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1242
1243 * ada-exp.y (string_to_operator): Delete.
1244 (dummy_string_to_ada_operator): Delete.
1245
1246 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1247
1248 Revert:
1249 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1250 amd64-tdep.c.
1251 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1252 call_dummy_integer_regs, and classify.
1253 * amd64-tdep.h (amd64_classify): Add declaration.
1254 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1255 (amd64_reg_class): Delete, moved to i386-tdep.h.
1256 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1257 Replace call to amd64_classify by call to tdep->classify.
1258 (amd64_push_arguments): Get the list of registers to use for
1259 passing integer parameters from the gdbarch tdep structure,
1260 rather than using a hardcoded one. Replace calls to amd64_classify
1261 by calls to tdep->classify.
1262 (amd64_push_dummy_call): Get the register number used for
1263 the "hidden" argument from tdep->call_dummy_integer_regs.
1264 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1265 and tdep->call_dummy_integer_regs. Set tdep->classify.
1266
1267 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1268
1269 Revert:
1270 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1271 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1272 where tdep->memory_args_by_pointer is non-zero.
1273
1274 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1275
1276 Revert:
1277 * i386-tdep.h (struct gdbarch_tdep): Add new field
1278 integer_param_regs_saved_in_caller_frame.
1279 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1280 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1281
1282 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1283
1284 * amd64-windows-tdep.c: #include "value.h"
1285 (amd64_windows_classify): Delete.
1286 (amd64_windows_passed_by_integer_register)
1287 (amd64_windows_passed_by_xmm_register)
1288 (amd64_windows_passed_by_pointer)
1289 (amd64_windows_adjust_args_passed_by_pointer)
1290 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1291 (amd64_windows_push_dummy_call): New functions.
1292 (amd64_windows_init_abi): Remove setting of
1293 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1294 tdep->classify, tdep->memory_args_by_pointer and
1295 tdep->integer_param_regs_saved_in_caller_frame.
1296 Add call to set_gdbarch_push_dummy_call.
1297
1298 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1299
1300 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1301 objfile->original_name.
1302
1303 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1304
1305 Pass down original filename for objfile.
1306 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1307 * elfread.c (elf_symfile_read): Likewise.
1308 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1309 longer set ORIGINAL_NAME.
1310 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1311 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1312 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1313 symbol_file_add_from_bfd call.
1314 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1315 (macho_check_dsym): Add parameter filenamep. Change function comment.
1316 Set *filenamep.
1317 (macho_symfile_read): New variable dsym_filename. Update
1318 macho_check_dsym call. Use it for symbol_file_add_separate.
1319 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1320 it. Use it for objfile->original_name.
1321 (objfile_name): Return OBFD's filename, if available.
1322 * objfiles.h (allocate_objfile): Add new parameter name.
1323 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1324 * symfile-mem.c (symbol_file_add_from_memory): Update
1325 symbol_file_add_from_bfd call.
1326 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1327 comment for it.
1328 (symbol_file_add_with_addrs): New parameter name, add function comment
1329 for it. Remove variable name. Update allocate_objfile call.
1330 (symbol_file_add_separate): New parameter name, add function comment
1331 for it. Update symbol_file_add_with_addrs call.
1332 (symbol_file_add_from_bfd): New parameter name. Update
1333 symbol_file_add_with_addrs call.
1334 (symbol_file_add): Update symbol_file_add_from_bfd call.
1335 (reread_symbols): New variable original_name. Save
1336 objfile->original_name by it.
1337 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1338 second parameter.
1339
1340 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1341
1342 Code cleanup: Add objfile_name accessor function.
1343 * ada-lang.c (is_known_support_routine): Use objfile_name.
1344 * auto-load.c (source_gdb_script_for_objfile)
1345 (auto_load_objfile_script): Likewise.
1346 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1347 * dbxread.c (dbx_symfile_read): Likewise.
1348 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1349 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1350 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1351 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1352 (lookup_dwp_signatured_type, lookup_dwo_unit)
1353 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1354 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1355 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1356 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1357 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1358 (read_subrange_type, load_partial_dies, read_partial_die)
1359 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1360 (die_containing_type, build_error_marker_type, lookup_die_type)
1361 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1362 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1363 (get_DW_AT_signature_type, write_psymtabs_to_index)
1364 (save_gdb_index_command): Likewise.
1365 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1366 Likewise.
1367 * expprint.c (dump_subexp_body_standard): Likewise.
1368 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1369 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1370 original_name.
1371 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1372 obj_name, use objfile_name for it, use the variable.
1373 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1374 Use objfile_name.
1375 * machoread.c (macho_symtab_read, macho_check_dsym)
1376 (macho_symfile_relocate): Likewise.
1377 * maint.c (maintenance_translate_address): Likewise.
1378 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1379 * minsyms.c (install_minimal_symbols): Likewise.
1380 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1381 original_name.
1382 (filter_overlapping_sections): Use objfile_name.
1383 (objfile_name): New function.
1384 * objfiles.h (struct objfile): Rename field name to original_name.
1385 (objfile_name): New prototype.
1386 * printcmd.c (sym_info, address_info): Use objfile_name.
1387 * probe.c (parse_probes, collect_probes, compare_probes)
1388 (info_probes_for_ops): Likewise.
1389 * progspace.c (clone_program_space): Likewise.
1390 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1391 (maintenance_info_psymtabs): Likewise.
1392 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1393 (source_section_scripts): Likewise.
1394 * python/py-objfile.c (objfpy_get_filename): Likewise.
1395 * python/py-progspace.c (pspy_get_filename): Likewise.
1396 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1397 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1398 * solib.c (solib_read_symbols): Likewise.
1399 * stabsread.c (scan_file_globals): Likewise.
1400 * stap-probe.c (handle_stap_probe): Likewise.
1401 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1402 (find_separate_debug_file_by_debuglink): Likewise.
1403 (reread_symbols): Likewise. Use the objfile field name renamed to
1404 original_name.
1405 (allocate_symtab): Use objfile_name.
1406 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1407 (dump_objfile, dump_msymbols, dump_symtab_1)
1408 (maintenance_print_msymbols, maintenance_print_objfiles)
1409 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1410 * target.c (target_translate_tls_address, target_info): Likewise.
1411 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1412 objfile_name.
1413
1414 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1415
1416 Code cleanup.
1417 * probe.c (parse_probes): Rename variable objfile_name to
1418 objfile_namestr.
1419
1420 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1421
1422 Remove solib-sunos.c.
1423 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1424 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1425 * objfiles.c (rt_common_objfile): Remove.
1426 (free_objfile): Remove rt_common_objfile comparison.
1427 * objfiles.h (rt_common_objfile): Remove.
1428 * solib-sunos.c: Remove.
1429 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1430
1431 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1432
1433 Remove a.out NetBSD and OpenBSD hosts.
1434 * NEWS (Removed native configurations): New.
1435 * config/arm/nbsdaout.mh: Remove.
1436 * config/i386/nbsdaout.mh: Remove.
1437 * config/i386/obsdaout.mh: Remove.
1438 * config/m68k/nbsdaout.mh: Remove.
1439 * config/sparc/nbsdaout.mh: Remove.
1440 * config/vax/nbsdaout.mh: Remove.
1441 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1442 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1443 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1444 error.
1445 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1446 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1447 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1448
1449 2013-09-23 Tom Tromey <tromey@redhat.com>
1450
1451 * linespec.c (struct minsym_and_objfile): Remove.
1452 (minsym_and_objfile_d): Remove.
1453 (struct linespec, struct collect_info, linespec_parse_basic)
1454 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1455 (compare_msymbols, find_method, find_function_symbols)
1456 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1457 (add_minsym, search_minsyms_for_name): Update.
1458
1459 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1460
1461 * regcache.c: Add include of valprint.h.
1462 (dump_endian_bytes): Delete.
1463 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1464
1465 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1466
1467 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1468
1469 2013-09-19 Pedro Alves <palves@redhat.com>
1470
1471 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1472 breakpoints.
1473
1474 2013-09-19 Pedro Alves <palves@redhat.com>
1475 Thomas Schwinge <thomas@codesourcery.com>
1476 Yue Lu <hacklu.newborn@gmail.com>
1477
1478 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1479 Take a gdb_byte pointer instead of a char pointer.
1480
1481 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1482 gnu_xfer_partial helper.
1483 (gnu_xfer_partial): New function.
1484 (gnu_target): Don't install a deprecated_xfer_memory hook.
1485 Install a to_xfer_partial hook.
1486
1487 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 Constification.
1490 * main.c (captured_main): Replace catch_command_errors by
1491 catch_command_errors_const. Twice.
1492 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1493 (symbol_file_add): Make name parameter const.
1494 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1495 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1496 variable name. Change their usage accordingly.
1497 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1498 const.
1499 (symbol_file_add_main): Make args parameter const.
1500
1501 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1502 Ulrich Weigand <uweigand@de.ibm.com>
1503
1504 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1505 of c_value member.
1506 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1507
1508 2013-09-18 Pedro Alves <palves@redhat.com>
1509 Yue Lu <hacklu.newborn@gmail.com>
1510
1511 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1512 (gnu_create_inferior)
1513 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1514 (set_sig_thread_cmd): Use the lwpid field of ptids to
1515 store/extract thread ids instead of the tid field.
1516 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1517
1518 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1519
1520 * infcmd.c (default_print_one_register_info): Add detection of
1521 optimized out values.
1522 (default_print_registers_info): Switch to using
1523 get_frame_register_value.
1524
1525 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1526
1527 * infrun.c (handle_inferior_event): Check if we know the
1528 function start address before setting a resume breakpoint.
1529
1530 2013-09-18 Pedro Alves <palves@redhat.com>
1531
1532 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1533 minus_one_ptid instead of looking at the ptid's tid field and
1534 comparing that to -1.
1535
1536 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1537
1538 * main.h (get_gdb_program_name): Remove extra whitespace.
1539
1540 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1541
1542 * main.h (get_gdb_program_name): Add declaration.
1543 * main.c (get_gdb_program_name): Add definition.
1544
1545 2013-09-17 Doug Evans <dje@google.com>
1546
1547 * dwarf2read.c: Move definitions of complaint functions to after
1548 forward declarations of local functions.
1549
1550 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1551 Pedro Alves <palves@redhat.com>
1552
1553 PR gdb/11568
1554 * breakpoint.c (remove_threaded_breakpoints): New function.
1555 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1556 as thread_exit observer.
1557
1558 2013-09-17 Pedro Alves <palves@redhat.com>
1559
1560 PR gdb/15911
1561 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1562 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1563 * corelow.c (core_open):
1564 * frame.h (print_stack_frame, print_frame_info): New
1565 'set_current_sal' parameter.
1566 * infcmd.c (finish_command, kill_command): Adjust call to
1567 print_stack_frame.
1568 * inferior.c (inferior_command): Likewise.
1569 * infrun.c (normal_stop): Likewise.
1570 * linux-fork.c (linux_fork_context): Likewise.
1571 * record-full.c (record_full_goto_entry, record_full_restore):
1572 Likewise.
1573 * remote-mips.c (common_open): Likewise.
1574 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1575 Use it.
1576 (print_frame_info): New 'set_current_sal' parameter. Set the last
1577 displayed sal depending on the new paremeter instead of looking at
1578 print_what.
1579 (backtrace_command_1, select_and_print_frame, frame_command)
1580 (current_frame_command, up_command, down_command): Adjust call to
1581 print_stack_frame.
1582 * thread.c (print_thread_info, restore_selected_frame)
1583 (do_captured_thread_select): Adjust call to print_stack_frame.
1584 * tracepoint.c (tfind_1): Likewise.
1585 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1586 (mi_cmd_stack_info_frame): Likewise.
1587 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1588 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1589
1590 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1591
1592 * value.c (isvoid_internal_fn): Replace "parameter" with
1593 "argument".
1594
1595 2013-09-16 Stan Shebs <stan@codesourcery.com>
1596
1597 * README: Update references to writing code for GDB.
1598 * configure.ac (build_warnings): Remove obsolete comment.
1599 * configure: Regenerate.
1600 * gdbarch.sh: Remove references to gdbint.texinfo.
1601 * gdbarch.h: Regenerate.
1602 * gdbtypes.c (objfile_type): Remove comments referencing internals
1603 manual and D10V.
1604
1605 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1606
1607 * NEWS: Mention new convenience function $_isvoid.
1608 * value.c (isvoid_internal_fn): New function.
1609 (_initialize_values): Add new convenience function $_isvoid.
1610
1611 2013-09-16 Pierre Muller <muller@sourceware.org>
1612
1613 * arm-linux-tdep.c: Add "elf/common.h" header.
1614 Remove AT_HWCAP macro definintion as it is provided in
1615 added include file.
1616 * s390-tdep.c: Remove system header <elf.h>
1617 Add "elf/common.h" header for AT_HWCAP definition.
1618 (s390_core_read_description): Use correct CORE_ADDR
1619 for hwcap local variable used as third parameter
1620 of function target_auxv_search.
1621
1622 2013-09-14 Pierre Muller <muller@sourceware.org>
1623 Tom Tromey <tromey@redhat.com>
1624 Pedro Alves <palves@redhat.com>
1625
1626 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1627 mode if operating system doesn't know O_CLOEXEC.
1628
1629 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1630
1631 Code cleanup.
1632 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1633 inner block.
1634
1635 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1636
1637 * NEWS: Mention TDB support.
1638 * features/s390-tdb.xml: New file.
1639 * features/s390-te-linux64.xml: New file.
1640 * features/s390x-te-linux64.xml: New file.
1641 * features/Makefile (WHICH): Add new tdescs above.
1642 (s390-te-linux64-expedite): Set.
1643 (s390x-te-linux64-expedite): Set.
1644 * features/s390-te-linux64.c: New file (generated).
1645 * features/s390x-te-linux64.c: New file (generated).
1646 * regformats/s390-te-linux64.dat: New file (generated).
1647 * regformats/s390x-te-linux64.dat: New file (generated).
1648 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1649 (HWCAP_S390_TE): Likewise.
1650 (S390_TDB_DWORD0_REGNUM): Likewise.
1651 (S390_TDB_DWORD0_REGNUM): Likewise.
1652 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1653 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1654 (S390_TDB_ATIA_REGNUM): Likewise.
1655 (S390_TDB_R0_REGNUM): Likewise.
1656 (S390_TDB_R1_REGNUM): Likewise.
1657 (S390_TDB_R2_REGNUM): Likewise.
1658 (S390_TDB_R3_REGNUM): Likewise.
1659 (S390_TDB_R4_REGNUM): Likewise.
1660 (S390_TDB_R5_REGNUM): Likewise.
1661 (S390_TDB_R6_REGNUM): Likewise.
1662 (S390_TDB_R7_REGNUM): Likewise.
1663 (S390_TDB_R8_REGNUM): Likewise.
1664 (S390_TDB_R9_REGNUM): Likewise.
1665 (S390_TDB_R10_REGNUM): Likewise.
1666 (S390_TDB_R11_REGNUM): Likewise.
1667 (S390_TDB_R12_REGNUM): Likewise.
1668 (S390_TDB_R13_REGNUM): Likewise.
1669 (S390_TDB_R14_REGNUM): Likewise.
1670 (S390_TDB_R15_REGNUM): Likewise.
1671 (S390_NUM_REGS): Increase.
1672 (S390_IS_TDBREGSET_REGNUM): New macro.
1673 (s390_regmap_tdb): Declare.
1674 (s390_sizeof_tdbregset): Define.
1675 (tdesc_s390_te_linux64): Declare.
1676 (tdesc_s390x_te_linux64): Likewise.
1677 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1678 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1679 (s390_regmap_tdb): New regmap.
1680 (s390_supply_tdb_regset): New function.
1681 (s390_tdb_regset): New regset.
1682 (s390_linux64v2_regset_sections): Add TDB regset to list.
1683 (s390x_linux64v2_regset_sections): Likewise.
1684 (s390_regset_from_core_section): Recognize TDB core note section.
1685 (s390_core_read_description): If HWCAP indicates TE support,
1686 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1687 (s390_gdbarch_init): Handle TDB regset.
1688 (_initialize_s390_tdep): Initialize new tdescs.
1689 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1690 (have_regset_tdb): New variable.
1691 (s390_native_supply): Support register invalidation.
1692 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1693 (check_regset): Treat ENODATA as "regset exists".
1694 (s390_linux_fetch_inferior_registers): Add TDB.
1695 (s390_read_description): Check for TDB existence and select
1696 appropriate tdesc.
1697 * gdbserver/Makefile.in (clean): Add removal of new makefile
1698 targets.
1699 (s390-te-linux64.c): New makefile target.
1700 (s390x-te-linux64.c): Likewise.
1701 * gdbserver/configure.srv (srv_regobj): Append new objects
1702 s390-te-linux64.o and s390x-te-linux64.o.
1703 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1704 s390x-te-linux64.xml, and s390-tdb.xml.
1705 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1706 declaration.
1707 (tdesc_s390_te_linux64): Likewise.
1708 (init_registers_s390x_te_linux64): Likewise.
1709 (tdesc_s390x_te_linux64): Likewise.
1710 (s390_check_regset): Treat ENODATA as "regset exists".
1711 (s390_arch_setup): Add TDB regset support.
1712 (initialize_low_arch): Initialize registers for new tdescs.
1713
1714 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1715
1716 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1717 (S390_IS_FPREGSET_REGNUM): New macro.
1718 * s390-tdep.c (s390_dwarf_regmap): Make const.
1719 (regnum_is_gpr_full): New function for replacing repeated code.
1720 (s390_pseudo_register_name): Use it.
1721 (s390_pseudo_register_type): Likewise.
1722 (s390_pseudo_register_read): Likewise.
1723 (s390_pseudo_register_write): Likewise.
1724 (s390_unwind_pseudo_register): Likewise.
1725 (s390_regmap_gregset): New format for regmap.
1726 (s390x_regmap_gregset): Likewise.
1727 (s390_regmap_fpregset): Likewise.
1728 (s390_regmap_upper): Likewise.
1729 (s390_regmap_last_break): Likewise.
1730 (s390_regmap_system_call): Likewise.
1731 (s390_supply_regset): Adjust to new regmap format.
1732 (s390_collect_regset): Likewise.
1733 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1734 (s390_native_collect): Likewise.
1735 (supply_gregset): Likewise.
1736 (fill_gregset): Likewise.
1737 (supply_fpregset): Likewise.
1738 (fill_fpregset): Likewise.
1739 (fetch_regset): Likewise.
1740 (store_regset): Likewise.
1741 (s390_linux_fetch_inferior_registers): Likewise.
1742 (s390_linux_fetch_inferior_registers): Likewise.
1743
1744 2013-09-12 Andrew Pinski <apinski@cavium.com>
1745
1746 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1747
1748 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1749
1750 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1751
1752 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1753
1754 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1755
1756 2013-09-06 Pedro Alves <palves@redhat.com>
1757
1758 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1759 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1760 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1761 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1762 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1763 gdb_stdlog.
1764
1765 2013-09-06 Pedro Alves <palves@redhat.com>
1766
1767 * remote-sim.c (dump_mem): Constify buf parameter.
1768 gdbsim_xfer_inferior_memory): Rename to ...
1769 (gdbsim_xfer_memory): ... this. Adjust interface as
1770 target_xfer_partial helper.
1771 (gdbsim_xfer_partial): New function.
1772 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1773 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1774
1775 2013-09-06 Pedro Alves <palves@redhat.com>
1776
1777 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1778 host_address_to_string, and send debug output to gdb_stdlog.
1779
1780 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1781
1782 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1783 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1784 gdb_target_obs for cris target.
1785 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1786 (cris_gdbarch_init): Move calls to
1787 set_gdbarch_fetch_tls_load_module_address and
1788 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1789 Add call to gdbarch_init_osabi.
1790 * cris-linux-tdep.c: New file.
1791 * cris-tdep.h: New file.
1792
1793 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1794
1795 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1796 to deprecated_init_ui_hook.
1797
1798 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1799
1800 * cli/cli-interp.c (_initialize_cli_interp): Add a
1801 command_loop_proc to interp_procs.
1802 * event-top.c (cli_command_loop): Change signature to match
1803 interp_command_loop_ftype.
1804 * event-top.h (cli_command_loop): Same.
1805 * interps.c (interp_new): Require every interpreter to have a
1806 command_loop_proc.
1807 (current_interp_command_loop): Just call the command_loop_proc on
1808 the current interpreter.
1809 * tui/tui-interp.c (_initialize_tui_interp): Add a
1810 command_loop_proc to interp_procs.
1811
1812 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1813
1814 * cris-tdep.c (cris_gdbarch_init): Add call to
1815 get_gdbarch_fetch_tls_load_module_address.
1816
1817 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1818
1819 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1820 (cris_elf_gregset_t): Rename from elf_gregset_t.
1821 (crisv32_elf_gregset_t): Adjust.
1822 (cris_supply_gregset, fetch_core_registers): Adjust.
1823
1824 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1825
1826 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1827
1828 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
1829
1830 * defs.h (deprecated_command_loop_hook): Remove, including
1831 references in comments.
1832 * interps.c (current_interp_command_loop): No longer use
1833 deprecated_command_loop_hook.
1834 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1835 setup.
1836 * top.c (deprecated_command_loop_hook): Remove.
1837
1838 2013-09-05 Pedro Alves <palves@redhat.com>
1839
1840 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1841 local is now int instead of ULONGEST. Print it with %d
1842 instead of paddress.
1843
1844 2013-09-05 Tristan Gingold <gingold@adacore.com>
1845
1846 * MAINTAINERS: Remove avr maintainership.
1847
1848 2013-09-05 Pedro Alves <palves@redhat.com>
1849
1850 * findvar.c (value_of_register): Rework in terms of
1851 value_of_register_lazy.
1852
1853 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1854
1855 * symfile.c (add_symbol_file_command): Remove trailing
1856 whitespaces and blank line after comment.
1857
1858 2013-09-05 Pedro Alves <palves@redhat.com>
1859
1860 * tui/tui-regs.c (tui_register_format): Don't look at the
1861 register's name here. Return string representing register
1862 value instead of storing it in the data element.
1863 (tui_get_register): Compare register string representations
1864 instead of register value states and contents.
1865
1866 2013-09-05 Pedro Alves <palves@redhat.com>
1867
1868 PR tui/15933
1869 * tui/tui-regs.c (tui_show_registers): Show registers of the
1870 selected frame, not the current frame.
1871
1872 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
1873
1874 * MAINTAINERS (Write After Approval): Add myself to the list.
1875
1876 2013-09-04 Doug Evans <dje@google.com>
1877
1878 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1879 (queue_and_load_dwo_tu): New function.
1880 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1881 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1882 Make dependent_cu optional.
1883 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1884 and an older .gdb_index is in use, queue and load all its TUs too.
1885
1886 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1889 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1890 variable search_flags.
1891 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1892 (OPF_RETURN_REALPATH): ... here.
1893 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1894 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1895 call. Twice.
1896 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1897 openp call.
1898 * solib.c (solib_find): Likewise. Four times.
1899 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1900 in the function comment and for the realpath_fptr variable.
1901 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1902 (find_and_open_source): Likewise. Twice.
1903 * symfile.c (symfile_bfd_open): Likewise, also twice.
1904
1905 2013-09-04 Doug Evans <dje@google.com>
1906
1907 * progspace.c (save_current_space_and_thread): Remove unnecessary
1908 call to save_current_inferior.
1909
1910 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
1911
1912 * sh64-tdep.c (sh64_do_register): Return after printing message
1913 about unavailable register contents.
1914
1915 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1916 Pedro Alves <palves@redhat.com>
1917
1918 * symfile.c (add_symbol_file_command): Error out on unknown
1919 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1920 options and collapse into single conditional branch.
1921
1922 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
1923
1924 * inf-child.c (inf_child_follow_fork): New parameter
1925 detach_fork.
1926 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1927 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1928 * inferior.h (detach_fork): Remove.
1929 * infrun.c (detach_fork): Adjust comment and make it
1930 static.
1931 (follow_fork): Pass detach_fork parameter to
1932 target_follow_fork.
1933 * linux-nat.c (linux_child_follow_fork): New parameter
1934 detach_fork.
1935 * target.c (target_follow_fork): New parameter detach_fork.
1936 Pass detach_fork as parameter and print its value.
1937 * target.h (struct target_ops) <to_follow_fork>: New int
1938 parameter.
1939 (target_follow_fork): New parameter detach_fork.
1940
1941 2013-09-03 Joel Brobecker <brobecker@adacore.com>
1942
1943 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1944 Replace sec->bfd by sec->the_bfd_section->owner.
1945
1946 2013-09-03 Yao Qi <yao@codesourcery.com>
1947
1948 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1949 from linux_has_shared_address_space.
1950 (linux_has_shared_address_space): Call linux_is_uclinux.
1951 * linux-tdep.h (linux_is_uclinux): Declare.
1952 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1953 linux_is_uclinux.
1954
1955 2013-09-03 Yao Qi <yao@codesourcery.com>
1956
1957 * config/djgpp/fnchange.lst: Remove entry of
1958 i386-interix-nat.c and i386-interix-tdep.c.
1959 * configure.ac: Remove '*-*-interix*'.
1960 * configure: Re-generated.
1961 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1962 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1963 obsolete comments.
1964 * osabi.c (gdb_osabi_names): Remove "Interix".
1965
1966 2013-09-03 Yao Qi <yao@codesourcery.com>
1967
1968 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1969
1970 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1971
1972 * record.h (record_print_flag) <record_print_src_line,
1973 record_print_insn_range>: Rename into ...
1974 (record_print_flag) <record_print_src_line,
1975 record_print_insn_range>: ... this. Update all users.
1976
1977 2013-09-02 Pierre Muller <muller@sourceware.org>
1978
1979 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1980 error code.
1981
1982 2013-09-02 Pierre Muller <muller@sourceware.org>
1983
1984 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1985 by use of plongest function.
1986
1987 2013-09-02 Tristan Gingold <gingold@adacore.com>
1988
1989 * NEWS: Add entry mentioning support for native Windows x64
1990 SEH data.
1991
1992 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1993 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1994 (struct amd64_windows_frame_cache): New struct.
1995 (amd64_windows_w2gdb_regnum): New global.
1996 (pc_in_range, amd64_windows_frame_decode_epilogue)
1997 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1998 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1999 (amd64_windows_frame_this_id): New functions.
2000 (amd64_windows_frame_unwind): New static global.
2001 (amd64_windows_skip_prologue): New function.
2002 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2003 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2004 with amd64_windows_skip_prologue.
2005
2006 2013-08-30 Joel Brobecker <brobecker@adacore.com>
2007
2008 GDB 7.6.1 released.
2009
2010 2013-08-30 Pedro Alves <palves@redhat.com>
2011
2012 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2013 SRC_AND_LOC.
2014
2015 2013-08-30 Pedro Alves <palves@redhat.com>
2016
2017 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2018 warning text.
2019
2020 2013-08-30 Pedro Alves <palves@redhat.com>
2021
2022 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2023 Adjust arguments to print_stack_frame.
2024
2025 2013-08-30 Pedro Alves <palves@redhat.com>
2026
2027 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2028
2029 2013-08-30 Pedro Alves <palves@redhat.com>
2030
2031 * frame.h (show_and_print_stack_frame): Delete declaration.
2032
2033 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2034
2035 PR python/15461
2036
2037 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2038 (archpy_name): Check for valid architecture.
2039 (archpy_disassemble): Ditto.
2040
2041 2013-08-29 Joel Brobecker <brobecker@adacore.com>
2042
2043 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2044 instead of "long long" in call to ptrace64.
2045
2046 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
2047
2048 * mi/mi-interp.c (mi_command_loop): Change signature to match
2049 interp_command_loop_ftype.
2050 (mi1_command_loop): Remove.
2051 (mi2_command_loop): Remove.
2052 (mi3_command_loop): Remove.
2053 (mi_interpreter_resume): Remove setting of
2054 deprecated_command_loop_hook.
2055 (_initialize_mi_interp): Set mi_command_loop as the command loop
2056 callback.
2057
2058 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2059
2060 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2061 value_type.
2062
2063 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2064
2065 * value.c (allocate_value_contents): Make static.
2066 * value.h (allocate_value_contents): Remove prototype.
2067
2068 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2069
2070 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2071 of assembling value via allocate_value_lazy and attribute setter.
2072 * findvar.c (default_read_var_value): Use value_at_lazy instead of
2073 assembling value via allocate_value_lazy and attribute setter.
2074 * valops.c (do_search_struct_field): Use value_at_lazy instead of
2075 assembling value via allocate_value_lazy and attribute setter.
2076
2077 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2078
2079 * value.c (value_from_contents_and_address): Replace allocate_value and
2080 memcpy with value_from_contents.
2081
2082 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2083
2084 * python/py-framefilter.c (py_print_frame): Remove usage of
2085 PyString_AsString. Use python_string_to_host_string instead.
2086 Refactor function to work with a string as a new allocation
2087 instead of a pointer.
2088 (py_print_frame): Ditto.
2089 * python/lib/gdb/frames.py (return_list): Cain iterators together
2090 instead of adding them as a list.
2091 (_sort_list): Call return_list, and remove duplicate code.
2092 (execute_frame_filters): Convert iterator to a list with list().
2093 * python/lib/gdb/command/frame_filters.py
2094 (SetFrameFilterPriority._set_filter_priority): Convert priority
2095 attribute to an integer.
2096 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2097 wrapper function __next__.
2098 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2099 define as "str".
2100
2101 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2102
2103 PR python/15752
2104 * python/py-framefilter.c (apply_frame_filter): Check
2105 gdb_python_initialized. Exit if the Python frame-filter code
2106 cannot be initialized.
2107
2108 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2109
2110 PR cli/15842
2111 * top.c (print_gdb_version): Remove erroneous newline after help
2112 text.
2113
2114 2013-08-29 Yao Qi <yao@codesourcery.com>
2115
2116 * varobj.c (install_dynamic_child): Remove trailing space.
2117 Add one blank line after variable declaration.
2118
2119 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 PR gdb/15415
2122 * corefile.c (get_exec_file): Use exec_filename.
2123 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2124 * exec.c (exec_close): Free EXEC_FILENAME.
2125 (exec_file_attach): New variable canonical_pathname. Use
2126 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2127 EXEC_FILENAME.
2128 * exec.h (exec_filename): New.
2129 * inferior.c (print_inferior, inferior_command): Use
2130 PSPACE_EXEC_FILENAME.
2131 * mi/mi-main.c (print_one_inferior): Likewise.
2132 * progspace.c (clone_program_space, print_program_space): Likewise.
2133 * progspace.h (struct program_space): New field pspace_exec_filename.
2134 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2135 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2136
2137 2013-08-28 Will Newton <will.newton@linaro.org>
2138
2139 * common/linux-ptrace.c: Include stdint.h unconditionally.
2140
2141 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 Code cleanup.
2144 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2145
2146 2013-08-28 Yao Qi <yao@codesourcery.com>
2147 Pedro Alves <palves@redhat.com>
2148
2149 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2150 instead of stdio_fileopen.
2151 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2152 .Call stderr_fileopen instead of stdio_fileopen.
2153 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2154 [__MINGW32__] (stderr_file_fputs): New function.
2155 (stderr_fileopen): New function.
2156 * ui-file.h (stderr_fileopen): Declare.
2157
2158 2013-08-27 Doug Evans <dje@google.com>
2159
2160 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2161 (struct dwarf2_per_cu_data): Ditto.
2162 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2163 (process_imported_unit_die): Ditto.
2164 (follow_die_sig_1): Simplify assert.
2165
2166 2013-08-27 Pedro Alves <palves@redhat.com>
2167
2168 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2169 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2170 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2171 windows_xfer_memory directly.
2172 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2173
2174 2013-08-27 Pedro Alves <palves@redhat.com>
2175
2176 * darwin-nat.c (darwin_xfer_memory): Delete.
2177 (_initialize_darwin_inferior): Don't install a
2178 deprecated_xfer_memory method.
2179
2180 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2181 Yao Qi <yao@codesourcery.com>
2182
2183 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2184 (parse_no_frames_option): Remove.
2185 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2186 (mi_cmd_stack_list_args): Adjust.
2187 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2188 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2189 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2190 Caller update.
2191 (list_args_or_locals): New parameter 'skip_unavailable'.
2192 Handle it.
2193 * valprint.c (scalar_type_p): Rename to ...
2194 (val_print_scalar_type_p): ... this. Make extern.
2195 (val_print, value_check_printable): Adjust.
2196 * valprint.h (val_print_scalar_type_p): Declare.
2197 * value.c (value_entirely_unavailable): New function.
2198 * value.h (value_entirely_unavailable): Declare.
2199
2200 * NEWS: Mention the new option "--skip-unavailable" to MI
2201 commands '-stack-list-locals', '-stack-list-arguments' and
2202 '-stack-list-variables'.
2203
2204 2013-08-27 Yao Qi <yao@codesourcery.com>
2205
2206 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2207 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2208 options.
2209 * mi/mi-getopt.c (mi_getopt): Remove.
2210 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2211 'error_on_unknown'.
2212 (mi_getopt): Call mi_getopt_1.
2213 (mi_getopt_silent): New.
2214 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2215
2216 2013-08-26 Doug Evans <dje@google.com>
2217
2218 PR symtab/15885
2219 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2220 .gdb_index is in use.
2221 * symfile.c (reread_symbols): Reset objfile->sf.
2222
2223 * NEWS: Document "mt print objfiles" now takes optional regexp.
2224 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2225 regexp of objfiles to print.
2226 (_initialize_symmisc): Update doc string for "mt print objfiles".
2227
2228 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2229 missing debug info checks.
2230
2231 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2232 Ulrich Weigand <uweigand@de.ibm.com>
2233
2234 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2235 line tables generated by XLC compiled binaries.
2236
2237 2013-08-23 Doug Evans <dje@google.com>
2238
2239 * symmisc.c (dump_symtab): Delete prototype.
2240 (dump_msymbols, dump_objfile): Ditto.
2241 (maintenance_info_symtabs): Mark as dont_repeat.
2242 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2243
2244 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2245 debugging printf to better location.
2246
2247 2013-08-23 Pedro Alves <palves@redhat.com>
2248
2249 * target.c (target_read_live_memory): Change type of 'ret' local
2250 to LONGEST.
2251
2252 2013-08-23 Pedro Alves <palves@redhat.com>
2253
2254 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2255 (remote_read_bytes): Change return type to LONGEST, and adjust to
2256 return a target_xfer_error on error.
2257 (remote_xfer_memory): Delete.
2258 (remote_flash_write): Change type of 'ret' local to LONGEST.
2259 (remote_xfer_partial, remote_xfer_partial): Adjust.
2260 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2261
2262 2013-08-23 Pierre Muller <muller@sourceware.org>
2263
2264 ARI fix: Push # directives to start of line.
2265 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2266
2267 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2268
2269 PR gdb/15501
2270 * breakpoint.c (enable_command, disable_command): Iterate over
2271 all specified breakpoint locations.
2272
2273 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2274
2275 * common/linux-ptrace.c (linux_fork_to_function): Push #
2276 directives to the start of the line.
2277 (linux_check_ptrace_features): Fix warning message to use
2278 the "_" markup.
2279
2280 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2281
2282 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2283 nat/linux-waitpid.h.
2284 (linux-waitpid.o): New object file rule.
2285 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2286 (current_ptrace_options): Moved from linux-nat.c.
2287 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2288 parameters.
2289 (linux_fork_to_function): New function.
2290 (linux_grandchild_function): Likewise.
2291 (linux_child_function): Likewise.
2292 (linux_check_ptrace_features): New function, heavily
2293 based on linux-nat.c:linux_test_for_tracefork.
2294 (linux_enable_event_reporting): New function.
2295 (ptrace_supports_feature): Likewise.
2296 (linux_supports_tracefork): Likewise.
2297 (linux_supports_traceclone): Likewise.
2298 (linux_supports_tracevforkdone): Likewise.
2299 (linux_supports_tracesysgood): Likewise.
2300 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2301 gdbserver/linux-low.c.
2302 (linux_enable_event_reporting): New declaration.
2303 (linux_supports_tracefork): Likewise.
2304 (linux_supports_traceclone): Likewise.
2305 (linux_supports_tracevforkdone): Likewise.
2306 (linux_supports_tracesysgood): Likewise.
2307 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2308 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2309 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2310 * config/arm/linux.mh (NATDEPFILES): Likewise.
2311 * config/i386/linux.mh (NATDEPFILES): Likewise.
2312 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2313 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2314 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2315 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2316 * config/mips/linux.mh (NATDEPFILES): Likewise.
2317 * config/pa/linux.mh (NATDEPFILES): Likewise..
2318 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2319 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2320 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2321 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2322 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2323 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2324 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2325 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2326 ptrace's 4th argument's types.
2327 Check the type of PTRACE_TYPE_ARG4.
2328 * configure: Regenerate.
2329 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2330 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2331 (linux_supports_tracefork_flag): Remove.
2332 (linux_supports_tracesysgood_flag): Likewise.
2333 (linux_supports_tracevforkdone_flag): Likewise.
2334 (current_ptrace_options): Moved to
2335 common/linux-ptrace.c.
2336 (linux_tracefork_child): Remove.
2337 (my_waitpid): Remove.
2338 (linux_test_for_tracefork): Renamed to
2339 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2340 (linux_test_for_tracesysgood): Remove.
2341 (linux_supports_tracesysgood): Remove.
2342 (linux_supports_tracefork): Remove.
2343 (linux_supports_tracevforkdone): Remove.
2344 (linux_enable_tracesysgood): Remove.
2345 (linux_enable_event_reporting): Remove.
2346 (linux_init_ptrace): New function.
2347 (linux_child_post_attach): Call linux_init_ptrace.
2348 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2349 (linux_child_follow_fork): Call linux_supports_tracefork
2350 and linux_supports_tracevforkdone.
2351 (linux_child_insert_fork_catchpoint): Call
2352 linux_supports_tracefork.
2353 (linux_child_insert_vfork_catchpoint): Likewise.
2354 (linux_child_set_syscall_catchpoint): Call
2355 linux_supports_tracesysgood.
2356 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2357 * nat/linux-nat.h: New file.
2358 * nat/linux-waitpid.c: New file.
2359 * nat/linux-waitpid.h: New file.
2360
2361 2013-08-22 Samuel Bronson <naesten@gmail.com>
2362
2363 ARM Linux support for `catch syscall'.
2364 * syscalls/arm-linux.py: New file.
2365 * syscalls/arm-linux.xml: Likewise.
2366 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2367 (arm_linux_init_abi): Register the new function and syscall xml file.
2368 * data-directory/Makefile.in: Install the new syscall xml file.
2369 * NEWS: Brag about this.
2370
2371 2013-08-22 Pedro Alves <palves@redhat.com>
2372
2373 PR gdb/15871
2374 * corefile.c (target_xfer_memory_error): New function.
2375 (memory_error): Defer EIO to target_memory_error.
2376 (read_memory): Use target_xfer_partial, and handle finer-grained
2377 target xfer errors.
2378 * target.c (target_xfer_error_to_string): New function.
2379 (memory_xfer_partial_1): If memory is known to be
2380 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2381 (target_xfer_partial): Make extern.
2382 * target.h (enum target_xfer_error): New enum.
2383 (target_xfer_error_to_string): Declare function.
2384 (target_xfer_partial): Declare function.
2385 (struct target_ops) <xfer_partial>: Adjust describing comment.
2386
2387 2013-08-22 Alan Modra <amodra@gmail.com>
2388
2389 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2390 * configure.tgt: Likewise as targets.
2391
2392 2013-08-20 Doug Evans <dje@google.com>
2393
2394 * buildsym.c (subfile_stack): Move here from buildsym.h.
2395 (pending_macros): Ditto.
2396 (get_macro_table): New function.
2397 (buildsym_init): Initialize subfile_stack.
2398 * coffread.c (type_vector,type_vector_length): Moved here from
2399 buildsym.h.
2400 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2401 (coff_symtab_read): Use it.
2402 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2403 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2404 with call to get_macro_table.
2405 * stabsread.c (type_vector,type_vector_length): Moved here from
2406 buildsym.h.
2407 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2408 * buildsym.h (get_macro_table): Declare.
2409
2410 2013-08-20 Tom Tromey <tromey@redhat.com>
2411
2412 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2413 Update.
2414 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2415
2416 2013-08-20 Doug Evans <dje@google.com>
2417
2418 * blockframe.c: Remove #include "psymtab.h".
2419 * cp-support.c: Ditto.
2420 * source.c: Ditto.
2421 * stack.c: Ditto.
2422
2423 2013-08-20 Tom Tromey <tromey@redhat.com>
2424
2425 PR python/15816:
2426 * exceptions.h (return_mask): Now an enum.
2427 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2428 enum constants.
2429
2430 2013-08-20 Tom Tromey <tromey@redhat.com>
2431
2432 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2433 get_objfile_arch.
2434 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2435 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2436 * jit.c (jit_object_close_impl): Update.
2437 * jv-lang.c (get_dynamics_objfile): Update.
2438 * linespec.c (add_minsym): Use get_dynamics_objfile.
2439 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2440 (allocate_objfile): Don't initialize 'gdbarch' field.
2441 (get_objfile_arch): Update.
2442 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2443 moved from...
2444 (struct objfile) <gdbarch>: ... here. Remove.
2445 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2446 get_objfile_arch.
2447 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2448
2449 2013-08-20 Alan Modra <amodra@gmail.com>
2450
2451 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2452 for IBM long double nan and inf.
2453 (floatformat_is_negative, floatformat_classify,
2454 floatformat_mantissa): Similarly.
2455 (floatformat_ieee_single, floatformat_ieee_double,
2456 floatformat_ieee_quad, floatformat_arm_ext,
2457 floatformat_ia64_spill): Delete unused vars.
2458 (_initialize_doublest): Delete unused function.
2459 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2460 little-endian variants of floatformat_ibm_long_double.
2461
2462 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2463
2464 * Makefile.in (SFILES): Remove common/target-common.c and
2465 add target/waitstatus.c.
2466 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2467 target/resume.h, target/wait.h and target/waitstatus.h.
2468 (COMMON_OBS): Remove target-common.o and add
2469 waitstatus.o.
2470 (target-common.o): Remove.
2471 (waitstatus.o): New target object file.
2472 * common/target-common.c: Move contents to
2473 target/waitstatus.c and remove.
2474 * common/target-common.h: Move contents to other files and
2475 remove.
2476 (enum resume_kind: Move to target/resume.h.
2477 (TARGET_WNOHANG): Move to target/wait.h.
2478 (enum target_waitkind): Move to target/waitstatus.h.
2479 (struct target_waitstatus): Likewise.
2480 * target.h: Do not include target-common.h and
2481 include target/resume.h, target/wait.h and
2482 target/waitstatus.h.
2483 * target/resume.h: New file.
2484 * target/wait.h: New file.
2485 * target/waitstatus.h: New file.
2486 * target/waitstatus.c: New file.
2487
2488 2013-08-19 Pedro Alves <palves@redhat.com>
2489
2490 * linux-nat.c (linux_test_for_tracefork)
2491 (linux_test_for_tracesysgood, linux_child_follow_fork)
2492 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2493 (linux_nat_wait_1): Extend comment.
2494 (linux_async_pipe): Add comment.
2495
2496 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2497
2498 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2499 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2500 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2501 Update to account for fact that PC is now a pseudo-register.
2502 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2503 cases for RL78_PC_REGNUM.
2504
2505 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2506
2507 PR cli/15841
2508 * top.c (quit_force): Skip writing history file
2509 if input is not from terminal.
2510
2511 2013-08-14 Tom Tromey <tromey@redhat.com>
2512
2513 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2514 resultthreadlist>: New fields.
2515 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2516 (remote_get_threadlist, remote_threadlist_iterator): Use
2517 new fields. Remove static variables.
2518
2519 2013-08-14 Tom Tromey <tromey@redhat.com>
2520
2521 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2522 remote_watch_data_address>: New fields.
2523 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2524 (process_stop_reply, remote_wait_as)
2525 (remote_check_watch_resources, remote_stopped_data_address): Update.
2526
2527 2013-08-14 Tom Tromey <tromey@redhat.com>
2528
2529 * remote.c (struct remote_state) <async_client_callback,
2530 async_client_context>: New fields.
2531 (async_client_callback, async_client_context): Remove.
2532 (remote_async_serial_handler, remote_async): Update.
2533
2534 2013-08-14 Tom Tromey <tromey@redhat.com>
2535
2536 * remote.c (sizeof_pkt): Remove.
2537 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2538
2539 2013-08-14 Tom Tromey <tromey@redhat.com>
2540
2541 * remote.c (struct remote_state) <use_threadinfo_query,
2542 use_threadextra_query>: New fields.
2543 (remote_threads_info, remote_threads_extra_info)
2544 (remote_open_1): Update.
2545
2546 2013-08-14 Tom Tromey <tromey@redhat.com>
2547
2548 * remote.c (struct remote_state) <finished_object,
2549 finished_annex, finished_offset>: New fields.
2550 (remote_read_qxfer): Use remote_state fields; remove static
2551 variables.
2552
2553 2013-08-14 Tom Tromey <tromey@redhat.com>
2554
2555 * remote.c (struct remote_state) <last_sent_step>:
2556 New field.
2557 (last_sent_step): Remove.
2558 (remote_resume, remote_wait_as): Update.
2559
2560 2013-08-14 Tom Tromey <tromey@redhat.com>
2561
2562 * remote.c (struct remote_state) <last_sent_signal>:
2563 New field.
2564 (last_sent_signal): Remove.
2565 (new_remote_state, remote_resume, remote_wait_as): Update.
2566
2567 2013-08-14 Tom Tromey <tromey@redhat.com>
2568
2569 * remote.c (struct remote_state) <last_program_signals_packet>:
2570 New field.
2571 (last_program_signals_packet): Remove.
2572 (remote_program_signals, remote_open_1): Update.
2573
2574 2013-08-14 Tom Tromey <tromey@redhat.com>
2575
2576 * remote.c (struct remote_state) <last_pass_packet>:
2577 New field.
2578 (last_pass_packet): Remove.
2579 (remote_pass_signals, remote_open_1): Update.
2580
2581 2013-08-14 Tom Tromey <tromey@redhat.com>
2582
2583 * remote.c (struct remote_state) <remote_traceframe_number>:
2584 New field.
2585 (remote_traceframe_number): Remove.
2586 (new_remote_state, remote_open_1, set_remote_traceframe)
2587 (remote_trace_find): Update.
2588
2589 2013-08-14 Tom Tromey <tromey@redhat.com>
2590
2591 * remote.c (struct remote_state) <general_thread, continue_thread>:
2592 New fields.
2593 (general_thread, continue_thread): Remove.
2594 (record_currthread, set_thread, set_general_process)
2595 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2596 (extended_remote_mourn_1): Update.
2597
2598 2013-08-14 Tom Tromey <tromey@redhat.com>
2599
2600 * remote.c (struct remote_state) <remote_desc>: New field.
2601 (remote_desc): Remove.
2602 (remote_threads_info, remote_threads_extra_info, remote_close)
2603 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2604 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2605 (remote_hostio_send_command, remote_file_put, remote_file_get)
2606 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2607 (remote_async, remote_new_objfile, set_range_stepping): Update.
2608
2609 2013-08-14 Tom Tromey <tromey@redhat.com>
2610
2611 * remote.c (remote_state): Now a pointer.
2612 (get_remote_state_raw): Update.
2613 (new_remote_state): New function.
2614 (_initialize_remote): Use new_remote_state.
2615
2616 2013-08-14 Tom Tromey <tromey@redhat.com>
2617
2618 * remote.c (remote_protocol_features): Now const.
2619
2620 2013-08-14 Tom Tromey <tromey@redhat.com>
2621
2622 * remote.c (crc32_table, crc32): Remove.
2623 (remote_verify_memory): Use xcrc32.
2624
2625 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2626
2627 * value.h (create_internalvar_type_lazy): Adjust prototype
2628 declaration.
2629
2630 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2631
2632 * common/format.c (parse_format_string): Don't allow '#' flag for
2633 pointer arguments in format string.
2634
2635 2013-08-13 Pierre Muller <muller@sourceware.org>
2636
2637 * utils.c (init_page_info): Only call tgetnum function
2638 if rl_get_screen_size did not return useful values.
2639
2640 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2641
2642 PR breakpoints/15117
2643 * linespec.c (linespec_parse_basic): Check for convenience
2644 variable or history value while parsing.
2645
2646 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2647
2648 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2649 AVR.
2650 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2651 different signals between the generic Linux kernel implementation
2652 and AVR's.
2653 (avr_linux_gdb_signal_from_target): Delete.
2654 (avr_linux_gdb_signal_to_target): Delete.
2655 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2656
2657 2013-08-09 Doug Evans <dje@google.com>
2658
2659 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2660 entries.
2661
2662 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2663
2664 * linux-tdep.c: Define enum with generic signal numbers.
2665 (linux_gdb_signal_from_target): New function.
2666 (linux_gdb_signal_to_target): Likewise.
2667 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2668 methods to the functions above.
2669 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2670 (linux_gdb_signal_to_target): Likewise.
2671 * alpha-linux-tdep.c: Define new enum with signals different
2672 from generic Linux kernel.
2673 (alpha_linux_gdb_signal_from_target): New function.
2674 (alpha_linux_gdb_signal_to_target): Likewise.
2675 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2676 with the functions mentioned above.
2677 * avr-tdep.c: Define enum with differences between Linux kernel
2678 and AVR signals.
2679 (avr_linux_gdb_signal_from_target): New function.
2680 (avr_linux_gdb_signal_to_target): Likewise.
2681 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2682 the functions mentioned above.
2683 * sparc-linux-tdep.c: Define enum with differences between SPARC
2684 and generic Linux kernel signal numbers.
2685 (sparc32_linux_gdb_signal_from_target): New function.
2686 (sparc32_linux_gdb_signal_to_target): Likewise.
2687 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2688 to the functions defined above.
2689 * xtensa-linux-tdep.c: Define enum with differences between
2690 Xtensa and Linux kernel generic signals.
2691 (xtensa_linux_gdb_signal_from_target): New function.
2692 (xtensa_linux_gdb_signal_to_target): Likewise.
2693 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2694 to the functions defined above.
2695 * mips-linux-tdep.c: Define enum with differences between
2696 signals in MIPS and Linux kernel generic ones.
2697 (mips_gdb_signal_to_target): New function.
2698 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2699 only different signals from the Linux kernel generic.
2700 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2701 the functions defined above.
2702 * mips-linux-tdep.h (enum mips_signals): Remove.
2703
2704 2013-08-09 Pedro Alves <palves@redhat.com>
2705
2706 * avr-tdep.c (XMALLOC): Delete macro.
2707 * cli/cli-dump.c (XMALLOC): Delete macro.
2708
2709 2013-08-09 Pedro Alves <palves@redhat.com>
2710
2711 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2712 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2713 (fopen_with_cleanup, add_dump_command): Make static.
2714 * cli/cli-dump.h: Delete file.
2715 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2716 cli/cli-dump.h.
2717
2718 2013-08-09 Pedro Alves <palves@redhat.com>
2719
2720 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2721 error message.
2722
2723 2013-08-09 Pedro Alves <palves@redhat.com>
2724
2725 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2726 error message.
2727
2728 2013-08-09 Pedro Alves <palves@redhat.com>
2729
2730 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2731 (gcore_command): Use tilde_expand here, and when showing the
2732 filename to the user, show the expanded version.
2733
2734 2013-08-09 Yao Qi <yao@codesourcery.com>
2735
2736 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2737 'entryval' is set.
2738
2739 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2740
2741 * gcore.c (create_gcore_bfd): Use tilde_expand.
2742
2743 2013-08-08 Yao Qi <yao@codesourcery.com>
2744
2745 * frame.h (read_frame_local): Declare.
2746 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2747 read_frame_local.
2748 * stack.c (read_frame_local): New.
2749
2750 2013-08-08 Yao Qi <yao@codesourcery.com>
2751
2752 * mi/mi-cmd-stack.c: Update comments to function
2753 list_args_or_locals.
2754
2755 2013-08-07 Tom Tromey <tromey@redhat.com>
2756
2757 PR symtab/15028:
2758 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2759 (process_psymtab_comp_unit_reader): Use it.
2760 (process_psymtab_comp_unit): Update. Add "pretend_language"
2761 argument.
2762 (dwarf2_build_psymtabs_hard): Update.
2763 (scan_partial_symbols): Pass CU's language to
2764 process_psymtab_comp_unit.
2765
2766 2013-08-07 Tom Tromey <tromey@redhat.com>
2767
2768 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2769 (dwarf2_gdb_index_functions): Update.
2770 * psymtab.c (find_symbol_file_from_partial): Remove.
2771 (psym_functions): Update.
2772 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2773 Remove.
2774
2775 2013-08-07 Tom Tromey <tromey@redhat.com>
2776
2777 * symfile.c (set_initial_language): Look up "main" symbol
2778 and use its language.
2779 * symtab.c (find_main_filename): Remove.
2780 * symtab.h (find_main_filename): Remove.
2781
2782 2013-08-07 Tom Tromey <tromey@redhat.com>
2783
2784 * dwarf2read.c (recursively_compute_inclusions): Add
2785 "immediate_parent" argument. Set symtab's "user" field
2786 if not set.
2787 (compute_symtab_includes): Update.
2788
2789 2013-08-07 Tom Tromey <tromey@redhat.com>
2790
2791 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2792 when adding label symbols.
2793
2794 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2795 Ulrich Weigand <uweigand@de.ibm.com>
2796
2797 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2798 * configure.host (powerpc64-*-aix*): Likewise.
2799
2800 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2801 Ulrich Weigand <uweigand@de.ibm.com>
2802
2803 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2804 is defined.
2805 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2806 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2807 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2808 * configure.ac: Check for ptrace64.
2809 * configure, config.in: Regenerate.
2810
2811 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2812 Ulrich Weigand <uweigand@de.ibm.com>
2813
2814 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2815 Call ptrace64 instead of ptrace if defined.
2816 Add macro addr_ptr to take care of ptrace address argument.
2817 (pdc_read_regs): Likewise.
2818 (pdc_write_regs): Likewise.
2819 (aix_thread_resume): Likewise.
2820 (fetch_regs_kernel_thread): Likewise.
2821 (store_regs_kernel_thread): Likewise.
2822
2823 2013-08-07 Anton Blanchard <anton@samba.org>
2824
2825 * MAINTAINERS: Add myself to Write After Approval.
2826
2827 2013-08-05 Tom Tromey <tromey@redhat.com>
2828
2829 * aix-thread.c (_initialize_aix_thread): Use
2830 complete_target_initialization.
2831 * bsd-uthread.c (_initialize_bsd_uthread): Use
2832 complete_target_initialization.
2833 * dec-thread.c (_initialize_dec_thread): Use
2834 complete_target_initialization.
2835 * ravenscar-thread.c (_initialize_ravenscar): Use
2836 complete_target_initialization.
2837 * sol-thread.c (_initialize_sol_thread): Use
2838 complete_target_initialization.
2839 * spu-multiarch.c (_initialize_spu_multiarch): Use
2840 complete_target_initialization.
2841
2842 2013-08-05 Tom Tromey <tromey@redhat.com>
2843
2844 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2845 * ada-lang.c (ada_lookup_simple_minsym): Return
2846 bound_minimal_symbol.
2847 * ada-lang.h (ada_lookup_simple_minsym): Update.
2848 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2849 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2850 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2851 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2852 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2853 * minsyms.c (msymbol_objfile): Remove.
2854 (lookup_minimal_symbol_internal): New function, from
2855 lookup_minimal_symbol.
2856 (lookup_minimal_symbol): Rewrite using
2857 lookup_minimal_symbol_internal.
2858 (lookup_bound_minimal_symbol): New function.
2859 * minsyms.h (msymbol_objfile): Remove.
2860 (lookup_bound_minimal_symbol): Declare.
2861 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2862 * parse.c (write_exp_msymbol): Change parameter to a
2863 bound_minimal_symbol.
2864 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2865 * parser-defs.h (write_exp_msymbol): Update.
2866 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2867 * symfile.c (simple_read_overlay_table): Use
2868 lookup_bound_minimal_symbol.
2869 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2870 (search_symbols): Likewise.
2871 (print_msymbol_info): Take a bound_minimal_symbol argument.
2872 (symtab_symbol_info, rbreak_command): Update.
2873 * symtab.h (struct symbol_search) <msymbol>: Change type
2874 to bound_minimal_symbol.
2875 * valops.c (find_function_in_inferior): Use
2876 lookup_bound_minimal_symbol.
2877 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2878
2879 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 Code cleanup.
2882 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2883 to ...
2884 (async_cleanup_sigint_signal_handler): ... this.
2885 (initialize_sigint_signal_handler): Remove declaration.
2886 (handle_remote_sigint): Rename the declaration to ...
2887 (async_handle_remote_sigint): ... this.
2888 (handle_remote_sigint_twice): Rename the declaration to ...
2889 (async_handle_remote_sigint_twice): ... this.
2890 (async_remote_interrupt, async_remote_interrupt_twice)
2891 (remote_interrupt): Remove the declarations.
2892 (remote_interrupt_twice): Rename the declaration ...
2893 (sync_remote_interrupt_twice): ... this.
2894 (sigint_remote_twice_token): Rename the variable to ...
2895 (async_sigint_remote_twice_token): ... this.
2896 (sigint_remote_token): Rename the variable to ...
2897 (async_sigint_remote_token): ... this.
2898 (initialize_sigint_signal_handler): Rename the function to ...
2899 (async_initialize_sigint_signal_handler): ... this. Update the name
2900 inside.
2901 (handle_remote_sigint): Rename the function to ...
2902 (async_handle_remote_sigint): ... this. Update the names inside.
2903 (handle_remote_sigint_twice): Rename the function to ...
2904 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2905 (cleanup_sigint_signal_handler): Rename the function to ...
2906 (async_cleanup_sigint_signal_handler): ... this.
2907 (remote_interrupt): Rename the function to ...
2908 (sync_remote_interrupt): this. Update the names inside.
2909 (remote_interrupt_twice): Rename the function to ...
2910 (sync_remote_interrupt_twice): this. Update the names inside.
2911 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2912 (_initialize_remote): Update the names inside.
2913
2914 2013-08-02 Tom Tromey <tromey@redhat.com>
2915
2916 PR symtab/15719:
2917 * breakpoint.c (update_watchpoint, watchpoint_check)
2918 (watch_command_1): Update.
2919 * eval.c (fetch_subexp_value): Add "preserve_errors"
2920 parameter.
2921 * ppc-linux-nat.c (check_condition): Update.
2922 * value.h (fetch_subexp_value): Update.
2923
2924 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
2925
2926 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2927 add_file_handler.
2928
2929 2013-08-01 Doug Evans <dje@google.com>
2930
2931 PR symtab/15691
2932 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2933 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2934 Add assert of sig_entry->dwo_unit == NULL.
2935 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2936 had already been read.
2937 (read_signatured_type): Set per_cu.tu_read.
2938
2939 PR symtab/15695
2940 * valops.c (value_struct_elt): Add missing call to check_typedef.
2941 (value_find_oload_method_list): Ditto.
2942
2943 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2944 effectively, struct symbol_search **.
2945 (make_cleanup_free_search_symbols): Change arg to struct
2946 symbol_search **. All callers updated.
2947 (compare_search_syms): Compare symtab file name and block as well.
2948 (search_symbols_equal): New function.
2949 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2950 New args new_head, new_tail. Result is now void. Remove dups after
2951 sorting the symbols.
2952 (search_symbols): Sort all found symbols once, after all have been
2953 found, and remove duplicates. Simplify cleanup tracking of result.
2954 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2955
2956 Further workarounds for binutils/15021.
2957 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2958 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2959 Watch for duplicate symtabs coming from type units.
2960 (compute_symtab_includes): Update call to
2961 recursively_compute_inclusions. Build vector of included symtabs
2962 instead of per_cus.
2963 * symtab.h (symtab_ptr): New typedef.
2964 (DEF_VEC_P (symtab_ptr)): New VEC type.
2965 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2966 instead.
2967
2968 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
2969
2970 * cli/cli-script.c (script_from_file): Remove use of
2971 error_pre_print.
2972 * main.c (captured_main): Remove use of error_pre_print and
2973 quit_pre_print.
2974 * utils.c (error_pre_print, quit_pre_print): Remove.
2975 * utils.h (error_pre_print, quit_pre_print): Likewise.
2976
2977 2013-08-01 Yao Qi <yao@codesourcery.com>
2978
2979 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2980 with mi_getopt.
2981 (mi_cmd_stack_list_variables): Likewise.
2982
2983 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2984
2985 * exceptions.c (deprecated_throw_reason): Remove.
2986 * exceptions.h (deprecated_throw_reason): Remove.
2987
2988 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2989
2990 * remote-mips.c (mips_error): Replace use of
2991 deprecated_throw_reason with throw_verror. Use the error message
2992 passed to mips_error as the error message for throw_verror.
2993
2994 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2995
2996 * monitor.c (monitor_interrupt_query): Replace use of
2997 deprecated_throw_reason with quit.
2998 * nto-procfs.c (interrupt_query): Likewise.
2999 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3000 * remote-mips.c (mips_kill): Likewise.
3001 * remote.c (interrupt_query): Likewise.
3002
3003 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3004
3005 * utils.c (internal_verror): Replace use of deprecated_throw_reason
3006 with call to fatal.
3007
3008 2013-07-31 Pedro Alves <pedro@codesourcery.com>
3009 Yao Qi <yao@codesourcery.com>
3010
3011 * tracepoint.c (trace_dump_command): Select the current frame.
3012
3013 2013-07-30 Doug Evans <dje@google.com>
3014
3015 * dwarf2read.c (process_queue): Add type signature to debug output.
3016
3017 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3018
3019 * value.c (value_fetch_lazy): Mark optimized out values as such
3020 rather than raising an error.
3021
3022 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3023
3024 * value.c (value_fetch_lazy): Ensure parent value is not lazy
3025 before checking which bits of the parent, not the child, value are
3026 valid.
3027
3028 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
3029
3030 PR gdb/15715
3031 * top.c: Include "filenames.h".
3032 (set_history_filename): New function.
3033 (init_main): Install it as set hook of the "set history filename"
3034 command.
3035
3036 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3037
3038 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3039 attribute parameter.
3040 (dwarf2_const_value_data): Constify struct attribute parameter.
3041 (dwarf2_const_value): Constify struct attribute parameter.
3042 (dwarf2_const_value_attr): Constify struct attribute parameter.
3043 (lookup_die_type): Constify struct attribute parameter.
3044 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3045 (follow_die_ref_or_sig): Constify struct attribute parameter.
3046 (follow_die_ref): Constify struct attribute parameter.
3047 (follow_die_sig): Constify struct attribute parameter.
3048 (get_DW_AT_signature_type): Constify struct attribute parameter.
3049 (get_type_unit_group): Constify struct attribute parameter.
3050 (fill_in_loclist_baton): Constify struct attribute parameter.
3051 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3052 (type_unit_group): Constify struct attribute parameter.
3053
3054 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3055
3056 * dwarf2read.c (attr_form_is_block): Make argument const.
3057 (attr_form_is_section_offset): Make argument const.
3058 (attr_form_is_constant): Make argument const.
3059 (attr_form_is_ref): Make argument const.
3060
3061 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3062
3063 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3064 All uses updated.
3065 (attr_form_is_ref): Moved below attr_form_is_constant.
3066
3067 2013-07-29 Doug Evans <dje@google.com>
3068
3069 * main.c (captured_command_loop): Tweak comment.
3070
3071 * target.c (target_async_permitted_1): Fix comment.
3072
3073 * symtab.c (iterate_over_some_symtabs): Add comment.
3074
3075 * symtab.c (iterate_over_some_symtabs): Fix indentation.
3076
3077 2013-07-27 Yao Qi <yao@codesourcery.com>
3078
3079 * NEWS: Mention that GDBserver now supports hardware
3080 watchpoints on the MIPS GNU/Linux target.
3081
3082 2013-07-27 Yao Qi <yao@codesourcery.com>
3083
3084 * Makefile.in (HFILES_NO_SRCDIR): Add
3085 common/mips-linux-watch.h.
3086 (mips-linux-watch.o): New rule.
3087 * common/mips-linux-watch.c: New.
3088 * common/mips-linux-watch.h: New.
3089 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3090 * mips-linux-nat.c: Include mips-linux-watch.h.
3091 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3092 to common/mips-linux-watch.h.
3093 (MAX_DEBUG_REGISTER): Likewise.
3094 (enum pt_watch_style): Likewise.
3095 (struct mips32_watch_regs): Likewise.
3096 (struct mips64_watch_regs): Likewise.
3097 (struct pt_watch_regs): Likewise.
3098 (struct mips_watchpoint): Likewise.
3099 (mips_linux_watch_get_irw_mask): Move to
3100 common/mips-linux-watch.c.
3101 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3102 (mips_linux_watch_get_watchlo): Likewise.
3103 (mips_linux_watch_set_watchlo): Likewise.
3104 (mips_linux_watch_get_watchhi): Likewise.
3105 (mips_linux_watch_set_watchhi): Likewise.
3106 (mips_linux_read_watch_registers): Likewise.
3107 (mips_linux_watch_type_to_irw): Likewise.
3108 (mips_linux_stopped_data_address, fill_mask): Likewise.
3109 (mips_linux_watch_try_one_watch): Likewise.
3110 (mips_linux_watch_populate_regs): Likewise.
3111
3112 2013-07-27 Yao Qi <yao@codesourcery.com>
3113
3114 * mips-linux-nat.c (get_irw_mask): Rename to ...
3115 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
3116 'set' to 'n'. Update function comment. All callers changed.
3117 (get_reg_mask): Rename parameter 'set' to 'n'. Update
3118 function comment. All callers changed.
3119 (get_num_valid): Rename to ...
3120 (mips_linux_watch_get_num_valid): ... this. Rename parameter
3121 'set' to 'n'. Update function comment. All callers changed.
3122 (get_watchlo): Rename to ...
3123 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3124 'set' to 'n'. Update function comment. All callers changed.
3125 (set_watchlo): Rename to ...
3126 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3127 'set' to 'n'. Update function comment. All callers changed.
3128 (get_watchhi): Rename to ...
3129 (mips_linux_watch_get_watchhi): ... this. Update function
3130 comment. All callers changed.
3131 (set_watchhi): Rename to ...
3132 (mips_linux_watch_set_watchhi): ... this. Update function
3133 comment. All callers changed.
3134 (mips_linux_read_watch_registers): Update function comment.
3135 Add new parameters 'lwpid', 'watch_readback', and
3136 'watch_readback_valid'. Update.
3137 (type_to_irw): Rename to ...
3138 (mips_linux_watch_type_to_irw): ... this. Update function
3139 comment. All callers changed.
3140 (fill_mask): Update function comment.
3141 (try_one_watch): Rename to ...
3142 (mips_linux_watch_try_one_watch): ... this. Change the type
3143 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3144 (populate_regs_from_watches): Rename to ...
3145 (mips_linux_watch_populate_regs): ... this. Add parameter
3146 'current_watches'. All callers changed.
3147
3148 2013-07-27 Yao Qi <yao@codesourcery.com>
3149
3150 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3151 the code.
3152 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3153 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3154 (struct pt_watch_regs): Likewise.
3155 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3156 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3157 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3158 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3159 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3160
3161 2013-07-27 Yao Qi <yao@codesourcery.com>
3162
3163 * breakpoint.h: Include break-common.h.
3164 (enum target_hw_bp_type): Move to ...
3165 * common/break-common.h: ... here. New.
3166
3167 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3168
3169 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3170 process group regardless of having tty on stdin.
3171
3172 2013-07-25 Doug Evans <dje@google.com>
3173
3174 * linux-fork.h (detach_fork): Delete.
3175
3176 2013-07-25 Tom Tromey <tromey@redhat.com>
3177
3178 PR remote/15256, PR remote/15266:
3179 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3180 * monitor.c (monitor_detach): Use unpush_target.
3181 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3182 * remote-mips.c (mips_detach): Use unpush_target. Don't
3183 call mips_close.
3184 * remote-sim.c (gdbsim_detach): Use unpush_target.
3185 * target.c (pop_target): Remove.
3186 (pop_all_targets_above): Don't call target_close.
3187 (target_close): Assert that the target is unpushed.
3188 * target.h (pop_target): Don't declare.
3189 * tracepoint.c (tfile_open): Use unpush_target.
3190
3191 2013-07-25 Tom Tromey <tromey@redhat.com>
3192
3193 * linux-thread-db.c (init_thread_db_ops): Call
3194 complete_target_initialization.
3195 (_initialize_thread_db): Don't call add_target.
3196 * target.c (complete_target_initialization): New function.
3197 (add_target_with_completer): Call it.
3198 * target.h (complete_target_initialization): Declare.
3199
3200 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3201
3202 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3203 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3204 (HPPANBSD_SIZEOF_GREGS): New define.
3205 (hppaobsd_supply_gregset): Handle additional registers.
3206 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3207 we provide more registers now.
3208 (hppabsd_supply_gregset): Supply additional registers.
3209 (hppabsd_collect_gregset): Collect additional registers.
3210
3211 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3212
3213 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3214 (hppabsd_dwarf2_frame_init_reg): New function.
3215 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3216
3217 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3218
3219 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3220 'z' format code. Remove error for optimized out values, standard
3221 code will handle these fine.
3222
3223 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3224
3225 * NEWS: Mention new 'z' formatter.
3226 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3227 (_initialize_printcmd): Mention 'z' formatter in help text of the
3228 'x' command.
3229
3230 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3231
3232 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3233 formatting.
3234
3235 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3236
3237 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3238 interface can evaluate arguments. Fallback to the old mode if it
3239 cannot.
3240 (create_exception_master_breakpoint): Likewise.
3241 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3242 (struct sym_probe_fns elf_probe_fns): Export function above to the
3243 probe interface.
3244 * probe.c (can_evaluate_probe_arguments): New function.
3245 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3246 function pointer.
3247 (can_evaluate_probe_arguments): New function prototype.
3248 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3249 probe interface can evaluate arguments. Fallback to the old mode
3250 if it cannot.
3251 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3252 interface can evaluate arguments. Warning the user if it cannot.
3253 (stap_can_evaluate_probe_arguments): New function.
3254 (struct probe_ops stap_probe_ops): Export function above to the
3255 probe interface.
3256 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3257 New function pointer.
3258
3259 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3260
3261 * Makefile.in (SFILES): Add common/target-common.c.
3262 Add common/target-common.h to headers.
3263 (COMMON_OBS): Add target-common.o.
3264 (target-common.o): New target.
3265 * linux-nat.h (resume_kind): Move to common/target-common.h.
3266 * target.c (target_waitstatus_to_string): Move to
3267 common/target-common.c.
3268 * target.h: Include target-common.h.
3269 (target_waitkind): Move to common/target-common.h.
3270 (target_waitstatus): Likewise.
3271 (TARGET_WNOHANG): Likewise.
3272 * common/target-common.c: New file.
3273 * common/target-common.h: New file.
3274
3275 2013-07-24 Doug Evans <dje@google.com>
3276
3277 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3278 a warning.
3279
3280 2013-07-23 Yao Qi <yao@codesourcery.com>
3281
3282 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3283 parameter 'gdbarch'.
3284 (i386_stack_tramp_frame_sniffer): Caller update.
3285 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3286 parameter 'gdbarch' and 'target'.
3287 (i386_linux_core_read_description): Caller update.
3288 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3289 Likewise.
3290 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3291 declaration.
3292
3293 2013-07-23 Tom Tromey <tromey@redhat.com>
3294
3295 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3296 2013-07-22.
3297
3298 2013-07-22 Doug Evans <dje@google.com>
3299
3300 * exec.h (remove_target_sections): Delete arg abfd.
3301 * exec.c (exec_close): Update call to remove_target_sections.
3302 (remove_target_sections): Delete arg abfd.
3303 * solib.c (update_solib_list): Ditto.
3304 (reload_shared_libraries_1): Ditto.
3305 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3306 * target.h (struct target_section): Rename key to owner.
3307 All uses updated.
3308
3309 2013-07-22 Tom Tromey <tromey@redhat.com>
3310
3311 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3312
3313 2013-07-22 Tom Tromey <tromey@redhat.com>
3314
3315 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3316 Simplify cleanup handling.
3317
3318 2013-07-22 Tom Tromey <tromey@redhat.com>
3319
3320 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3321 on all return paths.
3322
3323 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3324
3325 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3326 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3327 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3328
3329 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3330
3331 * top.c (print_gdb_version): Add help, apropos description and
3332 url to online documentation.
3333
3334 2013-07-19 Hui Zhu <hui@codesourcery.com>
3335
3336 PR gdb/15692
3337 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3338
3339 2013-07-19 Yao Qi <yao@codesourcery.com>
3340
3341 * target.c (update_current_target): Change the default action
3342 of 'to_traceframe_info' from tcomplain to return_zero.
3343 * target.h (struct target_ops) <to_traceframe_info>: Add more
3344 comments.
3345 * valops.c (read_value_memory): Call
3346 traceframe_available_memory unconditionally.
3347
3348 2013-07-18 Yao Qi <yao@codesourcery.com>
3349
3350 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3351 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3352 symbol without prefix. If found, set its type to
3353 'mst_solib_trampoline'.
3354
3355 2013-07-17 Doug Evans <dje@google.com>
3356
3357 * NEWS: Mention "set print raw frame-arguments".
3358 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3359 * stack.c (print_raw_frame_arguments): New static global.
3360 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3361 (_initialize_stack): New command "set/show print raw frame-arguments".
3362 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3363 (set_print_raw, show_print_raw): New functions.
3364 (_initialize_valprint): New prefix command "set/show print raw".
3365 * valprint.h (value_print_options): Improve comments.
3366
3367 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3368 of all *list variables.
3369
3370 * gdbcmd.h (togglelist): Delete.
3371 * cli/cli-cmds.c (togglelist): Delete.
3372 (init_cmd_lists): Update.
3373 * cli/cli-cmds.h (togglelist): Delete.
3374
3375 2013-07-17 Tom Tromey <tromey@redhat.com>
3376
3377 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3378 dwarf2_per_objfile.
3379
3380 2013-07-16 Doug Evans <dje@google.com>
3381
3382 * nto-tdep.c (nto_relocate_section_addresses): Update,
3383 target_section.bfd deleted.
3384 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3385 * s390-tdep.c (s390_load): Ditto.
3386 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3387
3388 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3389
3390 * common/format.c (parse_format_string): Add checks for NULL
3391 character before calling strchr.
3392
3393 2013-07-16 Doug Evans <dje@google.com>
3394
3395 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3396 temp_pathname argument.
3397 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3398 when opening the file fails.
3399
3400 * target.h (struct target_section): Delete member bfd.
3401 All users updated to use the_bfd_section->owner instead.
3402 * exec.c (add_to_section_table): Assert bfd is expected value.
3403 Remove initialization of target_section.bfd.
3404 (remove_target_sections): Update.
3405 (section_table_available_memory): Update.
3406 (section_table_xfer_memory_partial): Update.
3407 (print_section_info): Update.
3408 (exec_set_section_address): Update.
3409 * record-full.c (record_full_core_xfer_partial): Update.
3410 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3411 * solib-target.c (solib_target_relocate_section_addresses): Update.
3412 * symfile.c (build_section_addr_info_from_section_table): Update.
3413 * target.c (memory_xfer_live_readonly_partial): Update.
3414 (memory_xfer_partial_1): Update.
3415
3416 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3417
3418 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3419 now available for embedded (BookE) and server (BookS) processors,
3420 correct mentions of 'booke' and adjust comments accordingly in order to
3421 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3422 (have_ptrace_booke_interface): Rename function and variable
3423 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3424 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3425 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3426 'hwdebug_point_cmp'. Update all uses.
3427 (booke_find_thread_points_by_tid): Rename function
3428 'booke_find_thread_points_by_tid' to
3429 'hwdebug_find_thread_points_by_tid'. Update all uses.
3430 (booke_insert_point): Rename function 'booke_insert_point' to
3431 'hwdebug_insert_point'. Update all uses.
3432 (booke_remove_point): Rename function 'booke_remove_point' to
3433 'hwdebug_remove_point'. Update all uses.
3434
3435 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3436
3437 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3438 numbers with enum values.
3439
3440 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3441
3442 PR threads/13217
3443 * thread.c (thread_apply_all_command): Check for valid threads
3444 and thread count.
3445 (thread_array_cleanup): New struct.
3446 (set_thread_refcount): New function.
3447
3448 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3449
3450 * infcmd.c (default_print_one_register_info): Reuse function
3451 print_hex_chars.
3452
3453 2013-07-10 Tom Tromey <tromey@redhat.com>
3454
3455 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3456 (ada-exp.o): New target.
3457
3458 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3459
3460 * mt-tdep.c (mt_registers_info): Call
3461 get_no_prettyformat_print_options instead of
3462 get_raw_print_options (regression by last patch from Doug
3463 Evans).
3464
3465 2013-07-09 Pedro Alves <palves@redhat.com>
3466
3467 Checked in by Joel Brobecker <brobecker@adacore.com>.
3468 * ada-lang.c (coerce_unspec_val_to_type): Use
3469 value_optimized_out_const.
3470 * value.c (value_optimized_out_const): New function.
3471 * value.h (value_optimized_out_const): New declaration.
3472
3473 2013-07-09 Doug Evans <dje@google.com>
3474
3475 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3476 Enum values rename as well. All uses updated.
3477 * valprint.h (value_print_options): Rename member pretty to
3478 pretty format. Rename member prettyprint_arrays to
3479 prettyformat_arrays. Rename member prettyprint_structs to
3480 prettyformat_structs. All uses updated.
3481 (get_no_prettyformat_print_options): Renamed from
3482 get_raw_print_options.
3483 * valprint.c (get_no_prettyformat_print_options): Renamed from
3484 get_raw_print_options. All callers updated.
3485 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3486 All callers updated.
3487 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3488 All callers updated.
3489 (_initialize_valprint): Improve help text for "set print pretty" and
3490 "set print arrays".
3491
3492 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3493
3494 * value.c (value_bits_valid): Revert previous change, and change
3495 by Pedro on 2013-07-04, due to regressions in
3496 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3497
3498 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3499 Pedro Alves <palves@redhat.com>
3500
3501 * value.c (value_bits_valid): If the value is not lval_computed
3502 or has no check validity handler then the answer is the
3503 optimized_out flag, otherwise defer to the handler.
3504
3505 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3506
3507 * top.c (print_gdb_configuration): Explain in output of
3508 --configuration what does "relocatable" mean.
3509
3510 * main.c (print_gdb_help): Regroup options in the --help text.
3511 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3512 the relevant discussions.
3513
3514 2013-07-06 Yao Qi <yao@codesourcery.com>
3515
3516 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3517 Remove parameter 'lsal'.
3518 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3519 to inner block. Caller update.
3520 (base_breakpoint_create_breakpoints_sal): Update.
3521 (bkpt_create_breakpoints_sal): Likewise.
3522 (tracepoint_create_breakpoints_sal): Likewise.
3523 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3524 element 0 of vector 'canonical->sals'.
3525
3526 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3527
3528 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3529 register number instead of the pseudo register one.
3530 (rs6000_dwarf2_reg_to_regnum): Likewise.
3531
3532 2013-07-04 Pedro Alves <palves@redhat.com>
3533
3534 * findvar.c (value_of_register): Use allocate_optimized_out_value
3535 if the register has been optimized out, instead of
3536 set_value_optimized_out.
3537 * frame-unwind.c (frame_unwind_got_optimized): Use
3538 allocate_optimized_out_value.
3539
3540 2013-07-04 Pedro Alves <palves@redhat.com>
3541
3542 * value.c (value_bits_valid): If the value is not lval_computed,
3543 or doesn't have a check_validity hook, assume the value is entirely
3544 valid.
3545
3546 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3547
3548 * stack.c (read_frame_arg): No longer fetch lazy values.
3549 * value.c (value_optimized_out): If the value is not already
3550 marked optimized out, and is lazy then fetch it.
3551 (value_primitive_field): Move optimized out check to later in the
3552 function, after we have loaded any lazy values.
3553 (value_fetch_lazy): Use optimized out flag directly rather than
3554 calling optimized_out method.
3555
3556 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3557
3558 * valops.c: Don't include "user-regs.h".
3559 (value_fetch_lazy): Moved to value.c.
3560 * value.c: Include "user-regs.h".
3561 (value_fetch_lazy): Moved from valops.c.
3562
3563 2013-07-04 Yao Qi <yao@codesourcery.com>
3564
3565 Revert:
3566 2013-06-27 Yao Qi <yao@codesourcery.com>
3567
3568 * common/create-version.sh: Update comments. Handle the case
3569 that TARGET_ALIAS is empty.
3570
3571 2013-07-03 Pedro Alves <palves@redhat.com>
3572
3573 * Makefile.in (config.status): Depend on development.sh.
3574 (aclocal_m4_deps): Add libmcheck.m4.
3575 * acinclude.m4: Include libmcheck.m4.
3576 * configure.ac: Source development.sh instead of setting
3577 'development' here. --enable-libmcheck/--disable-libmcheck code
3578 factored out to GDB_AC_LIBMCHECK. Run it.
3579 * development.sh: New file.
3580 * libmcheck.m4: New file.
3581 * configure: Regenerate.
3582
3583 2013-07-02 Tom Tromey <tromey@redhat.com>
3584
3585 * contrib/ari/update-web-ari.sh: Update for version.in change.
3586
3587 2013-07-02 Tom Tromey <tromey@redhat.com>
3588
3589 * common/ptid.h: Comment fixes.
3590
3591 2013-07-01 Tom Tromey <tromey@redhat.com>
3592
3593 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3594 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3595 (dwarf2_read_index, create_all_comp_units): Update.
3596
3597 2013-07-01 Tom Tromey <tromey@redhat.com>
3598
3599 * configure.ac (build_warnings): Add -Wold-style-definition.
3600 * configure: Rebuild.
3601 * machoread.c (_initialize_machoread): Use "(void)".
3602 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3603 use "(void)".
3604
3605 2013-07-01 Tom Tromey <tromey@redhat.com>
3606
3607 * configure.ac (build_warnings): Add -Wold-style-declaration.
3608 * configure: Rebuild.
3609 * dsrec.c (make_srec): Use "static const", not "const static".
3610 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3611 not "const static".
3612 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3613 Use "static const", not "const static".
3614 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3615 not "const static".
3616 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3617 not "const static".
3618 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3619 not "const static".
3620 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3621 not "const static".
3622 (v850_dbtrap_breakpoint_from_pc): Likewise.
3623 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3624 not "const static".
3625
3626 2013-07-01 Tom Tromey <tromey@redhat.com>
3627
3628 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3629 * configure: Rebuild.
3630
3631 2013-07-01 Pedro Alves <palves@redhat.com>
3632
3633 * defs.h: Include "pathmax.h".
3634 * utils.c: Don't include sys/param.h.
3635 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3636 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3637 instead of MAXPATHLEN.
3638 * solib-sunos.c: Don't include sys/param.h.
3639 * xcoffread.c: Don't include sys/param.h.
3640 * bsd-kvm.c: Don't include sys/param.h.
3641 * darwin-nat.c: Don't include sys/param.h.
3642 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3643 * darwin-nat-info.c: Don't include sys/param.h.
3644 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3645 MAXPATHLEN.
3646 * i386obsd-nat.c: Don't include sys/param.h.
3647 * inf-child.c: Don't include sys/param.h.
3648 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3649 * linux-fork.c: Don't include sys/param.h.
3650 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3651 * linux-nat.c: Don't include sys/param.h.
3652 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3653 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3654 * m68klinux-nat.c: Don't include sys/param.h.
3655 * nbsd-nat.c: Don't include sys/param.h.
3656 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3657 * ppc-linux-nat.c: Don't include sys/param.h.
3658 * rs6000-nat.c: Don't include sys/param.h.
3659 * spu-linux-nat.c. Don't include sys/param.h.
3660 * windows-nat.c: Don't include sys/param.h.
3661 * xtensa-linux-nat.c: Don't include sys/param.h.
3662 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3663
3664 2013-07-01 Pedro Alves <palves@redhat.com>
3665
3666 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3667 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3668 * gnulib/aclocal.m4: Regenerate.
3669 * gnulib/config.in: Regenerate.
3670 * gnulib/configure: Regenerate.
3671 * gnulib/import/pathmax.h: New file.
3672 * gnulib/import/Makefile.am: Regenerate.
3673 * gnulib/import/Makefile.in: Regenerate.
3674 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3675 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3676 * gnulib/import/m4/pathmax.m4: New file.
3677
3678 2013-07-01 Pedro Alves <palves@redhat.com>
3679
3680 * configure.ac (GDBINIT): Define, depending on host.
3681 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3682 * top.c (PATH_MAX): Delete fallback definition.
3683 (GDBINIT_FILENAME): Delete.
3684 (gdbinit): Reimplement as const char array set to the GDBINIT
3685 string constant.
3686 * top.h (gdbinit): Make const.
3687 * configure, config.in: Regenerate.
3688
3689 2013-07-01 Pedro Alves <palves@redhat.com>
3690
3691 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3692 * cli/cli-cmds.h (source_script): Likewise.
3693 * exceptions.c (catch_command_errors_const): New function.
3694 * exceptions.h (catch_command_errors_const): Declare.
3695 * main.c (get_init_files): Make parameters const, and adjust.
3696 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3697 'local_gdbinit' locals const. Adjust to use
3698 catch_command_errors_const.
3699 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3700 'local_gdbinit' locals const.
3701
3702 2013-07-01 Pedro Alves <palves@redhat.com>
3703
3704 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3705 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3706 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3707 <unistd.h>.
3708
3709 2013-07-01 Pedro Alves <palves@redhat.com>
3710
3711 Import the "unistd" gnulib module.
3712 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3713 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3714 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3715 import/m4/unistd_h.m4.
3716 * gnulib/aclocal.m4: Renenerate.
3717 * gnulib/config.in: Renenerate.
3718 * gnulib/configure: Renenerate.
3719 * gnulib/import/Makefile.am: Renenerate.
3720 * gnulib/import/Makefile.in: Renenerate.
3721 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3722 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3723 * gnulib/import/m4/off_t.m4: New file.
3724 * gnulib/import/m4/ssize_t.m4: New file.
3725 * gnulib/import/m4/sys_types_h.m4: New file.
3726 * gnulib/import/m4/unistd_h.m4: New file.
3727 * gnulib/import/sys_types.in.h: New file.
3728 * gnulib/import/unistd.c: New file.
3729 * gnulib/import/unistd.in.h: New file.
3730
3731 2013-07-01 Pedro Alves <palves@redhat.com>
3732
3733 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3734 defined instead of checking HAVE_UNISTD_H.
3735
3736 2013-07-01 Pedro Alves <palves@redhat.com>
3737
3738 Reimport gnulib from scratch.
3739 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3740 import/m4/onceonly.m4.
3741 * gnulib/aclocal.m4: Renegerate.
3742 * gnulib/config.in: Renegerate.
3743 * gnulib/configure: Renegerate.
3744 * gnulib/import/Makefile.in: Renegerate.
3745 * gnulib/import/extra/update-copyright: Renegerate.
3746 * gnulib/import/m4/onceonly.m4: Delete.
3747
3748 2013-07-01 Pedro Alves <palves@redhat.com>
3749
3750 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3751
3752 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 Code cleanup.
3755 * remote.c (async_remote_interrupt_twice): Make it static.
3756 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3757
3758 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3759
3760 * ia64-linux-tdep.c: Include <ctype.h>.
3761 (ia64_linux_stap_is_single_operand): New function.
3762 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3763
3764 2013-06-28 Tom Tromey <tromey@redhat.com>
3765
3766 * Makefile.in (version.c): Use version.in, not
3767 common/version.in.
3768 * common/create-version.sh: Likewise.
3769 * common/version.in: Move...
3770 * version.in: ...here.
3771
3772 2013-06-28 Pedro Alves <palves@redhat.com>
3773
3774 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3775 here.
3776 * utils.h (pagination_enabled): Declare.
3777
3778 2013-06-28 Pedro Alves <palves@redhat.com>
3779
3780 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3781 Move higher up in file.
3782
3783 2013-06-28 Tom Tromey <tromey@redhat.com>
3784
3785 * tracepoint.c (deprecated_readline_begin_hook)
3786 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3787 declare.
3788
3789 2013-06-28 Pedro Alves <palves@redhat.com>
3790
3791 PR tui/14880
3792 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3793 checking if they're available.
3794 * value.c (value_available_contents_eq): Change comment.
3795 * value.h (value_available_contents_eq): Expand comment.
3796
3797 2013-06-27 Tom Tromey <tromey@redhat.com>
3798
3799 * target.c (find_run_target): Remove.
3800 * target.h (find_run_target): Remove.
3801
3802 2013-06-27 Tom Tromey <tromey@redhat.com>
3803
3804 * corelow.c (core_gdbarch): Now static.
3805
3806 2013-06-27 Tom Tromey <tromey@redhat.com>
3807
3808 * target.c (target_struct_index): Remove.
3809
3810 2013-06-27 Pedro Alves <palves@redhat.com>
3811
3812 * infrun.c: Remove comment describing the 'stepping over runtime
3813 loader dynamic symbol resolution code' mechanism; moved to
3814 gdbint.texinfo.
3815
3816 2013-06-27 Pedro Alves <palves@redhat.com>
3817
3818 * exceptions.c (catch_command_errors): Remove spurious space.
3819 * exceptions.h (catch_command_errors): Second parameter is "arg",
3820 not "command".
3821
3822 2013-06-27 Yao Qi <yao@codesourcery.com>
3823
3824 * common/create-version.sh: Update comments. Handle the case
3825 that TARGET_ALIAS is empty.
3826
3827 2013-06-26 Pedro Alves <palves@redhat.com>
3828
3829 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3830 comment.
3831
3832 2013-06-26 Pedro Alves <palves@redhat.com>
3833
3834 * infrun.c: Update comments on stepping over runtime loader
3835 dynamic symbol resolution code.
3836
3837 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3838
3839 * ax-gdb.h (union exp_element): Forward declare.
3840 * parser-defs.h: Include expression.h.
3841
3842 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3843
3844 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3845
3846 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3847
3848 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3849
3850 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3851
3852 Fix trace-status to output proper start-time and stop-time.
3853 * tracepoint.c (trace_status_command): Fix type of printf arg to
3854 prevent improper type conversion.
3855 (trace_status_mi): Likewise.
3856
3857 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3858
3859 * mips-tdep.c (mips_next_pc): Fix a typo.
3860
3861 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3862
3863 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3864
3865 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3866 Yao Qi <yao@codesourcery.com>
3867
3868 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3869 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3870 * mi/mi-main.c (print_variable_or_computed): New function.
3871 (mi_cmd_trace_frame_collected): New function.
3872 * tracepoint.c (find_trace_state_variable_by_number): New.
3873 (struct traceframe_info): Move to tracepoint.h
3874 (struct collection_list): Likewise.
3875 (do_collect_symbol): Include locals and arguments in the
3876 collected variables list.
3877 (clear_collection_list): Clear wholly collected variables list
3878 and computed variables list.
3879 (append_exp): New function.
3880 (encode_actions_1): Include variables in the wholly
3881 collected variables list. Include memory ranges and
3882 full-fledged expressions in the computed expressions list.
3883 (encode_actions): Move some code to ...
3884 Return the cleanup chain.
3885 (encode_actions_rsp): ... here. New function.
3886 (get_traceframe_location, get_traceframe_info): Remove static.
3887 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3888 (struct collection_list): Moved from tracepoint.c. Add two
3889 new fields 'wholly_collected' and 'computed'.
3890 (find_trace_state_variable_by_number): Declare.
3891 (encode_actions): Adjust declaration.
3892 (encode_actions_rsp): Declare.
3893 (get_traceframe_info, get_traceframe_location): Declare.
3894
3895 * NEWS: Mention new MI command -trace-frame-collected.
3896
3897 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3898 Yao Qi <yao@codesourcery.com>
3899
3900 * ctf.c (ctf_traceframe_info): Push trace state variables
3901 present in the trace data into the traceframe info object.
3902 * breakpoint.c (DEF_VEC_I): Remove.
3903 * common/filestuff.c (DEF_VEC_I): Likewise.
3904 * dwarf2loc.c (DEF_VEC_I): Likewise.
3905 * mi/mi-main.c (DEF_VEC_I): Likewise.
3906 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3907 * features/traceframe-info.dtd: Add tvar element and its
3908 attributes.
3909 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3910 (build_traceframe_info): Push trace state variables present in
3911 the trace data into the traceframe info object.
3912 (traceframe_info_start_tvar): New function.
3913 (tvar_attributes): New.
3914 (traceframe_info_children): Add "tvar" element.
3915 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3916
3917 * NEWS: Mention the change in GDB and GDBserver.
3918
3919 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3920 Yao Qi <yao@codesourcery.com>
3921
3922 * tracepoint.c (trace_dump_command): Move code to ...
3923 (get_traceframe_location): ... here. New.
3924
3925 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3926 Yao Qi <yao@codesourcery.com>
3927
3928 * tracepoint.c (trace_dump_command): GDB emits an error
3929 instead of a warning when a traceframe is not selected.
3930
3931 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3932 Yao Qi <yao@codesourcery.com>
3933
3934 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3935 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3936 in collection_list.
3937 (do_clear_collection_list, init_collection_list): New.
3938 (encode_actions): Add local variables 'tracepoint_list' and
3939 'stepping_list'. Call init_collection_list and make cleanup
3940 which calls do_clear_collection_list. Don't call
3941 clear_collection_list.
3942 (_initialize_tracepoint): Delete references to
3943 'tracepoint_list' and 'stepping_list'.
3944
3945 2013-06-25 Tom Tromey <tromey@redhat.com>
3946
3947 * common/create-version.sh (date): Use "$", not "$$" in sed
3948 expression.
3949
3950 2013-06-25 Kevin Buettner <kevinb@redhat.com>
3951
3952 * NEWS (New targets): Add entry for TI MSP430.
3953
3954 2013-06-25 Yao Qi <yao@codesourcery.com>
3955
3956 * remote.c (remote_start_remote): Move code to upload tsv
3957 earlier.
3958
3959 2013-06-25 Yao Qi <yao@codesourcery.com>
3960 Hui Zhu <hui@codesourcery.com>
3961 Pedro Alves <palves@redhat.com>
3962
3963 PR breakpoints/15075
3964 PR breakpoints/15434
3965 * breakpoint.c (bpstat_stop_status): Call
3966 b->ops->after_condition_true.
3967 (update_dprintf_command_list): Don't append "continue" command
3968 to the command list of dprintf breakpoint.
3969 (base_breakpoint_after_condition_true): New function.
3970 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3971 (dprintf_after_condition_true): New function.
3972 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3973 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3974
3975 2013-06-24 Kevin Buettner <kevinb@redhat.com>
3976
3977 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3978 (ALLDEPFILES): Add msp430-tdep.c.
3979 * configure.tgt (msp430*-*-elf): New target.
3980 * msp430-tdep.c: New file.
3981
3982 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3983
3984 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3985 microMIPS synthetic symbols.
3986
3987 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3988
3989 * objfiles.h (pc_in_section): New prototype.
3990 (in_plt_section): Remove name argument, replace prototype with
3991 static inline function.
3992 * mips-tdep.h: Include "objfiles.h".
3993 (in_mips_stubs_section): New function.
3994 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3995 in_solib_call_trampoline member.
3996 (hppa_in_solib_call_trampoline): Remove name argument.
3997 * objfiles.c (pc_in_section): New function.
3998 (in_plt_section): Remove function.
3999 * mips-linux-tdep.c: Include "objfiles.h".
4000 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
4001 name argument. Return 1 rather than the low 16-bit halfword of
4002 any instruction examined.
4003 (mips_linux_in_dynsym_resolve_code): Update
4004 mips_linux_in_dynsym_stub call accordingly.
4005 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4006 rather than an equivalent hand-coded sequence.
4007 * hppa-hpux-tdep.c (in_opd_section): Remove function.
4008 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4009 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4010 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4011 in_opd_section.
4012 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4013 on call to tdep->in_solib_call_trampoline.
4014 (hppa_in_solib_call_trampoline): Remove name argument, update
4015 according to in_plt_section change.
4016 (hppa_skip_trampoline_code): Update according to in_plt_section
4017 change.
4018 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4019 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4020 Likewise.
4021 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4022 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4023 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4024 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4025 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4026 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4027 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4028 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4029 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4030 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4031 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4032 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4033 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4034
4035 2013-06-24 Joel Brobecker <brobecker@adacore.com>
4036
4037 * common/create-version.sh: Fix expansion of $host_alias
4038 and $target_alias in generation of HOST_NAME and TARGET_NAME
4039 (resp.).
4040
4041 2013-06-24 Tom Tromey <tromey@redhat.com>
4042
4043 * common/create-version.sh: New file.
4044 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4045 create-version.sh.
4046 (HFILES_NO_SRCDIR): Use common/version.h.
4047 * version.in: Move to ...
4048 * common/version.in: ... here. Replace date with "DATE".
4049 * version.h: Move to ...
4050 * common/version.h: ... here.
4051
4052 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb/gnulib/Makefile.in: Update date in copyright header.
4055 * gdb/gnulib/configure.ac: Ditto.
4056 * gdb/gnulib/update-gnulib.sh: Ditto.
4057
4058 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4059
4060 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4061 "gdb/gnulib/import".
4062
4063 2013-06-21 Will Newton <will.newton@linaro.org>
4064
4065 * doublest.c (ldfrexp): Remove function.
4066 (convert_doublest_to_floatformat): Call frexpl instead of
4067 ldfrexp.
4068
4069 2013-06-21 Will Newton <will.newton@linaro.org>
4070
4071 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4072 * gnulib/aclocal.m4: Regenerate.
4073 * gnulib/config.in: Regenerate.
4074 * gnulib/configure: Regenerate.
4075 * gnulib/import/Makefile.am: Update.
4076 * gnulib/import/Makefile.in: Update.
4077 * gnulib/import/m4/gnulib-cache.m4: Update.
4078 * gnulib/import/m4/gnulib-comp.m4: Update.
4079 * gnulib/import/float+.h: Import.
4080 * gnulib/import/float.c: Import.
4081 * gnulib/import/float.in.h: Import.
4082 * gnulib/import/fpucw.h: Import.
4083 * gnulib/import/frexp.c: Import.
4084 * gnulib/import/frexpl.c: Import.
4085 * gnulib/import/isnan.c: Import.
4086 * gnulib/import/isnand-nolibm.h: Import.
4087 * gnulib/import/isnand.c: Import.
4088 * gnulib/import/isnanl-nolibm.h: Import.
4089 * gnulib/import/isnanl.c: Import.
4090 * gnulib/import/itold.c: Import.
4091 * gnulib/import/m4/exponentd.m4: Import.
4092 * gnulib/import/m4/exponentl.m4: Import.
4093 * gnulib/import/m4/float_h.m4: Import.
4094 * gnulib/import/m4/fpieee.m4: Import.
4095 * gnulib/import/m4/frexp.m4: Import.
4096 * gnulib/import/m4/frexpl.m4: Import.
4097 * gnulib/import/m4/isnand.m4: Import.
4098 * gnulib/import/m4/isnanl.m4: Import.
4099 * gnulib/import/m4/math_h.m4: Import.
4100 * gnulib/import/math.c: Import.
4101 * gnulib/import/math.in.h: Import.
4102
4103 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4104
4105 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4106 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4107 signature_INTEL_edx comparisons.
4108
4109 2013-06-20 Doug Evans <dje@google.com>
4110
4111 symtab/15652
4112 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4113 All callers updated.
4114 (open_dwp_file): If we can't find the dwp file, search the basename
4115 in debug-file-directory.
4116
4117 * dwarf2read.c (struct dwp_file): Fix comment.
4118 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4119
4120 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4121 better.
4122
4123 2013-06-20 Yao Qi <yao@codesourcery.com>
4124
4125 * breakpoint.c (create_breakpoint): Fix code indentation.
4126
4127 2013-06-20 Yao Qi <yao@codesourcery.com>
4128
4129 * breakpoint.c (create_breakpoints_sal_default): Remove
4130 parameter 'lsal'. Update declaration.
4131 (bkpt_create_breakpoints_sal): Caller update.
4132 (tracepoint_create_breakpoints_sal): Likewise.
4133
4134 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4135 Yao Qi <yao@codesourcery.com>
4136
4137 * NEWS: Mention the new option '--skip-unavailable' of command
4138 -data-list-register-values.
4139 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4140 --skip-unavailable option. Adjust to use output_register.
4141 (output_register): Add new 'skip_unavailable' parameter.
4142 Handle it.
4143
4144 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4145
4146 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4147 common/i386-gcc-cpuid.h.
4148 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4149 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4150 Copy the latest version from upstream gcc.
4151 * common/linux-btrace.c: Include i386-cpuid.h.
4152 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4153 call to i386_cpuid.
4154 (cpu_supports_btrace): Likewise.
4155 * go32-nat.c: Include i386-cpuid.h.
4156 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4157
4158 2013-06-19 Doug Evans <dje@google.com>
4159
4160 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4161 (get_section_index): Ditto.
4162
4163 2013-06-19 Tom Tromey <tromey@redhat.com>
4164
4165 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4166 "dprintf" help.
4167
4168 2013-06-18 Doug Evans <dje@google.com>
4169
4170 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4171 before using it.
4172 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4173 Move test of cu_index closer to use. Print complaint if cu_index
4174 is bad.
4175
4176 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4177
4178 * machoread.c (oso_vector): Delete this global.
4179 (macho_register_oso): Add new parameter "oso_vector_ptr".
4180 Use it instead of the "oso_vector" global.
4181 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4182 (macho_symfile_read): Use a local oso_vector, to be free'ed
4183 at the end of this function, in place of the old "oso_vector"
4184 global. Update various function calls accordingly. Use one
4185 single cleanup chain for the entire function.
4186
4187 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4188
4189 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4190 DWARF2_PER_OBJFILE by uses of DATA instead.
4191
4192 2013-06-18 Tom Tromey <tromey@redhat.com>
4193
4194 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4195 argument.
4196 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4197 Special case signals other than GDB_SIGNAL_TRAP.
4198 (explains_signal_watchpoint): New function.
4199 (base_breakpoint_explains_signal): Add 'sig' argument.
4200 (initialize_breakpoint_ops): Set 'explains_signal' method for
4201 watchpoints.
4202 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4203 signal argument.
4204 (bpstat_explains_signal): Likewise.
4205 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4206
4207 2013-06-18 Tom Tromey <tromey@redhat.com>
4208
4209 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4210
4211 2013-06-18 Tom Tromey <tromey@redhat.com>
4212
4213 * python/python.c (finish_python_initialization): Decref
4214 'pythondir' on failure path as well.
4215
4216 2013-06-18 Tom Tromey <tromey@redhat.com>
4217
4218 PR symtab/15391:
4219 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4220 after taking bits_to_skip into account. Sign extend byte_offset.
4221 * utils.h (gdb_sign_extend): Declare.
4222 * utils.c (gdb_sign_extend): New function.
4223
4224 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4225
4226 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4227
4228 2013-06-17 Pierre Muller <muller@sourceware.org>
4229
4230 * corelow.c (core_open): Print GDB signal name instead of target
4231 signal number.
4232
4233 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4234
4235 * .gitignore: Add /gcore.
4236
4237 2013-06-13 Doug Evans <dje@google.com>
4238
4239 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4240 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4241
4242 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4243
4244 * stack.c (backtrace_command_1): Fix indentation.
4245
4246 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4247
4248 * window-nat.c (thread_rec): Add missing empty line after
4249 local variable declaration.
4250
4251 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4252
4253 * windows-nat.c (thread_rec): Revert format used to print
4254 error code returned by SuspendThread from %d back to %u.
4255
4256 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4257
4258 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4259 ID in debug trace.
4260 (get_windows_debug_event): Likewise, for all debug traces.
4261
4262 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4263
4264 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4265 warning message.
4266
4267 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4268 Yao Qi <yao@codesourcery.com>
4269
4270 * mi/mi-main.c (get_register): Remove declaration.
4271 (output_register): Declare.
4272 (mi_cmd_data_list_register_values): Remove local variable
4273 'tuple_cleanup'. Move some code into output_register.
4274 (get_register): Renamed to ...
4275 (output_register): ... this. Output the register's
4276 "number" ui_out tuple here.
4277
4278 2013-06-07 Pedro Alves <palves@redhat.com>
4279
4280 * darwin-nat.c: Fix formating in copyright header.
4281 * darwin-nat.h: Likewise.
4282 * gnu-nat.c: Likewise.
4283 * machoread.c: Likewise.
4284
4285 2013-06-07 Pedro Alves <palves@redhat.com>
4286
4287 PR server/14823
4288 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4289 static. Output a global target description pointer.
4290 (init_registers_${name}): Adjust to initialize a
4291 target description structure.
4292
4293 2013-06-07 Will Newton <will.newton@linaro.org>
4294
4295 * printcmd.c (build_address_symbolic): Call
4296 gdbarch_addr_bits_remove for text minimal symbols.
4297
4298 2013-06-07 Will Newton <will.newton@linaro.org>
4299
4300 * MAINTAINERS: Add myself to Write After Approval.
4301
4302 2013-06-07 Yao Qi <yao@codesourcery.com>
4303
4304 * tracepoint.c (start_tracing): Move code to ...
4305 (trace_reset_local_state): ... here. New.
4306 (disconnect_tracing): Don't call set_current_traceframe,
4307 set_tracepoint_num, and set_traceframe_context. Call
4308 trace_reset_local_state instead.
4309 (tfile_close): Call trace_reset_local_state.
4310 * ctf.c (ctf_close): Likewise.
4311 * remote.c (remote_close): Likewise.
4312 * tracepoint.h (trace_reset_local_state): Declare.
4313
4314 2013-06-06 Doug Evans <dje@google.com>
4315
4316 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4317 and fix header docs.
4318
4319 2013-06-05 Doug Evans <dje@google.com>
4320 Keith Seitz <keiths@redhat.com>
4321
4322 PR 15519
4323 * cp-namespace.c (find_symbol_in_baseclass): Call
4324 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4325 Check result of call to lookup_symbol_static.
4326 Call lookup_static_symbol_aux unconditionally.
4327 Call check_typedef on base types before accessing them.
4328 (cp_lookup_nested_symbol): Fix comment.
4329
4330 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4331
4332 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4333 minimal symbols pointing to function descriptors.
4334
4335 2013-06-05 Tom Tromey <tromey@redhat.com>
4336
4337 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4338
4339 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4340 Pedro Alves <palves@redhat.com>
4341
4342 * remote.c (remote_wait_as): Restore signal handler before returning
4343 when GDB gets a notification.
4344
4345 2013-06-04 Gary Benson <gbenson@redhat.com>
4346
4347 PR 2328
4348 * breakpoint.h (handle_solib_event): Moved function declaration
4349 to solib.h.
4350 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4351 (bpstat_stop_status): Pass new argument to handle_solib_event.
4352 * solib.h (update_solib_breakpoints): New function declaration.
4353 (handle_solib_event): Moved function declaration from
4354 breakpoint.h.
4355 * solib.c (update_solib_breakpoints): New function.
4356 (handle_solib_event): Moved function from breakpoint.c.
4357 Updated to call solib_ops->handle_event if not NULL.
4358 * solist.h (target_so_ops): New fields "update_breakpoints" and
4359 "handle_event".
4360 * infrun.c (set_stop_on_solib_events): New function.
4361 (_initialize_infrun): Use the above for "set
4362 stop-on-solib-events".
4363 (handle_inferior_event): Pass new argument to handle_solib_event.
4364 * solib-svr4.c (probe.h): New include.
4365 (svr4_free_library_list): New forward declaration.
4366 (probe_action): New enum.
4367 (probe_info): New struct.
4368 (probe_info): New static variable.
4369 (NUM_PROBES): New definition.
4370 (svr4_info): New fields "using_xfer", "probes_table" and
4371 "solib_list".
4372 (free_probes_table): New function.
4373 (free_solib_list): New function.
4374 (svr4_pspace_data_cleanup): Free probes table and solib list.
4375 (svr4_copy_library_list): New function.
4376 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4377 (svr4_read_so_list): New parameter "prev_lm".
4378 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4379 (svr4_current_sos): New function.
4380 (probe_and_action): New struct.
4381 (hash_probe_and_action): New function.
4382 (equal_probe_and_action): Likewise.
4383 (register_solib_event_probe): Likewise.
4384 (solib_event_probe_at): Likewise.
4385 (solib_event_probe_action): Likewise.
4386 (solist_update_full): Likewise.
4387 (solist_update_incremental): Likewise.
4388 (disable_probes_interface_cleanup): Likewise.
4389 (svr4_handle_solib_event): Likewise.
4390 (svr4_update_solib_event_breakpoint): Likewise.
4391 (svr4_update_solib_event_breakpoints): Likewise.
4392 (svr4_create_solib_event_breakpoints): Likewise.
4393 (enable_break): Free probes table before creating breakpoints.
4394 Use svr4_create_solib_event_breakpoints to create breakpoints.
4395 (svr4_solib_create_inferior_hook): Free the solib list.
4396 (_initialize_svr4_solib): Initialise
4397 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4398
4399 2013-06-04 Gary Benson <gbenson@redhat.com>
4400
4401 * target.h (target_ops): New field
4402 "to_augmented_libraries_svr4_read".
4403 (target_augmented_libraries_svr4_read): New macro.
4404 * target.c (update_current_target): Handle
4405 to_augmented_libraries_svr4_read.
4406 * remote.c (remote_state): New field
4407 "augmented_libraries_svr4_read".
4408 (remote_augmented_libraries_svr4_read_feature): New function.
4409 (remote_protocol_features): Add entry for
4410 "augmented-libraries-svr4-read".
4411 (remote_augmented_libraries_svr4_read): New function.
4412 (init_remote_ops): Initialize
4413 remote_ops.to_augmented_libraries_svr4_read.
4414
4415 2013-06-04 Gary Benson <gbenson@redhat.com>
4416
4417 * NEWS: Update.
4418
4419 2013-06-04 Gary Benson <gbenson@redhat.com>
4420
4421 * objfiles.h (inhibit_section_map_updates): New function
4422 declaration.
4423 (resume_section_map_updates): Likewise.
4424 (resume_section_map_updates_cleanup): Likewise.
4425 * objfiles.c (objfile_pspace_info): Removed field
4426 "objfiles_changed_p". New fields "new_objfiles_available",
4427 "section_map_dirty" and "inhibit_updates".
4428 (allocate_objfile): Set new_objfiles_available.
4429 (free_objfile): Set section_map_dirty.
4430 (objfile_relocate1): Likewise.
4431 (in_plt_section): Likewise.
4432 (find_pc_section): Update the conditions under which the
4433 section map will be updated.
4434 (inhibit_section_map_updates): New function.
4435 (resume_section_map_updates): Likewise.
4436 (resume_section_map_updates_cleanup): Likewise.
4437
4438 2013-06-04 Gary Benson <gbenson@redhat.com>
4439
4440 * probe.h (get_probe_argument_count): New declaration.
4441 (evaluate_probe_argument): Likewise.
4442 * probe.c (get_probe_argument_count): New function.
4443 (evaluate_probe_argument): Likewise.
4444 (probe_safe_evaluate_at_pc): Use the above new functions.
4445
4446 2013-06-04 Alan Modra <amodra@gmail.com>
4447
4448 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4449 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4450 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4451 target mem reads on optional insns.
4452 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4453 ppc_insns_match_pattern calls.
4454 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4455 Add match for power7 thread safety insns, and new order of
4456 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4457 invocation in comment, and update rest of comment.
4458 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4459 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4460 (ppc64_standard_linkage2_target): Update insn offsets.
4461 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4462 stubs first. Update calls.
4463
4464 2013-06-04 Yao Qi <yao@codesourcery.com>
4465
4466 * solib.c (solib_find): Don't need dir separator if path has
4467 drive spec.
4468
4469 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4470
4471 Revert (indirectly causes a SIGSEGV):
4472 * machoread.c (macho_symfile_read): Assign first cleanup to
4473 'back_to'.
4474
4475 2013-06-03 Yao Qi <yao@codesourcery.com>
4476
4477 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4478 mi-parse.c. Make them static.
4479 (mi_all_values): Likewise.
4480 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4481 mi_parse_print_values. Make it external.
4482 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4483 Remove the declarations.
4484 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4485 * mi/mi-parse.h (mi_parse_print_values): Declare.
4486 * mi/mi-cmd-stack.c: Include mi-parse.h.
4487 (parse_print_values): Remove
4488 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4489 of parse_print_values.
4490 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4491
4492 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4493 Yao Qi <yao@codesourcery.com>
4494
4495 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4496 (encode_actions): Move code to ...
4497 (all_tracepoint_actions_and_cleanup): ... here. New.
4498 (trace_dump_command): Likewise.
4499
4500 2013-05-30 Tom Tromey <tromey@redhat.com>
4501
4502 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4503
4504 2013-05-30 Tom Tromey <tromey@redhat.com>
4505
4506 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4507 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4508 'old_chain' argument. Add 'parser_result' argument.
4509 (gdb_xml_create_parser_and_cleanup): Remove old version.
4510 (gdb_xml_parse_quick): Update.
4511 (xml_process_xincludes): Update.
4512 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4513 declare.
4514
4515 2013-05-30 Tom Tromey <tromey@redhat.com>
4516
4517 * probe.c (collect_probes): Check arguments for NULL before
4518 calling compile_rx_or_error.
4519 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4520 Remove NULL return.
4521
4522 2013-05-30 Tom Tromey <tromey@redhat.com>
4523
4524 * infrun.c (adjust_pc_after_break): Introduce an outer null
4525 cleanup.
4526
4527 2013-05-30 Tom Tromey <tromey@redhat.com>
4528
4529 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4530
4531 2013-05-30 Tom Tromey <tromey@redhat.com>
4532
4533 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4534 for 'old_chain'. Do not check 'head' before processing
4535 cleanups.
4536
4537 2013-05-30 Tom Tromey <tromey@redhat.com>
4538
4539 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4540 "cleanup_tuple".
4541
4542 2013-05-30 Tom Tromey <tromey@redhat.com>
4543
4544 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4545 inner scope. Unconditionally call do_cleanups.
4546
4547 2013-05-30 Tom Tromey <tromey@redhat.com>
4548
4549 * source.c (find_and_open_source): Call do_cleanups.
4550
4551 2013-05-30 Tom Tromey <tromey@redhat.com>
4552
4553 * linux-thread-db.c (thread_db_load_search): Unconditionally
4554 call do_cleanups.
4555
4556 2013-05-30 Tom Tromey <tromey@redhat.com>
4557
4558 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4559 for 'cleanup'; instead use a later one.
4560
4561 2013-05-30 Tom Tromey <tromey@redhat.com>
4562
4563 * python/py-breakpoint.c (bppy_get_commands): Use
4564 explicit, unconditional return.
4565 * python/py-frame.c (frapy_read_var): Likewise.
4566 * python/python.c (gdbpy_decode_line): Likewise.
4567
4568 2013-05-30 Tom Tromey <tromey@redhat.com>
4569
4570 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4571 do_cleanups on all return paths.
4572
4573 2013-05-30 Tom Tromey <tromey@redhat.com>
4574
4575 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4576
4577 2013-05-30 Tom Tromey <tromey@redhat.com>
4578
4579 * stabsread.c (read_struct_type): Call do_cleanups along
4580 all return paths.
4581
4582 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4583
4584 * mips-linux-tdep.c: Adjust formatting throughout.
4585
4586 2013-05-30 Tom Tromey <tromey@redhat.com>
4587
4588 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4589 along all return paths.
4590
4591 2013-05-30 Tom Tromey <tromey@redhat.com>
4592
4593 * symfile.c (find_separate_debug_file): Call do_cleanups
4594 along all return paths.
4595
4596 2013-05-30 Tom Tromey <tromey@redhat.com>
4597
4598 * symtab.c (search_symbols): Introduce a null cleanup for
4599 'retval_chain'.
4600
4601 2013-05-30 Tom Tromey <tromey@redhat.com>
4602
4603 * python/py-value.c (valpy_binop): Call do_cleanups before
4604 exiting loop.
4605
4606 2013-05-30 Tom Tromey <tromey@redhat.com>
4607
4608 * python/py-prettyprint.c (print_children): Remove extra
4609 do_cleanups call.
4610
4611 2013-05-30 Tom Tromey <tromey@redhat.com>
4612
4613 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4614 all return paths.
4615
4616 2013-05-30 Tom Tromey <tromey@redhat.com>
4617
4618 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4619 along all return paths.
4620
4621 2013-05-30 Tom Tromey <tromey@redhat.com>
4622
4623 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4624 call do_cleanups.
4625
4626 2013-05-30 Tom Tromey <tromey@redhat.com>
4627
4628 * varobj.c (c_value_of_root): Call do_cleanups along all
4629 return paths.
4630
4631 2013-05-30 Tom Tromey <tromey@redhat.com>
4632
4633 * tracepoint.c (trace_dump_command): Unconditionally call
4634 do_cleanups.
4635
4636 2013-05-30 Tom Tromey <tromey@redhat.com>
4637
4638 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4639 do_cleanups earlier.
4640
4641 2013-05-30 Tom Tromey <tromey@redhat.com>
4642
4643 * machoread.c (macho_symfile_read): Assign first cleanup to
4644 'back_to'.
4645
4646 2013-05-30 Tom Tromey <tromey@redhat.com>
4647
4648 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4649
4650 2013-05-30 Tom Tromey <tromey@redhat.com>
4651
4652 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4653
4654 2013-05-30 Tom Tromey <tromey@redhat.com>
4655
4656 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4657 call discard_cleanups.
4658 (inf_ptrace_attach): Likewise.
4659
4660 2013-05-30 Tom Tromey <tromey@redhat.com>
4661
4662 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4663 return paths.
4664 (mips_initialize): Likewise.
4665 (common_open): Call do_cleanups.
4666
4667 2013-05-30 Tom Tromey <tromey@redhat.com>
4668
4669 * utils.c (internal_vproblem): Call do_cleanups.
4670
4671 2013-05-30 Tom Tromey <tromey@redhat.com>
4672
4673 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4674
4675 2013-05-30 Tom Tromey <tromey@redhat.com>
4676
4677 * cli/cli-script.c (setup_user_args): Don't return after error.
4678
4679 2013-05-30 Tom Tromey <tromey@redhat.com>
4680
4681 * somread.c (som_symtab_read): Call do_cleanups.
4682
4683 2013-05-30 Tom Tromey <tromey@redhat.com>
4684
4685 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4686
4687 2013-05-30 Tom Tromey <tromey@redhat.com>
4688
4689 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4690 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4691 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4692 * source.c (show_substitute_path_command): Call do_cleanups.
4693 (unset_substitute_path_command, set_substitute_path_command):
4694 Likewise.
4695 * symfile.c (load_command): Call do_cleanups.
4696
4697 2013-05-30 Tom Tromey <tromey@redhat.com>
4698
4699 * contrib/cleanup_check.py: New file.
4700 * contrib/gcc-with-excheck: Add option parsing.
4701
4702 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4703
4704 * windows-nat.c (windows_delete_thread): Add missing space
4705 in cast expression.
4706
4707 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4708
4709 * inferior.c (top level): Include tilde.h.
4710 (add_inferior_command): Call tilde_expand on the value of 'exec'
4711 argument.
4712
4713 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4714 Yao Qi <yao@codesourcery.com>
4715
4716 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4717 Caller update.
4718 (encode_actions): Likewise.
4719 * remote.c (remote_download_tracepoint): Caller update.
4720 * tracepoint.h (encode_actions): Update declaration.
4721
4722 2013-05-30 Pedro Alves <palves@redhat.com>
4723
4724 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4725 pointer.
4726
4727 2013-05-30 Yao Qi <yao@codesourcery.com>
4728
4729 * remote.c (remote_check_symbols): Remove unused parameter
4730 'objfile'.
4731 Declaration update.
4732 (remote_start_remote, remote_new_objfile): Caller update.
4733
4734 2013-05-30 Yao Qi <yao@codesourcery.com>
4735
4736 * mi/mi-cmds.c (mi_cmds): Define MI command
4737 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4738 DEF_MI_CMD_CLI.
4739
4740 2013-05-29 Pedro Alves <palves@redhat.com>
4741
4742 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4743 (remote_insert_watchpoint, remote_remove_watchpoint)
4744 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4745 (remote_verify_memory, compare_sections_command)
4746 (remote_search_memory): Set the general process/thread on the
4747 remote side.
4748
4749 2013-05-29 Pedro Alves <palves@redhat.com>
4750
4751 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4752 (_initialize_aarch64_tdep): Don't call
4753 initialize_tdesc_aarch64_without_fpu.
4754 * features/Makefile (WHICH): Remove reference to
4755 aarch64-without-fpu.
4756 * features/aarch64-without-fpu.c: Delete file.
4757 * regformats/aarch64-without-fpu.dat: Delete file.
4758
4759 2013-05-28 Yao Qi <yao@codesourcery.com>
4760
4761 * tracepoint.c (stringify_collection_list): Remove parameter
4762 'string'.
4763 (encode_actions): Caller update. Remove local variables.
4764
4765 2013-05-24 Yao Qi <yao@codesourcery.com>
4766
4767 * tracepoint.c (TFILE_PID): Remove.
4768 (tfile_open): Don't add thread and inferior.
4769 (tfile_close): Don't set 'inferior_ptid'. Don't call
4770 exit_inferior_silent.
4771 (tfile_thread_alive): Remove.
4772 (init_tfile_ops): Don't set field 'to_thread_alive' of
4773 tfile_ops.
4774
4775 2013-05-23 Doug Evans <dje@google.com>
4776
4777 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4778
4779 2013-05-23 Pedro Alves <palves@redhat.com>
4780
4781 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4782 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4783 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4784 Only define if HAVE_SOCKETS is defined.
4785 * configure.ac: Check for sys/socket.h.
4786 * config.in, configure: Regenerate.
4787
4788 2013-05-23 Pedro Alves <palves@redhat.com>
4789
4790 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4791 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4792 printing uint32_t variables.
4793
4794 2013-05-23 Pedro Alves <palves@redhat.com>
4795
4796 * NEWS: Mention GDBserver range stepping support.
4797
4798 2013-05-23 Yao Qi <yao@codesourcery.com>
4799 Pedro Alves <palves@redhat.com>
4800
4801 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4802 field.
4803 * infcmd.c (step_once, until_next_command): Enable range stepping.
4804 * infrun.c (displaced_step_prepare): Disable range stepping.
4805 (resume): Disable range stepping if stepping over a breakpoint or
4806 we have software watchpoints. If range stepping is enabled,
4807 assert the thread is in the stepping range.
4808 (clear_proceed_status_thread): Clear may_range_step.
4809 (handle_inferior_event): Disable range stepping as soon as we know
4810 the thread that hit the event. Re-enable it whenever we're going
4811 to step with a step range.
4812 * remote.c (struct vCont_action_support) <r>: New field.
4813 (use_range_stepping): New global.
4814 (remote_vcont_probe): Handle 'r' action.
4815 (append_resumption): Append an 'r' action if the thread may range
4816 step.
4817 (show_range_stepping): New function.
4818 (set_range_stepping): New function.
4819 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4820 'set range-stepping' and 'show range-stepping' commands.
4821 * NEWS: Mention range stepping, the new vCont;r action, and the
4822 new "set/show range-stepping" commands.
4823
4824 2013-05-23 Yao Qi <yao@codesourcery.com>
4825 Pedro Alves <palves@redhat.com>
4826
4827 * remote.c (struct vCont_action_support): New struct.
4828 (struct remote_state) <support_vCont_t>: Remove field.
4829 <vCont_actions_support>: New field.
4830 (remote_vcont_probe, remote_stop_ns): Update.
4831
4832 2013-05-23 Yao Qi <yao@codesourcery.com>
4833 Pedro Alves <palves@redhat.com>
4834
4835 * gdbthread.h (pc_in_thread_step_range): New declaration.
4836 * thread.c (pc_in_thread_step_range): New function.
4837 * infrun.c (handle_inferior_event): Use it.
4838
4839 2013-05-23 Joel Brobecker <brobecker@adacore.com>
4840
4841 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4842 of sprintf.
4843
4844 2013-05-22 Keith Seitz <keiths@redhat.com>
4845
4846 * ada-lang.c (is_known_support_routine): Add explicit free of
4847 'func_name' from find_frame_funname.
4848 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4849 for func_name from find_frame_funname.
4850 * python/py-frame.c (frapy_name): Add explicit free of
4851 'name' from find_frame_funname.
4852 * stack.c (find_frame_funname): Add comment explaining that
4853 funcp must be freed by the caller.
4854 Return copy of symbol names instead of pointers.
4855 (print_frame): Add a cleanup for 'funname' from
4856 find_frame_funname.
4857 * stack.h (find_frame_funname): Remove "const" from
4858 'funname' parameter.
4859
4860 2013-05-22 Tom Tromey <tromey@redhat.com>
4861
4862 PR c++/15401:
4863 * c-valprint.c (c_value_print): Use value_addr for
4864 references. Convert back to reference type with value_ref.
4865
4866 2013-05-22 Eli Zaretskii <eliz@gnu.org>
4867
4868 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4869 unloaded DLL, it will be done by handle_solib_event. See
4870 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4871 details.
4872
4873 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4874
4875 * ui-out.c: Create typedef ui_out_level_p and define vector
4876 operations for that type.
4877 (struct ui_out): Use a vector instead of an array.
4878 (current_level): Return level from a vector.
4879 (push_level): Create a level in a vector.
4880 (pop_level): Delete a level in a vector.
4881 (ui_out_new): Create initial level zero level, and store in a
4882 vector.
4883 (ui_out_destroy): Add vector cleanup.
4884
4885 2013-05-22 Pedro Alves <palves@redhat.com>
4886
4887 * python/python-internal.h (gdb_Py_DECREF): Tag with
4888 "ARI: editCase function".
4889
4890 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4891
4892 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4893
4894 2013-05-21 Pedro Alves <palves@redhat.com>
4895
4896 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4897 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4898 * python/py-utils.c (py_decref): Don't check for NULL before
4899 calling Py_DECREF.
4900
4901 2013-05-21 Pedro Alves <palves@redhat.com>
4902
4903 * python/py-utils.c (py_decref): Remove extra braces.
4904 (gdb_pymodule_addobject): Remove extra braces.
4905 * python-internal.h (gdb_Py_DECREF): New static inline function.
4906 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4907
4908 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4909
4910 * breakpoints.c (detach_breakpoints): Do not
4911 detach breakpoints locations with loc_type bp_loc_other.
4912
4913 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4914
4915 Workaround Python 2.6.
4916 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4917 a block.
4918
4919 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 Code cleanup: constification.
4922 * solib.c (solib_ops): Make return type and ops variable type const.
4923 (set_solib_ops): Make the new_ops parameter and ops variable const.
4924 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4925 (solib_add, solib_keep_data_in_core, clear_solib)
4926 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4927 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4928 const.
4929 * solib.h (set_solib_ops): Make the new_ops parameter const.
4930
4931 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4932
4933 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4934 variable.
4935 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4936 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4937 (SYSTEM_GDBINIT_FILES): New variables.
4938 (all): Add stamp-system-gdbinit.
4939 (stamp-system-gdbinit): New rule.
4940 (clean-system-gdbinit, install-system-gdbinit)
4941 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4942 (install-only): Add dependency on install-system-gdbinit.
4943 (uninstall): Add dependency on uninstall-system-gdbinit.
4944 (clean): Add dependency on clean-system-gdbinit.
4945 * system-gdbinit/elinos.py: New file.
4946 * system-gdbinit/wrs-linux.py: New file.
4947
4948 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4949
4950 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4951
4952 2013-05-21 Hui Zhu <hui@codesourcery.com>
4953
4954 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4955 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4956 * mi/mi-cmd-break.c (ctype.h): New include.
4957 (gdb_obstack.h): New include.
4958 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4959 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4960 (mi_cmd_dprintf_insert): New.
4961 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4962 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4963
4964 2013-05-20 Tom Tromey <tromey@redhat.com>
4965
4966 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4967
4968 2013-05-20 Tom Tromey <tromey@redhat.com>
4969
4970 * python/py-value.c (valpy_get_dynamic_type): Simplify
4971 dynamic_type assignment. Use Py_XINCREF.
4972
4973 2013-05-20 Tom Tromey <tromey@redhat.com>
4974
4975 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4976
4977 2013-05-20 Tom Tromey <tromey@redhat.com>
4978
4979 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4980 (gdbpy_selected_frame): Move object-construction code
4981 out of TRY_CATCH.
4982
4983 2013-05-20 Tom Tromey <tromey@redhat.com>
4984
4985 * python/py-arch.c (gdbpy_initialize_arch): Use
4986 gdb_pymodule_addobject.
4987 * python/py-block.c (gdbpy_initialize_blocks): Use
4988 gdb_pymodule_addobject.
4989 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4990 gdb_pymodule_addobject.
4991 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4992 gdb_pymodule_addobject.
4993 * python/py-event.c (gdbpy_initialize_event_generic): Use
4994 gdb_pymodule_addobject.
4995 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4996 gdb_pymodule_addobject.
4997 * python/py-evts.c (add_new_registry): Use
4998 gdb_pymodule_addobject.
4999 (gdbpy_initialize_py_events): Likewise.
5000 * python/py-finishbreakpoint.c
5001 (gdbpy_initialize_finishbreakpoints): Use
5002 gdb_pymodule_addobject.
5003 * python/py-frame.c (gdbpy_initialize_frames): Use
5004 gdb_pymodule_addobject.
5005 * python/py-function.c (gdbpy_initialize_functions): Use
5006 gdb_pymodule_addobject.
5007 * python/py-inferior.c (gdbpy_initialize_inferior): Use
5008 gdb_pymodule_addobject.
5009 * python/py-infthread.c (gdbpy_initialize_thread): Use
5010 gdb_pymodule_addobject.
5011 * python/py-objfile.c (gdbpy_initialize_objfile): Use
5012 gdb_pymodule_addobject.
5013 * python/py-param.c (gdbpy_initialize_parameters): Use
5014 gdb_pymodule_addobject.
5015 * python/py-progspace.c (gdbpy_initialize_pspace): Use
5016 gdb_pymodule_addobject.
5017 * python/py-symbol.c (gdbpy_initialize_symbols): Use
5018 gdb_pymodule_addobject.
5019 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5020 gdb_pymodule_addobject.
5021 * python/py-type.c (gdbpy_initialize_types): Use
5022 gdb_pymodule_addobject.
5023 * python/py-utils.c (gdb_pymodule_addobject): New function.
5024 * python/py-value.c (gdbpy_initialize_values): Use
5025 gdb_pymodule_addobject.
5026 * python/python-internal.h (gdb_pymodule_addobject): Declare.
5027 * python/python.c (_initialize_python): Use
5028 gdb_pymodule_addobject.
5029
5030 2013-05-20 Tom Tromey <tromey@redhat.com>
5031
5032 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5033 * python/py-param.c (get_set_value, get_show_value): Use
5034 explicit decrefs.
5035 * python/python.c (start_type_printers, apply_type_printers):
5036 Use explicit decrefs.
5037
5038 2013-05-20 Tom Tromey <tromey@redhat.com>
5039
5040 * python/py-evts.c (gdbpy_initialize_py_events): Don't
5041 incref the module.
5042
5043 2013-05-20 Tom Tromey <tromey@redhat.com>
5044
5045 * python/python.c (gdbpy_run_events): Decref the result
5046 of PyObject_CallObject.
5047
5048 2013-05-20 Tom Tromey <tromey@redhat.com>
5049
5050 * python/py-symtab.c (set_sal): Use
5051 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
5052 (symtab_and_line_to_sal_object): Update.
5053
5054 2013-05-20 Tom Tromey <tromey@redhat.com>
5055
5056 * python/py-param.c (compute_enum_values): Decref 'item'.
5057
5058 2013-05-20 Tom Tromey <tromey@redhat.com>
5059
5060 * mi/mi-main.c: Include python-internal.h.
5061 (mi_cmd_list_features): Check gdb_python_initialized.
5062 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5063 (python_inferior_exit, python_new_objfile, add_thread_object)
5064 (delete_thread_object, py_free_inferior): Check
5065 gdb_python_initialized.
5066 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5067 gdb_python_initialized.
5068 * python/py-type.c (save_objfile_types): Check
5069 gdb_python_initialized.
5070 * python/python-internal.h (gdb_python_initialized): Declare.
5071 * python/python.c (ensure_python_env): Throw exception if
5072 Python not initialized.
5073 (before_prompt_hook, source_python_script_for_objfile)
5074 (start_type_printers, apply_type_printers,
5075 free_type_printers): Check gdb_python_initialized.
5076 * varobj.c (varobj_get_display_hint)
5077 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5078 (install_new_value_visualizer, varobj_set_visualizer)
5079 (value_get_print_value): Check gdb_python_initialized.
5080
5081 2013-05-20 Tom Tromey <tromey@redhat.com>
5082
5083 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5084 Check errors.
5085 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5086 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5087 Check errors.
5088 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5089 Check errors.
5090 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5091 Check errors.
5092 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5093 Check errors.
5094 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5095 init function to return 'int'.
5096 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5097 Return 'int'. Check errors.
5098 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5099 Check errors.
5100 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5101 Return 'int'. Check errors.
5102 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5103 Check errors.
5104 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5105 Check errors.
5106 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5107 Check errors.
5108 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5109 Check errors.
5110 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5111 Check errors.
5112 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5113 Check errors.
5114 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5115 Check errors.
5116 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5117 Check errors.
5118 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5119 Check errors.
5120 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5121 Check errors.
5122 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5123 Check errors.
5124 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5125 Check errors.
5126 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5127 Check errors.
5128 * python/python-internal.h (gdbpy_initialize_auto_load,
5129 gdbpy_initialize_values, gdbpy_initialize_frames,
5130 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5131 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5132 gdbpy_initialize_blocks, gdbpy_initialize_types,
5133 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5134 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5135 gdbpy_initialize_finishbreakpoints,
5136 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5137 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5138 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5139 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5140 gdbpy_initialize_signal_event,
5141 gdbpy_initialize_breakpoint_event,
5142 gdbpy_initialize_continue_event,
5143 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5144 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5145 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5146 * python/python.c (gdb_python_initialized): New global.
5147 (gdbpy_initialize_events): Return 'int'. Check errors.
5148 (_initialize_python): Check errors. Set
5149 gdb_python_initialized.
5150
5151 2013-05-20 Tom Tromey <tromey@redhat.com>
5152
5153 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5154 Decref the reslut of PyObject_CallMethod.
5155
5156 2013-05-20 Tom Tromey <tromey@redhat.com>
5157
5158 * python/py-event.c (gdbpy_initialize_event_generic): Return
5159 early if PyType_Ready fails.
5160
5161 2013-05-20 Tom Tromey <tromey@redhat.com>
5162
5163 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5164 as 'default' in the switch.
5165
5166 2013-05-20 Tom Tromey <tromey@redhat.com>
5167
5168 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5169 get_addr_from_python calls out of TRY_CATCH.
5170 (infpy_write_memory, infpy_search_memory): Likewise.
5171 * python/py-utils.c (get_addr_from_python): Return negative
5172 value on error. Use TRY_CATCH.
5173 * python/python-internal.h (get_addr_from_python): Use
5174 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5175
5176 2013-05-20 Tom Tromey <tromey@redhat.com>
5177
5178 * python/py-event.c (evpy_emit_event): Decref the
5179 result of PyObject_CallFunctionObjArgs.
5180
5181 2013-05-20 Tom Tromey <tromey@redhat.com>
5182
5183 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5184 Correctly decref.
5185
5186 2013-05-20 Tom Tromey <tromey@redhat.com>
5187
5188 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5189
5190 2013-05-20 Tom Tromey <tromey@redhat.com>
5191
5192 * python/py-event.h (gdbpy_initialize_event_generic): Use
5193 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5194 * python/py-evts.c (add_new_registry): Use
5195 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5196 * python/python-internal.h
5197 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5198
5199 2013-05-20 Tom Tromey <tromey@redhat.com>
5200
5201 * python/py-arch.c (archpy_disassemble): Update.
5202 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5203 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5204 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5205 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5206 macro.
5207 (GDB_PY_HANDLE_EXCEPTION): Update.
5208 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5209
5210 2013-05-20 Tom Tromey <tromey@redhat.com>
5211
5212 * python/python-internal.h (events_object_type): Remove.
5213
5214 2013-05-20 Tom Tromey <tromey@redhat.com>
5215
5216 * python/py-event.h (evpy_emit_event): Use
5217 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5218 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5219 New macro.
5220
5221 2013-05-20 Tom Tromey <tromey@redhat.com>
5222
5223 * py-evtregistry.c (create_event_object): Decref
5224 eventregistry_object if PyList_New fails.
5225
5226 2013-05-20 Tom Tromey <tromey@redhat.com>
5227
5228 * py-cmd.c (gdbpy_string_to_argv): Check result of
5229 PyList_New.
5230
5231 2013-05-20 Tom Tromey <tromey@redhat.com>
5232
5233 * python/python.c (before_prompt_hook): Add cleanup to
5234 decref 'hook'.
5235
5236 2013-05-20 Tom Tromey <tromey@redhat.com>
5237
5238 * python/py-function.c (fnpy_init): Decref result of
5239 PyObject_GetAttrString.
5240
5241 2013-05-20 Tom Tromey <tromey@redhat.com>
5242
5243 * python/py-threadevent.c (get_event_thread): Use
5244 CPYCHECKER_RETURNS_BORROWED_REF.
5245 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5246 New define.
5247 (pspace_to_pspace_object, objfile_to_objfile_object)
5248 (find_thread_object): Use it.
5249
5250 2013-05-20 Tom Tromey <tromey@redhat.com>
5251
5252 * python/py-arch.c (arch_object_type): Use
5253 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5254 * python/py-block.c (block_syms_iterator_object_type):
5255 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5256 * python/py-bpevent.c (breakpoint_event_object_type):
5257 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5258 * python/py-cmd.c (cmdpy_object_type): Use
5259 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5260 * python/py-continueevent.c (continue_event_object_type):
5261 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5262 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5263 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5264 * python/py-events.h (thread_event_object_type):
5265 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5266 * python/py-evtregistry.c (eventregistry_object_type): Use
5267 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5268 * python/py-exitedevent.c (exited_event_object_type):
5269 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5270 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5271 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5272 * python/py-function.c (fnpy_object_type): Use
5273 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5274 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5275 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5276 * python/py-infthread.c (thread_object_type): Use
5277 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5278 * python/py-lazy-string.c (lazy_string_object_type):
5279 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5280 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5281 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5282 * python/py-objfile.c (objfile_object_type): Use
5283 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5284 * python/py-param.c (parmpy_object_type):
5285 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5286 * python/py-progspace.c (pspace_object_type):
5287 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5288 * python/py-signalevent.c (signal_event_object_type):
5289 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5290 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5291 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5292 * python/py-type.c (type_object_type, field_object_type)
5293 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5294 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5295 define.
5296 (value_object_type, block_object_type, symbol_object_type)
5297 (event_object_type, stop_event_object_type, breakpoint_object_type)
5298 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5299
5300 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5301
5302 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5303 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5304
5305 2013-05-20 Doug Evans <dje@google.com>
5306
5307 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5308 For Fission.
5309 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5310 reading_dwo_directly.
5311 (struct signatured_type): New member dwo_unit.
5312 (struct die_reader_specs): New member comp_dir.
5313 (create_signatured_type_table_from_index): Use malloc for
5314 all_type_units instead of objfile's obstack.
5315 (create_all_type_units): Ditto.
5316 (fill_in_sig_entry_from_dwo_entry): New function.
5317 (add_type_unit): New function.
5318 (lookup_dwo_signatured_type): New function.
5319 (lookup_dwp_signatured_type): New function.
5320 (lookup_signatured_type): New arg cu. All callers updated.
5321 (init_cu_die_reader): Initialize comp_dir.
5322 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5323 Change assert of matching type signatures to call error on mismatch.
5324 (lookup_dwo_unit): Add assert.
5325 (init_tu_and_read_dwo_dies): New function.
5326 (init_cutu_and_read_dies): Call it.
5327 (build_type_unit_groups): Handle case of no type unit groups created.
5328 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5329 (lookup_dwo_cutu): Tweak complaint.
5330 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5331 (dwarf2_per_objfile_free): Free all_type_units.
5332
5333 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5334
5335 * windows-nat.c (handle_unload_dll): Add missing empty line.
5336
5337 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5338
5339 * dwarf2read.c (prototyped_function_p): New function.
5340 (read_subroutine_type): Use it.
5341
5342 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5343
5344 * rs6000-aix-tdep.c: De-indent some example code provided
5345 as a comment.
5346
5347 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5348
5349 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5350 region is ok for a hardware watchpoint using the new ptrace interface
5351 on Power servers.
5352
5353 2013-05-17 Doug Evans <dje@google.com>
5354
5355 * NEWS: Mention new maintenance commands check-symtabs, and
5356 expand-symtabs, and renamed check-psymtabs.
5357 * psymtab.c (maintenance_check_psymtabs): Renamed from
5358 maintenance_check_symtabs. Only process already-expanded symbol
5359 tables.
5360 (_initialize_psymtab): Update.
5361 * symmisc.c (maintenance_check_symtabs): New function.
5362 (maintenance_expand_name_matcher): New function
5363 (maintenance_expand_file_matcher): New function
5364 (maintenance_expand_symtabs): New function.
5365 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5366 commands.
5367
5368 2013-05-17 Tom Tromey <tromey@redhat.com>
5369
5370 * python/py-inferior.c (infpy_read_memory): Don't call
5371 PyErr_SetString if PyObject_New fails.
5372 * python/py-frame.c (frame_info_to_frame_object): Don't call
5373 PyErr_SetString if PyObject_New fails.
5374
5375 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5376
5377 * acinclude.m4: Add check for dlopen in libdl.
5378 * configure.ac: Ditto.
5379 * configure: Regenerate.
5380
5381 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5382
5383 * frame.c (frame_stash): Convert to htab.
5384 (frame_addr_hash): New function.
5385 (frame_addr_hash_eq): New function.
5386 (frame_stash_create): Convert function to create
5387 a hash table.
5388 (frame_stash_add): Convert function to add an entry to a hash
5389 table.
5390 (frame_stash_find): Convert function to search the hash table.
5391 (frame_stash_invalidate): Convert function to empty the hash
5392 table.
5393 (get_frame_id): Only add to stash if a frame_id is created.
5394 (_initialize_frame): Call frame_stash_create.
5395
5396 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5397
5398 * configure.ac: Ensure MIG is available when building for GNU Hurd
5399 hosts.
5400 * configure: Regenerate.
5401
5402 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5403
5404 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5405
5406 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5407
5408 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5409 all cleanups are done before returning from this function.
5410
5411 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5412
5413 * utils.h: #include "exceptions.h".
5414 (enum errors): Remove partial declaration.
5415
5416 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5417
5418 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5419 * gdbarch.h, gdbarch.c: Regenerate.
5420 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5421 handling.
5422
5423 * rs6000-aix-tdep.h: New file.
5424 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5425 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5426 "xml-utils.h".
5427 (struct field_info, struct ld_info_desc): New types.
5428 (ld_info32_desc, ld_info64_desc): New static constants.
5429 (struct ld_info): New type.
5430 (rs6000_aix_extract_ld_info): New function.
5431 (rs6000_aix_shared_library_to_xml): Likewise.
5432 (rs6000_aix_ld_info_to_xml): Likewise.
5433 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5434 (rs6000_aix_init_osabi): Add call to
5435 set_gdbarch_core_xfer_shared_libraries_aix.
5436 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5437 Remove "xml-utils.h" include.
5438 (LdInfo): Delete typedef.
5439 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5440 Delete macros.
5441 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5442 Adjust code accordingly.
5443 (rs6000_core_ldinfo): Delete, folded into
5444 rs6000_aix_core_xfer_shared_libraries_aix.
5445 (rs6000_xfer_shared_library): Delete.
5446 (rs6000_xfer_shared_libraries): Reimplement.
5447
5448 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5449
5450 * record.c (record_goto_cmdlist): New.
5451 (cmd_record_goto): Split into this ...
5452 (cmd_record_goto_begin): ... this
5453 (cmd_record_goto_end): ... and this.
5454 (_initialize_record): Change "record goto" to prefix command.
5455 Add commands for "record goto begin" and "record goto end".
5456 Add an alias for "record goto start" to "record goto begin".
5457
5458 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5459
5460 * linespec.c (convert_linespec_to_sals): New comment for
5461 SOURCE_FILENAME assignment.
5462
5463 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5464
5465 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5466 internal_warning.
5467
5468 2013-05-14 Tom Tromey <tromey@redhat.com>
5469
5470 * eval.c (parse_and_eval_long): Make 'exp' const.
5471 * value.h (parse_and_eval_long): Update.
5472
5473 2013-05-14 Tom Tromey <tromey@redhat.com>
5474
5475 * ui-file.c (gdb_fopen): Make arguments const.
5476 * ui-file.h (gdb_fopen): Make arguments const.
5477
5478 2013-05-14 Tom Tromey <tromey@redhat.com>
5479
5480 * remote.c (remote_set_trace_notes): Make arguments const.
5481 * target.c (update_current_target): Update cast.
5482 * target.h (to_set_trace_notes): Make arguments const.
5483
5484 2013-05-14 Tom Tromey <tromey@redhat.com>
5485
5486 * go32-nat.c (go32_terminal_info): Make 'args' const.
5487 * inferior.h (child_terminal_info): Update.
5488 * inflow.c (child_terminal_info): Make 'args' const.
5489 * target.c (default_terminal_info): Make 'args' const.
5490 (debug_to_terminal_save_ours): Likewise.
5491 * target.h (struct target_ops) <to_terminal_info>: Make argument
5492 const.
5493
5494 2013-05-13 Tom Tromey <tromey@redhat.com>
5495
5496 * gcore.c (create_gcore_bfd): Make 'filename' const.
5497 * gcore.h (create_gcore_bfd): Make 'filename' const.
5498 * record-full.c (record_full_save): Make 'recfilename' const.
5499 * target.c (target_save_record): Make 'filename' const.
5500 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5501 const.
5502 (target_save_record): Likewise.
5503
5504 2013-05-13 Tom Tromey <tromey@redhat.com>
5505
5506 PR gdb/15338:
5507 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5508 ranges section has been read.
5509
5510 2013-05-13 Tom Tromey <tromey@redhat.com>
5511
5512 PR exp/15364:
5513 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5514 STRUCTOP_PTR>: Return a not_lval value for
5515 EVAL_AVOID_SIDE_EFFECTS.
5516 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5517 for EVAL_AVOID_SIDE_EFFECTS.
5518
5519 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5520
5521 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5522 floating point registers to register type before storing
5523 value.
5524 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5525 Likewise.
5526
5527 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5528 Tom Tromey <tromey@redhat.com>
5529
5530 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5531 New functions.
5532 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5533 Declare.
5534 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5535 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5536 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5537 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5538
5539 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5540 Tom Tromey <tromey@redhat.com>
5541
5542 PR build/15414:
5543 * configure: Rebuild.
5544 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5545 with -Wno-format.
5546
5547 2013-05-10 Pedro Alves <palves@redhat.com>
5548
5549 * remote.c (_initialize_remote): Fix spelling of
5550 qXfer:traceframe-info:read packet in packet config command.
5551
5552 2013-05-10 David Taylor <dtaylor@emc.com>
5553
5554 PR remote/15455
5555
5556 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5557 "QTro" at start of packet.
5558
5559 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5560
5561 * solib-aix.c (solib_aix_relocate_section_addresses):
5562 For the .bss section action, apply the same offset as
5563 the .data section.
5564
5565 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5566
5567 * solib-aix.c (solib_aix_relocate_section_addresses):
5568 Remove FIXME comment.
5569
5570 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5571
5572 PR tdep/15420:
5573 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5574 New functions, directly copied from sparc-sol-thread.c.
5575 * sparc-sol-thread.c: Delete.
5576 * configure.ac: Remove code handling sparc-solaris-thread.c.
5577 * configure: Regenerate.
5578
5579 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5580
5581 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5582 filter logic.
5583 (backtrace_command): Add "no-filters" option parsing.
5584 (_initialize_stack): Alter help to reflect "no-filters" option.
5585 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5586 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5587 (py-frame.o): Add target
5588 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5589 filter files.
5590 * python/python.h: Add new frame filter constants, and flag enum.
5591 (apply_frame_filter): Add definition.
5592 * python/python.c (apply_frame_filter): New non-Python
5593 enabled function.
5594 * python/py-utils.c (py_xdecref): New function.
5595 (make_cleanup_py_xdecref): Ditto.
5596 * python/py-objfile.c: Declare frame_filters dictionary.
5597 (objfpy_dealloc): Add frame_filters dealloc.
5598 (objfpy_new): Initialize frame_filters attribute.
5599 (objfile_to_objfile_object): Ditto.
5600 (objfpy_get_frame_filters): New function.
5601 (objfpy_set_frame_filters): New function.
5602 * python/py-progspace.c: Declare frame_filters dictionary.
5603 (pspy_dealloc): Add frame_filters dealloc.
5604 (pspy_new): Initialize frame_filters attribute.
5605 (pspacee_to_pspace_object): Ditto.
5606 (pspy_get_frame_filters): New function.
5607 (pspy_set_frame_filters): New function.
5608 * python/py-framefilter.c: New file.
5609 * python/lib/gdb/command/frame_filters.py: New file.
5610 * python/lib/gdb/frames.py: New file.
5611 * python/lib/gdb/__init__.py: Initialize global frame_filters
5612 dictionary
5613 * python/lib/gdb/FrameDecorator.py: New file.
5614 * python/lib/gdb/FrameIterator.py: New file.
5615 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5616 * mi/mi-cmds.h: Declare.
5617 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5618 --no-frame-filter logic, and Python frame filter logic.
5619 (stack_enable_frame_filters): New function.
5620 (parse_no_frame_option): Ditto.
5621 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5622 filter logic.
5623 (mi_cmd_stack_list_locals): Ditto.
5624 (mi_cmd_stack_list_args): Ditto.
5625 (mi_cmd_stack_list_variables): Ditto.
5626 * NEWS: Add frame filter note.
5627
5628 2013-05-09 Doug Evans <dje@google.com>
5629
5630 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5631 All callers updated.
5632 (syms_from_objfile): Ditto. Make static.
5633 (symbol_file_add_with_addrs): Renamed from
5634 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5635 num_offsets. All callers updated.
5636 * symfile.h (syms_from_objfile): Delete.
5637
5638 * symfile.c (decrement_reading_symtab): Add assert.
5639 (increment_reading_symtab): Ditto.
5640
5641 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5642
5643 * source.c (forward_search_command): Replace call to getc
5644 by call to fgetc.
5645 (reverse_search_command): Likewise.
5646
5647 2013-05-08 Doug Evans <dje@google.com>
5648
5649 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5650 matching test.
5651
5652 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5653
5654 * sol-thread.c (info_cb): Factorize the code a little.
5655
5656 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5657
5658 * sol-thread.c (info_cb): Rework the output of the "maintenance
5659 info sol-threads" command a bit.
5660
5661 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5662
5663 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5664 Replace ti.ti_startfunc by ti.ti_pc.
5665
5666 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5667
5668 * solib-aix.c (solib_aix_free_library_list): New function
5669 for the case where HAVE_LIBEXPAT is not defined.
5670
5671 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5672
5673 PR breakpoints/15413:
5674 * breakpoint.c (condition_completer): Simplify the code to
5675 disconsider multiple locations of breakpoints when completing the
5676 "condition" command.
5677
5678 2013-05-07 Pierre Muller <muller@sourceware.org>
5679
5680 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5681 instead of <sys/wait.h>.
5682
5683 2013-05-07 Pierre Muller <muller@sourceware.org>
5684
5685 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5686 trailing new line from warning message.
5687
5688 2013-05-07 Pierre Muller <muller@sourceware.org>
5689
5690 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5691 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5692
5693 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5694
5695 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5696 error message (ARI fix).
5697
5698 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5699
5700 * features/library-list-aix.dtd: Replace library-list by
5701 library-list-aix.
5702 * rs6000-nat.c: Replace library-list by library-list-aix
5703 throughout.
5704 * solib-aix.c: Likewise.
5705
5706 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5707
5708 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5709 Renames TARGET_OBJECT_AIX_LIBRARIES.
5710 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5711 TARGET_OBJECT_LIBRARIES_AIX throughout.
5712 * solib-aix.c: Likwise.
5713
5714 2013-05-07 Yao Qi <yao@codesourcery.com>
5715
5716 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5717 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5718
5719 2013-05-07 Yao Qi <yao@codesourcery.com>
5720
5721 * solib-dsbt.c (enable_break): Declare.
5722 (dsbt_current_sos): Remove call to enable_break2.
5723 (enable_break2): Rename to enable_break. Set solib breakpoint
5724 on '_dl_debug_state'.
5725 (enable_break): Remove.
5726
5727 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5728
5729 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5730 debug state prior to replicating existing hardware watchpoints or
5731 breakpoints.
5732
5733 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5734
5735 * gcore.c (gcore_create_callback): Ignore sections with
5736 separate_debug_objfile_backlink != NULL.
5737
5738 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5739 Andrew Jenner <andrew@codesourcery.com>
5740 Chung-Lin Tang <cltang@codesourcery.com>
5741 Julian Brown <julian@codesourcery.com>
5742
5743 Based on the nios2-elf port from Altera Corporation.
5744
5745 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5746 nios2-linux-tdep.o.
5747 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5748 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5749 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5750 * nios2-tdep.h: New.
5751 * nios2-tdep.c: New.
5752 * nios2-linux-tdep.c: New.
5753 * features/Makefile (WHICH): Add nios2-linux.
5754 (nios2-linux-expedite): Set.
5755 * features/nios2-cpu.xml: New.
5756 * features/nios2.xml: New.
5757 * features/nios2-linux.xml: New.
5758 * features/nios2.c: New (autogenerated).
5759 * features/nios2-linux.c: New (autogenerated).
5760 * regformats/nios2-linux.dat: New (autogenerated).
5761 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5762 and commands.
5763
5764 2013-05-06 Doug Evans <dje@google.com>
5765
5766 * symfile.c: Whitespace cleanup.
5767
5768 * solist.h (struct target_so_ops): New member clear_so.
5769 * solib-svr4.c (svr4_clear_so): New function.
5770 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5771 * solib.c (clear_so): Renamed from free_so_symbols.
5772 All callers updated. Call target clear_so if it exists.
5773
5774 2013-05-06 Tom Tromey <tromey@redhat.com>
5775
5776 * ada-lang.c (ada_value_primitive_packed_val): Don't
5777 call value_incref.
5778 * value.c (set_value_parent): Incref the new parent and decref
5779 the old parent.
5780 (value_copy, value_primitive_field): Use set_value_parent.
5781
5782 2013-05-06 Tom Tromey <tromey@redhat.com>
5783
5784 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5785 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5786 if needed.
5787 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5788 * dwarf2read.c (write_constant_as_bytes)
5789 (dwarf2_fetch_constant_bytes): New functions.
5790
5791 2013-05-06 Tom Tromey <tromey@redhat.com>
5792
5793 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5794 parameters.
5795 (dwarf2_const_value_attr): Update.
5796
5797 2013-05-06 Tom Tromey <tromey@redhat.com>
5798
5799 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5800 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5801 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5802 Remove declaration.
5803
5804 2013-05-06 Tom Tromey <tromey@redhat.com>
5805
5806 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5807 objfile's obstack.
5808
5809 2013-05-06 Doug Evans <dje@google.com>
5810
5811 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5812 * stabsread.h (process_one_symbol): Update declaration.
5813 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5814 * elfread.c (elf_symfile_relocate_probe): Ditto.
5815 * psymtab.c (relocate_psymtabs): Ditto.
5816 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5817 (objfile_relocate): Ditto.
5818 * objfiles.h (objfile_relocate): Update declaration.
5819 * symfile.c (relative_addr_info_to_section_offsets): Constify
5820 addrs parameter.
5821 (default_symfile_offsets): Ditto.
5822 (syms_from_objfile_1): Constify offsets parameter.
5823 (syms_from_objfile): Ditto.
5824 (symbol_file_add_with_addrs_or_offsets): Ditto.
5825 (symfile_map_offsets_to_segments): Constify data parameter.
5826 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5827 delta parameters of member relocate.
5828 (struct sym_probe_fns): Constify new_offsets,
5829 delta parameters of member sym_relocate_probe.
5830 (struct sym_fns): Constify section_addr_info parameter of member
5831 sym_offsets.
5832 (relative_addr_info_to_section_offsets): Update declaration.
5833 (default_symfile_offsets): Ditto.
5834 (syms_from_objfile): Ditto.
5835 (symfile_map_offsets_to_segments): Ditto.
5836
5837 * symfile.c (syms_from_objfile_1): Use correct section count when
5838 objfile->sf == NULL.
5839
5840 2013-05-06 Mike Frysinger <vapier@gentoo.org>
5841
5842 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5843
5844 2013-05-06 Doug Evans <dje@google.com>
5845
5846 * psympriv.h (struct partial_symtab): Augment comment for member
5847 section_offsets.
5848
5849 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5850
5851 Reimplement shared library support on ppc-aix...
5852 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5853 * features/library-list-aix.dtd: New file.
5854 * solib-aix.h, solib-aix.c: New file.
5855 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5856 (rs6000_find_toc_address_hook): Delete.
5857 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5858 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5859 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5860 "xml-utils.h".
5861 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5862 (vmap_symtab, fixup_breakpoints): Delete.
5863 (rs6000_xfer_shared_libraries): New function.
5864 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5865 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5866 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5867 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5868 (rs6000_xfer_shared_library): New function.
5869 (find_toc_address): Delete.
5870 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5871 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5872 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5873 before creating minimal symbol. Adjust function description
5874 accordingly.
5875 (scan_xcoff_symtab): Replace call to
5876 prim_record_minimal_symbol_and_info by call to
5877 record_minimal_symbol.
5878 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5879 around default_symfile_offsets.
5880 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5881 powerpc-aix targets.
5882 * config/rs6000/nm-rs6000.h: Delete.
5883 * config/powerpc/aix.mh (NAT_FILE): Delete.
5884 (NATDEPFILES): Remove xcoffsolib.o.
5885 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5886 (ALL_TARGET_OBS): Add solib-aix.o.
5887 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5888 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5889 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5890 * xcoffsolib.h, xcoffsolib.c: Delete.
5891
5892 * solib.c (reload_shared_libraries): Remove reference to
5893 SOLIB_CREATE_INFERIOR_HOOK.
5894 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5895 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5896 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5897 comment.
5898 * corelow.c (deprecated_core_resize_section_table): Delete.
5899 * exec.c: Remove include of xcoffsolib.h".
5900 (map_vmap, vmap): Delete.
5901 (exec_close_1): Remove references to vmap.
5902 (exec_file_attach): Remove vmap handling code, and reference
5903 to DEPRECATED_IBM6000_TARGET.
5904 (bfdsec_to_vmap): Delete.
5905 (exec_files_info): Remove block of code handling VMAP.
5906 * infcmd.c (post_create_inferior): Remove reference to
5907 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5908 * infrun.c (follow_exec): Remove reference to
5909 SOLIB_CREATE_INFERIOR_HOOK.
5910 * stack.c (print_frame): Remove reference to PC_SOLIB.
5911 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5912 (dsbt_relocate_main_executable): Likewise.
5913 * solib-frv.c (frv_current_sos): Likewise.
5914
5915 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5916
5917 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5918 to target_write_memory and target_read_memory.
5919
5920 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5921
5922 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5923 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5924
5925 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5926
5927 * darwin-nat.c: Replace all "%x" instances in format strings
5928 into "0x%x" throughout.
5929
5930 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5931
5932 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5933 gdb_assert by call to MACH_CHECK_ERROR.
5934 (darwin_attach_pid): Raise an error rather than a failed
5935 assertion when various system calls failed. Report a warning
5936 instead of raising a failed assertion when PREV_NOT is not NULL
5937 after call to mach_port_request_notification.
5938 (darwin_ptrace_me): Raise an error rather than a failed
5939 assertion when read returns nonzero.
5940
5941 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5942
5943 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5944
5945 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5946
5947 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5948
5949 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5950
5951 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5952 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5953 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5954 a stale cleanup. Fix double free of NAME.
5955
5956 2013-05-04 Eli Zaretskii <eliz@gnu.org>
5957
5958 * windows-nat.c (windows_delete_thread): Accept an additional
5959 argument, the thread's exit code, and announce thread death when
5960 print_thread_events is non-zero and we are deleting a thread that
5961 is not the main thread.
5962 (get_windows_debug_event): Pass thread exit code to
5963 windows_delete_thread.
5964
5965 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5966
5967 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5968 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5969 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5970 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5971 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5972 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5973 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5974 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5975 (gdbarch_tdep): New struct.
5976 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5977 E_NUM_REGS.
5978 (v850e3v5_register_name): New function.
5979 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5980 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5981 code handling the struct return conventions for the RH850 ABI.
5982 Update all callers.
5983 (v850_eight_byte_align_p): New function.
5984 (v850_push_call_dummy): Push structs by value, not by reference
5985 for the RH850 ABI. Add support for eight byte alignment.
5986 (v850_dbtrap_breakpoint_from_pc): New function.
5987 (v850_gdbarch_init): Add ABI detection code. Register
5988 v850e3v5_register_name for the v850e3v5 architecture. Set the
5989 number of registers for v850e3v5. Register
5990 v850_dbtrap_breakpoint_from_pc as appropriate.
5991 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5992
5993 2013-05-03 Doug Evans <dje@google.com>
5994
5995 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5996 of bfd_count_sections.
5997 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5998 * symfile.c (default_symfile_offsets): Ditto.
5999 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
6000 one entry, not bfd_count_sections entries.
6001
6002 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6003
6004 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6005 `save' and `restore' register groups. Don't include SPL
6006 or SPH in these groups.
6007 (rl78_dwarf_reg_to_regnum): Adjust mapping for
6008 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
6009 RL78_ES_REGNUM, and RL78_CS_REGNUM.
6010 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
6011 dwarf2_append_unwinders().
6012
6013 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6014
6015 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6016 ignore SIGINT and SIGTRAP in case these internal signals are
6017 caught explicitely.
6018
6019 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6020
6021 * darwin-nat.c (darwin_read_write_inferior): Change types
6022 of parameters rdaddr and wraddr to "gdb_byte *". Change type
6023 of copy_count to "mach_msg_type_number_t".
6024 (darwin_read_dyld_info): Change type of parameter
6025 rdaddr to "gdb_byte *".
6026
6027 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6028
6029 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6030 of &info->load_map from "char *" to "gdb_byte *".
6031
6032 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6033
6034 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6035 from "char *" to "gdb_byte *".
6036 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6037
6038 2013-04-30 Doug Evans <dje@google.com>
6039
6040 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6041 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6042 DWO stub. If DWO isn't found, just use stub.
6043 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6044
6045 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6046 calling init_cutu_and_read_dies.
6047
6048 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6049
6050 * target-descriptions.c (maint_print_c_tdesc_cmd):
6051 Add case to parse structures as register types and
6052 bitfields.
6053
6054 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
6055
6056 * MAINTAINERS (Write After Approval): Add myself to the list.
6057
6058 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6059
6060 * sol-thread.c (rw_common): Change type of parameter "buf"
6061 to "gdb_byte *".
6062 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6063 rw_common to "gdb_byte *" instead of "char *".
6064
6065 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6066
6067 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6068 of local variable msym to const struct bound_minimal_symbol.
6069 Adjust use accordingly.
6070 [ti.ti_state == TD_THR_SLEEP]: Likewise.
6071
6072 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
6073
6074 * i386gnu-nat.c (CREG_OFFSET): New macro.
6075 (creg_offset): New array.
6076 (CREG_ADDR): Use creg_offset instead of reg_offset.
6077
6078 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6079
6080 * mep-tdep.c (mep_write_pc): Delete.
6081 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6082 Add call to set_gdbarch_pc_regnum.
6083
6084 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6085
6086 * common/filestuff.c: Replace #include <dirent.h> by
6087 #include "gdb_dirent.h".
6088
6089 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6090
6091 * common/filestuff.c: Replace #include <sys/stat.h> by
6092 #include "gdb_stat.h".
6093
6094 2013-04-29 Pierre Muller <muller@sourceware.org>
6095
6096 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6097 editCase function rule.
6098 (get_DW_AT_signature_type): Likewise.
6099
6100 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6101
6102 * m32r-tdep.c (m32r_write_pc): Delete.
6103 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6104 Add call to set_gdbarch_pc_regnum.
6105
6106 2013-04-29 Pierre Muller <muller@sourceware.org>
6107
6108 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6109
6110 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6111
6112 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6113
6114 2013-04-28 Yao Qi <yao@codesourcery.com>
6115
6116 * solib-dsbt.c (fetch_loadmap): Re-indent.
6117 (displacement_from_map, enable_break2): Likewise.
6118 (dsbt_relocate_section_addresses): Likewise.
6119
6120 2013-04-26 Joel Brobecker <brobecker@adacore.com>
6121
6122 GDB 7.6 released.
6123
6124 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6125
6126 PR corefiles/14983:
6127 * dwarf2read.c (process_full_comp_unit): Always create a static
6128 block.
6129
6130 2013-04-25 Hui Zhu <hui@codesourcery.com>
6131
6132 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6133 to loc->cmd_bytecode.
6134
6135 2013-04-24 Doug Evans <dje@google.com>
6136
6137 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6138
6139 2013-04-22 Keith Seitz <keiths@redhat.com>
6140
6141 * tracepoint.c (trace_save): Call the writer's start method.
6142
6143 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6144
6145 PR gdb/10462
6146 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6147 before argument.
6148
6149 2013-04-23 Tom Tromey <tromey@redhat.com>
6150
6151 * common/filestuff.c: Check USE_WIN32API before including
6152 sys/socket.h.
6153 (HAVE_F_GETFD): New define.
6154 (mark_cloexec): Check HAVE_F_GETFD.
6155 (gdb_open_cloexec): Change 'mode' to unsigned long.
6156 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6157 (gdb_pipe_cloexec): Check HAVE_PIPE.
6158 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6159 long.
6160
6161 2013-04-23 Hui Zhu <hui@codesourcery.com>
6162
6163 PR gdb/15293
6164 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6165
6166 2013-04-23 Hui Zhu <hui@codesourcery.com>
6167
6168 PR gdb/15165
6169 * breakpoint.c (dprintf_print_recreate): New.
6170 (save_breakpoints): Let it not save dprintf commands.
6171 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6172
6173 2013-04-22 Tom Tromey <tromey@redhat.com>
6174
6175 PR gdb/7912:
6176 * Makefile.in (SFILES): Add filestuff.c
6177 (COMMON_OBS): Add filestuff.o.
6178 (filestuff.o): New target.
6179 * auto-load.c (auto_load_objfile_script_1): Use
6180 gdb_fopen_cloexec.
6181 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6182 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6183 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6184 * common/agent.c (gdb_connect_sync_socket): Use
6185 gdb_socket_cloexec.
6186 * common/filestuff.c: New file.
6187 * common/filestuff.h: New file.
6188 * common/linux-osdata.c (linux_common_core_of_thread)
6189 (command_from_pid, commandline_from_pid, print_source_lines)
6190 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6191 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6192 gdb_fopen_cloexec.
6193 * common/linux-procfs.c (linux_proc_get_int)
6194 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6195 * config.in, configure: Rebuild.
6196 * configure.ac: Don't check for sys/socket.h. Check for
6197 fdwalk, pipe2.
6198 * corelow.c (core_open): Use gdb_open_cloexec.
6199 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6200 * fork-child.c (fork_inferior): Call close_most_fds.
6201 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6202 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6203 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6204 Use gdb_fopen_cloexec.
6205 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6206 gdb_open_cloexec.
6207 (linux_async_pipe): Use gdb_pipe_cloexec.
6208 * remote-fileio.c (remote_fileio_func_open): Use
6209 gdb_open_cloexec.
6210 * remote.c (remote_file_put, remote_file_get): Use
6211 gdb_fopen_cloexec.
6212 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6213 close_most_fds.
6214 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6215 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6216 * solib.c (solib_find): Use gdb_open_cloexec.
6217 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6218 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6219 (tfile_open): Use gdb_open_cloexec.
6220 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6221 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6222 * xml-support.c (xml_fetch_content_from_file): Use
6223 gdb_fopen_cloexec.
6224 * main.c (captured_main): Call notice_open_fds.
6225
6226 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6227
6228 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6229 'char *' to 'gdb_byte *'.
6230 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6231 'gdb_byte'.
6232
6233 2013-04-22 Yao Qi <yao@codesourcery.com>
6234
6235 * infrun.c: Fix typo in comment.
6236
6237 2013-04-22 Andrew Haley <aph@redhat.com>
6238
6239 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6240 instead of "long".
6241
6242 2013-04-20 Yao Qi <yao@codesourcery.com>
6243
6244 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6245 'char *' to 'gdb_byte *'. Cast the return value of
6246 'bt_ctf_get_char_array' to 'gdb_byte *'.
6247
6248 2013-04-19 Pedro Alves <palves@redhat.com>
6249
6250 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6251 -Wpointer-sign.
6252 * configure: Regenerate.
6253
6254 2013-04-19 Pedro Alves <palves@redhat.com>
6255
6256 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6257 'void *'.
6258
6259 2013-04-19 Pedro Alves <palves@redhat.com>
6260
6261 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6262 Change type of 'myaddr' parameter to gdb_byte pointer.
6263 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6264 to 'long long' pointer instead of to 'unsigned long long'.
6265 (monitor_write_memory_block, monitor_read_memory_single)
6266 (monitor_read_memory): Change type of 'myaddr' parameter to
6267 gdb_byte pointer.
6268
6269 2013-04-19 Pedro Alves <palves@redhat.com>
6270
6271 * record.c (validate_history_size): Make parameter 'setting'
6272 unsigned.
6273
6274 2013-04-19 Pedro Alves <palves@redhat.com>
6275
6276 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6277 to 'gdb_byte *'.
6278
6279 2013-04-19 Pedro Alves <palves@redhat.com>
6280
6281 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6282 local to int.
6283
6284 2013-04-19 Pedro Alves <palves@redhat.com>
6285
6286 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6287 * ada-tasks.c (read_fat_string_value): Likewise.
6288
6289 2013-04-19 Pedro Alves <palves@redhat.com>
6290
6291 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6292 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6293 'offset', and adjust.
6294
6295 2013-04-19 Pedro Alves <palves@redhat.com>
6296
6297 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6298 (read_index_from_section): Add cast to 'char *'.
6299
6300 2013-04-19 Pedro Alves <palves@redhat.com>
6301
6302 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6303
6304 2013-04-19 Pedro Alves <palves@redhat.com>
6305
6306 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6307
6308 2013-04-19 Pedro Alves <palves@redhat.com>
6309
6310 * record-full.c (record_full_get_bookmark): Change local 'ret'
6311 type to char * and add cast to gdb_byte *.
6312 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6313 string.
6314 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6315
6316 2013-04-19 Pedro Alves <palves@redhat.com>
6317
6318 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6319 * python/py-prettyprint.c (print_string_repr): Change type of
6320 'output' local to char *. Add cast to gdb_byte * in
6321 LA_PRINT_STRING call.
6322 (print_children): Change type of 'output' local to char *.
6323 * python/py-value.c (valpy_string): Add cast to const char * in
6324 PyUnicode_Decode call.
6325
6326 2013-04-19 Pedro Alves <palves@redhat.com>
6327
6328 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6329 and change its type to 'const char *'. Adjust.
6330 (mips_send_packet): Add cast to 'char *', and remove cast to
6331 'unsigned char *'.
6332 (mips_receive_packet): Remove cast to 'unsigned char *'.
6333 (mips_load_srec): Use bfd_byte.
6334 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6335 (pmon_checkset): Make 'value' parameter unsigned.
6336
6337 2013-04-19 Pedro Alves <palves@redhat.com>
6338
6339 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6340
6341 2013-04-19 Pedro Alves <palves@redhat.com>
6342
6343 * remote.c (remote_write_bytes_aux, compare_sections_command)
6344 (remote_read_qxfer)
6345 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6346 (remote_hostio_readlink, remote_bfd_iovec_pread)
6347 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6348 binary buffer, and char when buffer is used as string.
6349 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6350 (trace_save, tfile_open, traceframe_walk_blocks)
6351 (tfile_fetch_registers): Likewise.
6352
6353 2013-04-19 Pedro Alves <palves@redhat.com>
6354
6355 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6356 buffer and size_t size. Adjust.
6357 * ser-base.h (ser_base_write): Adjust.
6358 * ser-go32.c (cnts): Change type to size_t.
6359 (dos_write): Change prototype -- take 'void *'
6360 buffer and size_t size. Adjust.
6361 (dos_info): Print elements of 'cnts' as unsigned long.
6362 * serial.c (serial_write): Likewise.
6363 * serial.h (serial_write): Adjust.
6364 (struct serial_ops) <write>: Change prototype -- take 'void *'
6365 buffer and size_t size. Adjust.
6366
6367 2013-04-19 Pedro Alves <palves@redhat.com>
6368
6369 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6370 gdb_byte *.
6371 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6372
6373 2013-04-19 Pedro Alves <palves@redhat.com>
6374
6375 * alpha-tdep.c (alpha_extract_return_value): Use
6376 regcache_cooked_read_unsigned to read 'v0'.
6377
6378 2013-04-19 Pedro Alves <palves@redhat.com>
6379
6380 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6381 parameters 'at', 'as' and 'offset' to uint32_t.
6382
6383 2013-04-19 Pedro Alves <palves@redhat.com>
6384
6385 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6386 'is64' to signed 'int'.
6387
6388 2013-04-19 Pedro Alves <palves@redhat.com>
6389
6390 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6391 parameter to int *.
6392
6393 2013-04-19 Pedro Alves <palves@redhat.com>
6394
6395 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6396 'insnbuf' buffer type to unsigned int[].
6397
6398 2013-04-19 Pedro Alves <palves@redhat.com>
6399
6400 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6401
6402 2013-04-19 Pedro Alves <palves@redhat.com>
6403
6404 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6405 unsigned long *.
6406
6407 2013-04-19 Pedro Alves <palves@redhat.com>
6408
6409 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6410 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6411 UINT_MAX.
6412 * mips-tdep.c (heuristic_fence_post): Change type to int.
6413 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6414
6415 2013-04-19 Pedro Alves <palves@redhat.com>
6416
6417 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6418 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6419 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6420
6421 2013-04-19 Pedro Alves <palves@redhat.com>
6422
6423 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6424 it to get a string view of the byte buffer.
6425 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6426 type to gdb_byte *. Adjust.
6427 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6428 Change local to char *.
6429 * solib-darwin.c (find_program_interpreter): Change return type to
6430 char *. Adjust.
6431 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6432 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6433 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6434 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6435 * solib-svr4.c (find_program_interpreter): Change return type to
6436 char *. Adjust.
6437 (enable_break): Change local 'interp_name' to char *.
6438 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6439 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6440 (spu_pseudo_register_write_spu): Use char for string buffer.
6441 Adjust.
6442 (info_spu_event_command, info_spu_signal_command): Add casts to
6443 'char *'.
6444
6445 2013-04-19 Pedro Alves <palves@redhat.com>
6446
6447 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6448 gdb_byte[].
6449 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6450 * ada-lang.c (ada_value_assign): Use gdb_byte.
6451 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6452 (alphanbsd_sigtramp_offset): Use gdb_byte.
6453 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6454 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6455 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6456 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6457 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6458 * arm-tdep.c (arm_stub_unwind_sniffer)
6459 (arm_displaced_init_closure): Use gdb_byte.
6460 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6461 (arm_default_thumb_le_breakpoint)
6462 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6463 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6464 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6465 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6466 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6467 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6468 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6469 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6470 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6471 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6472 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6473 (cris_store_return_value, cris_extract_return_value): Use
6474 gdb_byte.
6475 (constraint): Change type of parameter to char * from signed
6476 char*. Use gdb_byte.
6477 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6478 of local buffer to gdb_byte *.
6479 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6480 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6481 (add_address_entry): Change type of local buffer to gdb_byte[].
6482 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6483 (frv_push_dummy_call): Use gdb_byte.
6484 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6485 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6486 (hppa_hpux_supply_save_state): Use gdb_byte.
6487 * hppa-tdep.c (hppa32_push_dummy_call)
6488 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6489 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6490 (slotN_contents, replace_slotN_contents): Change type of parameter
6491 to gdb_byte *.
6492 (fetch_instruction, ia64_pseudo_register_write)
6493 (ia64_register_to_value, ia64_value_to_register)
6494 (ia64_extract_return_value, ia64_store_return_value)
6495 (ia64_push_dummy_call): Use gdb_byte.
6496 * m32c-tdep.c (m32c_return_value): Remove cast.
6497 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6498 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6499 gdb_byte.
6500 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6501 * mn10300-tdep.c (mn10300_store_return_value)
6502 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6503 gdb_byte.
6504 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6505 (moxie_process_record): Remove casts.
6506 * ppc-ravenscar-thread.c (supply_register_at_address)
6507 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6508 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6509 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6510 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6511 * remote.c (compare_sections_command): Use gdb_byte.
6512 * score-tdep.c (score7_free_memblock): Change type of parameter to
6513 gdb_byte *.
6514 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6515 gdb_byte *. Use gdb_byte.
6516 (sh_push_dummy_call_fpu): Use gdb_byte.
6517 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6518 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6519 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6520 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6521 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6522 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6523 (sh64_store_return_value, sh64_register_convert_to_virtual):
6524 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6525 (sh64_pseudo_register_write): Use gdb_byte.
6526 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6527 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6528 buffer.
6529 (irix_current_sos): Use gdb_byte.
6530 * solib-som.c (som_current_sos): Use gdb_byte.
6531 * sparc-ravenscar-thread.c (supply_register_at_address)
6532 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6533 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6534 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6535 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6536 'gdb_byte *'.
6537 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6538 'gdb_byte *'.
6539 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6540 * xstormy16-tdep.c (xstormy16_extract_return_value)
6541 (xstormy16_store_return_value): Change parameter type to
6542 'gdb_byte *'. Adjust.
6543 (xstormy16_push_dummy_call): Use gdb_byte.
6544 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6545 (call0_analyze_prologue, execute_code): Use gdb_byte.
6546
6547 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6548 Pedro Alves <palves@redhat.com>
6549
6550 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6551 value contents.
6552
6553 2013-04-17 Doug Evans <dje@google.com>
6554
6555 * dwarf2read.c (struct signatured_type): New member type.
6556 (struct attribute): Replace member signatured_type with signature.
6557 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6558 (read_call_site_scope): Call follow_die_ref instead of
6559 follow_die_ref_or_sig.
6560 (read_structure_type): Rewrite handling of signatured types.
6561 (read_enumeration_type): Ditto.
6562 (read_attribute_value): Update.
6563 (build_error_marker_type): New function.
6564 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6565 Don't call error for bad types, just build an error marker type.
6566 (dump_die_shallow): Update.
6567 (follow_die_sig_1): Renamed from follow_die_sig.
6568 Don't call error for bad types, instead return NULL.
6569 (follow_die_sig): New function.
6570 (get_signatured_type, get_DW_AT_signature_type): New functions.
6571
6572 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6573
6574 * aarch64-tdep.c (aarch64_write_pc): Removed.
6575 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6576 function.
6577
6578 2013-04-17 Yao Qi <yao@codesourcery.com>
6579
6580 * top.c (print_gdb_configuration): Print configure-time
6581 parameter on using libbabeltrace or not.
6582
6583 2013-04-16 Pedro Alves <palves@redhat.com>
6584
6585 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6586
6587 2013-04-16 Pedro Alves <palves@redhat.com>
6588
6589 * common/glibc_thread_db.h: Update from upstream glibc
6590 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6591
6592 2013-04-16 Pedro Alves <palves@redhat.com>
6593
6594 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6595 * common/glibc_thread_db.h: ... this new file ...
6596 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6597
6598 2013-04-16 Will Newton <will.newton@gmail.com>
6599 Pedro Alves <palves@redhat.com>
6600
6601 PR build/11881
6602
6603 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6604 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6605 HAVE_THREAD_DB_H.
6606
6607 2013-04-16 Pedro Alves <palves@redhat.com>
6608 Eli Zaretskii <eliz@gnu.org>
6609
6610 * NEWS: Mention "set foo unlimited".
6611
6612 2013-04-15 Doug Evans <dje@google.com>
6613
6614 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6615 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6616 (create_dwo_cu_reader): Renamed from
6617 create_dwo_debug_info_hash_table_reader.
6618 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6619 Remove support for multiple CUs in a DWO file.
6620 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6621
6622 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6623 instead of phex.
6624 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6625 (create_dwo_in_dwp): Ditto.
6626
6627 2013-04-15 Tom Tromey <tromey@redhat.com>
6628
6629 * NEWS: Move recent entries into "since 7.6" section.
6630
6631 2013-04-15 Tom Tromey <tromey@redhat.com>
6632
6633 PR c++/13588:
6634 * NEWS: Update.
6635 * break-catch-throw.c (struct exception_catchpoint)
6636 <exception_rx, pattern>: New fields.
6637 (fetch_probe_arguments, dtor_exception_catchpoint)
6638 (check_status_exception_catchpoint)
6639 (print_one_detail_exception_catchpoint): New functions.
6640 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6641 Compile regular expression if needed.
6642 (extract_exception_regexp): New function.
6643 (catch_exception_command_1): Use extract_exception_regexp.
6644 (compute_exception): Use fetch_probe_arguments.
6645 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6646 and check_status fields.
6647 * cp-abi.c (cplus_typename_from_type_info): New function.
6648 * cp-abi.h (cplus_typename_from_type_info): Declare.
6649 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6650 * gdb_regex.h (compile_rx_or_error): Declare.
6651 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6652 comment.
6653 (init_gnuv3_ops): Set get_type_from_type_info field.
6654 * probe.c (compile_rx_or_error): Move...
6655 * utils.c (compile_rx_or_error): ... here.
6656
6657 2013-04-15 Tom Tromey <tromey@redhat.com>
6658
6659 PR c++/15176:
6660 * NEWS: Update.
6661 * break-catch-throw.c (compute_exception): New function.
6662 (exception_funcs): New global.
6663 (_initialize_break_catch_throw): Create $_exception.
6664 * cp-abi.c (cplus_type_from_type_info): New function.
6665 * cp-abi.h (cplus_type_from_type_info): Declare.
6666 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6667 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6668 (gnuv3_get_type_from_type_info): New functions.
6669 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6670
6671 2013-04-15 Tom Tromey <tromey@redhat.com>
6672
6673 * break-catch-throw.c (struct exception_names): New.
6674 (exception_functions): Change type.
6675 (re_set_exception_catchpoint): Look for SDT probes.
6676
6677 2013-04-15 Tom Tromey <tromey@redhat.com>
6678
6679 PR c++/10119:
6680 * break-catch-throw.c (exception_functions): New global.
6681 (gnu_v3_exception_catchpoint_ops): Move earlier.
6682 (struct exception_catchpoint): New.
6683 (classify_exception_breakpoint): Rewrite.
6684 (re_set_exception_catchpoint): New function.
6685 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6686 Allocate a struct exception_catchpoint.
6687 (catch_exception_command_1): Update.
6688 (initialize_throw_catchpoint_ops): Set 're_set' method.
6689
6690 2013-04-15 Tom Tromey <tromey@redhat.com>
6691
6692 * Makefile.in (SFILES): Add break-catch-throw.c
6693 (COMMON_OBS): Add break-catch-throw.o.
6694 * break-catch-throw.c: New file.
6695 * breakpoint.c: Move exception-catching code to new file.
6696 (ep_parse_optional_if_clause): No longer static.
6697 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6698
6699 2013-04-15 Tom Tromey <tromey@redhat.com>
6700
6701 PR c++/9065:
6702 * NEWS: Update.
6703 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6704 * c-exp.y (TYPEID): New token.
6705 (exp): Add new TYPEID productions.
6706 (ident_tokens): Add "typeid".
6707 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6708 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6709 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6710 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6711 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6712 case.
6713 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6714 (build_std_type_info_type, gnuv3_get_typeid_type)
6715 (gnuv3_get_typeid): New functions.
6716 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6717 new fields on ABI object.
6718 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6719 * std-operator.def (OP_TYPEID): New.
6720
6721 2013-04-15 Tom Tromey <tromey@redhat.com>
6722
6723 * elfread.c (elf_symtab_read): Install versioned symbol under
6724 unversioned name as well.
6725
6726 2013-04-15 Tom Tromey <tromey@redhat.com>
6727
6728 PR c++/11990:
6729 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6730 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6731 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6732 (gdb_demangle): New function.
6733 * cp-support.h (gdb_demangle): Declare.
6734 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6735 (dwarf2_name): Use gdb_demangle.
6736 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6737 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6738 suffixes from name.
6739 (gnuv3_print_method_ptr): Use gdb_demangle.
6740 * jv-lang.c (java_demangle): Use gdb_demangle.
6741 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6742 * language.c (unk_lang_demangle): Use gdb_demangle.
6743 * symtab.c (symbol_find_demangled_name)
6744 (demangle_for_lookup): Use gdb_demangle.
6745
6746 2013-04-15 Tom Tromey <tromey@redhat.com>
6747
6748 PR c++/12824:
6749 * NEWS: Update.
6750 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6751 New constant.
6752 (classify_exception_breakpoint): New function.
6753 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6754 (print_mention_exception_catchpoint)
6755 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6756 (catch_exception_command_1): Handle "rethrow" catchpoint.
6757 (catch_rethrow_command): New function.
6758 (_initialize_breakpoint): Add "catch rethrow" command.
6759
6760 2013-04-15 Pierre Muller <muller@sourceware.org>
6761
6762 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6763 set_gdbarch_write_pc as deprecated anymore.
6764
6765 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6766
6767 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6768 declarations.
6769
6770 2013-04-13 Yao Qi <yao@codesourcery.com>
6771
6772 * ctf.c (_initialize_ctf): Include "completer.h".
6773 Call add_target_with_completer instead of add_target.
6774
6775 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6776
6777 Fix GDB regression related to PR binutils/14813.
6778 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6779 * minidebug.c (lzma_close): Add return value comment.
6780 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6781 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6782 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6783
6784 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6785
6786 * config.in: Regenerate.
6787
6788 2013-04-12 Tom Tromey <tromey@redhat.com>
6789
6790 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6791 const.
6792 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6793 (struct die_reader_specs) <buffer>: Likewise.
6794 (die_reader_func_ftype): Make 'info_ptr' const.
6795 (struct line_header) <include_dirs, statement_program_start,
6796 statement_program_end>: Now const.
6797 (struct file_entry) <name>: Likewise.
6798 (struct partial_die_info) <sibling>: Likewise.
6799 (struct dwarf_block) <data>: Likewise.
6800 (dwarf2_read_section): Remove cast.
6801 (dwarf2_get_section_info): Make 'bufp' const.
6802 (read_index_from_section): Constify.
6803 (dw2_get_file_names_reader): Make 'info_ptr' const.
6804 (dw2_get_primary_filename_reader): Likewise.
6805 (read_comp_unit_head): Make 'info_ptr' and return type const.
6806 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6807 Likewise.
6808 (read_abbrev_offset): Constify.
6809 (dwarf2_create_include_psymtab): Make 'name' const.
6810 (create_debug_types_hash_table): Update.
6811 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6812 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6813 Constify.
6814 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6815 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6816 (read_comp_units_from_section): Constify.
6817 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6818 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6819 const.
6820 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6821 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6822 (create_dwp_hash_table, dwarf2_ranges_read)
6823 (dwarf2_record_block_ranges): Constify.
6824 (read_die_and_children, read_die_and_siblings_1)
6825 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6826 const.
6827 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6828 (abbrev_table_read_table): Constify.
6829 (load_partial_dies): Make 'info_ptr' const.
6830 (read_partial_die, read_attribute_value, read_attribute): Make
6831 'info_ptr' and return type const.
6832 (read_address, read_initial_length)
6833 (read_checked_initial_length_and_offset, read_offset)
6834 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6835 const.
6836 (read_direct_string): Make 'buf' and return type const.
6837 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6838 (read_indirect_string): Make return type const.
6839 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6840 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6841 'info_ptr' const.
6842 (read_str_index): Make return type const.
6843 (add_include_dir): Make 'include_dir' const.
6844 (add_file_name): Make 'name' const.
6845 (dwarf_decode_line_header): Constify.
6846 (psymtab_include_file_name): Make return type const.
6847 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6848 (dwarf2_start_subfile): Make 'filename' const.
6849 (dwarf2_const_value_attr): Make 'bytes' const.
6850 (read_signatured_type_reader): Make 'info_ptr' const.
6851 (decode_locdesc): Constify.
6852 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6853 const.
6854 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6855 'mac_end', and return type const.
6856 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6857 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6858 type const.
6859 (per_cu_header_read_in): Constify.
6860 * symfile.h (dwarf2_get_section_info): Update.
6861
6862 2013-04-12 Tom Tromey <tromey@redhat.com>
6863
6864 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6865
6866 2013-04-12 Eli Zaretskii <eliz@gnu.org>
6867
6868 * NEWS: Mention "show configuration", --configuration.
6869 * top.c (print_gdb_configuration): New function, displays the
6870 details about GDB configure-time parameters.
6871 (print_gdb_version): Mention "show configuration".
6872 * cli/cli-cmds.c (show_configuration): New function.
6873 (_initialize_cli_cmds): Add the "show configuration" command.
6874 * main.c (captured_main) <print_configuration>: New static var.
6875 <long_options>: Use it.
6876 If --configuration was given, call print_gdb_configuration.
6877
6878 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6879 Pedro Alves <palves@redhat.com>
6880
6881 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6882 (generated_files): Add gcore.
6883 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6884 HAVE_NATIVE_GCORE_HOST.
6885 (gcore): New.
6886 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6887 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6888 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6889 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6890 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6891 Add HAVE_NATIVE_GCORE_HOST.
6892 * configure: Regenerate.
6893 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6894 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6895 AC_CONFIG_FILES for gcore.
6896 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6897 gdb_have_gcore.
6898 * gdb_gcore.sh: Rename to ...
6899 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6900 and GCORE_TRANSFORM_NAME substitutions.
6901
6902 Fix parsing tabs in ${gdb_target_obs}.
6903 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6904
6905 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6906
6907 * remote.c (unpush_and_perror): Add output message final dot.
6908
6909 2013-04-11 Yao Qi <yao@codesourcery.com>
6910
6911 * tracepoint.c (tfile_interp_line): Fit parameters line and
6912 utpp in one line.
6913
6914 2013-04-10 Joel Brobecker <brobecker@adacore.com>
6915
6916 * solib.c (solib_map_sections): Remove code overwriting
6917 SO->SO_NAME with the bfd's filename.
6918
6919 2013-04-10 Pedro Alves <palves@redhat.com>
6920
6921 * cli/cli-decode.c (integer_unlimited_completer): New function.
6922 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6923 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6924 completer.
6925 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6926 (is_unlimited_literal): New function.
6927 (do_set_command): Handle literal "unlimited" arguments.
6928 * frame.c (_initialize_frame) <set backtrace limit>: Document
6929 "unlimited".
6930 * printcmd.c (_initialize_printcmd) <set print
6931 max-symbolic-offset>: Add help text.
6932 * record-full.c (_initialize_record_full) <set record full
6933 insn-number-max>: Likewise.
6934 * record.c (_initialize_record) <set record
6935 instruction-history-size, set record function-call-history-size>:
6936 Add help text.
6937 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6938 help text.
6939 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6940 Likewise.
6941 * source.c (_initialize_source) <set listsize>: Add help text.
6942 * utils.c (initialize_utils) <set height, set width>: Likewise.
6943 <set pagination>: Mention "set height unlimited".
6944 * valprint.c (_initialize_valprint) <set print elements, set print
6945 repeats>: Document "unlimited".
6946
6947 2013-04-10 Pedro Alves <palves@redhat.com>
6948
6949 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6950 instead of disconnect_tracing.
6951 * infcmd.c (detach_command, disconnect_command): Call
6952 query_if_trace_running. Adjust.
6953 * top.c: Include "tracepoint.h".
6954 (quit_target): Delete. Contents moved ...
6955 (quit_force): ... here. Wrap each stage of teardown in
6956 TRY_CATCH. Call disconnect_tracing before detaching.
6957
6958 2013-04-10 Hui Zhu <hui@codesourcery.com>
6959 Yao Qi <yao@codesourcery.com>
6960
6961 * configure.ac: Check libbabeltrace is installed.
6962 * config.in: Regenerate.
6963 * configure: Regenerate.
6964 * Makefile.in (LIBBABELTRACE): New.
6965 (CLIBS): Add LIBBABELTRACE.
6966 * ctf.c: Include "exec.h".
6967 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6968 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6969 (ctf_save_metadata_header): Define new type aliases in
6970 metadata.
6971 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6972 in metadata. Start a new faked packet for trace status.
6973 (ctf_write_status): Write trace status to CTF.
6974 (ctf_write_uploaded_tsv): Write TSV to CTF.
6975 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6976 (ctf_write_definition_end): End the faked packet.
6977
6978 (ctx, ctf_iter, trace_dirname): New.
6979 (start_pos): New variable.
6980 (ctf_destroy, ctf_open_dir, ctf_open): New.
6981 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6982 macros.
6983 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6984 (ctf_fetch_registers, ctf_xfer_partial): New.
6985 (ctf_get_trace_state_variable_value): New.
6986 (ctf_get_tpnum_from_frame_event): New.
6987 (ctf_get_traceframe_address): New.
6988 (ctf_trace_find, ctf_has_stack): New.
6989 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6990 (ctf_get_trace_status, ctf_read_status): New.
6991 (_initialize_ctf): New.
6992 * tracepoint.c (get_tracepoint_number): New
6993 (get_uploaded_tsv): Remove 'static'.
6994 (struct traceframe_info, trace_regblock_size): Move it to ...
6995 * tracepoint.h: ... here.
6996 (get_tracepoint_number): Declare it.
6997 (get_uploaded_tsv): Declare it.
6998
6999 * NEWS: Mention new configure option.
7000
7001 2013-04-10 Pedro Alves <palves@redhat.com>
7002 Hui Zhu <hui@codesourcery.com>
7003
7004 * breakpoint.c (dprintf_re_set): New.
7005 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7006 to dprintf_re_set.
7007
7008 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7009
7010 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7011 Remove solib-svr4.o from the list.
7012
7013 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7014
7015 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7016 Use gdb_assert_not_reached instead of invalid boolean expression.
7017
7018 2013-04-09 Pedro Alves <palves@redhat.com>
7019
7020 * remote.c (unpush_and_perror): New function.
7021 (readchar, remote_serial_write): Use it.
7022
7023 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
7024
7025 * NEWS: Mention new btrace RSP packets.
7026
7027 2013-04-08 Tom Tromey <tromey@redhat.com>
7028
7029 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7030 long.
7031
7032 2013-04-08 Tom Tromey <tromey@redhat.com>
7033
7034 * maint.c (print_bfd_section_info): Print the section index.
7035 * symmisc.c (dump_msymbols): Print the section index.
7036
7037 2013-04-08 Tom Tromey <tromey@redhat.com>
7038
7039 PR symtab/8424:
7040 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7041 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7042 * breakpoint.c (resolve_sal_pc): Update.
7043 * elfread.c (elf_gnu_ifunc_record_cache): Update.
7044 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7045 (minsym_lookup_iterator_cb): Use it.
7046 (default_read_var_value): Update.
7047 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7048 Update.
7049 * infcmd.c (jump_command): Update.
7050 * linespec.c (minsym_found): Update.
7051 * maint.c (maintenance_translate_address): Update.
7052 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7053 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7054 * parse.c (write_exp_msymbol): Update.
7055 * printcmd.c (address_info): Update.
7056 * psymtab.c (find_pc_sect_psymbol): Update.
7057 (fixup_psymbol_section): Check SYMBOL_SECTION, not
7058 SYMBOL_OBJ_SECTION.
7059 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7060 Don't initialize SYMBOL_OBJ_SECTION.
7061 * spu-tdep.c (spu_catch_start): Update.
7062 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7063 * symmisc.c (dump_msymbols, print_symbol): Update.
7064 * symtab.c (fixup_section): Don't set 'obj_section'. Change
7065 how fallback section is computed.
7066 (fixup_symbol_section): Update.
7067 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7068 Update.
7069 (allocate_symbol, initialize_symbol, allocate_template_symbol):
7070 Initialize SYMBOL_SECTION.
7071 * symtab.h (struct general_symbol_info) <section>: Update comment.
7072 <obj_section>: Remove.
7073 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
7074 (SYMBOL_OBJFILE): New macro.
7075
7076 2013-04-08 Tom Tromey <tromey@redhat.com>
7077
7078 * coffread.c (record_minimal_symbol): Update.
7079 * dbxread.c (record_minimal_symbol): Update.
7080 * elfread.c (record_minimal_symbol): Update.
7081 * machoread.c (macho_symtab_add_minsym): Update.
7082 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7083 Update.
7084 * minsyms.c (prim_record_minimal_symbol): Update.
7085 (prim_record_minimal_symbol_full): Remove 'bfd_section'
7086 argument.
7087 (prim_record_minimal_symbol_and_info): Likewise.
7088 * minsyms.h (prim_record_minimal_symbol_full)
7089 (prim_record_minimal_symbol_and_info): Update.
7090 * symtab.c (allocate_symbol, initialize_symbol)
7091 (allocate_template_symbol): Initialize SYMBOL_SECTION.
7092 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7093 Update.
7094
7095 2013-04-08 Tom Tromey <tromey@redhat.com>
7096
7097 PR symtab/8423:
7098 * solib-som.c (som_solib_section_offsets): Use BFD section
7099 indices. Set offsets for all sections.
7100 * somread.c (som_symtab_read): Compute BFD section for
7101 symbol. Use prim_record_minimal_symbol_and_info.
7102 (som_symfile_read): Fix comment.
7103 (struct find_section_offset_arg): New.
7104 (find_section_offset, set_section_index): New functions.
7105 (som_symfile_offsets): Use set_section_index to compute
7106 section indices.
7107
7108 2013-04-08 Tom Tromey <tromey@redhat.com>
7109
7110 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7111 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7112 gdb_bfd_section_index.
7113 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7114 New functions.
7115 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7116 Declare.
7117 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7118 Update.
7119 * objfiles.c (add_to_objfile_sections_full): New function.
7120 (add_to_objfile_sections): Use it.
7121 (build_section_table): Rewrite.
7122 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7123 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7124 (struct objfile) <sections>: Update comment.
7125 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7126 is NULL.
7127 (ALL_OBJSECTIONS): Use it.
7128 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7129 * solib-frv.c (frv_relocate_main_executable): Update.
7130 * solib-target.c (solib_target_relocate_section_addresses):
7131 Use gdb_bfd_section_index.
7132 * symfile.c (build_section_addr_info_from_section_table):
7133 Use gdb_bfd_section_index.
7134 (build_section_addr_info_from_bfd, place_section): Likewise.
7135 * symtab.c (fixup_section): Update.
7136 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7137
7138 2013-04-08 Tom Tromey <tromey@redhat.com>
7139
7140 * minsyms.h (struct bound_minimal_symbol): New.
7141 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7142 Remove objfile argument.
7143 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7144 Return bound_minimal_symbol.
7145 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7146 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7147 Return bound_minimal_symbol.
7148 (in_gnu_ifunc_stub): Update.
7149 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7150 Remove 'objfile_p' argument.
7151 (lookup_solib_trampoline_symbol_by_pc): Update.
7152 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7153 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7154 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7155 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7156 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7157 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7158 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7159 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7160 stack.c, symtab.c, tui/tui-disasm.c: Update.
7161
7162 2013-04-08 Tom Tromey <tromey@redhat.com>
7163
7164 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7165 Use symbol's obstack, not an objfile.
7166 * coffread.c (process_coff_symbol): Update.
7167 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7168 * jv-lang.c (add_class_symbol): Update.
7169 * mdebugread.c (new_symbol): Update.
7170 * minsyms.c (prim_record_minimal_symbol_full)
7171 (terminate_minimal_symbol_table): Update.
7172 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7173 * stabsread.c (define_symbol, read_enum_type): Update.
7174 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7175 Handle Ada specially.
7176 (symbol_set_language): Add 'obstack' argument.
7177 (symbol_set_names): Update.
7178 (symbol_natural_name, symbol_demangled_name): Always use
7179 ada_decode_symbol.
7180 * symtab.h (struct general_symbol_info)
7181 <language_specific::obstack>: New field.
7182 <ada_mangled>: New field.
7183 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7184 (symbol_set_language): Update.
7185
7186 2013-04-08 Tom Tromey <tromey@redhat.com>
7187
7188 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7189 Take an obstack, not an objfile.
7190 (symbol_set_names): Update.
7191 * symtab.h (symbol_set_demangled_name): Update.
7192
7193 2013-04-08 Tom Tromey <tromey@redhat.com>
7194
7195 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7196 allocate_symbol.
7197 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7198 (read_func_scope): Call allocate_template_symbol.
7199 (new_symbol_full): Call allocate_symbol.
7200 * jit.c (finalize_symtab): Call allocate_symbol.
7201 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7202 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7203 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7204 (common_block_end): Call allocate_symbol.
7205 * symtab.c (allocate_symbol, initialize_symbol)
7206 (allocate_template_symbol): New functions.
7207 * symtab.c (allocate_symbol, initialize_symbol)
7208 (allocate_template_symbol): Declare.
7209 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7210
7211 2013-04-08 Pedro Alves <palves@redhat.com>
7212 Keith Seitz <keiths@redhat.com>
7213
7214 * breakpoint.c (create_breakpoint): Rename
7215 "parse_condition_and_thread" parameter to "parse_arg". Update
7216 describing comment. If !PARSE_ARG, then error out if ARG is not
7217 the empty string after extracting the location.
7218 * breakpoint.h (create_breakpoint): Rename
7219 "parse_condition_and_thread" parameter to "parse_arg".
7220
7221 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7222
7223 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7224
7225 2013-04-07 Yao Qi <yao@codesourcery.com>
7226
7227 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7228 and 'addr2' to CORE_ADDR.
7229 * target.c (update_current_target): Update.
7230 * target.h (struct target_ops) <to_trace_find>: Change parameter
7231 type to CORE_ADDR.
7232 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7233 'addr2' to CORE_ADDR.
7234 (tfile_trace_find): Likewise.
7235 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7236 Change local variable 'addr' to type CORE_ADDR.
7237 * tracepoint.h (tfind_1): Update declaration.
7238
7239 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7240
7241 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7242 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7243 Include main.h.
7244
7245 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7246 here...
7247 * main.h (windows_get_absolute_argv0): ...to here.
7248
7249 2013-04-05 Doug Evans <dje@google.com>
7250
7251 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7252 (read_cutu_die_from_dwo): Add comments.
7253 (read_structure_type): Update comment.
7254 (read_enumeration_type, read_namespace_type): Update comment.
7255 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7256
7257 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7258
7259 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7260 * Makefile.in (gdb.z): Remove.
7261 (install-only): Remove $(man1dir) and gdb.1 installation.
7262 * gdb.1: Remove.
7263
7264 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7265
7266 Fix compatibility with Linux kernel 3.8.3.
7267 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7268 to more inner block. Remove parsing of NUMBER from outer block.
7269 Parse NUMBER only if KEYWORD has been identified.
7270
7271 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7272
7273 Fix variable name shadowing.
7274 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7275 filename to mapsfilename and update its uses.
7276
7277 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7278
7279 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7280 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7281 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7282 details of the problem.
7283
7284 2013-04-04 Pedro Alves <palves@redhat.com>
7285 Hui Zhu <hui@codesourcery.com>
7286
7287 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7288 tracepoint, reset its STEP_COUNT and call validate_actionline.
7289
7290 2013-04-03 Doug Evans <dje@google.com>
7291
7292 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7293 read_die_and_siblings.
7294 (read_die_and_siblings): New function.
7295 (read_cutu_die_from_dwo): Dump die if requested.
7296 (read_die_and_children): Call read_full_die_1 and
7297 read_die_and_siblings_1.
7298 (read_full_die): Dump die if requested.
7299
7300 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7301
7302 * dwarf2read.c (struct dwo_file): New member comp_dir.
7303 Rename member name to dwo_name. All uses updated.
7304 (hash_dwo_file): Include comp_dir in computation.
7305 (eq_dwo_file): Ditto.
7306 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7307 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7308
7309 * psymtab.c (read_psymtabs_with_fullname): Don't call
7310 psymtab_to_fullname if the basenames are different.
7311
7312 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7313
7314 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7315 New entry about "fullname" presence.
7316
7317 2013-04-03 Pedro Alves <palves@redhat.com>
7318
7319 * NEWS: Mention x86_64/Cygwin as new native configuration.
7320
7321 2013-04-02 Doug Evans <dje@google.com>
7322
7323 * dwarf2read.c (read_structure_type): Fix typo in comment.
7324
7325 2013-04-02 Pedro Alves <palves@redhat.com>
7326
7327 * NEWS: Mention "set/show debug aarch64", "set/show debug
7328 coff-pe-read" and "set/show debug mach-o".
7329
7330 2013-04-02 Pedro Alves <palves@redhat.com>
7331
7332 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7333
7334 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7335
7336 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7337 gdb_string.h is now in common/.
7338
7339 2013-04-02 Pedro Alves <palves@redhat.com>
7340
7341 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7342 under "New options".
7343
7344 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 Revert this patch:
7347 PR gdb/15275
7348 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7349
7350 2013-04-02 Pedro Alves <palves@redhat.com>
7351
7352 PR gdb/15275
7353
7354 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7355 (remote_serial_write): New function.
7356 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7357
7358 2013-04-01 Jiong Wang <jiwang@tilera.com>
7359
7360 * NEWS: Mention TILE-Gx in "New native configurations" and
7361 "New targets" sections.
7362
7363 2013-04-01 Doug Evans <dje@google.com>
7364
7365 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7366 (process_enumeration_scope): Simplify.
7367
7368 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7369 type_unit_group ...
7370 (struct signatured_type): ... to here.
7371 (sig_type_ptr): New typedef.
7372 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7373 out of union 't'. All uses updated.
7374 (dw2_get_file_names_reader): Assert not called for a type unit.
7375 (dw2_get_file_names): Assert not called for a type unit or type
7376 unit group.
7377 (build_type_psymtabs_reader): Assert called for a type unit.
7378 (build_type_psymtab_dependencies): Assert called for a type unit group.
7379
7380 * dwarf2read.c (free_dwo_file): Add comment.
7381 (dwarf2_per_objfile_free): Unref dwp bfd.
7382
7383 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7384
7385 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7386 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7387 (read_pe_exported_syms): Remove unused 'exportix'.
7388 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7389 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7390 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7391
7392 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7393
7394 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7395 (print_it_watchpoint): Remove unused 'bl'.
7396 (say_where): Remove unused 'uiout'.
7397 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7398 (bkpt_breakpoint_hit): Remove unused 'b'.
7399 (internal_bkpt_print_it): Remove unused 'uiout'.
7400 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7401
7402 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7403
7404 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7405 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7406
7407 2013-03-29 Doug Evans <dje@google.com>
7408
7409 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7410 Delete arg is_dwp. All callers updated.
7411 (open_dwp_file): New function.
7412 (open_and_init_dwp_file): Call it.
7413 (get_dwp_file): New function.
7414 (lookup_dwo_cutu): Call it.
7415
7416 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7417 unnecessary, cleanup.
7418
7419 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7420
7421 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7422 (lookup_dwo_unit): New function.
7423 (init_cutu_and_read_dies): Move DWO handling to new functions.
7424
7425 * dwarf2read.c (struct signatured_type): Tweak comment.
7426 (struct dwo_unit): Tweak comment.
7427 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7428 (create_dwo_debug_info_hash_table): Tweak comment.
7429 (dwarf2_per_cu_offset_and_type): Tweak comment.
7430
7431 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7432 missing .debug_types section.
7433
7434 2013-03-29 Yao Qi <yao@codesourcery.com>
7435
7436 * corelow.c: Include "completer.h".
7437 (_initialize_corelow): Call add_target_with_completer with
7438 argument 'filename_completer'.
7439 * tracepoint.c: Likewise.
7440 * exec.c (_initialize_exec): Likewise.
7441 * target.c (add_target): Rename to ...
7442 (add_target_with_completer): ... this. Call set_cmd_completer
7443 if parameter completer is not NULL.
7444 (add_target): New.
7445 * target.h: Include "command.h".
7446 (add_target_with_completer): Declare it.
7447
7448 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7449
7450 * coffread.c (is_import_fixup_symbol): New function.
7451 (record_minimal_symbol): Use is_import_fixup_symbol to
7452 detect import fixup symbols, and discard them.
7453
7454 2013-03-28 Doug Evans <dje@google.com>
7455
7456 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7457 types hash table until we know we need it.
7458
7459 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7460 index numbers.
7461
7462 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7463 All callers updated.
7464 (dw2_print_stats): Print #read CUs too.
7465 (dump_die_shallow): Print signatured types better.
7466
7467 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7468 info_or_types_section to section. All uses updated.
7469 (struct dwo_unit): Ditto.
7470
7471 2013-03-28 Pedro Alves <palves@redhat.com>
7472
7473 * NEWS (New options): New section.
7474 (New options): Mention set/show remote trace-status-packet.
7475 * remote.c (PACKET_qTStatus): New enumeration value.
7476 (remote_get_trace_status): Skip sending qTStatus if the packet is
7477 disabled. Use packet_ok.
7478 (_initialize_remote): Register a configuration command for
7479 qTStatus packet.
7480
7481 2013-03-28 Doug Evans <dje@google.com>
7482
7483 * symfile.c (find_separate_debug_file): Add comment.
7484 (terminate_after_last_dir_separator): Tweak comment.
7485
7486 * dwarf2read.c (create_partial_symtab): Add forward decl.
7487 (create_partial_symtab): Move to be closer to other psymtab functions.
7488 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7489
7490 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7491 (compute_symtab_includes): Remove unnecessary forward declaration.
7492 (die_needs_namespace): Add comment marking group of functions for
7493 dwarf2 name computation.
7494
7495 * typeprint.c (_initialize_typeprint): Improve type help text.
7496
7497 * python/python.c (finish_python_initialization): Provide suggestion
7498 for how to tell gdb to find its python files.
7499
7500 2013-03-28 Pedro Alves <palves@redhat.com>
7501
7502 PR gdb/15294
7503
7504 * source.c (_initialize_source): Change back "set listsize" to an
7505 integer command.
7506
7507 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7508
7509 PR gdb/15275
7510 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7511
7512 2013-03-27 Pedro Alves <palves@redhat.com>
7513
7514 * top.c (history_size): Rename to ...
7515 (history_size_setshow_var): ... this. Add comment.
7516 (show_commands): Use readline's 'history_length' instead of
7517 computing the history length by calling history_get in a loop.
7518 (set_history_size_command): Error out for sizes over INT_MAX.
7519 Restore previous history size on invalid size.
7520 (init_history): If HISTSIZE is negative, leave the history size as
7521 zero. Add comments.
7522 (init_main): Adjust.
7523
7524 2013-03-27 Pedro Alves <palves@redhat.com>
7525
7526 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7527 coff_pe_read" command to "set debug coff-pe-read".
7528
7529 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7530
7531 * record.c (command_size_to_target_size): Fix size comparison.
7532 Change parameter type from pointer to integer to integer.
7533 Update all users.
7534
7535 2013-03-27 Pierre Muller <muller@sourceware.org>
7536
7537 * windows-nat.c (handle_output_debug_string): Avoid typecast
7538 from integer of different size warning.
7539
7540 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7541
7542 * windows-nat.c (handle_output_debug_string): Add empty line
7543 after local block variable definition.
7544
7545 2013-03-26 Pedro Alves <palves@redhat.com>
7546
7547 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7548 (net_open): Make 'polls' local unsigned.
7549
7550 2013-03-26 Pedro Alves <palves@redhat.com>
7551
7552 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7553 a zuinteger command instead of uinteger.
7554
7555 2013-03-26 Pedro Alves <palves@redhat.com>
7556
7557 * record-full.c (record_full_insn_num): Make it unsigned.
7558 (record_full_check_insn_num, record_full_message)
7559 (record_full_registers_change, record_full_xfer_partial): Remove
7560 record_full_insn_max_num check (it's always != 0).
7561 (record_full_info, record_full_restore): Use %u as format string.
7562 (): Use %u as format string.
7563 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7564 check (it's always != 0).
7565
7566 2013-03-26 Pedro Alves <palves@redhat.com>
7567
7568 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7569 and "set dcache size" commands zuinteger instead of uinteger.
7570
7571 2013-03-26 Pedro Alves <palves@redhat.com>
7572
7573 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7574 command zuinteger instead of uinteger.
7575
7576 2013-03-26 Pedro Alves <palves@redhat.com>
7577
7578 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7579 zuinteger instead of uinteger.
7580
7581 2013-03-26 Pedro Alves <palves@redhat.com>
7582
7583 * record.c (record_insn_history_size_setshow_var)
7584 (record_call_history_size_setshow_var): New globals.
7585 (command_size_to_target_size): New function.
7586 (cmd_record_insn_history, cmd_record_call_history): Use
7587 command_size_to_target_size instead of cast.
7588 (validate_history_size, set_record_insn_history_size)
7589 (set_record_call_history_size): New functions.
7590 (_initialize_record): Install set_record_insn_history_size and
7591 set_record_call_history_size as "set" hooks of "set record
7592 instruction-history-size" and "set record
7593 function-call-history-size".
7594
7595 2013-03-26 Pedro Alves <palves@redhat.com>
7596
7597 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7598 use with history_max_entries use. Remove FIXME note.
7599
7600 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7601
7602 * record-btrace.c (record_btrace_close): Call
7603 record_btrace_auto_disable.
7604
7605 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7606
7607 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7608
7609 2013-03-25 Doug Evans <dje@google.com>
7610
7611 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7612
7613 2013-03-25 Tom Tromey <tromey@redhat.com>
7614
7615 PR symtab/11462:
7616 * c-exp.y (exp): Add new productions for destructors after '.' and
7617 '->'.
7618 (write_destructor_name): New function.
7619
7620 2013-03-25 Tom Tromey <tromey@redhat.com>
7621
7622 PR c++/9197:
7623 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7624 value_struct_elt, not lookup_struct_elt_type.
7625 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7626 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7627 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7628
7629 2013-03-25 Yao Qi <yao@codesourcery.com>
7630
7631 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7632 instead of '_mkdir'.
7633
7634 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7635
7636 * windows-nat.c (windows_get_absolute_argv0): New function.
7637 * windows-nat.h: Add its prototype.
7638
7639 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7640 Use IS_DIR_SEPARATOR instead of looking for a character inside
7641 SLASH_STRING. Include filenames.h.
7642 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7643 relocate_gdb_directory works when passed gdb_program_name.
7644 Include windows-nat.h.
7645
7646 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7649 * remote.c (trace_error): Remove the special handling of '2'.
7650 (readchar) <SERIAL_EOF>
7651 (readchar) <SERIAL_ERROR>
7652 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7653 (remote_get_trace_status): Call throw_exception if EX is
7654 TARGET_CLOSE_ERROR.
7655 * utils.c (perror_with_name): Rename to ...
7656 (throw_perror_with_name): ... here. New parameter errcode, describe it
7657 in the function comment.
7658 (perror_with_name): New function wrapper.
7659 * utils.h (enum errors): New stub declaration.
7660 (throw_perror_with_name): New declaration.
7661
7662 2013-03-22 Pedro Alves <palves@redhat.com>
7663 Yao Qi <yao@codesourcery.com>
7664 Mark Kettenis <kettenis@gnu.org>
7665
7666 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7667 Don't let the user set the value to UINT_MAX directly.
7668 <var_integer>: Don't let the user set the value to INT_MAX
7669 directly.
7670
7671 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7672
7673 * remote.c (remote_unpush_target): New function.
7674 (remote_open_1): Remove two pop_target calls, update one comment, add
7675 comment to target_preopen call. Replace pop_target call by
7676 remote_unpush_target call.
7677 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7678 pop_target calls by remote_unpush_target calls.
7679
7680 2013-03-22 Pedro Alves <palves@redhat.com>
7681
7682 * linux-nat.c (linux_child_follow_fork): Don't call
7683 linux_enable_event_reporting.
7684 (linux_handle_extended_wait): Don't call
7685 linux_enable_event_reporting.
7686
7687 2013-03-22 Pedro Alves <palves@redhat.com>
7688
7689 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7690 use it to rewrite the trampoline buffers with type gdb_byte[], and
7691 undefine the macro. Remove char* cast.
7692
7693 2013-03-21 Doug Evans <dje@google.com>
7694
7695 New commands "mt set per-command {space,time,symtab} {on,off}".
7696 * NEWS: Add entry.
7697 * event-top.c: #include "maint.h".
7698 * main.c: #include "maint.h".
7699 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7700 timeval-utils.h, maint.h, cli/cli-setshow.h.
7701 (per_command_time, per_command_space): New static globals.
7702 (per_command_symtab): New static global.
7703 (per_command_setlist, per_command_showlist): New static globals.
7704 (struct cmd_stats): Move here from utils.c.
7705 (set_per_command_time): Renamed from set_display_time in utils.c
7706 and moved here. All callers updated.
7707 (set_per_command_space): Renamed from set_display_space in utils.c
7708 and moved here. All callers updated.
7709 (count_symtabs_and_blocks): New function.
7710 (report_command_stats): Moved here from utils.c. Add support for
7711 printing symtab stats. Only print data if enabled before command
7712 executed.
7713 (make_command_stats_cleanup): Ditto.
7714 (sert_per_command_cmd, show_per_command_cmd): New functions.
7715 (_initialize_maint_cmds): Add new commands
7716 mt set per-command {space,time,symtab} {on,off}.
7717 * maint.h: New file.
7718 * top.c: #include "maint.h".
7719 * utils.c (reset_prompt_for_continue_wait_time): New function.
7720 (get_prompt_for_continue_wait_time): New function.
7721 * utils.h (reset_prompt_for_continue_wait_time): Declare
7722 (get_prompt_for_continue_wait_time): Declare.
7723 (make_command_stats_cleanup): Moved to maint.h.
7724 (set_display_time, set_display_space): Moved to maint.h and renamed
7725 to set_per_command_time, set_per_command_space.
7726 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7727 parse_binary_operation and made non-static. Don't call error,
7728 just return an error marker. All callers updated.
7729 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7730
7731 2013-03-21 Tom Tromey <tromey@redhat.com>
7732
7733 * symfile.c (alloc_section_addr_info): Update header. Don't set
7734 'num_sections' field.
7735 (build_section_addr_info_from_section_table): Set 'num_sections'.
7736 (build_section_addr_info_from_bfd): Likewise.
7737 (build_section_addr_info_from_objfile): Remove dead loop
7738 condition.
7739 (free_section_addr_info): Unconditionally call xfree.
7740 (relative_addr_info_to_section_offsets, addrs_section_sort)
7741 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7742 condition.
7743 (syms_from_objfile_1): Remove dead 'if' condition. Check
7744 'num_sections'.
7745 (add_symbol_file_command): Set 'num_sections'.
7746 * symfile-mem.c (symbol_file_add_from_memory): Set
7747 'num_sections'.
7748 * somread.c (som_symfile_offsets): Remove dead loop condition.
7749 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7750 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7751
7752 2013-03-21 Tom Tromey <tromey@redhat.com>
7753
7754 * tracepoint.h (decode_agent_options): Add 'trace_string'
7755 argument.
7756 * tracepoint.c (decode_agent_options): Add 'trace_string'
7757 argument.
7758 (validate_actionline): Update.
7759 (collect_symbol): Add 'trace_string' argument.
7760 (struct add_local_symbols_data) <trace_string>: New field.
7761 (do_collect_symbol): Update.
7762 (add_local_symbols): Add 'trace_string' argument.
7763 (encode_actions_1): Update.
7764 (trace_dump_actions): Update.
7765 * dwarf2loc.c (access_memory): Update.
7766 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7767 * ax-general.c (new_agent_expr): Update.
7768 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7769 (gen_trace_for_return_address): Add argument.
7770 (trace_kludge, trace_string_kludge): Remove.
7771 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7772 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7773 (gen_trace_for_var): Add 'trace_string' argument.
7774 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7775 (gen_printf, agent_eval_command_one): Update.
7776
7777 2013-03-21 Tom Tromey <tromey@redhat.com>
7778
7779 PR exp/15109:
7780 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7781 Handle FILENAME token.
7782
7783 2013-03-21 Tom Tromey <tromey@redhat.com>
7784
7785 * c-exp.y (YYPRINT): Define.
7786 (c_print_token): New function.
7787
7788 2013-03-21 Tom Tromey <tromey@redhat.com>
7789
7790 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7791
7792 2013-03-21 Yao Qi <yao@codesourcery.com>
7793
7794 * ctf.c: Include "gdb_stat.h".
7795 [USE_WIN32API]: New macro 'mkdir'.
7796 (ctf_start): Use permission bits macros if they are defined.
7797
7798 2013-03-20 Keith Seitz <keiths@redhat.com>
7799
7800 * breakpoint.h (struct breakpoint): Add comment to
7801 extra_string indicating that this member is mallod'd.
7802 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7803
7804 2013-03-20 Pedro Alves <palves@redhat.com>
7805
7806 PR gdb/15289
7807
7808 * cli/cli-setshow.c (do_set_command)
7809 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7810 the result of parsing the command argument. Throw error if the
7811 value is greater than UINT_MAX. Print the invalid value with
7812 plongest.
7813 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7814 result of parsing the command argument. Throw error if the value
7815 is greater than INT_MAX, not greater or equal. Also throw error
7816 if the value is less than INT_MIN. Print the invalid value with
7817 plongest.
7818 <var_zuinteger_unlimited>: Throw error if the value is greater
7819 than INT_MAX, not greater or equal.
7820 (do_show_command) <var_integer, var_zinteger,
7821 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7822
7823 2013-03-20 Tom Tromey <tromey@redhat.com>
7824
7825 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7826 if possible.
7827 * dwarf2read.c (read_func_scope): Remove old FIXME.
7828 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7829 not LOC_COMPUTED.
7830 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7831 Unconditionally call via computed ops, if possible.
7832 * printcmd.c (address_info): Unconditionally call via computed ops,
7833 if possible.
7834 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7835 if possible.
7836 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7837 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7838 if possible.
7839
7840 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7841 Tom Tromey <tromey@redhat.com>
7842
7843 PR symtab/8421:
7844 * coffread.c (coff_register_index): New global.
7845 (process_coff_symbol, coff_read_enum_type): Set
7846 SYMBOL_ACLASS_INDEX.
7847 (_initialize_coffread): Initialize new global.
7848 * dwarf2loc.c (locexpr_find_frame_base_location)
7849 (dwarf2_block_frame_base_locexpr_funcs)
7850 (loclist_find_frame_base_location)
7851 (dwarf2_block_frame_base_loclist_funcs): New.
7852 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7853 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7854 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7855 (dwarf2_block_frame_base_loclist_funcs): New.
7856 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7857 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7858 globals.
7859 (read_func_scope): Update.
7860 (fixup_go_packaging, mark_common_block_symbol_computed)
7861 (var_decode_location, new_symbol_full, dwarf2_const_value):
7862 Set SYMBOL_ACLASS_INDEX.
7863 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7864 (_initialize_dwarf2_read): Initialize new globals.
7865 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7866 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7867 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7868 globals.
7869 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7870 (_initialize_mdebugread): Initialize new globals.
7871 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7872 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7873 (stab_register_index, stab_regparm_index): New globals.
7874 (define_symbol, read_enum_type, common_block_end): Set
7875 SYMBOL_ACLASS_INDEX.
7876 (_initialize_stabsread): Initialize new globals.
7877 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7878 globals.
7879 (MAX_SYMBOL_IMPLS): New define.
7880 (register_symbol_computed_impl, register_symbol_block_impl)
7881 (register_symbol_register_impl)
7882 (initialize_ordinary_address_classes): New functions.
7883 (_initialize_symtab): Call initialize_ordinary_address_classes.
7884 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7885 (struct symbol_impl): New.
7886 (SYMBOL_ACLASS_BITS): New define.
7887 (struct symbol) <aclass, ops>: Remove fields.
7888 <aclass_index>: New field.
7889 (symbol_impls): Declare.
7890 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7891 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7892 (register_symbol_computed_impl, register_symbol_block_impl)
7893 (register_symbol_register_impl): Declare.
7894 (struct symbol_computed_ops): Add location_has_loclist.
7895 (struct symbol_block_ops): New.
7896 (SYMBOL_BLOCK_OPS): New.
7897 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7898
7899 2013-03-20 Tom Tromey <tromey@redhat.com>
7900
7901 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7902 (print_partial_symbols, recursively_search_psymtabs): Use
7903 PSYMBOL_CLASS.
7904
7905 2013-03-20 Pierre Muller <muller@sourceware.org>
7906
7907 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7908 addtion, subtraction, multiplication and division binary operator.
7909
7910 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7911
7912 Code cleanup.
7913 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7914 * bsd-kvm.c (bsd_kvm_close): Likewise.
7915 * bsd-uthread.c (bsd_uthread_close): Likewise.
7916 * corelow.c (core_close): Likewise.
7917 (core_close_cleanup): Remove parameter quitting from a caller.
7918 * event-top.c (async_disconnect): Likewise.
7919 * exec.c (exec_close_1): Remove parameter quitting.
7920 * go32-nat.c (go32_close): Likewise.
7921 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7922 parameter quitting from a caller.
7923 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7924 variable.
7925 (mips_linux_close): Remove parameter quitting. Remove parameter
7926 quitting from a caller.
7927 * monitor.c (monitor_close): Remove parameter quitting.
7928 * monitor.h (monitor_close): Likewise.
7929 * record-btrace.c (record_btrace_close): Likewise.
7930 * record-full.c (record_full_close): Likewise.
7931 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7932 it also from fprintf_unfiltered.
7933 * remote-mips.c (mips_close): Remove parameter quitting.
7934 (mips_detach): Remove parameter quitting from a caller.
7935 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7936 (gdbsim_close): Remove duplicate function comment. Remove parameter
7937 quitting and remove it also from printf_filtered.
7938 * remote.c (remote_close): Remove parameter quitting.
7939 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7940 * target.c (update_current_target): Remove parameter int from to_close
7941 de_fault.
7942 (push_target, unpush_target, pop_target): Remove parameter quitting from
7943 a caller.
7944 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7945 Remove parameter quitting from a caller.
7946 (target_preopen): Remove parameter quitting from a caller.
7947 (target_close): Remove parameter quitting. Remove parameter quitting
7948 from a caller two times. Remove parameter quitting also from
7949 fprintf_unfiltered.
7950 * target.h (struct target_ops): Remove parameter quitting and as int
7951 from fields to_xclose and to_close.
7952 (extern struct target_ops current_target):
7953 (target_close, pop_all_targets): Remove parameter quitting. Update the
7954 comment.
7955 (pop_all_targets_above): Remove parameter quitting.
7956 * top.c (quit_target): Remove parameter quitting from a caller.
7957 * tracepoint.c (tfile_close): Remove parameter quitting.
7958 * windows-nat.c (windows_close): Remove parameter quitting.
7959
7960 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
7961
7962 * windows-nat.c (handle_output_debug_string): Replace call
7963 to string_to_core_addr with call to strtoull.
7964
7965 2013-03-20 Yao Qi <yao@codesourcery.com>
7966
7967 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7968 and write it to CTF metadata.
7969
7970 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
7971
7972 * windows-nat.c (handle_output_debug_string): Change type of n to
7973 SIZE_T to avoid crash on 64 bit systems.
7974
7975 2013-03-17 Eli Zaretskii <eliz@gnu.org>
7976
7977 * python/python-internal.h (HAVE_SNPRINTF)
7978 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7979 about redefinition of snprintf by pyerrors.h.
7980
7981 2013-03-15 Steve Ellcey <sellcey@mips.com>
7982
7983 * remote-sim.c (sim_command_completer): Make char arguments const.
7984
7985 2013-03-15 Tom Tromey <tromey@redhat.com>
7986
7987 PR c++/15116:
7988 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7989
7990 2013-03-14 Tom Tromey <tromey@redhat.com>
7991
7992 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7993 New fields.
7994 (get_file_crc): Move from symfile.c.
7995 (gdb_bfd_crc): New function.
7996 * gdb_bfd.h (gdb_bfd_crc): Declare.
7997 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7998 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7999 (separate_debug_file_exists): Use gdb_bfd_crc.
8000
8001 2013-03-14 Tom Tromey <tromey@redhat.com>
8002
8003 * symfile.c (get_debug_link_info): Remove.
8004 (find_separate_debug_file_by_debuglink): Use
8005 bfd_get_debug_link_info.
8006
8007 2013-03-14 Tom Tromey <tromey@redhat.com>
8008
8009 * symtab.c (error_in_psymtab_expansion): New function.
8010 (lookup_symbol_aux_quick)
8011 (basic_lookup_transparent_type_quick): Remove "last resort"
8012 code. Use error_in_psymtab_expansion.
8013
8014 2013-03-14 Doug Evans <dje@google.com>
8015 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8018 any successful compare_filenames_for_search or FILENAME_CMP.
8019 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8020 * symtab.c (iterate_over_some_symtabs): Likewise.
8021
8022 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8023
8024 * source.c (print_source_lines_base): Make a local copy of
8025 symtab_to_fullname.
8026
8027 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
8028 Jan Kratochvil <jan.kratochvil@redhat.com>
8029
8030 * source.c (print_source_lines_base): Suppress "file" for TUI.
8031
8032 2013-03-14 Keith Seitz <keiths@redhat.com>
8033 Alan Matsuoka <alanm@redhat.com>
8034
8035 PR c++/15203
8036 PR c++/15210
8037 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8038 TYPE_CODE_METHOD.
8039 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8040 symbols.
8041
8042 2013-03-14 Yao Qi <yao@codesourcery.com>
8043
8044 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8045 status to tfile if trace is stopped by command 'tstop'.
8046
8047 2013-03-14 Yao Qi <yao@codesourcery.com>
8048
8049 * tracepoint.c (tfile_write_status): Write trace notes and user
8050 name into tfile if they are not NULL.
8051
8052 2013-03-14 Hui Zhu <hui@codesourcery.com>
8053 Yao Qi <yao@codesourcery.com>
8054
8055 * Makefile.in (REMOTE_OBS): Add ctf.o.
8056 (SFILES): Add ctf.c.
8057 (HFILES_NO_SRCDIR): Add ctf.h.
8058 * ctf.c, ctf.h: New files.
8059 * tracepoint.c: Include 'ctf.h'.
8060 (collect_pseudocommand): Remove static.
8061 (trace_save_command): Parse option "-ctf".
8062 Produce different trace file writers per option.
8063 Adjust output message.
8064 (trace_save_tfile, trace_save_ctf): New.
8065 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8066 * mi/mi-main.c: Include 'ctf.h'.
8067 (mi_cmd_trace_save): Handle option '-ctf'. Call either
8068 trace_save_tfile or trace_save_ctf.
8069 * NEWS: Mention these changes.
8070
8071 2013-03-14 Yao Qi <yao@codesourcery.com>
8072
8073 * tracepoint.c (trace_file_writer_xfree): New.
8074 (struct tfile_writer_data): New.
8075 (tfile_dtor, tfile_can_target_save, tfile_start): New.
8076 (tfile_write_header, tfile_write_regblock_type): New.
8077 (tfile_write_status, tfile_write_uploaded_tsv): New.
8078 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8079 (tfile_write_raw_data, (tfile_end): New.
8080 (tfile_write_ops): New global variable.
8081 (TRACE_WRITE_R_BLOCK): New macro.
8082 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8083 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8084 (TRACE_WRITE_V_BLOCK): New macro.
8085 (trace_save): Add extra one parameter WRITER. Make it static.
8086 Use WRITER to writer trace.
8087 (tfile_trace_file_writer_new): New.
8088 (trace_save_command): Caller update.
8089 (trace_save_tfile): Write trace data in TFILE format.
8090 * tracepoint.h (struct trace_frame_write_ops): New.
8091 (struct trace_file_write_ops): New.
8092 (struct trace_file_writer): New.
8093 (trace_save): Remove its declaration.
8094 (trace_save_tfile): Declare it.
8095 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8096 instead of trace_save.
8097
8098 2013-03-13 Pedro Alves <palves@redhat.com>
8099
8100 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8101
8102 2013-03-13 Pedro Alves <palves@redhat.com>
8103
8104 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8105 commented out code.
8106 * demangle.c (current_demangling_style_string): Make it const.
8107 (set_demangling_command): Assert the demangling style is known.
8108 Remove all handling of unknown styles. Set
8109 'current_demangling_style_string' to an element of the
8110 demangling_style_names array.
8111 (set_demangling_style): Delete.
8112 (_initialize_demangler): Set current_demangling_style_string to the
8113 element of the demangling_style_names array that corresponds to
8114 the default demangling style. Remove FIXME note. Don't call
8115 set_demangling_style.
8116 * gdb-demangle.h (set_demangling_style): Remove declaration.
8117
8118 2013-03-13 Pedro Alves <palves@redhat.com>
8119
8120 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8121 fields const.
8122 (ada_make_symbol_completion_list): Make "text0" parameter const.
8123 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8124 * breakpoint.c (condition_completer): Make "text" and "word"
8125 parameters const. Adjust.
8126 (check_tracepoint_command): Adjust to validate_actionline
8127 prototype change.
8128 (catch_syscall_completer): Make "text" and "word" parameters
8129 const.
8130 * cli/cli-cmds.c (show_user): Make "comname" local const.
8131 (valid_command_p): Make "command" parameter const.
8132 (alias_command): Make "alias_prefix" and "command_prefix" locals
8133 const.
8134 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8135 (add_alias_cmd): Make "name" and "oldname" parameters const.
8136 Adjust. No longer make copy of OLDNAME.
8137 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8138 (add_setshow_cmd_full, add_setshow_enum_cmd)
8139 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8140 (add_setshow_filename_cmd, add_setshow_string_cmd)
8141 (add_setshow_string_noescape_cmd)
8142 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8143 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8144 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8145 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8146 Make "name" parameter const.
8147 (help_cmd): Rename "command" parameter to "arg". New const local
8148 "command".
8149 (find_cmd): Make "command" parameter const.
8150 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8151 deprecated_cmd_warning prototype change.
8152 (undef_cmd_error): Make "cmdtype" parameter const.
8153 (lookup_cmd): Make "line" parameter const.
8154 (deprecated_cmd_warning): Change type of "text" parameter to
8155 pointer to const char, from pointer to pointer to char. Adjust.
8156 (lookup_cmd_composition): Make "text" parameter const.
8157 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8158 parameters const.
8159 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8160 const.
8161 * cli/cli-script.c (validate_comname): Make "tem" local const.
8162 (define_command): New const local "tem_c". Use it in calls to
8163 lookup_cmd.
8164 (document_command): Make "tem" and "comfull" locals const.
8165 (show_user_1): Make "prefix" and "name" parameters const.
8166 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8167 const.
8168 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8169 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8170 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8171 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8172 (complete_on_enum, add_setshow_enum_cmd)
8173 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8174 (add_setshow_filename_cmd, add_setshow_string_cmd)
8175 (add_setshow_string_noescape_cmd)
8176 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8177 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8178 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8179 Change prototypes, constifying strings.
8180 * completer.c (noop_completer, filename_completer): Make "text"
8181 and "prefix" parameters const.
8182 (location_completer, expression_completer)
8183 (complete_line_internal): Make "text" and "prefix" parameters
8184 const and adjust.
8185 (command_completer, signal_completer): Make "text" and "prefix"
8186 parameters const.
8187 * completer.h (noop_completer, filename_completer)
8188 (expression_completer, location_completer, command_completer)
8189 (signal_completer): Change prototypes.
8190 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8191 parameters const.
8192 * cp-abi.c (cp_abi_completer): Likewise.
8193 * expression.h (parse_expression_for_completion): Change
8194 prototype.
8195 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8196 parameters const.
8197 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8198 * infrun.c (handle_completer): Make "text" and "word" parameters
8199 const.
8200 * interps.c (interpreter_completer): Make "text" and "word"
8201 parameters const.
8202 * language.h (struct language_defn)
8203 <la_make_symbol_completion_list>: Make "text" and "word"
8204 parameters const.
8205 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8206 (parse_exp_in_context): Rename to ...
8207 (parse_exp_in_context_1): ... this.
8208 (parse_exp_in_context): Reimplement, with const hack from
8209 parse_exp_1.
8210 (parse_expression_for_completion): Make "string" parameter const.
8211 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8212 to pointer to const char. Adjust.
8213 (print_command_1): Make "exp" parameter const.
8214 (output_command): Rename to ...
8215 (output_command_const): ... this. Make "exp" parameter const.
8216 (output_command): Reimplement.
8217 (x_command): Adjust.
8218 (display_command): Rename "exp" parameter to "arg". New "exp"
8219 local, const version of "arg".
8220 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8221 "cmd_name" local const.
8222 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8223 call.
8224 (cmdpy_completer): Make "text" and "word" parameters const.
8225 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8226 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8227 const.
8228 * remote.c (_initialize_remote): Make "cmd_name" local const.
8229 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8230 parameters const. Adjust.
8231 (completion_list_add_fields): Make "sym_text", "text" and "word"
8232 parameters const.
8233 (struct add_name_data) <sym_text, text, word>: Make fields const.
8234 (default_make_symbol_completion_list_break_on): Make "text" and
8235 "word" parameters const. Adjust locals.
8236 (default_make_symbol_completion_list)
8237 (make_symbol_completion_list, make_symbol_completion_type)
8238 (make_symbol_completion_list_fn): Make "text" and "word"
8239 parameters const.
8240 (make_file_symbol_completion_list): Make "text", "word" and
8241 "srcfile" parameters const. Adjust locals.
8242 (add_filename_to_list): Make "text" and "word" parameters const.
8243 (struct add_partial_filename_data) <text, word>: Make fields
8244 const.
8245 (make_source_files_completion_list): Make "text" and "word"
8246 parameters const.
8247 * symtab.h (default_make_symbol_completion_list_break_on)
8248 (default_make_symbol_completion_list, make_symbol_completion_list)
8249 (make_symbol_completion_type enum type_code)
8250 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8251 (make_source_files_completion_list): Change prototype.
8252 * top.c (execute_command): Adjust to pass pointer to pointer to
8253 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8254 change.
8255 (set_verbose): Make "cmdname" local const.
8256 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8257 and adjust.
8258 (validate_actionline): Make "line" parameter a pointer to const
8259 char, and adjust.
8260 (encode_actions_1): Make "action_exp" local const, and adjust.
8261 (encode_actions): Adjust.
8262 (replace_comma): Delete.
8263 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8264 const, and adjust. Don't frob the action string while splitting
8265 it at commas. Instead, make a copy of each split substring in
8266 turn.
8267 (trace_dump_command): Adjust to validate_actionline prototype
8268 change.
8269 * tracepoint.h (decode_agent_options, decode_agent_options)
8270 (encode_actions, validate_actionline): Change prototypes.
8271 * valprint.h (output_command): Delete declaration.
8272 (output_command_const): Declare.
8273 * value.c (function_destroyer): Cast const away in xfree call.
8274
8275 2013-03-13 Pedro Alves <palves@redhat.com>
8276
8277 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8278 rather than casting 'const char * const *' to 'const char **'.
8279 * ada-lex.l (processInt): Make "trailer" local const. Remove
8280 'const char **' cast.
8281 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8282 locals, and use those as strtol output pointer, instead than doing
8283 invalid casts to from 'const char **' to 'char **'.
8284 (_initialize_demangle): Remove cast.
8285 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8286 locals, and use those as strtol output pointer, instead than doing
8287 invalid casts to from 'const char **' to 'char **'.
8288 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8289 casts.
8290 * stap-probe.c (stap_parse_register_operand)
8291 (stap_parse_single_operand): Likewise.
8292
8293 2013-03-13 Yao Qi <yao@codesourcery.com>
8294
8295 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8296 the last matched 'V' blcok in trace frame.
8297
8298 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8299
8300 * NEWS: Create a new section for the next release branch.
8301 Rename the section of the current branch, now that it has
8302 been cut.
8303
8304 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8305
8306 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8307 * version.in: Bump version to 7.6.50.20130312-cvs.
8308
8309 2013-03-12 Keith Seitz <keiths@redhat.com>
8310
8311 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8312 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8313 Remove temporary copy of input string.
8314 (mi_execute_command_wrapper): Make "cmd" const.
8315 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8316 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8317 Use const strings.
8318 (mi_parse): Make "cmd" const.
8319 Use const strings.
8320 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8321
8322 2013-03-12 Keith Seitz <keiths@redhat.com>
8323
8324 * ada-lang.c (ada_read_renaming_var_value): Pass const
8325 pointer to expression string to parse_exp_1.
8326 (create_excep_cond_exprs): Likewise.
8327 * ax-gdb.c (agent_eval_command_one): Likewise.
8328 (maint_agent_printf_command): Likewise.
8329 Constify much of the string handling/parsing.
8330 * breakpoint.c (set_breakpoint_condition): Pass const
8331 pointer to expression string to parse_exp_1.
8332 (update_watchpoint): Likewise.
8333 (parse_cmd_to_aexpr): Constify string handling.
8334 Pass const pointer to parse_exp_1.
8335 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8336 (find_condition_and_thread): Likewise.
8337 Make TOK const.
8338 (watch_command_1): Make "arg" const.
8339 Constify string handling.
8340 Copy the expression string instead of changing the input
8341 string.
8342 (update_breakpoint_location): Pass const pointer to
8343 parse_exp_1.
8344 * eval.c (parse_and_eval_address): Make "exp" const.
8345 (parse_to_comma_and_eval): Make "expp" const.
8346 (parse_and_eval): Make "exp" const.
8347 * expression.h (parse_expression): Make argument const.
8348 (parse_exp_1): Make first argument const.
8349 * findcmd.c (parse_find_args): Treat "args" as const.
8350 * linespec.c (parse_linespec): Pass const pointer to
8351 linespec_expression_to_pc.
8352 (linespec_expression_to_pc): Make "exp_ptr" const.
8353 * parse.c (parse_exp_1): Make "stringptr" const.
8354 Make a copy of the expression to pass to parse_exp_in_context until
8355 this whole interface can be constified.
8356 (parse_expression): Make "string" const.
8357 * printcmd.c (ui_printf): Treat "arg" as const.
8358 Handle const strings.
8359 * tracepoint.c (validate_actionline): Pass const pointer to
8360 all calls to parse_exp_1.
8361 (encode_actions_1): Likewise.
8362 * value.h (parse_to_comma_and_eval): Make argument const.
8363 (parse_and_eval_address): Likewise.
8364 (parse_and_eval): Likewise.
8365 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8366 (varobj_set_value): Likewise.
8367 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8368 constify string handling.
8369 Pass const pointers to parse_and_eval_address and
8370 parse_to_comman_and_eval.
8371 * cli/cli-utils.c (skip_to_space): Rename to ...
8372 (skip_to_space_const): ... this. Handle const strings.
8373 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8374 skip_to_space_const.
8375 (skip_to_space_const): Declare.
8376 * common/format.c (parse_format_string): Make "arg" const.
8377 Handle const strings.
8378 * common/format.h (parse_format_string): Make "arg" const.
8379 * gdbserver/ax.c (ax_printf): Make "format" const.
8380 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8381 of the expression string.
8382
8383 2013-03-12 Hui Zhu <hui@codesourcery.com>
8384
8385 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8386
8387 2013-03-12 Yao Qi <yao@codesourcery.com>
8388 Hui Zhu <hui@codesourcery.com>
8389
8390 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8391 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8392 DW_OP_deref_size.
8393
8394 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8395
8396 * ada-lex.l (rules): Only recognize 'thread' as a
8397 delimiter when followed by numerals, as for c-exp.y.
8398 Use new rewind_to_char function to rewind the input for
8399 expression-delimiting tokens.
8400 (rewind_to_char): New function.
8401
8402 2013-03-11 Pedro Alves <palves@redhat.com>
8403 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * configure: Regenerate.
8406 * configure.ac (check dynamic export flag): Link python test with
8407 $PYTHON_LIBS.
8408
8409 2013-03-11 Doug Evans <dje@google.com>
8410 Keith Seitz <keiths@redhat.com>
8411
8412 * linespec.c (find_linespec_symbols): Call find_function_symbols
8413 first, and then call lookup_prefix_sym/find_method.
8414
8415 2013-03-11 Pedro Alves <palves@redhat.com>
8416
8417 * charset.c (convert_between_encodings): Don't cast between
8418 different pointer to pointer types. Instead, make the 'inp' local
8419 be of the type iconv expects.
8420 (wchar_iterate): Don't cast between different pointer to pointer
8421 types. Instead, use new pointer local of the type iconv expects.
8422 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8423 Add new local of type char pointer, and use it to get a
8424 char/string view of the byte buffer, instead of casting between
8425 pointer to pointer types.
8426
8427 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8428
8429 * remote.c (remote_set_trace_buffer_size): Move != operator
8430 to the start of next line to fix an ARI warning.
8431
8432 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8433
8434 * NEWS: Add record changes.
8435
8436 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8437
8438 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8439 the instruction history disassembly.
8440 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8441 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8442
8443 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8444
8445 * Makefile.in (SFILES): Add record-btrace.c
8446 (COMMON_OBS): Add record-btrace.o
8447 * record-btrace.c: New.
8448 * objfiles.c: Include btrace.h.
8449 (free_objfile): call btrace_free_objfile.
8450
8451 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8452
8453 * target.c (target_call_history, target_call_history_from,
8454 target_call_history_range): New.
8455 * target.h (target_ops) <to_call_history, to_call_history_from,
8456 to_call_history_range>: New fields.
8457 (target_call_history, target_call_history_from,
8458 target_call_history_range): New declaration.
8459 * record.c (get_call_history_modifiers, cmd_record_call_history,
8460 record_call_history_size): New.
8461 (_initialize_record): Add the "record function-call-history" command.
8462 Add "set/show record function-call-history-size" commands.
8463 * record.h (record_print_flag): New.
8464
8465 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8466
8467 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8468 to_insn_history_range>: New fields.
8469 (target_insn_history): New.
8470 (target_insn_history_from): New.
8471 (target_insn_history_range): New.
8472 * target.c (target_insn_history): New.
8473 (target_insn_history_from): New.
8474 (target_insn_history_range): New.
8475 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8476 (record_insn_history_size): New.
8477 (get_insn_number): New.
8478 (get_context_size): New.
8479 (no_chunk): New.
8480 (get_insn_history_modifiers): New.
8481 (cmd_record_insn_history): New.
8482 (_initialize_record): Add "set/show record instruction-history-size"
8483 command. Add "record instruction-history" command.
8484
8485 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8486
8487 * record.h (record_disconnect): New.
8488 (record_detach): New.
8489 (record_mourn_inferior): New.
8490 (record_kill): New.
8491 * record-full.c (record_disconnect, record_detach,
8492 record_mourn_inferior, record_kill): Move to...
8493 * record.c: ...here.
8494 (DEBUG): New.
8495 (record_stop): New.
8496 (record_unpush): New.
8497 (cmd_record_stop): Call record_stop. Replace unpush_target
8498 call with record_unpush call.
8499 (record_disconnect, record_detach): Assert that the target
8500 is of record stratum. Call record_unpush, record_stop, and
8501 DEBUG.
8502 (record_mourn_inferior, record_kill): Assert that the target
8503 is of record stratum. Call record_unpush and DEBUG.
8504
8505 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8506
8507 * record-full.h, record-full.c (record_memory_query): Rename
8508 to ...
8509 (record_full_memory_query): ...this. Update all users.
8510 (record_arch_list_add_reg): Rename to ...
8511 (record_full_arch_list_add_reg): ...this. Update all users.
8512 (record_arch_list_add_mem): Rename to ...
8513 (record_full_arch_list_add_mem): ...this. Update all users.
8514 (record_arch_list_add_end): Rename to ...
8515 (record_full_arch_list_add_end): ...this. Update all users.
8516 (record_gdb_operation_disable_set): Rename to ...
8517 (record_full_gdb_operation_disable_set): ...this.
8518 Update all users.
8519
8520 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8521
8522 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8523 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8524 (RECORD_IS_REPLAY): Renamed to ...
8525 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8526 (RECORD_FILE_MAGIC): Renamed to ...
8527 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8528 (record_mem_entry): Renamed to ...
8529 (record_full_mem_entry): ... this. Updated all users.
8530 (record_reg_entry): Renamed to ...
8531 (record_full_reg_entry): ... this. Updated all users.
8532 (record_end_entry): Renamed to ...
8533 (record_full_end_entry): ... this. Updated all users.
8534 (record_type) <record_end, record_reg, record_mem>: Renamed
8535 to ...
8536 (record_full_type) <record_full_end, record_full_reg,
8537 record_full_mem>: ... this. Updated all users.
8538 (record_entry): Renamed to ...
8539 (record_full_entry): ... this. Updated all users.
8540 (record_core_buf_entry): Renamed to ...
8541 (record_full_core_buf_entry): ... this. Updated all users.
8542 (record_core_regbuf): Renamed to ...
8543 (record_full_core_regbuf): ... this. Updated all users.
8544 (record_core_start): Renamed to ...
8545 (record_full_core_start): ... this. Updated all users.
8546 (record_core_end): Renamed to ...
8547 (record_full_core_end): ... this. Updated all users.
8548 (record_core_buf_list): Renamed to ...
8549 (record_full_core_buf_list): ... this. Updated all users.
8550 (record_first): Renamed to ...
8551 (record_full_first): ... this. Updated all users.
8552 (record_list): Renamed to ...
8553 (record_full_list): ... this. Updated all users.
8554 (record_arch_list_head): Renamed to ...
8555 (record_full_arch_list_head): ... this. Updated all users.
8556 (record_arch_list_tail): Renamed to ...
8557 (record_full_arch_list_tail): ... this. Updated all users.
8558 (record_stop_at_limit): Renamed to ...
8559 (record_full_stop_at_limit): ... this. Updated all users.
8560 (record_insn_max_num): Renamed to ...
8561 (record_full_insn_max_num): ... this. Updated all users.
8562 (record_insn_num): Renamed to ...
8563 (record_full_insn_num): ... this. Updated all users.
8564 (record_insn_count): Renamed to ...
8565 (record_full_insn_count): ... this. Updated all users.
8566 (record_ops): Renamed to ...
8567 (record_full_ops): ... this. Updated all users.
8568 (record_core_ops): Renamed to ...
8569 (record_full_core_ops): ... this. Updated all users.
8570 (set_record_cmdlist): Renamed to ...
8571 (set_record_full_cmdlist): ... this. Updated all users.
8572 (show_record_cmdlist): Renamed to ...
8573 (show_record_full_cmdlist): ... this. Updated all users.
8574 (record_cmdlist): Renamed to ...
8575 (record_full_cmdlist): ... this. Updated all users.
8576 (record_beneath_to_resume_ops): Renamed to ...
8577 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8578 (record_beneath_to_resume): Renamed to ...
8579 (record_full_beneath_to_resume): ... this. Updated all users.
8580 (record_beneath_to_wait_ops): Renamed to ...
8581 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8582 (record_beneath_to_wait): Renamed to ...
8583 (record_full_beneath_to_wait): ... this. Updated all users.
8584 (record_beneath_to_store_registers_ops): Renamed to ...
8585 (record_full_beneath_to_store_registers_ops): ... this.
8586 Updated all users.
8587 (record_beneath_to_store_registers): Renamed to ...
8588 (record_full_beneath_to_store_registers): ... this.
8589 Updated all users.
8590 (record_beneath_to_xfer_partial_ops): Renamed to ...
8591 (record_full_beneath_to_xfer_partial_ops): ... this.
8592 Updated all users.
8593 (record_beneath_to_xfer_partial): Renamed to ...
8594 (record_full_beneath_to_xfer_partial): ... this.
8595 Updated all users.
8596 (record_beneath_to_insert_breakpoint): Renamed to ...
8597 (record_full_beneath_to_insert_breakpoint): ... this.
8598 Updated all users.
8599 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8600 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8601 Updated all users.
8602 (record_beneath_to_stopped_data_address): Renamed to ...
8603 (record_full_beneath_to_stopped_data_address): ... this.
8604 Updated all users.
8605 (record_beneath_to_async): Renamed to ...
8606 (record_full_beneath_to_async): ... this. Updated all users.
8607 (record_goto_insn): Renamed to ...
8608 (record_full_goto_insn): ... this. Updated all users.
8609 (record_save): Renamed to ...
8610 (record_full_save): ... this. Updated all users.
8611 (record_reg_alloc): Renamed to ...
8612 (record_full_reg_alloc): ... this. Updated all users.
8613 (record_reg_release): Renamed to ...
8614 (record_full_reg_release): ... this. Updated all users.
8615 (record_mem_alloc): Renamed to ...
8616 (record_full_mem_alloc): ... this. Updated all users.
8617 (record_mem_release): Renamed to ...
8618 (record_full_mem_release): ... this. Updated all users.
8619 (record_end_alloc): Renamed to ...
8620 (record_full_end_alloc): ... this. Updated all users.
8621 (record_end_release): Renamed to ...
8622 (record_full_end_release): ... this. Updated all users.
8623 (record_entry_release): Renamed to ...
8624 (record_full_entry_release): ... this. Updated all users.
8625 (record_list_release): Renamed to ...
8626 (record_full_list_release): ... this. Updated all users.
8627 (record_list_release_following): Renamed to ...
8628 (record_full_list_release_following): ... this.
8629 Updated all users.
8630 (record_list_release_first): Renamed to ...
8631 (record_full_list_release_first): ... this. Updated all users.
8632 (record_arch_list_add): Renamed to ...
8633 (record_full_arch_list_add): ... this. Updated all users.
8634 (record_get_loc): Renamed to ...
8635 (record_full_get_loc): ... this. Updated all users.
8636 (record_check_insn_num): Renamed to ...
8637 (record_full_check_insn_num): ... this. Updated all users.
8638 (record_arch_list_cleanups): Renamed to ...
8639 (record_full_arch_list_cleanups): ... this. Updated all users.
8640 (record_message): Renamed to ...
8641 (record_full_message): ... this. Updated all users.
8642 (record_message_wrapper): Renamed to ...
8643 (record_full_message_wrapper): ... this. Updated all users.
8644 (record_message_wrapper_safe): Renamed to ...
8645 (record_full_message_wrapper_safe): ... this. Updated all users.
8646 (record_gdb_operation_disable): Renamed to ...
8647 (record_full_gdb_operation_disable): ... this. Updated all users.
8648 (record_hw_watchpoint): Renamed to ...
8649 (record_full_hw_watchpoint): ... this. Updated all users.
8650 (record_exec_insn): Renamed to ...
8651 (record_full_exec_insn): ... this. Updated all users.
8652 (record_restore): Renamed to ...
8653 (record_full_restore): ... this. Updated all users.
8654 (record_async_inferior_event_token): Renamed to ...
8655 (record_full_async_inferior_event_token): ... this.
8656 Updated all users.
8657 (record_async_inferior_event_handler): Renamed to ...
8658 (record_full_async_inferior_event_handler): ... this.
8659 Updated all users.
8660 (record_core_open_1): Renamed to ...
8661 (record_full_core_open_1): ... this. Updated all users.
8662 (record_open_1): Renamed to ...
8663 (record_full_open_1): ... this. Updated all users.
8664 (record_open): Renamed to ...
8665 (record_full_open): ... this. Updated all users.
8666 (record_close): Renamed to ...
8667 (record_full_close): ... this. Updated all users.
8668 (record_resume_step): Renamed to ...
8669 (record_full_resume_step): ... this. Updated all users.
8670 (record_resumed): Renamed to ...
8671 (record_full_resumed): ... this. Updated all users.
8672 (record_execution_dir): Renamed to ...
8673 (record_full_execution_dir): ... this. Updated all users.
8674 (record_resume): Renamed to ...
8675 (record_full_resume): ... this. Updated all users.
8676 (record_get_sig): Renamed to ...
8677 (record_full_get_sig): ... this. Updated all users.
8678 (record_sig_handler): Renamed to ...
8679 (record_full_sig_handler): ... this. Updated all users.
8680 (record_wait_cleanups): Renamed to ...
8681 (record_full_wait_cleanups): ... this. Updated all users.
8682 (record_wait_1): Renamed to ...
8683 (record_full_wait_1): ... this. Updated all users.
8684 (record_wait): Renamed to ...
8685 (record_full_wait): ... this. Updated all users.
8686 (record_stopped_by_watchpoint): Renamed to ...
8687 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8688 (record_disconnect): Renamed to ...
8689 (record_full_disconnect): ... this. Updated all users.
8690 (record_detach): Renamed to ...
8691 (record_full_detach): ... this. Updated all users.
8692 (record_mourn_inferior): Renamed to ...
8693 (record_full_mourn_inferior): ... this. Updated all users.
8694 (record_kill): Renamed to ...
8695 (record_full_kill): ... this. Updated all users.
8696 (record_stopped_data_address): Renamed to ...
8697 (record_full_stopped_data_address): ... this. Updated all users.
8698 (record_registers_change): Renamed to ...
8699 (record_full_registers_change): ... this. Updated all users.
8700 (record_store_registers): Renamed to ...
8701 (record_full_store_registers): ... this. Updated all users.
8702 (record_xfer_partial): Renamed to ...
8703 (record_full_xfer_partial): ... this. Updated all users.
8704 (record_breakpoint): Renamed to ...
8705 (record_full_breakpoint): ... this. Updated all users.
8706 (record_breakpoint_p): Renamed to ...
8707 (record_full_breakpoint_p): ... this. Updated all users.
8708 (record_breakpoints): Renamed to ...
8709 (record_full_breakpoints): ... this. Updated all users.
8710 (record_sync_record_breakpoints): Renamed to ...
8711 (record_full_sync_record_breakpoints): ... this.
8712 Updated all users.
8713 (record_init_record_breakpoints): Renamed to ...
8714 (record_full_init_record_breakpoints): ... this.
8715 Updated all users.
8716 (record_insert_breakpoint): Renamed to ...
8717 (record_full_insert_breakpoint): ... this. Updated all users.
8718 (record_remove_breakpoint): Renamed to ...
8719 (record_full_remove_breakpoint): ... this. Updated all users.
8720 (record_can_execute_reverse): Renamed to ...
8721 (record_full_can_execute_reverse): ... this. Updated all users.
8722 (record_get_bookmark): Renamed to ...
8723 (record_full_get_bookmark): ... this. Updated all users.
8724 (record_goto_bookmark): Renamed to ...
8725 (record_full_goto_bookmark): ... this. Updated all users.
8726 (record_async): Renamed to ...
8727 (record_full_async): ... this. Updated all users.
8728 (record_can_async_p): Renamed to ...
8729 (record_full_can_async_p): ... this. Updated all users.
8730 (record_is_async_p): Renamed to ...
8731 (record_full_is_async_p): ... this. Updated all users.
8732 (record_execution_direction): Renamed to ...
8733 (record_full_execution_direction): ... this. Updated all users.
8734 (record_info): Renamed to ...
8735 (record_full_info): ... this. Updated all users.
8736 (record_delete): Renamed to ...
8737 (record_full_delete): ... this. Updated all users.
8738 (record_is_replaying): Renamed to ...
8739 (record_full_is_replaying): ... this. Updated all users.
8740 (record_goto_entry): Renamed to ...
8741 (record_full_goto_entry): ... this. Updated all users.
8742 (record_goto_begin): Renamed to ...
8743 (record_full_goto_begin): ... this. Updated all users.
8744 (record_goto_end): Renamed to ...
8745 (record_full_goto_end): ... this. Updated all users.
8746 (record_goto): Renamed to ...
8747 (record_full_goto): ... this. Updated all users.
8748 (init_record_ops): Renamed to ...
8749 (init_record_full_ops): ... this. Updated all users.
8750 (record_core_resume): Renamed to ...
8751 (record_full_core_resume): ... this. Updated all users.
8752 (record_core_kill): Renamed to ...
8753 (record_full_core_kill): ... this. Updated all users.
8754 (record_core_fetch_registers): Renamed to ...
8755 (record_full_core_fetch_registers): ... this. Updated all users.
8756 (record_core_prepare_to_store): Renamed to ...
8757 (record_full_core_prepare_to_store): ... this. Updated all users.
8758 (record_core_store_registers): Renamed to ...
8759 (record_full_core_store_registers): ... this. Updated all users.
8760 (record_core_xfer_partial): Renamed to ...
8761 (record_full_core_xfer_partial): ... this. Updated all users.
8762 (record_core_insert_breakpoint): Renamed to ...
8763 (record_full_core_insert_breakpoint): ... this. Updated all users.
8764 (record_core_remove_breakpoint): Renamed to ...
8765 (record_full_core_remove_breakpoint): ... this. Updated all users.
8766 (record_core_has_execution): Renamed to ...
8767 (record_full_core_has_execution): ... this. Updated all users.
8768 (init_record_core_ops): Renamed to ...
8769 (init_record_full_core_ops): ... this. Updated all users.
8770 (cmd_record_restore): Renamed to ...
8771 (cmd_record_full_restore): ... this. Updated all users.
8772 (record_save_cleanups): Renamed to ...
8773 (record_full_save_cleanups): ... this. Updated all users.
8774 (cmd_record_start): Renamed to ...
8775 (cmd_record_full_start): ... this. Updated all users.
8776 (set_record_insn_max_num): Renamed to ...
8777 (set_record_full_insn_max_num): ... this. Updated all users.
8778 (set_record_command): Renamed to ...
8779 (set_record_full_command): ... this. Updated all users.
8780 (show_record_command): Renamed to ...
8781 (show_record_full_command): ... this. Updated all users.
8782 (_initialize_record): Renamed to ...
8783 (_initialize_record_full): ... this. Updated all users.
8784
8785 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8786
8787 * record.h: Split into this and ...
8788 * record-full.h: ... this.
8789 * record.c: Split into this and ...
8790 * record-full.c: ... this.
8791 * target.h (target_ops): Add new fields to_info_record,
8792 to_save_record, to_delete_record, to_record_is_replaying,
8793 to_goto_record_begin, to_goto_record_end, to_goto_record.
8794 (target_info_record): New.
8795 (target_save_record): New.
8796 (target_supports_delete_record): New.
8797 (target_delete_record): New.
8798 (target_record_is_replaying): New.
8799 (target_goto_record_begin): New.
8800 (target_goto_record_end): New.
8801 (target_goto_record): New.
8802 * target.c (target_info_record): New.
8803 (target_save_record): New.
8804 (target_supports_delete_record): New.
8805 (target_delete_record): New.
8806 (target_record_is_replaying): New.
8807 (target_goto_record_begin): New.
8808 (target_goto_record_end): New.
8809 (target_goto_record): New.
8810 * record.h: Declare struct cmd_list_element.
8811 (record_cmdlist): New declaration.
8812 (set_record_cmdlist): New declaration.
8813 (show_record_cmdlist): New declaration.
8814 (info_record_cmdlist): New declaration.
8815 (cmd_record_goto): New declaration.
8816 * record.c: Remove unnecessary includes.
8817 Include inferior.h.
8818 (cmd_record_goto): Remove declaration.
8819 (record_cmdlist): Now extern. Initialize.
8820 (set_record_cmdlist): Now extern. Initialize.
8821 (show_record_cmdlist): Now extern. Initialize.
8822 (info_record_cmdlist): Now extern. Initialize.
8823 (find_record_target): New.
8824 (require_record_target): New.
8825 (cmd_record_start): Update.
8826 (cmd_record_delete): Remove target-specific code.
8827 Call target_delete_record.
8828 (cmd_record_stop): Unpush any record target.
8829 (set_record_insn_max_num): Move to record-full.c
8830 (set_record_command): Add comment.
8831 (show_record_command): Add comment.
8832 (info_record_command): Update comment.
8833 Remove target-specific code.
8834 Call the record target's to_info_record.
8835 (cmd_record_start): New.
8836 (cmd_record_goto): Now extern.
8837 Remove target-specific code.
8838 Call target_goto_begin, target_goto_end, or target_goto.
8839 (_initialize_record): Move record target ops initialization to
8840 record-full.c.
8841 Change "record" command help text.
8842 Move "record restore", "record set", and "record show" commands to
8843 record-full.c.
8844 * Makefile.in (SFILES): Add record-full.c.
8845 (HFILES_NO_SRCDIR): Add record-full.h.
8846 (COMMON_OBS): Add record-full.o.
8847 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8848 * arm-tdep.c: Include record-full.h.
8849 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8850 * i386-tdep.c: Include record-full.h.
8851 * infrun.c: Include record-full.h.
8852 * linux-record.c: Include record-full.h.
8853 * moxie-tdep.c: Include record-full.h.
8854 * record-full.c: Include record-full.h.
8855 Change module comment.
8856 (set_record_full_cmdlist): New.
8857 (show_record_full_cmdlist): New.
8858 (record_full_cmdlist): New.
8859 (record_goto_insn): New declaration.
8860 (record_save): New declaration.
8861 (record_check_insn_num): Change query string.
8862 (record_info): New.
8863 (record_delete): New.
8864 (record_is_replaying): New.
8865 (record_goto_entry): New.
8866 (record_goto_begin): New.
8867 (record_goto_end): New.
8868 (record_goto): New.
8869 (init_record_ops): Update.
8870 (init_record_core_ops): Update.
8871 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8872 (cmd_record_start): New.
8873 (set_record_insn_max_num): Moved from record.c
8874 (set_record_full_command): New.
8875 (show_record_full_command): New.
8876 (_initialize_record_full): New.
8877
8878 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8879
8880 * target.h (add_deprecated_target_alias): New.
8881 * target.c (add_deprecated_target_alias): New.
8882
8883 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8884
8885 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8886 and signal.h.
8887 (linux_supports_btrace): Add kernel and
8888 cpuid check.
8889 (kernel_supports_btrace): New function.
8890 (cpu_supports_btrace): New function.
8891 (intel_supports_btrace): New function.
8892
8893 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8894
8895 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8896 * remote.c: Include btrace.h.
8897 (struct btrace_target_info): New struct.
8898 (remote_supports_btrace): New function.
8899 (send_Qbtrace): New function.
8900 (remote_enable_btrace): New function.
8901 (remote_disable_btrace): New function.
8902 (remote_teardown_btrace): New function.
8903 (remote_read_btrace): New function.
8904 (init_remote_ops): Add btrace ops.
8905 (enum <unnamed>): Add btrace packets.
8906 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8907 (_initialize_remote): Add packet configuration for branch tracing.
8908
8909 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8910
8911 * features/btrace.dtd: New file.
8912 * Makefile.in (XMLFILES): Add btrace.dtd.
8913 * btrace.h (parse_xml_btrace): New declaration.
8914 * btrace.c: Include xml-support.h.
8915 (parse_xml_btrace): New function.
8916 (parse_xml_btrace_block): New function.
8917 (block_attributes): New struct.
8918 (btrace_attributes): New struct.
8919 (btrace_children): New struct.
8920 (btrace_elements): New struct.
8921
8922 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8923
8924 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8925 (amd64_linux_enable_btrace): New.
8926 (amd64_linux_disable_btrace): New.
8927 (amd64_linux_teardown_btrace): New.
8928 (_initialize_amd64_linux_nat): Initialize btrace ops.
8929 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8930 (i386_linux_enable_btrace): New.
8931 (i386_linux_disable_btrace): New.
8932 (i386_linux_teardown_btrace): New.
8933 (_initialize_i386_linux_nat): Initialize btrace ops.
8934 * config/i386/linux.mh: Add linux-btrace.o.
8935 * config/i386/linux64.mh: Add linux-btrace.o.
8936
8937 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8938
8939 * common/linux_btrace.h: New file.
8940 * common/linux_btrace.c: New file.
8941 * Makefile.in (SFILES): Add btrace.c.
8942 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8943 (COMMON_OBS): Add btrace.o.
8944 (linux-btrace.o): New rule.
8945
8946 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8947
8948 * target.h: Include btrace.h.
8949 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8950 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8951 * target.c (target_supports_btrace): New function.
8952 (target_enable_btrace): New function.
8953 (target_disable_btrace): New function.
8954 (target_teardown_btrace): New function.
8955 (target_read_btrace): New function.
8956 * btrace.h: New file.
8957 * btrace.c: New file.
8958 * Makefile.in: Add btrace.c.
8959 * gdbthread.h: Include btrace.h.
8960 (struct thread_info): Add btrace field.
8961 * thread.c: Include btrace.h.
8962 (clear_thread_inferior_resources): Call target_teardown_btrace.
8963 * common/btrace-common.h: New file.
8964
8965 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8966
8967 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8968 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8969 kill_status to outer block.
8970
8971 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8972
8973 Fix entry-values if the callee called a noreturn function.
8974 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8975 get_frame_address_in_block. Add new comment.
8976
8977 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8978
8979 Fix entry-values in C++ across CUs.
8980 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8981 lookup_minimal_symbol. Add a comment.
8982 * dwarf2read.c
8983 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8984 DW_AT_linkage_name.
8985
8986 2013-03-08 Yao Qi <yao@codesourcery.com>
8987
8988 * tracepoint.c (_initialize_tracepoint): Indent the code.
8989
8990 2013-03-08 Pedro Alves <palves@redhat.com>
8991
8992 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8993 (parse_find_args, find_command): Change type of pattern buffer
8994 locals to 'gdb_byte *'.
8995
8996 2013-03-08 Stan Shebs <stan@codesourcery.com>
8997 Hafiz Abid Qadeer <abidh@codesourcery.com>
8998
8999 * NEWS: Mention set and show trace-buffer-size commands.
9000 Mention new packet.
9001 * target.h (struct target_ops): New method
9002 to_set_trace_buffer_size.
9003 (target_set_trace_buffer_size): New macro.
9004 * target.c (update_current_target): Set up new method.
9005 * tracepoint.c (trace_buffer_size): New global.
9006 (start_tracing): Send it to the target.
9007 (set_trace_buffer_size): New function.
9008 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9009 * remote.c (remote_set_trace_buffer_size): New function.
9010 (_initialize_remote): Use it.
9011 (QTBuffer:size) New remote command.
9012 (PACKET_QTBuffer_size): New enum.
9013 (remote_protocol_features): Add an entry for
9014 PACKET_QTBuffer_size.
9015
9016 2013-03-08 Tom Tromey <tromey@redhat.com>
9017
9018 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9019 variable.
9020
9021 2013-03-07 Pedro Alves <palves@redhat.com>
9022
9023 * target.c (target_read_stralloc, target_fileio_read_alloc):
9024 *Cast pointer to 'gdb_byte *' in target call.
9025
9026 2013-03-07 Pedro Alves <palves@redhat.com>
9027
9028 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9029 call.
9030
9031 2013-03-07 Keith Seitz <keiths@redhat.com>
9032
9033 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9034 (trace_pass_command): Likewise.
9035 * cli/cli-cmds.c: Include cli/cli-utils.h.
9036 (source_command): Use skip-spaces.
9037 (disassemble_command): Likewise.
9038 * findcmd.c: Include cli/cli-utils.h.
9039 (parse_find_args): Use skip_spaces.
9040 * go32-nat.c: Include cli/cli-utils.h.
9041 (go32_sldt): Use skip_spaces.
9042 (go32_sgdt): Likewise.
9043 (go32_sidt): Likewise.
9044 (go32_pde): Likewise.
9045 (go32_pte): Likewise.
9046 (go32_pte_for_address): Likewise.
9047 * infcmd.c: Include cli/cli-utils.h.
9048 (registers_info): Use skip_spaces.
9049 * linux-tdep.c (read_mapping): Use skip_spaces_const.
9050 (linux_info_proc): Likewise.
9051 * linux-thread-db.c: Include cli/cli-utils.h.
9052 (info_auto_load_libthread_db): Use skip_spaces_const.
9053 * m32r-rom.c: Include cli/cli-utils.h.
9054 (m32r_upload_command): Use skip_spaces.
9055 * maint.c: Include cli/cli-utils.h.
9056 (maintenance_translate_address): Use skip_spaces.
9057 * mi/mi-parse.c: Include cli/cli-utils.h.
9058 (mi_parse_argv): Use skip_spaces.
9059 (mi_parse): Likewise.
9060 * minsyms.c: Include cli/cli-utils.h.
9061 (msymbol_hash_iw): Use skip_spaces_const.
9062 * objc-lang.c: Include cli/cli-utils.h.
9063 (parse_selector): Use skip_spaces.
9064 (parse_method): Likewise.
9065 * python/python.c: Include cli/cli-utils.h.
9066 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9067 (python_command)[HAVE_PYTHON]: Likewise.
9068 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9069 * remote-m32r-sdi.c: Include cli/cli-utils.h.
9070 (m32r_load): Use skip_spaces.
9071 * serial.c: Include cli/cli-utils.h.
9072 (serial_open): Use skip_spaces_const.
9073 * stack.c: Include cli/cli-utils.h.
9074 (parse_frame_specification_1): Use skip_spaces_const.
9075 * symfile.c: Include cli/cli-utils.h.
9076 (set_ext_lang_command): Use skip_spaces.
9077 * symtab.c: Include cli/cli-utils.h.
9078 (rbreak_command): Use skip_spaces.
9079 * thread.c (thread_name_command): Use skip_spaces.
9080 * tracepoint.c (validate_actionline): Use skip_spaces.
9081 (encode_actions_1): Likewise.
9082 (trace_find_range_command): Likewise.
9083 (trace_find_outside_command): Likewise.
9084 (trace_dump_actions): Likewise.
9085
9086 2013-03-07 Pedro Alves <palves@redhat.com>
9087
9088 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9089 * expprint.c (print_subexp_standard): Likewise.
9090 * utils.c (host_char_to_target): Likewise.
9091 * valprint.c (generic_emit_char, generic_printstr): Likewise.
9092 * varobj.c (value_get_print_value): Change type of local to char*.
9093 Cast it gdb_byte * in call to language printer.
9094
9095 2013-03-07 Pedro Alves <palves@redhat.com>
9096
9097 * charset.c (struct wchar_iterator) <input>: Change type to 'const
9098 gdb_byte *'.
9099 (make_wchar_iterator): Remove cast to char*.
9100 (wchar_iterate): Change type of local.
9101
9102 2013-03-07 Pedro Alves <palves@redhat.com>
9103
9104 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9105 for 'regcache->register_status'.
9106
9107 2013-03-07 Pedro Alves <palves@redhat.com>
9108
9109 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9110 int.
9111
9112 2013-03-07 Pedro Alves <palves@redhat.com>
9113
9114 * stap-probe.c (handle_stap_probe): Add cast to char*.
9115
9116 2013-03-07 Pedro Alves <palves@redhat.com>
9117
9118 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9119 RECORD_MSGRCV>: Pass a signed variable to
9120 regcache_raw_read_signed, instead of an unsigned one.
9121
9122 2013-03-07 Pedro Alves <palves@redhat.com>
9123
9124 * remote-notif.c (notif_debug): Change type to int.
9125 * remote-notif.h (notif_debug): Likewise.
9126
9127 2013-03-07 Pedro Alves <palves@redhat.com>
9128
9129 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9130
9131 2013-03-07 Pedro Alves <palves@redhat.com>
9132
9133 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9134 * remote.h (hex2bin, bin2hex): ... here.
9135 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9136
9137 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9138
9139 * utils.c (initialize_utils): Improve doc strings of "set/show
9140 width", "set/show height", and "set/show pagination".
9141
9142 2013-03-06 Keith Seitz <keiths@redhat.com>
9143
9144 * ax-gdb.c (gen_printf): Make FORMAT const.
9145 * ax-gdb.h (gen_printf): Likewise.
9146 * ax-general.c (ax_string): Make STR const.
9147 * ax.h (ax_string): Likewise.
9148
9149 2013-03-06 Doug Evans <dje@google.com>
9150
9151 * elfread.c (elf_symfile_read): Move debugging printf to more
9152 logical location.
9153
9154 2013-03-06 Pedro Alves <palves@redhat.com>
9155
9156 * python/py-utils.c (target_string_to_unicode): Delete function.
9157 * python/python-internal.h (target_string_to_unicode): Delete
9158 declaration.
9159
9160 2013-03-06 Pierre Muller <muller@sourceware.org>
9161
9162 * linespec.c (get_current_search_block): ARI fix, use (void)
9163 for empty parameter list.
9164
9165 2013-03-05 Doug Evans <dje@google.com>
9166
9167 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9168 of old ada_lookup_symbol_list. In !full_search case, don't
9169 search superblocks.
9170 (ada_lookup_symbol_list): Delete arg full_search, all callers
9171 updated. Call ada_lookup_symbol_list_worker.
9172 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9173 * ada-lang.h (ada_lookup_symbol_list): Update.
9174 * language.h (language_defn): Update comment for
9175 la_iterate_over_symbols.
9176 * linespec.c (iterate_over_file_blocks): New function.
9177 (iterate_over_all_matching_symtabs): Call it.
9178 (lookup_prefix_sym): Ditto.
9179 (get_current_search_block): New function.
9180 (get_search_block): Delete.
9181 (find_label_symbols): Call get_current_search_block.
9182 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9183 * symtab.c (iterate_over_symbols): Don't search superblocks.
9184
9185 2013-03-05 Yao Qi <yao@codesourcery.com>
9186
9187 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9188 parameter VAR's type from "unsigned int" to "int".
9189 * command.h (var_zuinteger_unlimited): Update its comments.
9190 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9191
9192 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9193
9194 * NEWS: Mention new target x86_64-*-cygwin*.
9195
9196 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9197
9198 * configure.host: Add x86_64-*-cygwin* as host.
9199 * configure.tgt: Add x86_64-*-cygwin* as target.
9200 * config/i386/cygwin64.mh: New file.
9201
9202 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9203
9204 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9205
9206 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9207
9208 * linespec.c (struct linespec_canonical_name): New.
9209 (struct linespec_state): Change canonical_names type to it.
9210 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9211 xrealloc element size. Initialize the different CANONICAL fields.
9212 (canonical_to_fullform): New.
9213 (filter_results): Use it. Add variables canonical, fullform and
9214 cleanup.
9215 (struct decode_line_2_item, decode_line_2_compare_items): New.
9216 (decode_line_2): Remove variables iter and item_names, add variables
9217 items and items_count. Modify the code for these new variables.
9218
9219 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9220
9221 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9222 calling do_cleanup.
9223
9224 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9225
9226 * tracepoint.c (build_traceframe_info): Add code for byte order.
9227
9228 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9229
9230 * v850-tdep.c: (v850e2_register_name): Revise system register
9231 names to match current V850E2M architecture specifications.
9232 Update register number enum comments too.
9233
9234 2013-03-01 Jiong Wang <jiwang@tilera.com>
9235 Pedro Alves <palves@redhat.com>
9236
9237 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9238 to END_ADDR.
9239 (tilegx_skip_prologue): Limit prologue analysis to section end.
9240
9241 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9244 use it.
9245
9246 2013-03-01 Pedro Alves <palves@redhat.com>
9247
9248 Use gdb_byte for bytes from the program being debugged.
9249
9250 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9251 Change type of local 'buf' to gdb_byte.
9252 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9253 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9254 * cris-tdep.c (cris_sigcontext_addr)
9255 (cris_sigtramp_frame_unwind_cache): Likewise.
9256 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9257 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9258 Likewise.
9259 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9260 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9261 (hppa32_hpux_search_dummy_call_sequence)
9262 (hppa_hpux_supply_save_state): Likewise.
9263 * hppa-linux-tdep.c (insns_match_pattern)
9264 (hppa_linux_find_global_pointer): Likewise.
9265 * hppa-tdep.c (hppa_in_function_epilogue_p)
9266 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9267 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9268 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9269 (i386fbsd_collect_uthread): Likewise.
9270 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9271 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9272 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9273 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9274 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9275 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9276 (ia64_libunwind_frame_prev_register)
9277 (ia64_libunwind_sigtramp_frame_this_id)
9278 (ia64_find_global_pointer_from_dynamic_section)
9279 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9280 (ia64_unwind_pc): Likewise.
9281 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9282 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9283 (m68hc11_extract_return_value): Likewise.
9284 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9285 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9286 (mep_get_insn, mep_push_dummy_call): Likewise.
9287 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9288 (mips_linux_in_dynsym_stub): Likewise.
9289 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9290 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9291 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9292 to gdb_byte.
9293 * remote-mips.c (mips_set_register): Likewise.
9294 * remote-sim.c (gdbsim_fetch_register): Likewise.
9295 * score-tdep.c (score7_fetch_inst): Change type of parameter
9296 'memblock' and local 'buf' to gdb_byte.
9297 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9298 Change type of local 'buf' to gdb_byte. Adjust.
9299 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9300 to gdb_byte**.
9301 (score7_analyze_prologue): Change type of 'memblock' and
9302 'memblock_ptr' locals to gdb_byte*.
9303 * sh64-tdep.c (sh64_extract_return_value)
9304 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9305 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9306 * solib-pa64.c (pa64_solib_create_inferior_hook)
9307 (pa64_open_symbol_file_object): Remove local 'buf'.
9308 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9309 (som_open_symbol_file_object): Likewise.
9310 * solib-spu.c (spu_current_sos): Likewise.
9311 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9312 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9313 (spu_store_registers): Likewise.
9314 * target.c (debug_print_register): Likewise.
9315 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9316 * xstormy16-tdep.c (xstormy16_store_return_value)
9317 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9318 (xstormy16_find_jmp_table_entry): Likewise.
9319
9320 2013-03-01 Jiong Wang <jiwang@tilera.com>
9321
9322 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9323 (tilegx_gdbarch_init): Install it.
9324
9325 2013-02-28 Tom Tromey <tromey@redhat.com>
9326
9327 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9328 PyLong_Check.
9329
9330 2013-02-28 Doug Evans <dje@google.com>
9331
9332 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9333 * python/python.c (gdbpy_find_pc_line): Ditto.
9334
9335 2013-02-28 Tom Tromey <tromey@redhat.com>
9336
9337 * contrib/excheck.py: New file.
9338 * contrib/exsummary.py: New file.
9339 * contrib/gcc-with-excheck: New file.
9340
9341 2013-02-28 Tom Tromey <tromey@redhat.com>
9342
9343 * python/python.c (gdbpy_print_stack): Call begin_line and
9344 fprintf_filtered inside TRY_CATCH.
9345
9346 2013-02-28 Tom Tromey <tromey@redhat.com>
9347
9348 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9349 inside TRY_CATCH.
9350
9351 2013-02-28 Tom Tromey <tromey@redhat.com>
9352
9353 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9354 frame_object_to_frame_info inside TRY_CATCH.
9355
9356 2013-02-28 Tom Tromey <tromey@redhat.com>
9357
9358 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9359 TRY_CATCH.
9360
9361 2013-02-28 Tom Tromey <tromey@redhat.com>
9362
9363 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9364
9365 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9366
9367 * windows-nat.c: Throughout, fix format strings and casts of
9368 printf-like functions to avoid type related warnings on all
9369 platforms.
9370 (handle_output_debug_string): Fetch context information address
9371 from debug string using string_to_core_addr.
9372
9373 2013-02-27 Jiong Wang <jiwang@tilera.com>
9374
9375 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9376 * regformats/reg-tilegx32.dat: New.
9377
9378 2013-02-27 Jiong Wang <jiwang@tilera.com>
9379
9380 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9381
9382 2013-02-27 Jiong Wang <jiwang@tilera.com>
9383
9384 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9385
9386 2013-02-27 Yao Qi <yao@codesourcery.com>
9387 Pedro Alves <palves@redhat.com>
9388
9389 * tracepoint.c (tfile_trace_find): For tfind
9390 pc/tp/range/outside, look for the next trace frame instead of
9391 always starting from frame 0.
9392
9393 2013-02-26 Anthony Green <green@moxielogic.com>
9394
9395 * configure.tgt: Add support for moxie-*-rtems* target.
9396
9397 2013-02-25 Pedro Alves <palves@redhat.com>
9398
9399 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9400 warning text.
9401
9402 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9403
9404 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9405 if $fp is used as the virtual frame pointer.
9406
9407 2013-02-23 Alan Modra <amodra@gmail.com>
9408
9409 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9410 symbol size.
9411 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9412 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9413 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9414 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9415
9416 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 Code cleanup.
9419 * elfread.c (build_id_bfd_get): Make the return type const.
9420 (build_id_verify): Make the check parameter const.
9421 (build_id_to_debug_filename): Make the build_id parameter and variable
9422 data const.
9423 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9424
9425 2013-02-21 Alan Modra <amodra@gmail.com>
9426
9427 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9428
9429 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9430
9431 Add a new method 'disassemble' to gdb.Architecture class.
9432 * python/py-arch.c (archpy_disassmble): Implementation of the
9433 new method gdb.Architecture.disassemble.
9434 (arch_object_methods): Add entry for the new method.
9435
9436 2013-02-20 Jiong Wang <jiwang@tilera.com>
9437
9438 * MAINTAINERS (Write After Approval): Add myself to the list.
9439
9440 2013-02-19 Pedro Alves <palves@redhat.com>
9441
9442 Garbage collect 'struct monitor_ops'::load_routine.
9443
9444 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9445 * monitor.c (monitor_load): No longer call
9446 current_monitor->load_routine.
9447 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9448 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9449 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9450
9451 2013-02-19 Pedro Alves <palves@redhat.com>
9452
9453 PR gdb/15161
9454
9455 Harmonize with generic_load.
9456
9457 * monitor.c: Include "readline/readline.h".
9458 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9459 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9460 long/strtol for the 'load_offset' local. Error out if no argument
9461 is given or if too many arguments are given. Tilde expand the
9462 passed in file name.
9463
9464 2013-02-19 Kai Tietz <ktietz@redhat.com>
9465
9466 PR gdb/15161
9467 * symfile.c (load_section_data): Change type of load_offset
9468 to CORE_ADDR.
9469 (generic_load): User strtoulst instead of strtoul for conversion
9470 of load_offset.
9471
9472 2013-02-19 Jiong Wang <jiwang@tilera.com>
9473
9474 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9475 for return address, "lr" register, saved on stack.
9476 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9477 after we invoke tilegx_analyze_prologue.
9478
9479 2013-02-19 Jiong Wang <jiwang@tilera.com>
9480
9481 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9482
9483 2013-02-19 Jiong Wang <jiwang@tilera.com>
9484
9485 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9486
9487 2013-02-19 Jiong Wang <jiwang@tilera.com>
9488
9489 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9490 (tilegx_write_pc): New function.
9491 (tilegx_cannot_reference_register): Return zero if REGNO
9492 is TILEGX_FAULTNUM_REGNUM.
9493 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9494 (tilegx_register_name): Add handling of "faultnum" register.
9495 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9496 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9497 handling of TILEGX_FAULTNUM_REGNUM.
9498 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9499
9500 2013-02-19 Jiong Wang <jiwang@tilera.com>
9501
9502 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9503 should be aligned to 64bit.
9504
9505 2013-02-19 Kai Tietz <ktietz@redhat.com>
9506
9507 * windows-nat.c (windows_xfer_memory): Fix debug-output
9508 for LLP64.
9509
9510 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9511
9512 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9513 Don't check DSP register number if HAVE_DSP is not set.
9514
9515 2013-02-19 Alan Modra <amodra@gmail.com>
9516
9517 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9518 throughout file instead.
9519 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9520 Don't xmalloc return value.
9521 (build_id_verify): Similarly. Don't xfree.
9522 (build_id_to_debug_filename): Update.
9523 (find_separate_debug_file_by_buildid): Update, don't xfree.
9524
9525 2013-02-18 Tom Tromey <tromey@redhat.com>
9526
9527 PR gdb/15102:
9528 * dwarf2read.c (read_subrange_type): Use result of
9529 'check_typedef'.
9530
9531 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9532
9533 * frame.c: Remove one extra white space after #include
9534 directive.
9535
9536 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9539
9540 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9541
9542 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9543 and dir commands into an if block.
9544
9545 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9546
9547 * python/py-breakpoint (struct pybp_code): Use int instead of
9548 enum type_code.
9549
9550 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9551 Hafiz Abid Qadeer <abidh@codesourcery.com>
9552
9553 * NEWS: Mention new field "trace-file".
9554 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9555 (tfile_open): Record the trace file's filename in the trace
9556 status.
9557 (tfile_files_info): Mention the name of the trace file.
9558 Check the "filename" field explicitely.
9559 (trace_status_command): Explicitely check "filename" field.
9560 (trace_find_command): Ditto.
9561 (trace_find_pc_command): Ditto.
9562 (trace_find_tracepoint_command): Ditto.
9563 (trace_find_line_command): Ditto.
9564 (trace_find_range_command): Ditto.
9565 (trace_find_outside_command): Ditto.
9566 * tracepoint.h (struct trace_status) <from_file>: Rename it
9567 to "filename" and make it hold the trace file's filename
9568 instead of a boolean.
9569 * remote.c (remote_get_trace_status): Initialize "filename"
9570 field with NULL instead of 0.
9571
9572 2013-02-15 Yao Qi <yao@codesourcery.com>
9573
9574 * remote.c: Fix a typo.
9575
9576 2013-02-14 Pierre Muller <muller@sourceware.org>
9577
9578 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9579
9580 2013-02-14 Pedro Alves <palves@redhat.com>
9581
9582 * utils.c (savestring): Don't #undef it. Move function to
9583 common/common-utils.c.
9584 * common/common-utils.c: Include gdb_string.h.
9585 (savestring): Move here from utils.c.
9586 * common/common-utils.h (savestring): Declare.
9587
9588 2013-02-14 Pedro Alves <palves@redhat.com>
9589
9590 * utils.c (savestring): Rename parameter 'size' to 'len'.
9591
9592 2013-02-14 Pedro Alves <palves@redhat.com>
9593 Yufeng Zhang <yufeng.zhang@arm.com>
9594
9595 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9596 (aarch64_inferior_data, struct aarch64_inferior_data):
9597 Delete.
9598 (struct aarch64_process_info): New.
9599 (aarch64_process_list): New global.
9600 (aarch64_find_process_pid, aarch64_add_process)
9601 (aarch64_process_info_get): New functions.
9602 (aarch64_inferior_data_get): Delete.
9603 (aarch64_process_info_get): New function.
9604 (aarch64_forget_process): New function.
9605 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9606 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9607 aarch64_get_debug_reg_state.
9608 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9609 instead of linux_nat_iterate_watchpoint_lwps.
9610 (aarch64_linux_new_fork): New function.
9611 (aarch64_linux_child_post_startup_inferior): Use
9612 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9613 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9614 (aarch64_linux_remove_hw_breakpoint)
9615 (aarch64_handle_aligned_watchpoint)
9616 (aarch64_handle_unaligned_watchpoint)
9617 (aarch64_linux_insert_watchpoint)
9618 (aarch64_linux_remove_watchpoint)
9619 (aarch64_linux_stopped_data_address): Adjust to pass the current
9620 process id to aarch64_debug_reg_state.
9621 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9622 linux_nat_new_fork hook, and aarch64_forget_process as
9623 linux_nat_forget_process hook; remove the call to
9624 register_inferior_data_with_cleanup.
9625
9626 2013-02-14 Pedro Alves <palves@redhat.com>
9627
9628 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9629 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9630 lval_memory.
9631
9632 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9633 Hafiz Abid Qadeer <abidh@codesourcery.com>
9634
9635 * tracepoint.h (validate_trace_state_variable_name): Declare.
9636 * tracepoint.c (validate_trace_state_variable_name): New.
9637 (trace_variable_command): Parse the trace state variable's name
9638 without using parse_expression. Do several validations.
9639 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9640 trace state variable's name with parse_expression. Validate it.
9641
9642 2013-02-14 Yao Qi <yao@codesourcery.com>
9643
9644 * infcmd.c (breakpoint_proceeded): Remove it.
9645
9646 2013-02-14 Yao Qi <yao@codesourcery.com>
9647
9648 * tracepoint.c (end_actions_pseudocommand): Make it static.
9649 (while_stepping_pseudocommand): Likewise.
9650 * tracepoint.h (end_actions_pseudocommand): Remove the
9651 declaration.
9652 (while_stepping_pseudocommand): Likewise.
9653
9654 2013-02-14 Yao Qi <yao@codesourcery.com>
9655
9656 * cli/cli-decode.c (help_cmd): Remove the declaration of
9657 "cmdlist".
9658 (help_all): Likewise.
9659
9660 2013-02-13 Pedro Alves <palves@redhat.com>
9661
9662 * amd64-linux-nat.c (update_debug_registers_callback):
9663 Update comment.
9664 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9665 iterate_over_lwps.
9666 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9667 i386_debug_reg_state.
9668 (amd64_linux_new_fork): New function.
9669 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9670 linux_nat_new_fork hook, and i386_forget_process as
9671 linux_nat_forget_process hook.
9672 * i386-linux-nat.c (update_debug_registers_callback):
9673 Update comment.
9674 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9675 iterate_over_lwps.
9676 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9677 i386_debug_reg_state.
9678 (i386_linux_new_fork): New function.
9679 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9680 linux_nat_new_fork hook, and i386_forget_process as
9681 linux_nat_forget_process hook.
9682 * i386-nat.c (i386_init_dregs): Delete.
9683 (i386_inferior_data, struct i386_inferior_data):
9684 Delete.
9685 (struct i386_process_info): New.
9686 (i386_process_list): New global.
9687 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9688 New functions.
9689 (i386_inferior_data_get): Delete.
9690 (i386_process_info_get): New function.
9691 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9692 (i386_forget_process): New function.
9693 (i386_cleanup_dregs): Rewrite.
9694 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9695 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9696 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9697 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9698 to i386_debug_reg_state.
9699 (i386_use_watchpoints): Don't register inferior data.
9700 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9701 adjust comment.
9702 (i386_forget_process): Declare.
9703 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9704 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9705 New static globals.
9706 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9707 (add_initial_lwp): New, factored out from ...
9708 (add_lwp): ... this. Don't check the number of lwps before
9709 calling linux_nat_new_thread.
9710 (linux_nat_iterate_watchpoint_lwps): Delete.
9711 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9712 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9713 forks and vforks.
9714 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9715 initial lwp.
9716 (linux_nat_kill, linux_nat_mourn_inferior): Call
9717 linux_nat_forget_process.
9718 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9719 (linux_nat_forget_process): New functions.
9720 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9721 type.
9722 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9723 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9724 types.
9725 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9726 (linux_nat_forget_process): New declarations.
9727
9728 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9729 (amd64fbsd_mourn_inferior): New function.
9730 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9731 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9732
9733 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9734
9735 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9736 Adding _().
9737
9738 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9739
9740 * aarch64-linux-nat.c (debug_reg_change_callback)
9741 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9742 %s and phex().
9743
9744 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9745
9746 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9747 with LONGEST.
9748
9749 2013-02-13 Pedro Alves <palves@redhat.com>
9750 Hafiz Abid Qadeer <abidh@codesourcery.com>
9751
9752 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9753
9754 2013-02-12 Tom Tromey <tromey@redhat.com>
9755
9756 PR symtab/11464:
9757 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9758 NAME return.
9759 (classify_inner_name): Remove 'first_name' argument, add
9760 'context'. Remove unused variable.
9761 (yylex): Explicitly maintain the context type. Exit loop earlier
9762 if NAME result is seen.
9763
9764 2013-02-12 Pedro Alves <palves@redhat.com>
9765
9766 * amd64-darwin-tdep.c: Add (C) after Copyright.
9767 * cli/cli-cmds.h: Ditto.
9768 * cli/cli-decode.c: Ditto.
9769 * cli/cli-decode.h: Ditto.
9770 * cli/cli-dump.c: Ditto.
9771 * cli/cli-dump.h: Ditto.
9772 * cli/cli-interp.c: Ditto.
9773 * cli/cli-logging.c: Ditto.
9774 * cli/cli-script.c: Ditto.
9775 * cli/cli-script.h: Ditto.
9776 * cli/cli-setshow.c: Ditto.
9777 * cli/cli-setshow.h: Ditto.
9778 * cli/cli-utils.c: Ditto.
9779 * cli/cli-utils.h: Ditto.
9780 * config/alpha/nm-osf3.h: Ditto.
9781 * config/djgpp/djconfig.sh: Ditto.
9782 * config/i386/nm-fbsd.h: Ditto.
9783 * config/i386/nm-i386gnu.h: Ditto.
9784 * config/nm-linux.h: Ditto.
9785 * config/nm-nto.h: Ditto.
9786 * config/rs6000/nm-rs6000.h: Ditto.
9787 * config/sparc/nm-sol2.h: Ditto.
9788 * darwin-nat-info.c: Ditto.
9789 * dfp.c: Ditto.
9790 * dfp.h: Ditto.
9791 * gdb-demangle.h: Ditto.
9792 * i386-darwin-nat.c: Ditto.
9793 * i386-darwin-tdep.c: Ditto.
9794 * linux-fork.h: Ditto.
9795 * m32c-tdep.c: Ditto.
9796 * microblaze-linux-tdep.c: Ditto.
9797 * microblaze-rom.c: Ditto.
9798 * microblaze-tdep.c: Ditto.
9799 * microblaze-tdep.h: Ditto.
9800 * mips-linux-tdep.h: Ditto.
9801 * ppc-ravenscar-thread.c: Ditto.
9802 * ppc-ravenscar-thread.h: Ditto.
9803 * prologue-value.c: Ditto.
9804 * prologue-value.h: Ditto.
9805 * ravenscar-thread.c: Ditto.
9806 * ravenscar-thread.h: Ditto.
9807 * sparc-ravenscar-thread.c: Ditto.
9808 * sparc-ravenscar-thread.h: Ditto.
9809 * tilegx-linux-tdep.c: Ditto.
9810 * unwind_stop_reasons.def: Ditto.
9811 * windows-nat.h: Ditto.
9812 * xtensa-linux-tdep.c: Ditto.
9813 * xtensa-xtregs.c: Ditto.
9814 * regformats/regdat.sh: Ditto.
9815 * regformats/regdef.h: Ditto.
9816
9817 2013-02-12 Pedro Alves <palves@redhat.com>
9818
9819 * break-catch-sig.c: Update copyright years.
9820
9821 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9822
9823 Add support for a destructor for ui_out data and use it to
9824 provide a ui_out destructor.
9825 * ui-out.h: Declare the new ui_out destructor.
9826 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9827 * ui-out.c (default_data_destroy): Add a default data destructor
9828 which does nothing.
9829 (default_ui_out_impl): Set the new data_destroy field to
9830 default_data_destroy
9831 (uo_data_destroy): Local function which invokes the data
9832 destructor if present.
9833 (clear_table): Local function which clears the table data of a
9834 ui_out object.
9835 (ui_out_destroy): Public function which frees a ui_out object.
9836 (ui_out_table_end): Use the new clear_table function.
9837 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9838 NULL.
9839 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9840 to NULL.
9841
9842 2013-02-11 Doug Evans <dje@google.com>
9843
9844 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9845 (printf_decfloat): New function. Broken out from ui_printf.
9846 Remove unnecessary code to shift the entire format string down.
9847 (printf_pointer): New function.
9848 (ui_printf): Code to print C strings, wide C strings, decfloats,
9849 and pointers moved to separate functions.
9850
9851 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9852
9853 * valops.c (value_assign): Handling bitfield offset in
9854 `lval_internalvar_component' case.
9855
9856 2013-02-08 Doug Evans <dje@google.com>
9857
9858 * common/format.c (parse_format_string): Fix whitespace.
9859
9860 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9861
9862 * stack.c (return_command): Work around uninitialized variable
9863 warning.
9864
9865 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9866
9867 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9868 number of the registers from 36 to 34.
9869
9870 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9871
9872 * NEWS: Mention new AArch64 native and target support.
9873
9874 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9875
9876 * MAINTAINERS (Write After Approval): Add myself.
9877
9878 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9879 Marcus Shawcroft <marcus.shawcroft@arm.com>
9880 Nigel Stephens <nigel.stephens@arm.com>
9881 Yufeng Zhang <yufeng.zhang@arm.com>
9882
9883 * aarch64-linux-nat.c: New file.
9884 * config/aarch64/linux.mh: New file.
9885 * configure.host: Add AArch64.
9886 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9887
9888 2013-02-07 Doug Evans <dje@google.com>
9889
9890 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9891 disassemble command.
9892
9893 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9894
9895 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9896 set_gdbarch_fetch_tls_load_module_address.
9897
9898 2013-02-06 David S. Miller <davem@davemloft.net>
9899
9900 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9901 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9902 * value.c (struct_return_convention): New function.
9903 (using_struct_return): Implement in terms of struct_return_convention.
9904 * value.h (struct_return_convention): Declare.
9905 * stack.c (return_command): Allow successful overriding of the return
9906 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9907
9908 2013-02-06 Tom Tromey <tromey@redhat.com>
9909
9910 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9911 outside of TRY_CATCH.
9912
9913 2013-02-06 Yao Qi <yao@codesourcery.com>
9914
9915 * mi/mi-interp.c: Include "tracepoint.h".
9916 (mi_tsv_modified): Declare.
9917 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9918 (mi_interpreter_init): Call observer_attach_tsv_modified.
9919 (mi_tsv_modified): New.
9920 (mi_tsv_created, mi_tsv_deleted): Update.
9921 * tracepoint.c (trace_variable_command): Call
9922 observer_notify_tsv_modified if the initial value of tsv is
9923 changed.
9924 (delete_trace_state_variable): Call
9925 observer_notify_tsv_deleted earlier.
9926 (trace_variable_command): Caller update.
9927 (create_tsv_from_upload): Likewise.
9928 * observer.sh: Declare "struct trace_state_variable".
9929
9930 * NEWS: Mention the new MI notification "=tsv-modified".
9931
9932 2013-02-05 Doug Evans <dje@google.com>
9933
9934 * completer.c (location_completer): Fix typo in comment.
9935
9936 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9937
9938 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9939 ADDRESS sorted.
9940
9941 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9942
9943 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9944 Refactor if statement to avoid trailing || operator.
9945
9946 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
9947
9948 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9949
9950 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
9951
9952 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9953 * configure.host: Add powerpc*-*-freebsd* target.
9954 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9955 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9956 * config/powerpc/fbsd.mh: New file.
9957
9958 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9959 Denys Vlasenko <dvlasenk@redhat.com>
9960 Pedro Alves <palves@redhat.com>
9961
9962 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9963 (struct elf_internal_linux_prpsinfo): Forward declare.
9964 * gdbarch.h, gdbarch.c: Regenerate.
9965 * linux-tdep.c: Include `cli/cli-utils.h'.
9966 (linux_fill_prpsinfo): New function.
9967 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9968 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9969 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9970 depending on gdbarch pointer bitness.
9971 * ppc-linux-tdep.c: Include elf-bfd.h.
9972 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9973 on 32-bit.
9974
9975 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9976 Marcus Shawcroft <marcus.shawcroft@arm.com>
9977 Nigel Stephens <nigel.stephens@arm.com>
9978 Yufeng Zhang <yufeng.zhang@arm.com>
9979
9980 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9981
9982 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9983 Marcus Shawcroft <marcus.shawcroft@arm.com>
9984 Nigel Stephens <nigel.stephens@arm.com>
9985 Yufeng Zhang <yufeng.zhang@arm.com>
9986
9987 * aarch64-newlib-tdep.c: New file.
9988 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9989 aarch64*-*-elf.
9990 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9991 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9992 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9993 * osabi.c (gdb_osabi_names): Add "Newlib".
9994
9995 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9996 Marcus Shawcroft <marcus.shawcroft@arm.com>
9997 Nigel Stephens <nigel.stephens@arm.com>
9998 Yufeng Zhang <yufeng.zhang@arm.com>
9999
10000 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10001 (ALLDEPFILES): Add aarch64-linux-tdep.c.
10002 * aarch64-linux-tdep.c: New file.
10003 * aarch64-linux-tdep.h: New file.
10004 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10005 * configure.tgt: Add aarch64-none-linux-gnu.
10006
10007 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10008 Marcus Shawcroft <marcus.shawcroft@arm.com>
10009 Nigel Stephens <nigel.stephens@arm.com>
10010 Yufeng Zhang <yufeng.zhang@arm.com>
10011
10012 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10013 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10014 (ALLDEPFILES): Add aarch64-tdep.c.
10015 * aarch64-tdep.c: New file.
10016 * aarch64-tdep.h: New file.
10017 * configure.tgt: Add AArch64.
10018 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10019 (aarch64-expedite): New definition.
10020 * features/aarch64-core.xml: New file.
10021 * features/aarch64-fpu.xml: New file.
10022 * features/aarch64-without-fpu.c: New file (generated).
10023 * features/aarch64-without-fpu.xml: New file.
10024 * features/aarch64.c: New file (generated).
10025 * features/aarch64.xml: New file.
10026 * regformats/aarch64-without-fpu.dat: New file (generated).
10027 * regformats/aarch64.dat: New file (generated).
10028
10029 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10030
10031 * contrib/expect-read1.c: New file.
10032 * contrib/expect-read1.sh: New file.
10033
10034 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10035
10036 * dwarf2read.c (file_file_name): New function with code from
10037 file_full_name.
10038 (file_full_name): Move most of the code to file_file_name.
10039 (macro_start_file): Rename variable full_name to file_name and use
10040 file_file_name for it. Add comp_dir parameter to new_macro_table.
10041 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
10042 macro_source_file->filename access by macro_source_fullname call.
10043 * macroscope.c (_initialize_macroscope): Update the new_macro_table
10044 caller.
10045 * macrotab.c (struct macro_table): New field comp_dir.
10046 (macro_include): New variables link_fullname and source_fullname.
10047 Replace any macro_source_file->filename access by macro_source_fullname
10048 call.
10049 (macro_lookup_inclusion): Remove the partial filenames checking code.
10050 (check_for_redefinition): New variables source_fullname and
10051 found_key_fullname. Replace any macro_source_file->filename access by
10052 macro_source_fullname call.
10053 (macro_undef): New variables source_fullname and key_fullname. Replace
10054 any macro_source_file->filename access by macro_source_fullname call.
10055 (macro_lookup_definition): New variables retval and source_fullname.
10056 Replace any macro_source_file->filename access by macro_source_fullname
10057 call.
10058 (foreach_macro): New variable key_fullname. Replace any
10059 macro_source_file->filename access by macro_source_fullname call.
10060 (foreach_macro_in_scope): New variable datum_fullname. Replace any
10061 macro_source_file->filename access by macro_source_fullname call.
10062 (new_macro_table): Add parameter comp_dir. Initialize T with it.
10063 (macro_source_fullname): New function.
10064 * macrotab.h (struct macro_source_file): Extent the filename field
10065 comment.
10066 (new_macro_table): New parameter comp_dir, add a comment for it.
10067 (macro_source_fullname): new declaration.
10068
10069 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10070
10071 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10072 this_real_name to outer block. Use it also for
10073 compare_filenames_for_search.
10074 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
10075 with dw2_get_real_path for file_matcher, considering also
10076 BASENAMES_MAY_DIFFER.
10077 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10078
10079 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10080
10081 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10082 to the file_matcher parameter. Pass 0 to it.
10083 (dwarf2_create_include_psymtab): Copy also DIRNAME.
10084 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10085 NULL psymtab_to_fullname result.
10086 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
10087 an expected filename instead.
10088 (expand_symtabs_matching_via_partial): Add basenames parameter to the
10089 file_matcher parameter. Call also psymtab_to_fullname, after newly
10090 considering BASENAMES_MAY_DIFFER.
10091 * source.c (rewrite_source_path): Remove static.
10092 * source.h (rewrite_source_path): New declaration.
10093 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10094 the expand_symtabs_matching field. Comment it.
10095 * symtab.c (file_matches): New function comment. Add parameter
10096 basenames, implement it.
10097 (search_symbols_file_matches): Add basenames parameter. Update the
10098 file_matches caller.
10099 (search_symbols): Match FILES also against symtab_to_fullname.
10100 Optimize it for BASENAMES_MAY_DIFFER.
10101
10102 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10103
10104 * source.c (print_source_lines_base): Print for TUI also "fullname".
10105 * tui/tui-data.c (init_content_element): Change tui_locator_element
10106 field to full_name.
10107 * tui/tui-data.h (struct tui_locator_element): Likewise.
10108 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10109 tui_update_locator_filename calls to tui_update_locator_fullname.
10110 Replace symtab->filename refererence by symtab_to_fullname call.
10111 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10112 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10113 field to full_name. Replace symtab->filename refererence by
10114 symtab_to_fullname call.
10115 (tui_show_symtab_source): Rename parameter to fullname. Change
10116 tui_locator_element field to full_name.
10117 * tui/tui-stack.c: Include source.h.
10118 (tui_set_locator_filename): Rename the declaration to ...
10119 (tui_set_locator_fullname): ... here. Rename its parameter to
10120 fullname, updates its comment.
10121 (tui_set_locator_info): Rename its parameter to fullname.
10122 (tui_set_locator_filename): Rename the definition to ...
10123 (tui_set_locator_fullname): ... here. Rename its parameter to
10124 fullname, updates its comment. Change tui_locator_element field to
10125 full_name.
10126 (tui_set_locator_info): Rename its parameter to fullname.
10127 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10128 (tui_update_locator_filename): Rename to ...
10129 (tui_update_locator_fullname): ... here. Rename callee to
10130 tui_set_locator_fullname.
10131 (tui_show_frame_info): Replace symtab->filename refererence by
10132 symtab_to_fullname call.
10133 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10134 (tui_update_locator_fullname): ... here.
10135 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10136 tui_update_locator_fullname. Replace symtab->filename refererence by
10137 symtab_to_fullname call.
10138 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10139 Rename the callee to tui_update_locator_fullname.
10140 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10141
10142 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10143
10144 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10145 by symtab_to_filename_for_display calls.
10146 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10147 (clear_command): New variable sal_fullname, initialize it. Replace
10148 compare_filenames_for_search by filename_cmp with sal_fullname.
10149 (say_where, update_static_tracepoint): Replace symtab->filename
10150 refererences by symtab_to_filename_for_display calls.
10151 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10152 Likewise.
10153 * dwarf2read.c: Include source.h.
10154 (fixup_go_packaging): Replace symtab->filename refererences by
10155 symtab_to_filename_for_display calls.
10156 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10157 Replace symtab->filename refererences by symtab_to_filename_for_display
10158 calls.
10159 (create_sals_line_offset, convert_linespec_to_sals): New variable
10160 fullname, initialize it, replace symtab->filename reference by the
10161 variable.
10162 * linux-fork.c: Include source.h.
10163 (info_checkpoints_command): Replace symtab->filename refererences by
10164 symtab_to_filename_for_display calls.
10165 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10166 by symtab_to_filename_for_display calls.
10167 * mdebugread.c: Include source.h.
10168 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10169 symtab_to_filename_for_display calls.
10170 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10171 (mi_cmd_file_list_exec_source_files): Likewise.
10172 * printcmd.c: Include source.h.
10173 (build_address_symbolic): Replace symtab->filename refererences by
10174 symtab_to_filename_for_display calls.
10175 * psymtab.c (partial_map_symtabs_matching_filename)
10176 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10177 with psymtab_to_fullname.
10178 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10179 by symtab_to_filename_for_display calls.
10180 (stpy_get_filename): New variable filename, initialize it, use instead
10181 of symtab->filename refererences.
10182 (salpy_str): Make variable filename const char *. Replace
10183 symtab->filename refererences by symtab_to_filename_for_display calls.
10184 * skip.c: Include source.h and filenames.h.
10185 (skip_file_command): Remove const from the symtab variable. Replace
10186 symtab->filename refererences by symtab_to_fullname call.
10187 (function_name_is_marked_for_skip): New variables searched_for_fullname
10188 and fullname. Use them to search also with symtab's fullname.
10189 * source.c (find_source_lines): Replace symtab->filename refererences
10190 by symtab_to_filename_for_display calls.
10191 (print_source_lines_base): New variable filename, use it instead of
10192 symtab->filename. Replace symtab->filename refererences by
10193 symtab_to_filename_for_display calls.
10194 (line_info, forward_search_command): Replace symtab->filename
10195 refererences by symtab_to_filename_for_display calls.
10196 (reverse_search_command): Replace symtab->filename refererences by
10197 symtab_to_filename_for_display calls. New variable filename for it.
10198 * stack.c (frame_info): Likewise.
10199 * symmisc.c: Include source.h.
10200 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10201 (maintenance_info_symtabs): Replace symtab->filename refererences by
10202 symtab_to_filename_for_display calls.
10203 * symtab.c (iterate_over_some_symtabs): Call
10204 compare_filenames_for_search also with symtab_to_fullname.
10205 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10206 symtab->filename refererences by symtab_to_filename_for_display calls.
10207 (find_line_symtab): Replace symtab->filename refererences by
10208 symtab_to_filename_for_display calls.
10209 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10210 (print_symbol_info): Make the last parameter const char *. New
10211 variable s_filename. Use it in the function.
10212 (symtab_symbol_info): Make the last_filename variable const char *.
10213 Replace symtab->filename refererences by symtab_to_filename_for_display
10214 calls.
10215 (rbreak_command): New variable fullname. Use it. Replace
10216 symtab->filename refererence by symtab_to_filename_for_display call.
10217 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10218 (print_one_static_tracepoint_marker): Replace symtab->filename
10219 refererences by symtab_to_filename_for_display calls.
10220 * tui/tui-source.c (tui_set_source_content): New variables filename and
10221 s_filename. Replace symtab->filename refererences by this variable.
10222 Replace other symtab->filename refererences by
10223 symtab_to_filename_for_display calls.
10224
10225 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10226 Jan Kratochvil <jan.kratochvil@redhat.com>
10227
10228 Add a new variable that controls a way in which filenames are
10229 displayed.
10230 * NEWS (set filename-display): New entry.
10231 * source.c (filename_display_basename, filename_display_relative)
10232 (filename_display_absolute, filename_display_kind_names)
10233 (filename_display_string, show_filename_display_string)
10234 (symtab_to_filename_for_display): New.
10235 (_initialize_source): Added initialization of 'filename-display'
10236 variable.
10237 * source.h (symtab_to_filename_for_display): Added declaration.
10238 * stack.c (print_frame): Added new variable and calling of a new
10239 function and condition with this variable. Changed third argument of
10240 calling of a function.
10241
10242 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10243
10244 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10245 Rename field reference filename to fullname.
10246 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10247 fullname. New comment for it.
10248 * tui/tui-source.c (tui_set_source_content): Rename field reference
10249 filename to fullname. Initialize field by symtab_to_fullname now.
10250 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10251 reference filename to fullname. Use symtab_to_fullname during
10252 comparison.
10253
10254 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10255
10256 Code cleanup.
10257 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10258 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10259 filename to fullname. Rename variable this_name to this_fullname.
10260 Lowercase FILENAME_CMP call.
10261 (dw2_find_symbol_file): New comment for the returned string.
10262 (dwarf2_gdb_index_functions): Rename the function to
10263 dw2_expand_symtabs_with_fullname.
10264 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10265 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10266 fullname.
10267 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10268 * symfile.h (struct quick_symbol_functions): Rename field
10269 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10270 parameter filename to fullname. Document returned string meaning for
10271 find_symbol_file.
10272 * symtab.c (find_line_symtab): Rename the called function to
10273 expand_symtabs_with_fullname.
10274
10275 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10276
10277 Code cleanup.
10278 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10279 call of filename_cmp with compare_filenames_for_search.
10280 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10281 is_abs, unify the call of FILENAME_CMP with
10282 compare_filenames_for_search. New gdb_asserts for real_path and name.
10283 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10284 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10285 * symfile.h (struct quick_symbol_functions): Extend the comment for
10286 map_symtabs_matching_filename.
10287 * symtab.c (compare_filenames_for_search): Remove the function comment
10288 relative path requirement. Handle absolute filenames, with a comment.
10289 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10290 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10291 real_path and name. Unify the call of compare_filenames_for_search
10292 with FILENAME_CMP.
10293 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10294
10295 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10296
10297 Code cleanup.
10298 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10299 source_file references by symtab field references. Remove variables
10300 sal and fullname.
10301 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10302 (clear_command, say_where): Replace bp_location field source_file
10303 references by symtab field references.
10304 (bp_location_dtor): Remove the source_file reference.
10305 (update_static_tracepoint): Replace bp_location field source_file
10306 references by symtab field references.
10307 (breakpoint_free_objfile): New function.
10308 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10309 Replace the field source_file by field symtab, extend its comment.
10310 (breakpoint_free_objfile): New declaration.
10311 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10312 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10313 field source_file references by symtab field references.
10314
10315 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 Replace xfullpath calls by gdb_realpath calls.
10318 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10319 function comment.
10320 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10321 Remove it from the iterate_over_some_symtabs call.
10322 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10323 Remove it from the dw2_map_expand_apply calls, remove a block handling
10324 it.
10325 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10326 Remove it from the iterate_over_some_symtabs call.
10327 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10328 Remove it from the partial_map_expand_apply calls, remove a block
10329 handling it. Drop gdb_realpath call and cleanups from the real_path
10330 handling.
10331 * source.c (openp): Drop the comment part about xfullpath. Replace
10332 xfullpath calls by gdb_realpath calls.
10333 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10334 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10335 from method map_symtabs_matching_filename and its comment.
10336 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10337 gdb_realpath call.
10338 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10339 remove it also from the function comment, remove a block handling it.
10340 Drop gdb_realpath call and cleanups from the real_path handling.
10341 (iterate_over_symtabs): Drop variable full_path and its use.
10342 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10343 * utils.c (xfullpath): Remove.
10344 * utils.h (xfullpath): Remove.
10345
10346 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10347
10348 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10349 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10350 (ALLDEPFILES): Add ppc64-tdep.c.
10351 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10352 ppc64-tdep.o to gdb_target_obs.
10353 * ppc64-tdep.h: New file.
10354 * ppc64-tdep.c: New file.
10355 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10356 ppc-linux-tdep.c to here.
10357 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10358 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10359 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10360 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10361 from ppc-linux-tdep.c to here.
10362 (ppc64_convert_from_func_ptr_addr): Rename from
10363 ppc64_linux_convert_from_func_ptr_addr to
10364 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10365 here.
10366 * rs6000-tdep.c:
10367 (read_insn): Move from ppc-linux-tdep.c to here.
10368 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10369 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10370 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10371 Removed above functions.
10372 (ppc_linux_init_abi): Adjust.
10373
10374 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10375
10376 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10377
10378 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10379
10380 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10381
10382 2013-02-01 Pedro Alves <palves@redhat.com>
10383
10384 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10385 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10386
10387 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10388
10389 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10390 files with no separate debug info.
10391 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10392 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10393 only for files with no separate debug info.
10394
10395 2013-01-31 Tom Tromey <tromey@redhat.com>
10396
10397 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10398 change type.
10399 (struct jit_program_space_data): Rename from jit_inferior_data.
10400 Update comments.
10401 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10402 Change return type. Attach data to program space.
10403 (jit_program_space_data_cleanup): Rename from
10404 jit_inferior_data_cleanup; change argument type.
10405 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10406 change type.
10407 (jit_register_code): Update.
10408 (jit_update_inferior_cache): Remove.
10409 (jit_breakpoint_deleted): Get jit data from the location's program
10410 space.
10411 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10412 'ps_data', change type.
10413 (jit_inferior_init, jit_breakpoint_re_set_internal)
10414 (jit_event_handler): Update.
10415 (free_objfile_data): Get data from objfile's program space.
10416 (_initialize_jit): Update.
10417
10418 2013-01-31 Tom Tromey <tromey@redhat.com>
10419
10420 PR gdb/13987:
10421 * jit.c (struct jit_inferior_data) <cached_code_address,
10422 jit_breakpoint>: New fields.
10423 (jit_breakpoint_re_set_internal): Fix logging. Only create
10424 breakpoint if cached address has changed.
10425 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10426 functions.
10427 (_initialize_jit): Register breakpoint deleted observer.
10428
10429 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10430
10431 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10432 (save_infcall_suspend_state): Ifdef out unused inf.
10433 (restore_infcall_suspend_state): Ifdef out unused inf.
10434 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10435 (jit_frame_sniffer): Remove unused inf_data.
10436
10437 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10438
10439 * c-exp.y (classify_inner_name): Remove unused type.
10440 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10441 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10442 need_escape.
10443 (c_get_string): Remove unused kind.
10444 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10445
10446 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10447
10448 * charset.c (intermediate_encoding): Remove unused i.
10449 * completer.c (signal_completer): Remove unused i.
10450 * continuations.c (discard_my_continuations_1): Remove unused
10451 continuation_ptr.
10452 * corelow.c (core_close): Remove unuseD name.
10453 (get_core_siginfo): Remove unused pid.
10454 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10455 i, cps.
10456 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10457 (loclist_describe_location): Remove unused first.
10458 * event-top.c (command_line_handler): Remove unused got_eof.
10459 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10460 (resize_section_table): Remove unused old_value.
10461 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10462 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10463 * i386-tdep.c (i386_process_record): Remove unused rex.
10464 * infcmd.c (get_return_value): Remove unused uiout.
10465 * jv-lang.c (type_from_class): Remove unused is_array.
10466 * jv-valprint.c (java_val_print): Remove unused i.
10467 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10468 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10469 * m2-typeprint.c (m2_print_type): Remove unused code.
10470 * macroexp.c (get_character_constant): Remove unused body_start.
10471 (macro_stringify): Remove unused result.
10472 * objc-lang.c (find_methods): Remove unused gdbarch.
10473 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10474 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10475 * stack.c (print_frame_args): Remove unused summary.
10476 * thread.c (thread_apply_command): Remove unused p.
10477 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10478 * valops.c (search_struct_method): Remove unused skip.
10479 * valprint.c (generic_val_print): Remove unused byte_order.
10480 * varobj.c (varobj_update): Remove unused changed.
10481 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10482 (alias_command): Remove unused c.
10483 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10484 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10485 format.
10486 (mi_cmd_data_write_memory): Remove unused word_format.
10487 (mi_cmd_data_write_memory_bytes): Remove unused r.
10488 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10489 p_start, p_end.
10490 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10491 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10492 line_width.
10493
10494 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10495
10496 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10497 * symtab.c (iterate_over_symtabs): Remove unused s.
10498 (find_pc_sect_symtab): Remove unused pspAce.
10499 (find_pc_sect_line): Remove unused alt_symtab.
10500 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10501 (completion_list_add_name): Remove unused newsize.
10502
10503 2013-01-31 Tom Tromey <tromey@redhat.com>
10504
10505 PR c++/14998:
10506 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10507 TYPE_CODE_FUNC.
10508
10509 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10510
10511 * target.c (target_read_string): Remove unused origlen.
10512
10513 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10514
10515 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10516 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10517 * ax-general.c (ax_print): Remove unused is_float.
10518 * blockframe.c (block_innermost_frame): Remove unused start, end.
10519 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10520
10521 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10522
10523 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10524 (svr4_read_so_list): Remove unused lmo.
10525 * solib-target.c (solib_target_relocate_section_addresses): Remove
10526 unused flags.
10527
10528 2013-01-30 Tom Tromey <tromey@redhat.com>
10529
10530 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10531
10532 2013-01-30 Tom Tromey <tromey@redhat.com>
10533
10534 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10535 * utils.c (gnu_debuglink_crc32): Remove.
10536 * utils.h (gnu_debuglink_crc32): Don't declare.
10537
10538 2013-01-30 Tom Tromey <tromey@redhat.com>
10539
10540 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10541 (read_structure_type, read_enumeration_type): Remove cast.
10542
10543 2013-01-30 Tom Tromey <tromey@redhat.com>
10544
10545 * dwarf2read.c (read_namespace_type): Remove cast.
10546 (read_typedef): Likewise.
10547
10548 2013-01-29 Tom Tromey <tromey@redhat.com>
10549
10550 * dwarf2read.c (free_dwo_file): Remove assert.
10551
10552 2013-01-29 Tom Tromey <tromey@redhat.com>
10553
10554 * value.c (deprecated_set_value_modifiable): Remove.
10555 * value.h (deprecated_set_value_modifiable): Remove.
10556
10557 2013-01-28 Doug Evans <dje@google.com>
10558
10559 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10560 to addresses from dwo files.
10561
10562 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10563
10564 * valops.c (find_overload_match): Remove unused argument 'lax'.
10565 * value.h: Remove unused argument 'lax' from the declaration of
10566 find_overload_match.
10567 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10568 to find_overload_match.
10569 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10570 argument to find_overload_match.
10571
10572 2013-01-25 Tom Tromey <tromey@redhat.com>
10573
10574 * dwarf2read.c (processing_has_namespace_info): Remove.
10575 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10576 (process_die, read_func_scope, dwarf2_start_symtab)
10577 (new_symbol_full): Update.
10578
10579 2013-01-25 Tom Tromey <tromey@redhat.com>
10580
10581 * cp-namespace.c (cp_set_block_scope): Remove.
10582 * cp-support.h (cp_set_block_scope): Remove.
10583 * dbxread.c: Include block.h.
10584 (cp_set_block_scope): New function.
10585 (process_one_symbol): Update.
10586 * dwarf2read.c (read_func_scope): Use block_set_scope.
10587
10588 2013-01-25 Pedro Alves <palves@redhat.com>
10589
10590 * remote.c (add_current_inferior_and_thread): Tweak comment.
10591
10592 2013-01-25 Tom Tromey <tromey@redhat.com>
10593
10594 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10595 (cp_add_using_directive): Add 'copy_names' argument.
10596 * cp-support.h (cp_add_using_directive): Update.
10597 (struct using_direct) <import_src, import_dest, alias,
10598 declaration>: Now const.
10599 * dwarf2read.c (read_import_statement): Use obconcat.
10600 Don't copy names passed to cp_add_using_directive.
10601
10602 2013-01-25 Tom Tromey <tromey@redhat.com>
10603
10604 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10605
10606 2013-01-25 Pedro Alves <palves@redhat.com>
10607
10608 * remote.c (stop_reply_extract_thread): New.
10609 (add_current_inferior_and_thread): New parameter 'wait_status'.
10610 Handle it.
10611 (remote_start_remote): Pass wait status to
10612 add_current_inferior_and_thread.
10613 (extended_remote_run): Update comment.
10614 (extended_remote_create_inferior_1): Pass wait status to
10615 add_current_inferior_and_thread.
10616
10617 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10618 Ulrich Weigand <uweigand@de.ibm.com>
10619
10620 * valarith.c (value_vector_widen): New function for replicating a
10621 scalar into a vector.
10622 (value_binop): Use value_vector_widen to widen scalar to vector
10623 rather than casting, this better matches gcc C behaviour.
10624 * valops.c (value_casst): Update logic for casting between vector
10625 types, and for casting from scalar to vector, try to match gcc C
10626 behaviour.
10627 * value.h (value_vector_widen): Declare.
10628 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10629 function, handle special case for casting scalar to vector.
10630 (opencl_relop): Use opencl_value_cast.
10631 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10632 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10633 in order to use opencl_value_cast.
10634
10635 2013-01-25 Yao Qi <yao@codesourcery.com>
10636
10637 * event-loop.c: Include "queue.h".
10638 (gdb_event_p): New typedef.
10639 (DECLARE_QUEUE_P): Use.
10640 (DEFINE_QUEUE_P): Use.
10641 (async_queue_event): Remove.
10642 (gdb_event_xfree): New.
10643 (initialize_event_loop): New.
10644 (process_event): Use QUEUE macros.
10645 (event_queue): Remove.
10646 (gdb_wait_for_event): Caller update.
10647 (check_async_event_handlers): Likewise.
10648 (poll_timers): Likewise.
10649 * event-loop.h (initialize_event_loop): Declare.
10650 * event-loop.c (gdb_event_xfree): New.
10651 * top.c (gdb_init): Call initialize_event_loop.
10652
10653 2013-01-25 Yao Qi <yao@codesourcery.com>
10654
10655 * event-loop.c (async_queue_event): Remove one parameter
10656 'position'. Remove code handling 'position' == TAIL.
10657 (gdb_wait_for_event): Caller update.
10658 (check_async_event_handlers): Caller update.
10659 (poll_timers): Caller update.
10660 * event-loop.h (enum queue_position): Remove.
10661
10662 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10663
10664 * MAINTAINERS: Update my email.
10665
10666 2013-01-25 Yao Qi <yao@codesourcery.com>
10667
10668 * main.c (print_gdb_help): Remove "--epoch" from the help
10669 message.
10670
10671 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10672
10673 * symtab.c (skip_prologue_using_sal): Consider a file
10674 change the same as an increased line number
10675
10676 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10677
10678 * MAINTAINERS (Write After Approval): Add myself to the list.
10679
10680 2013-01-24 Tom Tromey <tromey@redhat.com>
10681
10682 * ada-lang.h (ada_decode_symbol): Make return type const.
10683 * ada-lang.c (ada_decode_symbol): Likewise.
10684
10685 2013-01-23 Doug Evans <dje@google.com>
10686
10687 * linespec.c (find_linespec_symbols): Make static.
10688
10689 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10690
10691 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10692 type on float conversion for complex type.
10693
10694 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10695
10696 Add a new class gdb.Architecture which exposes GDB's
10697 internal representation of architecture via GDB Python API.
10698 * Makefile.in: Add entries corresponding to the new file
10699 python/py-arch.c.
10700 * NEWS (Python Scripting): Add entries for the new class
10701 gdb.Architecture and the new method gdb.Frame.architecture.
10702 * python/py-arch.c: Implement gdb.Architecture class.
10703 * python/py-frame.c (frapy_arch): Implement the method
10704 gdb.Frame.architecture().
10705 (frame_object_methods): Add 'architecture' to the method table.
10706 * python/python-internal.h: Add declarations of new utility
10707 functions.
10708 * python/python.c (_initialize_python): Initialize
10709 gdb.Architecture class.
10710
10711 2013-01-23 Doug Evans <dje@google.com>
10712
10713 Work around binutils/15021.
10714 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10715 type_unit_group out of union s. All uses updated.
10716 (read_index_from_section): Watch for index version 8.
10717 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10718 an imported symtab.
10719 (write_psymtabs_to_index): Increment version number to 8.
10720
10721 2013-01-22 Pedro Alves <palves@redhat.com>
10722
10723 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10724 user-visible.
10725
10726 2013-01-22 Pedro Alves <palves@redhat.com>
10727
10728 * annotate.c (annotate_breakpoints_changed): Rename to ...
10729 (annotate_breakpoints_invalid): ... this. Make static.
10730 (breakpoint_changed): Adjust.
10731 (_initialize_annotate): Always install the observers. Install a
10732 "breakpoint_created" observer.
10733 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10734 * breakpoint.c (set_breakpoint_condition)
10735 (breakpoint_set_commands, do_map_commands_command)
10736 (init_raw_breakpoint, clear_command, set_ignore_count)
10737 (enable_breakpoint_disp): No longer call
10738 annotate_breakpoints_changed.
10739
10740 2013-01-22 Pedro Alves <palves@redhat.com>
10741
10742 * annotate.c: Include "inferior.h".
10743 (frames_invalid_emitted)
10744 (breakpoints_invalid_emitted): New globals.
10745 (async_background_execution_p): New function.
10746 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10747 emitting the annotation if it has already been emitted.
10748 (annotate_display_prompt): New function.
10749 * annotate.h (annotate_display_prompt): New declaration.
10750 * event-top.c: Include annotate.h.
10751 (display_gdb_prompt): Call annotate_display_prompt.
10752
10753 2013-01-22 Pedro Alves <palves@redhat.com>
10754
10755 * annotate.c (ignore_count_changed): Delete.
10756 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10757 (annotate_ignore_count_change): Delete.
10758 (annotate_stopped): Don't emit a delayed breakpoints-changed
10759 annotation.
10760 * annotate.h (annotate_ignore_count_change): Delete.
10761 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10762 annotate_ignore_count_change.
10763
10764 2013-01-22 Tom Tromey <tromey@redhat.com>
10765
10766 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10767 require_rvalue for a register location.
10768
10769 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10770
10771 * breakpoint.c (print_one_breakpoint_location): Add MI
10772 field 'thread-groups' when printing a breakpoint.
10773 (output_thread_groups): New function.
10774
10775 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10776
10777 * python/lib/gdb/commands/explore.py
10778 (CompoundExplorer.explore_expr): Correct the name of a method
10779 being invoked.
10780 (ExploreTypeCommand.invoke): Add a missing 'return'.
10781
10782 2013-01-21 Tom Tromey <tromey@redhat.com>
10783
10784 * gdb_obstack.h (obconcat): Move declaration here, from...
10785 * symfile.h (obconcat): ... here.
10786 * gdb_obstack.c: New file.
10787 (obconcat): Move from...
10788 * symfile.c (obconcat): ... here.
10789 * Makefile.in (SFILES): Add gdb_obstack.c.
10790 (COMMON_OBS): Add gdb_obstack.o.
10791
10792 2013-01-21 Tom Tromey <tromey@redhat.com>
10793
10794 * symfile.h (obsavestring): Don't declare.
10795 * symfile.c (obsavestring): Remove.
10796 * ada-exp.y: Use obstack_copy0, not obsavestring.
10797 * ada-lang.c: Use obstack_copy0, not obsavestring.
10798 * coffread.c: Use obstack_copy0, not obsavestring.
10799 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10800 * dbxread.c: Use obstack_copy0, not obsavestring.
10801 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10802 * jit.c: Use obstack_copy0, not obsavestring.
10803 * mdebugread.c: Use obstack_copy0, not obsavestring.
10804 * psymtab.c: Use obstack_copy0, not obsavestring.
10805 * stabsread.c: Use obstack_copy0, not obsavestring.
10806 * xcoffread.c: Use obstack_copy0, not obsavestring.
10807
10808 2013-01-21 Tom Tromey <tromey@redhat.com>
10809
10810 * dwarf2read.c (fixup_go_packaging): Save package name
10811 on objfile obstack.
10812 * gdbtypes.c (init_type): Don't copy name.
10813
10814 2013-01-21 Tom Tromey <tromey@redhat.com>
10815
10816 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10817 const.
10818 (struct attribute) <u.str>: Now const.
10819 (struct fnfieldlist) <name>: Now const.
10820 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10821 (partial_die_parent_scope): Make return type const.
10822 (partial_die_full_name, add_partial_symbol): Update.
10823 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10824 'name' const.
10825 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10826 (read_file_scope, read_func_scope, dwarf2_add_field)
10827 (dwarf2_add_member_fn, read_structure_type)
10828 (process_enumeration_scope, read_array_type, read_module_type)
10829 (read_base_type, read_subrange_type): Update.
10830 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10831 (new_symbol_full, guess_full_die_structure_name): Update.
10832 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10833 (dwarf2_name): Return const type.
10834 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10835 const.
10836
10837 2013-01-21 Tom Tromey <tromey@redhat.com>
10838
10839 * gdbtypes.c (init_type): Make 'name' const.
10840 * gdbtypes.h (init_type): Update.
10841
10842 2013-01-21 Tom Tromey <tromey@redhat.com>
10843
10844 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10845 (start_symtab): Make 'name' and 'dirname' const. Use
10846 set_last_source_file.
10847 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10848 (last_source_file): Define. Now static.
10849 (set_last_source_file, get_last_source_file): New functions.
10850 * buildsym.h (last_source_file): Don't declare.
10851 (start_symtab): Update.
10852 (set_last_source_file, get_last_source_file): Declare.
10853 * coffread.c (complete_symtab): Use set_last_source_file.
10854 (coff_end_symtab): Likewise.
10855 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10856 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10857 set_last_source_file.
10858 (process_one_symbol): Use get_last_source_file.
10859 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10860 (psymtab_to_symtab_1): Use get_last_source_file.
10861 * xcoffread.c (process_linenos): Use get_last_source_file.
10862 (complete_symtab): Use set_last_source_file.
10863 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10864 (scan_xcoff_symtab): Use set_last_source_file.
10865
10866 2013-01-21 Tom Tromey <tromey@redhat.com>
10867
10868 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10869 (symbol_set_names): Remove casts. Handle field const-ness.
10870
10871 2013-01-21 Tom Tromey <tromey@redhat.com>
10872
10873 * dwarf2read.c (new_symbol_full): Remove cast.
10874 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10875 * symtab.h (symbol_set_demangled_name): Update.
10876
10877 2013-01-21 Tom Tromey <tromey@redhat.com>
10878
10879 * main.c (captured_main): Call bfd_init.
10880
10881 2013-01-21 Tom Tromey <tromey@redhat.com>
10882
10883 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10884 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10885 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10886 * NEWS: Update.
10887
10888 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10889
10890 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10891
10892 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 Fix gdb.fortran/common-block.exp crash in PIE mode.
10895 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10896 LOC_COMMON_BLOCK.
10897 * f-valprint.c (info_common_command_for_block): Expect
10898 LOC_COMMON_BLOCK in gdb_assert.
10899 * symtab.h (struct general_symbol_info): Update comment for the
10900 common_block member.
10901 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10902 (enum address_class): New member LOC_COMMON_BLOCK.
10903
10904 2013-01-18 David Blaikie <dblaikie@gmail.com>
10905
10906 * MAINTAINERS (Write After Approval): Add "David Blaikie".
10907
10908 2013-01-18 Tom Tromey <tromey@redhat.com>
10909
10910 PR c++/14999:
10911 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10912 Call require_rvalue.
10913
10914 2013-01-18 Yao Qi <yao@codesourcery.com>
10915
10916 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10917 (dbx_read_symtab): New declaration.
10918 (dbx_psymtab_to_symtab): Delete.
10919 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10920 Rename parameter PST to SELF. Exchanged two parameters.
10921 (start_psymtab): Caller update.
10922 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10923 (dwarf2_read_symtab): New declaration.
10924 (dwarf2_psymtab_to_symtab): Delete.
10925 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10926 Rename parameter PST to SELF. Exchanged two parameters.
10927 (create_partial_symtab): Caller update.
10928 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10929 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10930 Rename parameter PST to SELF. Exchanged two parameters.
10931 (parse_partial_symbols, new_psymtab): Caller update.
10932 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10933 two parameters.
10934 * psymtab.c (psymtab_to_symtab): Caller update.
10935 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10936 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10937 Rename parameter PST to SELF. Exchanged two parameters.
10938 (xcoff_start_psymtab): Caller update.
10939
10940 2013-01-18 Yao Qi <yao@codesourcery.com>
10941
10942 * infrun.c (proceed): Rename local variable 'oneproc' to
10943 'force_step'.
10944
10945 2013-01-17 Doug Evans <dje@google.com>
10946
10947 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10948 (dw2_build_type_unit_groups): Delete. All uses updated.
10949
10950 * symtab.h (struct symbol_search): Add comment.
10951
10952 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10953
10954 * symtab.c (compare_filenames_for_search): New comment for
10955 HAS_DRIVE_SPEC.
10956
10957 2013-01-17 Tom Tromey <tromey@redhat.com>
10958
10959 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10960
10961 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10962
10963 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10964 initialize it by existing make_cleanup. Call new do_cleanups.
10965
10966 2013-01-17 Tom Tromey <tromey@redhat.com>
10967
10968 * cp-abi.c (cp_abi_completer): New function.
10969 (_initialize_cp_abi): Set completer for "set cp-abi".
10970
10971 2013-01-17 Tom Tromey <tromey@redhat.com>
10972
10973 * mem-break.c: Remove obsolete comment.
10974 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10975
10976 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10977
10978 * jit.c (jit_reader_load_command): Interpret the jit reader name
10979 as an absolute path if it begins with a forward slash.
10980
10981 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10982
10983 PR gdb/14550
10984
10985 * jit.c (finalize_symtab): Ensure that only the global block has a
10986 NULL superblock.
10987
10988 2013-01-17 Pedro Alves <palves@redhat.com>
10989
10990 * acinclude.m4: Include ../config/plugins.m4,
10991 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10992 * Makefile.in (aclocal_m4_deps): Update.
10993 * aclocal.m4: Renegerate.
10994
10995 2013-01-16 Doug Evans <dje@google.com>
10996
10997 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10998
10999 2013-01-16 Pedro Alves <palves@redhat.com>
11000 Tom Tromey <tromey@redhat.com>
11001
11002 PR cli/7221:
11003 * NEWS: Add "catch signal".
11004 * breakpoint.c (base_breakpoint_ops): No longer static.
11005 (bpstat_explains_signal): New function.
11006 (init_catchpoint): No longer static.
11007 (base_breakpoint_explains_signal): New function.
11008 (base_breakpoint_ops): Initialize new field.
11009 * breakpoint.h (enum bpstat_signal_value): New.
11010 (struct breakpoint_ops) <explains_signal>: New field.
11011 (bpstat_explains_signal): Remove macro, declare as function.
11012 (base_breakpoint_ops, init_catchpoint): Declare.
11013 * break-catch-sig.c: New file.
11014 * inferior.h (signal_catch_update): Declare.
11015 * infrun.c (signal_catch): New global.
11016 (handle_syscall_event): Update for change to
11017 bpstat_explains_signal.
11018 (handle_inferior_event): Likewise. Always handle random signals
11019 via bpstats.
11020 (signal_cache_update): Check signal_catch.
11021 (signal_catch_update): New function.
11022 (_initialize_infrun): Initialize signal_catch.
11023 * Makefile.in (SFILES): Add break-catch-sig.c.
11024 (COMMON_OBS): Add break-catch-sig.o.
11025
11026 2013-01-16 Tom Tromey <tromey@redhat.com>
11027
11028 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11029 (print_one_catch_solib, print_one_catch_syscall)
11030 (print_one_catch_exec, print_one_exception_catchpoint): Emit
11031 "catch-type".
11032
11033 2013-01-16 Yao Qi <yao@codesourcery.com>
11034
11035 * printcmd.c (current_display_number): Make it static.
11036
11037 2013-01-16 Yao Qi <yao@codesourcery.com>
11038
11039 * infcmd.c (step_once): Don't check '!single_inst' as it was
11040 checked before.
11041
11042 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11043
11044 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11045
11046 2013-01-14 Tom Tromey <tromey@redhat.com>
11047
11048 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11049 set command.
11050 * command.h (add_setshow_string_noescape_cmd): Update.
11051 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11052 (complete_set_gnutarget): New function.
11053 (_initialize_core): Set the "set gnutarget" completer.
11054
11055 2013-01-14 Tom Tromey <tromey@redhat.com>
11056
11057 PR symtab/14442:
11058 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11059 (c_type_print_modifier): Likewise.
11060 * dwarf2read.c (read_tag_restrict_type): New function.
11061 (read_type_die_1): Handle DW_TAG_restrict_type.
11062 * gdbtypes.c (make_restrict_type): New function.
11063 (recursive_dump_type): Handle TYPE_RESTRICT.
11064 * gdbtypes.h (enum type_flag_values): Renumber.
11065 (enum type_instance_flag_value): Add
11066 TYPE_INSTANCE_FLAG_RESTRICT.
11067 (TYPE_RESTRICT): New macro.
11068 (make_restrict_type): Declare.
11069
11070 2013-01-14 Tom Tromey <tromey@redhat.com>
11071
11072 PR symtab/14931:
11073 * psymtab.c (struct psymtab_state): New.
11074 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11075 functions.
11076 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11077 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11078
11079 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11080 Pedro Alves <palves@redhat.com>
11081
11082 PR remote/14786
11083
11084 * remote.c (remote_threads_info): Make a copy of the reply from
11085 qfThreadInfo and use that instead of rs->buf.
11086
11087 2013-01-14 Yao Qi <yao@codesourcery.com>
11088
11089 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11090 (dbx_psymtab_to_symtab): Likewise.
11091 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11092 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11093 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11094
11095 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11096
11097 * parse.c (parse_exp_in_context): New variable inner_chain. Call
11098 make_cleanup_restore_current_language. Call set_language. Move
11099 OLD_CHAIN and INNER_CHAIN cleanups.
11100 * utils.c (do_restore_current_language)
11101 (make_cleanup_restore_current_language): New functions.
11102 * utils.h (make_cleanup_restore_current_language): New declaration.
11103
11104 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11107 non-existing files.
11108
11109 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11110 non-existing files if FILENAME is already absolute.
11111
11112 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11113
11114 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11115 fputs_filtered. Append trailing newline.
11116
11117 2013-01-11 Yao Qi <yao@codesourcery.com>
11118 Stan Shebs <stan@codesourcery.com>
11119
11120 * psymtab.c (init_psymbol_list): Clarify the comment.
11121
11122 2013-01-11 Yao Qi <yao@codesourcery.com>
11123
11124 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11125 (update_dprintf_command_list): Assert that 'printf_line' is
11126 non-null. Remove condition check.
11127
11128 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11129
11130 Code cleanup.
11131 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11132 type const char *.
11133 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11134 const char *.
11135 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11136
11137 2013-01-09 Anthony Green <green@moxielogic.com>
11138
11139 * cp-abi.c (cplus_print_vtable): Don't return value from void
11140 function.
11141 * ada-lang.c (re_set_catch_assert): Ditto.
11142
11143 2013-01-09 Doug Evans <dje@google.com>
11144
11145 * symfile.h (quick_symbol_functions): Delete member
11146 pre_expand_symtabs_matching. All uses removed.
11147 * dwarf2read.c (dw2_lookup_symbol): Implement.
11148 (dw2_do_expand_symtabs_matching): Delete.
11149 (dw2_pre_expand_symtabs_matching): Delete.
11150 (struct dw2_symtab_iterator): New type.
11151 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11152 (dw2_expand_symtabs_for_function): Rewrite.
11153 (dwarf2_gdb_index_functions): Update.
11154 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11155 (psym_functions): Update.
11156
11157 2013-01-09 Tom Tromey <tromey@redhat.com>
11158
11159 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11160 * configure: Rebuild.
11161 * configure.ac: Add somread.o to the build if BFD has SOM
11162 support.
11163 * somread.c: Include som/aout.h, not syms.h.
11164 (som_symtab_read): Use som_external_symbol_dictionary_record.
11165 Unpack records manually.
11166 (_initialize_somread): Declare.
11167
11168 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11169
11170 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11171 Cast return_address to 64bits.
11172
11173 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11174
11175 * printcmd.c: Remove define of function output_command.
11176 * tracepoint.c: Remove extern of function output_command.
11177 * valprint.h: (output_command): New extern.
11178
11179 2013-01-07 Tom Tromey <tromey@redhat.com>
11180
11181 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11182 Remove.
11183 (objc_language_defn): Use c_printchar, c_printstr,
11184 c_emit_char.
11185
11186 2013-01-07 Tom Tromey <tromey@redhat.com>
11187
11188 PR cli/7719:
11189 * NEWS: Update.
11190 * ada-valprint.c (printstr, print_field_values): Remove
11191 "inspect_it" code.
11192 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11193 code.
11194 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11195 code.
11196 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11197 * main.c (captured_main): Remove "epoch" argument.
11198 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11199 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11200 * p-valprint.c (pascal_object_print_value_fields): Remove
11201 "inspect_it" code.
11202 * printcmd.c (print_command_1): Remove 'inspect' argument.
11203 (print_command, call_command): Update.
11204 (inspect_command): Remove.
11205 (_initialize_printcmd): Make "inspect" an alias for "print".
11206 * top.c (epoch_interface): Remove.
11207 * top.h (epoch_interface): Remove.
11208 * valprint.c (user_print_options): Update.
11209 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11210 * valprint.h (struct value_print_options) <inspect_it>: Remove
11211 field.
11212
11213 2013-01-04 Tom Tromey <tromey@redhat.com>
11214
11215 * valprint.h (read_string): Add 'extern'.
11216
11217 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11218
11219 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11220 used to decide whether to define darwin_read_dyld_info or not.
11221
11222 2013-01-03 Pierre Muller <muller@sourceware.org>
11223
11224 * main.c (relocate_gdb_directory): Avoid calling stat function
11225 if DIR is empty.
11226
11227 2013-01-03 Yao Qi <yao@codesourcery.com>
11228
11229 * psymtab.c (fixup_psymbol_section): Update declaration.
11230 (fixup_psymbol_section): Remove code returning value.
11231
11232 2013-01-03 Yao Qi <yao@codesourcery.com>
11233
11234 * symtab.h: Remove some out of date comments.
11235 (enum exception_event_kind): Move it ...
11236 * breakpoint.c: ... here.
11237
11238 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11239
11240 PR gdb/14405
11241 * darwin-nat.c (darwin_read_dyld_info): Only build if
11242 TASK_DYLD_INFO_COUNT is defined.
11243 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11244 TASK_DYLD_INFO_COUNT is defined.
11245
11246 2013-01-02 Tom Tromey <tromey@redhat.com>
11247
11248 * symfile.h (struct ecoff_debug_hack): Remove.
11249 * objfiles.c: Don't include mdebugread.h.
11250
11251 2013-01-02 Tom Tromey <tromey@redhat.com>
11252
11253 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11254 * configure.ac: Check for Mach-O support in BFD. Update
11255 CONFIG_OBS.
11256 * configure: Rebuild.
11257
11258 2013-01-02 Tom Tromey <tromey@redhat.com>
11259
11260 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11261 * configure.ac: Use GDB_AC_CHECK_BFD.
11262 * configure: Rebuild.
11263
11264 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11265
11266 * MAINTAINERS: Update my email.
11267
11268 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11269
11270 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11271
11272 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11273
11274 * rs6000-nat.c (bss_data_overlap): New function.
11275 (vmap_symtab): Use it to adjust the .bss section's offset.
11276
11277 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11278
11279 Update year range in copyright notice of all files.
11280
11281 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11282
11283 * top.c (print_gdb_version): Update copyright year.
11284
11285 For older changes see ChangeLog-2012.
11286 \f
11287 Local Variables:
11288 mode: change-log
11289 left-margin: 8
11290 fill-column: 74
11291 version-control: never
11292 coding: utf-8
11293 End:
This page took 0.331312 seconds and 4 git commands to generate.