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