2011-10-07 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2011-10-07 Pedro Alves <pedro@codesourcery.com>
2
3 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
4 * amd64-linux-nat.c (amd64_linux_dr_set_control)
5 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
6 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
7 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
8 (arm_linux_remove_watchpoint): Adjust.
9 * i386-linux-nat.c (i386_linux_dr_set_control)
10 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
11 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
12 (ia64_linux_remove_watchpoint): Adjust.
13 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
14 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
15 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
16 (ppc_linux_insert_mask_watchpoint)
17 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
18 (ppc_linux_remove_watchpoint): Adjust.
19 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
20 Adjust.
21
22 2011-10-07 Corinna Vinschen <vinschen@redhat.com>
23
24 * windows-nat.c: Include wchar.h to avoid compiler warnings.
25 (clear_win32_environment): New function for Cygwin to clear out
26 Win32 environment.
27 (windows_create_inferior): Prepare new environment from in_env
28 for Cygwin, too.
29
30 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>
31
32 PR python/13624
33
34 * python/py-value.c (valpy_call): Check that arguments are
35 a tuple.
36 (is_intlike): Remove call to CHECK_TYPEDEF.
37 (valpy_nonzero): Catch GDB exceptions.
38 (valpy_absolute): Ditto.
39 (valpy_lazy_string): Ditto.
40 (valpy_call): Ditto.
41 (valpy_get_is_optimized_out): Ditto.
42 (valpy_long): Ditto.
43 (valpy_float): Ditto.
44 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
45 (valpy_richcompare): Ditto.
46
47 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
48
49 * inferior.h (disable_randomization): Declare.
50 * infrun.c (disable_randomization): New global variable.
51 (show_disable_randomization): New function.
52 (set_disable_randomization): Likewise.
53 (_initialize_infrun): Install set/show disable-randomization
54 commands.
55 * linux-nat.c (disable_randomization): Remove.
56 (show_disable_randomization): Likewise.
57 (set_disable_randomization): Likewise.
58 (_initialize_linux_nat): No longer install set/show
59 disable-randomization commands here.
60 (linux_nat_supports_disable_randomization): New function.
61 (linux_nat_add_target): Install it.
62 * remote.c (PACKET_QDisableRandomization): New enum value.
63 (remote_protocol_packets): Support QDisableRandomization.
64 (_initialize_remote): Likewise.
65 (remote_supports_disable_randomization): New function.
66 (init_remote_ops): Install it.
67 (extended_remote_supports_disable_randomization): New function.
68 (init_extended_remote_ops): Install it.
69 (extended_remote_disable_randomization): New function.
70 (extended_remote_create_inferior_1): Call it.
71 * target.h (struct target_ops): Add to_supports_disable_randomization.
72 (target_supports_disable_randomization): Add prototype.
73 * target.c (target_supports_disable_randomization): New function.
74 (find_default_supports_disable_randomization): Likewise.
75 (init_dummy_target): Install it.
76
77 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
78
79 Allow Python notification of new object-file loadings.
80 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
81 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
82 Add build rule for this file.
83 * python/py-event.h (emit_new_objfile_event): New prototype.
84 (newobjfile): New Python event emitter.
85 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
86 Python event registry.
87 * python/py-inferior.c: Include objfiles.h
88 (python_new_objfile): New function.
89 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
90 observers.
91 * python/py-newobjfileevent.c: New file.
92 * python-internal.h (gdbpy_initialize_new_objfile_event): New
93 prototype.
94 * python/python.c (_initialize_python): Add
95 gdbpy_initialize_new_objfile_event call.
96 * NEWS: Add item for new Python event "gdb.newobjfile"
97
98 2011-10-05 Tristan Gingold <gingold@adacore.com>
99
100 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
101 Extract the ravenscar task name from the symbol for the atcb.
102
103 2011-10-04 Paul Koning <paul_koning@dell.com>
104
105 * python/py-type.c (typy_make_iter): Add forward declaration.
106 (typy_fields_items): Use the gdb.Type iterator.
107
108 2011-10-04 Paul Koning <paul_koning@dell.com>
109
110 * NEWS: Add entry for Python gdb.Type mapping methods.
111
112 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
113
114 PR python/12691: Add the inferior to Python exited event
115 * python/py-exitedevent.c (create_exited_event_object): Add inferior
116 to exited_event.
117 * python/py-event.h (emit_exited_event): Likewise
118 * python/-inferior.c (python_inferior_exit): Likewise
119
120 2011-10-03 Joel Brobecker <brobecker@adacore.com>
121
122 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
123 in output of -ada-task-info GDB/MI command.
124
125 2011-10-03 Joel Brobecker <brobecker@adacore.com>
126
127 * ada-lang.h (struct inferior): Declare.
128 (print_ada_task_info): Add declaration.
129 * ada-tasks.c (print_ada_task_info): Make non-static.
130 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
131 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
132 * mi/mi-main.c: #include "ada-lang.h".
133 (mi_cmd_list_features): Add "ada-task-info" to the list
134 of supported features.
135 (mi_cmd_ada_task_info): New function.
136
137 2011-10-03 Joel Brobecker <brobecker@adacore.com>
138
139 * python/python.c (python_run_simple_file): New function.
140 (source_python_script, source_python_script_for_objfile):
141 Replace call to PyRun_SimpleFile by call to
142 python_run_simple_file.
143
144 2011-10-03 Paul Koning <paul_koning@dell.com>
145
146 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
147 (value_to_value_object): Fetch value if it was lazy.
148
149 2011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
150
151 Code cleanup.
152 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
153 Rearrange the code for it.
154
155 2011-10-02 Joel Brobecker <brobecker@adacore.com>
156
157 * breakpoint.c (bkpt_print_recreate): Add call to
158 print_recreate_thread.
159
160 2011-09-29 Mike Frysinger <vapier@gentoo.org>
161
162 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
163 PTRACE_GETFDPIC_INTERP): Define.
164
165 2011-09-28 Yao Qi <yao@codesourcery.com>
166
167 * symfile.c (add_symbol_file_command): Update message on usage.
168
169 2011-09-28 Paul Koning <paul_koning@dell.com>
170
171 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
172 (typy_length, typy_get, typy_has_key, typy_make_iter)
173 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
174 (typy_iterator_iter, typy_iterator_iternext)
175 (typy_iterator_dealloc): New functions to implement standard
176 Python mapping methods on gdb.Type object.
177 (gdb.TypeIterator): New Python type.
178 * python/python-internal.h (gdbpy_iter_kind): New enum.
179
180 2011-09-28 David S. Miller <davem@davemloft.net>
181
182 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
183 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
184 * sparc-tdep.c (sparc_complex_floating_p): New function.
185 (sparc32_store_arguments): Handle complex floats.
186 (sparc32_extract_return_value): Likewise.
187 (sparc32_store_return_value): Likewise.
188 (sparc32_stabs_argument_has_addr): Likewise.
189 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
190 (sparc64_store_floating_fields): Handle complex floats.
191 (sparc64_store_arguments): Likewise.
192 (sparc64_store_return_value): Likewise.
193
194 2011-09-28 Eli Zaretskii <eliz@gnu.org>
195
196 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
197 before the change on 2006-12-09.
198 (windows_create_inferior) [!__CYGWIN__]: Restore code that
199 generates the environment block for CreateProcessA, modulo the
200 Cygwin-specific parts that are not needed here.
201
202 2011-09-27 Tristan Gingold <gingold@adacore.com>
203
204 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
205 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
206 (darwin_solib_get_all_image_info_addr_at_init): New function.
207 (darwin_solib_read_all_image_info_addr): Likewise.
208 (darwin_solib_create_inferior_hook): Use the above two functions.
209 * darwin-nat.c (darwin_execvp): Renames retval to res.
210 (darwin_read_write_inferior): Update comment.
211 (darwin_read_dyld_info): New function.
212 (darwin_xfer_partial): Handle DYLD_INFO.
213
214 2011-09-27 Stan Shebs <stan@codesourcery.com>
215
216 Add return address collection for tracepoints.
217 * tracepoint.c (encode_actions_1): Add case for $_ret.
218 (validate_actionline): Check for $_ret.
219 (trace_dump_actions): Ditto.
220 * ax-gdb.h (gen_trace_for_return_address): Declare.
221 * ax-gdb.c: Include arch-utils.h.
222 (gen_trace_for_return_address): New function.
223 (agent_command): Add return address special case.
224 * amd64-tdep.c: Include ax.h and ax-gdb.h.
225 (amd64_gen_return_address): New function.
226 (amd64_init_abi): Call it.
227 * i386-tdep.c: Include ax.h and ax-gdb.h.
228 (i386_gen_return_address): New function.
229 (i386_init_abi): Call it.
230 * arch-utils.h (default_gen_return_address): Declare.
231 * arch-utils.c (default_gen_return_address): New function.
232 * gdbarch.sh (gen_return_address): New method.
233 * gdbarch.h, gdbarch.c: Regenerate.
234
235 2011-09-23 Joseph Myers <joseph@codesourcery.com>
236
237 PR gdb/13079
238 * i386-tdep.c (i386_frame_align): New.
239 (i386_gdbarch_init): Use i386_frame_align.
240
241 2011-09-23 Yao Qi <yao@codesourcery.com>
242
243 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
244 to get address.
245
246 2011-09-22 Tristan Gingold <gingold@adacore.com>
247
248 * fork-child.c (fork_inferior): Add exec_fun parameter.
249 Call exec_fun or execvp.
250 * inferior.h: Adjust prototype.
251 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
252 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
253 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
254 * procfs.c (procfs_create_inferior): Ditto.
255 * darwin-nat.c (darwin_execvp): New function.
256 (darwin_create_inferior): Use it.
257
258 2011-09-22 Yao Qi <yao@codesourcery.com>
259
260 * infrun.c (context_switch): Print debug message when switching to
261 a different thread.
262
263 2011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
264
265 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
266 complex and vector types.
267 (s390_return_value_convention): Likewise.
268
269 (s390_value_from_register): Call check_typedef.
270 (extend_simple_arg): Likewise.
271 (alignment_of): Likewise.
272 (s390_push_dummy_call): Likewise.
273 (s390_return_value): Likewise.
274
275 2011-09-21 Joseph Myers <joseph@codesourcery.com>
276
277 * event-top.c (async_disconnect): If an exception is thrown from
278 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
279 catch_errors.
280 * top.c (quit_cover): Return void and take no arguments.
281 * top.h (quit_cover): Update prototype.
282
283 2011-09-20 Joseph Myers <joseph@codesourcery.com>
284
285 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
286 current_uiout, not uiout.
287
288 2011-09-19 Doug Evans <dje@google.com>
289
290 * python/py-auto-load.c (source_section_scripts): Fix file
291 descriptor leak.
292 * python/python.c (source_python_script_for_objfile): Tweak comments.
293
294 2011-09-18 Yao Qi <yao@codesourcery.com>
295 Ulrich Weigand <ulrich.weigand@linaro.org>
296
297 Support displaced stepping for Thumb 16-bit insns.
298 * arm-tdep.c (THUMB_NOP) Define.
299 (thumb_copy_unmodified_16bit): New.
300 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
301 (thumb_copy_alu_reg): New.
302 (arm_copy_svc): Move some common code to ...
303 (install_svc): ... here. New.
304 (thumb_copy_svc): New.
305 (install_pc_relative): New.
306 (thumb_copy_pc_relative_16bit): New.
307 (thumb_decode_pc_relative_16bit): New.
308 (thumb_copy_16bit_ldr_literal): New.
309 (thumb_copy_cbnz_cbz): New.
310 (cleanup_pop_pc_16bit_all): New.
311 (thumb_copy_pop_pc_16bit): New.
312 (thumb_process_displaced_16bit_insn): New.
313 (thumb_process_displaced_32bit_insn): New.
314 (thumb_process_displaced_insn): process thumb instruction.
315
316 Support displaced stepping for Thumb 32-bit insns.
317 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
318 (thumb2_copy_preload): New.
319 (thumb2_copy_copro_load_store): New.
320 (thumb2_copy_b_bl_blx): New.
321 (thumb2_copy_alu_imm): New.
322 (thumb2_copy_load_reg_imm): New.
323 (thumb2_copy_load_literal): New
324 (thumb2_copy_block_xfer): New.
325 (thumb_32bit_copy_undef): New.
326 (thumb_32bit_copy_unpred): New.
327 (thumb2_decode_ext_reg_ld_st): New.
328 (thumb2_decode_svc_copro): New.
329 (decode_thumb_32bit_store_single_data_item): New.
330 (thumb_copy_pc_relative_32bit): New.
331 (thumb_decode_pc_relative_32bit): New.
332 (decode_thumb_32bit_ld_mem_hints): New.
333 (thumb2_copy_table_branch): New
334 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
335 instructions.
336
337 2011-09-18 Yao Qi <yao@codesourcery.com>
338
339 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
340 (install_b_bl_blx): Likewise.
341
342 2011-09-17 Yao Qi <yao@codesourcery.com>
343
344 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
345 (install_load_store): ... this. New.
346 Change parameter BYTE to SIZE.
347 (arm_copy_ldr_str_ldrb_strb): Update caller.
348 (arm_decode_ld_st_word_ubyte): Update caller.
349
350 2011-09-17 Yao Qi <yao@codesourcery.com>
351
352 * infrun.c (displaced_step_fixup): Move some code ...
353 (displaced_step_restore): ... here. New function.
354 (handle_inferior_event): Cleanup displaced stepping state for both
355 child and parent when get forked or vforked event.
356 * regcache.c (get_thread_arch_aspace_regcache): New function.
357 get_thread_arch_regcache (): Call it.
358
359 2011-09-16 Joel Brobecker <brobecker@adacore.com>
360
361 * ada-tasks.c (print_ada_task_info): New function, merging
362 short_task_info and info_tasks together. Reimplement using
363 ui-out instead of printing to stdout directly. Move the code
364 building and checking the task list here, instead of leaving it
365 in info_tasks_command.
366 (info_task): Move the code building and checking the task
367 list here, instead of leaving it in info_tasks_command.
368 (info_tasks_command): Delete code building and checking
369 the task list - moved elsewhere. Update calls to info_tasks
370 and info_task.
371
372 2011-09-16 Joel Brobecker <brobecker@adacore.com>
373
374 * ada-tasks.c (info_task): Delete parameter `from_tty'.
375
376 2011-09-16 Joel Brobecker <brobecker@adacore.com>
377
378 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
379
380 2011-09-16 Joel Brobecker <brobecker@adacore.com>
381
382 * ada-lang.h (ada_build_task_list): Remove parameter
383 `warn_if_null'.
384 * ada-tasks.c (ada_build_task_list): Remove parameter
385 `warn_if_null'. Adjust implementation and documentation.
386 (valid_task_id, ada_get_environment_task)
387 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
388 (info_tasks_command): Adjust implementation.
389 (task_command): Likewise.
390 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
391 to ada_build_task_list.
392
393 2011-09-16 Joel Brobecker <brobecker@adacore.com>
394
395 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
396 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
397 (ada_tasks_inferior_data_handle): New static global.
398 (get_ada_tasks_inferior_data): New function.
399 (ada_get_task_number, get_task_number_from_id, valid_task_id)
400 (ada_get_environment_task, iterate_over_live_ada_tasks)
401 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
402 Adjust.
403 (ada_set_current_inferior_known_tasks_addr): New function.
404 (read_known_tasks, ada_build_task_list, short_task_info)
405 (info_tasks, info_task, info_tasks_command, task_command_1)
406 (task_command, ada_task_list_changed): Adjust.
407 (ada_tasks_invalidate_inferior_data): New function.
408 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
409 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
410 * ada-lang.h (struct inferior): Add declaration.
411 (ada_task_list_changed): Update profile.
412 * remote-wtx-pd.c: #include "inferior.h".
413 (switch_to_pd_internal): Update call to ada_task_list_changed.
414
415 2011-09-16 Joel Brobecker <brobecker@adacore.com>
416
417 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
418 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
419 (atcb_fieldno): Delete these static globals.
420 (struct ada_tasks_pspace_data): New struct.
421 (ada_tasks_pspace_data_handle): New static global.
422 (get_ada_tasks_pspace_data): New function.
423 (ada_tasks_invalidate_pspace_data): New function.
424 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
425 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
426 (_initialize_tasks): Create this module's per-progspace
427 data handle.
428
429 2011-09-16 Joel Brobecker <brobecker@adacore.com>
430
431 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
432
433 2011-09-16 Tristan Gingold <gingold@adacore.com>
434
435 * fork-child.c (fork_inferior): Update comment. Use alloca
436 instead of xmalloc for argv. Move len and shell_command
437 declarations in the block where they are used.
438 Only call execvp. Factorize failure code.
439
440 2011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
441
442 Code cleanup.
443 * parse.c (write_exp_elt): Change argument to pass a pointer of union
444 `exp_element' instead of an element of the same and make the function
445 static.
446 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
447 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
448 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
449 Change argument of `write_exp_elt' function call.
450 Remove extra spaces from comments.
451 * parser-defs.h (write_exp_elt): Remove prototype.
452
453 2011-09-15 Paul Koning <paul_koning@dell.com>
454
455 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
456 count of item appended to list.
457 * python/py-type.c (typy_fields): Likewise.
458
459 2011-09-15 Paul Koning <paul_koning@dell.com>
460
461 * MAINTAINERS (Write After Approval): Add myself to the list.
462
463 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
464
465 PR threads/12628
466 * linux-fork.c (checkpoint_command): Disallow checkpointing of
467 processes with multiple threads.
468 (inf_has_multiple_thread_cb): New function.
469 (inf_has_multiple_threads): New function.
470
471 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
472
473 PR Python/12692 Add gdb.selected_inferior() to Python interface.
474 * python/py-inferior.c (GdbMethods): New Python method definition.
475
476 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
477
478 Handle multiple breakpoint hits in Python interface:
479 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
480 variable to breakpoints.
481 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
482 bps instead of single breakpoint. Fix some space typos.
483 * python/py-stopevent.c (create_breakpoint_event_object): Rename
484 variable to breakpoints.
485
486 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
487
488 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
489 note if the breakpoint is internal.
490
491 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
492
493 * MAINTAINERS (Write After Approval): Add myself to the list
494
495 2011-09-14 Pedro Alves <pedro@codesourcery.com>
496
497 * infrun.c (prepare_for_detach, wait_for_inferior)
498 (fetch_inferior_event): Don't flush the register cache.
499 * remote.c (struct stop_reply) <regcache>: Add comment.
500
501 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 Remove excessive DWARF expressions memory duplication.
504 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
505 for block.data.
506 (indirect_pieced_value): Remove variable result. Remove variable
507 back_to and its use for baton.data.
508 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
509 block.data.
510 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
511 Update the function comment.
512
513 2011-09-13 Pedro Alves <pedro@codesourcery.com>
514
515 * inferior.h (ALL_INFERIORS): New.
516 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
517 for a stopped thread.
518 (thread_db_find_new_threads): Look for threads in all inferiors.
519
520 2011-09-13 Pedro Alves <pedro@codesourcery.com>
521
522 * breakpoint.c (update_watchpoint): Handle the case of the
523 watchpoint to update not being in the breakpoint list yet.
524 (hw_watchpoint_use_count): New, factored out from
525 hw_watchpoint_used_count.
526 (hw_watchpoint_used_count): Rename to ...
527 (hw_watchpoint_used_count_others): ... this. Add `except'
528 parameter. Don't count resources of `except'. Use
529 hw_watchpoint_use_count.
530
531 2011-09-13 Pedro Alves <pedro@codesourcery.com>
532
533 * gdbthread.h (enum thread_state): Moved here.
534 (struct thread_info): Rename `executing_' field to `executing' and
535 `state_' to `state'.
536 * thread.c (enum thread_state): Moved to gdbthread.h.
537 (new_thread, add_thread_silent, delete_thread_1)
538 (any_live_thread_of_process, thread_alive, set_running)
539 (set_running, is_thread_state, any_running, is_executing)
540 (set_executing, finish_thread_state, print_thread_info)
541 (do_captured_thread_select): Adjust.
542
543 2011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 Fix compatibility with gcc < 4.3 and non-gcc compilers.
546 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
547
548 2011-09-12 Pedro Alves <pedro@codesourcery.com>
549 Matt Rice <ratmice@gmail.com>
550
551 PR gdb/13175
552
553 * interps.c (struct interp) <interpreter_out>: Delete field.
554 (interp_new): Remove the data and uiout parameters and adjust.
555 (interp_set): Only set the current_uiout from the interpreter's
556 uiout after initializing the interpreter. Adjust call to
557 init_proc.
558 (interp_ui_out): Adjust to call procs->ui_out_proc.
559 (interp_data, interp_name): New.
560 * interps.h (interp_init_ftype): Add `self' parameter.
561 (interp_ui_out_ftype): New typedef.
562 (struct interp_procs) <ui_out_proc>: New method pointer.
563 (interp_new): Remove the data and uiout parameters.
564 (interp_data, interp_name): Declare.
565 * tui/tui-interp.c (tui_init): Adjust prototype.
566 (tui_ui_out): New.
567 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
568 tui_out here. Adjust call to interp_new.
569 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
570 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
571 (cli_ui_out): New.
572 (_initialize_cli_interp): Install it. Adjust call to interp_new.
573 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
574 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
575 Initialize mi->uiout depending on the mi_version as extracted from
576 the interpreter's name.
577 (mi_ui_out): New.
578 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
579 interp_new. Don't allocate the ui_out's of the interpreters here.
580
581 2011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
582
583 * solib.c (solib_used): New function.
584 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
585 by another so_list object before freeing it.
586
587 2011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
588
589 Code cleanup.
590 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
591 values.
592
593 2011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
594
595 Code cleanup.
596 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
597 (amd64_skip_xmm_prologue): ... this new function. Describe its
598 parameters. No longer use amd64_prologue_line_bug.
599 * defs.h (producer_is_gcc_ge_4): New declaration.
600 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
601 (process_full_comp_unit): Update its caller. Remove
602 amd64_prologue_line_bug initialization.
603 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
604 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
605
606 2011-09-09 Pedro Alves <pedro@codesourcery.com>
607
608 * linux-nat.h (enum resume_kind): New.
609 (struct lwp_info) <last_resume_kind>: New field.
610 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
611 resume_stop on the new lwp.
612 (add_lwp): Set last_resume_kind as resume_continue by default.
613 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
614 (resume_lwp): New, factored out from resume_callback. Also check
615 for pending status in lp->waitstatus.
616 (resume_callback): Reimplement.
617 (resume_clear_callback): Set last_resume_kind as resume_stop.
618 (resume_set_callback): Set last_resume_kind as resume_continue.
619 (linux_nat_resume, linux_handle_extended_wait): Set
620 last_resume_kind.
621 (running_callback): Also check lp->waitstatus for pending events.
622 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
623 is resume_step.
624 (stop_and_resume_callback): Don't re-resume if the core wanted the
625 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
626 using an invalidated pointer.
627 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
628 SIGSTOPs if the core wanted the LWP to stop.
629 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
630 wanted the lwp to stop. If the core wanted the lwp to stop, and
631 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
632 of TARGET_SIGNAL_STOP.
633 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
634 here. Instead, signal the lwp, and set the last_resume_kind to
635 resume_stop.
636
637 2011-09-09 Pedro Alves <pedro@codesourcery.com>
638
639 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
640 -1 (error), if the lwp exits right after attaching.
641
642 2011-09-08 Doug Evans <dje@google.com>
643
644 * py-cmd.c: Some minor formatting fixes.
645 (gdbpy_parse_command_name): Rename text arg to name, make const.
646 All callers updated.
647 * python-internal.h (gdbpy_parse_command_name): Update.
648
649 * cli/cli-decode.c (add_cmd): Add comment.
650
651 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 PR breakpoints/12435
654 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
655 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
656 * dwarf2read.c (process_full_comp_unit): Initialize
657 amd64_prologue_line_bug.
658 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
659
660 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
661
662 Fix TUI screen corruption.
663 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
664 batch_flag.
665
666 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 * findvar.c (read_var_value): Never return NULL, throw an error
669 instead. Update the function comment. State symbol name in the error
670 messages.
671 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
672 read_var_value.
673 * stack.c (print_frame_args): Likewise.
674 * valops.c (value_of_variable): Likewise.
675
676 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
677
678 * stack.c (print_frame_args): New variable except. Wrap
679 read_var_value and common_val_print into TRY_CATCH.
680
681 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
682
683 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
684 caller to value_of_this.
685 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
686 Twice.
687 * valops.c (value_of_this): Remove parameter complain and variable ret.
688 Update function comment. Never return NULL by this code.
689 (value_of_this_silent): New function.
690 * value.h (value_of_this): Remove parameter complain.
691 (value_of_this_silent): New declaration.
692
693 2011-09-07 Yao Qi <yao@codesourcery.com>
694
695 * gdbthread.h (struct thread_info): Remove fields
696 `stepping_through_solib_after_catch' and
697 `stepping_through_solib_catchpoints'.
698 * infrun.c (init_thread_stepping_state): Update.
699 (process_event_stop_test, currently_stepping): Update.
700 (currently_stepping_or_nexting_callback): Update.
701
702 2011-09-07 Yao Qi <yao@codesourcery.com>
703
704 * gdbthread.h (struct thread_info): Comment on field
705 `step_after_step_resume_breakpoint'.
706
707 2011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
708
709 * remote.c (remote_console_output): Reindent.
710
711 2011-09-06 Luis Machado <lgustavo@codesourcery.com>
712
713 * frame.c (has_stack_frames): Check for currently selected
714 traceframe.
715
716 2011-09-06 Pedro Alves <pedro@codesourcery.com>
717
718 * event-top.h (MAXPROMPTS, struct prompts): Delete.
719 (set_async_annotation_level, set_async_prompt, pop_prompt)
720 (push_prompt, new_async_prompt): Delete declarations.
721 * top.h (get_prompt, set_prompt): Change prototype.
722 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
723 declarations.
724 * top.c (command_loop):
725 (top_prompt): New global.
726 (get_prefix, set_prefix, get_suffix, ): Delete.
727 (get_prompt, set_prompt): Rewrite.
728 (show_new_async_prompt): Rename to ...
729 (show_prompt): ... this.
730 (init_main): Adjust. Don't handle --annotate=2 here.
731 * event-top.c (new_async_prompt): Delete.
732 (the_prompts): Delete.
733 (more_to_come): Make static.
734 (display_gdb_prompt): Use top_level_prompt() to compute the top
735 level prompt, and don't notify the before_prompt observers
736 directly here. Always trick readline into not trying to display
737 the prompt if sync_execution and displaying the primary prompt.
738 If displaying a local/secondary prompt, always show it, even if
739 sync_execution is set.
740 (change_annotation_level): Delete.
741 (top_level_prompt): New, based on change_annotation_level.
742 (push_prompt, pop_prompt): Delete.
743 (async_disable_stdin): No longer pushes prompt.
744 (command_line_handler): No longer pushes or pops prompt. If more
745 input is expected, call display_gdb_prompt with an explicit empty
746 prompt.
747 (async_stop_sig): Adjust.
748 (set_async_annotation_level, set_async_prompt): Delete.
749 * python/python.c (before_prompt_hook): Adjust.
750
751 2011-09-05 Pedro Alves <pedro@codesourcery.com>
752
753 PR cli/13110
754
755 * infrun.c (fetch_inferior_event): Check if there's a selected
756 thread before checking if the selected thread is executing.
757
758 2011-09-05 Pedro Alves <pedro@codesourcery.com>
759
760 * inf-loop.c (execute_command): Don't check if the current thread
761 if running before synchronously waiting for command completion.
762 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
763 here.
764 (normal_stop): Call async_enable_stdin here.
765 * inf-loop.c (inferior_event_handler): Don't call
766 async_enable_stdin, nor handle "set exec-done-display" here.
767
768 2011-09-04 Joel Brobecker <brobecker@adacore.com>
769
770 GDB 7.3.1 released.
771
772 2011-09-04 Joel Brobecker <brobecker@adacore.com>
773
774 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
775
776 2011-09-04 Joel Brobecker <brobecker@adacore.com>
777
778 * NEWS: Add entry for OpenBSD/NetBSD build failure.
779
780 2011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
781
782 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
783
784 2011-09-02 Matt Rice <ratmice@gmail.com>
785
786 PR gdb/10720
787 * event-top.c (cli_command_loop): Replace readline setup with
788 direct call to display_gdb_prompt.
789 (display_gdb_prompt): Do not call observer mechanism during
790 synchronous execution.
791
792 2011-09-02 Pedro Alves <pedro@codesourcery.com>
793
794 * linux-nat.c (in_pid_list_p): New.
795 (linux_record_stopped_pid): Delete.
796 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
797 already attached to the LWP. Return an indication if so.
798 (linux_nat_filter_event): Adjust.
799 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
800 returning an indication to ignore this thread.
801
802 2011-09-02 Pedro Alves <pedro@codesourcery.com>
803
804 * top.c: Include interps.h.
805 (execute_command): If the target can async, but the interpreter is
806 in sync mode, synchronously wait for the command to finish before
807 returning.
808 (execute_command_to_string): Force the interpreter to sync mode.
809 * infrun.c: Include interps.h.
810 (fetch_inferior_event): Don't restore the prompt yet if the
811 interpreter is in sync mode.
812 * interps.c (interpreter_async): New global.
813 * interps.h (interpreter_async): Declare.
814 * inf-loop.c: Include interps.h.
815 (inferior_event_handler): Don't print the language change or run
816 breakpoint commands yet if the interpreter in is sync mode.
817 * main.c (captured_command_loop): Flip the interpreter to async
818 mode.
819 * cli/cli-script.c: Include interps.h.
820 (execute_user_command, while_command, if_command): Force the
821 interpreter to sync mode.
822 * python/python.c: Include interps.h.
823 (python_command, execute_gdb_command): Force the interpreter to
824 sync mode.
825
826 2011-09-02 Pedro Alves <pedro@codesourcery.com>
827
828 * value.c (show_convenience): Catch errors thrown while printing
829 each internal variable.
830 * infrun.c (validate_siginfo_access): New function.
831 (siginfo_value_read, siginfo_value_write): Call it.
832
833 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
834
835 Revert:
836 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
837 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
838 attribute.
839
840 2011-08-29 Yao Qi <yao@codesourcery.com>
841
842 * solib-dsbt.c (bfd_lookup_symbol): Removed.
843 (cmp_name): New.
844 (enable_break2): Update caller.
845 * solib-frv.c (bfd_lookup_symbol): Removed.
846 (cmp_name): New.
847 (enable_break2): Update caller.
848 * solib-pa64.c (bfd_lookup_symbol): Removed.
849 (cmp_name): New.
850 * solib-svr4.c (bfd_lookup_symbol): Removed.
851 (cmp_name_and_sec_flags): New.
852 (enable_break): Update caller.
853 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
854 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
855 (gdb_bfd_lookup_symbol): New.
856 * solib.h: Functions declarations.
857
858 2011-08-29 Yao Qi <yao@codesourcery.com>
859
860 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
861 and solib-dsbt.o.
862
863 2011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
864
865 Fix TUI stepi on code without symbols.
866 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
867 current PC instead.
868
869 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 Code cleanup.
872 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
873 and the static keyword.
874 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
875 Make prefix an array.
876 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
877 * mi/mi-main.c (get_register): Remove stb initialization and the static
878 keyword.
879
880 2011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
881
882 Code cleanup - make mi_opt const.
883 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
884 opts const.
885 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
886 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
887 (mi_cmd_env_dir): Likewise.
888 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
889 (mi_cmd_target_file_put): Likewise.
890 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
891 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
892 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
893 (mi_valid_noargs): Make opts const.
894 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
895 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
896 (mi_cmd_data_read_memory): Likewise.
897 (mi_cmd_data_read_memory_bytes): Likewise.
898 (mi_cmd_data_write_memory): Likewise.
899
900 2011-08-26 Matt Rice <ratmice@gmail.com>
901
902 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
903 bcache_xmalloc, replace bcache_xmalloc with call to
904 psymbol_bcache_init for psymbol_cache.
905 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
906
907 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
908
909 * inf-loop.c (inferior_event_handler): Add exception_print in
910 INF_EXEC_COMPLETE.
911
912 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
915 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
916 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
917 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
918 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
919 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
920 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
921 * infrun.c (fetch_inferior_event): Call
922 make_bpstat_clear_actions_cleanup.
923 * top.c (execute_command): New variable cleanup_if_error, call
924 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
925 * utils.c (do_bpstat_clear_actions_cleanup)
926 (make_bpstat_clear_actions_cleanup): New functions.
927
928 2011-08-26 Pedro Alves <pedro@codesourcery.com>
929
930 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
931 either the parent or the child forks. Rename a couple locals.
932
933 2011-08-26 Pedro Alves <pedro@codesourcery.com>
934
935 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
936 library call. Avoid reading the `status' local if all waitpid
937 calls failed.
938
939 2011-08-26 Pedro Alves <pedro@codesourcery.com>
940
941 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
942 opening /proc/PID/task always succeeds.
943
944 2011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
945
946 * linespec.c (symtab_from_filename): Check for the end of string.
947
948 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
949
950 PR mi/11912
951 * varobj.c (cplus_describe_child): Add the keyword
952 'class' to the output of the method when dealing
953 with a cast to a base class.
954
955 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
956
957 No functionality change.
958 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
959 function comment a reference, new variables tp and bs, move here code
960 from throw_exception.
961 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
962 describe it in the comment.
963 * exceptions.c (throw_exception): Remove variable tp, move the code for
964 bpstat_clear_actions to bpstat_clear_actions.
965
966 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
967
968 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
969 * linux-nat.c: Include linux-procfs.h.
970 (linux_proc_get_tgid): Move to ...
971 * common/linux-procfs.c: ... here. New file.
972 * common/linux-procfs.h: New file.
973 * linux-thread-db.c: Include linux-procfs.h.
974 * Makefile.in: Update dependencies.
975 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
976 * config/arm/linux.mh: Likewise.
977 * config/i386/linux.mh: Likewise.
978 * config/i386/linux64.mh: Likewise.
979 * config/ia64/linux.mh: Likewise.
980 * config/m32r/linux.mh: Likewise.
981 * config/m68k/linux.mh: Likewise.
982 * config/mips/linux.mh: Likewise.
983 * config/pa/linux.mh: Likewise.
984 * config/pa/linux.mh: Likewise.
985 * config/powerpc/linux.mh: Likewise.
986 * config/powerpc/ppc64-linux.mh: Likewise.
987 * config/powerpc/spu-linux.mh: Likewise.
988 * config/sparc/linux.mh: Likewise.
989 * config/sparc/linux64.mh: Likewise.
990 * config/xtensa/linux.mh: Likewise.
991
992 2011-08-24 Hui Zhu <teawater@gmail.com>
993
994 * tracepoint.c (cond_string_is_same): New function.
995 (find_matching_tracepoint): Add condition check
996 by cond_string_is_same.
997
998 2011-08-23 Josh Matthews <josh@joshmatthews.net>
999
1000 Fix build error in Darwin port.
1001 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
1002
1003 2011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 Code cleanup.
1006 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
1007 (command_line_is_silent): New function.
1008 (bpstat_do_actions_1): No longer use commands_left, use
1009 command_line_is_silent for commands.
1010 (bpstat_alloc): Remove clearing of commands_left.
1011 (bpstat_stop_status): Remove initialization of commands_left, use
1012 command_line_is_silent.
1013 * breakpoint.h (struct bpstats): Remove commands_left.
1014
1015 2011-08-18 Keith Seitz <keiths@redhat.com>
1016
1017 PR c++/12266
1018 * cp-name-parser.y (struct demangle_info): Remove unused
1019 member PREV.
1020 (d_grab): Likewise.
1021 (allocate_info): Change return type to struct demangle_info *.
1022 Always allocate a new demangle_info.
1023 Remove unused PREV pointer.
1024 (cp_new_demangle_parse_info): New function.
1025 (cp_demangled_name_parse_free): New function.
1026 (do_demangled_name_parse_free_cleanup): New function.
1027 (make_cleanup_cp_demangled_name_parse_free): New function.
1028 (cp_demangled_name_to_comp): Change return type to
1029 struct demangle_parse_info *.
1030 Allocate a new storage for each call.
1031 (main): Update usage for cp_demangled_name_to_comp
1032 API change.
1033 * cp-support.h (struct demangle_parse_info): New structure.
1034 (cp_demangled_name_to_comp): Update API change for
1035 return type.
1036 (cp_new_demangle_parse_info): Declare.
1037 (make_cleanup_cp_demangled_name_parse_free): New declaration.
1038 (cp_demangled_name_parse_free): Declare.
1039 * cp-support.c (cp_canonicalize_string): Update API
1040 change for cp_demangled_name_to_comp.
1041 (mangled_name_to_comp): Likewise.
1042 Return struct demangle_parse_info, too.
1043 (cp_class_name_from_physname): Update mangled_name_to_comp
1044 API change.
1045 (method_name_from_physname): Likewise.
1046 (cp_func_name): Update API change for cp_demangled_name_to_comp.
1047 (cp_remove_params): Likewise.
1048 * python/py-type.c (typy_legacy_template_argument): Likewise.
1049
1050 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
1051 (cp_merge_demangle_parse_infos): Declare.
1052 * cp-support.c (ignore_typedefs): New file global.
1053 (copy_string_to_obstack): New function.
1054 (inspect_type): New function.
1055 (replace_typedefs): New function.
1056 (replace_typedefs_qualified_name): New function.
1057 (cp_canonicalize_string_no_typedefs): New function.
1058 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
1059 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
1060 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
1061 instead of cp_canonicalize_string.
1062 (find_method): Likewise.
1063 (decode_compound): Before looking up the name, call
1064 cp_canonicalize_string_no_typedefs.
1065 (decode_variable): Likewise.
1066
1067 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1068 Tom Tromey <tromey@redhat.com>
1069 Matt Rice <ratmice@gmail.com>
1070
1071 * python/lib/gdb/prompt.py: New file.
1072 * python/lib/gdb/command/prompt.py: New file.
1073 * NEWS: Document set extended-prompt and gdb.prompt library
1074
1075 2011-08-16 Yao Qi <yao@codesourcery.com>
1076
1077 * tic6x-linux-tdep.c: Move const arrays definition from here...
1078 * tic6x-tdep.c: to here ...
1079
1080 2011-08-14 Yao Qi <yao@codesourcery.com>
1081
1082 * NEWS: New port to Texas Instruments TMS320C6x.
1083
1084 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
1085 Bernd Schmidt <bernds@codesourcery.com>
1086 Yao Qi <yao@codesourcery.com>
1087
1088 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
1089 * solib-dsbt.c: New file. Support DSBT shared object.
1090 * tic6x-linux-tdep.c: New file.
1091 * tic6x-tdep.c: New file.
1092 * tic6x-tdep.h: New file.
1093
1094 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
1095 Yao Qi <yao@codesourcery.com>
1096
1097 * remote.c (PACKET_qXfer_fdpic): New enum value.
1098 (remote_protocol_features): Add qXfer:fdpic:read packet.
1099 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
1100 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
1101 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
1102
1103 2011-08-14 Yao Qi <yao@codesourcery.com>
1104
1105 Target description for tic6x.
1106 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
1107 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
1108 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
1109 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
1110 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
1111 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
1112 * features/tic6x-c64xp-linux.xml: New.
1113 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
1114 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
1115 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
1116 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
1117 * regformats/tic6x-c64xp.dat,
1118 regformats/tic6x-c62x-linux.dat: Generated.
1119 * regformats/tic6x-c64x-linux.dat,
1120 regformats/tic6x-c64xp-linux.dat: Generated.
1121 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
1122 features/tic6x-*.c files.
1123 Add regformats/tic6x-*.dat files.
1124
1125 2011-08-12 Doug Evans <dje@google.com>
1126
1127 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
1128 * python/py-symbol.c (sympy_get_type): New function.
1129 (symbol_object_getset): Add "type".
1130
1131 2011-08-12 Pedro Alves <pedro@codesourcery.com>
1132
1133 PR tui/13073
1134
1135 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
1136 empty name.
1137 (tui_show_register_group): Don't store a byte buffer in the data
1138 element's value.
1139 (tui_register_format): Skip registers with an empty name.
1140 (tui_get_register): Store a struct value in the data element's
1141 value field instead of a byte buffer holding the raw register
1142 contents. Account for optimized-out and unavailable registers
1143 when comparing register contents.
1144
1145 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1146
1147 * printcmd.c (current_display_number): Update comment.
1148 (disable_current_display_cleanup): Delete.
1149 (do_one_display): Use make_cleanup_restore_integer. Gracefully
1150 catch errors thrown while evaluating and printing the display.
1151
1152 2011-08-09 Tom Tromey <tromey@redhat.com>
1153
1154 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
1155
1156 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1157
1158 * elfread.c (elf_symtab_read): Rework comments.
1159 * maint.c (maintenance_command): Ditto.
1160 * somread.c (som_symtab_read): Ditto.
1161 * solib.c (solib_find, solib_map_sections, update_solib_list)
1162 (solib_add, info_sharedlibrary_command, solib_name_from_address)
1163 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
1164 (sharedlibrary_command, no_shared_libraries): Ditto.
1165 * solib-irix.c (locate_base, disable_break, enable_break)
1166 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
1167 (irix_current_sos, irix_open_symbol_file_object)
1168 (irix_special_symbol_handling): Ditto.
1169 * solib-sunos.c (locate_base, first_link_map_member)
1170 (sunos_current_sos, disable_break, enable_break)
1171 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
1172 Ditto.
1173 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
1174 (open_symbol_file_object, svr4_current_sos, enable_break)
1175 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
1176 Ditto.
1177 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
1178 (frv_current_sos, enable_break, frv_special_symbol_handling)
1179 (frv_solib_create_inferior_hook): Ditto.
1180 * solist.h (struct target_so_ops): Extend the comments of the
1181 special_symbol_handling, current_sos and open_symbol_file_object
1182 methods.
1183
1184 2011-08-09 Phil Muldoon <pmuldoon@redhat.com>
1185
1186 * python/lib/gdb/__init__.py: Auto-load files in command and
1187 function directories.
1188 * python/python.c (finish_python_initialization): Use
1189 os.path.join.
1190 * python/lib/gdb/command/pretty_printers.py: Self register
1191 command.
1192 * NEWS: Document auto-loading.
1193
1194 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1195
1196 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
1197 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
1198 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
1199
1200 2011-08-08 Tom Tromey <tromey@redhat.com>
1201
1202 * breakpoint.c (clean_up_filters): Remove.
1203 (catch_syscall_split_args): Use VEC_cleanup.
1204
1205 2011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
1208 (main): Uncomment "Demangling error\n".
1209
1210 2011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1211
1212 * solib-target.c (segment_attributes): Make them static.
1213 (section_attributes, library_children, library_attributes): Likewise.
1214 (library_list_children, library_list_attributes): Likesise.
1215 (library_list_elements): Likewise.
1216
1217 2011-08-05 Pedro Alves <pedro@codesourcery.com>
1218
1219 * exceptions.c (throw_exception): Don't disable the current
1220 display.
1221 * printcmd.c (disable_current_display_cleanup): New function.
1222 (do_one_display): Install a cleanup to disable the current display
1223 if doing the display throws.
1224
1225 2011-08-05 Eli Zaretskii <eliz@gnu.org>
1226
1227 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
1228 initialization of the tp_new member to the corresponding
1229 gdbpy_initialize_* function.
1230 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
1231 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
1232 * python/py-function.c (gdbpy_initialize_functions): Likewise.
1233 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
1234 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
1235
1236 2011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1237
1238 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
1239 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
1240 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
1241 references to current_uiout.
1242
1243 2011-08-04 Pedro Alves <pedro@codesourcery.com>
1244
1245 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
1246 (start_event_loop): Use TRY_CATCH instead of catch_errors.
1247 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
1248 * top.c (gdb_readline_wrapper): Adjust.
1249 * tui/tui-interp.c (tui_command_loop):
1250 (_initialize_tui_interp): Don't install it.
1251
1252 2011-08-04 Pedro Alves <pedro@codesourcery.com>
1253
1254 * ui-out.h (uiout): Rename to ...
1255 (current_uiout): ... this.
1256 * ui-out.c (uiout): Rename to ...
1257 (current_uiout): ... this.
1258 * ada-lang.c (print_it_exception, print_one_exception)
1259 (print_mention_exception): Adjust.
1260 * breakpoint.c (watchpoint_check): Adjust.
1261 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
1262 (default_collect_info, watchpoints_info, print_one_catch_fork)
1263 (print_one_catch_vfork, print_one_catch_syscall)
1264 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
1265 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
1266 (print_it_watchpoint, print_mention_watchpoint)
1267 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
1268 (print_it_exception_catchpoint, print_one_exception_catchpoint)
1269 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
1270 (bkpt_print_mention, momentary_bkpt_print_it)
1271 (tracepoint_print_mention, update_static_tracepoint)
1272 (tracepoints_info, save_breakpoints): Adjust.
1273 * cli-out.c (field_separator): Adjust.
1274 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
1275 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
1276 * frame.c (get_current_frame): Adjust.
1277 * infcmd.c (run_command_1, print_return_value): Adjust.
1278 * inferior.c (inferior_command, info_inferiors_command): Adjust.
1279 * infrun.c (print_end_stepping_range_reason): Adjust.
1280 (print_signal_exited_reason, print_exited_reason): Adjust.
1281 (print_signal_received_reason, print_no_history_reason): Adjust.
1282 * interps.c (interp_set): Adjust.
1283 * osdata.c (info_osdata_command): Adjust.
1284 * progspace.c (maintenance_info_program_spaces_command): Adjust.
1285 * remote-fileio.c (remote_fileio_request): Adjust.
1286 * remote.c (show_remote_cmd): Adjust.
1287 * solib.c (info_sharedlibrary_command): Adjust.
1288 * source.c (print_source_lines_base): Adjust.
1289 * stack.c (print_stack_frame): Adjust.
1290 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
1291 * symfile-mem.c (add_vsyscall_page): Adjust.
1292 * symfile.c (load_progress, generic_load)
1293 (print_transfer_performance): Adjust.
1294 * thread.c (info_threads_command, restore_selected_frame)
1295 (thread_command): Adjust.
1296 * top.c (make_cleanup_restore_ui_file): Adjust.
1297 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
1298 (print_one_static_tracepoint_marker): Adjust.
1299 * cli/cli-cmds.c (print_disassembly): Adjust.
1300 * cli/cli-decode.c (print_doc_line): Adjust.
1301 * cli/cli-interp.c (safe_execute_command): Adjust.
1302 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
1303 (handle_redirections): Adjust.
1304 * cli/cli-script.c (show_user_1): Adjust.
1305 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
1306 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
1307 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
1308 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
1309 (mi_cmd_env_dir): Adjust.
1310 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
1311 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
1312 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1313 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
1314 (list_args_or_locals): Adjust.
1315 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
1316 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
1317 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
1318 (mi_cmd_var_list_children, mi_cmd_var_info_type)
1319 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
1320 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
1321 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
1322 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
1323 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
1324 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
1325 (list_available_thread_groups, mi_cmd_list_thread_groups)
1326 (mi_cmd_data_list_register_names)
1327 (mi_cmd_data_list_changed_registers)
1328 (mi_cmd_data_list_register_values, get_register)
1329 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
1330 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
1331 (mi_cmd_list_target_features, mi_cmd_add_inferior)
1332 (mi_execute_command, mi_load_progress): Adjust.
1333 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
1334 * python/py-auto-load.c (print_script, info_auto_load_scripts):
1335 Adjust.
1336 * python/py-breakpoint.c (bppy_get_commands): Adjust.
1337 * tui/tui-interp.c (tui_command_loop): Adjust.
1338 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
1339
1340 2011-08-04 Pedro Alves <pedro@codesourcery.com>
1341
1342 * exceptions.c (struct catcher): Remove saved_uiout field.
1343 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
1344 no longer save/resvore the global ui_out builder.
1345 (catch_exceptions_with_msg): Save/override/restore the global
1346 ui_out builder manually instead of relying on TRY_CATCH to do it.
1347 (catch_errors): Save/restore the global ui_out builder manually
1348 instead of relying on TRY_CATCH to do it.
1349 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
1350 parameter.
1351 (TRY_CATCH): Adjust.
1352 * cli/cli-interp.c (safe_execute_command): Save/override/restore
1353 the global ui_out builder manually instead of relying on TRY_CATCH
1354 to do it.
1355
1356 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1357
1358 * breakpoint.c (update_global_location_list): Ensure
1359 invariant 'first loc marked not duplicated and inserted,
1360 following locs marked duplicated/not inserted' is respected
1361 for multiple locations at the same address.
1362 (unduplicated_should_be_inserted) New function.
1363 (swap_insertion) New function.
1364
1365 2011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1366
1367 * stack.c (print_frame_arguments_choices): Comment typo fix.
1368
1369 2011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
1370
1371 Revert:
1372 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1373 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1374 argument. Update callers.
1375
1376 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
1377
1378 PR gdb/13045
1379 * doublest.c (convert_doublest_to_floatformat): Pass correct
1380 mantissa length to put_field.
1381
1382 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
1385 exception_print code path.
1386 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
1387 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
1388 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
1389
1390 2011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1391
1392 Code cleanup.
1393 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
1394 Remove, merge them into ...
1395 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
1396 variable args and its initialization.
1397 (struct print_args_args, print_args_stub): Remove, merge them into
1398 print_frame.
1399 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
1400 them into ...
1401 (do_gdb_disassembly): ... here. Remove variable args and its
1402 initialization.
1403 (print_frame): Remove variable args and its initialization, new
1404 variable gdbarch and numargs (from print_args_stub), inline here
1405 print_args_stub with a TRY_CATCH.
1406 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
1407 them into ...
1408 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
1409 New variable e, remove variable btargs and its initialization.
1410
1411 2011-08-01 Tristan Gingold <gingold@adacore.com>
1412
1413 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
1414
1415 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1416
1417 * breakpoint.c (insert_bp_location): Document return value.
1418 (insert_breakpoint_locations): Fix documentation.
1419 (remove_breakpoints): Add documentation.
1420
1421 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
1422
1423 * breakpoint.c (insert_bp_location): Remove disabled_breaks
1424 argument. Update callers.
1425
1426 2011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1427
1428 * stack.c (print_frame_info): Comment typo fix.
1429
1430 2011-07-29 Sterling Augustine <saugustine@google.com>
1431
1432 * MAINTAINERS (Write After Approval): Add myself to the list.
1433
1434 2011-07-29 Tom Tromey <tromey@redhat.com>
1435
1436 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
1437 (library_list_start_segment): Update.
1438 (library_list_start_section): Update.
1439
1440 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1441
1442 * varobj.c (value_get_print_value): Move hint check later into the
1443 function. Comment function. Free thevalue before reusing it.
1444
1445 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1446 Pedro Alves <pedro@codesourcery.com>
1447
1448 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
1449 value_one.
1450 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
1451 Assert the result kind.
1452 * value.h (value_one): Remove parameter lv.
1453
1454 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1455
1456 Fix crash on lval_computed values.
1457 * valops.c (value_zero): Use not_lval for lval_computed.
1458
1459 2011-07-27 Tom Tromey <tromey@redhat.com>
1460
1461 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
1462 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
1463
1464 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
1467 "ptype" by their typedefs difference.
1468
1469 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 * dwarf2expr.c (ctx_no_read_reg): New function.
1472 * dwarf2expr.h (ctx_no_read_reg): New declaration.
1473 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
1474 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
1475 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
1476
1477 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1478
1479 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
1480 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
1481 file.
1482 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
1483 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1484 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1485 (ctx_no_get_base_type): Move the functions here.
1486 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1487 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1488 (ctx_no_get_base_type): New declarations.
1489
1490 2011-07-27 Tom Tromey <tromey@redhat.com>
1491
1492 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
1493 entries.
1494 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
1495 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
1496
1497 2011-07-26 Sterling Augustine <saugustine@google.com>
1498
1499 * cli/cli-dump.c (dump_binary_file): Change parameter type to
1500 ULONGEST.
1501 (dump_bfd_file): Likewise.
1502
1503 2011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1504
1505 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
1506 (remote_hw_watchpoint_length_limit): New variable.
1507 (_initialize_remote) add set,show cmds for this new variable.
1508 * gdb.texinfo: document these new commands.
1509 * NEWS: Mention these new commands.
1510
1511 2011-07-26 Pedro Alves <pedro@codesourcery.com>
1512
1513 * breakpoint.c (works_in_software_mode_watchpoint): Also return
1514 true for software watchpoints.
1515
1516 2011-07-26 Joel Brobecker <brobecker@adacore.com>
1517
1518 GDB 7.3 released.
1519
1520 2011-07-26 Tom Tromey <tromey@redhat.com>
1521
1522 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
1523 * dwarf2read.c (read_indirect_string_at_offset): New function.
1524 (read_indirect_string): Use it.
1525 (dwarf_decode_macro_bytes): New function, taken from
1526 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
1527 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
1528 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
1529 New functions.
1530 (struct dwarf2_per_objfile) <macro>: New field.
1531 (dwarf2_elf_names): Add .debug_macro.
1532 (dwarf2_macros_too_long_complaint): Add 'section' argument.
1533 (dwarf2_locate_sections): Handle new section.
1534 (read_file_scope): Handle DW_AT_GNU_macros.
1535 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
1536
1537 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1538
1539 * NEWS: Mention dcache configuration.
1540 * dcache.c (dcache_set_list, dcache_show_list): New variables.
1541 (dcache_size, dcache_line_size): New variables.
1542 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
1543 (struct dcache_block): Make it expandable.
1544 (struct dcache_struct): New field.
1545 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
1546 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
1547 (dcache_poke_byte, dcache_print_line): Adjust.
1548 (set_dcache_size, set_dcache_line_size): New functions.
1549 (set_dcache_command, show_dcache_command): New functions.
1550 (_initialize_dcache): Add new commands.
1551
1552 2011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
1553
1554 * progspace.h (struct program_space): Add solib_add_generation.
1555 * infcmd.c (post_create_inferior): Only call solib_add if not
1556 already done.
1557 * solib.c (solib_add): Increment solib_add_generation.
1558
1559 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 Fix implicit pointer offsets.
1562 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
1563 ptr.OFFSET.
1564
1565 2011-07-25 Tom Tromey <tromey@redhat.com>
1566
1567 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
1568 const.
1569 (ada_exception_sal): Make 'ops' const.
1570 (ada_decode_exception_location): Likewise.
1571 (ada_decode_assert_location): Likewise.
1572 (catch_assert_command): Update.
1573 (catch_ada_exception_command): Update.
1574 (create_ada_exception_catchpoint): Make 'ops' const.
1575 * breakpoint.c (set_raw_breakpoint_without_location)
1576 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
1577 const.
1578 (create_internal_breakpoint): Update.
1579 (init_raw_breakpoint_without_location): Make 'ops' const.
1580 (init_raw_breakpoint, init_catchpoint)
1581 (create_fork_vfork_event_catchpoint)
1582 (create_syscall_event_catchpoint, init_breakpoint_sal)
1583 (create_breakpoint_sal, create_breakpoints_sal)
1584 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
1585 * breakpoint.h (struct breakpoint) <ops>: Now const.
1586 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
1587 const.
1588
1589 2011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
1590
1591 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
1592
1593 2011-07-25 Pedro Alves <pedro@codesourcery.com>
1594
1595 * breakpoint.h (print_recreate_thread): Declare.
1596 (struct breakpoint): Move step_count, pass_count,
1597 number_on_target, static_trace_marker_id,
1598 static_trace_marker_id_idx ...
1599 (struct tracepoint): ... to this new struct.
1600 (get_tracepoint, get_tracepoint_by_number_on_target)
1601 (get_tracepoint_by_number): Change return type to struct
1602 tracepoint pointer.
1603 * breakpoint.c (is_tracepoint_type): New, factored out from
1604 is_tracepoint.
1605 (is_tracepoint): Adjust.
1606 (print_one_breakpoint_location): Cast to struct tracepoint as
1607 necessary, and adjust.
1608 (print_recreate_catch_fork, print_recreate_catch_vfork)
1609 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
1610 print_recreate_thread.
1611 (init_breakpoint_sal): New, factored out from
1612 create_breakpoint_sal.
1613 (create_breakpoint_sal): Reimplement.
1614 (create_breakpoint): Allocate a struct tracecepoint if the caller
1615 wanted a tracepoint. Use init_breakpoint_sal and
1616 install_breakpoint.
1617 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
1618 (print_recreate_masked_watchpoint)
1619 (print_recreate_exception_catchpoint): Call print_recreate_thread.
1620 (tracepoint_print_one_detail): Adjust.
1621 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
1622 Dump the pass count here.
1623 (update_static_tracepoint): Adjust.
1624 (addr_string_to_sals): Adjust.
1625 (create_tracepoint_from_upload): Adjust. Change return type to
1626 struct tracepoint pointer.
1627 (trace_pass_set_count): Change parameter type to struct tracepoint
1628 pointer, and adjust.
1629 (trace_pass_command): Adjust.
1630 (get_tracepoint, get_tracepoint_by_number_on_target)
1631 (get_tracepoint_by_number): Change return type to struct
1632 tracepoint pointer, and adjust.
1633 (print_recreate_thread): New, factored out from save_breakpoints.
1634 (save_breakpoints): Don't print thread and task and passcount
1635 recreation here.
1636 * remote.c (remote_download_tracepoint): Adjust.
1637 * tracepoint.c (trace_actions_command, validate_actionline)
1638 (start_tracing, tfind_1, trace_find_tracepoint_command)
1639 (trace_dump_command): Adjust.
1640 (find_matching_tracepoint): Change return type to struct
1641 tracepoint pointer, and adjust.
1642 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
1643 (tfile_trace_find, tfile_fetch_registers): Adjust.
1644 * tracepoint.h (create_tracepoint_from_upload): Change return type
1645 to struct tracepoint pointer.
1646 * ada-lang.c (print_recreate_exception): Call
1647 print_recreate_thread.
1648 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
1649
1650 2011-07-25 Pedro Alves <pedro@codesourcery.com>
1651
1652 * breakpoint.h (struct breakpoint): Move ops as first field. Move
1653 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
1654 cond_exp_valid_block, val, val_valid, watchpoint_frame,
1655 watchpoint_thread, watchpoint_triggered ...
1656 (struct watchpoint): ... to this new struct.
1657 (is_watchpoint): Declare.
1658 (install_breakpoint): Add new `internal' parameter.
1659 * breakpoint.c (is_watchpoint): Delete declaration.
1660 (set_breakpoint_condition): Handle watchpoints.
1661 (is_watchpoint): Make public.
1662 (watchpoint_in_thread_scope): Change parameter type to struct
1663 watchpoint.
1664 (watchpoint_del_at_next_stop): Change parameter type to struct
1665 watchpoint. Remove assertion. Adjust.
1666 (update_watchpoint): Ditto.
1667 (insert_breakpoints, breakpoint_init_inferior)
1668 (watchpoints_triggered, watchpoint_check)
1669 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
1670 (bpstat_stop_status, print_one_breakpoint_location)
1671 (print_one_breakpoint_location, watchpoint_locations_match): Cast
1672 to struct watchpoint as necessary, and adjust.
1673 (install_breakpoint): Add `internal' argument. If true, don't
1674 mention the new breakpoint. Use set_breakpoint_number.
1675 (create_fork_vfork_event_catchpoint)
1676 (create_syscall_event_catchpoint): Adjust.
1677 (dtor_watchpoint): New.
1678 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
1679 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
1680 (print_it_watchpoint, print_mention_watchpoint)
1681 (print_recreate_watchpoint, insert_masked_watchpoint)
1682 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
1683 (print_one_detail_masked_watchpoint)
1684 (print_mention_masked_watchpoint)
1685 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
1686 necessary, and adjust.
1687 (watch_command_1): Allocate and initialize a struct watchpoint
1688 instead of a struct breakpoint. Use install_breakpoint.
1689 (catch_exec_command_1): Adjust.
1690 (base_breakpoint_dtor): Delete accesses to watchpoint specific
1691 fields.
1692 (delete_breakpoint, enable_breakpoint_disp)
1693 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
1694 as necessary, and adjust.
1695 (initialize_breakpoint_ops): Install dtor_watchpoint as
1696 watchpoints' dtor method.
1697 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
1698 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
1699 to struct watchpoint as necessary, and adjust.
1700
1701 2011-07-25 Pedro Alves <pedro@codesourcery.com>
1702
1703 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
1704 the the base class ops table.
1705 (catch_exception_breakpoint_ops)
1706 (catch_exception_unhandled_breakpoint_ops)
1707 (catch_assert_breakpoint_ops): Don't statically initialize.
1708 (initialize_ada_catchpoint_ops): New.
1709 (_initialize_ada_language): Call it.
1710 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
1711 (bkpt_breakpoint_ops): Forward declare.
1712 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
1713 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
1714 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
1715 (masked_watchpoint_breakpoint_ops)
1716 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
1717 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
1718 base class ops table.
1719 (null_re_set, null_check_status, null_works_in_software_mode)
1720 (null_resources_needed, null_print_one_detail): Delete.
1721 (bkpt_dtor): Rename to ...
1722 (base_breakpoint_dtor): ... this. Make static.
1723 (bkpt_allocate_location): Rename to ...
1724 (base_breakpoint_allocate_location): ... this. Make static.
1725 (base_breakpoint_re_set): New.
1726 (internal_error_pure_virtual_called): New.
1727 (base_breakpoint_insert_location, base_breakpoint_remove_location)
1728 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
1729 (base_breakpoint_works_in_software_mode)
1730 (base_breakpoint_resources_needed, base_breakpoint_print_it)
1731 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
1732 (base_breakpoint_print_recreate): New functions.
1733 (base_breakpoint_ops): New global.
1734 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
1735 (bkpt_breakpoint_hit): Make static.
1736 (bkpt_check_status): Delete.
1737 (bkpt_resources_needed): Make static.
1738 (bkpt_works_in_software_mode): Delete.
1739 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
1740 static.
1741 (bkpt_breakpoint_ops, internal_breakpoint_ops)
1742 (momentary_breakpoint_ops): Don't statically initialize.
1743 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
1744 Delete.
1745 (tracepoint_insert_location, tracepoint_remove_location)
1746 (tracepoint_check_status, tracepoint_works_in_software_mode)
1747 (tracepoint_print_it): Delete.
1748 (tracepoint_breakpoint_ops): Don't statically initialize.
1749 (initialize_breakpoint_ops): New.
1750 (_initialize_breakpoint): Call it.
1751 * breakpoint.h (null_re_set, null_works_in_software_mode)
1752 (null_resources_needed, null_check_status, null_print_one_detail):
1753 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1754 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1755 (bkpt_check_status, bkpt_resources_needed)
1756 (bkpt_works_in_software_mode, bkpt_print_it)
1757 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
1758 Delete declarations.
1759 (initialize_breakpoint_ops): Declare.
1760
1761 2011-07-25 Pedro Alves <pedro@codesourcery.com>
1762
1763 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
1764 (momentary_bkpt_print_it): Simplify.
1765
1766 2011-07-25 Pedro Alves <pedro@codesourcery.com>
1767
1768 Split internal, momentary and user breakpoints breakpoint_ops
1769 tables.
1770
1771 * breakpoint.c (internal_breakpoint_ops)
1772 (momentary_breakpoint_ops): Forward declare.
1773 (create_internal_breakpoint): Add new breakpoint_ops parameter.
1774 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
1775 (create_overlay_event_breakpoint)
1776 (create_std_terminate_master_breakpoint)
1777 (create_exception_master_breakpoint): Create breakpoints with
1778 internal_breakpoint_ops vtable.
1779 (set_longjmp_breakpoint): Create momentary breakpoints with
1780 momentary_breakpoint_ops vtable, using
1781 momentary_breakpoint_from_master.
1782 (create_thread_event_breakpoint, create_jit_event_breakpoint)
1783 (create_solib_event_breakpoint): Create breakpoints with
1784 internal_breakpoint_ops vtable.
1785 (set_momentary_breakpoint): Create breakpoints with
1786 momentary_breakpoint_ops vtable.
1787 (momentary_breakpoint_from_master): New, factored out from
1788 clone_momentary_breakpoint.
1789 (clone_momentary_breakpoint): Adjust.
1790 (watch_command_1): Create scope breakpoints with
1791 momentary_breakpoint_ops vtable.
1792 (bkpt_re_set): Remove handling of internal and momentary
1793 breakpoints.
1794 (bkpt_print_mention, bkpt_print_recreate): New.
1795 (bkpt_breakpoint_ops): Adjust.
1796 (internal_bkpt_re_set, internal_bkpt_check_status)
1797 (internal_bkpt_print_it, internal_bkpt_print_mention)
1798 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
1799 (momentary_bkpt_re_set, momentary_bkpt_check_status)
1800 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
1801 (momentary_bkpt_print_recreate): New.
1802 (momentary_breakpoint_ops): New.
1803
1804 2011-07-25 Pedro Alves <pedro@codesourcery.com>
1805
1806 Implement most breakpoint_ops methods for all breakpoint types,
1807 and move the default handlings to the proper callbacks.
1808
1809 * breakpoint.c (update_watchpoint): Always call the breakpoint's
1810 works_in_software_mode method.
1811 (insert_bp_location): Go through breakpoint_ops->insert_location
1812 for software and hardware watchpoints.
1813 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
1814 breakpoint_ops.
1815 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
1816 for software and hardware watchpoints.
1817 (print_it_typical): Delete.
1818 (print_bp_stop_message): Always call the breakpoint_ops->print_it
1819 method.
1820 (watchpoint_check): Adjust comment.
1821 (bpstat_check_location): Simply always call the breakpoint's
1822 breakpoint_hit method.
1823 (bpstat_stop_status): Always call the breakpoint's check_status
1824 method. Remove special cases for watchpoints and internal event
1825 breakpoints from here (moved to the check_status implementations).
1826 (print_one_breakpoint_location): Assume b->ops is never NULL.
1827 Remove static tracepoint marker id printing from here (moved to
1828 the print_one_detail callback implementation of tracepoints).
1829 (init_bp_location): Assert OPS is never NULL.
1830 (allocate_bp_location): Always call the breakpoint's
1831 allocate_location method, and remove the default code from here.
1832 (free_bp_location): Always call the location's dtor method, and
1833 remove the default code from here.
1834 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
1835 (set_raw_breakpoint_without_location): Add new breakpoint_ops
1836 parameter. Pass it down.
1837 (set_raw_breakpoint): Ditto.
1838 (print_it_catch_fork): Adjust to take a bpstat as argument.
1839 (catch_fork_breakpoint_ops): Install methods.
1840 (print_it_catch_vfork): Adjust to take a bpstat as argument.
1841 (catch_vfork_breakpoint_ops): Install methods.
1842 (dtor_catch_syscall): Call the base dtor.
1843 (print_it_catch_syscall): Adjust to take a bpstat as argument.
1844 (catch_syscall_breakpoint_ops): Install methods.
1845 (dtor_catch_exec): Call the base dtor.
1846 (print_it_catch_exec): Adjust to take a bpstat as argument.
1847 (catch_exec_breakpoint_ops): Install methods.
1848 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
1849 the breakpoint's resources_needed method, and remove the default
1850 code from here.
1851 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
1852 breakpoint_ops.
1853 (clone_momentary_breakpoint): Clone the original's ops.
1854 (mention): Always call the breakpoint's print_mention method, and
1855 remove the default code from here.
1856 (create_breakpoint_sal): Adjust to pass the ops to
1857 set_raw_breakpoint rather than setting it manually.
1858 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
1859 ops to set_raw_breakpoint_without_location rather than setting it
1860 manually.
1861 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
1862 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
1863 (ranged_breakpoint_ops): Install methods.
1864 (break_range_command): Adjust to pass the ops to
1865 set_raw_breakpoint rather than setting it manually.
1866 (re_set_watchpoint, breakpoint_hit_watchpoint)
1867 (check_status_watchpoint, resources_needed_watchpoint)
1868 (works_in_software_mode_watchpoint, print_it_watchpoint)
1869 (print_mention_watchpoint, print_recreate_watchpoint): New
1870 functions.
1871 (watchpoint_breakpoint_ops): Install new methods.
1872 (print_it_masked_watchpoint): New function.
1873 (masked_watchpoint_breakpoint_ops): Install new methods.
1874 (watch_command_1): Adjust to pass the right breakpoint_ops to
1875 set_raw_breakpoint_without_location rather than setting it
1876 manually later. Record the current pspace.
1877 (print_it_exception_catchpoint): Adjust to take a bpstat as
1878 argument.
1879 (gnu_v3_exception_catchpoint_ops): Install new methods.
1880 (say_where): New function.
1881 (null_re_set, null_check_status, null_works_in_software_mode)
1882 (null_resources_needed, null_print_one_detail, bp_location_dtor):
1883 New functions.
1884 (bp_location_ops): New global.
1885 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1886 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1887 (bkpt_check_status, bkpt_resources_needed)
1888 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
1889 (bkpt_print_recreate): New functions.
1890 (bkpt_breakpoint_ops): New global.
1891 (tracepoint_re_set, tracepoint_insert_location)
1892 (tracepoint_remove_location, tracepoint_breakpoint_hit)
1893 (tracepoint_check_status, tracepoint_works_in_software_mode)
1894 (tracepoint_print_it, tracepoint_print_one_detail)
1895 (tracepoint_print_mention, tracepoint_print_recreate): New
1896 functions.
1897 (tracepoint_breakpoint_ops): New global.
1898 (delete_breakpoint): Always call the breakpoint's dtor method, and
1899 remove the default handling from here.
1900 (breakpoint_re_set_default): Make static.
1901 (breakpoint_re_set_one): Always call the breakpoints re_set
1902 method, and remove the default handling from here.
1903 (trace_command, ftrace_command, strace_command)
1904 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
1905 to create_breakpoint.
1906 (save_breakpoints): Always call the breakpoint's print_recreate
1907 method, and remove the default handling from here.
1908
1909 * ada-lang.c (dtor_exception): Call the base dtor.
1910 (re_set_exception): Call the base method.
1911 (print_it_exception, print_it_catch_exception): Adjust to take a
1912 bpstat as argument.
1913 (catch_exception_breakpoint_ops): Install methods.
1914 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
1915 argument.
1916 (catch_exception_unhandled_breakpoint_ops): Install methods.
1917 (print_it_catch_assert): Adjust to take a bpstat as argument.
1918 (catch_assert_breakpoint_ops): Install methods.
1919
1920 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
1921 to take a bpstat as argument.
1922 (enum print_stop_action): Add describing comments to each enum
1923 value.
1924 (breakpoint_re_set_default): Delete declaration.
1925 (null_re_set, null_works_in_software_mode, null_resources_needed)
1926 (null_check_status, null_print_one_detail): Declare.
1927 (bkpt_breakpoint_ops): Declare.
1928 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
1929 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
1930 (bkpt_check_status, bkpt_resources_needed)
1931 (bkpt_works_in_software_mode, bkpt_print_it)
1932 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
1933 Declare.
1934
1935 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
1936 bkpt_breakpoint_ops.
1937 * python/py-breakpoint.c (bppy_init): Ditto.
1938
1939 2011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1940
1941 * MAINTAINERS (Write After Approval): Add myself to the list.
1942
1943 2011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1944
1945 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
1946
1947 2011-07-22 Pedro Alves <pedro@codesourcery.com>
1948
1949 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
1950 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
1951 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
1952 adjust.
1953 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
1954 (struct i386_debug_reg_state): New.
1955 (i386_init_dregs): New.
1956 (dr_mirror): New.
1957 (i386_cleanup_dregs): Use i386_init_dregs.
1958 (i386_show_dr): Add state parameter and adjust.
1959 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
1960 the inferior here.
1961 (i386_remove_aligned_watchpoint): Likewise.
1962 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
1963 (i386_update_inferior_debug_regs): New.
1964 (i386_insert_watchpoint): Work on a local mirror of the debug
1965 registers, and only update the inferior on success.
1966 (i386_remove_watchpoint): Ditto.
1967 (i386_region_ok_for_watchpoint): Adjust.
1968 (i386_stopped_data_address): Adjust.
1969 (i386_insert_hw_breakpoint): Adjust.
1970 (i386_remove_hw_breakpoint): Adjust.
1971
1972 2011-07-22 Tom Tromey <tromey@redhat.com>
1973
1974 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
1975 from amd64_pseudo_register_read. Change arguments. Call
1976 mark_value_bytes_unavailable when needed.
1977 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
1978 set_gdbarch_pseudo_register_read.
1979 * sentinel-frame.c (sentinel_frame_prev_register): Use
1980 regcache_cooked_read_value.
1981 * regcache.h (regcache_cooked_read_value): Declare.
1982 * regcache.c (regcache_cooked_read_value): New function.
1983 (regcache_cooked_read): Call
1984 gdbarch_pseudo_register_read_value if available.
1985 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
1986 (i386_pseudo_register_read): Remove.
1987 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
1988 i386_pseudo_register_read. Change arguments. Call
1989 mark_value_bytes_unavailable when needed.
1990 (i386_pseudo_register_read_value): New function.
1991 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
1992 not set_gdbarch_pseudo_register_read.
1993 * gdbarch.sh (pseudo_register_read_value): New method.
1994 * gdbarch.c, gdbarch.h: Rebuild.
1995 * findvar.c (value_from_register): Call get_frame_register_value.
1996
1997 2011-07-22 Phil Muldoon <pmuldoon@redhat.com>
1998
1999 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
2000 get_prefix.
2001 (display_gdb_prompt): Likewise.
2002 (change_annotation_level): Likewise.
2003 (push_prompt): Likewise.
2004 (pop_prompt): Likewise.
2005 (handle_stop_sig): Use get_prompt with a level.
2006 * top.c (command_loop): Use get_prompt with a level.
2007 (set_async_annotation_level): Use set_prompt with a level.
2008 (get_prefix): New function.
2009 (set_prefix): Ditto.
2010 (set_suffix): Ditto.
2011 (get_suffix): Ditto.
2012 (get_prompt): Accept a level argument.
2013 (set_prompt): Accept a level argument. Free old prompts. Set
2014 new_async_prompt if level is 0.
2015 (init_main): Use set_prompt with a level. Do not set
2016 new_async_prompt.
2017 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
2018 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
2019 Modify set_prompt, get_prompt to account for levels.
2020 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
2021 level.
2022 * python/python.c (before_prompt_hook): Use set_prompt.
2023
2024 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
2025
2026 * defs.h: Add guard against inclusion in gdbserver.
2027 (struct ptid, ptid_t): Move to common/ptid.h.
2028 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
2029 xsnprintf, internal_error): Move to common/common-utils.h.
2030 (nomem): Delete.
2031 * gdb_assert.h: Move into common/ sub-directory.
2032 * gdb_locale.h: Ditto.
2033 * gdb_dirent.h: Ditto.
2034 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
2035 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
2036 Move into common/ptid.h.
2037 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
2038 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
2039 Change nomem to malloc_failure.
2040 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
2041 * utils.c (nomem): Rename to malloc_failure.
2042 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
2043 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
2044 (gdb_buildargv): Change nomem to malloc_failure.
2045 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
2046 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
2047 ptid_is_pid): Move into common/ptid.c.
2048 (initialize_infrun): Delete initialization of null_ptid and
2049 minus_one_ptid.
2050 * linux-nat.c (linux_nat_xfer_osdata): Defer to
2051 linux_common_xfer_osdata.
2052 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
2053 common/ptid.c and common/buffer.c.
2054 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
2055 common/ptid.h, common/buffer.h and common/linux-osdata.h.
2056 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
2057 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
2058 rules.
2059 * common/gdb_assert.h: New.
2060 * common/gdb_dirent.h: New.
2061 * common/gdb_locale.h: New.
2062 * common/buffer.c: New.
2063 * common/buffer.h: New.
2064 * common/ptid.c: New.
2065 * common/ptid.h: New.
2066 * common/xml-utils.c: New.
2067 * common/xml-utils.h: New.
2068 * common/common-utils.c: New.
2069 * common/common-utils.h: New.
2070 * common/linux-osdata.c: New.
2071 * common/linux-osdata.h: New.
2072 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
2073 * config/arm/linux.mh (NATDEPFILES): Ditto.
2074 * config/i386/linux.mh (NATDEPFILES): Ditto.
2075 * config/i386/linux64.mh (NATDEPFILES): Ditto.
2076 * config/ia64/linux.mh (NATDEPFILES): Ditto.
2077 * config/m32r/linux.mh (NATDEPFILES): Ditto.
2078 * config/m68k/linux.mh (NATDEPFILES): Ditto.
2079 * config/mips/linux.mh (NATDEPFILES): Ditto.
2080 * config/pa/linux.mh (NATDEPFILES): Ditto.
2081 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
2082 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
2083 * config/s390/s390.mh (NATDEPFILES): Ditto.
2084 * config/sparc/linux.mh (NATDEPFILES): Ditto.
2085 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
2086 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
2087
2088 2011-07-21 Matt Rice <ratmice@gmail.com>
2089
2090 * NEWS: Add info macros and info definitions commands.
2091
2092 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2093
2094 * NEWS: Document Python prompt substitution hook.
2095
2096 2011-07-18 Matt Rice <ratmice@gmail.com>
2097
2098 PR macros/12999
2099 * macrotab.h (macro_callback_fn): Add new arguments to callback.
2100 * macrotab.c (foreach_macro): Ditto.
2101 (foreach_macro_in_scope): Ditto.
2102 * macrocmd.c (print_macro_callback): New function.
2103 (info_macro_command): Move some code to print_macro_definition.
2104 (print_macro_definition): New function.
2105 (print_one_macro): Add new arguments to callback.
2106 (info_definitions_command): New function.
2107 (info_macros_command): Ditto.
2108 (_initialize_macrocmd): Add info macros and info definitions commands.
2109 * symtab.c (add_macro_name): Add new arguments to callback.
2110
2111 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2112 Tom Tromey <tromey@redhat.com>
2113
2114 * top.c (set_prompt): Rewrite to free previous prompt, free
2115 asynch_new_prompt and set both on new prompts.
2116 * event-top.c (display_gdb_prompt): Add prompt substitution
2117 logic.
2118 * python/python.c (before_prompt_hook): New function.
2119
2120 2011-07-20 Matt Rice <ratmice@gmail.com>
2121
2122 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
2123 arguments to store_unsigned_integer.
2124
2125 2011-07-20 Tom Tromey <tromey@redhat.com>
2126
2127 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
2128 in some declaration-only cases.
2129
2130 2011-07-18 Tom Tromey <tromey@redhat.com>
2131
2132 PR symtab/12984:
2133 * dwarf2read.c (dwarf2_section_info_def): New typedef.
2134 (struct dwarf2_per_objfile) <types>: Change to a VEC.
2135 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
2136 <debug_type_section>: New field.
2137 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
2138 (load_cu): Use appropriate section.
2139 (create_signatured_type_table_from_index): Add 'section'
2140 argument.
2141 (dwarf2_read_index): Only allow a single .debug_types section.
2142 (dw2_get_file_names): Use appropriate section.
2143 (read_type_comp_unit_head): Add 'section' argument.
2144 (create_debug_types_hash_table): Loop over all .debug_types
2145 sections.
2146 (init_cu_die_reader): Use appropriate section.
2147 (process_psymtab_comp_unit, load_partial_comp_unit)
2148 (load_full_comp_unit, read_die_and_children, find_partial_die)
2149 (lookup_die_type, determine_prefix, follow_die_offset): Update.
2150 (lookup_signatured_type_at_offset): Add 'section' argument.
2151 (read_signatured_type_at_offset): Add 'sect' argument.
2152 (read_signatured_type): Use appropriate section.
2153 (set_die_type, get_die_type_at_offset): Update.
2154 (dwarf2_per_objfile_free): Free all .debug_types sections, and
2155 VEC.
2156 (write_psymtabs_to_index): Don't allow index with more than one
2157 .debug_types section.
2158
2159 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2160
2161 Fix crash if referenced CU is aged out.
2162 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
2163 xfree of block.data.
2164 (indirect_pieced_value): New variable back_to, use to for xfree of
2165 baton.data.
2166 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
2167 block.data.
2168 * dwarf2read.c (dwarf2_find_base_address): New prototype.
2169 (load_cu): New function from ...
2170 (dw2_do_instantiate_symtab): ... the code here ...
2171 (process_full_comp_unit): ... and here.
2172 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
2173 retval.data.
2174
2175 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
2178 type.
2179
2180 2011-07-19 Gary Benson <gbenson@redhat.com>
2181
2182 * infrun.c (struct execution_control_state): New member
2183 stop_func_filled_in.
2184 (clear_stop_func, fill_in_stop_func): New functions.
2185 (handle_inferior_event): Call clear_stop_func rather than
2186 manipulating the execution control state directly.
2187 Call fill_in_stop_func lazily as required rather than
2188 directly calling find_pc_partial_function in all cases.
2189
2190 2011-07-18 Tom Tromey <tromey@redhat.com>
2191
2192 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
2193 checking for variable-sized array.
2194
2195 2011-07-18 Jean-Charles Delay <delay@adacore.com>
2196
2197 * varobj.h (varobj_languages): Add vlang_ada definition to the list
2198 of supported languages.
2199 * varobj.c: Add top definitions and basic implementation of the
2200 following callbacks: ada_number_of_children, ada_name_of_variable,
2201 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
2202 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
2203 (languages): Register Ada-specific callbacks.
2204 (variable_language): Add the Ada case in the language setter switch.
2205
2206 2011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
2209
2210 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2211
2212 Code cleanup.
2213 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
2214 (execute_stack_op): Use dwarf2_frame_ctx_funcs
2215 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
2216 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
2217 get_frame_cfa, get_tls_address and dwarf_call via funcs.
2218 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
2219 (struct dwarf_expr_context_funcs): New, move here methods from ...
2220 (struct dwarf_expr_context): ... here. New fields funcs.
2221 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
2222 (dwarf_expr_ctx_funcs): New.
2223 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
2224 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
2225 (needs_frame_ctx_funcs): New.
2226 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
2227
2228 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
2229
2230 * MAINTAINERS (Write After Approval): Add myself to the list.
2231
2232 2011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
2233
2234 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
2235 that CIE pointer of an FDE really points to a CIE .
2236
2237 2011-07-15 Hui Zhu <teawater@gmail.com>
2238
2239 * remote.c (remote_get_trace_status): Add comments.
2240
2241 2011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 Code cleanup - constify struct lval_funcs.
2244 * dwarf2loc.c (pieced_value_funcs): Make it const.
2245 * infrun.c (siginfo_value_funcs): Likewise.
2246 * opencl-lang.c (opencl_value_funcs): Likewise.
2247 * valops.c (value_assign, value_ind): Make the funcs variable const.
2248 * value.c (struct value): Make location.computed.funcs target const.
2249 Rearrange the comments.
2250 (allocate_computed_value): Make the funcs parameter target const.
2251 (value_computed_funcs): Return the funcs target const.
2252 (value_free, value_copy, set_value_component_location): Make the funcs
2253 variable const.
2254 * value.h (allocate_computed_value): Make the funcs parameter target
2255 const.
2256 (value_computed_funcs): Return the funcs target const.
2257 * windows-tdep.c (tlb_value_funcs): Make it const.
2258
2259 2011-07-14 Hui Zhu <teawater@gmail.com>
2260
2261 * remote.c (remote_get_trace_status): Initialize p.
2262
2263 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 Work around kgdb.
2266 * remote.c (remote_get_trace_status): New variable ex. Put
2267 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
2268
2269 2011-07-13 Tom Tromey <tromey@redhat.com>
2270
2271 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
2272 value_from_contents for final conversion.
2273
2274 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 Code cleanup.
2277 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
2278 Indent prototypes so they do not get into tags.
2279
2280 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2281
2282 Code cleanup making also optimized out values lazy.
2283 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
2284 allocate_optimized_out_value. Twice.
2285 (loclist_read_variable) Use allocate_optimized_out_value. Once.
2286 * findvar.c (read_var_value): Likewise.
2287 * value.c (allocate_optimized_out_value): New function.
2288 * value.h (allocate_optimized_out_value): New declaration.
2289
2290 2011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2291
2292 Fix occasional crash of CTRL-C during DWARF read in.
2293 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
2294
2295 2011-07-11 Tom Tromey <tromey@redhat.com>
2296
2297 * regcache.c (struct regcache_descr): Fix typo.
2298 * i387-tdep.c (i387_supply_xsave): Fix typo.
2299
2300 2011-07-11 Tom Tromey <tromey@redhat.com>
2301
2302 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
2303 (read_file_scope, read_type_unit_scope): Use it.
2304
2305 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
2308 `int'.
2309
2310 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2311
2312 PR python/12438
2313 * python/python.c: Set gdbpy_should_print_stack default to off.
2314 (set_python): Deprecate maint set python print-stack to
2315 class_deprecate.
2316 (_initialize_python): Deprecate maint set/show python print-stack.
2317 Add new prefix command, python. Add new setting, print-backtrace.
2318 * NEWS: Document set python print-stack. Document default change.
2319
2320 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2321
2322 * python/py-inferior.c (infpy_dealloc): New function.
2323 (inferior_to_inferior_object): Return a new object, or a
2324 new reference to the existing object.
2325 (find_thread_object): Cleanup references to inferior.
2326 (delete_thread_object): Ditto.
2327 * python/py-infthread.c (create_thread_object): Do not increment
2328 inferior reference count.
2329
2330 2011-07-08 Tom Tromey <tromey@redhat.com>
2331
2332 * dwarf2loc.c (locexpr_regname): New function.
2333 (locexpr_describe_location_piece): Use it.
2334 (disassemble_dwarf_expression): Add per_cu argument. Use
2335 locexpr_regname.
2336 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
2337 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
2338 New cases.
2339 (locexpr_describe_location_1): Add per_cu argument.
2340 (locexpr_describe_location): Update.
2341 (loclist_describe_location): Update.
2342
2343 2011-07-08 Tom Tromey <tromey@redhat.com>
2344
2345 * dwarf2expr.c (execute_stack_op): Add QUIT.
2346
2347 2011-07-07 Hui Zhu <teawater@gmail.com>
2348
2349 Revert:
2350 2011-07-06 Hui Zhu <teawater@gmail.com>
2351 * remote.c (remote_start_remote): Add TRY_CATCH for
2352 remote_get_trace_status.
2353 * tracepoint.c (disconnect_tracing): Ditto.
2354
2355 2011-07-07 Andrew Burgess <aburgess@broadcom.com>
2356
2357 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
2358 variables as signed, not unsigned.
2359
2360 2011-07-06 Joel Brobecker <brobecker@adacore.com>
2361
2362 * jit.c (jit_inferior_init): Reformat forward declaration.
2363
2364 2011-07-06 Matt Rice <ratmice@gmail.com>
2365
2366 * MAINTAINERS (Write After Approval): Add myself to the list.
2367
2368 2011-07-06 Hui Zhu <teawater@gmail.com>
2369
2370 * remote.c (remote_start_remote): Add TRY_CATCH for
2371 remote_get_trace_status.
2372 * tracepoint.c (disconnect_tracing): Ditto.
2373
2374 2011-07-05 Tom Tromey <tromey@redhat.com>
2375
2376 * symtab.c (operator_chars): Now static.
2377 * linespec.c (operator_chars): Don't declare.
2378
2379 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2380
2381 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
2382
2383 2011-07-05 Tom Tromey <tromey@redhat.com>
2384
2385 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
2386 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
2387 (TYPE_CPLUS_REALLY_JAVA): New macro.
2388 * dwarf2read.c (process_structure_scope): Set
2389 TYPE_CPLUS_REALLY_JAVA.
2390
2391 2011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2392
2393 * ada-lang.c: Fix typos.
2394 * amd64-tdep.c: Likewise.
2395 * breakpoint.c: Likewise.
2396 * cli/cli-decode.c: Likewise.
2397 * findcmd.c: Likewise.
2398 * inline-frame.c: Likewise.
2399 * mi/mi-main.c: Likewise.
2400 * minsyms.c: Likewise.
2401 * monitor.c: Likewise.
2402 * monitor.h: Likewise.
2403 * prologue-value.c: Likewise.
2404 * reverse.c: Likewise.
2405 * s390-tdep.c: Likewise.
2406
2407 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2408
2409 * jit.c (jit_inferior_init): Forward declare.
2410 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
2411
2412 2011-07-04 Joel Brobecker <brobecker@adacore.com>
2413
2414 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
2415
2416 2011-07-04 Tristan Gingold <gingold@adacore.com>
2417
2418 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
2419 (tcb_fieldno): Add activation_link field.
2420 (get_known_tasks_addr): Moved and rewritten.
2421 (get_tcb_types_info): Set activation_link field.
2422 (read_known_tasks_array): Add parameter. Rewritten.
2423 (read_known_tasks_list): New function.
2424 (read_known_tasks): New function.
2425 (ada_build_task_list): Call read_known_tasks instead of
2426 read_known_tasks_array.
2427 * ravenscar-thread.c: Add first_task_name constant.
2428 (has_ravenscar_runtime): Check for task list too.
2429
2430 2011-07-04 Tristan Gingold <gingold@adacore.com>
2431
2432 * ada-tasks.c: Renames fieldno to actb_fieldno.
2433 (ada_get_task_number): Indentation.
2434 (get_tcb_types_info): Remove all parameters. Write directly
2435 the globals.
2436 (ptid_from_atcb_common): Adjust.
2437 (read_atcb): Adjust.
2438
2439 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2440
2441 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
2442
2443 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2444
2445 * ui-out.c (ui_out_field_core_addr): Mention that the function
2446 description is in the header file.
2447 * ui-out.h (ui_out_field_core_addr): Document function.
2448
2449 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2450
2451 * ui-out.c (ui_out_get_field_separator): Remove unused function.
2452 * ui-out.h (ui_out_get_field_separator): Remove prototype.
2453
2454 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2455
2456 * symtab.c (expand_line_sal): Remove empty line.
2457
2458 2011-07-04 Thomas Schwinge <thomas@schwinge.name>
2459
2460 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
2461 same way as ELFOSABI_NONE.
2462 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
2463
2464 2011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
2465
2466 * breakpoint.c: Fix typos in comments.
2467 * linespec.c: Likewise.
2468 * symtab.c: Likewise.
2469
2470 2011-07-04 Joel Brobecker <brobecker@adacore.com>
2471
2472 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
2473 section in separate object files.
2474
2475 2011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2476
2477 Fix false GCC warning.
2478 * linespec.c (decode_line_1): Initialize values.
2479
2480 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2481
2482 * linespec.c (find_method): Accept the function type automatically only
2483 if it was specified with parameter types.
2484
2485 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2486
2487 Stop on first linespec terminator instead of eating what we can.
2488 * linespec.c (is_linespec_boundary): New function.
2489 (name_end): Remove function.
2490 (keep_name_info): New parameter on_boundary, replace the body.
2491 (decode_line_1): Provide the parameter to keep_name_info.
2492 (decode_compound): Likewise. Drop the trailing java return type
2493 handling. Twice.
2494
2495 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 Fall back linespec to minimal symbols.
2498 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
2499 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
2500 (find_method, symbol_found): Change error to cplusplus_error.
2501
2502 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
2505
2506 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2507 Tom Tromey <tromey@redhat.com>
2508
2509 * dwarf2read.c (check_physname): New variable.
2510 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
2511 (show_check_physname): New function.
2512 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
2513
2514 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2515
2516 * machoread.c (macho_symfile_read): Delete OBE comment.
2517
2518 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2519
2520 * machoread.c (struct macho_oso_data): Delete.
2521 (current_oso): Delete.
2522 (macho_relocate_common_syms): New function, mostly extracted
2523 out of
2524 (macho_add_oso_symfile): Call macho_relocate_common_syms.
2525 Remove code that sets and unset current_oso.
2526 (macho_symfile_relocate): Delete handling of common symbols,
2527 now moved to macho_relocate_common_syms.
2528
2529 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2530
2531 * darwin-nat.c (darwin_ptrace): Add documentation.
2532 Set errno to zero before calling ptrace. If ptrace returns
2533 -1 and errno is zero, then change then return zero.
2534 (darwin_kill_inferior): Issue a warning instead of triggering
2535 a failed assertion when the PT_KILL ptrace operations returned
2536 nonzero.
2537
2538 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2539
2540 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
2541 only when inf->private->no_ptrace.
2542
2543 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2544
2545 * ada-lang.c (print_it_exception): Print temporary catchpoints
2546 as "Temporary catchpoint".
2547 (print_mention_exception): Likewise.
2548
2549 2011-07-01 Tom Tromey <tromey@redhat.com>
2550
2551 * jv-lang.c (java_language_defn): Use java_printchar,
2552 java_printstr.
2553 (java_get_encoding): New function.
2554 (java_emit_char): Use generic_emit_char.
2555 (java_printchar): New function.
2556 (java_printstr): Likewise.
2557
2558 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2559
2560 * ada-typeprint.c (print_record_type): If unable to decode
2561 the name of the parent type, use the encoded name.
2562
2563 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2564
2565 * ada-typeprint.c (ada_print_type): Fix both PAD type and
2566 pointer to constrained packed array type output.
2567 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
2568 packed array output.
2569
2570 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2571
2572 * ada-typeprint.c (print_array_type): removed if condition on show
2573 being negative for bounds printing.
2574
2575 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2576
2577 * ada-lang.c (ada_identical_enum_types_p): New function.
2578 (symbols_are_identical_enums): New function.
2579 (remove_extra_symbols): Do nothing if NSYMS < 2.
2580 Use symbols_are_identical_enums.
2581
2582 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2583
2584 * ada-valprint.c (ada_value_print): Handle typedefs.
2585
2586 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2587
2588 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
2589
2590 2011-07-01 Eric Botcazou <ebotcazou@adacore.com>
2591
2592 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
2593 (decode_constrained_packed_array): Likewise.
2594 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
2595
2596 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2597
2598 * ada-exp.y (convert_char_literal): Handle typedef types.
2599
2600 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2601
2602 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
2603
2604 2011-06-30 Tom Tromey <tromey@redhat.com>
2605
2606 * varobj.c (varobj_create): Call do_cleanups on early exit path.
2607 * valops.c (find_overload_match): Call do_cleanups on early exit
2608 path.
2609 * solib.c (solib_find): Call do_cleanups on early exit path.
2610
2611 2011-06-30 Tom Tromey <tromey@redhat.com>
2612
2613 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
2614 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
2615 return paths. Defer final do_cleanups until last return.
2616 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
2617 early return.
2618
2619 2011-06-30 Tom Tromey <tromey@redhat.com>
2620
2621 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
2622
2623 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
2624
2625 * MAINTAINERS (Write After Approval): Add myself to the list.
2626
2627 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 Disable epilogue unwinders on recent GCCs.
2630 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
2631 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
2632 * dwarf2read.c (process_full_comp_unit): Initialize
2633 EPILOGUE_UNWIND_VALID.
2634 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
2635 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
2636 * symtab.h (struct symtab): New field epilogue_unwind_valid.
2637
2638 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 Code cleanup - reformatting.
2641 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
2642 (producer_is_gcc_ge_4): ... here, change the return value.
2643 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
2644 interpretation.
2645
2646 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 Fix non-only rename list for Fortran modules import.
2649 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
2650 cp_add_using_directive caller.
2651 (cp_add_using_directive): New parameter excludes, describe it. New
2652 variables ix and param. Compare if also excludes match. Allocate NEW
2653 with variable size, initialize EXCLUDES there.
2654 (cp_lookup_symbol_imports): New variable excludep, test
2655 current->EXCLUDES with it.
2656 * cp-support.h: Include vec.h.
2657 (struct using_direct): New field excludes, describe it.
2658 (DEF_VEC_P (const_char_ptr)): New.
2659 (cp_add_using_directive): New parameter excludes.
2660 * defs.h (const_char_ptr): New typedef.
2661 * dwarf2read.c (read_import_statement): New variables child_die,
2662 excludes and cleanups, read in excludes.
2663 (read_namespace): Adjust the cp_add_using_directive caller.
2664
2665 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 Code cleanup.
2668 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
2669 negative comparisons.
2670
2671 2011-06-29 André Pönitz <andre.poenitz@nokia.com>
2672
2673 * mi/mi-main.c (mi_cmd_list_features): Emit
2674 breakpoint-notifications.
2675
2676 2011-06-29 Tom Tromey <tromey@redhat.com>
2677
2678 PR fortran/10036:
2679 * valprint.h (generic_emit_char, generic_printstr): Declare.
2680 * valprint.c (wchar_printable, append_string_as_wide)
2681 (print_wchar): Move from c-lang.c.
2682 (generic_emit_char): New function; mostly taken from c_emit_char.
2683 (generic_printstr): New function; mostly taken from c_printstr.
2684 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
2685 represented as arrays.
2686 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
2687 type.
2688 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
2689 identically to TYPE_CODE_INT.
2690 * f-lang.c (f_get_encoding): New function.
2691 (f_emit_char): Use generic_emit_char.
2692 (f_printchar): Replace comment.
2693 (f_printstr): Use generic_printstr.
2694 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
2695 "character" types specially.
2696 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
2697 for Fortran.
2698 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
2699 Move to valprint.c
2700 (c_emit_char): Call generic_emit_char.
2701 (c_printstr): Call generic_printstr.
2702
2703 2011-06-29 Gary Benson <gbenson@redhat.com>
2704
2705 * breakpoint.c (bpstat_what): Removed duplicated case.
2706
2707 2011-06-28 Tom Tromey <tromey@redhat.com>
2708
2709 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
2710
2711 2011-06-27 Tom Tromey <tromey@redhat.com>
2712
2713 * valops.c (find_overload_match): Call do_cleanups before early
2714 return.
2715 * top.c (execute_command): Call do_cleanups before early return.
2716 (command_loop): Likewise.
2717 * stack.c (backtrace_command): Make a null cleanup early. Don't
2718 conditionally call do_cleanups.
2719 * python/py-value.c (TRY_CATCH): Move cleanup handling into
2720 TRY_CATCH.
2721 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
2722 so cleanups are always run.
2723 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
2724 * findcmd.c (parse_find_args): Call do_cleanups on early return
2725 path.
2726 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
2727 Don't conditionally call do_cleanups.
2728 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
2729 later.
2730
2731 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
2732
2733 * MAINTAINERS (Write After Approval): Use default email address.
2734
2735 2011-06-27 Joel Brobecker <brobecker@adacore.com>
2736
2737 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
2738
2739 2011-06-27 Eric Botcazou <ebotcazou@adacore.com>
2740
2741 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
2742 saved_regs_mask and copied_regs_mask fields.
2743 (sparc_record_save_insn): New prototype.
2744 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
2745 (sparc_record_save_insn): New function.
2746 (sparc_analyze_prologue): Add head comment. Recognize store insns
2747 of call-saved registers. Use OFFSET consistently. Recognize flat
2748 frames and cache their settings.
2749 (sparc32_skip_prologue): Handle flat frames.
2750 (sparc_frame_cache): Add frame_offset to the base address.
2751 (sparc32_frame_cache): Adjust to new frame description.
2752 (sparc32_frame_prev_register): Likewise.
2753 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
2754 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
2755 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
2756 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
2757 frame by calling sparc_record_save_insn.
2758 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
2759 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
2760 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
2761
2762 2011-06-27 Tristan Gingold <gingold@adacore.com>
2763
2764 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
2765 field by map_addr and map_len.
2766 (dwarf2_read_section): Adjust for the new bfd_mmap api.
2767 (munmap_section_buffer): Likewise.
2768
2769 2011-06-24 Tom Tromey <tromey@redhat.com>
2770
2771 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
2772 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
2773 * python/python.c (gdbpy_parameter): Make 'arg' const.
2774 (execute_gdb_command): Likewise.
2775 (gdbpy_decode_line): Likewise. Copy it.
2776 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
2777 (gdbpy_write): Make 'arg' const.
2778 * python/py-type.c (typy_lookup_typename): Make 'type_name'
2779 const.
2780 (gdbpy_lookup_type): Likewise.
2781 * python/py-prettyprint.c (print_children): Make 'name' const.
2782 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
2783 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
2784 Py_ssize_t.
2785 * python/py-function.c (fnpy_init): Make 'name' const.
2786 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
2787 (gdbpy_string_to_argv): Make 'input' const.
2788 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
2789 it.
2790 * gdbtypes.h (lookup_typename): Update.
2791 * gdbtypes.c (lookup_typename): Make 'name' const.
2792 (lookup_struct): Likewise.
2793 (lookup_union): Likewise.
2794 (lookup_enum): Likewise.
2795
2796 2011-06-24 Tom Tromey <tromey@redhat.com>
2797
2798 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
2799 gdb_thread_db.h. Move all common/ entries to be together.
2800 (TAGS): Don't depend on DEPFILES.
2801
2802 2011-06-23 Yao Qi <yao@codesourcery.com>
2803
2804 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
2805 * remote.c (remote_start_remote): ... here.
2806 * monitor.c (monitor_open): ... here.
2807
2808 2011-06-23 Andrew Burgess <aburgess@broadcom.com>
2809
2810 * gdbtypes.c (append_composite_type_field_aligned): Fix
2811 calculation of bit position based on alignment.
2812
2813 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2814
2815 * breakpoint.c (bpstat_stop_status): Call the check_status
2816 breakpoint_ops method.
2817 (print_one_breakpoint_location): Also print the condition for Ada
2818 exception catchpoints.
2819 (allocate_bp_location): New, factored out from
2820 allocate_bp_location.
2821 (allocate_bp_location): Adjust. Call the owner breakpoint's
2822 allocate_location method, if there is one.
2823 (free_bp_location): Call the locations's dtor method, if there is
2824 one.
2825 (init_raw_breakpoint_without_location): New breakpoint_ops
2826 parameter. Use it.
2827 (set_raw_breakpoint_without_location): Adjust.
2828 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
2829 (set_raw_breakpoint): Adjust.
2830 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
2831 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
2832 re_set and check_status methods.
2833 (init_catchpoint): Don't memset, initialize thread, addr_string
2834 and enable_state. Pass the ops down to init_raw_breakpoint.
2835 (install_catchpoint): Rename to ...
2836 (install_breakpoint): ... this, and make extern.
2837 (create_fork_vfork_event_catchpoint): Adjust.
2838 (catch_exec_breakpoint_ops): Install NULL allocate_location,
2839 re_set and check_status methods.
2840 (create_syscall_event_catchpoint): Adjust.
2841 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2842 (masked_watchpoint_breakpoint_ops): Install NULL
2843 allocate_location, re_set and check_status methods.
2844 (catch_exec_command_1): Adjust.
2845 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
2846 re_set and check_status methods.
2847 (create_ada_exception_breakpoint): Rename to ...
2848 (init_ada_exception_breakpoint): ... this. Add a struct
2849 breakpoint parameter, and delete the exp_string, cond_string and
2850 cond parameters. Use init_raw_breakpoint, and don't install or
2851 mention the breakpoint yet. Don't clear breakpoint fields that
2852 init_raw_breakpoint already clears.
2853 (re_set_breakpoint): Delete, split into ...
2854 (breakpoint_re_set_default, prepare_re_set_context): ... these new
2855 functions.
2856 (breakpoint_re_set_one): Call the breakpoint's
2857 breakpoint_ops->re_set implementation, if there's one. Adjust.
2858 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
2859 (struct bp_location_ops): New type.
2860 (struct bp_location): New field `ops'.
2861 (struct breakpoint_ops): New `allocate_location', `re_set' and
2862 `check_status' fields. Make `breakpoint_hit''s description match
2863 reality.
2864 (init_bp_location): Declare.
2865 (breakpoint_re_set_default): Declare.
2866 (create_ada_exception_breakpoint): Rename to ...
2867 (init_ada_exception_breakpoint): ... this. Add a struct
2868 breakpoint parameter, and delete the exp_string, cond_string and
2869 cond parameters.
2870 (install_breakpoint): Declare.
2871 * ada-lang.c: Include exceptions.h.
2872 <Ada exceptions description>: Update.
2873 (struct ada_catchpoint_location): New type.
2874 (ada_catchpoint_location_dtor): New function.
2875 (ada_catchpoint_location_ops): New global.
2876 (ada_catchpoint): New type.
2877 (create_excep_cond_exprs): New function.
2878 (dtor_exception, allocate_location_exception, re_set_exception)
2879 (should_stop_exception, check_status_exception): New functions.
2880 (print_one_exception, print_mention_exception)
2881 (print_recreate_exception): Adjust.
2882 (dtor_catch_exception, allocate_location_catch_exception)
2883 (re_set_catch_exception, check_status_catch_exception): New
2884 functions.
2885 (catch_exception_breakpoint_ops): Install them.
2886 (dtor_catch_exception_unhandled)
2887 (allocate_location_catch_exception_unhandled)
2888 (re_set_catch_exception_unhandled)
2889 (check_status_catch_exception_unhandled): New functions.
2890 (catch_exception_unhandled_breakpoint_ops): Install them.
2891 (dtor_catch_assert, allocate_location_catch_assert)
2892 (re_set_catch_assert, check_status_catch_assert): New functions.
2893 (catch_assert_breakpoint_ops): Install them.
2894 (ada_exception_catchpoint_p): Delete.
2895 (catch_ada_exception_command_split)
2896 (ada_exception_catchpoint_cond_string): Rename exp_string
2897 parameter to excep_string. Adjust.
2898 (ada_parse_catchpoint_condition): Delete.
2899 (ada_exception_sal): Rename the exp_string parameter to
2900 excep_string. Delete the cond_string and cond parameters.
2901 Adjust.
2902 (ada_decode_exception_location): Rename the exp_string parameter
2903 to excep_string. Delete the cond_string and cond parameters.
2904 Adjust.
2905 (create_ada_exception_catchpoint): New function.
2906 (catch_ada_exception_command, ada_decode_assert_location)
2907 (catch_assert_command): Adjust.
2908 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
2909
2910 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2911
2912 * ada-lang.c: Include arch-utils.h.
2913 (ada_decode_exception_location): Make static.
2914 (catch_ada_exception_command): Moved here from breakpoint.c.
2915 (ada_decode_assert_location): Make static.
2916 (catch_assert_command): Moved here from breakpoint.c.
2917 (_initialize_ada_lang): Install the exception and assert
2918 catchpoint commands here.
2919 * ada-lang.h (ada_decode_exception_location)
2920 (ada_decode_assert_location): Delete declarations.
2921 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
2922 breakpoint.h.
2923 (create_ada_exception_breakpoint): Make extern.
2924 (catch_ada_exception_command, catch_assert_command): Moved to
2925 ada-lang.c.
2926 (add_catch_command): Make extern.
2927 (_initilize_breakpoint): Don't install the exception and assert
2928 catchpoint commands here.
2929 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
2930 breakpoint.c
2931 (add_catch_command, create_ada_exception_breakpoint): Declare.
2932
2933 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2934
2935 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
2936 the breakpoint to the breakpoint chain here.
2937 (set_raw_breakpoint_without_location): Add the breakpoint to the
2938 breakpoint chain here.
2939 (init_raw_breakpoint): Adjust comments.
2940 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
2941 here.
2942 (init_catchpoint): Don't set the catchpoint's breakpoint number
2943 here.
2944 (install_catchpoint): New function.
2945 (create_fork_vfork_event_catchpoint)
2946 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
2947 use install_catchpoint.
2948
2949 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2950
2951 * breakpoint.c (create_catchpoint_without_mention)
2952 (create_catchpoint): Delete.
2953
2954 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2955
2956 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
2957 * breakpoint.c (init_raw_breakpoint_without_location): Remove
2958 reference to exec_pathname.
2959 (struct exec_catchpoint): New type.
2960 (dtor_catch_exec): New function.
2961 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
2962 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
2963 (catch_exec_command_1): Adjust to use init_catchpoint.
2964 (delete_breakpoint): Remove reference to exec_pathname.
2965
2966 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2967
2968 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
2969 (struct breakpoint): Delete field `syscalls_to_be_caught'.
2970 * breakpoint.c (init_raw_breakpoint_without_location): Remove
2971 reference to syscalls_to_be_caught.
2972 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
2973 NULL `dtor'.
2974 (struct syscall_catchpoint): New type.
2975 (dtor_catch_syscall): New function.
2976 (insert_catch_syscall, remove_catch_syscall)
2977 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
2978 (print_recreate_catch_syscall): Adjust.
2979 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
2980 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
2981 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
2982 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
2983 (masked_watchpoint_breakpoint_ops)
2984 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
2985 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
2986 there is one. Remove references to syscalls_to_be_caught.
2987 (catching_syscall_number): Adjust.
2988 * ada-lang.c (catch_exception_breakpoint_ops)
2989 (catch_exception_unhandled_breakpoint_ops)
2990 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
2991
2992 2011-06-22 Pedro Alves <pedro@codesourcery.com>
2993
2994 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
2995 field.
2996 * breakpoint.c (init_raw_breakpoint_without_location): Remove
2997 reference to forked_inferior_pid.
2998 (struct fork_catchpoint): New type.
2999 (breakpoint_hit_catch_fork, print_it_catch_fork)
3000 (print_one_catch_fork, breakpoint_hit_catch_vfork)
3001 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
3002 (create_fork_vfork_event_catchpoint): Adjust to use
3003 init_catchpoint.
3004
3005 2011-06-22 Pedro Alves <pedro@codesourcery.com>
3006
3007 * breakpoint.c (add_to_breakpoint_chain)
3008 (init_raw_breakpoint_without_location): New functions, factored
3009 out from ...
3010 (set_raw_breakpoint_without_location): ... this one.
3011 (init_raw_breakpoint): New function, factored out from
3012 set_raw_breakpoint and adjusted to use
3013 init_raw_breakpoint_without_location.
3014 (set_raw_breakpoint): Adjust.
3015 (init_catchpoint): New function, factored out from
3016 create_catchpoint_without_mention and adjusted to use
3017 init_raw_breakpoint.
3018 (create_catchpoint_without_mention): Adjust.
3019
3020 2011-06-22 Tom Tromey <tromey@redhat.com>
3021
3022 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
3023 argument of 0 specially.
3024
3025 2011-06-22 Yao Qi <yao@codesourcery.com>
3026
3027 * infrun.c (handle_inferior_event): Remove write-only local variable
3028 `sw_single_step_trap_p'.
3029
3030 2011-06-20 Tom Tromey <tromey@redhat.com>
3031
3032 * symtab.c (lookup_language_this): End loop if block is NULL.
3033
3034 2011-06-17 Tom Tromey <tromey@redhat.com>
3035
3036 * valops.c (value_of_this): Use lookup_language_this.
3037 * symtab.h (lookup_language_this): Declare.
3038 * symtab.c (lookup_language_this): New function.
3039 (lookup_symbol_aux): Use lookup_language_this.
3040 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
3041
3042 2011-06-17 Tom Tromey <tromey@redhat.com>
3043
3044 * value.h (value_of_this): Update.
3045 (value_of_local): Remove.
3046 * valops.c (value_of_this): Rename from value_of_local. Change
3047 parameters.
3048 * p-exp.y (exp): Update.
3049 (variable): Likewise.
3050 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
3051
3052 2011-06-17 Tom Tromey <tromey@redhat.com>
3053
3054 * valops.c (value_of_local): Complain if NAME is NULL.
3055 * std-operator.def (OP_OBJC_SELF): Remove.
3056 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
3057 * objc-exp.y (name_not_typename): Use OP_THIS.
3058 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
3059 name for "this".
3060 <OP_OBJC_SELF>: Remove.
3061 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
3062
3063 2011-06-16 Tristan Gingold <gingold@adacore.com>
3064
3065 * python/py-events.h (gdb_py_events): Make it extern.
3066 * python/py-evtregistry.c (gdb_py_events): Declare.
3067
3068 2011-06-16 Hui Zhu <teawater@gmail.com>
3069
3070 * remote.c (remote_trace_set_readonly_regions): Add check for
3071 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
3072 output warning.
3073
3074 2011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
3075
3076 * arm-linux-tdep.c: Include "auxv.h".
3077 (AT_HWCAP): Define.
3078 (ARM_LINUX_SIZEOF_VFP): Define.
3079 (arm_linux_supply_vfp): New function.
3080 (arm_linux_collect_vfp): Likewise.
3081 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
3082 (arm_linux_fpa_regset_sections): New variable.
3083 (arm_linux_vfp_regset_sections): Likewise.
3084 (arm_linux_core_read_description): New function.
3085 (arm_linux_init_abi): Install arm_linux_core_read_description and
3086 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
3087 appropriate for the architecture.
3088 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
3089 (tdesc_arm_with_m): Declare.
3090 (tdesc_arm_with_iwmmxt): Likewise.
3091 (tdesc_arm_with_vfpv2): Likewise.
3092 (tdesc_arm_with_vfpv3): Likewise.
3093 (tdesc_arm_with_neon): Likewise.
3094 * arm-linux-nat.c: Move features/*.c includes ...
3095 * arm-tdep.c: ... here.
3096 * arm-linux-nat.c (arm_linux_read_description): Move initializing
3097 target description data structures ...
3098 * arm-tdep.c (_initialize_arm_tdep): ... here.
3099 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
3100 HWCAP_VFPv3D16): Move definitions ...
3101 * arm-linux-tdep.h: ... here.
3102
3103 2011-06-15 Hui Zhu <teawater@gmail.com>
3104
3105 * remote.c (remote_trace_set_readonly_regions): Add a check for
3106 target_buf_size.
3107
3108 2011-06-14 Tom Tromey <tromey@redhat.com>
3109
3110 * coffread.c (coffread_objfile): Rename from current_objfile.
3111 * dbxread.c (dbxread_objfile): Rename from current_objfile.
3112 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
3113
3114 2011-06-14 Tom Tromey <tromey@redhat.com>
3115
3116 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
3117 (class_symtab): Remove.
3118 (jv_dynamics_progspace_key): New global.
3119 (jv_per_objfile_free): Reset program space data. Update assert.
3120 Don't clear globals.
3121 (get_dynamics_objfile): Use and set program space data.
3122 (get_java_class_symtab): Use get_dynamics_objfile.
3123 (add_class_symbol): Likewise.
3124 (java_link_class_type): Likewise.
3125 (java_object_type, jv_clear_object_type, set_java_object_type):
3126 Remove.
3127 (get_java_object_type): Update. Don't cache result.
3128 (is_object_type): Don't call set_java_object_type.
3129 (_initialize_java_language): Don't set jv_type_objfile_data_key;
3130 initialize jv_dynamics_progspace_key.
3131
3132 2011-06-14 Tom Tromey <tromey@redhat.com>
3133
3134 * symtab.h (current_objfile): Don't declare.
3135 * objfiles.h (current_objfile): Don't declare.
3136 * objfiles.c (current_objfile): Remove.
3137 * mdebugread.c (current_objfile): New file-scope global.
3138 * dbxread.c (current_objfile): New file-scope global.
3139 * coffread.c (current_objfile): New file-scope global.
3140
3141 2011-06-13 Pedro Alves <pedro@codesourcery.com>
3142
3143 * top.h (line): Rename to ...
3144 (saved_command_line): ... this.
3145 (linesize): Rename to ...
3146 (saved_command_line_size): ... this.
3147 * top.c (line): Rename to ...
3148 (saved_command_line): ... this.
3149 (linesize): Rename to ...
3150 (saved_command_line_size): ... this.
3151 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
3152 * event-top.c (command_line_handler): Adjust.
3153 * main.c (captured_main): Adjust.
3154
3155 2011-06-12 Mark Kettenis <kettenis@gnu.org>
3156
3157 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
3158 get_frame_func instead of get_frame_pc to determine the code
3159 address used to construct the frame ID.
3160 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
3161 (i386_epilogue_frame_this_id): Likewise.
3162 (i386_epilogue_frame_prev_register): New function.
3163 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
3164 (i386_stack_tramp_frame_sniffer): Fix coding style.
3165 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
3166 (i386_gdbarch_init): Fix comments.
3167
3168 2011-06-12 Mark Kettenis <kettenis@gnu.org>
3169
3170 * i386-tdep.c (i386_match_insn_block): Use length of the proper
3171 instruction when walking back through the instruction stream.
3172
3173 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 * symtab.c (output_partial_symbol_filename): Exchange the filename and
3176 fullname parameters order.
3177
3178 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3179
3180 Code cleanup.
3181 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
3182 for fun.
3183 * psymtab.c (map_symbol_filenames_psymtab)
3184 (map_partial_symbol_filenames): Likewise.
3185 * psymtab.h: Include symfile.h.
3186 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
3187 * symfile.h (symbol_filename_ftype): New.
3188 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
3189 map_symbol_filenames, clarify more the naming in comment.
3190
3191 2011-06-07 Doug Evans <dje@google.com>
3192
3193 * cc-with-index.sh: Fix typos in comment.
3194 Look for ../../gdb, for fullname.exp.
3195
3196 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3197 Pedro Alves <pedro@codesourcery.com>
3198
3199 * cli/cli-cmds.c (shell_escape): Use waitpid.
3200 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
3201
3202 2011-06-07 Tristan Gingold <gingold@adacore.com>
3203
3204 * xcoffread.c (dwarf2_xcoff_names): New variable.
3205 (aix_process_linenos): Add a guard.
3206 (xcoff_symfile_finish): Free dwarf2.
3207 (xcoff_initial_scan): Add dwarf2 support.
3208
3209 2011-06-06 Pedro Alves <pedro@codesourcery.com>
3210
3211 * infcall.c (run_inferior_call): Don't mask async. Instead force
3212 a synchronous wait, if the target can async.
3213
3214 * target.h (struct target_ops): Delete to_async_mask.
3215 (target_async_mask): Delete.
3216 * target.c (update_current_target): Delete references to to_async_mask.
3217 * linux-nat.c (linux_nat_async_mask_value): Delete.
3218 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
3219 to linux_nat_async_mask_value.
3220 (linux_nat_async_mask): Delete.
3221 (linux_nat_async, linux_nat_close): Remove references to
3222 linux_nat_async_mask_value.
3223 * record.c (record_async_mask_value): Delete.
3224 (record_async): Remove references to record_async_mask_value.
3225 (record_async_mask): Delete.
3226 (record_can_async_p, record_is_async_p): Remove references to
3227 record_async_mask_value.
3228 (init_record_ops, init_record_core_ops): Remove references to
3229 record_async_mask.
3230 * remote.c (remote_async_mask_value): Delete.
3231 (init_remote_ops): Remove reference to remote_async_mask.
3232 (remote_can_async_p, remote_is_async_p): Remove references to
3233 remote_async_mask_value.
3234 (remote_async): Remove references to remote_async_mask_value.
3235 (remote_async_mask): Delete.
3236
3237 * infrun.c (fetch_inferior_event): Don't claim registers changed
3238 if the current thread is already not executing.
3239
3240 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
3241
3242 From Stephen Kitt <steve@sk2.org>
3243 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
3244 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
3245
3246 2011-06-03 Joel Brobecker <brobecker@adacore.com>
3247
3248 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
3249 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
3250
3251 2011-06-03 Tom Tromey <tromey@redhat.com>
3252
3253 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
3254 code fields.
3255 * python/py-exitedevent.c (create_exited_event_object): Change
3256 type of 'exit_code'. Optionally add exit_code attribute.
3257 (emit_exited_event): Change type of 'exit_code'.
3258 * python/py-event.h (emit_exited_event): Update.
3259 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
3260 * infrun.c (handle_inferior_event): Set exit code fields on
3261 inferior.
3262 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
3263 fields.
3264 * inferior.c (exit_inferior_1): Initialize new fields.
3265
3266 2011-06-03 Tom Tromey <tromey@redhat.com>
3267
3268 * dwarf2expr.c (get_signed_type): New function.
3269 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
3270
3271 2011-06-02 Keith Seitz <keiths@redhat.com>
3272
3273 * objc-lang.c (find_methods): Increment objfile_csym earlier.
3274
3275 2011-06-02 Pedro Alves <pedro@codesourcery.com>
3276
3277 * top.h (simplified_command_loop): Delete declaration.
3278
3279 2011-06-01 Mike Frysinger <vapier@gentoo.org>
3280
3281 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
3282 gdb_sysroot to the "len" variable. Append both to "arg_buf".
3283
3284 2011-06-01 Yao Qi <yao@codesourcery.com>
3285
3286 * objfiles.h (obj_section_addr): Update reference to objfile from
3287 `abfd' to `obfd'.
3288 (obj_section_endaddr): Likewise.
3289
3290 2011-06-01 Daniel Jacobowitz <drow@false.org>
3291
3292 * MAINTAINERS: Update my email address and affiliation. Also
3293 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
3294
3295 2010-05-31 Keith Seitz <keiths@redhat.com>
3296
3297 PR c++/12750
3298 * linespec.c (get_search_block): New function.
3299 (find_methods): Add FILE_SYMTATB parameter and use it and
3300 get_search_block to pass an appropriate block to
3301 lookup_symbol_in_namespace.
3302 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
3303 Check if *ARGPTR starts with a filename first.
3304 If it does, call locate_first_half again to locate the next
3305 "first half" of the linespec.
3306 Pass FILE_SYMTATB to decode_objc and decode_compound.
3307 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
3308 (locate_first_half): Stop on the first colon seen.
3309 (decode_compound): Add FILE_SYMTAB parameter.
3310 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
3311 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
3312 get_search_block with lookup_symbol.
3313 (find_method): Add FILE_SYMTAB parameter and pass it to
3314 find_methods.
3315 (decode_objc): Use get_search_block.
3316
3317 2010-05-31 Keith Seitz <keiths@redhat.com>
3318
3319 PR symtab/12704
3320 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
3321 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
3322 and CP_ANONYMOUS_NAMESPACE_LEN.
3323 (cp_is_anonymous): Likewise.
3324 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
3325 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
3326 * dwarf2read.c (namespace_name): Likewise.
3327 (fixup_partial_die): Likewise.
3328 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
3329 seen in the input, keep it.
3330
3331 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3332
3333 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
3334 * inf-loop.h (inferior_event_handler_wrapper): Delete.
3335 * inf-loop.c (inferior_event_handler_wrapper): Delete.
3336 (inferior_event_handler): Don't handle INF_QUIT_REQ.
3337 * remote.c (_initialize_remote): Register
3338 async_remote_interrupt_twice directly as
3339 sigint_remote_twice_token event.
3340
3341 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3342
3343 * target.h (enum inferior_event_type): Delete INF_ERROR.
3344 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
3345
3346 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3347
3348 * interps.c (interp_set): Don't cancel continuations.
3349
3350 2011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3351
3352 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
3353
3354 2011-05-30 Pedro Alves <pedro@codesourcery.com>
3355
3356 * continuations.h (continuation_ftype): Add `err' parameter.
3357 Document parameters.
3358 (do_all_continuations, do_all_continuations_thread)
3359 (do_all_intermediate_continuations)
3360 (do_all_intermediate_continuations_thread)
3361 (do_all_inferior_continuations): Add `err' parameter.
3362 * continuations.c (do_my_continuations_1, do_my_continuations)
3363 (do_all_inferior_continuations, do_all_continuations_ptid)
3364 (do_all_continuations_thread_callback)
3365 (do_all_continuations_thread, do_all_continuations)
3366 (do_all_intermediate_continuations_thread_callback)
3367 (do_all_intermediate_continuations_thread)
3368 (do_all_intermediate_continuations): Add `err' parameter, and pass
3369 it down all the way to the continuations proper.
3370 * inf-loop.c (inferior_event_handler): If fetching an inferior
3371 event throws an error, don't pop the target, and still call the
3372 continuations, but with `err' set. Adjust all other continuation
3373 calls.
3374 * breakpoint.c (until_break_command_continuation): Add `err'
3375 parameter.
3376 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
3377 issue another step if `err' is set.
3378 (struct until_next_continuation_args): New.
3379 (until_next_continuation): Add `err' parameter. Adjust.
3380 (until_next_command): Adjust.
3381 (struct finish_command_continuation_args): Add `thread' field.
3382 (finish_command_continuation): Add `err' parameter. Handle it.
3383 (finish_forward): Adjust.
3384 (attach_command_continuation): Add `err' parameter. Handle it.
3385 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
3386 cancel the continuations.
3387 * interps.c (interp_set): Adjust to cancel the continuations.
3388 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
3389 continuations rather than discarding.
3390 (free_thread): Don't clear thread inferior resources here.
3391 (delete_thread_1): Do it here instead. And do it before removing
3392 the thread from the threads list. Tag the thread as exited before
3393 clearing thread inferior resources.
3394
3395 2011-05-30 Joel Brobecker <brobecker@adacore.com>
3396
3397 * infcall.c (call_function_by_hand): Rephrase error message.
3398
3399 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3400
3401 * defs.h (struct thread_info, struct inferior): Delete forward
3402 declarations.
3403 * breakpoint.h (struct thread_info): New forward declaration.
3404 * observer.sh (struct inferior): New forward declaration.
3405 * python/python-internal.h (struct inferior): New forward
3406 declaration.
3407
3408 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3409
3410 * defs.h (struct continuation, continuation_ftype)
3411 (continuation_free_arg_ftype, add_continuation)
3412 (do_all_continuations, do_all_continuations_thread)
3413 (discard_all_continuations, discard_all_continuations_thread)
3414 (add_intermediate_continuation, do_all_intermediate_continuations)
3415 (do_all_intermediate_continuations_thread)
3416 (discard_all_intermediate_continuations)
3417 (discard_all_intermediate_continuations_thread)
3418 (add_inferior_continuation, do_all_inferior_continuations)
3419 (discard_all_inferior_continuations): Move to ...
3420 * continuations.h: ... this new file.
3421 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
3422 infcmd.c, inferior.c, infrun.c, interps.c: Include
3423 continuations.h.
3424
3425 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3426 Doug Evans <dje@google.com>
3427
3428 Fix PR 10970, PR 12702.
3429 * linux-nat.c (linux_lwp_is_zombie): New function.
3430 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
3431 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
3432
3433 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3434
3435 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
3436 typedefs.
3437 (add_continuation, add_intermediate_continuation)
3438 (add_inferior_continuation): Use them.
3439 * continuations.c (struct continuation): Use them.
3440 (make_continuation_ftype): Delete.
3441 (make_continuation, add_inferior_continuation, add_continuation)
3442 (add_intermediate_continuation): Use continuation_ftype and
3443 continuation_free_arg_ftype. Rename parameters to shorter names.
3444
3445 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3446
3447 * continuations.c (make_continuation): Make it return void.
3448 (do_my_continuations): Rename to ...
3449 (do_my_continuations_1): ... this. Remove old_chain parameter and
3450 adjust.
3451 (do_my_continuations): New.
3452 (discard_my_continuations): Rename to ...
3453 (discard_my_continuations_1): ... this. Remove old_chain
3454 parameter and adjust.
3455 (discard_my_continuations): New.
3456 (add_inferior_continuation): Simplify.
3457 (do_all_inferior_continuations): Reimplement on top
3458 do_my_continuations.
3459 (discard_all_inferior_continuations): Simplify.
3460 (add_continuation): Simplify.
3461 (do_all_continuations_ptid): Simplify.
3462 (discard_all_continuations_thread_callback): Simplify.
3463 (add_intermediate_continuation): Simplify.
3464 (discard_all_intermediate_continuations_thread_callback):
3465 Simplify.
3466
3467 2011-05-27 Pedro Alves <pedro@codesourcery.com>
3468
3469 * utils.c (struct continuation, add_continuation)
3470 (add_inferior_continuation)
3471 (do_all_inferior_continuations, discard_all_inferior_continuations)
3472 (restore_thread_cleanup, do_all_continuations_ptid)
3473 (do_all_continuations_thread_callback)
3474 (do_all_continuations_thread, do_all_continuations)
3475 (discard_all_continuations_thread_callback)
3476 (discard_all_continuations_thread, discard_all_continuations)
3477 (add_intermediate_continuation)
3478 (do_all_intermediate_continuations_thread_callback)
3479 (do_all_intermediate_continuations_thread)
3480 (do_all_intermediate_continuations)
3481 (discard_all_intermediate_continuations_thread_callback)
3482 (discard_all_intermediate_continuations_thread)
3483 (discard_all_intermediate_continuations): Move to ...
3484 * continuations.c: ... this new file, and adjust to no longer
3485 implement continuations on top of cleanups.
3486 * Makefile.in (SFILES): Add continuations.c.
3487 (COMMON_OBS): Add continuations.o.
3488
3489 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3490
3491 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
3492 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
3493 Internal error on invalid values.
3494 * reverse.c: Don't handle EXEC_ERROR.
3495 * mi/mi-main.c: Don't handle EXEC_ERROR.
3496
3497 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3498
3499 * record.c: Include event-loop.h, inf-loop.h.
3500 (record_beneath_to_async): New global.
3501 (tmp_to_async): New global.
3502 (record_async_inferior_event_token): New global.
3503 (record_open_1): Don't error out if async is enabled.
3504 (record_open): Handle to_async. Create an async event source in
3505 the event loop.
3506 (record_close): Delete the async event source.
3507 (record_resumed): New global.
3508 (record_execution_dir): New global.
3509 (record_resume, record_core_resume): Set them. Register the
3510 target on the event loop.
3511 (record_wait): Rename to ...
3512 (record_wait_1): ... this. Add more debug output. Handle
3513 TARGET_WNOHANG, and the target beneath returning
3514 TARGET_WAITKIND_IGNORE.
3515 (record_wait): Reimplement on top of record_wait_1.
3516 (record_async_mask_value): New global.
3517 (record_async, record_async_mask, record_can_async_p)
3518 (record_is_async_p, record_execution_direction): New functions.
3519 (init_record_ops, init_record_core_ops): Install new methods.
3520 * infrun.c (fetch_inferior_event): Temporarily switch the global
3521 execution direction to the direction the target was going.
3522 (execution_direction): Change type to int.
3523 * target.c (default_execution_direction): New function.
3524 (update_current_target): Inherit and de_fault
3525 to_execution_direction.
3526 * target.h (struct target_ops) <to_execution_direction>: New
3527 field.
3528 (target_execution_direction): New macro.
3529 * inferior.h (execution_direction): Change type to int.
3530
3531 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3532
3533 * infcall.c (call_function_by_hand): Don't allow calling functions
3534 in reverse execution mode.
3535
3536 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3537
3538 * infcmd.c (finish_command): Allow async finish in reverse.
3539
3540 2011-05-26 Yao Qi <yao@codesourcery.com>
3541
3542 * gdb_thread_db.h: Delete. Move to ...
3543 * common/gdb_thread_db.h: ... here.
3544
3545 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3546
3547 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
3548 function's entry point instead of a manually managed momentary
3549 breakpoint, and only ever issue one proceed call.
3550 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
3551 doing a reverse-finish, switch to stepi mode, to do another step.
3552 (insert_step_resume_breakpoint_at_sal): Make public.
3553 (normal_stop): No need to save function value return registers if
3554 going reverse.
3555 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
3556
3557 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3558
3559 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
3560 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
3561 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
3562 at the end.
3563 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
3564 step-resume breakpoints.
3565 (print_it_typical): Handle bp_hp_step_resume.
3566 (bpstat_what): Ditto.
3567 (bptype_string): Ditto.
3568 (print_one_breakpoint_location): Ditto.
3569 (allocate_bp_location): Ditto.
3570 (mention): Ditto.
3571 (breakpoint_re_set_one): Ditto.
3572 * infrun.c (handle_inferior_event): Adjust. Split
3573 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
3574 BPSTAT_WHAT_HP_STEP_RESUME.
3575 (insert_step_resume_breakpoint_at_sal): Rename to ...
3576 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
3577 parameter. Handle it.
3578 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
3579 insert_step_resume_breakpoint_at_sal_1.
3580 (insert_step_resume_breakpoint_at_frame): Rename to ...
3581 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
3582 set a high-priority step-resume breakpoint.
3583 (insert_step_resume_breakpoint_at_frame): Adjust comment.
3584 (insert_step_resume_breakpoint_at_caller): Ditto.
3585
3586 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3587
3588 * breakpoint.c (iterate_over_related_breakpoints): New.
3589 (do_map_delete_breakpoint): New.
3590 (delete_command): Pass do_map_delete_breakpoint to
3591 map_breakpoint_numbers.
3592 (do_disable_breakpoint): New.
3593 (do_map_disable_breakpoint): Iterate over the breakpoint's related
3594 breakpoints.
3595 (do_enable_breakpoint): Rename to ...
3596 (enable_breakpoint_disp): ... this.
3597 (enable_breakpoint): Adjust.
3598 (do_enable_breakpoint): New.
3599 (enable_once_breakpoint): Delete.
3600 (do_map_enable_breakpoint): New.
3601 (do_map_enable_once_breakpoint): New.
3602 (enable_once_command, enable_delete_command)
3603 (delete_trace_command): Iterate over the breakpoint's related
3604 breakpoints.
3605
3606 2011-05-26 Pedro Alves <pedro@codesourcery.com>
3607
3608 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
3609 for ALPHA_ZERO_REGNUM.
3610 (alpha_supply_int_regs): Explicitly supply zero as the value for
3611 ALPHA_ZERO_REGNUM in the register cache.
3612 * alpha-nat.c (fetch_osf_core_registers): Ditto.
3613
3614 2011-05-26 Yao Qi <yao@codesourcery.com>
3615
3616 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
3617
3618 2011-05-26 Tristan Gingold <gingold@adacore.com>
3619
3620 * symfile.h (struct dwarf2_section_names): New type.
3621 (struct dwarf2_debug_sections): New type.
3622 (dwarf2_has_info): Add parameter.
3623 * dwarf2read.c (dwarf2_elf_names): New variable.
3624 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
3625 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
3626 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
3627 (dwarf2_has_info): Add names parameter. Pass names
3628 to dwarf2_locate_sections.
3629 (section_is_p): Rewrite using the names parameter.
3630 (dwarf2_locate_sections): Use section names from the names parameter.
3631 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
3632 * elfread.c (read_psyms): Ditto.
3633 * machoread.c (macho_symfile_read): Ditto.
3634
3635 2011-05-25 Andreas Schwab <schwab@redhat.com>
3636
3637 PR gdb/8677
3638 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
3639
3640 2011-05-24 Keith Seitz <keiths@redhat.com>
3641
3642 PR breakpoint/12803
3643 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
3644 (decode_compound): Unconditionally call keep_name_info.
3645
3646 2011-05-24 Pedro Alves <pedro@codesourcery.com>
3647
3648 * breakpoint.c (watchpoint_check): If the watchpoint went out of
3649 scope, clear its command list.
3650 (map_breakpoint_numbers): Don't walk the related breakpoints list
3651 of each breakpoint.
3652
3653 2011-05-24 Tom Tromey <tromey@redhat.com>
3654
3655 * MAINTAINERS: Move Jim Blandy to past maintainers.
3656
3657 2011-05-24 Tristan Gingold <gingold@adacore.com>
3658
3659 * symfile.h (enum dwarf2_section_enum): New type.
3660 (dwarf2_get_section_info): New prototype.
3661 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
3662 section_name by sect. Use a switch to select the info.
3663 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
3664 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
3665
3666 2011-05-24 Pedro Alves <pedro@codesourcery.com>
3667
3668 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
3669 shared library event breakpoint if there's no execution.
3670
3671 2011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
3672
3673 * breakpont.c (remove_hw_watchpoints): Remove unused function.
3674 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
3675
3676 2011-05-23 Tom Tromey <tromey@redhat.com>
3677
3678 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
3679 NULL.
3680
3681 2011-05-23 Doug Evans <dje@google.com>
3682
3683 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
3684 entry for RuntimeError to doc string.
3685
3686 2011-05-23 Jerome Guitton <guitton@adacore.com>
3687
3688 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
3689 sequence for probing loops.
3690
3691 2011-05-23 Pedro Alves <pedro@codesourcery.com>
3692
3693 * infrun.c (user_visible_resume_ptid): Fix typos in describing
3694 comment.
3695
3696 2011-05-21 Mark Kettenis <kettenis@gnu.org>
3697
3698 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
3699 zero as the value for %g0 in the register cache.
3700 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
3701 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
3702
3703 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3704
3705 * infrun.c (proceed): Set previous_inferior_ptid here.
3706 (init_wait_for_inferior): Initialize previous_inferior_ptid from
3707 inferior_ptid, not null_ptid.
3708 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
3709 (fetch_inferior_event): Nor here.
3710
3711 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3712
3713 * inf-loop.c (inferior_event_handler): Only output a message if
3714 verbose.
3715
3716 2011-05-20 Luis Machado <lgustavo@codesourcery.com>
3717
3718 * MAINTAINERS: Update my e-mail address.
3719
3720 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3721
3722 * infrun.c (proceed): Switch the inferior event loop to
3723 INF_EXEC_COMPLETE if the target refused to resume from a
3724 vfork/fork.
3725
3726 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3727
3728 * infcmd.c: Include "inf-loop.h".
3729 (step_once): When stepping into an inline subroutine, pretend the
3730 target has run. If the target can async, switch the inferior
3731 event loop to INF_EXEC_COMPLETE.
3732 * inferior.h (user_visible_resume_ptid): Declare.
3733 * infrun.c (user_visible_resume_ptid): New function, factored out
3734 from `resume'.
3735 (resume): Use it.
3736 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
3737 that the current thread is running. Merge async and sync
3738 branches.
3739
3740 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3741
3742 * infcmd.c (step_1): Simplify synchronous case.
3743
3744 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3745
3746 * tracepoint.c: Include exceptions.h.
3747 (TFILE_PID): Move higher in file.
3748 (tfile_open): Delay pushing the tfile target until we're assured
3749 the tfile header is present in the file. Wrap reading the initial
3750 newline-terminated lines in TRY_CATCH. Pop the target if the
3751 initial setup failed. Add the tfile's thread immediately
3752 aftwards, before any non-essential setup. Don't skip
3753 post_create_inferior if there are no traceframes present in the
3754 file.
3755 (tfile_close): Remove redundant check for null before xfree call.
3756 (tfile_thread_alive): New function.
3757 (init_tfile_ops): Register it as to_thread_alive callback.
3758
3759 2011-05-20 Pedro Alves <pedro@codesourcery.com>
3760
3761 * tracepoint.c (tfile_open): Delete #if 0'd code.
3762
3763 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765 Fix -readnow for -gdwarf-4 unused type units.
3766 * dwarf2read.c (struct signatured_type): Remove the field offset.
3767 (create_signatured_type_table_from_index): Remove its initialization.
3768 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
3769 instead. Add a complaint call.
3770 (process_psymtab_comp_unit): Change assignment to gdb_assert.
3771 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
3772 (lookup_signatured_type_at_offset, read_signatured_type)
3773 (write_one_signatured_type): Update the field for per_cu.
3774
3775 2011-05-19 Tom Tromey <tromey@redhat.com>
3776
3777 * python/py-inferior.c (python_inferior_exit): Use
3778 target_gdbarch.
3779 (python_on_resume): Likewise.
3780
3781 2011-05-19 Matt Rice <ratmice@gmail.com>
3782
3783 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
3784
3785 2011-05-19 Hui Zhu <teawater@gmail.com>
3786
3787 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
3788
3789 2011-05-19 Hui Zhu <teawater@gmail.com>
3790
3791 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
3792
3793 2011-05-18 Tom Tromey <tromey@redhat.com>
3794
3795 * dwarf2read.c (dwarf2_add_field): Constify.
3796 * value.c (value_static_field): Constify.
3797 * gdbtypes.h (struct main_type) <field.field_location.physname>:
3798 Now const.
3799 * ax-gdb.c (gen_static_field): Constify
3800
3801 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3802
3803 * linux-nat.c (kill_callback): Use SIGKILL first.
3804
3805 2011-05-18 Joel Brobecker <brobecker@adacore.com>
3806
3807 * ada-lang.c (print_it_exception): Avoid use of sprintf.
3808
3809 2011-05-18 Tom Tromey <tromey@redhat.com>
3810
3811 * value.c (value_fn_field): Constify.
3812 * symtab.c (gdb_mangle_name): Constify.
3813 * stabsread.c (update_method_name_from_physname): Make 'physname'
3814 argument const.
3815 * p-typeprint.c (pascal_type_print_method_args): Make arguments
3816 const. Use explicit fputc_filtered loop.
3817 (pascal_type_print_base): Constify.
3818 * p-lang.h (pascal_type_print_method_args): Update.
3819 * linespec.c (add_matching_methods): Constify.
3820 (add_constructors): Likewise.
3821 * jv-typeprint.c (java_type_print_base): Constify.
3822 * gdbtypes.h (struct cplus_struct_type)
3823 <fn_fieldlist.fn_field.physname>: Now const.
3824 * dwarf2read.c (compute_delayed_physnames): Constify.
3825 (dwarf2_add_member_fn): Likewise.
3826 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
3827
3828 2011-05-18 Pedro Alves <pedro@codesourcery.com>
3829
3830 * infrun.c (resume): Mention which is the current thread, and its
3831 current PC in debug output.
3832 (prepare_to_proceed): Mention the thread switching in debug
3833 output.
3834
3835 2011-05-18 Tom Tromey <tromey@redhat.com>
3836
3837 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
3838 path check. Use xmalloc and cleanups.
3839 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
3840
3841 2011-05-17 Tom Tromey <tromey@redhat.com>
3842
3843 * cp-valprint.c (cp_print_value_fields): Catch errors from
3844 value_static_field.
3845
3846 2011-05-17 Tom Tromey <tromey@redhat.com>
3847
3848 * dwarf2read.c (dwarf2_get_die_type): Call
3849 get_die_type_at_offset.
3850 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
3851 get_base_type function.
3852
3853 2011-05-17 Tomas Martinec <fyzmat@gmail.com>
3854
3855 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
3856 trap_expected.
3857
3858 2011-05-16 Doug Evans <dje@google.com>
3859
3860 * python/py-auto-load.c (source_section_scripts): Mention objfile
3861 name in warning.
3862
3863 2011-05-15 Doug Evans <dje@google.com>
3864
3865 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
3866 (try_thread_db_load_from_pdir): Call it. If unable to find
3867 libthread_db in directory of libpthread, see if we're looking at
3868 the separate-debug-info copy.
3869
3870 * python/py-autoload.c (print_script): Print "Missing" instead of
3871 "No" for missing scripts.
3872 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
3873
3874 2011-05-13 Doug Evans <dje@google.com>
3875
3876 * ui-file.c (stdio_file_write_async_safe): Add comment.
3877
3878 2011-05-14 Hui Zhu <teawater@gmail.com>
3879
3880 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
3881
3882 2011-05-13 Doug Evans <dje@google.com>
3883
3884 Support $pdir and $sdir in libthread-db-search-path.
3885 * NEWS: Mention $sdir,$pdir.
3886 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
3887 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
3888 (try_thread_db_load_from_sdir): New function.
3889 (try_thread_db_load_from_dir): New function.
3890 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
3891 system directories if search of libthread-db-search-path fails,
3892 that is now done via $sdir.
3893 (has_libpthread): New function.
3894 (thread_db_load): Remove search for libthread_db in directory of
3895 libpthread, that is now done via $pdir.
3896
3897 * NEWS: Mention "info auto-load-scripts".
3898 * python/py-auto-load.c (struct auto_load_pspace_info): New member
3899 script_not_found_warning_printed.
3900 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
3901 all callers updated. Initialize script_not_found_warning_printed.
3902 (get_auto_load_pspace_data_for_loading): New function.
3903 (maybe_add_script): New function.
3904 (source_section_scripts): Simplify. Only print one warning regardless
3905 of the number of auto-load scripts not found.
3906 (clear_section_scripts): Clear script_not_found_warning_printed.
3907 (auto_load_objfile_script): Record script in hash table.
3908 (count_matching_scripts): New function.
3909 (maybe_print_script): Renamed from maybe_print_section_script, all
3910 callers updated. Rewrite to use ui_out_*.
3911 (info_auto_load_scripts): Renamed from
3912 maintenance_print_section_scripts, all callers updated.
3913 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
3914 renamed as "info auto-load-scripts".
3915
3916 2011-05-13 Tom Tromey <tromey@redhat.com>
3917
3918 * dwarf2expr.c (read_uleb128): Cast intermediate result.
3919 (read_sleb128): Likewise.
3920
3921 2011-05-13 Tom Tromey <tromey@redhat.com>
3922
3923 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
3924 offset display.
3925
3926 2011-05-13 Doug Evans <dje@google.com>
3927
3928 * linux-nat.c (debug_linux_nat_async): Delete.
3929 Replace all references to use debug_linux_nat instead.
3930 (show_debug_linux_nat_async): Delete.
3931 (sigchld_handler): Call ui_file_write_async_safe instead of
3932 fprintf_unfiltered.
3933 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
3934 * ui-file.c (struct ui_file): New member to_write_async_safe.
3935 (null_file_write_async_safe): New function.
3936 (ui_file_write_async_safe): New function.
3937 (set_ui_file_write_async_safe): New function.
3938 (ui_file_new): Initialize to_write_async_safe.
3939 (stdio_file_write_async_safe): New function.
3940 (struct stdio_file): New member fd.
3941 (stdio_file_new): Initialize to_write_async_safe, fd.
3942 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
3943 fileno.
3944 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
3945 (set_ui_file_write_async_safe): Declare.
3946 (ui_file_write_async_safe): Declare.
3947
3948 2011-05-13 Tom Tromey <tromey@redhat.com>
3949
3950 * utils.c (do_value_free): New function.
3951 (make_cleanup_value_free): Likewise.
3952 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
3953 freeing correctly.
3954 (dwarf2_loc_desc_needs_frame): Call
3955 make_cleanup_value_free_to_mark.
3956 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
3957 * dwarf2expr.c (free_dwarf_expr_context): Don't call
3958 value_free_to_mark.
3959 (new_dwarf_expr_context): Don't call value_mark.
3960 * dwarf2-frame.c (execute_stack_op): Call
3961 make_cleanup_value_free_to_mark.
3962 * defs.h (make_cleanup_value_free): Declare.
3963
3964 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3965
3966 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
3967 prepare_execute_command.
3968 * top.c (prepare_execute_command): Return cleanup.
3969 (execute_command): Use cleanup from prepare_execute_command.
3970 * top.h (prepare_execute_command): Change prototype to return
3971 cleanup.
3972 * defs.h (struct value): Add opaque declaration.
3973 (make_cleanup_value_free_to_mark): Add prototype.
3974 * utils.c (do_value_free_to_mark): New function.
3975 (make_cleanup_value_free_to_mark): Likewise.
3976
3977 2011-05-12 Tom Tromey <tromey@redhat.com>
3978
3979 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
3980 cast left-hand-side to unsigned.
3981
3982 2011-05-12 Tom Tromey <tromey@redhat.com>
3983
3984 PR gdb/12617:
3985 * value.h (value_from_contents): Declare.
3986 * value.c (value_from_contents): New function.
3987 * dwarf2read.c (dwarf_stack_op_name): Add new values.
3988 (dwarf2_get_die_type): New function.
3989 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
3990 (allocate_piece_closure): Acquire reference to values.
3991 (read_pieced_value): Update for value-based expressions.
3992 (write_pieced_value): Likewise.
3993 (free_pieced_value_closure): Call value_free as needed.
3994 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
3995 Update for value-based expressions.
3996 * dwarf2loc.h (dwarf2_get_die_type): Declare.
3997 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
3998 <get_base_type>: New field.
3999 (struct dwarf_expr_piece) <v.value>: Change type.
4000 <v.regno>: New field.
4001 (struct dwarf_expr_context) <mark>: New field.
4002 (dwarf_expr_piece, dwarf_expr_fetch): Update.
4003 (dwarf_expr_pop, dwarf_expr_push): Remove.
4004 (dwarf_expr_push_address): Declare.
4005 * dwarf2expr.c (dwarf_arch_cookie): New global.
4006 (struct dwarf_gdbarch_types): New.
4007 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
4008 functions.
4009 (dwarf_expr_push): Change type of 'value' argument. Update. Now
4010 static.
4011 (dwarf_expr_push_address): New function.
4012 (dwarf_expr_pop): Now static.
4013 (dwarf_expr_fetch): Change return type.
4014 (dwarf_require_integral): New function.
4015 (dwarf_expr_fetch): Simplify.
4016 (add_piece): Update.
4017 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
4018 functions.
4019 (execute_stack_op) <sign_ext>: Remove.
4020 Use values for DWARF stack.
4021 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
4022 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
4023 New cases.
4024 (_initialize_dwarf2expr): New function.
4025 (add_piece): Update.
4026 (new_dwarf_expr_context): Set new field.
4027 (free_dwarf_expr_context): Call value_free_to_mark.
4028 * dwarf2-frame.c (no_base_type): New function.
4029 (execute_stack_op): Set get_base_type field. Update.
4030
4031 2011-05-12 Tom Tromey <tromey@redhat.com>
4032
4033 * dwarf2read.c (read_common_block): Fix formatting.
4034
4035 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4036
4037 * breakpoint.c (disable_breakpoint): Disable all locations
4038 associated with a tracepoint on target if a trace experiment is
4039 running.
4040 (disable_command): Disable a specific tracepoint location on target if
4041 a trace experiment is running.
4042 (do_enable_breakpoint): Enable all locations associated with a
4043 tracepoint on target if a trace experiment is running.
4044 (enable_command) Enable a specific tracepoint location on target if a
4045 trace experiment is running.
4046 * target.c (update_current_target): Add INHERIT and de_fault clauses for
4047 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4048 to_disable_tracepoint.
4049 * target.h: Add declaration of struct bp_location.
4050 (struct target_ops): Add new functions
4051 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
4052 to_disable_tracepoint to target operations.
4053 (target_supports_enable_disable_tracepoint): New macro.
4054 (target_enable_tracepoint): New macro.
4055 (target_disable_tracepoint): New macro.
4056 * remote.c (struct remote_state): Add new field.
4057 (remote_enable_disable_tracepoint_feature): New.
4058 (remote_protocol_features): Add new entry.
4059 (remote_supports_enable_disable_tracepoint): New.
4060 (remote_enable_tracepoint): New.
4061 (remote_disable_tracepoint): New.
4062 (init_remote_ops): Add remote_enable_tracepoint,
4063 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
4064 to remote operations.
4065 * tracepoint.c (start_tracing): Allow tracing to start without any
4066 tracepoints enabled with just a warning if they can be re-enabled
4067 later.
4068 * NEWS: Add news item for the new behaviour of the enable and disable
4069 GDB commands when applied to tracepoints.
4070 Add news items for the new remote packets QTEnable and QTDisable.
4071
4072 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4073
4074 * config.in: Regenerate.
4075 * configure: Regenerate.
4076 * configure.ac <--with-system-readline> (for readline_echoing_p):
4077 Remove the test.
4078 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
4079 (tui_old_rl_echoing_p): ... here.
4080 (tui_setup_io): Rename extern declaration readline_echoing_p to
4081 _rl_echoing_p. Adjust assignments for the both renames.
4082
4083 2011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
4084
4085 * symtab.c (lookup_symtab): Run cleanup before returning.
4086
4087 2011-05-11 Tom Tromey <tromey@redhat.com>
4088
4089 * dwarf2read.c (handle_data_member_location): New function.
4090 (dwarf2_add_field): Use it.
4091 (read_common_block): Likewise.
4092
4093 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 Make addrs->SECTINDEX always defined.
4096 * symfile.c (relative_addr_info_to_section_offsets): Check for
4097 SECTINDEX -1, not for zero ADDR.
4098 (addrs_section_compar): Remove checking for invalid SECTINDEX.
4099 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
4100 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
4101 on its validity.
4102
4103 2011-05-10 Doug Evans <dje@google.com>
4104
4105 * linux-thread-db.c: Whitespace cleanup.
4106 (try_thread_db_load_1): Fix comment.
4107
4108 * linux-thread-db.c (set_libthread_db_search_path): New function.
4109 (_initialize_thread_db): Add setter for libthread-db-search-path.
4110
4111 2011-05-09 Doug Evans <dje@google.com>
4112
4113 * NEWS: Mention --with-iconv-bin.
4114 * configure.ac: New option --with-iconv-bin.
4115 * configure: Regenerate.
4116 * config.in: Regenerate.
4117 * defs.h (relocate_gdb_directory): Declare.
4118 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
4119 removed progname parameter, and exported. All callers updated.
4120 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
4121
4122 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
4123 adding missing call to restore_child_signals_mask.
4124
4125 2011-05-09 Pedro Alves <pedro@codesourcery.com>
4126
4127 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
4128 parameter.
4129 * infrun.c (proceed, start_remote): Adjust.
4130 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
4131 and adjust to not handle it.
4132 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
4133 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
4134 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
4135 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
4136 * windows-nat.c (do_initial_windows_stuff): Adjust.
4137 * infcmd.c (attach_command): Adjust.
4138 (notice_new_inferior): Adjust.
4139
4140 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4141
4142 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
4143 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
4144 * spu-tdep.c (op_selb): Use correct value.
4145
4146 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
4147
4148 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
4149 "parent" parameter to symbol_file_add_from_bfd call.
4150
4151 2011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4152 Thiago Jung Bauermann <bauerman@br.ibm.com>
4153
4154 Implement support for PowerPC BookE masked watchpoints.
4155 * NEWS: Mention masked watchpoint support. Create "Changed commands"
4156 section.
4157 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
4158 method. Initialize to NULL in all existing breakpoint_ops instances.
4159 (struct breakpoint) <hw_wp_mask>: New field.
4160 * breakpoint.c (is_masked_watchpoint): Add prototype.
4161 (update_watchpoint): Don't set b->val for masked watchpoints. Call
4162 breakpoint's breakpoint_ops.works_in_software_mode if available.
4163 (watchpoints_triggered): Handle the case of a hardware masked
4164 watchpoint trigger.
4165 (watchpoint_check): Likewise.
4166 (works_in_software_mode_watchpoint): New function.
4167 (insert_masked_watchpoint, remove_masked_watchpoint)
4168 (resources_needed_masked_watchpoint)
4169 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
4170 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
4171 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
4172 functions.
4173 (masked_watchpoint_breakpoint_ops): New structure.
4174 (watch_command_1): Check for the existence of the `mask' parameter.
4175 Set b->ops according to the type of hardware watchpoint being created.
4176 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
4177 (ppc_linux_remove_mask_watchpoint)
4178 (ppc_linux_masked_watch_num_registers): New functions.
4179 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
4180 to_remove_mask_watchpoint and to_masked_watch_num_registers.
4181 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
4182 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
4183 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4184 (target_masked_watch_num_registers): New functions.
4185 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
4186 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
4187 methods.
4188 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
4189 (target_masked_watch_num_registers): Add prototypes.
4190
4191 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 PR 12573
4194 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
4195 (producer_is_gcc_ge_4_0): New function.
4196 (process_full_comp_unit): Set also symtab->locations_valid. Move the
4197 symtab->language code.
4198 (var_decode_location): Set cu->has_loclist.
4199 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
4200 skip. Intialize force_skip from locations_valid. Move the prologue
4201 skipping code into two passes.
4202 * symtab.h (struct symtab): Make the primary field a bitfield. New
4203 field locations_valid.
4204
4205 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4206
4207 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
4208 (classify_inner_name): Call cp_lookup_nested_type with
4209 yylval.tsym.type.
4210 * cp-namespace.c (cp_lookup_nested_type): New variable
4211 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
4212 type_name_no_tag_or_error with saved_parent_type.
4213 * dwarf2read.c (load_partial_dies): Read in any children of
4214 DW_TAG_typedef with complaint in such case.
4215 * gdbtypes.c (type_name_no_tag_or_error): New function.
4216 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
4217 * valops.c (destructor_name_p): New comment for parameter type. Remove
4218 type const. Make dname and cp const. Call type_name_no_tag_or_error.
4219 * value.h (destructor_name_p): Remove type const.
4220
4221 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 * symtab.c (compare_symbol_name): New function.
4224 (completion_list_add_name, expand_partial_symbol_name): Call it,
4225 remove the variable ncmp.
4226 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
4227 gdb_assert it.
4228
4229 2011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
4230
4231 Demote to sw watchpoint only in update_watchpoint.
4232 * breakpoint.c (update_watchpoint): Change between software and
4233 hardware watchpoint for all kinds of watchpoints, not just
4234 read/write ones. Determine b->exact value here instead of
4235 in watch_command_1. Error out if there are not enough resources
4236 for a read or access hardware watchpoint.
4237 (watch_command_1): Remove logic of checking whether there are
4238 enough resources available, since update_watchpoint will do that
4239 work now. Don't set b->exact here. Catch exceptions thrown by
4240 update_watchpoint and delete the watchpoint.
4241 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
4242 Use target_exact_watchpoints instead.
4243 (delete_breakpoint): Notify observers only if deleted watchpoint
4244 has a breakpoint number assigned to it.
4245
4246 2011-05-05 Janis Johnson <janisjo@codesourcery.com>
4247
4248 * MAINTAINERS: Add myself as a write-after-approval maintainer.
4249
4250 2011-05-05 Jerome Guitton <guitton@adacore.com>
4251
4252 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
4253 New functions.
4254 (i386_stack_tramp_frame_unwind): New static global.
4255 (i386_match_pattern): New function, extracted from i386_match_insn.
4256 (i386_match_insn): Use i386_match_pattern.
4257 (i386_match_insn_block): New function.
4258 (i386_tramp_chain_in_reg_insns)
4259 (i386_tramp_chain_on_stack_insns): New static variables.
4260 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
4261 of unwinders.
4262
4263 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4264
4265 * configure.host (xscale*): Don't handle target.
4266 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
4267 handle targets.
4268
4269 2011-05-04 Yao Qi <yao@codesourcery.com>
4270
4271 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
4272
4273 2011-05-03 Joel Brobecker <brobecker@adacore.com>
4274
4275 Revert:
4276 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
4277 | * elfread.c (elf_symtab_read): Stop memory leak.
4278
4279 2011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4280
4281 * nto-tdep.c (nto_target): Replace deprecated call to
4282 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
4283
4284 2011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4285
4286 Fix false GCC warning.
4287 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
4288
4289 2011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
4290
4291 * breakpoint.c (update_watchpoint): Move code to change
4292 the enable state of breakpoint from here ...
4293 (do_enable_breakpoint): ... to here.
4294
4295 2011-04-26 Andrew Gontarek <andrewg@cray.com>
4296
4297 * valprint.c (val_print_array_elements): Fixed poor performance
4298 of printing very large arrays with repeat_count_threshold set
4299 to unlimited. New comment.
4300
4301 2011-04-29 Tom Tromey <tromey@redhat.com>
4302
4303 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
4304 (mi_parse): Likewise.
4305 * breakpoint.c (break_range_command): Use sizeof char*, not
4306 char**.
4307 (create_breakpoint): Likewise.
4308 (parse_breakpoint_sals): Likewise.
4309
4310 2011-04-29 Pedro Alves <pedro@codesourcery.com>
4311
4312 * linux-nat.c (linux_child_remove_fork_catchpoint)
4313 (linux_child_remove_vfork_catchpoint)
4314 (linux_child_remove_exec_catchpoint): New functions.
4315 (linux_target_install_ops): Install them.
4316
4317 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
4318
4319 PR mi/12531
4320
4321 * varobj.c (install_default_visualizer): Do not install a
4322 visualizer if the varobj is CPLUS_FAKE_CHILD.
4323 (construct_visualizer): Likewise.
4324
4325 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
4328 case insensitive comparison.
4329
4330 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
4331
4332 * infrun.c (proceed): Revert previous change.
4333 (resume): Instead, handle the case of signal delivery while stepping
4334 off a breakpoint location here, and only if software single-stepping
4335 is used. Handle nested signals.
4336
4337 2011-04-28 Yao Qi <yao@codesourcery.com>
4338
4339 * arm-tdep.c (copy_unmodified): Rename to ...
4340 (arm_copy_unmodified): .. this. New.
4341 (copy_preload): Move common part to ...
4342 (install_preload): .. this. New.
4343 (arm_copy_preload): New.
4344 (copy_preload_reg): Move common part to ...
4345 (install_preload_reg): ... this. New.
4346 (arm_copy_preload_reg): New.
4347 (copy_b_bl_blx): Move common part to ...
4348 (install_b_bl_blx): .. this. New.
4349 (arm_copy_b_bl_blx): New.
4350 (copy_bx_blx_reg): Move common part to ...
4351 (install_bx_blx_reg): ... this. New.
4352 (arm_copy_bx_blx_reg): New.
4353 (copy_alu_reg): Move common part to ...
4354 (install_alu_reg): ... this. New.
4355 (arm_copy_alu_reg): New.
4356 (copy_alu_shifted_reg): Move common part to ...
4357 (install_alu_shifted_reg): ... this. New.
4358 (copy_ldr_str_ldrb_strb): Move common part to ...
4359 (install_ldr_str_ldrb_strb): ... this. New.
4360 (arm_copy_ldr_str_ldrb_strb): New.
4361 (copy_copro_load_store): Move some common part to ...
4362 (install_copy_copro_load_store): ... this. New.
4363 (arm_copy_copro_load_store): New.
4364 (copy_svc): Delete.
4365 (arm_copy_svc): Renamed from copy_svc.
4366 (copy_undef): Delete.
4367 (arm_copy_undef): Renamed from copy_undef.
4368 (decode_ext_reg_ld_st): Delete.
4369 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4370 (decode_svc_copro): Delete.
4371 (arm_decode_svc_copro): Renamed from decode_svc_copro.
4372 (copy_copro_load_store, copy_alu_imm): update callers.
4373 (copy_extra_ld_st, copy_block_xfer): Likewise.
4374 (decode_misc_memhint_neon, decode_unconditional): Likewise.
4375 (decode_miscellaneous, decode_dp_misc): Likewise.
4376 (decode_ld_st_word_ubyte, decode_media): Likewise.
4377 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
4378 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
4379 (decode_unconditional, decode_miscellaneous): Likewise.
4380 (decode_media, decode_b_bl_ldmstm): Likewise.
4381 (arm_process_displaced_insn): Likewise..
4382 (decode_misc_memhint_neon): Delete.
4383 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
4384 (decode_miscellaneous): Delete.
4385 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
4386 (decode_dp_misc): Delete.
4387 (arm_decode_dp_misc): Renamed from decode_dp_misc.
4388 (decode_ld_st_word_ubyte): Delete.
4389 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
4390 (decode_media): Delete.
4391 (arm_decode_media): Renamed from decode_media.
4392 (decode_b_bl_ldmstm): Delete.
4393 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
4394 (decode_ext_reg_ld_st): Delete.
4395 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
4396 (decode_unconditional): Delete.
4397 (arm_decode_unconditional): Renamed from decode_unconditional.
4398
4399 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 Case insensitive lookups implementation.
4402 * dwarf2read.c: Include ctype.h.
4403 (struct mapped_index): New field version.
4404 (mapped_index_string_hash): New parameter index_version. New comment
4405 for it. Call tolower appropriately.
4406 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
4407 Choose the right index version for mapped_index_string_hash.
4408 (dwarf2_read_index): Support also the index version 5. Initialize the
4409 new struct mapped_index field version.
4410 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
4411 (find_slot): Explain the version needs. Pass INT_MAX for the new
4412 parameter.
4413 (write_psymtabs_to_index): Produce version 5.
4414 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
4415 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
4416 * psymtab.c (lookup_partial_symbol): Find the
4417 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
4418 entries.
4419 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
4420 NAME lowercasing.
4421 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
4422 (completion_list_add_name): New variable ncmp, initialize it, use it.
4423 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
4424 * utils.c (strcmp_iw): Support case_sensitive_off.
4425 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
4426 New function comment part. New variables saved_string1,
4427 saved_string2 and case_pass. Add a proper second pass.
4428
4429 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4430
4431 Replace re_comp/re_exec by regcomp/regexec.
4432 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
4433 (search_symbols_name_matches): Use them, use regexec.
4434 (search_symbols): New variable retval_chain, adjust the use of
4435 old_chain against it. Replace re_comp by regcomp. Use the new struct
4436 search_symbols_data fields, use regexec instead of re_exec.
4437
4438 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 Format the code for the next patch.
4441 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
4442 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
4443 New variables c1 and c2.
4444
4445 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4446
4447 * infrun.c (proceed): Do not single-step into signal delivery
4448 when stepping off a breakpoint location.
4449 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
4450 (insert_step_resume_breakpoint_at_caller): Likewise.
4451 (insert_step_resume_breakpoint_at_sal): Likewise.
4452 (insert_longjmp_resume_breakpoint): Likewise.
4453
4454 2011-04-27 Yao Qi <yao@codesourcery.com>
4455
4456 * common/linux-ptrace.h: Remove include <sys/wait.h>.
4457
4458 2011-04-27 Joel Brobecker <brobecker@adacore.com>
4459
4460 * procfs.c (procfs_pass_signals): Fix advance declaration.
4461
4462 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
4463
4464 * target.h (struct target_ops): Remove to_notice_signals;
4465 add to_pass_signals.
4466 (target_notice_signals): Remove.
4467 (target_pass_signals): Add prototype.
4468 * target.c (update_current_target): Remove to_notice_signals;
4469 mention to_pass_signals.
4470 (target_pass_signals): New function.
4471 (debug_to_notice_signals): Remove.
4472 (setup_target_debug): Do not install debug_to_notice_signals.
4473
4474 * infrun.c (signal_pass): New global.
4475 (resume): Call target_pass_signals.
4476 (handle_inferior_event): Report all signals while stepping over
4477 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
4478 are re-inserted when stepping over a signal handler.
4479 (signal_cache_update): New function.
4480 (signal_stop_update): Call it.
4481 (signal_print_update): Likewise.
4482 (signal_pass_update): Likewise.
4483 (handle_command): Call signal_cache_update and target_pass_signals
4484 instead of target_notice_signals.
4485 (_initialize_infrun): Initialize signal_pass.
4486
4487 * linux-nat.c (pass_mask): New global.
4488 (linux_nat_pass_signals): New function.
4489 (linux_nat_create_inferior): Report all signals initially.
4490 (linux_nat_attach): Likewise.
4491 (linux_nat_resume): Use pass_mask to decide whether to directly
4492 handle an inferior signal.
4493 (linux_nat_wait_1): Likewise.
4494 (linux_nat_add_target): Install to_pass_signals callback.
4495
4496 * nto-procfs.c (notice_signals): Remove.
4497 (procfs_resume): Do not call notice_signals.
4498 (procfs_notice_signals): Remove.
4499 (procfs_pass_signals): New function.
4500 (init_procfs_ops): Install to_pass_signals callback instead of
4501 to_notice_signals callback.
4502 (_initialize_procfs): Report all signals initially.
4503
4504 * procfs.c (procfs_notice_signals): Remove.
4505 (procfs_pass_signals): New function.
4506 (procfs_target): Install to_pass_signals callback instead of
4507 to_notice_signals callback.
4508 (register_gdb_signals): Remove.
4509 (procfs_debug_inferior): Report all signals initially.
4510 (procfs_init_inferior): Remove redundant register_gdb_signals call.
4511
4512 * remote.c (remote_pass_signals): Add numsigs and pass_signals
4513 parameters; use them instead of calling signal_..._state routines.
4514 (remote_notice_signals): Remove.
4515 (remote_start_remote): Report all signals initially.
4516 (remote_resume): Do not call remote_pass_signals.
4517 (_initialize_remote): Install to_pass_signals callback instead of
4518 to_notice_signals callback.
4519
4520 2011-04-27 Pedro Alves <pedro@codesourcery.com>
4521
4522 * breakpoint.c (user_settable_breakpoint): Delete.
4523 (user_breakpoint_p): Remove check on user_settable_breakpoint.
4524 (delete_command): Check user_breakpoint_p instead of looking at
4525 the breakpoint's type.
4526 (disable_command): Ditto.
4527 (enable_command): Ditto.
4528 (delete_trace_command): Use user_breakpoint_p instead of looking
4529 at the breakpoint number directly. When checking if there are
4530 user visible tracepoints, in order to know whether to ask the user
4531 for confirmation, check whether the breakpoint is actually a
4532 tracepoint.
4533
4534 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
4535
4536 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
4537 compilation.
4538
4539 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
4540
4541 MI breakpoint notifications.
4542
4543 * annotate.c (breakpoint_changed): Adjust parameter type.
4544 * breakpoint.c (set_breakpoint_condition): Adjust to change
4545 in breakpoint_modified type.
4546 (breakpoint_set_commands): Likewise.
4547 (do_map_commands_command): Likewise.
4548 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
4549 changed after bumping hit count.
4550 (bpstat_stop_status): Likewise.
4551 (print_one_breakpoint_location): Don't wrap in tuple here.
4552 (print_one_breakpoint): Always print individual locations.
4553 For locations, use unnamed tuple.
4554 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
4555 has changed.
4556 (create_catchpoint, create_syscall_event_catchpoint): Call
4557 breakpoint_created obsever.
4558 (mention): Don't call breakpoint_created observer.
4559 (create_breakpoint_sal): Call breakpoint_created observer.
4560 (create_breakpoint, watch_command_1): Likewise.
4561 (create_ada_exception_breakpoint): Likewise.
4562 (delete_breakpoint): Call breakpoint_deleted breakpoint.
4563 (locations_are_equal): New.
4564 (update_breakpoint_locations): If locations were changed, notify.
4565 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
4566 Call breakpoint_modified observer.
4567
4568 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
4569 (mi_cmd_break_insert): Don't set observers for modify and delete.
4570 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
4571 (mi_breakpoint_created, mi_breakpoint_deleted)
4572 (mi_breakpoint_modified): New.
4573 (mi_interpreter_init): Hook the above.
4574 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
4575 while -break-* commands are executing.
4576 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
4577 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
4578 (mi_redirect): New.
4579 (mi_ui_out_impl): Hook in mi_redirect.
4580 (mi_field_skip): True to the name, skip the field, don't output
4581 a field with an empty value.
4582
4583 * python/py-breakpoint.c (gdbpy_breakpoint_created)
4584 (gdbpy_breakpoint_deleted): Adjust.
4585 * tui/tui-hooks.c (tui_event_create_breakpoint)
4586 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
4587
4588 2011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
4589
4590 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
4591 (procfs_remove_hw_watchpoint): Likewise.
4592
4593 2011-04-26 Michael Walle <michael@walle.cc>
4594
4595 * remote.c (remote_start_remote): Ack packet after sending the
4596 interrupt sequence.
4597
4598 2011-04-26 Yao Qi <yao@codesourcery.com>
4599
4600 * linux-nat.c: Move common macros to ...
4601 Include linux-ptrace.h.
4602 * common/linux-ptrace.h: ... here. New.
4603
4604 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
4607 !objfile_has_partial_symbols. New comment.
4608 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
4609 SYM_READ_PSYMBOLS is not present. Extend the comment.
4610 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
4611
4612 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 * defs.h (ENUM_BITFIELD): Remove.
4615
4616 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4617 Eli Zaretskii <eliz@gnu.org>
4618
4619 * NEWS: Document the new gdbserver --once option.
4620
4621 2011-04-21 Jie Zhang <jzhang918@gmail.com>
4622
4623 * MAINTAINERS: Update my email address.
4624
4625 2011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4626
4627 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
4628 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
4629 function call if __STDC_ISO_10646__ macro is defined.
4630 (intermediate_encoding): New prototype.
4631 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
4632 to generate compile time error for unsupported gdb_wchar_t size.
4633 (ENDIAN_SUFFIX): New macro.
4634 (intermediate_encoding): New function.
4635
4636 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4637
4638 * ada-lang.c (struct add_partial_datum): Update the comment for
4639 expand_partial_symbol_name.
4640 (ada_add_partial_symbol_completions): Rename to ...
4641 (ada_expand_partial_symbol_name): ... here, change return type, update
4642 function comment, call symbol_completion_match instead of
4643 symbol_completion_add.
4644 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
4645 and ada_expand_partial_symbol_name.
4646 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
4647 FILE_MATCHER.
4648 (dw2_map_symbol_names): Remove.
4649 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
4650 * psymtab.c (map_symbol_names_psymtab): Remove.
4651 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
4652 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
4653 order.
4654 (psym_functions): Unlist map_symbol_names_psymtab.
4655 (map_partial_symbol_names): Rename to ...
4656 (expand_partial_symbol_names): ... here, change the FUN type, call
4657 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
4658 * psymtab.h (map_partial_symbol_names): Rename to ...
4659 (expand_partial_symbol_names): ... here, change the FUN type.
4660 * symfile.h (struct quick_symbol_functions): Update the description of
4661 expand_symtabs_matching. Remove map_symbol_names.
4662 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
4663 (struct add_name_data): Update the comment for
4664 expand_partial_symbol_name.
4665 (add_partial_symbol_name): Rename to ...
4666 (expand_partial_symbol_name): ... here. Replace
4667 completion_list_add_name call by strncmp.
4668 (default_make_symbol_completion_list_break_on): Use now
4669 expand_partial_symbol_names and expand_partial_symbol_name.
4670 * symtab.h (enum search_domain): New element ALL_DOMAIN.
4671
4672 2011-04-20 Tom Tromey <tromey@redhat.com>
4673
4674 * dwarf2read.c (save_gdb_index_command): Replace format
4675 documentation with a pointer to the manual.
4676
4677 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4678
4679 * regcache.c: Include remote.h.
4680 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
4681 (regcache_dump): Handle regcache_dump_remote.
4682 (maintenance_print_remote_registers): New function.
4683 (_initialize_regcache): Install "maint print remote-registers"
4684 command.
4685 * remote.c (map_regcache_remote_table): New function, factored out
4686 from ...
4687 (init_remote_state): ... here.
4688 (remote_register_number_and_offset): New.
4689 * remote.h (remote_register_number_and_offset): Declare.
4690
4691 2011-04-20 Pedro Alves <pedro@codesourcery.com>
4692
4693 * regcache.c (get_thread_arch_regcache): If creating a regcache for
4694 null_ptid, assume and allow a NULL address space, instead of
4695 asking the target for the ptid's address space.
4696 * infrun.c (ptid_is_pid): Remove assertion.
4697
4698 2011-04-19 Tom Tromey <tromey@redhat.com>
4699
4700 * windows-tdep.c (windows_xfer_shared_library):
4701 * windows-nat.c (get_module_name, windows_make_so):
4702 * v850-tdep.c (v850_handle_pushm):
4703 * utils.c (null_cleanup, gdb_realpath):
4704 * ui-out.c (get_next_header):
4705 * tracepoint.c (clear_traceframe_info):
4706 * symtab.c (lookup_symtab):
4707 * serial.h (struct serial_ops):
4708 * mipsread.c (read_alphacoff_dynamic_symtab):
4709 * infcmd.c (print_return_value):
4710 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
4711 * f-exp.y (parse_number):
4712 * exceptions.c (catch_exceptions):
4713 * dummy-frame.c (dummy_frame_this_id):
4714 * defs.h (struct cleanup):
4715 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
4716 * arm-tdep.c (arm_push_dummy_call):
4717 * amd64-tdep.h (amd64_collect_xsave):
4718 * amd64-tdep.c (amd64_collect_xsave):
4719 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
4720 * README (typing): Remove duplicate words.
4721 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
4722 * infrun.c (siginfo_value_read): Fix typo.
4723 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
4724 * top.c (source_line_number): Add comma.
4725
4726 2011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
4727
4728 * thread.c (any_live_thread_of_process): Prioritize threads
4729 that are not executing.
4730 * gdbthread.h (any_live_thread_of_process): Update comment
4731 as per above change.
4732
4733 2011-04-19 Andreas Schwab <schwab@linux-m68k.org>
4734
4735 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
4736 (scan_xcoff_symtab): Likewise.
4737
4738 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4739
4740 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
4741 inside if clause.
4742
4743 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4744 Pedro Alves <pedro@codesourcery.com>
4745
4746 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
4747 variables to simplify code and avoid == operator at end of
4748 line as this is against GNU coding standards.
4749
4750 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4751
4752 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
4753 lm_name to name_lm to avoid conflict with lm_name function.
4754
4755 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4756
4757 ARI fixes: Use only lowercase function name for static functions.
4758 * nto-tdep.c (LM_ADDR): Rename to...
4759 (lm_addr): New function name.
4760 (nto_relocate_section_addresses): Adapt to change above.
4761 * solib-sunos.c (LM_ADDR): Rename to...
4762 (lm_addr): New function name.
4763 (LM_NEXT): Rename to...
4764 (lm_next): New function name.
4765 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
4766 function name changes above.
4767 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
4768 (lm_addr_from_link_map): New function name.
4769 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
4770 (has_lm_dynamic_from_link_map): New function name.
4771 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
4772 (lm_dynamic_from_link_map): New function name.
4773 (LM_ADDR_CHECK): Rename to...
4774 (lm_addr_check): New function name.
4775 (LM_NEXT): Rename to...
4776 (lm_next): New function name.
4777 (LM_PREV): Rename to...
4778 (lm_prev): New function name.
4779 (LM_NAME): Rename to...
4780 (lm_name): New function name.
4781 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
4782 (ignore_first_link_map_entry): New function name.
4783 (svr4_keep_data_in_core): Adapt to function name changes above.
4784 (svr4_current_sos): Likewise.
4785 (enable_break): Likewise.
4786 (svr4_relocate_section_addresses): Likewise.
4787
4788 2011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4789
4790 ARI cleanup.
4791 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
4792 sprintf. Simplify code and avoid loosing memory.
4793 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
4794 (call0_frame_cache): Remove && operator from end of line.
4795
4796 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4797
4798 Fix libraries displacement if they change whether they were prelinked.
4799 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
4800 does not match. Comment why.
4801
4802 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 * corelow.c: Include wrapper.h.
4805 (core_open): Call now gdb_target_find_new_threads.
4806 * wrapper.c: Include target.h.
4807 (gdb_target_find_new_threads): New.
4808 * wrapper.h (gdb_target_find_new_threads): New declaration.
4809
4810 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
4813 even if !TARGET_HAS_EXECUTION.
4814
4815 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4816
4817 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
4818 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
4819 bfd_get_synthetic_symtab.
4820 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
4821 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
4822 parameter parent, remove the call to add_separate_debug_objfile.
4823 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
4824 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4825 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
4826 parent, new comment for it, call add_separate_debug_objfile for it.
4827 (symbol_file_add_separate): Pass objfile as the parameter parent,
4828 remove the call to add_separate_debug_objfile.
4829 (symbol_file_add_from_bfd): New parameter parent, pass it.
4830 (symbol_file_add): Pass NULL to the new parameter parent.
4831 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
4832
4833 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4834
4835 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
4836 BSF_SYNTHETIC.
4837
4838 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4839
4840 Fix Python access to inlined frames.
4841 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
4842 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
4843
4844 2011-04-15 Tom Tromey <tromey@redhat.com>
4845
4846 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
4847
4848 2011-04-15 Gary Benson <gbenson@redhat.com>
4849
4850 * MAINTAINERS: Add myself to write-after-approval section.
4851
4852 2011-04-14 Mike Frysinger <vapier@gentoo.org>
4853
4854 * remote-sim.c (sim_command_completer): New function.
4855 (_initialize_remote_sim): Set completer to sim_command_completer.
4856
4857 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4858
4859 * breakpoint.c (print_exception_catchpoint): Rename to ...
4860 (print_it_exception_catchpoint): ... this.
4861 (gnu_v3_exception_catchpoint_ops): Update with new name
4862 for print_it_exception_catchpoint.
4863
4864 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
4865
4866 * MAINTAINERS: Add myself for write after approval privileges.
4867
4868 2011-04-13 Marek Polacek <mpolacek@redhat.com>
4869
4870 * MAINTAINERS: Add myself as a write-after-approval maintainer.
4871
4872 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4873
4874 * breakpoint.c (watch_command_1): Remove colon from exp_string.
4875
4876 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
4877
4878 * breakpoint.c (save_breakpoints): Verify whether
4879 breakpoint_ops.print_recreate is defined before calling it.
4880
4881 2011-04-11 Gary Benson <gbenson@redhat.com>
4882
4883 Fix failure with --enable-maintainer-mode.
4884 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
4885
4886 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4887
4888 Code cleanup.
4889 * symtab.c (search_symbols): Reorder the KIND description in the
4890 function comment. Remove the unused 4th element of types, types2,
4891 types3 and types4. New gdb_assert on KIND.
4892 (symtab_symbol_info): Remove the unused 4th element of classnames.
4893 New gdb_assert on KIND.
4894 * symtab.h (enum search_domain): New warning in the enum comment.
4895 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
4896 TYPES_DOMAIN.
4897
4898 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4899
4900 Fix crash of gdb save-index on a STABS file.
4901 * dwarf2read.c (write_psymtabs_to_index): Return also on no
4902 PSYMTABS_ADDRMAP.
4903
4904 2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4905
4906 Fix DW_AT_accessibility compatibility with gcc-4.6+.
4907 * dwarf2read.c: Include ctype.h.
4908 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
4909 functions.
4910 (dwarf2_add_field): Fix new_field->accessibility by calling
4911 dwarf2_default_access_attribute. Restructure setting accessibility
4912 vs. virtuality.
4913 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
4914 is_private and is_protected by calling
4915 dwarf2_default_access_attribute.
4916
4917 2011-04-08 Kevin Buettner <kevinb@redhat.com>
4918
4919 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
4920 to the initialization.
4921
4922 2011-04-08 Steve Ellcey <sje@cup.hp.com>
4923
4924 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
4925 initalization.
4926
4927 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
4928
4929 Remove support for old Cygwin 1.5 versions.
4930 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
4931 function on old Cygwin version.
4932 * windows-nat.c: Remove cygwin version check and always define
4933 __USEWIDE for Cygwin compilation.
4934
4935 2011-04-07 Yao Qi <yao@codesourcery.com>
4936
4937 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
4938 and TO.
4939 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
4940 (arm_copy_svc): Remove parameters INSN and TO.
4941 (decode_svc_copro): Update caller.
4942 * arm-tdep.h (struct displaced_step_closure): Remove parameters
4943 from function pointer `copy_svc_os'.
4944
4945 2011-04-07 Yao Qi <yao@codesourcery.com>
4946
4947 * arm-tdep.c (cleanup_branch): Set a correct return address in
4948 LR for ARM and Thumb.
4949
4950 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4951
4952 Code cleanup.
4953 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
4954 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
4955 in the function comment, a new note on values compatibility.
4956 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
4957 * symtab.h (SYMBOL_HASH_NEXT): New.
4958
4959 2011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
4960
4961 * ppc-linux-nat.c (check_condition): Add len output parameter.
4962 Set it based on the memory region referenced in the condition
4963 expression. Update all callers.
4964
4965 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4966
4967 Fix crash regression on systems featuring .gdb_index.
4968 * objfiles.c (free_objfile): Move the
4969 forget_cached_source_info_for_objfile call earlier. Comment it.
4970 Extend the comment for objfile_free_data.
4971
4972 2011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4973
4974 Fix regression of displaying the debug format.
4975 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
4976 subfile.
4977
4978 2011-04-04 Tom Tromey <tromey@redhat.com>
4979
4980 * cli/cli-interp.c (struct captured_execute_command_args):
4981 Remove.
4982 (do_captured_execute_command): Remove.
4983 (safe_execute_command): Use TRY_CATCH.
4984 * cli/cli-script.c (struct wrapped_read_command_file_args):
4985 Remove.
4986 (wrapped_read_command_file): Remove.
4987 (script_from_file): Use TRY_CATCH.
4988 * exceptions.c (catch_exception): Remove.
4989 * exceptions.h (catch_exception): Remove.
4990 (deprecated_throw_reason): Update comment.
4991 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
4992 argument to 'context'.
4993 (mi_execute_command): Use TRY_CATCH.
4994 * remote.c (struct start_remote_args): Remove.
4995 (remote_start_remote): Update; change arguments.
4996 (remote_open_1): Use TRY_CATCH.
4997
4998 2011-04-04 Tom Tromey <tromey@redhat.com>
4999
5000 * tracepoint.c (scope_info): Update.
5001 * symtab.c (decode_line_spec): Update.
5002 * python/python.c (gdbpy_decode_line): Update.
5003 * linespec.h (decode_line_1): Update.
5004 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
5005 (decode_compound, find_method, symtab_from_filename)
5006 (decode_variable): Likewise.
5007 * cli/cli-cmds.c (edit_command): Update.
5008 (list_command): Update.
5009 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
5010 argument.
5011 (create_breakpoint): Update.
5012 (until_break_command): Update.
5013 (addr_string_to_sals): Update.
5014 (decode_line_spec_1): Update.
5015
5016 2011-04-04 Tom Tromey <tromey@redhat.com>
5017
5018 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
5019 (do_captured_parse_breakpoint): Remove.
5020 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
5021 Use TRY_CATCH directly.
5022
5023 2011-04-04 Tom Tromey <tromey@redhat.com>
5024
5025 * symtab.h (free_symtab): Remove.
5026 (forget_cached_source_info_for_objfile): Declare.
5027 * symmisc.c (free_symtab): Remove.
5028 * source.c (forget_cached_source_info_for_objfile): New function.
5029 (forget_cached_source_info): Use it.
5030 * objfiles.c (free_objfile): Simplify check before calling
5031 clear_current_source_symtab_and_line. Call
5032 forget_cached_source_info_for_objfile.
5033
5034 2011-04-04 Tom Tromey <tromey@redhat.com>
5035
5036 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
5037 (new_symtab): Don't set `free_code' on symtab.
5038 (new_linetable): Properly handle size==0.
5039 * symtab.h (struct symtab) <free_code, free_func>: Remove.
5040 * symmisc.c (free_symtab): Don't free the linetable. Don't call
5041 free_func.
5042 * jv-lang.c (struct jv_per_objfile_data): New.
5043 (jv_per_objfile_free): Free the data.
5044 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
5045 (get_java_class_symtab): Set the `dict' field on the
5046 jv_per_objfile_data.
5047 (free_class_block): Remove.
5048 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
5049 the symtab.
5050
5051 2011-04-04 Tom Tromey <tromey@redhat.com>
5052
5053 * symfile.c (reread_symbols): Update.
5054 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
5055 field.
5056 * objfiles.c (allocate_objfile): Update.
5057 * cp-support.h (cp_check_possible_namespace_symbols): Don't
5058 declare.
5059 * cp-namespace.c (lookup_symbol_file): Don't call
5060 lookup_possible_namespace_symbol.
5061 (initialize_namespace_symtab, get_possible_namespace_block)
5062 (free_namespace_block, cp_check_possible_namespace_symbols)
5063 (check_possible_namespace_symbols_loop)
5064 (check_one_possible_namespace_symbol)
5065 (lookup_possible_namespace_symbol): Remove.
5066 (maintenance_cplus_namespace): Replace with notice.
5067 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
5068
5069 2011-04-04 Tom Tromey <tromey@redhat.com>
5070
5071 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
5072 * symtab.h (struct symtab) <producer, debugformat>: Now const.
5073 * symmisc.c (free_symtab): Don't free debugformat.
5074 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
5075 (record_debugformat, record_producer): Document.
5076 * buildsym.c (end_symtab): Don't save debugformat and producer
5077 names on obstack.
5078 (end_symtab): Don't free debugformat and producer fields.
5079 (record_debugformat): Don't call xstrdup.
5080 (record_producer): Likewise.
5081
5082 2011-04-04 Tom Tromey <tromey@redhat.com>
5083
5084 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
5085 (source_line_charpos, source_charpos_line): Remove.
5086
5087 2011-04-04 Tom Tromey <tromey@redhat.com>
5088
5089 * symtab.h (domain_enum): Split in two...
5090 (enum search_domain): New.
5091 (search_symbols): Update.
5092 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
5093 redundant declarations.
5094 (search_symbols): Change 'kind' argument to search_domain.
5095 Update.
5096 (print_symbol_info): Likewise.
5097 (symtab_symbol_info): Likewise.
5098 * symfile.h (struct quick_symbol_functions)
5099 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
5100 <expand_symtabs_matching>: Likewise.
5101 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
5102 (expand_symtabs_matching_via_partial): Update.
5103 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
5104 (dw2_expand_symtabs_for_function): Update.
5105 * block.h: Moved anonymous enum...
5106 * defs.h (enum block_enum): ... here. Now named.
5107
5108 2011-04-03 Joel Brobecker <brobecker@adacore.com>
5109
5110 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
5111 * version.in: Bump version to 7.3.50.20110403-cvs.
5112
5113 2011-04-03 Joel Brobecker <brobecker@adacore.com>
5114
5115 * NEWS: Create a new section for the next release branch.
5116 Rename the section of the current branch, now that it has
5117 been cut.
5118
5119 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5120
5121 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
5122 for "fpscr" in target description.
5123
5124 2011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5125
5126 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
5127 initialize it. Delay HASH initialization. Strip the part after open
5128 parenthesis for languages with qualifiers. Call do_cleanups.
5129
5130 2011-04-01 Tom Tromey <tromey@redhat.com>
5131
5132 * utils.c (report_command_stats): Don't print `-' for negative
5133 number.
5134
5135 2011-04-01 Eric Botcazou <ebotcazou@adacore.com>
5136
5137 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
5138 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
5139 typedefs.
5140
5141 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5142
5143 * breakpoint.h (bpdisp_text): Add declaration.
5144 * breakpoint.c (bpdisp_text): Make non-static.
5145 * ada-lang.c: #include "mi/mi-common.h".
5146 (print_it_exception): Rewrite to improve GDB/MI output.
5147
5148 2011-04-01 Pedro Alves <pedro@codesourcery.com>
5149
5150 * arm-tdep.h (struct address_space): Add forward declaration.
5151
5152 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5153
5154 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
5155 * arm-tdep.c (arm_override_mode): New global.
5156 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
5157 execution mode heuristics.
5158 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
5159 second single-step breakpoint if needed, using
5160 arm_insert_single_step_breakpoint.
5161 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
5162 ARM execution mode, do not call thumb_get_next_pc_raw.
5163 (arm_get_next_pc): Encode execution mode in return value. Call
5164 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
5165 (arm_insert_single_step_breakpoint): New function.
5166 (arm_software_single_step): Call it.
5167 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
5168 argument to return execution mode of sigreturn target.
5169 (arm_linux_syscall_next_pc): Use it.
5170 (arm_linux_copy_svc): Update call.
5171 (arm_linux_software_single_step): Call
5172 arm_insert_single_step_breakpoint.
5173
5174 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5175
5176 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
5177 the comment.
5178
5179 2011-03-31 Tom Tromey <tromey@redhat.com>
5180
5181 * varobj.c (update_dynamic_varobj_children): Properly handle
5182 errors from iterator.
5183
5184 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5185
5186 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
5187 struct linkage name twice.
5188
5189 2011-03-31 Tom Tromey <tromey@redhat.com>
5190
5191 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
5192 missing ">" to message.
5193
5194 2011-03-31 Tom Tromey <tromey@redhat.com>
5195
5196 * varobj.c (instantiate_pretty_printer): Remove duplicate
5197 'return'.
5198
5199 2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
5200
5201 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
5202 if neither saved value nor register available (e.g. signal frame).
5203
5204 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5205
5206 * macroexp.c (expand): Avoid uninitialized variable
5207 compiler warning.
5208
5209 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5210
5211 * breakpoint.c (break_range_command): Fix typo in comment.
5212
5213 2011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
5214 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5215
5216 Implement support for PowerPC BookE ranged breakpoints.
5217 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
5218 * breakpoint.h (struct bp_target_info) <length>: New member
5219 variable.
5220 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
5221 instead of struct breakpoint as argument, and also add ASPACE
5222 and BP_ADDR arguments. Update all callers.
5223 (struct breakpoint_ops) <print_one_detail>: New method.
5224 (struct breakpoint) <addr_string_range_end>: New member variable.
5225 * breakpoint.c (breakpoint_location_address_match): Add function
5226 prototype.
5227 (insert_bp_location): Set bl->target_info.length.
5228 (breakpoint_here_p): Call breakpoint_location_address_match.
5229 (moribund_breakpoint_here_p): Likewise.
5230 (regular_breakpoint_inserted_here_p): Likewise.
5231 (breakpoint_thread_match): Likewise.
5232 (bpstat_stop_status): Likewise.
5233 (bpstat_check_location): Move call to
5234 breakpoint_ops.breakpoint_hit to the top.
5235 (print_one_breakpoint_location): Call
5236 breakpoint_ops.print_one_detail if available.
5237 (breakpoint_address_match_range): New function.
5238 (breakpoint_location_address_match): Likewise.
5239 (breakpoint_locations_match): Compare the length field of the
5240 locations too.
5241 (hw_breakpoint_used_count): Count resources used by all locations
5242 in a breakpoint, and use breakpoint_ops.resources_needed if
5243 available.
5244 (breakpoint_hit_ranged_breakpoint): New function.
5245 (resources_needed_ranged_breakpoint): Likewise.
5246 (print_it_ranged_breakpoint): Likewise.
5247 (print_one_ranged_breakpoint): Likewise.
5248 (print_one_detail_ranged_breakpoint): Likewise.
5249 (print_mention_ranged_breakpoint): Likewise.
5250 (print_recreate_ranged_breakpoint): Likewise.
5251 (ranged_breakpoint_ops): New structure.
5252 (find_breakpoint_range_end): New function.
5253 (break_range_command): Likewise.
5254 (delete_breakpoint): Free addr_string_range_end.
5255 (update_breakpoint_locations): Add SALS_END argument. Update
5256 all callers. Calculate breakpoint length if a non-zero SALS_END
5257 is given. Call breakpoint_locations_match instead of
5258 breakpoint_address_match.
5259 (reset_breakpoint): Find SaL of the end of the range if B is a
5260 ranged breakpoint.
5261 (_initialize_breakpoint): Register break-range command.
5262 * defs.h (print_core_address): Add function prototype.
5263 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
5264 function.
5265 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
5266 (ppc_linux_remove_hw_breakpoint): Likewise.
5267 (_initialize_ppc_linux_nat): Initialize
5268 to_ranged_break_num_registers.
5269 * target.c (update_current_target): Add comment about
5270 to_ranged_break_num_registers.
5271 (target_ranged_break_num_registers): New function.
5272 * target.h (struct target_ops) <to_ranged_break_num_registers>:
5273 New method.
5274 (target_ranged_break_num_registers): Add function prototype.
5275 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
5276 * utils.c (print_core_address): ... here.
5277
5278 2011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5279
5280 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
5281 variable compiler warning.
5282
5283 2011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5284
5285 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
5286 code from here ...
5287 (re_set_breakpoint): ... to here ...
5288 (addr_string_to_sals): ... and here.
5289
5290 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5291
5292 * Makefile.in (SFILES): Add missing C sources.
5293 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
5294 Add missing headers.
5295
5296 2011-03-29 Mike Frysinger <vapier@gentoo.org>
5297
5298 * .gitignore: New file.
5299
5300 2011-03-29 Mike Frysinger <vapier@gentoo.org>
5301
5302 * NEWS: Mention new cfi device simulation.
5303
5304 2011-03-29 Tom Tromey <tromey@redhat.com>
5305
5306 * dwarf2read.c (fixup_partial_die): Handle linkage name on
5307 otherwise anonymous types.
5308 (dwarf2_name): Likewise.
5309 * valops.c (value_struct_elt_for_reference): Refine artificial
5310 type logic. Call error if j==-1.
5311
5312 2011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
5313
5314 Fix false GCC warning.
5315 * infcall.c (find_function_addr): Initialize funaddr.
5316
5317 2011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
5318
5319 Fix mingw compilation with --enable-targets=all.
5320 * remote-mips.c (gdb_usleep.h): Include header.
5321 (mips_enter_debug): Use gdb_usleep instead of sleep.
5322
5323 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5324
5325 Support resolution of STT_GNU_IFUNC via breakpoints.
5326 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
5327 bp_gnu_ifunc_resolver_return.
5328 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
5329 the loop. Support bp_gnu_ifunc_resolver and
5330 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
5331 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
5332 breakpoints.
5333 (bptype_string, print_one_breakpoint_location): Support
5334 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
5335 (user_settable_breakpoint): Return true also for
5336 bp_gnu_ifunc_resolver.
5337 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
5338 bp_gnu_ifunc_resolver_return.
5339 (set_breakpoint_location_function): New parameter explicit_loc,
5340 describe it. Call find_pc_partial_function_gnu_ifunc with new
5341 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
5342 EXPLICIT_LOC is not set.
5343 (set_raw_breakpoint): Set EXPLICIT_LOC for
5344 set_breakpoint_location_function.
5345 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
5346 set_breakpoint_location_function.
5347 (mention): Support bp_gnu_ifunc_resolver and
5348 bp_gnu_ifunc_resolver_return.
5349 (add_location_to_breakpoint): Set EXPLICIT_LOC for
5350 set_breakpoint_location_function.
5351 (update_breakpoint_locations): Remove static.
5352 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
5353 bp_gnu_ifunc_resolver_return.
5354 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
5355 bp_gnu_ifunc_resolver_return.
5356 (update_breakpoint_locations): New declaration.
5357 * elfread.c: Include gdbthread.h and regcache.h.
5358 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
5359 functions.
5360 (elf_gnu_ifunc_fns): Install them.
5361 * minsyms.c (stub_gnu_ifunc_resolver_stop)
5362 (stub_gnu_ifunc_resolver_return_stop): New functions.
5363 (stub_gnu_ifunc_fns): Install them.
5364 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
5365 and gnu_ifunc_resolver_return_stop.
5366 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
5367
5368 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5369
5370 STT_GNU_IFUNC reader implementation.
5371 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
5372 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
5373 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
5374 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
5375 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
5376 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
5377 (elf_gnu_ifunc_resolve_addr): New.
5378 (elf_symfile_read): Call elf_rel_plt_read.
5379 (elf_gnu_ifunc_fns): New.
5380 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
5381 Install elf_gnu_ifunc_fns.
5382 * infcall.c (find_function_return_type): New function.
5383 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
5384 * minsyms.c (stub_gnu_ifunc_resolve_addr)
5385 (stub_gnu_ifunc_resolve_name): New functions.
5386 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
5387 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
5388 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
5389
5390 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 Code cleanup for later STT_GNU_IFUNC support.
5393 * infcall.c (find_function_addr): Remove variable code, use explicit
5394 dereferences for it. Move VALUE_TYPE initialization later.
5395
5396 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5397
5398 GDB find_pc_partial_function support for STT_GNU_IFUNC.
5399 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
5400 (clear_pc_function_cache): Clear it.
5401 (find_pc_partial_function): Rename to ...
5402 (find_pc_partial_function_gnu_ifunc): ... this function. New
5403 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
5404 (find_pc_partial_function): New wrapper for this function.
5405 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
5406
5407 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5408
5409 GDB internal type support for STT_GNU_IFUNC.
5410 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
5411 (elf_symtab_read): Set mst_text_gnu_ifunc for
5412 BSF_GNU_INDIRECT_FUNCTION.
5413 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
5414 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
5415 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
5416 nodebug_got_plt_symbol.
5417 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
5418 (TYPE_GNU_IFUNC): New.
5419 (struct main_type): New field flag_gnu_ifunc.
5420 (struct builtin_type): New field builtin_func_func.
5421 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
5422 nodebug_got_plt_symbol.
5423 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
5424 (in_gnu_ifunc_stub): New.
5425 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
5426 mst_text_gnu_ifunc.
5427 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
5428 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
5429 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
5430 in_gnu_ifunc_stub.
5431 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
5432 * symtab.c (search_symbols): Likewise.
5433 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
5434 and mst_slot_got_plt.
5435 (in_gnu_ifunc_stub): New declaration.
5436
5437 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5438
5439 Support a ring of related breakpoints.
5440 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
5441 other functions, add gdb_assert.
5442 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
5443 watchpoint_del_at_next_stop.
5444 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
5445 (bpstat_stop_status): Handle ring in related_breakpoint.
5446 (set_raw_breakpoint_without_location): Initialize ring in
5447 related_breakpoint.
5448 (delete_breakpoint): Handle ring in related_breakpoint, use
5449 watchpoint_del_at_next_stop.
5450 (map_breakpoint_numbers): Handle ring in related_breakpoint.
5451
5452 2011-03-28 Tom Tromey <tromey@redhat.com>
5453
5454 PR symtab/12441:
5455 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
5456 with `language_minimal'.
5457
5458 2011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
5459
5460 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
5461 instead of checking for STT_ARM_TFUNC symbol type.
5462
5463 2011-03-25 Tom Tromey <tromey@redhat.com>
5464
5465 * linespec.c (symbol_found): Restore line-based result for
5466 non-LOC_LABEL symbols.
5467
5468 2011-03-25 Kai Tietz <ktietz@redhat.com>
5469
5470 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
5471 instead of strcmp for comparison.
5472 (tui_source_is_displayed): Likewise.
5473 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
5474
5475 2011-03-24 Mark Wielaard <mjw@redhat.com>
5476
5477 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
5478 complaint.
5479 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
5480 (find_partial_die_in_comp_unit): Likewise in comment.
5481 (read_attribute_value): Likewise.
5482 (lookup_die_type): Likewise.
5483 (dwarf_form_name): Likewise.
5484 (dump_die_shallow): Likewise.
5485 (follow_die_ref_or_sig): Likewise.
5486
5487 2011-03-24 Tom Tromey <tromey@redhat.com>
5488
5489 PR breakpoints/11816:
5490 * linespec.c (decode_line_1): Parse `function:label' linespecs.
5491 (decode_compound): Update.
5492 (find_function_symbol): New function.
5493 (decode_dollar): Update.
5494 (decode_label): Add 'function_symbol' parameter. Handle
5495 function-relative labels.
5496 (decode_variable): Update.
5497 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
5498 not its line. Set `special_display' and canonical name for
5499 labels.
5500
5501 2011-03-24 Tom Tromey <tromey@redhat.com>
5502
5503 * linespec.h (struct linespec_result) <special_display>: New
5504 field.
5505 * breakpoint.h (struct breakpoint) <display_canonical>: New
5506 field.
5507 * breakpoint.c (print_breakpoint_location): Respect
5508 display_canonical.
5509 (create_breakpoint_sal): Add 'display_canonical' parameter.
5510 (create_breakpoints_sal): Update.
5511 (create_breakpoint): Update.
5512
5513 2011-03-24 Tom Tromey <tromey@redhat.com>
5514
5515 * symtab.c (decode_line_spec): Update.
5516 * linespec.c (build_canonical_line_spec): Change type of
5517 'canonical'.
5518 (decode_line_2, decode_line_1, decode_objc, decode_compound)
5519 (find_method, decode_all_digits, decode_dollar, decode_label)
5520 (symbol_found): Likewise.
5521 (init_linespec_result): New function.
5522 * breakpoint.c (struct captured_parse_breakpoint_args)
5523 <canonical_p>: New field, replaces addr_string_p.
5524 (create_breakpoints_sal): Add 'canonical' parameter, replacing
5525 'addr_string'.
5526 (parse_breakpoint_sals): Likewise.
5527 (do_captured_parse_breakpoint): Update.
5528 (create_breakpoint): Use struct linespec_result.
5529 (until_break_command): Update.
5530 (breakpoint_re_set_one): Update.
5531 (decode_line_spec_1): Update.
5532 * linespec.h (struct linespec_result): New.
5533 (init_linespec_result): Declare.
5534
5535 2011-03-23 Pedro Alves <pedro@codesourcery.com>
5536
5537 * regcache.c (regcache_raw_read): If the target didn't supply a
5538 given raw register, mark it as unavailable.
5539
5540 2011-03-23 Kai Tietz <ktietz@redhat.com>
5541
5542 * breakpoint.c (clear_command): Use filename_cmp
5543 instead of strcmp for comparison.
5544 * buildsym.c (watch_main_source_file_lossage): Likewise.
5545 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
5546 checking just for slash.
5547 * dbxread.c (read_dbx_symtab): Use lbasename instead of
5548 strrchr and filename_cmp instead of strcmp for filenames.
5549 (add_old_header_file): Use filename_cmp
5550 instead of strcmp for comparison.
5551 * exec.c (exec_set_section_address): Likewise.
5552 * macrotab.c (macro_lookup_inclusion): Likewise.
5553 (macro_lookup_inclusion): Likewise.
5554 * elfread.c (_initialize_elfread): Likewise.
5555 (elfstab_offset_sections): Likewise.
5556 (elfstab_offset_sections): Use lbasename instead of
5557 strrchr.
5558 * mdebugread.c (parse_partial_symbols): Likewise.
5559 (arse_partial_symbols): Use filename_(n)cmp instead of
5560 str(n)cmp for comparison.
5561 * minsyms.c (lookup_minimal_symbol): Likewise.
5562 * psymtab.c (read_psymtabs_with_filename): Likewise.
5563 * solib.c (solib_read_symbols): Likewise.
5564 (reload_shared_libraries_1): Likewise.
5565 * symmisc.c (maintenance_print_symbols): Likewise.
5566 * symfile.c (separate_debug_file_exists): Likewise.
5567 (reread_symbols): Likewise.
5568 (find_separate_debug_file_by_debuglink): Likewise.
5569 * remote-fileio.c (remote_fileio_func_rename): Likewise.
5570 * source.c (add_path): Likewise.
5571 * symtab.c (filename_seen): Likewise.
5572 (file_matches): Likewise.
5573 (print_symbol_info): Likewise.
5574 (maybe_add_partial_symtab_filename): Likewise.
5575 (make_source_files_completion_list): Likewise.
5576 * xml-syscall.c (init_sysinfo): Likewise.
5577 * windows-nat.c (_initialize_check_for_gdb_ini): Use
5578 IS_DIR_SEPARATOR for checking for trailing path separator.
5579
5580 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5581
5582 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
5583 label abort_expression.
5584 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
5585 DWARF_VALUE_OPTIMIZED_OUT.
5586
5587 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5588
5589 Code cleanup.
5590 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
5591 to linkage_name. Invert its value. Update the function comment.
5592 (c_type_print_varspec_suffix): Invert it at the caller.
5593 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
5594
5595 2011-03-22 Pedro Alves <pedro@codesourcery.com>
5596
5597 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
5598 errors when reading the `stop_pc'.
5599 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
5600 get_frame_pc.
5601
5602 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5603
5604 * NEWS: Document gdb.Write stream keyword.
5605
5606 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5607
5608 Revert:
5609 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5610 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
5611 (dwarf2_add_field): Fix new_field->accessibility for
5612 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
5613
5614 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5615
5616 PR python/12183
5617
5618 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
5619 other error classes. Do not print stack trace.
5620
5621 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5622
5623 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
5624 (dwarf2_add_field): Fix new_field->accessibility for
5625 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
5626
5627 2011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
5628
5629 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
5630 encountering a load via a non-SP register.
5631
5632 2011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
5633
5634 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
5635 field in returned unwinder.
5636
5637 2012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5638
5639 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
5640
5641 2012-03-21 Joel Brobecker <brobecker@adacore.com>
5642
5643 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
5644 of xmalloc.
5645
5646 2012-03-18 Pedro Alves <pedro@codesourcery.com>
5647
5648 * frame.c (frame_unwind_register): Throw an error if unwinding the
5649 register failed.
5650 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
5651 an unwind stop reason.
5652 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
5653 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
5654 UNWIND_UNAVAILABLE>: New.
5655 * inline-frame.c (inline_frame_unwind): Install
5656 default_frame_unwind_stop_reason.
5657 * frame-unwind.c: Include "exceptions.h".
5658 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
5659 (default_frame_unwind_stop_reason): New.
5660 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
5661 (default_frame_unwind_stop_reason): Declare.
5662 (struct frame_unwind) <stop_reason>: New function pointer.
5663
5664 * dummy-frame.c: Install default_frame_unwind_stop_reason.
5665 * dwarf2-frame.c: Include exceptions.h.
5666 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
5667 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
5668 computing the CFA. If such an error was thrown, set
5669 unavailable_retaddr.
5670 (dwarf2_frame_unwind_stop_reason): New.
5671 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
5672 unavailable.
5673 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
5674 (dwarf2_signal_frame_unwind): Ditto.
5675
5676 * amd64-tdep.c: Include "exceptions.h".
5677 (struct amd64_frame_cache): New field "base_p".
5678 (amd64_init_frame_cache): Clear it.
5679 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
5680 Avoid reading registers with functions that throw if the register
5681 is not necessary to compute the frame base.
5682 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
5683 swallowing NOT_AVAILABLE_ERROR.
5684 (amd64_frame_unwind_stop_reason): New.
5685 (amd64_frame_this_id): Don't build a frame id if the frame base
5686 was unavailable.
5687 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
5688 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5689 base_p if the frame base was computable.
5690 (amd64_sigtramp_frame_unwind_stop_reason): New.
5691 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
5692 frame base was unavailable.
5693 (amd64_sigtramp_frame_unwind): Install
5694 amd64_sigtramp_frame_unwind_stop_reason.
5695 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5696 base_p if the frame base was computable.
5697 (amd64_epilogue_frame_unwind_stop_reason): New.
5698 (amd64_epilogue_frame_this_id): Don't build a frame id if the
5699 frame base was unavailable.
5700 (amd64_epilogue_frame_unwind): Install
5701 amd64_epilogue_frame_unwind_stop_reason.
5702 * i386-tdep.c: Include "exceptions.h".
5703 (struct i386_frame_cache): New field "base_p".
5704 (i386_init_frame_cache): Clear it.
5705 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
5706 Avoid reading registers with functions that throw if the register
5707 is not necessary to compute the frame base.
5708 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
5709 swallowing NOT_AVAILABLE_ERROR.
5710 (i386_frame_unwind_stop_reason): New.
5711 (i386_frame_this_id): Don't build a frame id if the frame base was
5712 unavailable.
5713 (i386_frame_prev_register): Handle unavailable SP.
5714 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
5715 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5716 base_p if the frame base was computable.
5717 (i386_epilogue_frame_unwind_stop_reason): New.
5718 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
5719 base was unavailable.
5720 (i386_epilogue_frame_unwind): Install
5721 i386_epilogue_frame_unwind_stop_reason.
5722 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
5723 base_p if the frame base was computable.
5724 (i386_sigtramp_frame_unwind_stop_reason): New.
5725 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
5726 base was unavailable.
5727 (i386_sigtramp_frame_unwind): Install
5728 i386_sigtramp_frame_unwind_stop_reason.
5729 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
5730 type's size, not the register's.
5731 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
5732
5733 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
5734 default_frame_unwind_stop_reason.
5735 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
5736 (alpha_heuristic_frame_unwind): Ditto.
5737 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
5738 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
5739 * avr-tdep.c (avr_frame_unwind): Ditto.
5740 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
5741 Ditto.
5742 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
5743 * frv-tdep.c (frv_frame_unwind): Ditto.
5744 * h8300-tdep.c (h8300_frame_unwind): Ditto.
5745 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
5746 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
5747 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
5748 (hppa_stub_frame_unwind): Ditto.
5749 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
5750 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
5751 (ia64_libunwind_frame_unwind)
5752 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
5753 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
5754 * lm32-tdep.c (lm32_frame_unwind): Ditto.
5755 * m32c-tdep.c (m32c_unwind): Ditto.
5756 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
5757 * m32r-tdep.c (m32r_frame_unwind): Ditto.
5758 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
5759 * m68k-tdep.c (m68k_frame_unwind): Ditto.
5760 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
5761 * m88k-tdep.c (m88k_frame_unwind): Ditto.
5762 * mep-tdep.c (mep_frame_unwind): Ditto.
5763 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
5764 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
5765 (mips_stub_frame_unwind): Ditto.
5766 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
5767 * moxie-tdep.c (moxie_frame_unwind): Ditto.
5768 * mt-tdep.c (mt_frame_unwind): Ditto.
5769 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
5770 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
5771 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
5772 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
5773 (s390_sigtramp_frame_unwind): Ditto.
5774 * score-tdep.c (score_prologue_unwind): Ditto.
5775 * sh-tdep.c (sh_frame_unwind): Ditto.
5776 * sh64-tdep.c (sh64_frame_unwind): Ditto.
5777 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
5778 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
5779 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
5780 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
5781 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
5782 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
5783 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
5784 (sparc64obsd_trapframe_unwind): Ditto.
5785 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
5786 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
5787 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
5788 * v850-tdep.c (v850_frame_unwind): Ditto.
5789 * vax-tdep.c (vax_frame_unwind): Ditto.
5790 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
5791 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
5792 * xtensa-tdep.c (xtensa_unwind): Ditto.
5793
5794 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5795
5796 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
5797 there's always a frame. Use get_frame_pc_if_available instead of
5798 get_frame_pc, and if there's no PC available, don't look up a
5799 symtab.
5800
5801 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5802
5803 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
5804 unavailable PC.
5805
5806 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5807
5808 * tracepoint.c (set_traceframe_context): Handle unavailable PC
5809 gracefully.
5810
5811 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5812
5813 * frame.h (frame_unwind_caller_pc_if_available): Declare.
5814 * frame.c (frame_unwind_caller_pc_if_available): New.
5815 * stack.c (frame_info): Handle unavailable PC.
5816
5817 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5818
5819 * frame.c (frame_unwind_pc): Rename to ...
5820 (frame_unwind_pc_if_available): ... this. New `pc' output
5821 parameter. Change return type to int. Gracefully handle
5822 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
5823 happened, or 1 otherwise.
5824 (frame_unwind_pc): Reimplement on top of
5825 frame_unwind_pc_if_available.
5826 (get_frame_func): Rename to ...
5827 (get_frame_func_if_available): New `pc' output parameter. Change
5828 return type to int. Gracefully handle the PC not being available.
5829 (get_frame_func): Reimplement on top of
5830 get_frame_func_if_available.
5831 (select_frame): Handle the PC being unavailable.
5832 (get_prev_frame): Handle the PC being unavailable.
5833 (get_frame_pc_if_available): New.
5834 (get_frame_address_in_block_if_available): New.
5835 (find_frame_sal): Handle the frame PC not being available.
5836 * frame.h (get_frame_pc_if_available): Declare.
5837 (get_frame_address_in_block_if_available): Declare.
5838 (get_frame_func_if_available): Declare.
5839 * stack.c (print_frame_info): Handle the PC being unavailable.
5840 (find_frame_funname): Ditto.
5841 (print_frame): Handle the PC being unavailable.
5842 (get_frame_language): Ditto.
5843 * blockframe.c (get_frame_block): Ditto.
5844 * macroscope.c (default_macro_scope): Ditto.
5845 * tui/tui-stack.c (tui_show_frame_info): Ditto.
5846
5847 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5848
5849 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
5850 NOT_AVAILABLE_ERROR when evaluating the location expression.
5851
5852 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5853
5854 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
5855 returning that the register piece is unavailable/optimized out.
5856 (write_pieced_value): Handle get_frame_register_bytes returning
5857 that the register piece is unavailable/optimized out when doing a
5858 read-modify write of a bitfield.
5859 * findvar.c (value_from_register): Handle get_frame_register_bytes
5860 returning that the register piece is unavailable/optimized out.
5861 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
5862 and `unavailablep'. Throw error on bad debug info. Use
5863 frame_register instead of frame_register_read, to fill in the new
5864 arguments.
5865 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
5866 and `unavailablep'.
5867 * valops.c: (value_assign): Adjust, and handle
5868 get_frame_register_bytes failing.
5869 * spu-tdep.c: Include exceptions.h.
5870 (spu_software_single_step): Adjust, and handle
5871 get_frame_register_bytes failing.
5872 (spu_get_longjmp_target): Ditto.
5873 * gdbarch.sh (register_to_value): Change to return int. New
5874 parameters `optimizedp' and `unavailablep'.
5875 * gdbarch.h, gdbarch.c: Regenerate.
5876 * i386-tdep.c (i386_register_to_value): Adjust to new
5877 gdbarch_register_to_value interface.
5878 * i387-tdep.c (i387_register_to_value): Ditto.
5879 * i387-tdep.h (i387_register_to_value): Ditto.
5880 * alpha-tdep.c (alpha_register_to_value): Ditto.
5881 * ia64-tdep.c (ia64_register_to_value): Ditto.
5882 * m68k-tdep.c (m68k_register_to_value): Ditto.
5883 * mips-tdep.c (mips_register_to_value): Ditto.
5884 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
5885
5886 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5887
5888 * findvar.c (value_of_register): Mark the value as unavailable, if
5889 the register is unavailable.
5890 * frame.h (frame_register_unwind): New `unavailablep' parameter.
5891 (frame_register): New `unavailablep' parameter.
5892 (frame_register_read): Update comment.
5893 * frame.c (frame_register_unwind): New `unavailablep' parameter.
5894 Set it if the register is unavailable. If the register is
5895 unavailable, clear the output buffer.
5896 (frame_register): New `unavailablep' parameter. Pass it down.
5897 (frame_unwind_register): Adjust.
5898 (put_frame_register): Adjust.
5899 (frame_register_read): Adjust. Also return false if the register
5900 is not available.
5901 (frame_register_unwind_location): Adjust.
5902 * sentinel-frame.c (sentinel_frame_prev_register): If the register
5903 is unavailable, mark the value accordingly.
5904 * stack.c (frame_info): Handle unavailable registers.
5905
5906 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5907
5908 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
5909 simplify, using regcache_cooked_read.
5910
5911 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5912
5913 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
5914 (regcache_raw_read_unsigned, regcache_raw_read_signed)
5915 (regcache_raw_read_unsigned, regcache_raw_read_part)
5916 (regcache_cooked_read, regcache_cooked_read_signed)
5917 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
5918 (regcache_cooked_read_ftype): Change return to enum
5919 register_status.
5920 * regcache.c: Include exceptions.h
5921 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
5922 (do_cooked_read): Change return to enum register_status. Always
5923 forward to regcache_cooked_read.
5924 (regcache_raw_read): Change return to enum register_status. If
5925 the register is not REG_VALID, memset the buffer. Return the
5926 register's status.
5927 (regcache_raw_read_signed): Handle non-REG_VALID registers and
5928 return the register's status.
5929 (regcache_raw_read_unsigned): Ditto.
5930 (regcache_cooked_read): Change return to enum register_status.
5931 Assert that with read-only regcaches, the register's status must
5932 be known. If the regcache is read-only, and the register is not
5933 REG_VALID, memset the buffer. Return the register's status.
5934 (regcache_cooked_read_signed): Change return to enum
5935 register_status. Handle non-REG_VALID registers and return the
5936 register's status.
5937 (regcache_cooked_read_unsigned): Change return to enum
5938 register_status. Handle non-REG_VALID registers and return the
5939 register's status.
5940 (regcache_xfer_part, regcache_raw_read_part)
5941 (regcache_cooked_read_part): Change return to enum
5942 register_status. Return the register's status.
5943 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
5944 unavailable.
5945 (regcache_dump): Handle unavailable cooked registers.
5946 * frame.c (do_frame_register_read): Adjust interface to match
5947 regcache_cooked_read_ftype.
5948 * gdbarch.sh (pseudo_register_read): Change return to enum
5949 register_status.
5950 * gdbarch.h, gdbarch.c: Regenerate.
5951
5952 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
5953 register_status.
5954 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
5955 register_status. If reading a raw register indicates the raw
5956 register is not valid, return the raw register's status,
5957 otherwise, return REG_VALID.
5958 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
5959 register_status. Handle non-REG_VALID raw registers and return
5960 the register's status.
5961 * arm-tdep.c (arm_neon_quad_read)
5962 (arm_pseudo_read): Change return to enum register_status. Handle
5963 non-REG_VALID raw registers and return the register's status.
5964 * avr-tdep.c (avr_pseudo_register_read): Ditto.
5965 * frv-tdep.c (frv_pseudo_register_read): Ditto.
5966 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
5967 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
5968 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
5969 register_status.
5970 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
5971 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
5972 (m32c_part_write, m32c_cat_read, m32c_cat_write)
5973 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
5974 (m32c_pseudo_register_read): Change return to enum
5975 register_status. Adjust.
5976 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
5977 enum register_status. Return the register's status.
5978 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
5979 register_status. Return the register's status.
5980 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
5981 * mips-tdep.c (mips_pseudo_register_read): Ditto.
5982 * mt-tdep.c (mt_pseudo_register_read): Ditto.
5983 * rs6000-tdep.c (move_ev_register_func): New typedef.
5984 (e500_move_ev_register): Use it. Change return to enum
5985 register_status. Return the register's status.
5986 (do_regcache_raw_read): New function.
5987 (do_regcache_raw_write): New function.
5988 (e500_pseudo_register_read): Change return to enum
5989 register_status. Return the register's status. Use
5990 do_regcache_raw_read.
5991 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
5992 (dfp_pseudo_register_read): Change return to enum register_status.
5993 Return the register's status.
5994 (vsx_pseudo_register_read): Ditto.
5995 (efpr_pseudo_register_read): Ditto.
5996 (rs6000_pseudo_register_read): Ditto.
5997 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
5998 register_status. Return the register's status.
5999 * sh64-tdep.c (pseudo_register_read_portions): New function.
6000 (sh64_pseudo_register_read): Change return to enum
6001 register_status. Use pseudo_register_read_portions. Return the
6002 register's status.
6003 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
6004 register_status. Return the register's status.
6005 * sh-tdep.c (pseudo_register_read_portions): New function.
6006 (sh_pseudo_register_read): Change return to enum register_status.
6007 Use pseudo_register_read_portions. Return the register's status.
6008 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
6009 enum register_status. Return the register's status.
6010 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
6011 * spu-tdep.c (spu_pseudo_register_read_spu)
6012 (spu_pseudo_register_read): Ditto.
6013 * xtensa-tdep.c (xtensa_register_read_masked)
6014 (xtensa_pseudo_register_read): Ditto.
6015 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
6016
6017 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6018
6019 * python/py-value.c (valpy_getitem): Fix formatting of error function
6020 call.
6021
6022 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6023
6024 ARI fixes: Add missing internationalization markups throughout
6025 C source files.
6026 * darwin-nat-info.c: Ditto.
6027 * record.c: Ditto.
6028 * remote.c: Ditto.
6029 * mi/mi-main.c: Ditto.
6030
6031 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6032
6033 ARI fixes: Add missing internationalization markups throughout
6034 yacc files.
6035 * c-exp.y: Ditto.
6036 * cp-name-parser.y: Ditto.
6037 * f-exp.y: Ditto.
6038 * m2-exp.y: Ditto.
6039 * objc-exp.y: Ditto.
6040 * p-exp.y: Ditto.
6041
6042 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6043
6044 ARI fixes: Messages should have no trailing new lines.
6045 * darwin-nat.c (mach_check_error): Remove trailing new line from
6046 warning function call message.
6047 * record.c (bfdcore_read): Idem for error call.
6048
6049 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
6050
6051 * common/signals.c (target_signal_from_host): Add _ markup to error
6052 function call message.
6053 (target_signal_to_host): Add _ markup and remove trailing new line
6054 from warning call message.
6055 (target_signal_from_command): Add _ markup to error function call
6056 message.
6057
6058 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
6059
6060 PR python/12149
6061
6062 * python/python.c (gdbpy_write): Accept a stream argument and
6063 operate to the appropriate stream.
6064 (gdbpy_flush): Likewise.
6065 (_initialize_python): Add stream constants.
6066 (finish_python_initialization): Add GdbOutputErrorFile class.
6067
6068 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6069
6070 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6071
6072 2011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6073
6074 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
6075 to store_signed_integer. Add debug message when relocating CALL
6076 instructions. Fix formatting of debug message.
6077 * i386-tdep.c (i386_relocate_instruction): Ditto.
6078
6079 2011-03-17 Joel Brobecker <brobecker@gnat.com>
6080
6081 * target.h (struct target_ops): Remove to_lookup_symbol field.
6082 (target_lookup_symbol): Delete macro.
6083 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
6084 (update_current_target, setup_target_debug): Remove handling
6085 of to_lookup_symbol target_ops field.
6086 * ada-tasks.c (get_known_tasks_addr): Remove use of
6087 target_lookup_symbol.
6088 * coffread.c (coff_symtab_read): Likewise.
6089 * dbxread.c (read_dbx_symtab): Ditto.
6090
6091 2011-03-17 Joel Brobecker <brobecker@gnat.com>
6092
6093 PR gdb/12116:
6094 * configure.ac: Add getthrds declaration check.
6095 * configure, config.in: Regenerate.
6096 * aix-thread.c (getthrds): Declare only if not already declared
6097 in procinfo.h. More declaration out of get_signaled_thread to
6098 global scope.
6099
6100 2011-03-17 Phil Muldoon <pmuldoon@redhat.com>
6101
6102 * python/py-symtab.c: Populate symtab_object_methods,
6103 sal_object_methods.
6104 (stpy_is_valid): New function.
6105 (salpy_is_valid): Ditto.
6106 * python/py-symbol.c: Declare symbol_object_methods. Populate.
6107 (sympy_is_valid): New function.
6108 * python/py-objfile.c: Declare objfile_object_methods. Populate.
6109 (objfpy_is_valid): New function.
6110 * python/py-inferior.c: Populate inferior_object_methods.
6111 (infpy_is_valid): New function.
6112 * python/py-infthread.c: Populate thread_object_methods.
6113 (thpy_is_valid): New function.
6114 * python/py-block.c: Declare block_object_methods. Populate. Declare
6115 block_iterator_object_methods. Populate.
6116 (blpy_is_valid): New function.
6117 (blpy_iter_is_valid): Ditto.
6118
6119 2011-03-16 Keith Seitz <keiths@redhat.com>
6120
6121 * linespec.c (find_methods): Canonicalize NAME before looking
6122 up the symbol.
6123 (name_end): New function.
6124 (keep_name_info): New function.
6125 (decode_line_1): Use keep_name_info.
6126 (decode_compound): Likewise.
6127 * cli/cli-utils.h (remove_trailing_whitespace): New function.
6128 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
6129
6130 PR c++/12273
6131 * linespec.c (locate_first_half): Keep overload information, too.
6132 (decode_compound): Use a string to represent break characters
6133 to escape the loop.
6134 If P points to a break character, do not increment it.
6135 For C++ and Java, keep overload information and relevant keywords.
6136 If we cannot find a symbol, search the minimal symbols.
6137
6138 PR c++/11734
6139 * linespec.c (decode_compound): Rename SAVED_ARG to
6140 THE_REAL_SAVED_ARG.
6141 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
6142 single-quotes.
6143 Pass a valid block to lookup_symbol.
6144 (lookup_prefix_sym): Likewise.
6145 (find_method): Construct search name based on SYM_CLASS instead
6146 of SAVED_ARG.
6147 * psymtab.c (lookup_partial_symbol): Add language parameter.
6148 (lookup_symbol_aux_psymtabs): Likewise.
6149 Don't assume that the psymtab we found was the right one. Search
6150 for the desired symbol in the symtab to be certain.
6151 (psymtab_search_name): New function.
6152 (lookup_partial_symbol): Use psymtab_search_name.
6153 Add language parameter.
6154 (read_symtabs_for_function): Add language parameter and pass to
6155 lookup_partial_symbol.
6156 (find_symbol_file_from_partial): Likewise.
6157
6158 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
6159
6160 PR gdb/12528
6161 * dwarf2read.c (noop_record_line): New function.
6162 (dwarf_decode_lines): Ignore line tables for GCd functions.
6163
6164 2011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
6165
6166 Fix ARI warnings about new lines at the end of messages, which
6167 are unneeded as there is a new line added at the end of the message
6168 automatically.
6169 * darwin-nat.c (darwin_stop_inferior): Ditto.
6170 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
6171 * dfp.c (decimal_to_number): Ditto.
6172 * exec.c (print_section_info): Ditto.
6173 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
6174 * osdata.c (get_osdata): Ditto.
6175 * record.c (bfdcore_write): Ditto.
6176 * remote-mips.c (mips_readchar): Ditto.
6177 * remote.c (read_ptid): Ditto.
6178 * ser-mingw.c (ser_windows_raw): Ditto.
6179 * tracepoint.c (add_local_symbols): Ditto.
6180 * windows-nat.c (fake_create_process): Ditto.
6181
6182 2011-03-16 Tom Tromey <tromey@redhat.com>
6183
6184 * tracepoint.c (stop_tracing): Don't declare.
6185 * event-top.c (after_char_processing_hook): Add `(void)'.
6186
6187 2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
6188
6189 * NEWS: Add Parameter sub-classing description.
6190
6191 2011-03-16 Kai Tietz <ktietz@redhat.com>
6192
6193 * MAINTAINERS: Update my e-mail address.
6194
6195 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
6196
6197 * MAINTAINERS: Add myself for write after approval privileges.
6198
6199 2011-03-15 Michael Snyder <msnyder@vmware.com>
6200
6201 * frame.c (find_frame_sal): Assert sym is not null.
6202
6203 * dbxread.c (process_one_symbol): Assert 'name' is not null.
6204
6205 * objc-lang.c (selectors_info): Check strchr for null result.
6206
6207 * stabsread.c (define_symbol): Guard against bad stabstring input.
6208
6209 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6210
6211 Remove trailing spaces and tabulations from pascal language
6212 support sources.
6213 p-exp.y: Ditto.
6214 p-lang.c: Ditto.
6215 p-lang.h: Ditto.
6216 p-valprint.c: Ditto.
6217
6218 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6219
6220 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
6221 than LOW. Comment it.
6222 (read_partial_die): Call complaint for inappropriate zero LOWPC or
6223 HIGHPC not strictly higher than LOWPC.
6224
6225 2011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
6226
6227 Fix formatting of function declarations returning a pointer in
6228 previous commit.
6229 * varobj.c (varobj_add_child): Ditto.
6230 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
6231 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
6232
6233 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
6234
6235 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
6236 for the "generic" vector ABI used with GCC 4.3 and later.
6237 (ppc64_sysv_abi_return_value): Likewise.
6238
6239 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
6240
6241 * infcall.c (call_function_by_hand): Function return value is
6242 always a non_lval, even when using struct_return.
6243
6244 2011-03-15 Pedro Alves <pedro@codesourcery.com>
6245
6246 * printcmd.c (ALL_DISPLAYS_SAFE): New.
6247 (map_display_numbers): New.
6248 (do_delete_display): New.
6249 (undisplay_command): Use map_display_numbers.
6250 (do_enable_disable_display): New.
6251 (enable_disable_display_command): New function.
6252 (enable_display): Delete.
6253 (enable_display_command): New.
6254 (disable_display_command): Reimplement.
6255 (_initialize_printcmd): Adjust "enable display" command to use
6256 `enable_display_command' as callback.
6257
6258 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6259
6260 * NEWS: Add Python breakpoint 'stop' operation.
6261
6262 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6263
6264 * NEWS: Delete duplicate entry. Fix typo.
6265
6266 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6267
6268 Fix ARI warning about function names in first column.
6269 Put prototype declaration on same line as return type.
6270 * objc-exp.y: Ditto.
6271 * p-exp.y: Ditto.
6272 * python/py-stopevent.h: Ditto.
6273 For long function names, split parameters to
6274 allow function name on same line as return type.
6275 * solib-pa64.c: Ditto.
6276 * varobj.c: Ditto.
6277 * varobj.h: Ditto.
6278 For long function declaration, use single line.
6279 * hppa-tdep.h: Ditto.
6280 * inferior.h: Ditto.
6281
6282 2011-03-14 Phil Muldoon <pmuldoon@redhat.com>
6283
6284 * python/python.h: Declare gdbpy_should_stop and
6285 gdbpy_breakpoint_has_py_cond.
6286 * python/python.c: Add python.h to includes. Remove python.h from
6287 HAVE_PYTHON definition
6288 (gdbpy_should_stop): New dummy function.
6289 (gdbpy_breakpoint_has_py_cond): New dummy function.
6290 * python/py-breakpoint.c (bppy_init): Rewrite to allow
6291 sub-classing capabilities.
6292 (gdbpy_should_stop): New function.
6293 (gdbpy_breakpoint_has_py_cond): New function.
6294 (local_setattro): New function.
6295 * breakpoint.c (condition_command): Add check for Python 'stop'
6296 operation.
6297 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
6298 operation function as part of stop/continue tests.
6299
6300 2011-03-14 Tom Tromey <tromey@redhat.com>
6301
6302 PR gdb/12576:
6303 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
6304 (needs_frame_dwarf_call): Likewise.
6305
6306 2011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
6307
6308 Fix ARI warning about functions without parameters that do not
6309 use (void).
6310 * breakpoint.c (all_tracepoints): Replace () by (void).
6311 * f-exp.y (match_string_literal): Ditto.
6312 (yylex): Ditto.
6313 * m2-exp.y (yylex): Ditto.
6314 * mep-tdep.c (current_me_module): Ditto.
6315 (current_options): Ditto.
6316 (current_cop_data_bus_width): Ditto.
6317 (current_cr_names): Ditto.
6318 (current_cr_is_float): Ditto.
6319 (current_ccr_names): Ditto.
6320 * objc-exp.y (yylex): Ditto.
6321 * p-exp.y (yylex): Ditto.
6322 * remote.c (send_interrupt_sequence): Ditto.
6323 * tracepoint.c (current_trace_status): Ditto.
6324 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
6325 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
6326
6327 2011-03-11 Michael Snyder <msnyder@vmware.com>
6328
6329 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
6330 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
6331 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
6332 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
6333 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
6334
6335 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
6336 (delete_async_event_handler): Ditto.
6337
6338 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
6339
6340 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
6341
6342 * top.c (set_verbose): Assert showcmd was found.
6343
6344 2011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
6345
6346 * xtensa-tdep.c (warning_once): Correct style issues.
6347
6348 2011-03-11 Yao Qi <yao@codesourcery.com>
6349
6350 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
6351
6352 2011-03-11 Andreas Schwab <schwab@redhat.com>
6353
6354 * common/aclocal.m4: Remove.
6355
6356 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6357
6358 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
6359 (xtensa_write_register, xtensa_read_register): Likewise.
6360 (xtensa_hextochar): Removed.
6361 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
6362
6363 2011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
6364
6365 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
6366 (xtensa_call0_frame_cache_t): Update comments. New fields added.
6367 (xtensa_alloc_frame_cache): Add initialization for new fields.
6368 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
6369 (warning_once): New function.
6370 (xtensa_insn_kind): New item c0opc_and.
6371 (call0_classify_opcode): Add the case for AND instruction.
6372 (call0_track_op): Change arguments. New local variable litbase.
6373 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
6374 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
6375 in the prologue.
6376 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
6377 (call0_analyze_prologue): Update the comments. Change arguments.
6378 Add the variety of updates to handle extended prologues, which now can
6379 conduct dynamic stack adjustments.
6380 (call0_frame_cache): Likewise.
6381 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
6382 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
6383
6384 2011-03-10 Michael Snyder <msnyder@vmware.com>
6385
6386 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
6387 (cmd_qtframe): Ditto.
6388 (cmd_qtbuffer): Ditto.
6389 (cmd_bigqtbuffer): Ditto.
6390
6391 2011-03-10 Tom Tromey <tromey@redhat.com>
6392
6393 * tracepoint.c (trace_actions_command): Update.
6394 * thread.c (thread_apply_command): Update.
6395 * reverse.c (delete_bookmark_command): Update.
6396 (bookmarks_info): Update.
6397 * printcmd.c (undisplay_command): Update.
6398 * memattr.c (mem_enable_command): Update.
6399 (mem_disable_command): Update.
6400 (mem_delete_command): Update.
6401 * inferior.c (detach_inferior_command): Update.
6402 (kill_inferior_command): Update.
6403 (remove_inferior_command): Update.
6404 * cli/cli-utils.h (struct get_number_or_range_state): New.
6405 (init_number_or_range): Declare.
6406 (get_number_or_range): Update.
6407 * cli/cli-utils.c (init_number_or_range): New function.
6408 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
6409 static variables.
6410 (number_is_in_list): Update.
6411 * breakpoint.h (get_tracepoint_by_number): Update.
6412 * breakpoint.c (map_breakpoint_numbers): Update for change to
6413 get_number_or_range.
6414 (find_location_by_number): Use get_number, not
6415 get_number_or_range.
6416 (trace_pass_set_count): New function.
6417 (trace_pass_command): Update for change to get_number_or_range.
6418 Rework loop logic.
6419 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
6420 'state' parameter.
6421
6422 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
6423
6424 * python/py-param.c (add_setshow_generic): Add set/show callback
6425 parameters. Register Python object context.
6426 (get_show_value): New function.
6427 (get_set_value): New function.
6428 (call_doc_function): New function.
6429 (get_doc_string): Move behind get_show_value/get_set_value.
6430
6431 2011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
6432
6433 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
6434
6435 2011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
6436
6437 * xtensa-tdep.c (xtensa_read_register): Add comment.
6438 (xtensa_write_register): Likewise.
6439 (xtensa_hextochar): Add comment and update to match coding conventions.
6440 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
6441 (execute_l32e, execute_s32e, execute_code): Update comments.
6442 (xtensa_exception_handler_t): Update to match coding conventions.
6443 (xtensa_insn_kind): Likewise.
6444
6445 2011-03-09 Michael Snyder <msnyder@vmware.com>
6446
6447 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
6448
6449 2011-03-09 Pedro Alves <pedro@codesourcery.com>
6450
6451 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
6452
6453 2011-03-09 Tom Tromey <tromey@redhat.com>
6454
6455 * thread.c (restore_selected_frame): Handle frame_level == -1.
6456 (make_cleanup_restore_current_thread): Use
6457 get_selected_frame_if_set.
6458 * frame.h (get_selected_frame_if_set): Declare.
6459 * frame.c (get_selected_frame_if_set): New function.
6460
6461 2011-03-09 Pedro Alves <pedro@codesourcery.com>
6462
6463 * cli/cli-cmds.c (shell_escape): Use lbasename.
6464 * coffread.c (coff_start_symtab): Constify parameter.
6465 (complete_symtab): Constify `name' parameter.
6466 (coff_symtab_read): Constify `filestring' local.
6467 (coff_getfilename): Constify return and `result' local.
6468 Use lbasename.
6469 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
6470 * linux-fork.c (info_checkpoints_command): Use lbasename.
6471 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
6472 * minsyms.c (lookup_minimal_symbol): Use lbasename.
6473 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
6474 * procfs.c (procfs_make_note_section): Use lbasename.
6475 * tui/tui-io.c (printable_part): Constity return and parameter.
6476 Use lbasename.
6477 (print_filename): Constify parameters, and local `s'.
6478 (tui_rl_display_match_list): Constify local `temp'.
6479
6480 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6481
6482 Revert:
6483 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6484 Fix DWARF-3+ DW_AT_accessibility default assumption.
6485 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6486 cu->header.version >= 3.
6487
6488 2011-03-09 Yao Qi <yao@codesourcery.com>
6489
6490 * common/Makefile.in: Remove.
6491 * common/configure: Remove.
6492 * common/configure.ac: Remove.
6493
6494 2011-03-09 Yao Qi <yao@codesourcery.com>
6495
6496 Revert:
6497 2011-02-11 Yao Qi <yao@codesourcery.com>
6498
6499 * common/Makefile.in: Add copyright header.
6500
6501 2011-02-11 Yao Qi <yao@codesourcery.com>
6502
6503 * Makefile.in: Remove signals.o from COMMON_OBS. Link
6504 libcommon.a.
6505 * configure.ac: Add common to sub dir.
6506 * configure: Regenerate.
6507
6508 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6509
6510 * xtensa-tdep.c (call0_ret): New function.
6511 (xtensa_skip_prologue): Speed up analysis.
6512
6513 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6514
6515 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
6516 while executing MI command -data-list-changed-registers.
6517
6518 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6519
6520 * xtensa-tdep.c (xtensa_read_register): New function.
6521 (xtensa_write_register): New function.
6522 (xtensa_find_register_by_name): New function.
6523 (xtensa_windowed_frame_cache): Update comments in type description.
6524 (xtensa_frame_cache): Likewise.
6525 (xtensa_window_interrupt_insn): New function.
6526 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
6527 (xtensa_insn_kind): Add new instructions.
6528 (rwx_special_register): New function.
6529 (call0_classify_opcode): Add new instructions to the analysis.
6530 (a0_saved, a7_saved, a11_saved): New variables.
6531 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
6532 (execute_l32e): New function.
6533 (execute_s32e): New function.
6534 (xtensa_exception_handler_t): New type.
6535 (execute_code): New function.
6536 (xtensa_window_interrupt_frame_cache): New function to conduct frame
6537 analysis for Xtensa Window Exception handlers.
6538
6539 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6540
6541 * xtensa-tdep.c (TX_PS): New.
6542 (windowing_enabled): Update to count for Call0 ABI.
6543 (xtensa_hextochar): New.
6544 (xtensa_init_reggroups): Make algorithm generic.
6545 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
6546
6547 2011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
6548
6549 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
6550
6551 2011-03-08 Michael Snyder <msnyder@vmware.com>
6552
6553 * i386-tdep.c (i386_follow_jump): Check return value of
6554 target_read_memory.
6555 (i386_analyze_struct_return): Ditto.
6556 (i386_skip_probe): Ditto.
6557 (i386_match_insn): Ditto.
6558 (i386_skip_noop): Ditto.
6559 (i386_analyze_frame_setup): Ditto.
6560 (i386_analyze_register_saves): Ditto.
6561 (i386_skip_prologue): Ditto.
6562 (i386_skip_main_prologue): Ditto.
6563
6564 * target.c (read_whatever_is_readable): Fix memory leak.
6565
6566 * i386-tdep.c (i386_process_record): Document fall through.
6567
6568 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6569
6570 Fix DWARF-3+ DW_AT_accessibility default assumption.
6571 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
6572 cu->header.version >= 3.
6573
6574 2011-03-08 Pedro Alves <pedro@codesourcery.com>
6575
6576 * remote.c (remote_check_symbols): Skip if the target has no
6577 execution.
6578
6579 2011-03-08 Joel Brobecker <brobecker@adacore.com>
6580
6581 * target.c (read_whatever_is_readable): Reformat comment,
6582 with a minor typo fix. Minor reformatting of the code.
6583
6584 2011-03-08 Yao Qi <yao@codesourcery.com>
6585
6586 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
6587 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
6588 Use cached result instead of calling displaced_in_arm_mode again.
6589 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
6590 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
6591 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
6592 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
6593 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
6594 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
6595 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
6596 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
6597 (cleanup_block_load_pc, copy_block_xfer): Likewise.
6598 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
6599 (arm_catch_kernel_helper_return): Likewise.
6600 * gdb/arm-tdep.h : Update function declarations.
6601
6602 2011-03-07 Michael Snyder <msnyder@vmware.com>
6603
6604 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
6605
6606 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
6607
6608 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
6609
6610 * elfread.c (elf_symtab_read): Stop memory leak.
6611
6612 * main.c (captured_main): Fix memory leak.
6613
6614 2011-03-07 Andreas Schwab <schwab@linux-m68k.org>
6615
6616 * ada-lang.c (compare_names): Call is_name_suffix with string1
6617 instead of string2.
6618
6619 2011-03-07 Tom Tromey <tromey@redhat.com>
6620
6621 * xcoffread.c (xcoff_sym_fns): Update.
6622 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
6623 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
6624 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
6625 (symbol_file_add_with_addrs_or_offsets): Likewise.
6626 (reread_symbols): Handle OBJF_PSYMTABS_READ.
6627 * somread.c (som_sym_fns): Update.
6628 * psymtab.h (require_partial_symbols): Declare.
6629 * psymtab.c (require_partial_symbols): New function.
6630 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
6631 (ALL_OBJFILE_PSYMTABS): Undef.
6632 (ALL_PSYMTABS): Move from psympriv.h.
6633 (lookup_partial_symtab, find_pc_sect_psymtab)
6634 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
6635 (find_last_source_symtab_from_partial)
6636 (forget_cached_source_info_partial)
6637 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
6638 (expand_partial_symbol_tables, read_psymtabs_with_filename)
6639 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
6640 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
6641 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
6642 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
6643 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
6644 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
6645 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
6646 psymtabs.
6647 * mipsread.c (ecoff_sym_fns): Update.
6648 * machoread.c (macho_sym_fns): Update.
6649 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
6650 (read_psyms): New function.
6651 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
6652 (elf_sym_fns_lazy_psyms): New global.
6653 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
6654 dwarf2_build_psymtabs.
6655 * dbxread.c (aout_sym_fns): Update.
6656 * coffread.c (coff_sym_fns): Update.
6657
6658 2011-03-07 Tom Tromey <tromey@redhat.com>
6659
6660 * infrun.c (print_exited_reason): Include inferior id and pid in
6661 message.
6662
6663 2011-03-07 Tom Tromey <tromey@redhat.com>
6664
6665 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
6666 parameter.
6667 (target_has_execution_1): Update.
6668 (target_has_execution_current): Declare.
6669 (target_has_execution): Call target_has_execution_current.
6670 (default_child_has_execution): Update.
6671 * target.c (default_child_has_execution): Add 'the_ptid'
6672 parameter.
6673 (target_has_execution_1): Likewise.
6674 (target_has_execution_current): New function.
6675 (add_target): Update.
6676 (init_dummy_target): Update.
6677 * remote-m32r-sdi.c (m32r_has_execution): New function.
6678 (init_m32r_ops): Use it.
6679 * record.c (record_core_has_execution): Now static. Add
6680 'the_ptid' parameter.
6681 * inferior.c (have_live_inferiors): Don't save current thread.
6682 Use target_has_execution_1.
6683
6684 2011-03-07 Yao Qi <yao@codesourcery.com>
6685
6686 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
6687
6688 2011-03-07 Joel Brobecker <brobecker@adacore.com>
6689
6690 * elfread.c (elf_symtab_read): Minor reformatting.
6691
6692 2011-03-07 Joel Brobecker <brobecker@adacore.com>
6693
6694 * objc-lang.c (selectors_info): Minor reformatting.
6695
6696 2011-03-07 Joel Brobecker <brobecker@adacore.com>
6697
6698 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
6699
6700 2011-03-07 Joel Brobecker <brobecker@adacore.com>
6701 Michael Snyder <msnyder@vmware.com>
6702
6703 * ada-valprint.c (ada_val_print_array): Move the declaration of
6704 "byte_order" and "elttype" inside the block where these variables
6705 are actually used. Remove some special handling for the case
6706 where "elttype" and "eltlen" are null. Replace by a comment
6707 and a couple of assertion checks.
6708
6709 2011-03-05 Michael Snyder <msnyder@vmware.com>
6710
6711 * source.c (add_path): Replace semicolon at end of block.
6712 * dwarf2expr.c (execute_stack_op): Ditto.
6713
6714 2011-03-05 Mike Frysinger <vapier@gentoo.org>
6715
6716 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
6717 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
6718 (bfin-*-*): Likewise.
6719
6720 2011-03-05 Michael Snyder <msnyder@vmware.com>
6721
6722 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
6723 * mdebugread.c (parse_symbol): Ditto.
6724 * parse.c (parse_exp_in_context): Ditto.
6725 * source.c (add_path): Ditto.
6726 * utils.c (gnu_debuglink_crc32): Ditto.
6727 * varobj.c (variable_language): Ditto.
6728
6729 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
6730
6731 2011-03-04 Michael Snyder <msnyder@vmware.com>
6732
6733 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
6734
6735 * symfile.c (simple_overlay_update): Check for null return value
6736 from lookup_minimal_symbol.
6737
6738 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
6739
6740 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
6741
6742 * eval.c (parse_and_eval_address_1): Remove function.
6743 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
6744 instead of parse_and_eval_address_1.
6745 * value.h (parse_and_eval_address_1): Remove prototype.
6746
6747 2011-03-04 Michael Snyder <msnyder@vmware.com>
6748
6749 * remote.c (putpkt_binary): Document that case stmt falls through.
6750
6751 2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
6752
6753 * breakpointc (print_it_typical): Move NULL check from here...
6754 (print_bp_stop_message): ... to here.
6755
6756 2011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
6757
6758 * breakpoint.c (enable_command): Use break instead of continue,
6759 and fill in a missing break.
6760 (disable_command): Ditto.
6761
6762 2011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6763
6764 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
6765 (terminal_save_ours): Remove misleading comment.
6766 (inflow_inferior_data_cleanup): Free ttystate.
6767 (inflow_inferior_exit): Likewise.
6768 (copy_terminal_info): Copy ttystate.
6769
6770 * serial.c (serial_copy_tty_state): New function.
6771 * serial.h (serial_copy_tty_state): Add prototype.
6772 (struct serial_ops): Add copy_tty_state callback.
6773 * ser-base.c (ser_base_copy_tty_state): New function.
6774 * ser-base.h (ser_base_copy_tty_state): Add prototype.
6775 * ser-go32.c (dos_copy_tty_state): New function.
6776 (dos_ops): Install copy_tty_state callback.
6777 * ser-mingw.c (_initialize_ser_windows): Likewise.
6778 * ser-pipe.c (_initialize_ser_pipe): Likewise.
6779 * ser-unix.c (hardwire_copy_tty_state): New function.
6780 (_initialize_ser_hardwire): Install it.
6781
6782 2011-03-04 Michael Snyder <msnyder@vmware.com>
6783
6784 * breakpoint.c (create_breakpoint): Add missing break statement.
6785
6786 Reverting this patch:
6787 * infcall.c (call_function_by_hand): Add break statements for lint.
6788
6789 Reverting this patch:
6790 * cli/cli-script.c (script_from_file): Add break for lint.
6791
6792 2011-03-04 Michael Snyder <msnyder@vmware.com>
6793
6794 * solib.c (reload_shared_libraries_1): Close memory leak.
6795
6796 2011-03-03 Tom Tromey <tromey@redhat.com>
6797
6798 PR gdb/12538:
6799 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
6800 DW_STRING is NULL.
6801
6802 2011-03-03 Michael Snyder <msnyder@vmware.com>
6803
6804 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
6805 fields of struct 'st' to zero.
6806
6807 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
6808 sal.pspace before calling set_current_source_symtab_and_line.
6809
6810 2011-03-03 Yao Qi <yao@codesourcery.com>
6811
6812 * Makefile.in (configure-common): Remove. Let Makefile
6813 in dir common to rebuild itself.
6814 (common/Makefile): Likewise.
6815
6816 2011-03-03 Joel Brobecker <brobecker@adacore.com>
6817
6818 * utils.c (parse_escape): Add i18n markup in error message.
6819
6820 2011-03-03 Yao Qi <yao@codesourcery.com>
6821
6822 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
6823 ARM_PC_REGNUM.
6824 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
6825 (displaced_write_reg, displaced_read_reg): Likewise.
6826 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
6827 (cleanup_block_load_pc, copy_block_xfer): Likewise.
6828 (cleanup_branch): Replace magic number 14 and 15 with
6829 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
6830
6831 2011-03-02 Michael Snyder <msnyder@vmware.com>
6832
6833 * maint.c (maintenance_do_deprecate): No need to check for NULL.
6834
6835 * cli/cli-script.c (script_from_file): Add break for lint.
6836
6837 * mdebugread.c (parse_partial_symbols): Fix indent.
6838
6839 * target-descriptions.c (tdesc_gdb_type): No need to call
6840 xstrdup, callee saves a copy.
6841
6842 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
6843
6844 * infcall.c (call_function_by_hand): Add break statements for lint.
6845
6846 * utils.c (parse_escape): Escape the escape char.
6847
6848 * python/py-inferior.c (build_inferior_list): Error out if
6849 PyList_Append fails.
6850 (gdbpy_inferiors): Error out if build_inferior_list fails.
6851
6852 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
6853 a function call.
6854
6855 * record.c (record_restore): Move printf to before error return.
6856
6857 2011-03-02 Yao Qi <yao@codesourcery.com>
6858
6859 * arm-tdep.h (struct displaced_step_closure): Add two new fields
6860 is_thumb and insn_size.
6861 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
6862 on both ARM and Thumb mode.
6863 (arm_process_displaced_insn): Set is_thumb and insn_size.
6864 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
6865 (arm_displaced_step_fixup): Likewise.
6866
6867 2011-03-01 Michael Snyder <msnyder@vmware.com>
6868
6869 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
6870
6871 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
6872
6873 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
6874
6875 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
6876
6877 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
6878 with xmalloc.
6879
6880 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
6881 which shadows function parameter.
6882
6883 * tracepoint.c (create_tsv_from_upload): Superfluous call
6884 to xstrdup. Callee already calls xstrdup.
6885
6886 * linespec.c (decode_line_1): Remove unnecessary null check.
6887
6888 * tracepoint.c (scope_info): Fix mem leak, remove underused
6889 variable.
6890
6891 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
6892 superfluous null check.
6893
6894 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
6895 (value_of_builtin_frame_fp_reg): Ditto.
6896
6897 * event-top.c (display_gdb_prompt): Remove superfluous null check.
6898
6899 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
6900 be null.
6901
6902 * linespec.c (decode_line_1): Check for null before dereference.
6903
6904 * reverse.c (record_restore): Move null-check to before pointer
6905 dereference.
6906
6907 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
6908
6909 * objc-lang.c (selectors_info): Add explanitory comment.
6910 (classes_info): Ditto.
6911
6912 2011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6913
6914 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
6915 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
6916 versions of the trampoline. Handle Thumb vs. ARM addresses.
6917 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
6918 (arm_linux_init_abi): Install it.
6919 * arm-tdep.c (arm_psr_thumb_bit): Make global.
6920 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
6921
6922 2011-02-28 Michael Snyder <msnyder@vmware.com>
6923
6924 * ui-out.c (ui_out_field_core_addr): Make local char buffer
6925 a little bigger, to avoid possibility of an overflow.
6926
6927 * breakpoint.c (breakpoint_adjustment_warning): Make local char
6928 buffers a little bigger, to avoid possibility of an overflow.
6929
6930 * coffread.c (coff_getfilename): Add check to avoid overflow.
6931
6932 * objc-lang.c (selectors_info): Add a small safety margin to
6933 avoid overflow.
6934 (classes_info): Error out on too long REGEXP.
6935
6936 * infrun.c (handle_inferior_event): Remove unused function call.
6937
6938 * fork-child.c (fork_inferior): Remove ifdef'd code and
6939 unused variable.
6940
6941 * linux-thread-db.c (attach_thread): Discard unused value.
6942
6943 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
6944
6945 * remote.c (remote_get_noisy_reply): Discard unused value.
6946 (remote_vcont_resume): Ditto.
6947 (remote_stop_ns): Ditto.
6948
6949 * linespec.c (decode_objc): Delete unused variable.
6950
6951 * tui/tui-regs.c (tui_register_format): Delete unused variable.
6952
6953 * dwarf2read.c (add_partial_symbol): Discard unused values.
6954 (read_base_type): Delete unused variable.
6955
6956 * dbxread.c (read_dbx_symtab): Discard unused value.
6957
6958 * eval.c (evaluate_subexp_standard): Delete unused variable,
6959 and discard unused values.
6960
6961 * infcmd.c (_initialize_infcmd): Discard unused values.
6962
6963 * stabsread.c (rs6000_builtin_type): Missing break statement.
6964
6965 * dbxread.c (process_one_symbol): Discard unused value.
6966
6967 * coffread.c (coff_end_symtab): Delete unused variable.
6968
6969 * dwarf2read.c (dw2_get_file_names): Discard unused value.
6970 (dwarf2_add_typedef): Delete unused variable.
6971 (read_namespace): Ditto.
6972 (dwarf_decode_macros): Ditto.
6973
6974 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
6975
6976 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
6977
6978 * p-valprint.c (pascal_val_print): Discard unused value.
6979
6980 * utils.c (nquery): Call va_end before return;
6981 (yquery): Ditto.
6982 (query): Ditto.
6983
6984 * proc-service.c (ps_plog): Call va_end before return.
6985
6986 2011-02-28 Tom Tromey <tromey@redhat.com>
6987
6988 * python/python.c (gdbpy_value_cst): New global.
6989 (_initialize_python): Initialize it.
6990 * python/python-internal.h (gdbpy_value_cst): Declare.
6991 * python/py-value.c (convert_value_from_python): Use
6992 gdbpy_value_cst.
6993
6994 2011-02-28 Michael Snyder <msnyder@vmware.com>
6995
6996 * python/py-cmd.c (cmdpy_init): Fix memory leak.
6997
6998 * breakpoint.c (catch_syscall_completer): Free malloced list.
6999
7000 * jv-lang.c (java_primitive_type_from_name): Add missing break.
7001
7002 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
7003 (lval_func_check_synthetic_pointer): Ditto.
7004 (lval_func_free_closure): Fix use-after-free.
7005
7006 2011-02-28 Tom Tromey <tromey@redhat.com>
7007
7008 * psymtab.c (expand_partial_symbol_tables): Use
7009 ALL_OBJFILE_PSYMTABS.
7010
7011 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 * objc-lang.c (selectors_info): Error on too long REGEXP.
7014
7015 2011-02-28 Michael Snyder <msnyder@vmware.com>
7016
7017 * python/py-param.c (set_parameter_value): Add missing
7018 break statement.
7019
7020 * linux-record.c (record_linux_system_call): Add missing
7021 break statement.
7022
7023 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7024
7025 * breakpoint.c (print_one_breakpoint_location): Remove unused
7026 argument PRINT_ADDRESS_BITS. Update callers.
7027 (print_one_breakpoint): Likewise.
7028
7029 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7030
7031 * breakpoint.c (wrap_indent_at_field): New function.
7032 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
7033 Allocate ui_stream locally instead of using STB argument.
7034 (print_one_breakpoint_location): Update call.
7035 * ui-out.c (ui_out_query_field): New function.
7036 * ui-out.h (ui_out_query_field): Add prototype.
7037
7038 2011-02-28 Joel Brobecker <brobecker@adacore.com>
7039
7040 From Michael Snyder <msnyder@vmware.com>
7041 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
7042
7043 2011-02-27 Michael Snyder <msnyder@vmware.com>
7044
7045 * objc-lang.c (selectors_info): Prevent string overrun.
7046
7047 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
7048 error in strncpy.
7049
7050 * symtab.c (rbreak_command): Move variable 'file_name' to
7051 outer scope.
7052
7053 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
7054 param with a local variable of the same name.
7055
7056 2011-02-27 Michael Snyder <msnyder@vmware.com>
7057
7058 * value.c (value_from_history_ref): New function.
7059 * value.h (value_from_history_ref): Export.
7060 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
7061 to parse value history references.
7062 * cli/cli-utils.h (get_number_trailer): Update comment.
7063
7064 2011-02-27 Michael Snyder <msnyder@vmware.com>
7065
7066 * inferior.c (detach_inferior_command): Use get_number_or_range.
7067 (kill_inferior_command): Ditto.
7068 (remove_inferior_command): Ditto.
7069 (initialize_inferiors): Make command names plural.
7070 Update help strings.
7071
7072 2011-02-27 Michael Snyder <msnyder@vmware.com>
7073
7074 * darwin-nat-info.c: Fix comment typo.
7075 * dwarf2expr.h: Ditto.
7076 * fbsd-nat.c: Ditto.
7077 * fbsd-nat.h: Ditto.
7078 * frame-unwind.h: Ditto.
7079 * frame.h: Ditto.
7080 * hppa-hpux-tdep.c: Ditto.
7081 * i386-linux-nat.c: Ditto.
7082 * linux-nat.c: Ditto.
7083 * nbsd-nat.c: Ditto.
7084 * nbsd-nat.h: Ditto.
7085 * ppc-linux-tdep.c: Ditto.
7086 * serial.c: Ditto.
7087 * ui-file.h: Ditto.
7088 * tui/tui-winsource.c: Ditto.
7089
7090 2011-02-26 Michael Snyder <msnyder@vmware.com>
7091
7092 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
7093
7094 * maint.c (maintenance_do_deprecate): Plug a memory leak.
7095
7096 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
7097 with a local variable of the same name.
7098
7099 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
7100 param with a local variable of the same name.
7101 (i387_supply_xsave): Ditto.
7102
7103 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
7104 that it does not shadow a function parameter.
7105
7106 * i386-nat.c (i386_length_and_rw_bits): Document that case
7107 statement is meant to fall through.
7108
7109 * expprint.c (dump_subexp_body_standard): Document that case
7110 statement is meant to fall through.
7111
7112 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
7113 dead if statement. Condition can't be false.
7114
7115 2011-02-25 Michael Snyder <msnyder@vmware.com>
7116
7117 * arm-tdep.c: Fix typos in comments.
7118 * bsd-uthread.c: Ditto.
7119 * completer.c: Ditto.
7120 * corelow.c: Ditto.
7121 * cp-namespace.c: Ditto.
7122 * cp-support.c: Ditto.
7123 * cris-tdep.c: Ditto.
7124 * dbxread.c: Ditto.
7125 * dwarf2read.c: Ditto.
7126 * frame.h: Ditto.
7127 * gdbtypes.h: Ditto.
7128 * inferior.h: Ditto.
7129 * mdebugread.c: Ditto.
7130 * mips-tdep.c: Ditto.
7131 * ppc-linux-nat.c: Ditto.
7132 * ppc-linux-tdep.c: Ditto.
7133 * printcmd.c: Ditto.
7134 * sol-thread.c: Ditto.
7135 * solib-frv.c: Ditto.
7136 * solist.h: Ditto.
7137 * sparc64-tdep.c: Ditto.
7138 * spu-tdep.c: Ditto.
7139 * stabsread.c: Ditto.
7140 * symfile.c: Ditto.
7141 * valops.c: Ditto.
7142 * varobj.c: Ditto.
7143 * vax-nat.c: Ditto.
7144 * python/py-block.c: Ditto.
7145 * python/py-symbol.c: Ditto.
7146 * python/py-symtab.c: Ditto.
7147 * python/py-value.c: Ditto.
7148 * tui/tui-win.c: Ditto.
7149
7150 2011-02-25 Michael Snyder <msnyder@vmware.com>
7151
7152 * inferior.c (print_inferior): Accept a string instead of an int
7153 for requested_inferiors, and use get_number_or_range to parse it.
7154 (info_inferiors_command): Pass args string to print_inferior.
7155 (initialize_inferiors): Change help string for info inferiors.
7156 * inferior.h (print_inferior): Export prototype change.
7157
7158 2011-02-25 Tom Tromey <tromey@redhat.com>
7159
7160 * common/ax.def (invalid2): Set to 0x31.
7161
7162 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7163
7164 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
7165 L and plongest.
7166 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
7167 use L and plongest.
7168 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
7169
7170 2011-02-24 Michael Snyder <msnyder@vmware.com>
7171
7172 * Makefile.in (clean): Make clean should remove generated files
7173 observer.h and observer.inc.
7174
7175 2011-02-24 Joel Brobecker <brobecker@adacore.com>
7176
7177 Revert the following patch (not approved yet):
7178 2011-02-21 Hui Zhu <teawater@gmail.com>
7179 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7180 * ax-gdb.c (gen_printf_expr_callback): New function.
7181 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7182 * ax-general.c (ax_memcpy): New function.
7183 (ax_print): Handle "printf".
7184 (ax_reqs): Ditto.
7185 * ax.h (ax_memcpy): Forward declare.
7186 * common/ax.def (invalid2): Removed.
7187 (printf): New entry.
7188 * printcmd.c (printcmd.h): New include.
7189 (string_printf): New function.
7190 (ui_printf): Removed.
7191 (printf_command): Remove static. Call string_printf.
7192 (eval_command): Call string_printf.
7193 * printcmd.h: New file.
7194 * tracepoint.c (validate_actionline,
7195 encode_actions_1): handle printf_command.
7196
7197 2011-02-23 Tom Tromey <tromey@redhat.com>
7198
7199 * ax-general.c (ax_pick): Add missing newline.
7200
7201 2011-02-23 Michael Snyder <msnyder@vmware.com>
7202
7203 * breakpoint.c (breakpoint_1): Change first argument from an int
7204 to a char pointer, so that the function now accepts a list of
7205 breakpoints rather than just one. Use new function
7206 'number_is_in_list' to implement.
7207 (breakpoints_info): Pass char * instead of int to breakpoint_1.
7208 (watchpoints_info): Ditto.
7209 (tracepoints_info): Ditto.
7210 (maintenance_info_breakpoints): Ditto.
7211 (_initialize_breakpoint): Update help strings to reflect the fact
7212 that these functions can now take more than one argument.
7213 * cli/cli-utils.c (number_is_in_list): New function.
7214 * cli/cli-utils.h (number_is_in_list): Export.
7215
7216 2011-02-23 Michael Snyder <msnyder@vmware.com>
7217
7218 * memattr.c (mem_enable_command): Use get_number_or_range.
7219 (mem_disable_command): Ditto.
7220 (mem_delete_command): Ditto.
7221 (_initialize_mem): Tweak usage message to reflect multiple
7222 arguments.
7223
7224 2011-02-22 Doug Evans <dje@google.com>
7225
7226 Add gdb.lookup_global_symbol python function.
7227 * NEWS: Add entry.
7228 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
7229 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
7230 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
7231
7232 2011-02-22 Tom Tromey <tromey@redhat.com>
7233
7234 * language.c (language_class_name_from_physname): Rename
7235 'curr_language' argument to 'lang'; use in body.
7236
7237 2011-02-22 Michael Snyder <msnyder@vmware.com>
7238
7239 * cli/cli-utils.c (number_is_in_list): Check for zero return.
7240
7241 2011-02-22 Pedro Alves <pedro@codesourcery.com>
7242
7243 * frame-unwind.h: Fix comment to mention the this frame, not the
7244 next.
7245
7246 2011-02-22 Tom Tromey <tromey@redhat.com>
7247
7248 * symfile.c (auto_solib_limit): Remove.
7249 * symfile.h (auto_solib_limit): Remove.
7250
7251 2011-02-22 Joel Brobecker <brobecker@adacore.com>
7252
7253 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
7254
7255 2011-02-21 Michael Snyder <msnyder@vmware.com>
7256
7257 * gdbthread.h (print_thread_info): Change prototype.
7258 * thread.c (print_thread_info): Accept char* instead of int for
7259 requested_threads argument. Use new function number_is_in_list
7260 to determine which threads to list.
7261 (info_threads_command): Pass char* to print_thread_info.
7262 * cli/cli-utils.c (number_is_in_list): New function.
7263 * cli/cli-utils.h (number_is_in_list): Export.
7264 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
7265 print_thread_info.
7266 (print_one_inferior): Ditto.
7267 (mi_cmd_list_thread_groups): Ditto.
7268
7269 2011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * common/Makefile.in (CFLAGS): New.
7272 (COMPILE): Add $(CFLAGS).
7273
7274 2011-02-21 Tom Tromey <tromey@redhat.com>
7275
7276 * breakpoint.c (catch_syscall_command_1): Fix typo.
7277
7278 2011-02-21 Tom Tromey <tromey@redhat.com>
7279
7280 * reverse.c: Include cli-utils.h.
7281 * printcmd.c: Include cli-utils.h.
7282 (string_printf): Use skip_spaces.
7283 * cli/cli-utils.h: New file.
7284 * cli/cli-utils.c: New file.
7285 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
7286 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
7287 * breakpoint.h (get_number, get_number_or_range): Move to
7288 cli-utils.h.
7289 * breakpoint.c: Include cli-utils.h.
7290 (get_number_trailer, get_number, get_number_or_range)
7291 (ep_skip_leading_whitespace): Move to cli-utils.c.
7292 (create_breakpoint_sal, find_condition_and_thread)
7293 (decode_static_tracepoint_spec, watch_command_1)
7294 (watch_maybe_just_location, ep_parse_optional_if_clause)
7295 (catch_fork_command_1, catch_exec_command_1)
7296 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
7297 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
7298 (SUBDIR_CLI_SRCS): Add cli-utils.c.
7299 (HFILES_NO_SRCDIR): Add cli-utils.h.
7300 (cli-utils.o): New target.
7301
7302 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7303
7304 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
7305 before calling discard_all_inferiors.
7306
7307 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7308
7309 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
7310 (struct builtin_opencl_type): Remove.
7311 (builtin_opencl_type): Change return type to "struct type **".
7312 (lookup_opencl_vector_type): Update caller.
7313 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
7314 (build_opencl_types): Install plain array of "struct type *"
7315 instead of "struct builtin_opencl_type".
7316
7317 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7318 Ulrich Weigand <uweigand@de.ibm.com>
7319
7320 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
7321 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
7322 (struct arm_linux_hwbp_cap): New type.
7323 (arm_linux_get_hwbp_cap): New function.
7324 (arm_linux_get_hw_breakpoint_count): Likewise.
7325 (arm_linux_get_hw_watchpoint_count): Likewise.
7326 (arm_linux_can_use_hw_breakpoint): Likewise.
7327 (arm_hwbp_type): New type.
7328 (arm_hwbp_control_t): Likewise.
7329 (struct arm_linux_hw_breakpoint): Likewise.
7330 (struct arm_linux_thread_points): Likewise.
7331 (arm_threads): New global variable.
7332 (arm_linux_find_breakpoints_by_tid): New function.
7333 (arm_hwbp_control_initialize): Likewise.
7334 (arm_hwbp_control_is_enabled): Likewise.
7335 (arm_hwbp_control_disable): Likewise.
7336 (arm_linux_hw_breakpoint_initialize): Likewise.
7337 (arm_linux_get_hwbp_type): Likewise.
7338 (arm_linux_hw_watchpoint_initialize): Likewise.
7339 (arm_linux_hw_breakpoint_equal): Likewise.
7340 (arm_linux_insert_hw_breakpoint1): Likewise.
7341 (arm_linux_remove_hw_breakpoint1): Likewise.
7342 (arm_linux_insert_hw_breakpoint): Likewise.
7343 (arm_linux_remove_hw_breakpoint): Likewise.
7344 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
7345 (arm_linux_insert_watchpoint): Likewise.
7346 (arm_linux_remove_watchpoint): Likewise.
7347 (arm_linux_stopped_data_address): Likewise.
7348 (arm_linux_stopped_by_watchpoint): Likewise.
7349 (arm_linux_watchpoint_addr_within_range): Likewise.
7350 (arm_linux_new_thread): Likewise.
7351 (arm_linux_thread_exit): Likewise.
7352 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
7353 related target callbacks. Register arm_linux_new_thread and
7354 arm_linux_thread_exit.
7355 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
7356 * arm-tdep.c (arm_pc_is_thumb): Make global.
7357 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
7358
7359 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7360
7361 * breakpoint.c (update_watchpoint): Do not attempt to recreate
7362 per-frame locations while within a function epilogue.
7363
7364 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7365
7366 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
7367 to GNU coding standards.
7368
7369 2011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
7370
7371 Allow use of mingw native on Windows 95 OS.
7372 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
7373 (ser_windows_close): Only call CancelIo if function exists.
7374 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
7375 to check for existence of CancelIo function in kernel32 DLL.
7376
7377 2011-02-21 Hui Zhu <teawater@gmail.com>
7378
7379 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
7380 * ax-gdb.c (gen_printf_expr_callback): New function.
7381 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
7382 * ax-general.c (ax_memcpy): New function.
7383 (ax_print): Handle "printf".
7384 (ax_reqs): Ditto.
7385 * ax.h (ax_memcpy): Forward declare.
7386 * common/ax.def (invalid2): Removed.
7387 (printf): New entry.
7388 * printcmd.c (printcmd.h): New include.
7389 (string_printf): New function.
7390 (ui_printf): Removed.
7391 (printf_command): Remove static. Call string_printf.
7392 (eval_command): Call string_printf.
7393 * printcmd.h: New file.
7394 * tracepoint.c (validate_actionline,
7395 encode_actions_1): handle printf_command.
7396
7397 2011-02-19 Michael Snyder <msnyder@vmware.com>
7398
7399 * reverse.c (delete_one_bookmark): Argument is now bookmark
7400 id rather than pointer to bookmark struct.
7401 (delete_bookmark_command): Use get_number_or_range.
7402 (goto_bookmark_command): Parse with get_number instead of strtoul.
7403 (bookmark_1): New function. Print info for one bookmark.
7404 (bookmarks_info): Use get_number_or_range and bookmark_1.
7405
7406 2011-02-18 Michael Snyder <msnyder@vmware.com>
7407
7408 * thread.c (info_threads_command): Re-implement using
7409 get_number_or_range.
7410 (thread_apply_command): Ditto.
7411
7412 2011-02-18 Tom Tromey <tromey@redhat.com>
7413
7414 * common/ax.def: New file.
7415 * ax.h (enum agent_op): Use ax.def.
7416 * ax-general.c (aop_map): Use ax.def.
7417
7418 2011-02-18 Tom Tromey <tromey@redhat.com>
7419
7420 * ax-general.c (aop_map): Add pick and rot.
7421 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
7422 <DW_OP_rot>: Implement.
7423 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
7424 (ax_pick): Declare.
7425 * ax-general.c (ax_pick): New function.
7426
7427 2011-02-18 Tom Tromey <tromey@redhat.com>
7428
7429 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
7430
7431 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7432 Tom Tromey <tromey@redhat.com>
7433
7434 * cp-support.c (make_symbol_overload_list_namespace): Do not call
7435 make_symbol_overload_list_block with NULL BLOCK.
7436 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
7437
7438 2011-02-18 Pedro Alves <pedro@codesourcery.com>
7439
7440 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
7441 * breakpoint.h (get_number_or_range): Declare.
7442 * printcmd.c (ALL_DISPLAYS): Declare.
7443 (delete_display): Reimplement taking a display pointer.
7444 (undisplay_command): Accept a range of displays to delete, using
7445 get_number_or_range.
7446
7447 2011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
7448
7449 * c-valprint.c (c_val_print): Add embedded_offset to address
7450 for arrays of unspecified length.
7451 * p-valprint.c (pascal_val_print): Likewise.
7452
7453 2011-02-18 Yao Qi <yao@codesourcery.com>
7454
7455 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
7456 (arm_process_displaced_insn): .. here. Remove parameter INSN.
7457 (thumb_process_displaced_insn): New.
7458 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
7459 call to arm_process_displaced_insn.
7460 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
7461
7462 2011-02-17 Tom Tromey <tromey@redhat.com>
7463
7464 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
7465 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
7466 compile_dwarf_to_ax. No longer static. Call
7467 dwarf2_compile_cfa_to_ax.
7468 (locexpr_tracepoint_var_ref): Update.
7469 (loclist_tracepoint_var_ref): Update.
7470 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
7471 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
7472 argument; add 'gdbarch' and 'pc'.
7473 (dwarf2_compile_cfa_to_ax): New function.
7474 (dwarf2_frame_cache): Update.
7475
7476 2011-02-17 Joel Brobecker <brobecker@adacore.com>
7477
7478 * ada-lang.c (ada_type_of_array): Fix the size of the array
7479 in the case of an unconstrained packed array.
7480
7481 2011-02-17 Yao Qi <yao@codesourcery.com>
7482
7483 * common/Makefile.in: Add more targets for make.
7484
7485 2011-02-16 Tom Tromey <tromey@redhat.com>
7486
7487 * dwarf2loc.c (unimplemented): Fix typo.
7488
7489 2011-02-16 Tom Tromey <tromey@redhat.com>
7490
7491 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
7492 (compile_dwarf_to_ax) <default>: Use unimplemented.
7493 <DW_OP_deref>: Update.
7494 (disassemble_dwarf_expression): Update.
7495 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
7496 (decode_locdesc): Update.
7497 * dwarf2expr.h (dwarf_stack_op_name): Update.
7498
7499 2011-02-16 Tom Tromey <tromey@redhat.com>
7500
7501 * ax.h (struct aop_map) <name>: Now const.
7502
7503 2011-02-16 Tom Tromey <tromey@redhat.com>
7504
7505 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
7506 than axs_rvalue.
7507
7508 2011-02-16 Yao Qi <yao@codesourcery.com>
7509
7510 * infrun.c (get_displaced_step_closure_by_addr): New.
7511 * inferior.h: Declare it.
7512 * arm-tdep.c: (arm_pc_is_thumb): Call
7513 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
7514 returns non-NULL.
7515
7516 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7517 Jan Kratochvil <jan.kratochvil@redhat.com>
7518
7519 gdb/
7520 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
7521
7522 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7523 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 * value.c (value_contents_copy_raw): Extend describing comment.
7526 Assert that the destination contents we're overwriting are wholly
7527 available.
7528 (value_contents_copy): Extend describing comment.
7529
7530 2011-02-16 Pedro Alves <pedro@codesourcery.com>
7531 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 * value.c (value_available_contents_eq): Remove redundant local
7534 variables. Fix available contents comparision.
7535 * value.h (value_available_contents_eq): Extend describing
7536 comment.
7537
7538 2011-02-16 Yao Qi <yao@codesourcery.com>
7539
7540 * thread.c (info_threads_command): Add missing i18n markup and remove
7541 trailing newline.
7542
7543 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7544
7545 * breakpoint.c (longjmp_names): New variable.
7546 (struct breakpoint_objfile_data): New type.
7547 (breakpoint_objfile_key): New variable.
7548 (msym_not_found): New variable.
7549 (msym_not_found_p): New predicate.
7550 (get_breakpoint_objfile_data): New function.
7551 (create_overlay_event_breakpoint): Check per-objfile cache for
7552 symbols first.
7553 (create_longjmp_master_breakpoint): Likewise.
7554 (create_std_terminate_master_breakpoint): Likewise.
7555 (create_exception_master_breakpoint): Likewise.
7556 (_initialize_breakpoint): Register per-objfile data key.
7557
7558 2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7559
7560 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
7561 parameter value.
7562 (create_longjmp_master_breakpoint): Loop over longjmp names.
7563 (create_std_terminate_master_breakpoint): Const-propagate parameter
7564 value.
7565 (update_breakpoints_after_exec): Adjust.
7566 (breakpoint_re_set): Adjust.
7567
7568 2011-02-15 Michael Snyder <msnyder@vmware.com>
7569
7570 * thread.c (info_threads_command): Process arg as thread id,
7571 or list of thread ids.
7572 (thread_find_command): New command.
7573 (_initialize_thread): Document argument for info threads.
7574 Document 'thread find' command.
7575 * NEWS: Document new command "thread find".
7576
7577 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7578
7579 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
7580 * aclocal.m4: Regenerated with aclocal-1.11.1.
7581 * common/configure: Regenerate with autoconf-2.64.
7582
7583 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
7584
7585 * opencl-lang.c (build_opencl_types): Set the size of the built-in
7586 bool data type to a size of one byte.
7587
7588 2011-02-15 Pedro Alves <pedro@codesourcery.com>
7589 Jan Kratochvil <jan.kratochvil@redhat.com>
7590
7591 * target.c (memory_xfer_live_readonly_partial): Document where to
7592 look for interface description.
7593
7594 2011-02-15 Yao Qi <yao@codesourcery.com>
7595
7596 PR tdep/12352
7597 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
7598 order to store PC value on stack instead of text section.
7599
7600 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7601
7602 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
7603 the EFP register set size.
7604 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
7605 data from the VMX register.
7606 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
7607 and write data from/to the VMX register.
7608
7609 2011-02-14 Michael Snyder <msnyder@vmware.com>
7610
7611 * command.h (enum command_class): New class 'no_set_class', for
7612 "show" commands without a corresponding "set" command.
7613 * value.c (_initialize_values): Use 'no_set_class' for "show values".
7614 * copying.c (_initialize_copying): Ditto for "show copying" and
7615 "show warranty".
7616 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
7617 "show version".
7618 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
7619 which there is no corresponding "set" command (eg. "show copying").
7620
7621 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7622 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 * exec.c (section_table_available_memory): Change `len' parameter
7625 type to ULONGEST.
7626 * exec.h (section_table_available_memory): Ditto.
7627 * value.h (read_value_memory): Rename the `offset' parameter to
7628 `embedded_offset'.
7629
7630 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7631 Jan Kratochvil <jan.kratochvil@redhat.com>
7632
7633 * memrange.c (compare_mem_ranges): Mention sort order in
7634 describing comment.
7635 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
7636 * tracepoint.c (traceframe_available_memory): Extend comment to
7637 mention what happens to RESULT when the target does not support
7638 the query.
7639
7640 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7641 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
7644 range.
7645
7646 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7647
7648 * value.c (value_bits_valid, value_bits_synthetic_pointer):
7649 No longer handle NULL values.
7650
7651 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7652
7653 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
7654 * value.c: Include "exceptions.h".
7655 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
7656 generic error.
7657 * cp-abi.c: Include gdb_assert.h.
7658 (baseclass_offset): Add `embedded_offset' and `val' parameters.
7659 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
7660 errors.
7661 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
7662 parameters. No longer returns -1 on error.
7663 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
7664 `val' parameters.
7665 * cp-valprint.c: Include exceptions.h.
7666 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
7667 the baseclass_offset. Handle unavailable base classes. Use
7668 val_print_invalid_address.
7669 * p-valprint.c: Include exceptions.h.
7670 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
7671 when fetching the baseclass_offset. No longer expect
7672 baseclass_offset returning -1. Handle unavailable base classes.
7673 Use val_print_invalid_address.
7674 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
7675 `valaddr' parameter, and change its type to gdb_byte pointer. Add
7676 `embedded_offset' and `val' parameters. Adjust.
7677 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
7678 parameter, and change its type to gdb_byte pointer. Add
7679 `embedded_offset' and `val' parameters. Adjust. No longer expect
7680 baseclass_offset returning -1.
7681 (value_dynamic_cast): Use value_contents_for_printing rather than
7682 value_contents. Adjust.
7683 (search_struct_field): No longer expect baseclass_offset returning
7684 -1.
7685 (search_struct_method): If reading memory from the target is
7686 necessary, wrap it in a new value to pass to baseclass_offset. No
7687 longer expect baseclass_offset returning -1.
7688 (find_method_list): No longer expect baseclass_offset returning
7689 -1. Use value_contents_for_printing rather than value_contents.
7690 * valprint.c (val_print_invalid_address): New function.
7691 * valprint.h (val_print_invalid_address): Declare.
7692 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
7693 and `val' parameters. No longer expect baseclass_offset returning
7694 -1. Adjust.
7695 * gnu-v2-abi.c: Include "exceptions.h".
7696 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
7697 parameters. Handle unavailable memory. Recurse through
7698 gnuv2_baseclass_offset directly, rather than through
7699 baseclass_offset. No longer returns -1 on not found, instead
7700 throw an error.
7701 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
7702 `val' parameters. Adjust.
7703
7704 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7705
7706 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
7707 almost but not quite adjacent.
7708
7709 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7710
7711 * value.h (value_entirely_available): Declare.
7712 * value.c (value_entirely_available): New function.
7713 * c-valprint.c (c_value_print): Don't try fetching the pointer's
7714 real type if the pointer is unavailable.
7715
7716 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7717
7718 * valops.c (value_repeat): Use read_value_memory instead of
7719 read_memory.
7720
7721 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7722
7723 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
7724 * value.c (value_contents_copy_raw, value_contents_copy): New
7725 functions.
7726 (value_primitive_field): Use value_contents_copy_raw instead of
7727 memcpy.
7728 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
7729 memcpy.
7730 (value_array, value_slice): Ditto.
7731 * valarith.c (value_subscripted_rvalue): Use
7732 value_contents_copy_raw instead of memcpy.
7733
7734 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7735
7736 <unavailable> references.
7737
7738 * valops.c (get_value_at): Use value_from_contents_and_address,
7739 avoiding read_memory.
7740
7741 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7742
7743 * c-valprint.c (c_val_print): Print a string with unavailable
7744 contents as an array.
7745
7746 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7747
7748 * value.h (unpack_bits_as_long): Delete declaration.
7749 (unpack_value_bits_as_long): Declare.
7750 (unpack_value_field_as_long): Declare.
7751 (value_field_bitfield): Declare.
7752 * value.c (unpack_bits_as_long): Rename to...
7753 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
7754 value parameters. Return the extracted result in a new output
7755 parameter. If the value contents are unavailable, return false,
7756 otherwise return true.
7757 (unpack_value_bits_as_long): New.
7758 (unpack_field_as_long): Rename to...
7759 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
7760 Add embedded_offset and value parameters. Return the extracted
7761 result in a new output parameter. If the value contents are
7762 unavailable, return false, otherwise return true.
7763 (unpack_value_field_as_long): New.
7764 (unpack_field_as_long_1): New.
7765 (unpack_field_as_long): Reimplement as wrapper around
7766 unpack_value_field_as_long_1.
7767 (value_field_bitfield): New function.
7768 * valops.c (value_fetch_lazy): When fetching a bitfield, use
7769 unpack_value_bits_as_long. Mark the value as unavailable, if it
7770 is unavailable.
7771 * jv-valprint.c (java_print_value_fields): Use
7772 value_field_bitfield.
7773 * p-valprint.c (pascal_object_print_value_fields): Use
7774 value_field_bitfield.
7775 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
7776
7777 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7778
7779 * value.c (get_internalvar_integer): Also return the int value of
7780 TYPE_CODE_INT INTERNALVAR_VALUE values.
7781 (set_internalvar): Don't special case TYPE_CODE_INT.
7782
7783 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7784
7785 * value.c (struct internalvar) <enum internalvar_kind>: Remove
7786 INTERNALVAR_POINTER.
7787 <pointer>: Delete.
7788 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
7789 (set_internalvar): Remove special TYPE_CODE_PTR handling.
7790 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
7791
7792 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7793
7794 * value.h (value_available_contents_eq): Declare.
7795 * value.c (find_first_range_overlap): New function.
7796 (value_available_contents_eq): New function.
7797 * valprint.c (val_print_array_elements): Use
7798 value_available_contents_eq.
7799 * ada-valprint.c (val_print_packed_array_elements): Use
7800 value_available_contents_eq.
7801 * jv-valprint.c (java_value_print): Use
7802 value_available_contents_eq.
7803
7804 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7805
7806 * target.c (target_read_live_memory): New function.
7807 (memory_xfer_live_readonly_partial): New.
7808 (memory_xfer_partial): If reading from a traceframe, fallback to
7809 reading unavailable read-only memory from read-only regions of
7810 live target memory.
7811 * tracepoint.c (disconnect_tracing): Adjust.
7812 (set_current_traceframe): New, factored out from
7813 set_traceframe_number.
7814 (set_traceframe_number): Reimplement to only change the traceframe
7815 number on the GDB side.
7816 (do_restore_current_traceframe_cleanup): Adjust.
7817 (make_cleanup_restore_traceframe_number): New.
7818 (cur_traceframe_number): New global.
7819 (tfile_open): Set cur_traceframe_number to no traceframe.
7820 (set_tfile_traceframe): New function.
7821 (tfile_trace_find): If looking up a traceframe using any method
7822 other than by number, make sure the current tfile traceframe
7823 matches gdb's current traceframe. Update the current tfile
7824 traceframe if the lookup succeeded.
7825 (tfile_fetch_registers, tfile_xfer_partial)
7826 (tfile_get_trace_state_variable_value): Make sure the remote
7827 traceframe matches gdb's current traceframe.
7828 * remote.c (remote_traceframe_number): New global.
7829 (remote_open_1): Set it to -1.
7830 (set_remote_traceframe): New function.
7831 (remote_fetch_registers, remote_store_registers)
7832 (remote_xfer_memory, remote_xfer_partial)
7833 (remote_get_trace_state_variable_value): Make sure the remote
7834 traceframe matches gdb's current traceframe.
7835 (remote_trace_find): If looking up a traceframe using any method
7836 other than by number, make sure the current remote traceframe
7837 matches gdb's current traceframe. Update the current remote
7838 traceframe if the lookup succeeded.
7839 * infrun.c (fetch_inferior_event): Adjust.
7840 * tracepoint.h (set_current_traceframe): Declare.
7841 (get_traceframe_number, set_traceframe_number): Add describing
7842 comments.
7843
7844 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7845
7846 Mark pieces of values as unavailable if the corresponding memory
7847 is unavailable.
7848
7849 * valops.c: Include tracepoint.h.
7850 (value_fetch_lazy): Use read_value_memory.
7851 (read_value_memory): New.
7852 * value.h (read_value_memory): Declare.
7853 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
7854 * exec.c (section_table_available_memory): New function.
7855 * exec.h (section_table_available_memory): Declare.
7856
7857 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7858
7859 * Makefile.in (SFILES): Add memrange.c.
7860 (HFILES_NO_SRCDIR): Add memrange.h.
7861 (COMMON_OBS): Add memrange.o.
7862 * memrange.c: New file.
7863 * memrange.h: New file.
7864 * tracepoint.c: Include memrange.h.
7865 (struct mem_range): Delete.
7866 (mem_range_s): Delete.
7867 (traceframe_available_memory): New function.
7868 * tracepoint.h (traceframe_available_memory): Declare.
7869
7870 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7871
7872 * target.h (struct traceframe_info): Forward declare.
7873 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
7874 (struct target_ops) <to_traceframe_info>: New field.
7875 (target_traceframe_info): New.
7876 * target.c (update_current_target): Inherit and default
7877 to_traceframe_info.
7878 * remote.c (PACKET_qXfer_traceframe_info): New.
7879 (remote_protocol_features): Register qXfer:traceframe-info:read.
7880 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
7881 (remote_traceframe_info): New.
7882 (init_remote_ops): Install it.
7883 (_initialize_remote): Install "set/show remote traceframe-info"
7884 commands.
7885 * tracepoint.h (parse_traceframe_info): Declare.
7886 * tracepoint.c (struct mem_range): New.
7887 (mem_range_s): New typedef.
7888 (struct traceframe_info): New.
7889 (traceframe_info): New global.
7890 (free_traceframe_info): New function.
7891 (clear_traceframe_info): New function.
7892 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
7893 info.
7894 (build_traceframe_info): New function.
7895 (tfile_traceframe_info): New function.
7896 (init_tfile_ops): Install tfile_traceframe_info.
7897 (traceframe_info_start_memory, free_result): New functions.
7898 (memory_attributes, traceframe_info_elements): New globals.
7899 (parse_traceframe_info, get_traceframe_info): New functions.
7900 * features/traceframe-info.dtd: New file.
7901 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
7902
7903 2011-02-14 Pedro Alves <pedro@codesourcery.com>
7904
7905 Base support for <unavailable> value contents.
7906
7907 * value.h (value_bytes_available): Declare.
7908 (mark_value_bytes_unavailable): Declare.
7909 * value.c (struct range): New struct.
7910 (range_s): New typedef.
7911 (ranges_overlap): New function.
7912 (range_lessthan): New function.
7913 (ranges_contain_p): New function.
7914 (struct value) <unavailable>: New field.
7915 (value_bytes_available): New function.
7916 (mark_value_bytes_unavailable): New function.
7917 (require_not_optimized_out): Constify parameter.
7918 (require_available): New function.
7919 (value_contents_all, value_contents): Require all bytes be
7920 available.
7921 (value_free): Free `unavailable'.
7922 (value_copy): Copy `unavailable'.
7923 * valprint.h (val_print_unavailable): Declare.
7924 * valprint.c (valprint_check_validity): Rename `offset' parameter
7925 to `embedded_offset'. If printing a scalar, check whether the
7926 value chunk is available.
7927 (val_print_unavailable): New.
7928 (val_print_scalar_formatted): Check whether the value is
7929 available.
7930 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
7931 pretty-printing unavailable values.
7932
7933 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 Fix const/volatile qualifiers of C++ types, PR c++/12328.
7936 * c-typeprint.c (c_type_print_args): Update the function comment. New
7937 variable param_type, initialize it. Remove const/volatile qualifiers
7938 for language_cplus and !show_artificial. Use param_type.
7939
7940 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7941
7942 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
7943 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
7944 * symtab.h (struct symtab) <next>: Comment extension.
7945
7946 2011-02-12 Yao Qi <yao@codesourcery.com>
7947
7948 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
7949
7950 2011-02-11 Yao Qi <yao@codesourcery.com>
7951
7952 * common/Makefile.in: Add copyright header.
7953
7954 2011-02-11 Pedro Alves <pedro@codesourcery.com>
7955
7956 * infrun.c (proceed): Move switching out and in of tfind mode from
7957 here ...
7958 (fetch_inferior_event): ... to here.
7959
7960 2011-02-11 Yao Qi <yao@codesourcery.com>
7961
7962 * Makefile.in: Remove signals.o from COMMON_OBS. Link
7963 libcommon.a.
7964 * configure.ac: Add common to sub dir.
7965 * configure: Regenerate.
7966
7967 2011-02-11 Yao Qi <yao@codesourcery.com>
7968
7969 Build libcommon.a.
7970
7971 * common/Makefile.in: New.
7972 * common/configure.ac: New.
7973 * common/aclocal.m4: New.
7974 * common/configure: Generate.
7975
7976 2011-02-10 Pedro Alves <pedro@codesourcery.com>
7977
7978 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
7979 side of the parenthesis.
7980
7981 Merge from GCC:
7982 2010-07-13 Jakub Jelinek <jakub@redhat.com>
7983 * vec.h (VEC_block_remove): Fix comment.
7984
7985 2011-02-08 Michael Snyder <msnyder@vmware.com>
7986
7987 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
7988
7989 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7990
7991 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
7992 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
7993 psubd and paddd.
7994
7995 2011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7996
7997 PR 12361.
7998 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
7999 phsubsw.
8000 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
8001 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
8002
8003 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8004
8005 * dwarf2read.c (read_subroutine_type): Set special calling
8006 convention flag for functions compiled by IBM XL C for OpenCL.
8007 * ppc-sysv-tdep.c: Include "dwarf2.h"
8008 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
8009 calling convention.
8010 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
8011 IBM OpenCL vector types calling convention.
8012 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
8013 (ppc_sysv_abi_broken_return_value): Likewise.
8014 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
8015 types calling convention.
8016 (ppc64_sysv_abi_return_value): Likewise.
8017 * spu-tdep.c: Include "dwarf2.h"
8018 (spu_return_value): Implement IBM OpenCL vector types calling
8019 convention.
8020
8021 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8022
8023 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
8024 correct ABI for AltiVec vector arguments.
8025
8026 2011-02-07 Pedro Alves <pedro@codesourcery.com>
8027
8028 * valprint.c (val_print): Extend comment.
8029 * ada-valprint.c (ada_valprint): Rewrite comment deferring
8030 interface explanation to val_print.
8031 (ada_val_print_array): Adjust comment to current interface.
8032 (print_field_values): Adjust comment to current interface.
8033 * c-valprint.c (c_val_print): Rewrite comment deferring interface
8034 explanation to val_print.
8035 * f-valprint.c (f_val_print): Ditto.
8036 * jv-valprint.c (java_val_print): Ditto.
8037 * m2-valprint.c (m2_val_print): Ditto.
8038 * p-valprint.c (pascal_val_print): Ditto.
8039
8040 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8041
8042 * breakpoint.c (parse_breakpoint_sals): Fix description.
8043
8044 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
8045 Oguz Kayral <oguzkayral@gmail.com>
8046
8047 * python/py-inferior.c (python_on_normal_stop): New function.
8048 (python_on_resume): New function.
8049 (python_inferior_exit): New function.
8050 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
8051 inferior_exit observers.
8052 * python/py-evtregistry.c: New file.
8053 * python/py-threadevent.c : New file.
8054 * python/py-event.c: New file.
8055 * python/py-evts.c: New file.
8056 * python/py-continueevent.c: New file.
8057 * python/py-bpevent.c: New file.
8058 * python/py-signalevent.c: New file.
8059 * python/py-exetiedevent.c: New file.
8060 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
8061 Move struct breakpoint_object from here...
8062 * python/python-internal.h: ... to here.
8063 * python/py-event.h: New file.
8064 * python/py-events.h: New file.
8065 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
8066 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
8067 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
8068 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
8069 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
8070 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
8071 Add build rules for all the above.
8072
8073 2011-02-04 Tom Tromey <tromey@redhat.com>
8074
8075 * dwarf2read.c (dwarf2_section_empty_p): New function.
8076 (dwarf2_read_section): Use dwarf2_section_empty_p.
8077 (dwarf2_section_size): New function.
8078 (dwarf2_get_section_info): Unconditionally read section.
8079 (dwarf2_read_index): Use dwarf2_section_empty_p.
8080 (partial_read_comp_unit_head): Use dwarf2_section_size.
8081 (dwarf2_symbol_mark_computed): Likewise.
8082
8083 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8084
8085 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
8086
8087 2011-02-04 David Daney <ddaney@caviumnetworks.com>
8088
8089 * mips-linux-tdep.c: Include xml-syscall.h.
8090 (mips_linux_get_syscall_number): New function.
8091 (mips_linux_init_abi): Add calls to
8092 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
8093 * data-directory/Makefile.in (SYSCALLS_FILES): Add
8094 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
8095 * syscalls/mips-n32-linux.xml: New file.
8096 * syscalls/mips-n64-linux.xml: New file.
8097 * syscalls/mips-o32-linux.xml: New file.
8098
8099 2011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8100
8101 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
8102 Complain about inverted range entries.
8103 (dwarf2_record_block_ranges): Likewise.
8104
8105 2011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8106
8107 Fix some typos.
8108 * breakpoint.c (update_watchpoint): Fix name of the
8109 update_global_location_list function.
8110 (print_one_breakpoint): Fix typo.
8111 (_initialize_breakpoint): Remove extra space in hbreak help
8112 string.
8113 * breakpoint.h (struct bp_location) <length>: Fix field
8114 description.
8115
8116 2011-02-04 Pedro Alves <pedro@codesourcery.com>
8117
8118 * regcache.c (registers_changed_ptid): Don't explictly always
8119 clear `current_regcache'. Only clear current_thread_ptid and
8120 current_thread_arch when PTID matches. Only reinit the frame
8121 cache if PTID matches the current inferior_ptid. Move alloca(0)
8122 call to ...
8123 (registers_changed): ... here.
8124
8125 2011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
8126
8127 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
8128 starts with __stack_chk_guard as stack guard symbol.
8129
8130 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
8131
8132 * disasm.c (compare_lines): Handle the end of sequence markers
8133 within the line table to better support disassembling over
8134 compilation unit boundaries.
8135
8136 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8137
8138 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
8139 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
8140 implementation even if no symbols are available.
8141 (thumb_analyze_prologue): Update call to skip_prologue_function.
8142 (arm_analyze_prologue): Likewise.
8143
8144 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8145
8146 * arm-tdep.c: Include "observer.h".
8147 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
8148 (arm_exidx_data_key): New static variable.
8149 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
8150 (struct arm_exidx_data): Likewise.
8151 (arm_exidx_data_free): New function.
8152 (arm_compare_exidx_entries): Likewise.
8153 (arm_obj_section_from_vma): Likewise.
8154 (arm_exidx_new_objfile): Likewise.
8155 (arm_find_exidx_entry): Likewise.
8156 (arm_exidx_fill_cache): Likewise.
8157 (arm_exidx_unwind_sniffer): Likewise.
8158 (arm_exidx_unwind): New global variable.
8159 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
8160 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
8161 observer. Register arm_exidx_data_key as objfile data.
8162
8163 2011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
8164
8165 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
8166 due to accessing uninitialized variable. Fix indentation.
8167
8168 2011-02-02 Pedro Alves <pedro@codesourcery.com>
8169
8170 * c-valprint.c (c_value_print): When doing virtual base pointer
8171 adjustment, create a new value with adjusted contents rather than
8172 changing the contents of the value being printed (and getting it
8173 wrong).
8174
8175 2011-02-02 Pedro Alves <pedro@codesourcery.com>
8176
8177 * xml-support.c (xml_find_attribute): New.
8178 (xinclude_start_include): Use it.
8179 * xml-support.h (xml_find_attribute): Declare.
8180 * memory-map.c (memory_map_start_memory)
8181 (memory_map_start_property): Use xml_find_attribute.
8182 * osdata.c (osdata_start_osdata, osdata_start_column): Use
8183 xml_find_attribute.
8184 * remote.c (start_thread): Use xml_find_attribute.
8185 * solib-target.c (library_list_start_segment)
8186 (library_list_start_section, library_list_start_library)
8187 (library_list_start_list): Use xml_find_attribute.
8188 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
8189 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
8190 (tdesc_start_field): Use xml_find_attribute.
8191
8192 2011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
8193
8194 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
8195 (BUILD_OCL_VTYPES): Update.
8196
8197 2011-02-02 Joel Brobecker <brobecker@adacore.com>
8198
8199 * configure.ac: Work around non-GNU sed limitation when computing
8200 python version number.
8201 * configure: Regenerate.
8202
8203 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8204
8205 Fix debug printing of TYPE_INSTANCE.
8206 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
8207 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
8208
8209 2011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
8212 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
8213 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
8214 * ada-operator.inc: Rename the file to ...
8215 * ada-operator.def: ... here, wrap all the entries by macro OP.
8216 * expprint.c (op_name_standard): Remove all the entries. Include
8217 "std-operator.def" instead.
8218 * expression.h (enum exp_opcode): Include "std-operator.def" and
8219 "ada-operator.def". Move all the entries ...
8220 * std-operator.def: ... here, wrap all the entries by macro OP.
8221
8222 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
8223
8224 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
8225 * breakpoint.c (remove_jit_event_breakpoints): New function.
8226 * jit.c (jit_descriptor_addr): Delete.
8227 (registering_code): Delete.
8228 (clear_int): Delete.
8229 (jit_inferior_data): New variable.
8230 (struct jit_inferior_data): New type.
8231 (get_jit_inferior_data): New function.
8232 (jit_inferior_data_cleanup): New function.
8233 (jit_read_descriptor): Adjust.
8234 (jit_register_code): Adjust.
8235 (jit_breakpoint_re_set_internal): New function; move code here ...
8236 (jit_inferior_init): ... from here.
8237 (jit_breakpoint_re_set): Adjust.
8238 (jit_reset_inferior_data_and_breakpoints): New function.
8239 (jit_inferior_created_observer): Adjust.
8240 (jit_inferior_exit_hook): Adjust.
8241 (jit_executable_changed_observer): New function.
8242 (jit_event_handler): Adjust.
8243 (_initialize_jit): Adjust.
8244
8245 2011-01-31 Michael Snyder <msnyder@vmware.com>
8246
8247 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
8248 line.
8249
8250 2011-01-31 Tom Tromey <tromey@redhat.com>
8251
8252 PR python/12216:
8253 * python/python.c (execute_gdb_command): Call
8254 prevent_dont_repeat.
8255 * top.c (suppress_dont_repeat): New global.
8256 (dont_repeat): Use it.
8257 (prevent_dont_repeat): New function.
8258 * command.h (prevent_dont_repeat): Declare.
8259
8260 2011-01-31 Tom Tromey <tromey@redhat.com>
8261
8262 * infcmd.c (finish_backward): Use breakpoint_set_silent.
8263 * python/py-breakpoint.c (bppy_set_silent): Use
8264 breakpoint_set_silent.
8265 (bppy_set_thread): Use breakpoint_set_thread.
8266 (bppy_set_task): Use breakpoint_set_task.
8267 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
8268 (breakpoint_set_task): Declare.
8269 (make_breakpoint_silent): Remove.
8270 * breakpoint.c (breakpoint_set_silent): New function.
8271 (breakpoint_set_thread): Likewise.
8272 (breakpoint_set_task): Likewise.
8273 (make_breakpoint_silent): Remove.
8274
8275 2011-01-31 Tom Tromey <tromey@redhat.com>
8276
8277 * breakpoint.h (user_breakpoint_p): Declare.
8278 * breakpoint.c (user_breakpoint_p): New function.
8279 (breakpoint_1): Use it.
8280 (save_breakpoints): Likewise.
8281
8282 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8283
8284 * configure.ac: Add handling of Python distribution on Windows.
8285 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
8286 sysconfig variables are not defined, then do not use them.
8287 On Windows, if LIBPL is not defined, then use prefix + '/libs'
8288 instead. On Windows, return all paths using forward-slashes
8289 rather than backslashes.
8290
8291 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8292
8293 * configure.ac: Remove fallback behavior for building
8294 against Python. Remove tweaking of Python include path.
8295 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
8296 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
8297 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
8298 Always restore CPPFLAGS and LIBS after linking test.
8299 * configure: Regenerated.
8300 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
8301 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
8302 * python/python-internal.h: Adjust includes of Python .h files.
8303
8304 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8305
8306 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
8307 in error message.
8308
8309 2011-01-31 Joel Brobecker <brobecker@adacore.com>
8310
8311 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
8312 value test.
8313
8314 2011-01-31 Yao Qi <yao@codesourcery.com>
8315
8316 * arm-linux-nat.c: Update calls to regcache_register_status
8317 instead of regcache_valid_p.
8318 * aix-thread.c: Likewise.
8319 * i386gnu-nat.c: Likewise.
8320
8321 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8322
8323 Fix crash.
8324 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
8325 touching TYPE_FIELD_ARTIFICIAL.
8326
8327 2011-01-28 Richard Earnshaw <rearnsha@arm.com>
8328
8329 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
8330 Committers.
8331
8332 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8333
8334 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
8335 selected, don't try iterating over the traceframe's blocks.
8336 (tfile_has_stack): If there's no traceframe selected, then there's
8337 no stack.
8338 (tfile_has_registers): If there's no traceframe selected, then
8339 there's no registers.
8340
8341 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8342
8343 * target.c (memory_xfer_partial): No need to restore shadows if we
8344 haven't read anything.
8345
8346 2011-01-28 Pedro Alves <pedro@codesourcery.com>
8347
8348 * mips-tdep.c (mips_print_register): Use get_frame_register_value
8349 and val_print_scalar_formatted.
8350
8351 2011-01-27 Pedro Alves <pedro@codesourcery.com>
8352
8353 * tracepoint.c (tfile_read): New.
8354 (tfile_open): Use it.
8355 (tfile_get_traceframe_address): Use it.
8356 (tfile_trace_find): Use it.
8357 (walk_blocks_callback_func): New typedef.
8358 (match_blocktype): New function.
8359 (traceframe_walk_blocks): New function.
8360 (traceframe_find_block_type): New function.
8361 (tfile_fetch_registers, tfile_xfer_partial)
8362 (tfile_get_trace_state_variable_value): Use
8363 traceframe_find_block_type and tfile_read.
8364
8365 2011-01-26 Kevin Buettner <kevinb@redhat.com>
8366
8367 * remote-mips.c: Add internationalization mark ups. Remove
8368 trailing \n from already marked up strings.
8369
8370 2011-01-26 Tom Tromey <tromey@redhat.com>
8371
8372 * python/py-prettyprint.c (print_string_repr): Clear
8373 'addressprint' option when calling val_print_string.
8374 (print_children): Handle Val_pretty_default. Clear 'addressprint'
8375 option when calling val_print_string.
8376
8377 2011-01-26 Tom Tromey <tromey@redhat.com>
8378
8379 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
8380 GDB_PY_LL_ARG.
8381 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
8382 macros.
8383 (gdb_py_longest, gdb_py_ulongest): New typedefs.
8384 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
8385 (gdb_py_long_as_ulongest): New defines.
8386 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
8387 (gdb_py_int_as_long): Declare.
8388 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
8389 GDB_PY_LL_ARG, gdb_py_object_from_longest.
8390 (valpy_long): Add comment.
8391 * python/py-utils.c (get_addr_from_python): Use
8392 gdb_py_long_as_ulongest. Handle overflow properly.
8393 (gdb_py_object_from_longest): New function.
8394 (gdb_py_object_from_ulongest): Likewise.
8395 (gdb_py_int_as_long): Likewise.
8396 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
8397 * python/py-symtab.c (salpy_get_pc): Use
8398 gdb_py_long_from_ulongest.
8399 (salpy_get_line): Use PyInt_FromLong.
8400 * python/py-param.c (set_parameter_value): Use
8401 gdb_py_int_as_long.
8402 * python/py-lazy-string.c (stpy_get_address): Use
8403 gdb_py_long_from_ulongest.
8404 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
8405 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
8406 * python/py-breakpoint.c (bppy_set_thread): Use
8407 gdb_py_int_as_long.
8408 (bppy_set_task): Likewise.
8409 (bppy_set_ignore_count): Likewise.
8410 (bppy_set_hit_count): Likewise.
8411 * python/py-block.c (blpy_get_start): Use
8412 gdb_py_object_from_ulongest.
8413 (blpy_get_end): Likewise.
8414 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
8415
8416 2011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
8417
8418 PR/symtab 11766:
8419 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
8420 * gdb/solib.c (solib_read_symbols): Check for addr_low in
8421 equality test for objfile, initialize addr_low if needed.
8422
8423 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8424
8425 * tui/tui-regs.c (tui_register_format): Remove dead code.
8426
8427 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8428
8429 * printcmd.c (print_formatted): Use val_print_scalar_formatted
8430 instead of print_scalar_formatted.
8431 (print_scalar_formatted): Don't handle 's' format strings here,
8432 and add an assertion that we never see such format here.
8433 * valprint.h (val_print_scalar_formatted): Declare.
8434 * valprint.c (val_print_scalar_formatted): New.
8435 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
8436 instead of print_scalar_formatted.
8437 * jv-valprint.c (java_val_print): Ditto.
8438 * p-valprint.c (pascal_val_print): Ditto.
8439 * ada-valprint.c (ada_val_print_1): Ditto.
8440 * f-valprint.c (f_val_print): Ditto.
8441 * infcmd.c (registers_info): Ditto.
8442 * m2-valprint.c (m2_val_print): Ditto.
8443
8444 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8445
8446 * m2-valprint.c (print_unbounded_array): Pass
8447 value_contents_for_printing rather than value_contents, to
8448 m2_print_array_contents. Also pass in the value.
8449
8450 2011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
8453 (save_gdb_index_command): Switch to .gdb_index version 4.
8454
8455 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8456
8457 * mi/mi-main.c (get_register): Use get_frame_register_value rather
8458 than frame_register, and always pass a valid value to val_print.
8459
8460 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8461
8462 Centralize printing "<optimized out>".
8463
8464 * valprint.h (val_print_optimized_out): Declare.
8465 * cp-valprint.c (cp_print_value_fields): Use
8466 val_print_optimized_out.
8467 * jv-valprint.c (java_print_value_fields): Ditto.
8468 * p-valprint.c (pascal_object_print_value_fields): Ditto.
8469 * printcmd.c (print_formatted): Ditto.
8470 * valprint.c (valprint_check_validity): Ditto.
8471 (value_check_printable): Ditto.
8472 (val_print_optimized_out): New.
8473
8474 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8475
8476 * infcmd.c (default_print_registers_info): Allocate values so to
8477 never pass a NULL value to val_print.
8478
8479 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8480
8481 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
8482 boolean. Make sure to always pass a value that matches the
8483 contents buffer to callees. Preserve `address' for following
8484 iterations.
8485 * value.c (value_contents_for_printing_const): New.
8486 (value_address): Constify value argument.
8487 * value.h (value_contents_for_printing_const): Declare.
8488 (value_address): Constify value argument.
8489
8490 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8491
8492 * regcache.c (struct regcache_descr): Rename
8493 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
8494 and sizeof_cooked_register_valid_p to
8495 sizeof_cooked_register_status.
8496 (init_regcache_descr): Adjust.
8497 (struct regcache): Rename register_valid_p field to
8498 register_status.
8499 (regcache_xmalloc_1, regcache_xfree, regcache_save)
8500 (do_cooked_read): Adjust.
8501 (regcache_valid_p): Rename to ...
8502 (regcache_register_status): ... this. Adjust.
8503 (regcache_invalidate): Adjust.
8504 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
8505 Adjust.
8506 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
8507 as unavailable, not valid.
8508 (regcache_dump): Adjust.
8509 * regcache.h (enum register_status): New.
8510 (regcache_register_status): Declare.
8511 (regcache_invalidate): Delete declaration.
8512 * corelow.c (get_core_registers): Adjust.
8513 * tracepoint.c (tfile_fetch_registers): Adjust.
8514 * trad-frame.c (REG_VALUE): Rename to ...
8515 (TF_REG_VALUE): ... this.
8516 (REG_UNKNOWN): Rename to ...
8517 (TF_REG_UNKNOWN): ... this.
8518 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
8519 * mi/mi-main.c (register_changed_p): Adjust.
8520
8521 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8522
8523 * regcache.c (struct regcache_descr): Remove outdated comment.
8524 (init_regcache_descr): Remove sizeof_raw_register_valid_p
8525 overallocate hack.
8526 (regcache_xmalloc): Rename to ...
8527 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
8528 Allocate the regcache type accordingly.
8529 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
8530 (regcache_xfree): Asser the source is also readonly. Copy sizeof
8531 cooked registers, not raw.
8532 (regcache_dup_no_passthrough): Delete.
8533 (get_thread_arch_regcache): Use regcache_xmalloc_1.
8534 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
8535 mention obsolete write_register_bytes.
8536 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
8537
8538 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8539
8540 Stop remote_read_bytes from handling partial reads itself.
8541
8542 * remote-fileio.c: Include target.h.
8543 (remote_fileio_write_bytes): Delete.
8544 (remote_fileio_func_open, remote_fileio_func_write)
8545 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
8546 target_read_memory.
8547 (remote_fileio_func_stat): Use target_read_memory and
8548 target_write_memory.
8549 (remote_fileio_func_gettimeofday): Use target_write_memory.
8550 (remote_fileio_func_system): Use target_read_memory.
8551 * remote.c (remote_write_bytes): Make it static.
8552 (remote_read_bytes): Don't handle partial reads here.
8553 * remote.h (remote_read_bytes): Delete declaration.
8554
8555 2011-01-25 Pedro Alves <pedro@codesourcery.com>
8556
8557 Simplify XML parsing a bit.
8558
8559 * xml-support.h (gdb_xml_parse_quick): Declare.
8560 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
8561 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
8562 parameter.
8563 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
8564 gdb_xml_create_parser_and_cleanup_1.
8565 (gdb_xml_parse_quick): New.
8566 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
8567 * osdata.c (osdata_parse): Ditto.
8568 * remote.c (remote_threads_info): Ditto.
8569 * solib-target.c (solib_target_parse_libraries): Ditto.
8570 * xml-syscall.c (syscall_parse_xml): Ditto.
8571 * xml-tdesc.c (tdesc_parse_xml): Ditto.
8572
8573 2011-01-24 Kevin Buettner <kevinb@redhat.com>
8574
8575 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
8576 with remote-mips.o added to gdb_target_obs.
8577 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
8578
8579 2011-01-24 Pedro Alves <pedro@codesourcery.com>
8580
8581 * ada-valprint.c (val_print_packed_array_elements): Pass the
8582 correct struct value to val_print.
8583 (ada_val_print_1): Ditto.
8584
8585 2011-01-24 Pedro Alves <pedro@codesourcery.com>
8586
8587 Don't lose embedded_offset in printing routines throughout.
8588
8589 * valprint.h (val_print_array_elements): Change prototype.
8590 * valprint.c (val_print_array_elements): Add `embedded_offset'
8591 parameter, and adjust to pass it down to val_print, while passing
8592 `valaddr' or `address' unmodified. Take embedded_offset into
8593 account when checking repetitions.
8594 * c-valprint.c (c_val_print): Pass embedded_offset to
8595 val_print_array_elements instead of adjusting `valaddr' and
8596 `address'.
8597 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
8598 embedded_offset to val_print_array_elements instead of adjusting
8599 `valaddr'.
8600 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
8601 * p-valprint.c (pascal_val_print): Pass embedded_offset to
8602 val_print_array_elements and pascal_object_print_value_fields
8603 instead of adjusting `valaddr'.
8604 (pascal_object_print_value_fields): Add `offset' parameter, and
8605 adjust to use it.
8606 (pascal_object_print_value): Add `offset' parameter, and adjust to
8607 use it.
8608 (pascal_object_print_static_field): Use
8609 value_contents_for_printing/value_embedded_offset, rather than
8610 value_contents.
8611 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
8612 parameter, and adjust to use it. Use
8613 value_contents_for_printing/value_embedded_offset, rather than
8614 value_contents.
8615 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
8616 (ada_val_print_array): Add `offset' parameter, and adjust to use
8617 it.
8618 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
8619 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
8620 Instead work with offsets. Use
8621 value_contents_for_printing/value_embedded_offset, rather than
8622 value_contents. Change `defer_val_int' local type to CORE_ADDR,
8623 and use value_from_pointer to extract a target pointer, rather
8624 than value_from_longest.
8625 (print_variant_part): Add `offset' parameter. Replace
8626 `outer_valaddr' parameter by a new `outer_offset' parameter.
8627 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
8628 (ada_value_print): Use
8629 value_contents_for_printing/value_embedded_offset, rather than
8630 value_contents.
8631 (print_record): Add `offset' parameter, and adjust to pass it
8632 down.
8633 (print_field_values): Add `offset' parameter. Replace
8634 `outer_valaddr' parameter by a new `outer_offset' parameter.
8635 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
8636 Use value_contents_for_printing/value_embedded_offset, rather than
8637 value_contents.
8638 * d-valprint.c (dynamic_array_type): Use
8639 value_contents_for_printing/value_embedded_offset, rather than
8640 value_contents.
8641 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
8642 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
8643 (java_print_value_fields): Take `offset' into account. Don't
8644 re-adjust `valaddr'. Instead pass down adjusted offsets.
8645 (java_val_print): Take `embedded_offset' into account. Pass it to
8646 java_print_value_fields.
8647 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
8648 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
8649 down adjusted offsets.
8650 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
8651 (f_val_print): Take `embedded_offset' into account.
8652
8653 2011-01-21 Joel Brobecker <brobecker@adacore.com>
8654
8655 * inflow.c: Include "gdbcmd.h".
8656 (interactive_mode): New static global, moved here from top.c.
8657 (show_interactive_mode): New function, moved here from top.c.
8658 use gdb_has_a_terminal instead of input_from_terminal_p to
8659 determine the current mode.
8660 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
8661 setting.
8662 (_initialize_inflow): Add the "set/show interactive-mode"
8663 commands. Moved here from top.c, after having adjusted slightly
8664 the help text.
8665 * top.c (interactive_mode, show_interactive_mode): Delete, moved
8666 to inflow.c.
8667 (input_from_terminal_p): Remove handling of "interactive-mode"
8668 setting, moved to infow.c.
8669 (init_main): Remove creation of the "set/show interactive-mode"
8670 commands, moved to inflow.c.
8671
8672 2011-01-19 Joel Brobecker <brobecker@adacore.com>
8673
8674 * NEWS: Add entry for native ia64-hpux support.
8675
8676 2011-01-19 Tom Tromey <tromey@redhat.com>
8677
8678 PR mi/8618:
8679 * thread.c (free_thread): Free 'name'.
8680 (print_thread_info): Emit thread name. Change CLI output.
8681 (thread_name_command): New function.
8682 (do_captured_thread_select): Emit newline.
8683 (_initialize_thread): Register 'thread name' command.
8684 * target.h (struct target_ops) <to_thread_name>: New field.
8685 (target_thread_name): New macro.
8686 * target.c (update_current_target): Handle to_thread_name.
8687 * python/py-infthread.c (thpy_get_name): New function.
8688 (thpy_set_name): Likewise.
8689 (thread_object_getset): Add "name".
8690 * linux-nat.c (linux_nat_thread_name): New function.
8691 (linux_nat_add_target): Set to_thread_name.
8692 * gdbthread.h (struct thread_info) <name>: New field.
8693
8694 2011-01-18 Joel Brobecker <brobecker@adacore.com>
8695
8696 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
8697 (ada_val_print_1): Likewise.
8698
8699 2011-01-18 Joel Brobecker <brobecker@adacore.com>
8700
8701 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
8702 upper limit address is not greater than the function end address
8703 when the upper limit could not be computed using the debugging
8704 info.
8705
8706 2011-01-17 Tom Tromey <tromey@redhat.com>
8707
8708 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
8709 get_regcomp_error.
8710 * utils.c: Include gdb_regex.h.
8711 (do_regfree_cleanup): New function.
8712 (make_regfree_cleanup): Likewise.
8713 (get_regcomp_error): Likewise.
8714 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
8715
8716 2011-01-17 Tom Tromey <tromey@redhat.com>
8717
8718 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
8719 re_compile_fastmap.
8720
8721 2011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
8722
8723 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
8724 for internal variables.
8725 (last_was_structop): New static variable.
8726 (COMPLETE): New token.
8727 (field_exp): New rule to group all '.' suffix handling.
8728 Add mark_struct_expression calls when approriate to be able
8729 to correctly find fields for completion.
8730 (yylex): Adapt to handle field completion and set INTVAR when
8731 required.
8732
8733 2011-01-14 Yao Qi <yao@codesourcery.com>
8734
8735 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
8736 save_reggroup, restore_reggroup and all_reggroup.
8737
8738 2011-01-14 Joel Brobecker <brobecker@adacore.com>
8739
8740 * ada-valprint. (ada_printchar): Use the correct type length
8741 in call to ada_emit_char.
8742 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
8743
8744 2011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
8745
8746 * solib-som.h (hpux_major_release): Declare variable here.
8747 * solib-som.c: Remove <sys/utsname.h> header.
8748 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
8749 (hpux_major_release): Make global, change default value to
8750 DEFAULT_HPUX_MAJOR_RELEASE.
8751 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
8752 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
8753 Add "solib-som.h" header.
8754 (set_hpux_major_release): New function.
8755 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
8756
8757 2011-01-14 Mike Frysinger <vapier@gentoo.org>
8758
8759 * configure.tgt (*-*-uclinux*): Match more Linux os targets
8760
8761 2011-01-14 Joel Brobecker <brobecker@adacore.com>
8762
8763 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
8764 new-line at end of warning message.
8765 (ia64_hpux_store_register): Remove trailing new-line at end of
8766 error message.
8767 * ia64-hpux-tdep.c: Rephrase comment.
8768 * solib-ia64-hpux.c (struct dld_info): Change type of field
8769 dld_flags from "long long" to ULONGEST.
8770
8771 2011-01-14 Pedro Alves <pedro@codesourcery.com>
8772
8773 * target.h (deprecated_child_ops): Delete declaration.
8774 * target.c (deprecated_child_ops): Delete definition.
8775
8776 2011-01-14 Pedro Alves <pedro@codesourcery.com>
8777
8778 * Makefile.in (hpux-thread.o): Delete rule.
8779 * configure.ac: Don't check for HPUX DCE threads support.
8780 * configure, config.in: Regenerate.
8781 * hppa-hpux-nat.c (child_suppress_run): Delete.
8782 (hppa_hpux_child_can_run): Delete.
8783 (_initialize_hppa_hpux_nat): Don't override to_can_run.
8784 * hpux-thread.c: Delete.
8785
8786 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8787
8788 * hpux-thread.c (hpux_pid_to_str): Delete.
8789
8790 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8791
8792 * ada-valprint.c (ada_emit_char): Remove strange code.
8793 Check that c is <= UCHAR_MAX before passing it to isascii.
8794 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
8795
8796 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8797
8798 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
8799 to the case where instream is stdin.
8800
8801 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8802
8803 * ia64-tdep.h (struct regcache): Forward declare.
8804 (struct ia64_infcall_ops): New struct type.
8805 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
8806 and "infcall_ops".
8807 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
8808 Renames ia64_find_global_pointer.
8809 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
8810 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
8811 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
8812 methods.
8813 (ia64_infcall_ops): New static global constant.
8814 (ia64_gdbarch_init): Set tdep->infcall_ops.
8815 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
8816 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
8817 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
8818 (ia64_hpux_dummy_code): New static global constant.
8819 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
8820 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
8821 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
8822 New function.
8823 (ia64_hpux_infcall_ops): New static global constant.
8824 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
8825 for inferior function calls to work properly on ia64-hpux.
8826
8827 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8828
8829 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
8830 * ia64-tdep.h (struct frame_info): forward declaration.
8831 (struct gdbarch_tdep): Add field size_of_register_frame.
8832 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
8833 to determine the size of the register frame.
8834 (ia64_size_of_register_frame): New function.
8835 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
8836 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
8837 (IA64_HPUX_UREG_REASON): New macro.
8838 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
8839 New functions.
8840 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
8841 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
8842 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
8843 objects.
8844
8845 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8846
8847 Add support for ia64-hpux.
8848 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
8849 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
8850
8851 * configure.host: Add handling for ia64-hpux hosts. Add associated
8852 floatformats.
8853 * configure.tgt: Add handling for ia64-hpux targets.
8854 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
8855 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
8856 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
8857
8858 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8859
8860 [ttrace] Compute thread list immediately after attach.
8861 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
8862 New subprogram.
8863 (inf_ttrace_attach): Use it.
8864
8865 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8866
8867 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
8868 if we could not determine the frame's function address. Instead,
8869 use the frame's PC, and then continue.
8870
8871 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8872
8873 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
8874 not already defined.
8875
8876 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8877
8878 * ia64-tdep.c (ia64_struct_type_p): New function.
8879 (ia64_extract_return_value): Handle integral values that are
8880 less than 8 bytes long.
8881 (ia64_push_dummy_call): Likewise.
8882
8883 2011-01-13 Joel Brobecker <brobecker@adacore.com>
8884
8885 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
8886 floatformat_ia64_ext.
8887 (floatformat_ia64_ext_big): New static const.
8888 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
8889
8890 2011-01-12 Tom Tromey <tromey@redhat.com>
8891
8892 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
8893 messages.
8894 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
8895 (mi_cmd_thread_list_ids): Likewise.
8896 (mi_cmd_data_list_changed_registers): Likewise.
8897 (mi_cmd_data_list_register_values): Likewise.
8898 (mi_cmd_data_write_register_values): Likewise.
8899 (mi_cmd_data_evaluate_expression): Likewise.
8900 (mi_cmd_data_read_memory): Likewise.
8901 (mi_cmd_data_read_memory_bytes): Likewise.
8902 (mi_cmd_data_write_memory): Likewise.
8903 (mi_cmd_enable_timings): Likewise.
8904 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
8905 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
8906 (mi_cmd_var_delete): Likewise.
8907 (mi_cmd_var_set_format): Likewise.
8908 (mi_cmd_var_show_format): Likewise.
8909 (mi_cmd_var_info_num_children): Likewise.
8910 (mi_cmd_var_list_children): Likewise.
8911 (mi_cmd_var_info_type): Likewise.
8912 (mi_cmd_var_info_expression): Likewise.
8913 (mi_cmd_var_show_attributes): Likewise.
8914 (mi_cmd_var_assign): Likewise.
8915 (mi_cmd_var_update): Likewise.
8916 (mi_cmd_enable_pretty_printing): Likewise.
8917 (mi_cmd_var_set_update_range): Likewise.
8918 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
8919 messages.
8920 (mi_cmd_target_file_put): Likewise.
8921 (mi_cmd_target_file_delete): Likewise.
8922 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
8923 messages.
8924 (mi_cmd_stack_info_depth): Likewise.
8925 (mi_cmd_stack_list_locals): Likewise.
8926 (mi_cmd_stack_list_args): Likewise.
8927 (mi_cmd_stack_select_frame): Likewise.
8928 (mi_cmd_stack_select_frame): Likewise.
8929 (mi_cmd_stack_info_frame): Likewise.
8930 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
8931 messages.
8932 (mi_cmd_file_list_exec_source_files): Likewise.
8933 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
8934 (mi_cmd_env_cd): Likewise.
8935 (mi_cmd_env_path): Likewise.
8936 (mi_cmd_env_dir): Likewise.
8937 (mi_cmd_inferior_tty_show): Likewise.
8938 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
8939 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
8940 (mi_cmd_break_watch): Likewise.
8941
8942 2011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
8943
8944 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
8945 (ppc_linux_insert_hw_breakpoint): Likewise.
8946 (ppc_linux_remove_hw_breakpoint): Likewise.
8947 (ppc_linux_insert_watchpoint): Likewise.
8948
8949 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
8950 Jan Kratochvil <jan.kratochvil@redhat.com>
8951
8952 PR fortran/11104 and DWARF unbound arrays detection.
8953 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
8954 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
8955 unspecified upper bound.
8956 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
8957 variables array_size_array, tmp_type and offset_item. New variable
8958 array. Remove call to f77_get_upperbound. New variables array_type
8959 and index. Call value_subscripted_rvalue for each dimenasion. Remove
8960 the final call to deprecated_set_value_type.
8961
8962 2011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8963
8964 Make value allocations more lazy.
8965 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
8966 instead of allocate_value and set_value_lazy when possible.
8967 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
8968 instead of allocate_value and set_value_lazy.
8969 * findvar.c (value_of_register_lazy): Likewise.
8970 (read_var_value): Remove V preallocation, call just check_typedef in
8971 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
8972 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
8973 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
8974 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
8975 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
8976 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
8977 the end, remove set_value_lazy there.
8978 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
8979 instead of allocate_value and set_value_lazy when possible.
8980 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
8981 * value.c (allocate_computed_value): Use allocate_value_lazy instead
8982 of allocate_value and set_value_lazy.
8983 (value_from_contents_and_address): Use allocate_value_lazy instead of
8984 allocate_value and set_value_lazy when possible.
8985
8986 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
8987
8988 * disasm.c (dump_insns): Support dumping opcodes for MI.
8989 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
8990 dumping of instruction opcodes.
8991
8992 2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
8993
8994 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
8995 appropiately.
8996
8997 2011-01-11 Tom Tromey <tromey@redhat.com>
8998
8999 * thread.c (do_captured_thread_select): Emit newline before
9000 printing frame.
9001
9002 2011-01-11 Michael Snyder <msnyder@vmware.com>
9003
9004 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
9005 * score-tdep.c: Ditto.
9006 * score-tdep.h: Ditto.
9007 * ser-base.c: Ditto.
9008 * ser-go32.c: Ditto.
9009 * serial.c: Ditto.
9010 * serial.h: Ditto.
9011 * ser-mingw.c: Ditto.
9012 * ser-pipe.c: Ditto.
9013 * ser-tcp.c: Ditto.
9014 * ser-unix.c: Ditto.
9015 * sh64-tdep.c: Ditto.
9016 * shnbsd-nat.c: Ditto.
9017 * sh-tdep.c: Ditto.
9018 * sh-tdep.h: Ditto.
9019 * solib.c: Ditto.
9020 * solib-darwin.c: Ditto.
9021 * solib-frv.c: Ditto.
9022 * solib.h: Ditto.
9023 * solib-irix.c: Ditto.
9024 * solib-osf.c: Ditto.
9025 * solib-pa64.c: Ditto.
9026 * solib-som.c: Ditto.
9027 * solib-spu.c: Ditto.
9028 * solib-sunos.c: Ditto.
9029 * solib-svr4.c: Ditto.
9030 * solist.h: Ditto.
9031 * sol-thread.c: Ditto.
9032 * somread.c: Ditto.
9033 * source.c: Ditto.
9034 * source.h: Ditto.
9035 * sparc64-linux-tdep.c: Ditto.
9036 * sparc64-tdep.c: Ditto.
9037 * sparc-linux-nat.c: Ditto.
9038 * sparc-linux-tdep.c: Ditto.
9039 * sparc-sol2-nat.c: Ditto.
9040 * sparc-sol2-tdep.c: Ditto.
9041 * sparc-tdep.c: Ditto.
9042 * sparc-tdep.h: Ditto.
9043 * spu-tdep.c: Ditto.
9044 * stabsread.c: Ditto.
9045 * stabsread.h: Ditto.
9046 * stack.c: Ditto.
9047 * symfile.c: Ditto.
9048 * symfile.h: Ditto.
9049 * symmisc.c: Ditto.
9050 * symtab.c: Ditto.
9051 * symtab.h: Ditto.
9052 * target.c: Ditto.
9053 * target-descriptions.c: Ditto.
9054 * target-descriptions.h: Ditto.
9055 * target.h: Ditto.
9056 * target-memory.c: Ditto.
9057 * terminal.h: Ditto.
9058 * thread.c: Ditto.
9059 * top.c: Ditto.
9060 * tracepoint.c: Ditto.
9061 * tracepoint.h: Ditto.
9062 * trad-frame.h: Ditto.
9063 * typeprint.c: Ditto.
9064
9065 2011-01-11 Michael Snyder <msnyder@vmware.com>
9066
9067 * ui-file.c: Comment cleanup, mostly periods and spaces.
9068 * ui-file.h: Ditto.
9069 * ui-out.c: Ditto.
9070 * ui-out.h: Ditto.
9071 * utils.c: Ditto.
9072 * v850-tdep.c: Ditto.
9073 * valarith.c: Ditto.
9074 * valops.c: Ditto.
9075 * valprint.c: Ditto.
9076 * valprint.h: Ditto.
9077 * value.c: Ditto.
9078 * value.h: Ditto.
9079 * varobj.c: Ditto.
9080 * varobj.h: Ditto.
9081 * vax-tdep.c: Ditto.
9082 * vec.c: Ditto.
9083 * vec.h: Ditto.
9084 * version.h: Ditto.
9085 * windows-nat.c: Ditto.
9086 * windows-tdep.c: Ditto.
9087 * xcoffread.c: Ditto.
9088 * xcoffsolib.c: Ditto.
9089 * xml-support.c: Ditto.
9090 * xstormy16-tdep.c: Ditto.
9091 * xtensa-tdep.c: Ditto.
9092 * xtensa-tdep.h: Ditto.
9093
9094 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9095
9096 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
9097 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
9098
9099 2011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
9100 Thiago Jung Bauermann <bauerman@br.ibm.com>
9101
9102 Implement support for PowerPC BookE ranged watchpoints.
9103 * breakpoint.h
9104 (struct breakpoint_ops) <resources_needed>: New method.
9105 Initialize to NULL in all existing breakpoint_ops instances.
9106 (struct breakpoint) <exact>: New field.
9107 (target_exact_watchpoints): Declare external global.
9108 * breakpoint.c (target_exact_watchpoints): New global flag.
9109 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
9110 b->enable_state to bp_enabled before calling
9111 hw_watchpoint_used_count.
9112 (hw_watchpoint_used_count): Iterate over all bp_locations in a
9113 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
9114 if available.
9115 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
9116 if the watchpoint is exact.
9117 (resources_needed_watchpoint): New function.
9118 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
9119 (watch_command_1): Set b->exact if the user asked for an exact
9120 watchpoint and one can be set.
9121 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
9122 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
9123 the user asks for an exact watchpoint and one can be set. Return
9124 number of needed debug registers to watch the expression.
9125 * gdbtypes.c (is_scalar_type): New function, based on
9126 valprint.c:scalar_type_p.
9127 (is_scalar_type_recursive): New function.
9128 * gdbtypes.h (is_scalar_type_recursive): Declare.
9129 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
9130 handle regions when ranged watchpoints are available.
9131 (create_watchpoint_request): New function.
9132 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
9133 create_watchpoint_request.
9134 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
9135 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
9136 `set powerpc' and `show powerpc' commands.
9137 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
9138 Mention documentation comment in the target macro.
9139 (target_region_ok_for_hw_watchpoint): Document return value.
9140
9141 2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9142
9143 * breakpoint.c (update_watchpoint): Decide on using a software or
9144 hardware watchpoint after the bp_locations are created.
9145
9146 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9147
9148 Convert hardware watchpoints to use breakpoint_ops.
9149 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
9150 <insert_location>: ... this. Return int instead of void.
9151 Accept pointer to struct bp_location instead of pointer to
9152 struct breakpoint. Adapt all implementations.
9153 (breakpoint_ops) <remove>: Rename to...
9154 <remove_location>: ... this. Accept pointer to struct bp_location
9155 instead of pointer to struct breakpoint. Adapt all implementations.
9156 * breakpoint.c (insert_catchpoint): Delete function.
9157 (insert_bp_location): Call the watchpoint or catchpoint's
9158 breakpoint_ops.insert method.
9159 (remove_breakpoint_1): Call the watchpoint or catchpoint's
9160 breakpoint_ops.remove method.
9161 (insert_watchpoint, remove_watchpoint): New functions.
9162 (watchpoint_breakpoint_ops): New structure.
9163 (watch_command_1): Initialize the OPS field.
9164 * inf-child.c (inf_child_insert_fork_catchpoint)
9165 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
9166 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
9167 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
9168 Delete functions.
9169 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
9170 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
9171 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
9172 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
9173 * target.c (update_current_target): Change default implementation of
9174 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
9175 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
9176 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
9177 to_set_syscall_catchpoint to return_one.
9178 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
9179 (debug_to_insert_exec_catchpoint): Report return value.
9180 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
9181 (to_insert_exec_catchpoint): Change declaration to return int instead
9182 of void.
9183
9184 2011-01-11 Michael Snyder <msnyder@vmware.com>
9185
9186 * arm-tdep.c: Internationalization.
9187 * c-lang.c: Ditto.
9188 * charset.c: Ditto.
9189 * fork-child.c: Ditto.
9190 * nto-procfs.c: Ditto.
9191 * ppc-sysv-tdep.c: Ditto.
9192 * procfs.c: Ditto.
9193 * remote-mips.c: Ditto.
9194 * remote.c: Ditto.
9195 * rs6000-nat.c: Ditto.
9196 * rs6000-tdep.c: Ditto.
9197 * target.c: Ditto.
9198 * valops.c: Ditto.
9199 * value.c: Ditto.
9200 * xml-support.c: Ditto.
9201 * mi/mi-cmd-break.c: Ditto.
9202 * mi/mi-cmd-var.c: Ditto.
9203 * mi/mi-interp.c: Ditto.
9204 * mi/mi-main.c: Ditto.
9205
9206 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
9207
9208 * remote-sim.c (gdbsim_store_register): Update API to
9209 sim_store_register to check more error conditions.
9210
9211 2011-01-10 Michael Snyder <msnyder@vmware.com>
9212
9213 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
9214 * nto-tdep.c: Ditto.
9215 * nto-tdep.h: Ditto.
9216 * objc-exp.y: Ditto.
9217 * objc-lang.c: Ditto.
9218 * objfiles.c: Ditto.
9219 * objfiles.h: Ditto.
9220 * observer.c: Ditto.
9221 * opencl-lang.c: Ditto.
9222 * osabi.c: Ditto.
9223 * parse.c: Ditto.
9224 * parser-defs.h: Ditto.
9225 * p-exp.y: Ditto.
9226 * p-lang.c: Ditto.
9227 * posix-hdep.c: Ditto.
9228 * ppcbug-rom.c: Ditto.
9229 * ppc-linux-nat.c: Ditto.
9230 * ppc-linux-tdep.c: Ditto.
9231 * ppc-linux-tdep.h: Ditto.
9232 * ppcnbsd-tdep.c: Ditto.
9233 * ppcobsd-tdep.c: Ditto.
9234 * ppcobsd-tdep.h: Ditto.
9235 * ppc-sysv-tdep.c: Ditto.
9236 * ppc-tdep.h: Ditto.
9237 * printcmd.c: Ditto.
9238 * proc-abi.c: Ditto.
9239 * proc-flags.c: Ditto.
9240 * procfs.c: Ditto.
9241 * proc-utils.h: Ditto.
9242 * progspace.h: Ditto.
9243 * prologue-value.c: Ditto.
9244 * prologue-value.h: Ditto.
9245 * psympriv.h: Ditto.
9246 * psymtab.c: Ditto.
9247 * p-typeprint.c: Ditto.
9248 * p-valprint.c: Ditto.
9249 * ravenscar-sparc-thread.c: Ditto.
9250 * ravenscar-thread.c: Ditto.
9251 * ravenscar-thread.h: Ditto.
9252 * record.c: Ditto.
9253 * regcache.c: Ditto.
9254 * regcache.h: Ditto.
9255 * remote.c: Ditto.
9256 * remote-fileio.c: Ditto.
9257 * remote-fileio.h: Ditto.
9258 * remote.h: Ditto.
9259 * remote-m32r-sdi.c: Ditto.
9260 * remote-mips.c: Ditto.
9261 * remote-sim.c: Ditto.
9262 * rs6000-aix-tdep.c: Ditto.
9263 * rs6000-nat.c: Ditto.
9264 * rs6000-tdep.c: Ditto.
9265
9266 2011-01-10 Michael Snyder <msnyder@vmware.com>
9267
9268 * charset.c (validate): Internationalization.
9269 * coffread.c (read_one_sym): Ditto.
9270 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
9271 * h8300-tdep.c (H8300_extract_return_value): Ditto.
9272 * inflow.c (new_tty): Ditto.
9273 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
9274 * m32c-tdep.c (m32c_return_value): Ditto.
9275 * mep-tdep.c (mep_store_return_value): Ditto.
9276 * score-tdep.c (score7_fetch_insn): Ditto.
9277 * ser-mingw.c (pipe_windows_open): Ditto.
9278 * sh64-tdep.c (sh64_extract_return_value): Ditto.
9279 * spu-tdep.c (spu_register_type): Ditto.
9280 * tracepoint.c (trace_find_command): Ditto.
9281 * valarith.c (value_pos): Ditto.
9282
9283 2011-01-10 Joel Brobecker <brobecker@adacore.com>
9284
9285 * ada-valprint.c (printstr): Minor comment reformatting.
9286
9287 2011-01-08 Michael Snyder <msnyder@vmware.com>
9288
9289 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
9290 markup.
9291
9292 2011-01-08 Michael Snyder <msnyder@vmware.com>
9293
9294 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
9295 * hppa-hpux-tdep.c: Ditto.
9296 * hppa-linux-nat.c: Ditto.
9297 * hppa-linux-tdep.c: Ditto.
9298 * hppanbsd-tdep.c: Ditto.
9299 * hppa-tdep.c: Ditto.
9300 * hppa-tdep.h: Ditto.
9301 * hpux-thread.c: Ditto.
9302 * i386-cygwin-tdep.c: Ditto.
9303 * i386-darwin-nat.c: Ditto.
9304 * i386gnu-nat.c: Ditto.
9305 * i386-linux-nat.c: Ditto.
9306 * i386-linux-tdep.c: Ditto.
9307 * i386-nat.c: Ditto.
9308 * i386-nat.h: Ditto.
9309 * i386nbsd-tdep.c: Ditto.
9310 * i386-sol2-nat.c: Ditto.
9311 * i386-stub.c: Ditto.
9312 * i386-tdep.c: Ditto.
9313 * i386-tdep.h: Ditto.
9314 * i387-tdep.c: Ditto.
9315 * ia64-linux-nat.c: Ditto.
9316 * ia64-linux-tdep.c: Ditto.
9317 * ia64-tdep.c: Ditto.
9318 * infcall.c: Ditto.
9319 * infcall.h: Ditto.
9320 * infcmd.c: Ditto.
9321 * inferior.c: Ditto.
9322 * inferior.h: Ditto.
9323 * infloop.c: Ditto.
9324 * inflow.c: Ditto.
9325 * infrun.c: Ditto.
9326 * interps.c: Ditto.
9327 * interps.h: Ditto.
9328 * iq2000-tdep.c: Ditto.
9329 * irix5-nat.c: Ditto.
9330 * jit.c: Ditto.
9331 * jit.h: Ditto.
9332 * jv-exp.y: Ditto.
9333 * jv-lang.c: Ditto.
9334 * jv-lang.h: Ditto.
9335 * jv-typeprint.c: Ditto.
9336 * jv-valprint.c: Ditto.
9337 * language.c: Ditto.
9338 * language.h: Ditto.
9339 * linespec.c: Ditto.
9340 * linux-fork.c: Ditto.
9341 * linux-nat.c: Ditto.
9342 * linux-thread-db.c: Ditto.
9343 * lm32-tdep.c: Ditto.
9344
9345 2011-01-08 Michael Snyder <msnyder@vmware.com>
9346
9347 * m2-exp.y: Comment cleanup, mostly periods and spaces.
9348 * m2-lang.c: Ditto.
9349 * m2-typeprint.c: Ditto.
9350 * m2-valprint.c: Ditto.
9351 * m32c-tdep.c: Ditto.
9352 * m32r-linux-nat.c: Ditto.
9353 * m32r-rom.c: Ditto.
9354 * m32r-tdep.c: Ditto.
9355 * m32r-tdep.h: Ditto.
9356 * m68hc11-tdep.c: Ditto.
9357 * m58klinux-nat.c: Ditto.
9358 * m68k-tdep.c: Ditto.
9359 * m88k-tdep.c: Ditto.
9360 * m88k-tdep.h: Ditto.
9361 * machoread.c: Ditto.
9362 * macrocmd.c: Ditto.
9363 * macroexp.c: Ditto.
9364 * macrotab.c: Ditto.
9365 * main.c: Ditto.
9366 * maint.c: Ditto.
9367 * mdebugread.c: Ditto.
9368 * mdebugread.h: Ditto.
9369 * memattr.c: Ditto.
9370 * memattr.h: Ditto.
9371 * memory-map.h: Ditto.
9372 * mep-tdep.c: Ditto.
9373 * microblaze-rom.c: Ditto.
9374 * microblaze-tdep.c: Ditto.
9375 * minsyms.c: Ditto.
9376 * mips-irix-tdep.c: Ditto.
9377 * mips-linux-nat.c: Ditto.
9378 * mips-linux-tdep.c: Ditto.
9379 * mips-linux-tdep.h: Ditto.
9380 * mipsnbsd-nat.c: Ditto.
9381 * mipsnbsd-tdep.c: Ditto.
9382 * mipsread.c: Ditto.
9383 * mips-tdep.c: Ditto.
9384 * mips-tdep.h: Ditto.
9385 * mn10300-linux-tdep.c: Ditto.
9386 * mn10300-tdep.c: Ditto.
9387 * mn10300-tdep.h: Ditto.
9388 * monitor.c: Ditto.
9389 * monitor.h: Ditto.
9390 * moxie-tdep.c: Ditto.
9391 * moxie-tdep.h: Ditto.
9392 * mt-tdep.c: Ditto.
9393
9394 2011-01-08 Mike Frysinger <vapier@gentoo.org>
9395
9396 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
9397
9398 2011-01-08 Robert Millan <rmh@gnu.org>
9399
9400 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
9401
9402 2011-01-07 Michael Snyder <msnyder@vmware.com>
9403
9404 * charset.c (_initialize_charset): Fix typo in string.
9405
9406 2011-01-07 Michael Snyder <msnyder@vmware.com>
9407
9408 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
9409 for i18n.
9410 * tui/tui-layout.c (tui_set_layout_for_display_command):
9411 Split line so that operator goes to beginning of line.
9412 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
9413 assignment out of if statement.
9414
9415 2011-01-07 Michael Snyder <msnyder@vmware.com>
9416
9417 * ada-lang.c: Comment cleanup, mostly periods and spaces.
9418 * ada-lang.h: Ditto.
9419 * ada-tasks.c: Ditto.
9420 * ada-valprint.c: Ditto.
9421 * aix-threads.c: Ditto.
9422 * alpha-linux-nat.c: Ditto.
9423 * alpha-linux-tdep.c: Ditto.
9424 * alpha-mdebug-tdep.c: Ditto.
9425 * alpha-nat.c: Ditto.
9426 * alpha-osf1-tdep.c: Ditto.
9427 * alpha-tdep.c: Ditto.
9428 * alphabsd-nat.c: Ditto.
9429 * alphabsd-tdep.c: Ditto.
9430 * amd64-darwin-tdep.c: Ditto.
9431 * amd64-linux-nat.c: Ditto.
9432 * amd64-linux-tdep.c: Ditto.
9433 * amd64-sol2-tdep.c: Ditto.
9434 * amd64-tdep.c: Ditto.
9435 * amd64-fbsd-tdep.c: Ditto.
9436 * amd64-nbsd-tdep.c: Ditto.
9437 * amd64-obsd-tdep.c: Ditto.
9438 * amd64-linux-nat.c: Ditto.
9439 * amd64-linux-tdep.c: Ditto.
9440 * arm-tdep.c: Ditto.
9441 * arm-tdep.h: Ditto.
9442 * armnbsd-nat.c: Ditto.
9443 * avr-tdep.c: Ditto.
9444 * bfin-tdep.c: Ditto.
9445 * bsd-kvm.c: Ditto.
9446 * c-typeprintc: Ditto.
9447 * c-valprint.c: Ditto.
9448 * coff-pe-read.h: Ditto.
9449 * coffreead.c: Ditto.
9450 * cris-tdep.c: Ditto.
9451 * d-lang.c: Ditto.
9452 * darwin-nat-info.c: Ditto.
9453 * darwin-nat.c: Ditto.
9454 * dbug-rom.c: Ditto.
9455 * dbxread.c: Ditto.
9456 * dcache.c: Ditto.
9457 * dcache.h: Ditto.
9458 * dec-thread.c: Ditto.
9459 * defs.h: Ditto.
9460 * demangle.c: Ditto.
9461 * dicos-tdep.c: Ditto.
9462 * dictionary.c: Ditto.
9463 * dictionary.h: Ditto.
9464 * dink32-rom.c: Ditto.
9465 * disasm.c: Ditto.
9466 * doublest.c: Ditto.
9467 * dsrec.c: Ditto.
9468 * dummy-frame.c: Ditto.
9469 * dwarf2-frame.c: Ditto.
9470 * dwarf2expr.c: Ditto.
9471 * dwarf2loc.c: Ditto.
9472 * dwarf2read.c: Ditto.
9473 * elfread.c: Ditto.
9474 * environ.c: Ditto.
9475 * eval.c: Ditto.
9476 * event-top.h: Ditto.
9477 * exceptions.c: Ditto.
9478 * exceptions.h: Ditto.
9479 * exec.c: Ditto.
9480 * expprint.c: Ditto.
9481 * expression.h: Ditto.
9482 * f-exp.y: Ditto.
9483 * f-lang.c: Ditto.
9484 * f-lang.h: Ditto.
9485 * f-typeprint.c: Ditto.
9486 * f-valprint.c: Ditto.
9487 * fbsd-nat.c: Ditto.
9488 * findvar.c: Ditto.
9489 * fork-child.c: Ditto.
9490 * frame.c: Ditto.
9491 * frame.h: Ditto.
9492 * frv-linux-tdep.c: Ditto.
9493 * frv-tdep.c: Ditto.
9494 * gcore.c: Ditto.
9495 * gdb-stabs.h: Ditto.
9496 * gdb_assert.h: Ditto.
9497 * gdb_string.h: Ditto.
9498 * gdb_thread_db.h: Ditto.
9499 * gdb_wait.h: Ditto.
9500 * gdbarch.sh: Ditto.
9501 * gdbcore.h: Ditto.
9502 * gdbthread.h: Ditto.
9503 * gdbtypes.c: Ditto.
9504 * gdbtypes.h: Ditto.
9505 * gnu-nat.c: Ditto.
9506 * gnu-nat.h: Ditto.
9507 * gnu-v2-abi.c: Ditto.
9508 * gnu-v3-abi.c: Ditto.
9509 * go32-nat.c: Ditto.
9510 * gdbarch.c: Regenerate.
9511 * gdbarch.h: Regenerate.
9512
9513 2011-01-07 Michael Snyder <msnyder@vmware.com>
9514
9515 * ax-gdb.c: Adjust some long output strings.
9516 * breakpoint.c: Ditto.
9517 * charset.c: Ditto.
9518 * cp-abi.c: Ditto.
9519 * infcall.c: Ditto.
9520 * infrun.c: Ditto.
9521 * linux-nat.c: Ditto.
9522 * solib-pa64.c: Ditto.
9523 * solib-som.c: Ditto.
9524
9525 2011-01-06 Tom Tromey <tromey@redhat.com>
9526
9527 PR python/12367:
9528 * NEWS: Add item.
9529 * python/python.c (GdbMethods): Add "newest_frame" method.
9530 * python/python-internal.h (gdbpy_newest_frame): Declare.
9531 * python/py-frame.c (gdbpy_newest_frame): New function.
9532
9533 2010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9534
9535 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
9536 * jit.c (jit_debug): New variable.
9537 (show_jit_debug): New function.
9538 (struct target_buffer): Use ULONGEST.
9539 (bfd_open_from_target_memory): Likewise.
9540 (jit_register_code, jit_inferior_init): Add debug output.
9541 (_initialize_jit): Register "debug jit" command.
9542
9543 2011-01-06 Tom Tromey <tromey@redhat.com>
9544
9545 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
9546 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
9547 and ARCH_FRAME.
9548
9549 2011-01-06 Tom Tromey <tromey@redhat.com>
9550
9551 * python/py-frame.c (frapy_block): Use get_frame_block.
9552
9553 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9554
9555 Do not stop on SIGPRIO signals by default
9556 * infrun.c (_initialize_infrun): Unset signal_stop and
9557 signal_print for TARGET_SIGNAL_PRIO.
9558
9559 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9560
9561 * ada-tasks.c: Fix style violation in comment.
9562
9563 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9564
9565 * linespec.c (decode_compound, find_method): Remove trailing \n
9566 at end of error string.
9567 * solib-irix.c (irix_current_sos): Likewise.
9568 * varobj.c (uninstall_variable): Likewise.
9569
9570 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9571
9572 * copyright.py: New script.
9573 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
9574 Launch emacs without exec'ing. Call copyright.py afterwards.
9575
9576 2011-01-05 Michael Snyder <msnyder@vmware.com>
9577
9578 * addrmap.c: Shorten lines of >= 80 columns.
9579 * arch-utils.c: Ditto.
9580 * arch-utils.h: Ditto.
9581 * ax-gdb.c: Ditto.
9582 * ax-general.c: Ditto.
9583 * bcache.c: Ditto.
9584 * blockframe.c: Ditto.
9585 * breakpoint.c: Ditto.
9586 * buildsym.c: Ditto.
9587 * c-lang.c: Ditto.
9588 * c-typeprint.c: Ditto.
9589 * charset.c: Ditto.
9590 * coffread.c: Ditto.
9591 * command.h: Ditto.
9592 * corelow.c: Ditto.
9593 * cp-abi.c: Ditto.
9594 * cp-namespace.c: Ditto.
9595 * cp-support.c: Ditto.
9596 * dbug-rom.c: Ditto.
9597 * dbxread.c: Ditto.
9598 * defs.h: Ditto.
9599 * dfp.c: Ditto.
9600 * dfp.h: Ditto.
9601 * dictionary.c: Ditto.
9602 * disasm.c: Ditto.
9603 * doublest.c: Ditto.
9604 * dwarf2-frame.c: Ditto.
9605 * dwarf2expr.c: Ditto.
9606 * dwarf2loc.c: Ditto.
9607 * dwarf2read.c: Ditto.
9608 * elfread.c: Ditto.
9609 * eval.c: Ditto.
9610 * event-loop.c: Ditto.
9611 * event-loop.h: Ditto.
9612 * exceptions.h: Ditto.
9613 * exec.c: Ditto.
9614 * expprint.c: Ditto.
9615 * expression.h: Ditto.
9616 * f-lang.c: Ditto.
9617 * f-valprint.c: Ditto.
9618 * findcmd.c: Ditto.
9619 * frame-base.c: Ditto.
9620 * frame-unwind.c: Ditto.
9621 * frame-unwind.h: Ditto.
9622 * frame.c: Ditto.
9623 * frame.h: Ditto.
9624 * gcore.c: Ditto.
9625 * gdb-stabs.h: Ditto.
9626 * gdb_assert.h: Ditto.
9627 * gdb_dirent.h: Ditto.
9628 * gdb_obstack.h: Ditto.
9629 * gdbcore.h: Ditto.
9630 * gdbtypes.c: Ditto.
9631 * gdbtypes.h: Ditto.
9632 * inf-ttrace.c: Ditto.
9633 * infcall.c: Ditto.
9634 * infcmd.c: Ditto.
9635 * inflow.c: Ditto.
9636 * infrun.c: Ditto.
9637 * inline-frame.h: Ditto.
9638 * language.c: Ditto.
9639 * language.h: Ditto.
9640 * libunwind-frame.c: Ditto.
9641 * libunwind-frame.h: Ditto.
9642 * linespec.c: Ditto.
9643 * linux-nat.c: Ditto.
9644 * linux-nat.h: Ditto.
9645 * linux-thread-db.c: Ditto.
9646 * machoread.c: Ditto.
9647 * macroexp.c: Ditto.
9648 * macrotab.c: Ditto.
9649 * main.c: Ditto.
9650 * maint.c: Ditto.
9651 * mdebugread.c: Ditto.
9652 * memattr.c: Ditto.
9653 * minsyms.c: Ditto.
9654 * monitor.c: Ditto.
9655 * monitor.h: Ditto.
9656 * objfiles.c: Ditto.
9657 * objfiles.h: Ditto.
9658 * osabi.c: Ditto.
9659 * p-typeprint.c: Ditto.
9660 * p-valprint.c: Ditto.
9661 * parse.c: Ditto.
9662 * printcmd.c: Ditto.
9663 * proc-events.c: Ditto.
9664 * procfs.c: Ditto.
9665 * progspace.c: Ditto.
9666 * progspace.h: Ditto.
9667 * psympriv.h: Ditto.
9668 * psymtab.c: Ditto.
9669 * record.c: Ditto.
9670 * regcache.c: Ditto.
9671 * regcache.h: Ditto.
9672 * remote-fileio.c: Ditto.
9673 * remote.c: Ditto.
9674 * ser-mingw.c: Ditto.
9675 * ser-tcp.c: Ditto.
9676 * ser-unix.c: Ditto.
9677 * serial.c: Ditto.
9678 * serial.h: Ditto.
9679 * solib-frv.c: Ditto.
9680 * solib-irix.c: Ditto.
9681 * solib-osf.c: Ditto.
9682 * solib-pa64.c: Ditto.
9683 * solib-som.c: Ditto.
9684 * solib-sunos.c: Ditto.
9685 * solib-svr4.c: Ditto.
9686 * solib-target.c: Ditto.
9687 * solib.c: Ditto.
9688 * somread.c: Ditto.
9689 * source.c: Ditto.
9690 * stabsread.c: Ditto.
9691 * stabsread.c: Ditto.
9692 * stack.c: Ditto.
9693 * stack.h: Ditto.
9694 * symfile-mem.c: Ditto.
9695 * symfile.c: Ditto.
9696 * symfile.h: Ditto.
9697 * symmisc.c: Ditto.
9698 * symtab.c: Ditto.
9699 * symtab.h: Ditto.
9700 * target-descriptions.c: Ditto.
9701 * target-memory.c: Ditto.
9702 * target.c: Ditto.
9703 * target.h: Ditto.
9704 * terminal.h: Ditto.
9705 * thread.c: Ditto.
9706 * top.c: Ditto.
9707 * tracepoint.c: Ditto.
9708 * tracepoint.h: Ditto.
9709 * ui-file.c: Ditto.
9710 * ui-file.h: Ditto.
9711 * ui-out.h: Ditto.
9712 * user-regs.c: Ditto.
9713 * user-regs.h: Ditto.
9714 * utils.c: Ditto.
9715 * valarith.c: Ditto.
9716 * valops.c: Ditto.
9717 * valprint.c: Ditto.
9718 * valprint.h: Ditto.
9719 * value.c: Ditto.
9720 * varobj.c: Ditto.
9721 * varobj.h: Ditto.
9722 * vec.h: Ditto.
9723 * xcoffread.c: Ditto.
9724 * xcoffsolib.c: Ditto.
9725 * xcoffsolib.h: Ditto.
9726 * xml-syscall.c: Ditto.
9727 * xml-tdesc.c: Ditto.
9728
9729 2011-01-05 Michael Snyder <msnyder@vmware.com>
9730
9731 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
9732 * cli/cli-decode.c: Ditto.
9733 * cli/cli-dump.c: Ditto.
9734 * cli/cli-logging.c: Ditto.
9735 * cli/cli-script.c: Ditto.
9736 * cli/cli-setshow.c: Ditto.
9737 * common/signals.c: Ditto.
9738 * mi/mi-cmd-break.c: Ditto.
9739 * mi/mi-cmd-disas.c: Ditto.
9740 * mi/mi-cmd-stack.c: Ditto.
9741 * mi/mi-cmd-var.c: Ditto.
9742 * mi/mi-cmds.c: Ditto.
9743 * mi/mi-common.h: Ditto.
9744 * mi/mi-console.c: Ditto.
9745 * mi/mi-interp.c: Ditto.
9746 * mi/mi-main.c: Ditto.
9747 * osf-share/cma_attr.c: Ditto.
9748 * osf-share/cma_deb_core.h: Ditto.
9749 * osf-share/cma_debug_client.h: Ditto.
9750 * osf-share/cma_handle.h: Ditto.
9751 * osf-share/cma_mutex.h: Ditto.
9752 * osf-share/cma_stack_int.h: Ditto.
9753 * osf-share/cma_tcb_defs.h: Ditto.
9754 * python/py-auto-load.c: Ditto.
9755 * python/py-breakpoint.c: Ditto.
9756 * python/py-cmd.c: Ditto.
9757 * python/py-frame.c: Ditto.
9758 * python/py-objfile.c: Ditto.
9759 * python/py-param.c: Ditto.
9760 * python/py-progspace.c: Ditto.
9761 * python/py-symbol.c: Ditto.
9762 * python/py-value.c: Ditto.
9763 * python/python-internal.h: Ditto.
9764 * python/python.c: Ditto.
9765 * tui/tui-data.c: Ditto.
9766 * tui/tui-disasm.c: Ditto.
9767 * tui/tui-hooks.c: Ditto.
9768 * tui/tui-io.c: Ditto.
9769 * tui/tui-layout.c: Ditto.
9770 * tui/tui-regs.c: Ditto.
9771 * tui/tui-source.c: Ditto.
9772 * tui/tui-stack.c: Ditto.
9773 * tui/tui-win.c: Ditto.
9774 * tui/tui-windata.c: Ditto.
9775 * tui/tui-winsource.c: Ditto.
9776
9777 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9778
9779 * configure.ac, gdb.1: Copyright year update.
9780
9781 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
9784 this_pc_in_block, morestack_msym and morestack_name. Check for
9785 "__morestack" minimal symbol there.
9786
9787 2011-01-03 Joel Brobecker <brobecker@adacore.com>
9788
9789 * symfile.c (find_sym_fns): Add call to dont_repeat.
9790
9791 2011-01-01 Joel Brobecker <brobecker@adacore.com>
9792
9793 Copyright year update in most files (performed by copyright.sh).
9794
9795 2011-01-01 Joel Brobecker <brobecker@adacore.com>
9796
9797 * top.c (print_gdb_version): Update copyright year in version output.
9798
9799 For older changes see ChangeLog-2010.
9800 \f
9801 Local Variables:
9802 mode: change-log
9803 left-margin: 8
9804 fill-column: 74
9805 version-control: never
9806 coding: utf-8
9807 End:
This page took 0.245512 seconds and 5 git commands to generate.