gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b4264740
SD
12011-11-29 Sanjoy Das <sdas@igalia.com>
2
3 * jit.c (add_objfile_entry, jit_reader_try_read_symtab)
4 (jit_bfd_try_read_symtab): Fix comments.
5
87326c78
DD
62011-11-28 DJ Delorie <dj@redhat.com>
7
8 * NEWS: Mention RL78 simulator.
9
1e3a8f45
JB
102011-11-28 Joel Brobecker <brobecker@adacore.com>
11
12 * symfile.h (struct quick_symbol_functions): Fix the documentation
13 of field map_matching_symbols, as symbols are sorted using
14 strcmp_iw_ordered, not strcmp_iw.
15
265e52c3
JB
162011-11-28 Paul Hilfinger <hilfinger@adacore.com>
17
18 * symfile.h (struct quick_symbol_functions): Update the
19 documentation for field map_matching_symbols.
20
1a1d5513
JB
212011-11-28 Joel Brobecker <brobecker@adacore.com>
22
23 * ada-lang.c (compare_names): Fix wrong return value in case
24 string1 starts with the same contents as string2, followed
25 by an underscore that do not start a symbol name suffix.
26
5d9c5995
PM
272011-11-28 Phil Muldoon <pmuldoon@redhat.com>
28
29 PR python/13369
30 PR python/13374
31
32 * python/python.c (gdbpy_decode_line): Do not acquire GIL.
33 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
34 * python/py-value.c (valpy_nonzero): Use TRY_CATCH to catch GDB
35 exceptions.
36 * python/py-type.c (typy_strip_typedefs): Ditto.
37 (typy_legacy_template_argument): Ditto.
38 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
39 * python/py-breakpoint.c (bppy_set_ignore_count): Ditto.
40
2bf50f6f
JB
412011-11-27 Joel Brobecker <brobecker@acacore.com>
42
43 * remote.c (remote_get_tracepoint_status): Delete addrbuf
44 local variable. Avoid use of sprintf_vma.
45
744ab88c
SD
462011-11-27 Sanjoy Das <sdas@igalia.com>
47
48 Fix regression in jit.exp.
49 * jit.c (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
50 (jit_register_code): Set the jit_objfile_data field to the correct
51 value.
52
46ad3598
UW
532011-11-25  Uros Bizjak  <ubizjak@gmail.com>
54
55 * alpha-tdep.c (br_opcode): New.
56 (ldl_l_opcode, ldq_l_opcode, stl_c_opcode, stq_c_opcode): Ditto.
57 (alpha_deal_with_atomic_sequence): New function.
58 (alpha_gdbarch_init): Handle single stepping of atomic sequences
59 with alpha_deal_with_atomic_sequence.
60
e4c5f296
TG
612011-11-24 Tristan Gingold <gingold@adacore.com>
62
63 * machoread.c (oso_el): Remove num_Sections, symbols, offsets
64 fields. Add oso_sym, end_sym and nbr_syms.
65 (macho_register_oso): Change interface.
66 (macho_symtab_add_minsym): New function.
67 (macho_symtab_read): Rewritten.
68 (get_archive_prefix_len): Remove trailing blanks.
69 (oso_el_compare_name): Add comment.
70 (struct macho_sym_hash_entry): New structure.
71 (macho_relocate_common_syms): Remove.
72 (macho_sym_hash_newfunc): New function.
73 (macho_resolve_oso_sym_with_minsym): Likewise.
74 (macho_add_oso_symfile): Rewritten.
75 (macho_symfile_read_all_oso): Remove trailing blanks.
76 Adjust code to free oso vector.
77 (macho_symfile_read): Likewise.
78 Move code to initialize minimal symbol
79
130854df
MR
802011-11-24 Maciej W. Rozycki <macro@codesourcery.com>
81
82 * mips-tdep.c (extended_offset): Fix formatting.
83
3d7bb9d9
DE
842011-11-23 Doug Evans <dje@google.com>
85
86 * dwarf2read.c (dw2_lookup_symtab): Add comment.
87 (dw2_expand_symtabs_with_filename): Ditto.
88 (dw2_expand_symtabs_matching): Ditto.
89 (dw2_map_symbol_filenames): Ditto.
90
1fbf5ada
JB
912011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
92
93 * ada-lang.c (assign_aggregate): Minor reformatting.
94
d984108d
JB
952011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
96
97 * ada-lang.c (assign_aggregate): Remove declaration of local
98 variable `i' which is shadowing another variable with the same
99 name declared in the outer scope.
100
18af8284
JB
1012011-11-23 Joel Brobecker <brobecker@adacore.com>
102
103 * ada-lang.c (get_base_type): Renames base_type. Adjust all
104 calls throughout this file.
105
1fc7b5d7
JB
1062011-11-23 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb-dlfcn.c (gdb_dlopen): Add missing coma in call to
109 FormatMessage.
110
36dfb11c
TT
1112011-11-22 Tom Tromey <tromey@redhat.com>
112
113 PR mi/8444:
114 * mi/mi-common.h (EXEC_ASYNC_SOLIB_EVENT, EXEC_ASYNC_FORK)
115 (EXEC_ASYNC_VFORK, EXEC_ASYNC_SYSCALL_ENTRY)
116 (EXEC_ASYNC_SYSCALL_RETURN, EXEC_ASYNC_EXEC): New constants.
117 * mi/mi-common.c (async_reason_string_lookup): Add new reasons.
118 * breakpoint.c (print_it_catch_fork, print_it_catch_vfork)
119 (print_it_catch_syscall, print_it_catch_exec)
120 (internal_bkpt_print_it): Use ui_out. Emit stop reason.
121 (bpstat_print): Add 'kind' argument. Handle
122 TARGET_WAITKIND_LOADED.
123 * infrun.c (normal_stop): Update for bpstat_print change. Don't
124 handle TARGET_WAITKIND_LOADED here.
125 * breakpoint.h (bpstat_print): Update.
126
5bd6aa83
TT
1272011-11-22 Tom Tromey <tromey@redhat.com>
128
129 * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
130
f5afdc18
TT
1312011-11-22 Tom Tromey <tromey@redhat.com>
132
133 * mi/mi-common.c (_initialize_gdb_mi_common): Remove.
134 Use static_assert to check the size of
135 async_reason_string_lookup.
136 * common/gdb_assert.h (static_assert): New macro.
137
a3769e0c
AM
1382011-11-22 Alan Modra <amodra@gmail.com>
139
140 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Correct branch
141 destination calculation. Don't expect >> to sign extend. Don't
142 add a break if branch lands inside the sequence anywhere.
143
56767571
KS
1442011-11-21 Keith Seitz <keiths@redhat.com>
145
146 * gdb.mi/mi-var-display.exp: Remove XFAIL for c_variable-7.51,
147 -var-evaluate-expression of an enumeration and fix expected result.
148 * gdb.mi/mi2-varvdisplay.exp: Likewise.
149
8443c207
KY
1502011-11-21 Kwok Cheung Yeung <kcy@codesourcery.com>
151
152 * osdata.c (info_osdata_command): Rename nprocs to nrows. Handle
153 the case where osdata->items is empty. Rename column names to a
154 canonical form to avoid problems with unusual column names.
155
97643830
YQ
1562011-11-21 Yao Qi <yao@codesourcery.com>
157
158 * MAINTAINERS (Write After Approval): Keep list in alphabetical order.
159
f196051f
SS
1602011-11-20 Stan Shebs <stan@codesourcery.com>
161
162 * NEWS: Mention tracepoint additions.
163 * breakpoint.h (struct tracepoint): New field traceframe_usage.
164 * breakpoint.c (print_one_breakpoint_location): Identify
165 tracepoints as such when reporting hit counts, report
166 trace buffer usage.
167 (create_tracepoint_from_upload): Copy status info.
168 * tracepoint.h (struct trace_status): Rename error_desc to stop_desc,
169 add fields user_name, notes, start_time, stop_time.
170 (struct uploaded_tp): Add fields hit_count, traceframe_usage.
171 * tracepoint.c (trace_user): New global.
172 (trace_notes): New global.
173 (trace_stop_notes): New global.
174 (start_tracing): Add argument and trace note handling.
175 (stop_tracing): Ditto.
176 (trace_start_command): Add notes argument.
177 (trace_stop_command): Ditto.
178 (trace_status_command): Report additional status info.
179 (trace_status_mi): Similarly.
180 (trace_save): Update, record tracepoint status.
181 (set_disconnected_tracing): Call target method directly.
182 (send_disconnected_tracing_value): Remove.
183 (set_trace_user): New function.
184 (set_trace_notes): New function.
185 (set_trace_stop_notes): New function.
186 (parse_trace_status): Handle additional status.
187 (parse_tracepoint_status): New function.
188 (parse_tracepoint_definition): Call it.
189 (tfile_get_tracepoint_status): New function.
190 (init_tfile_ops): Use it.
191 (_initialize_tracepoint): Add new setshows.
192 * target.h (struct target_ops): New methods to_get_tracepoint_status
193 and to_set_trace_notes.
194 (target_get_tracepoint_status): New macro.
195 (target_set_trace_notes): New macro.
196 * target.c (update_current_target): Add new methods.
197 * remote.c (remote_get_tracepoint_status): New function.
198 (remote_set_trace_notes): New function.
199 (init_remote_ops): Add them.
200 * mi/mi-main.c (mi_cmd_trace_start): Add argument to call.
201 (mi_cmd_trace_stop): Ditto.
202
3623dc3a
SD
2032011-11-20 Sanjoy Das <sdas@igalia.com>
204
205 * jit.c: Include regcache.h.
206 (jit_gdbarch_data, jit_frame_unwind): New static variables.
207 (jit_unwind_reg_set_impl, free_reg_value_impl)
208 (jit_unwind_reg_get_impl, jit_frame_sniffer)
209 (jit_frame_unwind_stop_reason, jit_frame_this_id)
210 (jit_frame_prev_register, jit_dealloc_cache)
211 (jit_prepend_unwinder, jit_gdbarch_data_init): New functions.
212 (jit_inferior_init): Prepend (new) pseudo unwinder by calling
213 jit_prepend_unwinder.
214 (_initialize_jit): Register new gdbarch data jit_gdbarch_data.
215
1825a88d
SD
2162011-11-20 Sanjoy Das <sdas@igalia.com>
217
218 * jit.c: Include block.h, dictionary.h and frame-unwind.h.
219 (add_objfile_entry, jit_target_read_impl, jit_object_open_impl)
220 (jit_symtab_open_impl, compare_block, jit_block_open_impl)
221 (jit_symtab_line_mapping_add_impl, jit_symtab_close_impl)
222 (finalize_symtab, jit_object_close_impl)
223 (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
224 (free_objfile_data): New functions.
225 (_initialize_jit): Register jit_objfile_data with a proper cleanup
226 function.
227
784c47ee
SD
2282011-11-20 Sanjoy Das <sdas@igalia.com>
229
230 * jit.c: Include gdb-dlfcn.h.
231 (loaded_jit_reader, reader_init_fn_sym): New static variables.
232 (jit_reader_load, jit_reader_load_command)
233 (jit_reader_unload_command): New functions.
234 (_initialize_jit): Add commands "jit-reader-load" and
235 "jit-reader-unload".
236
a2d08b9e
SD
2372011-11-20 Sanjoy Das <sdas@igalia.com>
238
239 * Makefile.in: Add gdb-dlfcn.c and gdb-dlfcn.h to build system.
240 * config.in: Add new #define HAVE_LIBDL.
241 * configure.ac: Add check for -ldl.
242 * configure: Re-generated by autoconf.
243 * gdb-dlfcn.c: New file.
244 * gdb-dlfcn.h: New file.
245
b8e0a31c
SD
2462011-11-20 Sanjoy Das <sdas@igalia.com>
247
248 * config.in: Add new #defines: JIT_READER_DIR and
249 JIT_READER_DIR_RELOCATABLE.
250 * configure.ac: New GDB directory entry for jit-reader-dir.
251 * configure: Re-generated by autoconf.
252 * jit.c: New static variable: const char *jit_reader_dir.
253 (_initialize_jit): Relocate jit_reader_dir.
254
f997c383
SD
2552011-11-20 Sanjoy Das <sdas@igalia.com>
256
257 * Makefile.in: Add jit-reader.h as a header. Have it installed in
258 $(includedir)/gdb.
259 * configure.ac: Generate a correct value for TARGET_PTR for
260 jit-reader.h. Tell configure to generate jit-reader.h from
261 jit-reader.in.
262 * configure: Re-generated by autoconf.
263 * jit-reader.in: New file.
264 * jit.c: Include jit-reader.h.
265
dc8c0494
SD
2662011-11-20 Sanjoy Das <sdas@igalia.com>
267
268 * MAINTAINERS (Write After Approval): Add myself to the list.
269
01efb936
UW
2702011-11-18 Ulrich Weigand <uweigand@de.ibm.com>
271
272 * findvar.c (read_frame_register_value): Respect value_offset
273 of the register value. Remove big-endian special case.
274
732f3f12
TT
2752011-11-18 Tom Tromey <tromey@redhat.com>
276
277 PR build/7196:
278 * remote.c (putpkt_for_catch_errors): New function.
279 (remote_kill): Use it.
280
bfccc43c
YQ
2812011-11-18 Yao Qi <yao@codesourcery.com>
282
283 * breakpoint.c (create_breakpoint): Produce query message according to
284 breakpoint's type.
285 Allocate tracepoint per correct type.
286 Don't check SALs for pending fast tracepoints.
287 * tracepoint.c (process_tracepoint_on_disconnect): New.
288 (disconnect_tracing): Call process_tracepoint_on_disconnect.
289
3ea46bff
YQ
2902011-11-18 Yao Qi <yao@codesourcery.com>
291
292 * breakpoint.c (install_breakpoint): Add one more parameter so that
293 update_global_location_list is called conditionally.
294 (create_fork_vfork_event_catchpoint): Update.
295 (create_syscall_event_catchpoint): Update.
296 (create_breakpoint_sal): Update.
297 (create_breakpoint_sal): Update. Call do_cleanups before
298 install_breakpoint.
299 * ada-lang.c (create_ada_exception_catchpoint): Update.
300 * breakpoint.h (install_breakpoint): Update declaration.
301
598cfb71
UW
3022011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
303
304 * spu-tdep.c (spu_return_value): Fix handling of
305 TYPE_CALLING_CONVENTION annotation.
306
caf4328c
UW
3072011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
308
309 * skip.c (skip_function_command): Work around uninitialized
310 variable warning.
311
2b54dda2
DM
3122011-11-16 David S. Miller <davem@davemloft.net>
313
314 * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
315 'tv_usec' to long for printf since these fields have a type which
316 varies.
317
93bf33fd
DE
3182011-11-15 Doug Evans <dje@google.com>
319
320 * buildsym.c (add_symbol_to_list): Delete outdated comment.
321
9cc10fd1
PK
3222011-11-15 Paul Koning <paul_koning@dell.com>
323
324 * python/py-type.c (typy_get_composite): New function.
325 (typy_nonzero): New function.
326 (typy_values): Rename from typy_fields.
327 (typy_fields): New function.
328 (typy_length): Raise exception if not struct, union, or enum type.
329 (typy_getitem): Ditto.
330 (typy_has_key): Ditto.
331 (typy_make_iter): Ditto.
332
c011a4f4
DE
3332011-11-15 Doug Evans <dje@google.com>
334
335 * NEWS: Mention new parameter basenames-may-differ.
336 * dwarf2read.c (dw2_lookup_symtab): Avoid calling gdb_realpath if
337 ! basenames_may_differ.
338 * psymtab.c (lookup_partial_symtab): Ditto.
339 * symtab.c (lookup_symtab): Ditto.
340 (basenames_may_differ): New global.
341 (_initialize_symtab): New parameter basenames-may-differ.
342 * symtab.h (basenames_may_differ): Declare.
343
865ecab4
LM
3442011-11-15 Pedro Alves <pedro@codesourcery.com>
345 Luis Machado <lgustavo@codesourcery.com>
346
347 * auxv.c: Include observer.h.
348 (auxv_inferior_data_cleanup): New.
349 (invalidate_auxv_cache_inf): New.
350 (invalidate_auxv_cache): New.
351 (get_auxv_inferior_data): New.
352 (auxv_inferior_data): New static global.
353 (auxv_info): New structure.
354 (target_auxv_search): Use get_auxv_inferior_data instead of
355 target_read_alloc and don't free cached buffers.
356 (fprint_target_auxv): Likewise
357 (_initialize_auxv): Register per-inferior auxv cache and register
358 observers to invalidate auxv cache when needed.
359
ed59ded5
DE
3602011-11-14 Doug Evans <dje@google.com>
361
362 Make "!" an alias for "shell".
363 * NEWS: Add mention.
364 * cli/cli-cmds.c (init_cli_cmds): Remove xdb_commands condition on
365 adding "!" command, always add it.
366 * cli/cli-decode.c (find_command_name_length): Recognize "!" as a
367 command of length one.
368
405f8e94
SS
3692011-11-14 Stan Shebs <stan@codesourcery.com>
370 Kwok Cheung Yeung <kcy@codesourcery.com>
371
372 * NEWS: Document shorter fast tracepoints and qTMinFTPILen packet.
373 * i386-tdep.c (i386_fast_tracepoint_valid_at): Query target for
374 the minimum instruction size for fast tracepoints.
375 * target.h (struct target_ops): Add new method
376 to_get_min_fast_tracepoint_insn_len.
377 (target_get_min_fast_tracepoint_insn_len): New.
378 * target.c (update_current_target): Set up new target operation.
379 * remote.c (remote_write_bytes_aux): Fix typo.
380 (remote_get_min_fast_tracepoint_insn_len): New.
381 (init_remote_ops): Initialize new field.
382
3e05895e
TT
3832011-11-14 Tom Tromey <tromey@redhat.com>
384
385 * tracepoint.c (encode_actions_1): Use the location's gdbarch.
386 (encode_actions): Likewise.
387
1e4d1764
YQ
3882011-11-14 Yao Qi <yao@codesourcery.com>
389
390 * remote.c (struct remote_state): <install_in_trace> new field.
391 (PACKET_InstallInTrace): New enum value.
392 (remote_install_in_trace_feature): Support InstallInTrace.
393 (remote_supports_install_in_trace): Likewise.
394 (remote_protocol_features): Likewise.
395 (_initialize_remote): Likewise.
396 (remote_can_download_tracepoint): New.
397 * target.h (struct target): New field
398 `to_can_download_tracepoint'.
399 (target_can_download_tracepoint): New macro.
400 * target.c (update_current_target): Update.
401 * breakpoint.h (struct bp_location): Add comment on field
402 `duplicate'.
3ccd4ac6
YQ
403 * breakpoint.c (should_be_inserted): Don't differentiate breakpoint
404 and tracepoint.
1e4d1764
YQ
405 (remove_breakpoints): Don't remove tracepoints.
406 (tracepoint_locations_match ): New.
407 (breakpoint_locations_match): Call it.
408 (disable_breakpoints_in_unloaded_shlib): Handle tracepoint.
409 (download_tracepoint_locations): New.
410 (update_global_location_list): Call it.
411 * tracepoint.c (find_matching_tracepoint): Delete.
412 (find_matching_tracepoint_location): Renamed from
413 find_matching_tracepoint. Return bp_location rather than
414 tracepoint.
415 (merge_uploaded_tracepoints): Set `inserted' field to 1 if
416 tracepoint is found.
417
e8ba3115
YQ
4182011-11-14 Yao Qi <yao@codesourcery.com>
419
420 * target.h (struct target): <to_download_tracepoint> Change type
421 of parameter from tracepoint to bp_location.
422 * target.c (update_current_target): Update.
423 * tracepoint.c (start_tracing): Update.
424 * remote.c (remote_download_tracepoint): Remove loop for each location
425 of a tracepoint.
426
edcc485a
MR
4272011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
428
429 * i386-nat.c (i386_insert_hw_breakpoint): Call
430 i386_update_inferior_debug_regs.
431 (i386_remove_hw_breakpoint): Likewise.
432
3742cc8b
YQ
4332011-11-14 Yao Qi <yao@codesourcery.com>
434
435 * breakpoint.c (init_raw_breakpoint): Call
436 add_location_to_breakpoint to replace duplicated code.
437 (add_location_to_breakpoint): Adjust the breakpoint's
438 address prior to allocating a location.
439
71eba9c2 4402011-11-12 Matt Rice <ratmice@gmail.com>
441
442 * macrocmd.c (macro_no_macro_info): New function.
443 (macro_expand_command): Use macro_no_macro_info.
444 (macro_expand_once_command): Ditto.
445 (info_macro_command): Add argument processing,
446 move info_definitions_command here.
447 (_initialize_macrocmd): Remove info definitions command.
448 Add arguments to info macro help text.
449 * NEWS: Replace info definitions command with new info macro options.
450
731971ed
KS
4512011-11-11 Keith Seitz <keiths@redhat.com>
452
453 PR gdb/12843
454 * linespec.c (locate_first_half): Keep ':' if it looks
455 like it could be part of a Windows path starting with
456 a drive letter.
457
6953d224
PA
4582011-11-10 Pedro Alves <pedro@codesourcery.com>
459
460 * linux-nat.c (linux_nat_wait): Don't force waking up the event
461 loop when returning a TARGET_WAITKIND_NO_RESUMED.
462
0c94aa73
PA
4632011-11-10 Pedro Alves <pedro@codesourcery.com>
464
465 * target.c (target_waitstatus_to_string): Handle
466 TARGET_WAITKIND_NO_RESUMED.
467
f6b47be4
DE
4682011-11-10 Doug Evans <dje@google.com>
469
74e2f255
DE
470 * dwarf2read.c (dw2_map_symbol_filenames): New parameter
471 `need_fullname'.
472 * psymtab.c (map_symbol_filenames_psymtab): Ditto.
473 (map_partial_symbol_filenames): Ditto. All callers updated.
474 * psymtab.h (map_partial_symbol_filenames): Update prototype.
475 * symfile.h (struct quick_symbol_functions, map_symbol_filenames): New
476 parameter need_fullname.
477
256f06f3
DE
478 * psymtab.c (psymtab_to_fullname): Use cached copy if it exists.
479 * source.c (symtab_to_fullname): Ditto.
480
50f182aa
DE
481 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...
482 * gdb-demangle.h: ... here. New file.
483 * demangle.c: #include "gdb-demangle.h".
484 (_initialize_demangler): Use initialize_file_ftype for prototype.
485 Move "set demangle" and "set asm-demangle" parameters here from utils.c
486 (demangle, show_demangle, asm_demangle, show_asm_demangle): Move here
487 from utils.c
488 * utils.c: Update. #include "gdb-demangle.h".
489 * symtab.h (asm_demangle): Delete.
490 (demangle): Move declaration next to use.
491 * breakpoint.c: #include "gdb-demangle.h" instead of "demangle.h".
492 * dwarf2read.c: #include "gdb-demangle.h".
493 * gnu-v2-abi.c: Ditto.
494 * jv-typeprint.c: Ditto.
495 * mdebugread.c: Ditto.
496 * p-typeprint.c: Ditto.
497 * stabsread.c: Ditto.
498 * printcmd.c: Ditto.
499 (asm_demangle): Delete declaration.
500 * tui/tui-stack.c: #include "gdb-demangle.h".
501
f6b47be4
DE
502 * python/py-type.c (typy_fields_items): Call check_typedef.
503
22355c90
JB
5042011-11-10 Joel Brobecker <brobecker@adacore.com>
505
506 * findvar.c (read_frame_register_value): Read the correct bytes
507 from registers on big-endian architectures.
508
bd119cf1 5092011-11-10 Tom Tromey <tromey@redhat.com>
e28cade7
JB
510
511 * procfs.c (load_syscalls): Make a cleanup.
512 (open_procinfo_files): fd==0 is ok.
513
0a86f364
JB
5142011-11-10 Joel Brobecker <brobecker@adacore.com>
515
516 * procfs.c (iterate_over_mappings): Call do_cleanups before
517 returning.
518
9bc118a5
DE
5192011-11-09 Doug Evans <dje@google.com>
520
521 * gdbtypes.c (check_typedef): Document that this function can
522 throw an exception.
523
a7860e76
TT
5242011-11-09 Tom Tromey <tromey@redhat.com>
525
526 PR c++/13342:
527 * valops.c (value_full_object): Return early if real type is
528 smaller than the enclosing type.
529
60965737
YQ
5302011-11-08 Yao Qi <yao@codesourcery.com>
531
532 * amd64-tdep.c (amd64_relocate_instruction): Make it static.
533
72a2e3dc
MI
5342011-11-08 Meador Inge <meadori@codesourcery.com>
535
536 * arm-tdep.c (thumb_analyze_prologue): Always fallback on the SP
537 register when the frame can't be determined.
538 * arm-tdep.c (arm_analyze_prologue): Ditto.
539
ce3b0ff7
SS
5402011-11-07 Stan Shebs <stan@codesourcery.com>
541
542 * MAINTAINERS: Move Michael Snyder to Past Maintainers.
543
2b914b52
JB
5442011-11-07 Joel Brobecker <brobecker@adacore.com>
545
546 * infrun.c (handle_inferior_event): Minor reformatting.
547
6f809020
DE
5482011-11-05 Doug Evans <dje@google.com>
549
550 * source.c (forget_cached_source_info_for_objfile): Move call to
551 objfile->sf->qf->forget_cached_source_info outside of
552 ALL_OBJFILE_SYMTABS loop.
553 (forget_cached_source_info): Delete unused variable `s'.
554
75d12218
JK
5552011-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 * i386-nat.c (dr_ref_count): Remove unused variable.
558
e565b837
DE
5592011-11-05 Doug Evans <dje@google.com>
560
561 * main.c (captured_main): Set lim_at_start before calling
562 make_command_stats_cleanup.
563
0a1c4d10
DE
5642011-11-04 Doug Evans <dje@google.com>
565
566 * utils.c: #include "timeval-utils.h".
567 (cmd_stats): Rename start_time to start_cpu_time.
568 New member start_wall_time.
569 (report_command_stats): Report wall time.
570 (make_command_stats_cleanup): Record start wall time.
571
a1d705ee
TT
5722011-11-04 Tom Tromey <tromey@redhat.com>
573
574 * cp-namespace.c (cp_lookup_symbol_imports): Reindent.
575
81de56be
RO
5762011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
577
578 * coff-pe-read.c: Include defs.h before bfd.h.
579
3ab1ec27
PM
5802011-11-04 Phil Muldoon <pmuldoon@redhat.com>
581
582 PR Python/13345
583
584 * python/python.c (python_run_simple_file): Expand tilde in path.
585
cd829959
PM
5862011-11-04 Phil Muldoon <pmuldoon@redhat.com>
587
588 PR Python/13363
589
590 * python/py-type.c (typy_lookup_type): Do not return a type in
591 an exception handler.
592
080ad648
JK
5932011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
594 Eli Zaretskii <eliz@gnu.org>
595
596 * linux-nat.c (_initialize_linux_nat): Improve help
597 for `info proc stat', `info proc status', `info proc cwd',
598 `info proc cmdline' and `info proc exe'.
599
3065dfb6
SS
6002011-11-02 Stan Shebs <stan@codesourcery.com>
601
602 String collection for tracepoints.
603 * NEWS: Mention string collection.
604 * common/ax.def (tracenz): New bytecode.
605 * ax-gdb.h (trace_string_kludge): Declare.
606 * ax-gdb.c: Include valprint.h and c-lang.h.
607 (trace_string_kludge): New global.
608 (gen_traced_pop): Add string case.
609 (agent_command): Add string case.
610 * tracepoint.h (decode_agent_options): Declare.
611 * tracepoint.c: Include cli-utils.h.
612 (decode_agent_options): New function.
613 (validate_actionline): Call it.
614 (encode_actions_1): Ditto.
615 * target.h (struct target_ops): New method to_supports_string_tracing.
616 (target_supports_string_tracing): New macro.
617 * target.c (update_current_target): Add to_supports_string_tracing.
618 * remote.c (struct remote_state): New field string_tracing.
619 (remote_string_tracing_feature): New function.
620 (remote_protocol_features): New feature tracenz.
621 (remote_supports_string_tracing): New function.
622 (init_remote_ops): Set to_supports_string_tracing.
623
f179e162
JK
6242011-11-02 Pedro Alves <pedro@codesourcery.com>
625 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 * linux-nat.c: Include cli/cli-utils.h.
628 (enum info_proc_what): New.
629 (linux_nat_info_proc_cmd): Rename to ...
630 (linux_nat_info_proc_cmd_1): ... here. Remove variables argv and all.
631 New parameter what. Initialize cmdline_f, cwd_f, exe_f, mappings_f,
632 status_f and stat_f from WHAT. Throw error on extra parameters.
633 (linux_nat_info_proc_cmd, linux_nat_info_proc_cmd_mappings)
634 (linux_nat_info_proc_cmd_stat, linux_nat_info_proc_cmd_status)
635 (linux_nat_info_proc_cmd_cwd, linux_nat_info_proc_cmd_cmdline)
636 (linux_nat_info_proc_cmd_exe, linux_nat_info_proc_cmd_all): New.
637 (_initialize_linux_nat): New variable info_proc_cmdlist. Install `info
638 proc mappings', `info proc stat`, `info proc status', `info proc cwd',
639 `info proc cmdline', `info proc exe' and `info proc all' as real
640 subcommands of `info proc'.
641
7b35ec7f 6422011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
643
644 * Makefile.in: (SFILES): Add skip.c.
645 (HFILES_NO_SRCDIR): Add skip.h.
646 (COMMON_OBS): Add skip.o.
647 * skip.h, skip.c: New.
648 * breakpoint.h (set_default_breakpoint): Remove.
649 (get_sal_arch): Declare.
650 * breakpoint.c: Remove default_breakpoint_valid,
651 default_breakpoint_address, default_breakpoint_symtab,
652 default_breakpoint_line, default_breakpoint_pspace variables.
653 (get_sal_arch): Make public.
654 (set_default_breakpoint): Remove.
655 (parse_breakpoint_sals, create_breakpoint, clear_command,
656 decode_line_spec_1): Remove uses of default_breakpoint variables;
657 replaced with function calls into stack.c.
658 * cli/cli-cmds.h: Add cmd_list_element *skiplist.
659 * cli/cli-cmds.c: Add skiplist.
660 (init_cmd_lists): Initialize skiplist.
661 (init_cli_cmds): Fix comment (classes of commands appear in
662 alphabetical order).
663 * infrun.c (handle_inferior_event): Add check that we don't step into
664 a function whose pc is marked for skip.
665 * stack.c: Declare last_displayed_sal_valid, last_displayed_pspace,
666 last_displayed_addr, last_displayed_symtab, last_displayed_line
667 variables.
668 (set_last_displayed_sal): New static function.
669 (print_frame_info): Switch call to set_default_breakpoint to call to
670 set_last_displayed_sal.
671 (clear_last_displayed_sal, last_displayed_sal_is_valid,
672 get_last_displayed_pspace, get_last_displayed_addr,
673 get_last_displayed_symtab, get_last_displayed_line,
674 get_last_displayed_sal): New public functions.
675 * stack.h (clear_last_displayed_sal, last_displayed_sal_is_valid,
676 get_last_displayed_pspace, get_last_displayed_addr,
677 get_last_displayed_symtab, get_last_displayed_line,
678 get_last_displayed_sal): Declare.
679
b60e1588
JL
6802011-11-01 Justin Lebar <justin.lebar@gmail.com>
681
682 * MAINTAINERS (Write After Approval): Add myself to the list.
683
d31647d2
YQ
6842011-10-29 Yao Qi <yao@codesourcery.com>
685
686 * infcmd.c (disconnect_command): Call disconnect_tracing.
687
b1d96efd
JK
6882011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
689
690 Code cleanup.
691 * symtab.c (skip_prologue_sal): Code reformatting.
692
4dfb2365
JK
6932011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
694
695 PR symtab/13208
696 * jit.c (jit_register_code): Remove unused variable my_cleanups. Check
697 for NULL from bfd_open_from_target_memory. Fix ownership of NBFD and
698 SAI.
699
0e5bf2a8
PA
7002011-10-28 Pedro Alves <pedro@codesourcery.com>
701
702 * linux-nat.c (linux_nat_filter_event): Remove `options'
703 parameter, and dead code that used it. If we're handling a
704 PTRACE_EVENT_EXEC event, and the thread group leader is no longer
705 in our lwp list, re-add it.
706 (check_zombie_leaders): New.
707 (linux_nat_wait_1): Remove `options' and `pid' locals. Always
708 wait for children with WNOHANG, and always wait for all children.
709 Don't check for no resumed children upfront. Simplify wait loop.
710 Check for zombie thread group leaders after handling all wait
711 statuses. Return TARGET_WAITKIND_NO_RESUMED if there no
712 unwaited-for children left.
713 * infrun.c (fetch_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
714 (handle_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
715 (normal_stop): Handle TARGET_WAITKIND_NO_RESUMED.
716 * target.h (enum target_waitkind) <TARGET_WAITKIND_NO_RESUMED>: New.
717
821296b7
SA
7182011-10-28 Sterling Augustine <saugustine@google.com>
719
720 * psymtab.c (map_symbol_filenames_psymtab): Call QUIT.
721 * symtab.c (free_completion_list): New function.
722 (do_free_completion_list): Likewise.
723 (default_make_symbol_completion_list_break_on): New variable
724 back_to. Call make_cleanup and discard_cleanups.
725 (make_source_files_completion_list): Likewise.
726
03c3051a
PK
7272011-10-28 Paul Koning <paul_koning@dell.com>
728
729 * python/lib/gdb/types.py (deep_items): Rename from deepitems.
730 * NEWS: Mention deep_items.
731
8e7ebaf5
PA
7322011-10-28 Alen Skondro <askondro@gmail.com>
733
8de33dc2 734 * ser-tcp.c [USE_WIN32API] (ETIMEDOUT): Don't define if already
8e7ebaf5
PA
735 defined.
736
e0c6ef61
MI
7372011-10-27 Meador Inge <meadori@codesourcery.com>
738
739 * MAINTAINERS (Write After Approval): Add myself to the list.
740
b56d6f31
JB
7412011-10-27 Joel Brobecker <brobecker@adacore.com>
742
743 * value.h (read_frame_register_value): Add declaration.
744 * findvar.c (read_frame_register_value): New function.
745 (value_from_register): Use read_frame_register_value
746 instead of get_frame_register_value + value_contents_copy
747 to get value contents.
748
d234ef5c
DE
7492011-10-27 Doug Evans <dje@google.com>
750
751 * cli/cli-cmds.c (source_script_with_search): Pass full path to
752 source_script_from_stream if it may have been found on the search path.
753 * python/py-auto-load.c (source_section_scripts): Pass full path to
754 source_python_script_for_objfile.
755 * python/python.c (source_python_script): Delete stream parameter.
756 All callers updated.
757 (source_python_script_for_objfile): Ditto.
758 * python/python-internal.h (source_python_script_for_objfile): Update.
759 * python/python.h (source_python_script): Update.
760
d849d44f
TT
7612011-10-27 Tom Tromey <tromey@redhat.com>
762
763 * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
764 (ada_sals_for_line): Remove declarations.
765
2231f1fb
KP
7662011-10-27 Kevin Pouget <kevin.pouget@st.com>
767
768 Move unwind reasons to an external .def file
769 * frame.c (frame_stop_reason_string): Rewrite using
770 unwind_stop_reasons.def.
771 * frame.h (enum unwind_stop_reason): Likewise.
772 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
773 (gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
774 constants for bound-checking.
775 * unwind_stop_reasons.def: New file.
776 * stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
777 instead of a distinct value.
778
f77b9a5d
PM
7792011-10-27 Phil Muldoon <pmuldoon@redhat.com>
780
781 PR python/13331
782
783 * python/py-function.c (fnpy_call): Check 'args' is not NULL.
784 (convert_values_to_python): Return on Python tuple allocation
785 failure. Return NULL on value conversion error.
786
76dce0be
PM
7872011-10-27 Phil Muldoon <pmuldoon@redhat.com>
788
789 * python/py-breakpoint.c (bppy_set_enabled): Use TRY_CATCH.
790 (bppy_set_task): Ditto.
791 (bppy_delete_breakpoint): Ditto.
792 * python/py-symbol.c (gdbpy_lookup_symbol): Ditto.
793 (gdbpy_lookup_global_symbol): Ditto.
794 * python/py-lazy-string.c (stpy_convert_to_value): Ditto.
795 * python/py-frame.c (frapy_is_valid): Ditto.
796 (frame_info_to_frame_object): Ditto.
797 * python/py-type.c (typy_lookup_type): Ditto.
798 (typy_getitem): Ditto.
799 (typy_has_key): Ditto.
800 (typy_richcompare): Use TRY_CATCH. Do not return Py_NE on error.
801
f17b6955
JB
8022011-10-26 Joel Brobecker <brobecker@adacore.com>
803
804 * gdbarch.h: Regenerate.
805
86ba1042
JB
8062011-10-26 Meador Inge <meadori@codesourcery.com>
807
808 * gdbarch.sh (function_list): Use 'pstring' when printing
809 'gcore_bfd_target'.
810 * gdbarch.c: Regenerate.
811
c34fd852
UW
8122011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
813
814 * regcache.c (registers_changed_ptid): Invalidate thread architecture
815 and frame caches if PTID refers to all threads of a process.
816
931bb47f
UW
8172011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
818
819 * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
820 to create_breakpoint.
821
88aed45e
UW
8222011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
823
824 * ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
825 (ppc_sysv_abi_push_dummy_call): Use it.
826 (do_ppc_sysv_return_value): Likewise.
827 (ppc64_sysv_abi_push_dummy_call): Likewise.
828 (ppc64_sysv_abi_return_value): Likewise.
829
3eaf3fa2
PK
8302011-10-26 Paul Koning <paul_koning@dell.com>
831
832 * python/lib/gdb/types.py (deepitems): New function.
833
913460fc
PK
8342011-10-25 Paul Koning <paul_koning@dell.com>
835
836 PR python/13327
837
838 * python/py-value.c (value_to_value_object): Remove fetching of
839 the value if it was lazy.
840 (valpy_get_is_lazy): New function.
841 (valpy_fetch_lazy): New function.
842
2b5b9d09
JB
8432011-10-24 Joel Brobecker <brobecker@adacore.com>
844
845 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Do not check
846 FUNC_TYPE's calling convention if FUNC_TYPE is not a function.
847
e21ffe51
PA
8482011-10-24 Pedro Alves <pedro@codesourcery.com>
849
850 * linux-nat.c (linux_handle_extended_wait): When handling a clone
851 event, in non-stop, if not stopping, make sure the new lwp has
852 last_resume_kind set to resume_continue. Assert that when we're
853 resuming the new lwp, its last_resume_kind is resume_continue.
854
7aee8dc2
PA
8552011-10-24 Pedro Alves <pedro@codesourcery.com>
856
857 * infrun.c (handle_inferior_event): Don't assume inferior_ptid is
858 already set when marking the event thread as not executing in
859 non-stop mode.
860
4b4e080e
PA
8612011-10-24 Pedro Alves <pedro@codesourcery.com>
862
863 * infrun.c (handle_inferior_event): Add debug output for
864 TARGET_WAITKIND_NO_HISTORY.
865
baacfb07
PM
8662011-10-24 Phil Muldoon <pmuldoon@redhat.com>
867
868 * NEWS: Move set/show extended-prompt to "New Options". Expand
869 description. Fix typos.
870
8432bc41
PM
8712011-10-24 Phil Muldoon <pmuldoon@redhat.com>
872
873 PR python/13310
874
875 * python/py-param.c (call_doc_function): Correctly deference on
876 function exit.
877
6cda5a20
JB
8782011-10-21 Joel Brobecker <brobecker@adacore.com>
879
880 * ada-tasks.c (print_ada_task_info): Fix computation of
881 number of tasks displayed in command output.
882
13294f7d
JK
8832011-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
884 Ulrich Weigand <uweigand@de.ibm.com>
885
886 * dwarf2-frame-tailcall.c: Include dwarf2-frame.h.
887 (dwarf2_tailcall_prev_register_first): Use dwarf2_frame_cfa.
888 (dwarf2_tailcall_sniffer_first): Remove variable pc_regnum. Replace
889 gdbarch_pc_regnum and frame_unwind_register_unsigned by
890 gdbarch_unwind_pc.
891
460c1c54
CC
8922011-10-20 Cary Coutant <ccoutant@google.com>
893
894 * dwarf2read.c (dw2_get_file_names): Move adjustment for type
895 section to...
896 (partial_read_comp_unit_head): ...here. Add is_debug_type_section
897 flag. Adjust all callers.
898 (process_psymtab_comp_unit): Remove adjustment for type section.
899
a10964d1
AR
9002011-10-20 Aleksandar Ristovski <aristovski@qnx.com>
901
902 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function
903 arguments by adding OBJFILE. Instead of getting objfile from
904 symbol's symtab, use new argument OBJFILE.
905 * cp-support.h (cp_scan_for_anonymous_namespaces): Changed function
906 arguments by adding OBJFILE.
907 * gdb/dwarf2read.c (new_symbol_full): Change call to
908 cp_scan_for_anonymous_namespaces to match new signature.
909 * gdb/stabsread.c (define_symbol): Change call to
910 cp_scan_for_anonymous_namespaces to match new signature.
911
27ca1a5b
PM
9122011-10-20 Phil Muldoon <pmuldoon@redhat.com>
913
914 PR python/13308
915 PR python/13309
916
917 * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
918 leak.
919 * python/py-inferior.c (gdbpy_inferiors): Fix List reference
920 leak. Delete unused variables.
921
9df2fbc4
PM
9222011-10-20 Phil Muldoon <pmuldoon@redhat.com>
923
924 PR python/12656
925
926 * python/py-frame.c (frapy_read_var): Use const struct *block.
927 * python/py-type.c (typy_lookup_typename): Likewise.
928 (typy_lookup_type): Likewise.
929 (typy_legacy_template_argument): Likewise.
930 (typy_template_argument): Likewise.
931 (gdbpy_lookup_type): Likewise.
932 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
933 * python/py-block.c (blpy_block_object): Likewise.
934 (blpy_iter): Likewise.
935 (blpy_get_start): Likewise.
936 (blpy_get_end): Likewise.
937 (blpy_get_function): Likewise.
938 (blpy_get_superblock): Likewise.
939 (set_block): Likewise.
940 (block_to_block_object): Likewise.
941 (block_object_to_block): Likewise.
942 (blpy_is_valid): Likewise.
943 (blpy_get_global_block): New function.
944 (blpy_get_static_block): New function.
945 (blpy_is_global): New function.
946 (blpy_is_static): New function.
947 * blockframe.c (block_innermost_frame): Likewise.
948 * valops.c (value_of_variable): Likewise.
949 * frame.h: Update prototypes.
950 * python/python-internal.h: Likewise.
951 * value.h: Likewise.
952
4743b735
CC
9532011-10-19 Cary Coutant <ccoutant@google.com>
954
955 * dwarf2read.c (create_debug_types_hash_table): Fix size of
956 type_offset field.
957
6caca83c
CC
9582011-10-19 Cary Coutant <ccoutant@google.com>
959
960 * dwarf2read.c (peek_abbrev_code): New function.
961 (dw2_get_file_names): Check for dummy compilation units.
962 (create_debug_types_hash_table): Likewise.
963 (process_psymtab_comp_unit): Likewise.
964 (load_partial_comp_unit): Likewise.
965 (load_full_comp_unit): Likewise.
966
43136979
AR
9672011-10-18 Aleksandar Ristovski <aristovski@qnx.com>
968
969 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
970 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
971 pt_phdr if PT_PHDR was found.
972
0a07729b
TT
9732011-10-17 Joost van der Sluis <joost@cnoc.nl>
974
975 * gdbtypes.h: Added TYPE_SAFE_NAME macro to get the name of a
976 type or "<unnamed type"> when there is no name assigned.
977 * gnu-v3-abi.c (gnuv3_rtti_type): Use TYPE_SAFE_NAME macro to
978 avoid a sigint when no name is assigned.
979
21ae7a4d
JK
9802011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 Revert:
983 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
984 * dwarf2expr.c (ctx_no_read_reg): New function.
985 * dwarf2expr.h (ctx_no_read_reg): New declaration.
986 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
987 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
988 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
989
32d1c362
DE
9902011-10-16 Doug Evans <dje@google.com>
991
992 * NEWS: Document python gdb.printing.register_pretty_printer's new
993 `replace' parameter.
994
da096638
KS
9952011-10-14 Keith Seitz <keiths@redhat.com>
996
997 PR c++/13225
998 * eval.c (evaluate_subexp_standard): Do not construct
999 an array of types; pass the value array directly to
1000 find_overload_match.
1001 * gdbtypes.h (NULL_POINTER_CONVERSION_BADNESS): Declare.
1002 (rank_function): Take an array of values instead of types.
1003 (rank_one_type): Add struct value * parameter.
1004 * gdbtypes.c (NULL_POINTER_CONVERSION_BADNESS): Define.
1005 (rank_function): For each argument, pass the argument's
1006 value to rank_one_type.
1007 (rank_one_type): Add VALUE parameter.
1008 If the parameter type is a pointer and the argument type
1009 is an integer, return NULL_POINTER_CONVERSION_BADNESS if
1010 VALUE is zero.
1011 Update all calls to rank_one_type, passing NULL for new
1012 VALUE parameter.
1013 * valarith.c (value_user_defined_cpp_op): Do not construct
1014 an array of types; pass the value array directly to
1015 find_overload_match.
1016 * valops.c (find_overload_method_list): Take an array of
1017 values instead of types.
1018 Save the type of OBJP for later use.
1019 Update calls to find_oload_champ, and find_oload_champ_namespace.
1020 (find_oload_champ_namespace): Take an array of values instead
1021 of types.
1022 (find_oload_champ_namespace_loop): Likewise.
1023 (find_oload_champ): Likewise.
1024 (classify_oload_match): Inspect all arguments
1025 until INCOMPATIBLE is found. Return the worst badness found
1026 otherwise.
1027 (compare_parameters): Update call to rank_one_type.
1028 * value.h (find_overload_match): Take an array of values instead
1029 of types.
1030
3957565a
JK
10312011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 Drop lazy lm_info reading.
1034 * solib-svr4.c (struct lm_info): Remove field lm. New fields l_addr_p,
1035 l_addr_inferior, l_ld, l_next, l_prev and l_name.
1036 (lm_info_read): New function.
1037 (lm_addr_from_link_map, lm_dynamic_from_link_map): Remove.
1038 (lm_addr_check): Use l_addr_p. No longer use lm_addr_from_link_map and
1039 lm_dynamic_from_link_map.
1040 (lm_next, lm_prev, lm_name): Remove.
1041 (svr4_keep_data_in_core): Use lm_info_read, drop the lm_info entries
1042 initialization incl. read_memory. No longer use lm_name.
1043 (svr4_free_so): Drop lm_info->lm freeing.
1044 (svr4_default_sos): Initialize lminfo with zeroes. Use l_addr_p. Drop
1045 explicit lm_addr and lm initialization.
1046 (svr4_read_so_list): Use lm_info_read, drop the initailization of
1047 fields by hand, incl. read_memory. No longer use lm_next, lm_prev and
1048 lm_name.
1049
cb08cc53
JK
10502011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1051 Paul Pluzhnikov <ppluzhnikov@google.com>
1052
1053 * defs.h (struct so_list): New forward declaration.
1054 (make_cleanup_free_so): New declaration.
1055 * solib-svr4.c (ignore_first_link_map_entry): Remove.
1056 (svr4_free_so): Move the function here from downwards. Handle NULL
1057 so->lm_info.
1058 (svr4_free_library_list): New.
1059 (svr4_read_so_list): New, moved here code from svr4_current_sos.
1060 Use more cleanups. Use new parameter ignore_first instead of
1061 ignore_first_link_map_entry.
1062 (svr4_current_sos): New variable ignore_first, initialize it. New
1063 variable back_to, use it for svr4_free_library_list protection.
1064 (svr4_free_so): Remove - move upwards.
1065 * utils.c: Include solist.h.
1066 (do_free_so, make_cleanup_free_so): New functions.
1067
22c05d8a
JK
10682011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1069
1070 Fix internal error regression.
1071 * value.c (value_primitive_field): Handle value_optimized_out. Move
1072 packed bitfields comment.
1073
d930d06e
TT
10742011-10-13 Tom Tromey <tromey@redhat.com>
1075
1076 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
1077 always released.
1078
2ff6b080
TT
10792011-10-13 Tom Tromey <tromey@redhat.com>
1080
1081 * python/py-type.c (typy_has_key): Make 'field' const.
1082
d6c5869f
LM
10832011-10-13 Luis Machado <lgustavo@codesourcery.com>
1084
1085 * remote.c (remote_save_trace_data): Invert comparison.
1086
a70633a2
LM
10872011-10-13 Luis Machado <lgustavo@codesourcery.com>
1088
1089 * tracepoint.c (trace_save_command): Use filename instead of
1090 args when printing.
1091
e103e986
JK
10922011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
1095 if .size is 0.
1096
db24da6d
YQ
10972011-10-13 Yao Qi <yao@codesourcery.com>
1098
1099 PR gdb/12703
1100 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
1101 whether insn is a 32-bit Thumb-2 instruction.
1102 (thumb_in_function_epilogue_p): Likewise.
1103 (thumb_get_next_pc_raw): Likewise.
1104 (arm_breakpoint_from_pc): Likewise.
1105
1d6edc3c
JK
11062011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1107
1108 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1109 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
1110 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
1111 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
1112 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
1113 zero DATA.
1114 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
1115 validity.
1116 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
1117 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
1118 clear DATA on zero SIZE.
1119
adabb602
DE
11202011-10-12 Doug Evans <dje@google.com>
1121
1122 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
1123 header->first_die_offset here. All callers updated.
1124
5048e516
JK
11252011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1126
1127 Fix compatibility with texinfo versions older than 4.12.
1128 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1129 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1130 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1131 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
1132 * configure: Regenerate.
1133 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
1134 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
1135 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
1136
0574c78f
GB
11372011-10-12 Gary Benson <gbenson@redhat.com>
1138
1139 * breakpoint.h (pc_at_non_inline_function): Declare.
1140 * breakpoint.c (is_non_inline_function,
1141 pc_at_non_inline_function): New functions.
1142 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
1143 if the stop is at a location where functions cannot be inlined.
1144
12d9289a
PA
11452011-10-12 Pedro Alves <pedro@codesourcery.com>
1146
1147 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
1148 the core wanted them stopped, or if they now have a pending event
1149 to report.
ecf8e7f5
PA
1150 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
1151 down to stop_and_resume_callback.
1152 (linux_nat_wait_1): Always clear `options' when retrying. Handle
1153 having new pending events after calling linux_nat_filter_event.
12d9289a 1154
96408a79
SA
11552011-10-11 Sterling Augustine <saugustine@google.com>
1156
1157 * dwarf2read.c: Undo inadvertent changes in previous commit.
1158
9c6c53f7
SA
11592011-10-11 Sterling Augustine <saugustine@google.com>
1160
1161 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
1162 logic.
1163
0e8aefe7
UW
11642011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1165
1166 * symfile.c (separate_debug_file_exists): Fix condition.
1167
349d1385
DM
11682011-10-11 David S. Miller <davem@davemloft.net>
1169
1170 * regcache.c (regcache_restore): Do not write unavailable regs, mark
1171 static.
1172 * regcache.h (regcache_restore): Remove declaration.
1173
205c306f
DM
1174 * gdbarch.sh: New field 'long_long_align_bit'.
1175 * gdbarch.c, gdbarch.h: Regenerate.
1176 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
1177 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
1178
941b2081
JK
11792011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1180
1181 Revert this part of:
1182 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1183 Support @entry in input expressions.
1184 * c-exp.y (ENTRY, unknown_cpp_name): New.
1185 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1186 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1187 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1188 (name_not_typename: ENTRY): New.
1189 (yylex): Recognize ENTRY.
1190
1191 Reimplement @entry in input expressions.
1192 * c-exp.y (ENTRY): New.
1193 (variable: name_not_typename ENTRY): New.
1194 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
1195
3c4d7e12
PA
11962011-10-11 Pedro Alves <pedro@codesourcery.com>
1197
1198 * linux-nat.c (linux_handle_extended_wait): Always dump both the
1199 parent and child's pids as soon as we detect a clone event.
1200 Adjust another debug message.
1201
ea23808b
PA
12022011-10-11 Pedro Alves <pedro@codesourcery.com>
1203
1204 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
1205 not zombie instead of reading the whole file.
1206
904578ed
JK
12072011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1208
1209 Fix separate debuginfo warning with "remote:" access.
1210 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
1211 * symfile.c (get_file_crc): New function with the code moved from ...
1212 (separate_debug_file_exists): ... this function, specifically variables
1213 buffer and count. New variable verified_as_different, set it. Remove
1214 file_crc initialization. Verify also if both files are not the same
1215 manually, if needed.
1216
51370a33
YQ
12172011-10-11 Yao Qi <yao@codesourcery.com>
1218
1219 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
1220 to get address.
1221
0838fb57
DE
12222011-10-10 Doug Evans <dje@google.com>
1223
1224 * linux-thread-db.c (thread_db_new_objfile): Only try to load
1225 libthread_db when we load libpthread or the main symbol file.
1226 (thread_db_inferior_created): New function.
1227 (_initialize_thread_db): Attach inferior_created observer.
1228 * linux-nat.c (linux_child_post_attach): Remove call to
1229 check_for_thread_db.
1230 (linux_child_post_startup_inferior): Ditto.
1231 * objfiles.h (OBJF_MAINLINE): Define.
1232 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
1233 allocate_objfile when appropriate.
1234
623bd5b7
UW
12352011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
1236
1237 PR gdb/13218
1238 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
1239 Remove unused variables.
1240 (get_linux_version): Remove function.
1241 (_initialize_arm_linux_nat): Do not call it.
1242
79395f92
PA
12432011-10-10 Pedro Alves <pedro@codesourcery.com>
1244
1245 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
1246 new clone lwp if the core asked it to stop. Don't pass on
1247 unexpected signals to the new clone; leave them pending instead.
1248
eff3df78
PA
12492011-10-10 Pedro Alves <pedro@codesourcery.com>
1250
1251 * linux-nat.c (resume_lwp): Remove redundant debug output.
1252
4b60df3d
PA
12532011-10-10 Pedro Alves <pedro@codesourcery.com>
1254
1255 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
1256 last_resume_kind before clearing it, and use the copy instead to
1257 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
1258 resume_clear_callback in the non-stop path too.
1259
6501578c
YQ
12602011-10-09 Yao Qi <yao@codesourcery.com>
1261
1262 * valprint.c (value_check_printable): Add one parameter OPTIONS.
1263 Honor OPTIONS and VAL's type.
1264 (common_val_print, value_print): Update to pass one more parameter.
1265
5a56e9c5
DE
12662011-10-09 Doug Evans <dje@google.com>
1267
1268 Add new "alias" command.
1269 * NEWS: Mention new command.
1270 * command.h (valid_user_defined_cmd_name_p): Declare.
1271 * defs.h (make_cleanup_dyn_string_delete): Declare.
1272 * utils.c: #include "dyn-string.h".
1273 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
1274 * cli/cli-cmds.c: #include "dyn-string.h".
1275 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
1276 (init_cli_cmds): Add new command.
1277 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
1278
509f0fd9
JK
12792011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1280
1281 Fix compatibility with older GCCs.
1282 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
1283 * stack.c (read_frame_arg): Initialize val_deref.
1284
2bda9cc5
JK
12852011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1286
1287 Entry values NEWS entries, DWARF disassembly support.
1288 * NEWS: New entry values entry.
1289 (set print entry-values, show print entry-values)
1290 (set debug entry-values, show debug entry-values): New entries.
1291 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
1292 indent. Remove variable start. Move header printing out. Respect
1293 INDENT. Support DW_OP_GNU_entry_value.
1294 (locexpr_describe_location_1): Move the header printing here, extend
1295 the disassemble_dwarf_expression passed parameters.
1296
a471c594
JK
12972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1298
1299 Display @entry parameter values even for references.
1300 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
1301 coerce_ref_if_computed.
1302 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
1303 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
1304 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
1305 existing push_dwarf_reg_entry_value call. Add new detection calling
1306 dwarf_block_to_dwarf_reg_deref. Update the error message.
1307 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
1308 * dwarf2expr.h
1309 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
1310 parameter deref_size, describe it in the comment.
1311 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
1312 (dwarf_block_to_dwarf_reg_deref): New declaration.
1313 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
1314 deref_size, describe it in the function comment. New variables
1315 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
1316 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
1317 describe it in the function comment. Fetch the alternative block
1318 accoring to DEREF_SIZE.
1319 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
1320 (entry_data_value_free_closure, entry_data_value_funcs): New.
1321 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
1322 outer_val, target_val, val and addr. Try to fetch and create also
1323 referenced value content.
1324 (pieced_value_funcs): NULL value for coerce_ref.
1325 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
1326 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
1327 coerce_ref_if_computed.
1328 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
1329 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
1330 * stack.c (read_frame_arg): Compare also dereferenced values.
1331 * value.c (value_computed_funcs): Make the parameter v const, use
1332 value_lval_const for it.
1333 (value_lval_const, coerce_ref_if_computed): New function.
1334 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
1335 * value.h (struct lval_funcs): New field coerce_ref.
1336 (value_computed_funcs): Make the parameter v const.
1337 (value_lval_const, coerce_ref_if_computed): New declarations.
1338
36b11add
JK
13392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1340
1341 Support @entry in input expressions.
1342 * c-exp.y (ENTRY, unknown_cpp_name): New.
1343 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1344 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1345 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1346 (name_not_typename: ENTRY): New.
1347 (yylex): Recognize ENTRY.
1348 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
1349 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
1350 Likewise.
1351 * parse.c (operator_length_standard): Likewise.
1352 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
1353
3343315b
JK
13542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1355
1356 Display referenced values in backtraces.
1357 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
1358 * stack.c (print_frame_arg): Likewise.
1359
ac71a68c
JK
13602011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 Make some lval_funcs methods to default on NULL.
1363 * valops.c (value_fetch_lazy): Check if lval_computed read method is
1364 NULL.
1365 (value_assign): Check if lval_computed write method is NULL.
1366 * value.h (struct lval_funcs): Comment NULL values for read and write
1367 methods.
1368
e18b2753
JK
13692011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1370
1371 Display @entry parameter values (without references).
1372 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
1373 New functions.
1374 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
1375 New declarations.
1376 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
1377 entry record.
1378 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
1379 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
1380 functions.
1381 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
1382 (loclist_read_variable_at_entry): New function.
1383 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
1384 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
1385 DW_AT_location, call dwarf_block_to_sp_offset for it.
1386 * frame.h (print_entry_values_no, print_entry_values_only)
1387 (print_entry_values_preferred, print_entry_values_if_needed)
1388 (print_entry_values_both, print_entry_values_compact)
1389 (print_entry_values_default, print_entry_values): New declarations.
1390 (struct frame_arg): New field entry_kind.
1391 (read_frame_arg): New parameter entryargp.
1392 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
1393 arg->entry_kind. Optionally print the `@entry' suffix.
1394 (list_args_or_locals): New variable entryarg, initialize it.
1395 Initialize also entry_kind of arg and entryarg. Conditionalize
1396 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
1397 xfree for entryarg.error.
1398 * stack.c (print_entry_values_no, print_entry_values_only)
1399 (print_entry_values_preferred, print_entry_values_if_needed)
1400 (print_entry_values_both, print_entry_values_compact)
1401 (print_entry_values_default, print_entry_values_choices)
1402 (print_entry_values): New variables.
1403 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
1404 print the `@entry' suffix, possibly in combination for
1405 print_entry_values_compact.
1406 (read_frame_arg): New parameter entryargp, new variables entryval,
1407 entryval_error and val_equal. Read in also entryargp, respect
1408 print_entry_values, compare the values using val_equal, fill in also
1409 argp->entry_kind (together with entryargp->entry_kind).
1410 (print_frame_args): New variable entryarg, initialize it.
1411 Conditionalize print_frame_arg for arg, add print_frame_arg for
1412 entryarg. Call xfree for entryarg.error.
1413 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
1414 * symtab.h (struct symbol_computed_ops): New field
1415 read_variable_at_entry.
1416
93d86cef
JK
14172011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 Code reshuffle.
1420 * frame.h (struct frame_arg): New definition.
1421 (read_frame_arg): New declaration.
1422 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
1423 (list_args_or_locals): ... the code here. New variable arg, call
1424 read_frame_arg and list_arg_or_local with it. Unify the
1425 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
1426 arg.error.
1427 * stack.c (print_frame_arg): New functiom from the code of
1428 print_frame_args.
1429 (read_frame_arg): New function.
1430 (print_frame_args): Remove variable val. New variable arg, call
1431 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
1432
2d6c5dc2
JK
14332011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1434
1435 Protect entry values against self tail calls.
1436 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
1437 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
1438
111c6489
JK
14392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1440
1441 Recognize virtual tail call frames.
1442 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
1443 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
1444 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
1445 * dwarf2-frame-tailcall.c: New file.
1446 * dwarf2-frame-tailcall.h: New file.
1447 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
1448 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
1449 REGS.PREV only after CIE execution.
1450 (struct dwarf2_frame_cache): New field tailcall_cache.
1451 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
1452 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
1453 parts, try to find entry_cfa_sp_offset. Call
1454 dwarf2_tailcall_sniffer_first.
1455 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
1456 when appropriate.
1457 (dwarf2_frame_dealloc_cache): New function.
1458 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
1459 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
1460 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
1461 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
1462 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
1463 * dwarf2loc.c (func_addr_to_tail_call_list)
1464 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
1465 (call_site_find_chain_1, call_site_find_chain): New.
1466 * dwarf2loc.h (struct call_site_chain): New.
1467 (call_site_find_chain): New declaration.
1468 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
1469 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
1470 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
1471 * stack.c (frame_info): Support also TAILCALL_FRAME.
1472
bb984ff1
JK
14732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1474
1475 Tail call sites reader implementation.
1476 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
1477 fill in TYPE_TAIL_CALL_LIST.
1478 * gdbtypes.h (struct func_type): New field tail_call_list.
1479 (struct call_site): New field tail_call_next.
1480 (TYPE_TAIL_CALL_LIST): New definition.
1481
8e3b41a9
JK
14822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 Implement basic support for DW_TAG_GNU_call_site.
1485 * block.c: Include gdbtypes.h and exceptions.h.
1486 (call_site_for_pc): New function.
1487 * block.h (call_site_for_pc): New declaration.
1488 * defs.h: Include hashtab.h.
1489 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
1490 declarations.
1491 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
1492 ctx_no_push_dwarf_reg_entry_value.
1493 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
1494 (dwarf_block_to_dwarf_reg): New function.
1495 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
1496 (ctx_no_push_dwarf_reg_entry_value): New function.
1497 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
1498 push_dwarf_reg_entry_value.
1499 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
1500 declarations.
1501 * dwarf2loc.c: Include gdbcmd.h.
1502 (dwarf_expr_ctx_funcs): New forward declaration.
1503 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
1504 (dwarf_expr_reg_to_entry_parameter)
1505 (dwarf_expr_push_dwarf_reg_entry_value): New.
1506 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
1507 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
1508 (needs_dwarf_reg_entry_value): New function.
1509 (needs_frame_ctx_funcs): Install it.
1510 (_initialize_dwarf2loc): New function.
1511 * dwarf2loc.h (entry_values_debug): New declaration.
1512 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
1513 (read_call_site_scope): New forward declaration.
1514 (process_full_comp_unit): Copy call_site_htab.
1515 (process_die): Support DW_TAG_GNU_call_site.
1516 (read_call_site_scope): New function.
1517 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
1518 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
1519 (cleanup_htab): Delete.
1520 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
1521 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
1522 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
1523 FIELD_LOC_KIND_DWARF_BLOCK.
1524 * gdbtypes.h (enum field_loc_kind): New entry
1525 FIELD_LOC_KIND_DWARF_BLOCK.
1526 (struct main_type): New loc entry dwarf_block.
1527 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
1528 (TYPE_FIELD_DWARF_BLOCK): New.
1529 * python/py-type.c: Include dwarf2loc.h.
1530 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
1531 internal_error call on unknown FIELD_LOC_KIND.
1532 * symtab.h (struct symtab): New field call_site_htab.
1533 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
1534 (core_addr_hash, core_addr_eq): New functions.
1535
b6cdc2c1
JK
15362011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 Code reshuffle.
1539 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
1540 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
1541 calling_convention under func_stuff there.
1542 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
1543 (init_type) <TYPE_CODE_FUNC>: Likewise.
1544 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
1545 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
1546 * gdbtypes.h (enum type_specific_kind): Change
1547 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
1548 (struct main_type) <type_specific>: Change calling_convention to
1549 func_stuff. Move calling_convention to ...
1550 (struct func_type): ... this new struct.
1551 (INIT_FUNC_SPECIFIC): New #define.
1552 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
1553
181cebd4
JK
15542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1557 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
1558 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
1559 ctx->ref_addr_size. Handle its invalid value.
1560 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
1561 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1562 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
1563 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
1564 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
1565 (dwarf2_per_cu_ref_addr_size): New function.
1566
c471e790
JK
15672011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 Code cleanup.
1570 * dwarf2read.c (per_cu_header_read_in): New function.
1571 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
1572 variables cu_header_local and cu_headerp.
1573
741f5e3c
JK
15742011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1575
1576 Fix initial language detection with -readnow.
1577 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
1578 * symfile.h (struct quick_symbol_functions): State find_symbol_file
1579 searches only for global symbols.
1580
a73d2258
JK
15812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1582
1583 Fix printed anonymous struct name.
1584 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
1585 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
1586 (anonymous_struct_prefix): New function.
1587 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
1588 (dwarf2_name): Strip for anonymous structs any prefixes.
1589
749fd4ea
DE
15902011-10-07 Doug Evans <dje@google.com>
1591
1fa57852
DE
1592 * python/lib/gdb/printing.py (register_pretty_printer): New argument
1593 `replace'.
1594
690a4937
DE
1595 * python/lib/gdb/printing.py: Whitespace cleanup.
1596
749fd4ea
DE
1597 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
1598 warning.
1599
4c38200f
PA
16002011-10-07 Pedro Alves <pedro@codesourcery.com>
1601
1602 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
1603 * amd64-linux-nat.c (amd64_linux_dr_set_control)
1604 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
1605 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
1606 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
1607 (arm_linux_remove_watchpoint): Adjust.
1608 * i386-linux-nat.c (i386_linux_dr_set_control)
1609 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
1610 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
1611 (ia64_linux_remove_watchpoint): Adjust.
1612 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
1613 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
1614 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
1615 (ppc_linux_insert_mask_watchpoint)
1616 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
1617 (ppc_linux_remove_watchpoint): Adjust.
1618 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
1619 Adjust.
1620
b7ff339d
CV
16212011-10-07 Corinna Vinschen <vinschen@redhat.com>
1622
1623 * windows-nat.c: Include wchar.h to avoid compiler warnings.
1624 (clear_win32_environment): New function for Cygwin to clear out
1625 Win32 environment.
1626 (windows_create_inferior): Prepare new environment from in_env
1627 for Cygwin, too.
1628
f287c1f3
PM
16292011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1630
5631e596 1631 PR python/13264
f287c1f3
PM
1632 * python/py-value.c (valpy_call): Check that arguments are
1633 a tuple.
1634 (is_intlike): Remove call to CHECK_TYPEDEF.
1635 (valpy_nonzero): Catch GDB exceptions.
1636 (valpy_absolute): Ditto.
1637 (valpy_lazy_string): Ditto.
1638 (valpy_call): Ditto.
1639 (valpy_get_is_optimized_out): Ditto.
1640 (valpy_long): Ditto.
1641 (valpy_float): Ditto.
1642 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
1643 (valpy_richcompare): Ditto.
1644
03583c20
UW
16452011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1646
1647 * inferior.h (disable_randomization): Declare.
1648 * infrun.c (disable_randomization): New global variable.
1649 (show_disable_randomization): New function.
1650 (set_disable_randomization): Likewise.
1651 (_initialize_infrun): Install set/show disable-randomization
1652 commands.
1653 * linux-nat.c (disable_randomization): Remove.
1654 (show_disable_randomization): Likewise.
1655 (set_disable_randomization): Likewise.
1656 (_initialize_linux_nat): No longer install set/show
1657 disable-randomization commands here.
1658 (linux_nat_supports_disable_randomization): New function.
1659 (linux_nat_add_target): Install it.
1660 * remote.c (PACKET_QDisableRandomization): New enum value.
1661 (remote_protocol_packets): Support QDisableRandomization.
1662 (_initialize_remote): Likewise.
1663 (remote_supports_disable_randomization): New function.
1664 (init_remote_ops): Install it.
1665 (extended_remote_supports_disable_randomization): New function.
1666 (init_extended_remote_ops): Install it.
1667 (extended_remote_disable_randomization): New function.
1668 (extended_remote_create_inferior_1): Call it.
1669 * target.h (struct target_ops): Add to_supports_disable_randomization.
1670 (target_supports_disable_randomization): Add prototype.
1671 * target.c (target_supports_disable_randomization): New function.
1672 (find_default_supports_disable_randomization): Likewise.
1673 (init_dummy_target): Install it.
1674
20c168b5
KP
16752011-10-07 Kevin Pouget <kevin.pouget@st.com>
1676
1677 Allow Python notification of new object-file loadings.
1678 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
1679 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
1680 Add build rule for this file.
1681 * python/py-event.h (emit_new_objfile_event): New prototype.
1682 (newobjfile): New Python event emitter.
1683 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
1684 Python event registry.
1685 * python/py-inferior.c: Include objfiles.h
1686 (python_new_objfile): New function.
1687 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
1688 observers.
1689 * python/py-newobjfileevent.c: New file.
1690 * python-internal.h (gdbpy_initialize_new_objfile_event): New
1691 prototype.
1692 * python/python.c (_initialize_python): Add
1693 gdbpy_initialize_new_objfile_event call.
1694 * NEWS: Add item for new Python event "gdb.newobjfile"
1695
b1c8db38
TG
16962011-10-05 Tristan Gingold <gingold@adacore.com>
1697
1698 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
1699 Extract the ravenscar task name from the symbol for the atcb.
1700
0dab82e9
PK
17012011-10-04 Paul Koning <paul_koning@dell.com>
1702
1703 * python/py-type.c (typy_make_iter): Add forward declaration.
1704 (typy_fields_items): Use the gdb.Type iterator.
1705
84ad80e6
PK
17062011-10-04 Paul Koning <paul_koning@dell.com>
1707
1708 * NEWS: Add entry for Python gdb.Type mapping methods.
1709
cb6be26b
KP
17102011-10-04 Kevin Pouget <kevin.pouget@st.com>
1711
1712 PR python/12691: Add the inferior to Python exited event
1713 * python/py-exitedevent.c (create_exited_event_object): Add inferior
1714 to exited_event.
1715 * python/py-event.h (emit_exited_event): Likewise
1716 * python/-inferior.c (python_inferior_exit): Likewise
1717
6005b210
JB
17182011-10-03 Joel Brobecker <brobecker@adacore.com>
1719
1720 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
1721 in output of -ada-task-info GDB/MI command.
1722
75082e8c
JB
17232011-10-03 Joel Brobecker <brobecker@adacore.com>
1724
1725 * ada-lang.h (struct inferior): Declare.
1726 (print_ada_task_info): Add declaration.
1727 * ada-tasks.c (print_ada_task_info): Make non-static.
1728 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
1729 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
1730 * mi/mi-main.c: #include "ada-lang.h".
1731 (mi_cmd_list_features): Add "ada-task-info" to the list
1732 of supported features.
1733 (mi_cmd_ada_task_info): New function.
1734
7ed7d719
JB
17352011-10-03 Joel Brobecker <brobecker@adacore.com>
1736
1737 * python/python.c (python_run_simple_file): New function.
1738 (source_python_script, source_python_script_for_objfile):
1739 Replace call to PyRun_SimpleFile by call to
1740 python_run_simple_file.
1741
3fcaed38
PK
17422011-10-03 Paul Koning <paul_koning@dell.com>
1743
1744 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
1745 (value_to_value_object): Fetch value if it was lazy.
1746
8e5c319d
JK
17472011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1748
1749 Code cleanup.
1750 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
1751 Rearrange the code for it.
1752
dd11a36c
JB
17532011-10-02 Joel Brobecker <brobecker@adacore.com>
1754
1755 * breakpoint.c (bkpt_print_recreate): Add call to
1756 print_recreate_thread.
1757
723b724b
MF
17582011-09-29 Mike Frysinger <vapier@gentoo.org>
1759
1760 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
1761 PTRACE_GETFDPIC_INTERP): Define.
1762
412946b6
YQ
17632011-09-28 Yao Qi <yao@codesourcery.com>
1764
1765 * symfile.c (add_symbol_file_command): Update message on usage.
1766
a73bb892
PK
17672011-09-28 Paul Koning <paul_koning@dell.com>
1768
1769 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
1770 (typy_length, typy_get, typy_has_key, typy_make_iter)
1771 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
1772 (typy_iterator_iter, typy_iterator_iternext)
1773 (typy_iterator_dealloc): New functions to implement standard
1774 Python mapping methods on gdb.Type object.
1775 (gdb.TypeIterator): New Python type.
1776 * python/python-internal.h (gdbpy_iter_kind): New enum.
a73bb892 1777
fe10a582
DM
17782011-09-28 David S. Miller <davem@davemloft.net>
1779
1780 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
1781 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
1782 * sparc-tdep.c (sparc_complex_floating_p): New function.
1783 (sparc32_store_arguments): Handle complex floats.
1784 (sparc32_extract_return_value): Likewise.
1785 (sparc32_store_return_value): Likewise.
1786 (sparc32_stabs_argument_has_addr): Likewise.
1787 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
1788 (sparc64_store_floating_fields): Handle complex floats.
1789 (sparc64_store_arguments): Likewise.
1790 (sparc64_store_return_value): Likewise.
1791
c93dbcba
EZ
17922011-09-28 Eli Zaretskii <eliz@gnu.org>
1793
1794 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
1795 before the change on 2006-12-09.
1796 (windows_create_inferior) [!__CYGWIN__]: Restore code that
1797 generates the environment block for CreateProcessA, modulo the
1798 Cygwin-specific parts that are not needed here.
1799
f00c55f8
TG
18002011-09-27 Tristan Gingold <gingold@adacore.com>
1801
1802 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
1803 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
1804 (darwin_solib_get_all_image_info_addr_at_init): New function.
1805 (darwin_solib_read_all_image_info_addr): Likewise.
1806 (darwin_solib_create_inferior_hook): Use the above two functions.
1807 * darwin-nat.c (darwin_execvp): Renames retval to res.
1808 (darwin_read_write_inferior): Update comment.
1809 (darwin_read_dyld_info): New function.
1810 (darwin_xfer_partial): Handle DYLD_INFO.
1811
6710bf39
SS
18122011-09-27 Stan Shebs <stan@codesourcery.com>
1813
1814 Add return address collection for tracepoints.
1815 * tracepoint.c (encode_actions_1): Add case for $_ret.
1816 (validate_actionline): Check for $_ret.
1817 (trace_dump_actions): Ditto.
1818 * ax-gdb.h (gen_trace_for_return_address): Declare.
1819 * ax-gdb.c: Include arch-utils.h.
1820 (gen_trace_for_return_address): New function.
1821 (agent_command): Add return address special case.
1822 * amd64-tdep.c: Include ax.h and ax-gdb.h.
1823 (amd64_gen_return_address): New function.
1824 (amd64_init_abi): Call it.
1825 * i386-tdep.c: Include ax.h and ax-gdb.h.
1826 (i386_gen_return_address): New function.
1827 (i386_init_abi): Call it.
1828 * arch-utils.h (default_gen_return_address): Declare.
1829 * arch-utils.c (default_gen_return_address): New function.
1830 * gdbarch.sh (gen_return_address): New method.
1831 * gdbarch.h, gdbarch.c: Regenerate.
1832
e04e5beb
JM
18332011-09-23 Joseph Myers <joseph@codesourcery.com>
1834
1835 PR gdb/13079
1836 * i386-tdep.c (i386_frame_align): New.
1837 (i386_gdbarch_init): Use i386_frame_align.
1838
f3d6df6d
YQ
18392011-09-23 Yao Qi <yao@codesourcery.com>
1840
1841 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
1842 to get address.
1843
e69860f1
TG
18442011-09-22 Tristan Gingold <gingold@adacore.com>
1845
1846 * fork-child.c (fork_inferior): Add exec_fun parameter.
1847 Call exec_fun or execvp.
1848 * inferior.h: Adjust prototype.
1849 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
1850 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
1851 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
1852 * procfs.c (procfs_create_inferior): Ditto.
1853 * darwin-nat.c (darwin_execvp): New function.
1854 (darwin_create_inferior): Use it.
1855
4b51d87b
YQ
18562011-09-22 Yao Qi <yao@codesourcery.com>
1857
1858 * infrun.c (context_switch): Print debug message when switching to
1859 a different thread.
1860
56b9d9ac
UW
18612011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
1862
1863 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
1864 complex and vector types.
1865 (s390_return_value_convention): Likewise.
1866
1867 (s390_value_from_register): Call check_typedef.
1868 (extend_simple_arg): Likewise.
1869 (alignment_of): Likewise.
1870 (s390_push_dummy_call): Likewise.
1871 (s390_return_value): Likewise.
1872
b2cd6b29
JM
18732011-09-21 Joseph Myers <joseph@codesourcery.com>
1874
1875 * event-top.c (async_disconnect): If an exception is thrown from
1876 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
1877 catch_errors.
1878 * top.c (quit_cover): Return void and take no arguments.
1879 * top.h (quit_cover): Update prototype.
1880
67ba4e42
JM
18812011-09-20 Joseph Myers <joseph@codesourcery.com>
1882
1883 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
1884 current_uiout, not uiout.
1885
562f943b
DE
18862011-09-19 Doug Evans <dje@google.com>
1887
1888 * python/py-auto-load.c (source_section_scripts): Fix file
1889 descriptor leak.
1890 * python/python.c (source_python_script_for_objfile): Tweak comments.
1891
34518530
YQ
18922011-09-18 Yao Qi <yao@codesourcery.com>
1893 Ulrich Weigand <ulrich.weigand@linaro.org>
1894
1895 Support displaced stepping for Thumb 16-bit insns.
1896 * arm-tdep.c (THUMB_NOP) Define.
1897 (thumb_copy_unmodified_16bit): New.
1898 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
1899 (thumb_copy_alu_reg): New.
1900 (arm_copy_svc): Move some common code to ...
1901 (install_svc): ... here. New.
1902 (thumb_copy_svc): New.
1903 (install_pc_relative): New.
1904 (thumb_copy_pc_relative_16bit): New.
1905 (thumb_decode_pc_relative_16bit): New.
1906 (thumb_copy_16bit_ldr_literal): New.
1907 (thumb_copy_cbnz_cbz): New.
1908 (cleanup_pop_pc_16bit_all): New.
1909 (thumb_copy_pop_pc_16bit): New.
1910 (thumb_process_displaced_16bit_insn): New.
1911 (thumb_process_displaced_32bit_insn): New.
1912 (thumb_process_displaced_insn): process thumb instruction.
1913
1914 Support displaced stepping for Thumb 32-bit insns.
1915 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
1916 (thumb2_copy_preload): New.
1917 (thumb2_copy_copro_load_store): New.
1918 (thumb2_copy_b_bl_blx): New.
1919 (thumb2_copy_alu_imm): New.
1920 (thumb2_copy_load_reg_imm): New.
1921 (thumb2_copy_load_literal): New
1922 (thumb2_copy_block_xfer): New.
1923 (thumb_32bit_copy_undef): New.
1924 (thumb_32bit_copy_unpred): New.
1925 (thumb2_decode_ext_reg_ld_st): New.
1926 (thumb2_decode_svc_copro): New.
1927 (decode_thumb_32bit_store_single_data_item): New.
1928 (thumb_copy_pc_relative_32bit): New.
1929 (thumb_decode_pc_relative_32bit): New.
1930 (decode_thumb_32bit_ld_mem_hints): New.
1931 (thumb2_copy_table_branch): New
1932 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
1933 instructions.
1934
2b16b2e3
YQ
19352011-09-18 Yao Qi <yao@codesourcery.com>
1936
1937 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
1938 (install_b_bl_blx): Likewise.
1939
0f6f04ba
YQ
19402011-09-17 Yao Qi <yao@codesourcery.com>
1941
1942 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
1943 (install_load_store): ... this. New.
1944 Change parameter BYTE to SIZE.
1945 (arm_copy_ldr_str_ldrb_strb): Update caller.
1946 (arm_decode_ld_st_word_ubyte): Update caller.
1947
e2d96639
YQ
19482011-09-17 Yao Qi <yao@codesourcery.com>
1949
1950 * infrun.c (displaced_step_fixup): Move some code ...
1951 (displaced_step_restore): ... here. New function.
1952 (handle_inferior_event): Cleanup displaced stepping state for both
1953 child and parent when get forked or vforked event.
1954 * regcache.c (get_thread_arch_aspace_regcache): New function.
1955 get_thread_arch_regcache (): Call it.
1956
a8123151
JB
19572011-09-16 Joel Brobecker <brobecker@adacore.com>
1958
1959 * ada-tasks.c (print_ada_task_info): New function, merging
1960 short_task_info and info_tasks together. Reimplement using
1961 ui-out instead of printing to stdout directly. Move the code
1962 building and checking the task list here, instead of leaving it
1963 in info_tasks_command.
1964 (info_task): Move the code building and checking the task
1965 list here, instead of leaving it in info_tasks_command.
1966 (info_tasks_command): Delete code building and checking
1967 the task list - moved elsewhere. Update calls to info_tasks
1968 and info_task.
1969
fbf06824
JB
19702011-09-16 Joel Brobecker <brobecker@adacore.com>
1971
1972 * ada-tasks.c (info_task): Delete parameter `from_tty'.
1973
34a0bc90
JB
19742011-09-16 Joel Brobecker <brobecker@adacore.com>
1975
1976 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
1977
79779fa9
JB
19782011-09-16 Joel Brobecker <brobecker@adacore.com>
1979
1980 * ada-lang.h (ada_build_task_list): Remove parameter
1981 `warn_if_null'.
1982 * ada-tasks.c (ada_build_task_list): Remove parameter
1983 `warn_if_null'. Adjust implementation and documentation.
1984 (valid_task_id, ada_get_environment_task)
1985 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
1986 (info_tasks_command): Adjust implementation.
1987 (task_command): Likewise.
1988 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
1989 to ada_build_task_list.
1990
e225eb91
JB
19912011-09-16 Joel Brobecker <brobecker@adacore.com>
1992
1993 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
1994 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
1995 (ada_tasks_inferior_data_handle): New static global.
1996 (get_ada_tasks_inferior_data): New function.
1997 (ada_get_task_number, get_task_number_from_id, valid_task_id)
1998 (ada_get_environment_task, iterate_over_live_ada_tasks)
1999 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
2000 Adjust.
2001 (ada_set_current_inferior_known_tasks_addr): New function.
2002 (read_known_tasks, ada_build_task_list, short_task_info)
2003 (info_tasks, info_task, info_tasks_command, task_command_1)
2004 (task_command, ada_task_list_changed): Adjust.
2005 (ada_tasks_invalidate_inferior_data): New function.
2006 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
2007 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
2008 * ada-lang.h (struct inferior): Add declaration.
2009 (ada_task_list_changed): Update profile.
2010 * remote-wtx-pd.c: #include "inferior.h".
2011 (switch_to_pd_internal): Update call to ada_task_list_changed.
2012
6da9ca05
JB
20132011-09-16 Joel Brobecker <brobecker@adacore.com>
2014
2015 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
2016 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
2017 (atcb_fieldno): Delete these static globals.
2018 (struct ada_tasks_pspace_data): New struct.
2019 (ada_tasks_pspace_data_handle): New static global.
2020 (get_ada_tasks_pspace_data): New function.
2021 (ada_tasks_invalidate_pspace_data): New function.
2022 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
2023 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
2024 (_initialize_tasks): Create this module's per-progspace
2025 data handle.
2026
dccd3cbd
JB
20272011-09-16 Joel Brobecker <brobecker@adacore.com>
2028
2029 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
2030
f877b031
TG
20312011-09-16 Tristan Gingold <gingold@adacore.com>
2032
2033 * fork-child.c (fork_inferior): Update comment. Use alloca
2034 instead of xmalloc for argv. Move len and shell_command
2035 declarations in the block where they are used.
2036 Only call execvp. Factorize failure code.
2037
ae0c443d
JK
20382011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
2039
2040 Code cleanup.
2041 * parse.c (write_exp_elt): Change argument to pass a pointer of union
2042 `exp_element' instead of an element of the same and make the function
2043 static.
2044 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
2045 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
2046 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
2047 Change argument of `write_exp_elt' function call.
2048 Remove extra spaces from comments.
2049 * parser-defs.h (write_exp_elt): Remove prototype.
2050
5af65ec0
PK
20512011-09-15 Paul Koning <paul_koning@dell.com>
2052
2053 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
2054 count of item appended to list.
2055 * python/py-type.c (typy_fields): Likewise.
2056
72be8ccc
PK
20572011-09-15 Paul Koning <paul_koning@dell.com>
2058
883640a8 2059 * MAINTAINERS (Write After Approval): Add myself to the list.
72be8ccc 2060
92f6badc
KP
20612011-09-15 Kevin Pouget <kevin.pouget@st.com>
2062
2063 PR threads/12628
2064 * linux-fork.c (checkpoint_command): Disallow checkpointing of
2065 processes with multiple threads.
2066 (inf_has_multiple_thread_cb): New function.
2067 (inf_has_multiple_threads): New function.
2068
0672bf41 20692011-09-15 Kevin Pouget <kevin.pouget@st.com>
2aa48337
KP
2070
2071 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2072 * python/py-inferior.c (GdbMethods): New Python method definition.
2073
6839b47f
KP
20742011-09-15 Kevin Pouget <kevin.pouget@st.com>
2075
2076 Handle multiple breakpoint hits in Python interface:
2077 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
2078 variable to breakpoints.
2079 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
2080 bps instead of single breakpoint. Fix some space typos.
2081 * python/py-stopevent.c (create_breakpoint_event_object): Rename
2082 variable to breakpoints.
2083
672f9b60
KP
20842011-09-15 Kevin Pouget <kevin.pouget@st.com>
2085
2086 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
2087 note if the breakpoint is internal.
2088
43675ae4
KP
20892011-09-15 Kevin Pouget <kevin.pouget@st.com>
2090
0672bf41 2091 * MAINTAINERS (Write After Approval): Add myself to the list
43675ae4 2092
15148d6a
PA
20932011-09-14 Pedro Alves <pedro@codesourcery.com>
2094
2095 * infrun.c (prepare_for_detach, wait_for_inferior)
2096 (fetch_inferior_event): Don't flush the register cache.
2097 * remote.c (struct stop_reply) <regcache>: Add comment.
2098
d83e736b
JK
20992011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2100
2101 Remove excessive DWARF expressions memory duplication.
2102 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
2103 for block.data.
2104 (indirect_pieced_value): Remove variable result. Remove variable
2105 back_to and its use for baton.data.
2106 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
2107 block.data.
2108 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
2109 Update the function comment.
2110
c65b3e0d
PA
21112011-09-13 Pedro Alves <pedro@codesourcery.com>
2112
2113 * inferior.h (ALL_INFERIORS): New.
2114 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
2115 for a stopped thread.
2116 (thread_db_find_new_threads): Look for threads in all inferiors.
2117
a1398e0c
PA
21182011-09-13 Pedro Alves <pedro@codesourcery.com>
2119
2120 * breakpoint.c (update_watchpoint): Handle the case of the
2121 watchpoint to update not being in the breakpoint list yet.
2122 (hw_watchpoint_use_count): New, factored out from
2123 hw_watchpoint_used_count.
2124 (hw_watchpoint_used_count): Rename to ...
2125 (hw_watchpoint_used_count_others): ... this. Add `except'
2126 parameter. Don't count resources of `except'. Use
2127 hw_watchpoint_use_count.
2128
30596231
PA
21292011-09-13 Pedro Alves <pedro@codesourcery.com>
2130
2131 * gdbthread.h (enum thread_state): Moved here.
2132 (struct thread_info): Rename `executing_' field to `executing' and
2133 `state_' to `state'.
2134 * thread.c (enum thread_state): Moved to gdbthread.h.
2135 (new_thread, add_thread_silent, delete_thread_1)
2136 (any_live_thread_of_process, thread_alive, set_running)
2137 (set_running, is_thread_state, any_running, is_executing)
2138 (set_executing, finish_thread_state, print_thread_info)
2139 (do_captured_thread_select): Adjust.
2140
bede5f5f
JK
21412011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2142
2143 Fix compatibility with gcc < 4.3 and non-gcc compilers.
2144 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
2145
4801a9a3
PA
21462011-09-12 Pedro Alves <pedro@codesourcery.com>
2147 Matt Rice <ratmice@gmail.com>
2148
2149 PR gdb/13175
2150
2151 * interps.c (struct interp) <interpreter_out>: Delete field.
2152 (interp_new): Remove the data and uiout parameters and adjust.
2153 (interp_set): Only set the current_uiout from the interpreter's
2154 uiout after initializing the interpreter. Adjust call to
2155 init_proc.
2156 (interp_ui_out): Adjust to call procs->ui_out_proc.
2157 (interp_data, interp_name): New.
2158 * interps.h (interp_init_ftype): Add `self' parameter.
2159 (interp_ui_out_ftype): New typedef.
2160 (struct interp_procs) <ui_out_proc>: New method pointer.
2161 (interp_new): Remove the data and uiout parameters.
2162 (interp_data, interp_name): Declare.
2163 * tui/tui-interp.c (tui_init): Adjust prototype.
2164 (tui_ui_out): New.
2165 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
2166 tui_out here. Adjust call to interp_new.
2167 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
2168 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
2169 (cli_ui_out): New.
2170 (_initialize_cli_interp): Install it. Adjust call to interp_new.
2171 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
2172 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
2173 Initialize mi->uiout depending on the mi_version as extracted from
2174 the interpreter's name.
2175 (mi_ui_out): New.
2176 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
2177 interp_new. Don't allocate the ui_out's of the interpreters here.
2178
d0afda03 21792011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
59145f8c 2180
d0afda03 2181 * solib.c (solib_used): New function.
59145f8c
AR
2182 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
2183 by another so_list object before freeing it.
2184
bdaf8d4a
JK
21852011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 Code cleanup.
2188 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
2189 values.
2190
df15bd07
JK
21912011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2192
2193 Code cleanup.
2194 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
2195 (amd64_skip_xmm_prologue): ... this new function. Describe its
2196 parameters. No longer use amd64_prologue_line_bug.
2197 * defs.h (producer_is_gcc_ge_4): New declaration.
2198 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
2199 (process_full_comp_unit): Update its caller. Remove
2200 amd64_prologue_line_bug initialization.
2201 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
2202 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
2203
25289eb2
PA
22042011-09-09 Pedro Alves <pedro@codesourcery.com>
2205
2206 * linux-nat.h (enum resume_kind): New.
2207 (struct lwp_info) <last_resume_kind>: New field.
ddf17726
PA
2208 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
2209 resume_stop on the new lwp.
25289eb2
PA
2210 (add_lwp): Set last_resume_kind as resume_continue by default.
2211 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
2212 (resume_lwp): New, factored out from resume_callback. Also check
2213 for pending status in lp->waitstatus.
2214 (resume_callback): Reimplement.
2215 (resume_clear_callback): Set last_resume_kind as resume_stop.
2216 (resume_set_callback): Set last_resume_kind as resume_continue.
2217 (linux_nat_resume, linux_handle_extended_wait): Set
2218 last_resume_kind.
2219 (running_callback): Also check lp->waitstatus for pending events.
2220 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
2221 is resume_step.
2222 (stop_and_resume_callback): Don't re-resume if the core wanted the
2223 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
2224 using an invalidated pointer.
2225 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
2226 SIGSTOPs if the core wanted the LWP to stop.
2227 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
2228 wanted the lwp to stop. If the core wanted the lwp to stop, and
2229 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
2230 of TARGET_SIGNAL_STOP.
2231 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
2232 here. Instead, signal the lwp, and set the last_resume_kind to
2233 resume_stop.
2234
f687d035
PA
22352011-09-09 Pedro Alves <pedro@codesourcery.com>
2236
2237 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
2238 -1 (error), if the lwp exits right after attaching.
2239
bc587a6b
DE
22402011-09-08 Doug Evans <dje@google.com>
2241
63d97a20
DE
2242 * py-cmd.c: Some minor formatting fixes.
2243 (gdbpy_parse_command_name): Rename text arg to name, make const.
2244 All callers updated.
2245 * python-internal.h (gdbpy_parse_command_name): Update.
2246
bc587a6b
DE
2247 * cli/cli-decode.c (add_cmd): Add comment.
2248
08711b9a
JK
22492011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2250
2251 PR breakpoints/12435
2252 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
2253 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
2254 * dwarf2read.c (process_full_comp_unit): Initialize
2255 amd64_prologue_line_bug.
2256 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
2257
b2e7f004
JK
22582011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2259
2260 Fix TUI screen corruption.
2261 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
2262 batch_flag.
2263
8afd712c
JK
22642011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * findvar.c (read_var_value): Never return NULL, throw an error
2267 instead. Update the function comment. State symbol name in the error
2268 messages.
2269 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
2270 read_var_value.
2271 * stack.c (print_frame_args): Likewise.
2272 * valops.c (value_of_variable): Likewise.
2273
b99b5f66
JK
22742011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2275
2276 * stack.c (print_frame_args): New variable except. Wrap
2277 read_var_value and common_val_print into TRY_CATCH.
2278
85bc8cb7
JK
22792011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
2282 caller to value_of_this.
2283 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
2284 Twice.
2285 * valops.c (value_of_this): Remove parameter complain and variable ret.
2286 Update function comment. Never return NULL by this code.
2287 (value_of_this_silent): New function.
2288 * value.h (value_of_this): Remove parameter complain.
2289 (value_of_this_silent): New declaration.
2290
ede1849f
YQ
22912011-09-07 Yao Qi <yao@codesourcery.com>
2292
2293 * gdbthread.h (struct thread_info): Remove fields
2294 `stepping_through_solib_after_catch' and
2295 `stepping_through_solib_catchpoints'.
2296 * infrun.c (init_thread_stepping_state): Update.
2297 (process_event_stop_test, currently_stepping): Update.
2298 (currently_stepping_or_nexting_callback): Update.
2299
6aa27652
YQ
23002011-09-07 Yao Qi <yao@codesourcery.com>
2301
2302 * gdbthread.h (struct thread_info): Comment on field
2303 `step_after_step_resume_breakpoint'.
2304
00db5b94
PA
23052011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
2306
2307 * remote.c (remote_console_output): Reindent.
2308
861152be
LM
23092011-09-06 Luis Machado <lgustavo@codesourcery.com>
2310
2311 * frame.c (has_stack_frames): Check for currently selected
2312 traceframe.
2313
ab821bc6
PA
23142011-09-06 Pedro Alves <pedro@codesourcery.com>
2315
2316 * event-top.h (MAXPROMPTS, struct prompts): Delete.
2317 (set_async_annotation_level, set_async_prompt, pop_prompt)
2318 (push_prompt, new_async_prompt): Delete declarations.
2319 * top.h (get_prompt, set_prompt): Change prototype.
2320 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
2321 declarations.
2322 * top.c (command_loop):
2323 (top_prompt): New global.
2324 (get_prefix, set_prefix, get_suffix, ): Delete.
2325 (get_prompt, set_prompt): Rewrite.
2326 (show_new_async_prompt): Rename to ...
2327 (show_prompt): ... this.
2328 (init_main): Adjust. Don't handle --annotate=2 here.
2329 * event-top.c (new_async_prompt): Delete.
2330 (the_prompts): Delete.
2331 (more_to_come): Make static.
2332 (display_gdb_prompt): Use top_level_prompt() to compute the top
2333 level prompt, and don't notify the before_prompt observers
2334 directly here. Always trick readline into not trying to display
2335 the prompt if sync_execution and displaying the primary prompt.
2336 If displaying a local/secondary prompt, always show it, even if
2337 sync_execution is set.
2338 (change_annotation_level): Delete.
2339 (top_level_prompt): New, based on change_annotation_level.
2340 (push_prompt, pop_prompt): Delete.
2341 (async_disable_stdin): No longer pushes prompt.
2342 (command_line_handler): No longer pushes or pops prompt. If more
2343 input is expected, call display_gdb_prompt with an explicit empty
2344 prompt.
2345 (async_stop_sig): Adjust.
2346 (set_async_annotation_level, set_async_prompt): Delete.
2347 * python/python.c (before_prompt_hook): Adjust.
2348
f1d90504
PA
23492011-09-05 Pedro Alves <pedro@codesourcery.com>
2350
2351 PR cli/13110
2352
2353 * infrun.c (fetch_inferior_event): Check if there's a selected
2354 thread before checking if the selected thread is executing.
2355
0f641c01
PA
23562011-09-05 Pedro Alves <pedro@codesourcery.com>
2357
2358 * inf-loop.c (execute_command): Don't check if the current thread
2359 if running before synchronously waiting for command completion.
2360 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
2361 here.
2362 (normal_stop): Call async_enable_stdin here.
2363 * inf-loop.c (inferior_event_handler): Don't call
2364 async_enable_stdin, nor handle "set exec-done-display" here.
2365
30368258 23662011-09-04 Joel Brobecker <brobecker@adacore.com>
2367
2368 GDB 7.3.1 released.
2369
31916278
JB
23702011-09-04 Joel Brobecker <brobecker@adacore.com>
2371
2372 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
2373
e8d56f18
JB
23742011-09-04 Joel Brobecker <brobecker@adacore.com>
2375
2376 * NEWS: Add entry for OpenBSD/NetBSD build failure.
2377
5dd05d8c
JK
23782011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2379
2380 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
2381
7d8e6458 23822011-09-02 Matt Rice <ratmice@gmail.com>
2383
2384 PR gdb/10720
2385 * event-top.c (cli_command_loop): Replace readline setup with
2386 direct call to display_gdb_prompt.
2387 (display_gdb_prompt): Do not call observer mechanism during
2388 synchronous execution.
2389
84636d28
PA
23902011-09-02 Pedro Alves <pedro@codesourcery.com>
2391
2392 * linux-nat.c (in_pid_list_p): New.
2393 (linux_record_stopped_pid): Delete.
2394 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
2395 already attached to the LWP. Return an indication if so.
2396 (linux_nat_filter_event): Adjust.
2397 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
2398 returning an indication to ignore this thread.
2399
b4a14fd0
PA
24002011-09-02 Pedro Alves <pedro@codesourcery.com>
2401
2402 * top.c: Include interps.h.
2403 (execute_command): If the target can async, but the interpreter is
2404 in sync mode, synchronously wait for the command to finish before
2405 returning.
2406 (execute_command_to_string): Force the interpreter to sync mode.
2407 * infrun.c: Include interps.h.
2408 (fetch_inferior_event): Don't restore the prompt yet if the
2409 interpreter is in sync mode.
2410 * interps.c (interpreter_async): New global.
2411 * interps.h (interpreter_async): Declare.
2412 * inf-loop.c: Include interps.h.
2413 (inferior_event_handler): Don't print the language change or run
2414 breakpoint commands yet if the interpreter in is sync mode.
2415 * main.c (captured_command_loop): Flip the interpreter to async
2416 mode.
2417 * cli/cli-script.c: Include interps.h.
2418 (execute_user_command, while_command, if_command): Force the
2419 interpreter to sync mode.
2420 * python/python.c: Include interps.h.
2421 (python_command, execute_gdb_command): Force the interpreter to
2422 sync mode.
2423
c709acd1
PA
24242011-09-02 Pedro Alves <pedro@codesourcery.com>
2425
2426 * value.c (show_convenience): Catch errors thrown while printing
2427 each internal variable.
2428 * infrun.c (validate_siginfo_access): New function.
2429 (siginfo_value_read, siginfo_value_write): Call it.
2430
9655e943
JK
24312011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2432
2433 Revert:
2434 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2435 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
2436 attribute.
2437
cb457ae2
YQ
24382011-08-29 Yao Qi <yao@codesourcery.com>
2439
2440 * solib-dsbt.c (bfd_lookup_symbol): Removed.
2441 (cmp_name): New.
2442 (enable_break2): Update caller.
2443 * solib-frv.c (bfd_lookup_symbol): Removed.
2444 (cmp_name): New.
2445 (enable_break2): Update caller.
2446 * solib-pa64.c (bfd_lookup_symbol): Removed.
2447 (cmp_name): New.
2448 * solib-svr4.c (bfd_lookup_symbol): Removed.
2449 (cmp_name_and_sec_flags): New.
2450 (enable_break): Update caller.
2451 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
2452 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
2453 (gdb_bfd_lookup_symbol): New.
2454 * solib.h: Functions declarations.
2455
83d1a36a
YQ
24562011-08-29 Yao Qi <yao@codesourcery.com>
2457
2458 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
2459 and solib-dsbt.o.
2460
c04b3e8f
JK
24612011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2462
2463 Fix TUI stepi on code without symbols.
2464 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
2465 current PC instead.
2466
cb0fd152
JK
24672011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2468
2469 Code cleanup.
2470 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
2471 and the static keyword.
2472 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
2473 Make prefix an array.
2474 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
2475 * mi/mi-main.c (get_register): Remove stb initialization and the static
2476 keyword.
2477
91174723
JK
24782011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2479
2480 Code cleanup - make mi_opt const.
2481 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
2482 opts const.
2483 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
2484 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
2485 (mi_cmd_env_dir): Likewise.
2486 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
2487 (mi_cmd_target_file_put): Likewise.
2488 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
2489 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
2490 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
2491 (mi_valid_noargs): Make opts const.
2492 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
2493 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
2494 (mi_cmd_data_read_memory): Likewise.
2495 (mi_cmd_data_read_memory_bytes): Likewise.
2496 (mi_cmd_data_write_memory): Likewise.
2497
5068b8e8 24982011-08-26 Matt Rice <ratmice@gmail.com>
2499
2500 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
2501 bcache_xmalloc, replace bcache_xmalloc with call to
2502 psymbol_bcache_init for psymbol_cache.
2503 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
2504
a4f2ce05
JK
25052011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 * inf-loop.c (inferior_event_handler): Add exception_print in
2508 INF_EXEC_COMPLETE.
2509
353d1d73
JK
25102011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
2513 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2514 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
2515 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
2516 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
2517 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2518 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
2519 * infrun.c (fetch_inferior_event): Call
2520 make_bpstat_clear_actions_cleanup.
2521 * top.c (execute_command): New variable cleanup_if_error, call
2522 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2523 * utils.c (do_bpstat_clear_actions_cleanup)
2524 (make_bpstat_clear_actions_cleanup): New functions.
2525
3ced3da4
PA
25262011-08-26 Pedro Alves <pedro@codesourcery.com>
2527
2528 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
2529 either the parent or the child forks. Rename a couple locals.
2530
a9f4bb21
PA
25312011-08-26 Pedro Alves <pedro@codesourcery.com>
2532
2533 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
2534 library call. Avoid reading the `status' local if all waitpid
2535 calls failed.
2536
e5798bef
PA
25372011-08-26 Pedro Alves <pedro@codesourcery.com>
2538
2539 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
2540 opening /proc/PID/task always succeeds.
2541
edb2aadf
AR
25422011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
2543
2544 * linespec.c (symtab_from_filename): Check for the end of string.
2545
0d932b2f
MK
25462011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2547
2548 PR mi/11912
2549 * varobj.c (cplus_describe_child): Add the keyword
2550 'class' to the output of the method when dealing
2551 with a cast to a base class.
2552
e93ca019
JK
25532011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2554
2555 No functionality change.
2556 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
2557 function comment a reference, new variables tp and bs, move here code
2558 from throw_exception.
2559 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
2560 describe it in the comment.
2561 * exceptions.c (throw_exception): Remove variable tp, move the code for
2562 bpstat_clear_actions to bpstat_clear_actions.
2563
13da1c97
LM
25642011-08-24 Luis Machado <lgustavo@codesourcery.com>
2565
2566 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
2567 * linux-nat.c: Include linux-procfs.h.
2568 (linux_proc_get_tgid): Move to ...
2569 * common/linux-procfs.c: ... here. New file.
2570 * common/linux-procfs.h: New file.
2571 * linux-thread-db.c: Include linux-procfs.h.
2572 * Makefile.in: Update dependencies.
2573 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
2574 * config/arm/linux.mh: Likewise.
2575 * config/i386/linux.mh: Likewise.
2576 * config/i386/linux64.mh: Likewise.
2577 * config/ia64/linux.mh: Likewise.
2578 * config/m32r/linux.mh: Likewise.
2579 * config/m68k/linux.mh: Likewise.
2580 * config/mips/linux.mh: Likewise.
2581 * config/pa/linux.mh: Likewise.
2582 * config/pa/linux.mh: Likewise.
2583 * config/powerpc/linux.mh: Likewise.
2584 * config/powerpc/ppc64-linux.mh: Likewise.
2585 * config/powerpc/spu-linux.mh: Likewise.
2586 * config/sparc/linux.mh: Likewise.
2587 * config/sparc/linux64.mh: Likewise.
2588 * config/xtensa/linux.mh: Likewise.
2589
4e5c165d
HZ
25902011-08-24 Hui Zhu <teawater@gmail.com>
2591
2592 * tracepoint.c (cond_string_is_same): New function.
2593 (find_matching_tracepoint): Add condition check
2594 by cond_string_is_same.
2595
6e2f5b22
JK
25962011-08-23 Josh Matthews <josh@joshmatthews.net>
2597
2598 Fix build error in Darwin port.
2599 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
2600
abf85f46
JK
26012011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 Code cleanup.
2604 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
2605 (command_line_is_silent): New function.
2606 (bpstat_do_actions_1): No longer use commands_left, use
2607 command_line_is_silent for commands.
2608 (bpstat_alloc): Remove clearing of commands_left.
2609 (bpstat_stop_status): Remove initialization of commands_left, use
2610 command_line_is_silent.
2611 * breakpoint.h (struct bpstats): Remove commands_left.
2612
3a93a0c2
KS
26132011-08-18 Keith Seitz <keiths@redhat.com>
2614
2615 PR c++/12266
2616 * cp-name-parser.y (struct demangle_info): Remove unused
2617 member PREV.
2618 (d_grab): Likewise.
2619 (allocate_info): Change return type to struct demangle_info *.
2620 Always allocate a new demangle_info.
2621 Remove unused PREV pointer.
2622 (cp_new_demangle_parse_info): New function.
2623 (cp_demangled_name_parse_free): New function.
2624 (do_demangled_name_parse_free_cleanup): New function.
2625 (make_cleanup_cp_demangled_name_parse_free): New function.
2626 (cp_demangled_name_to_comp): Change return type to
2627 struct demangle_parse_info *.
2628 Allocate a new storage for each call.
2629 (main): Update usage for cp_demangled_name_to_comp
2630 API change.
2631 * cp-support.h (struct demangle_parse_info): New structure.
2632 (cp_demangled_name_to_comp): Update API change for
2633 return type.
2634 (cp_new_demangle_parse_info): Declare.
2635 (make_cleanup_cp_demangled_name_parse_free): New declaration.
2636 (cp_demangled_name_parse_free): Declare.
2637 * cp-support.c (cp_canonicalize_string): Update API
2638 change for cp_demangled_name_to_comp.
2639 (mangled_name_to_comp): Likewise.
2640 Return struct demangle_parse_info, too.
2641 (cp_class_name_from_physname): Update mangled_name_to_comp
2642 API change.
2643 (method_name_from_physname): Likewise.
2644 (cp_func_name): Update API change for cp_demangled_name_to_comp.
2645 (cp_remove_params): Likewise.
2646 * python/py-type.c (typy_legacy_template_argument): Likewise.
2647
2648 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
2649 (cp_merge_demangle_parse_infos): Declare.
2650 * cp-support.c (ignore_typedefs): New file global.
2651 (copy_string_to_obstack): New function.
2652 (inspect_type): New function.
2653 (replace_typedefs): New function.
2654 (replace_typedefs_qualified_name): New function.
2655 (cp_canonicalize_string_no_typedefs): New function.
2656 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
2657 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
2658 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
2659 instead of cp_canonicalize_string.
2660 (find_method): Likewise.
2661 (decode_compound): Before looking up the name, call
2662 cp_canonicalize_string_no_typedefs.
2663 (decode_variable): Likewise.
2664
fa3a4f15
PM
26652011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2666 Tom Tromey <tromey@redhat.com>
2667 Matt Rice <ratmice@gmail.com>
2668
2669 * python/lib/gdb/prompt.py: New file.
2670 * python/lib/gdb/command/prompt.py: New file.
2671 * NEWS: Document set extended-prompt and gdb.prompt library
2672
85661b1e
YQ
26732011-08-16 Yao Qi <yao@codesourcery.com>
2674
2675 * tic6x-linux-tdep.c: Move const arrays definition from here...
2676 * tic6x-tdep.c: to here ...
2677
11315641
YQ
26782011-08-14 Yao Qi <yao@codesourcery.com>
2679
2680 * NEWS: New port to Texas Instruments TMS320C6x.
2681
8cd64e00
YQ
26822011-08-14 Andrew Jenner <andrew@codesourcery.com>
2683 Bernd Schmidt <bernds@codesourcery.com>
2684 Yao Qi <yao@codesourcery.com>
2685
2686 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
2687 * solib-dsbt.c: New file. Support DSBT shared object.
2688 * tic6x-linux-tdep.c: New file.
2689 * tic6x-tdep.c: New file.
2690 * tic6x-tdep.h: New file.
2691
78d85199
YQ
26922011-08-14 Andrew Stubbs <ams@codesourcery.com>
2693 Yao Qi <yao@codesourcery.com>
2694
2695 * remote.c (PACKET_qXfer_fdpic): New enum value.
2696 (remote_protocol_features): Add qXfer:fdpic:read packet.
2697 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
2698 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
2699 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
2700
224bbe49
YQ
27012011-08-14 Yao Qi <yao@codesourcery.com>
2702
2703 Target description for tic6x.
2704 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
2705 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
2706 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
2707 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
2708 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
2709 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
2710 * features/tic6x-c64xp-linux.xml: New.
2711 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
2712 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
2713 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
2714 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
f040079f
HZ
2715 * regformats/tic6x-c64xp.dat,
2716 regformats/tic6x-c62x-linux.dat: Generated.
2717 * regformats/tic6x-c64x-linux.dat,
2718 regformats/tic6x-c64xp-linux.dat: Generated.
224bbe49
YQ
2719 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
2720 features/tic6x-*.c files.
2721 Add regformats/tic6x-*.dat files.
2722
457e09f0
DE
27232011-08-12 Doug Evans <dje@google.com>
2724
2725 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
2726 * python/py-symbol.c (sympy_get_type): New function.
2727 (symbol_object_getset): Add "type".
2728
d20c1c3f
PA
27292011-08-12 Pedro Alves <pedro@codesourcery.com>
2730
2731 PR tui/13073
2732
2733 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
2734 empty name.
2735 (tui_show_register_group): Don't store a byte buffer in the data
2736 element's value.
2737 (tui_register_format): Skip registers with an empty name.
2738 (tui_get_register): Store a struct value in the data element's
2739 value field instead of a byte buffer holding the raw register
2740 contents. Account for optimized-out and unavailable registers
2741 when comparing register contents.
2742
9d8fa392
PA
27432011-08-09 Pedro Alves <pedro@codesourcery.com>
2744
2745 * printcmd.c (current_display_number): Update comment.
2746 (disable_current_display_cleanup): Delete.
2747 (do_one_display): Use make_cleanup_restore_integer. Gracefully
2748 catch errors thrown while evaluating and printing the display.
2749
401a70b8
TT
27502011-08-09 Tom Tromey <tromey@redhat.com>
2751
2752 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
2753
7f86f058
PA
27542011-08-09 Pedro Alves <pedro@codesourcery.com>
2755
94b71cca 2756 * elfread.c (elf_symtab_read): Rework comments.
7f86f058
PA
2757 * maint.c (maintenance_command): Ditto.
2758 * somread.c (som_symtab_read): Ditto.
2759 * solib.c (solib_find, solib_map_sections, update_solib_list)
2760 (solib_add, info_sharedlibrary_command, solib_name_from_address)
2761 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
94b71cca 2762 (sharedlibrary_command, no_shared_libraries): Ditto.
7f86f058
PA
2763 * solib-irix.c (locate_base, disable_break, enable_break)
2764 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
2765 (irix_current_sos, irix_open_symbol_file_object)
2766 (irix_special_symbol_handling): Ditto.
2767 * solib-sunos.c (locate_base, first_link_map_member)
2768 (sunos_current_sos, disable_break, enable_break)
2769 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
2770 Ditto.
2771 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
2772 (open_symbol_file_object, svr4_current_sos, enable_break)
2773 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
2774 Ditto.
2775 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
2776 (frv_current_sos, enable_break, frv_special_symbol_handling)
2777 (frv_solib_create_inferior_hook): Ditto.
2778 * solist.h (struct target_so_ops): Extend the comments of the
2779 special_symbol_handling, current_sos and open_symbol_file_object
2780 methods.
2781
5e239b84
PM
27822011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2783
2784 * python/lib/gdb/__init__.py: Auto-load files in command and
2785 function directories.
2786 * python/python.c (finish_python_initialization): Use
2787 os.path.join.
2788 * python/lib/gdb/command/pretty_printers.py: Self register
2789 command.
2790 * NEWS: Document auto-loading.
2791
b6cede78
JK
27922011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2793
2794 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
2795 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
2796 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
2797
29d0bb3d
TT
27982011-08-08 Tom Tromey <tromey@redhat.com>
2799
2800 * breakpoint.c (clean_up_filters): Remove.
2801 (catch_syscall_split_args): Use VEC_cleanup.
2802
2f7fb8e4
JK
28032011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2804
2805 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
2806 (main): Uncomment "Demangling error\n".
2807
d6c10e95
PP
28082011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2809
2810 * solib-target.c (segment_attributes): Make them static.
2811 (section_attributes, library_children, library_attributes): Likewise.
2812 (library_list_children, library_list_attributes): Likesise.
2813 (library_list_elements): Likewise.
2814
af6e93b2
PA
28152011-08-05 Pedro Alves <pedro@codesourcery.com>
2816
2817 * exceptions.c (throw_exception): Don't disable the current
2818 display.
2819 * printcmd.c (disable_current_display_cleanup): New function.
2820 (do_one_display): Install a cleanup to disable the current display
2821 if doing the display throws.
2822
6a1b1664
EZ
28232011-08-05 Eli Zaretskii <eliz@gnu.org>
2824
2825 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
2826 initialization of the tp_new member to the corresponding
2827 gdbpy_initialize_* function.
2828 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
2829 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
2830 * python/py-function.c (gdbpy_initialize_functions): Likewise.
2831 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
2832 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
2833
31a0ae49
JK
28342011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2835
2836 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
2837 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
2838 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
2839 references to current_uiout.
2840
e0dd0826
PA
28412011-08-04 Pedro Alves <pedro@codesourcery.com>
2842
2843 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
2844 (start_event_loop): Use TRY_CATCH instead of catch_errors.
2845 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
2846 * top.c (gdb_readline_wrapper): Adjust.
2847 * tui/tui-interp.c (tui_command_loop):
2848 (_initialize_tui_interp): Don't install it.
2849
79a45e25
PA
28502011-08-04 Pedro Alves <pedro@codesourcery.com>
2851
2852 * ui-out.h (uiout): Rename to ...
2853 (current_uiout): ... this.
2854 * ui-out.c (uiout): Rename to ...
2855 (current_uiout): ... this.
2856 * ada-lang.c (print_it_exception, print_one_exception)
2857 (print_mention_exception): Adjust.
2858 * breakpoint.c (watchpoint_check): Adjust.
2859 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
2860 (default_collect_info, watchpoints_info, print_one_catch_fork)
2861 (print_one_catch_vfork, print_one_catch_syscall)
2862 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
2863 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
2864 (print_it_watchpoint, print_mention_watchpoint)
2865 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
2866 (print_it_exception_catchpoint, print_one_exception_catchpoint)
2867 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
2868 (bkpt_print_mention, momentary_bkpt_print_it)
2869 (tracepoint_print_mention, update_static_tracepoint)
2870 (tracepoints_info, save_breakpoints): Adjust.
2871 * cli-out.c (field_separator): Adjust.
2872 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
2873 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
2874 * frame.c (get_current_frame): Adjust.
2875 * infcmd.c (run_command_1, print_return_value): Adjust.
2876 * inferior.c (inferior_command, info_inferiors_command): Adjust.
2877 * infrun.c (print_end_stepping_range_reason): Adjust.
2878 (print_signal_exited_reason, print_exited_reason): Adjust.
2879 (print_signal_received_reason, print_no_history_reason): Adjust.
2880 * interps.c (interp_set): Adjust.
2881 * osdata.c (info_osdata_command): Adjust.
2882 * progspace.c (maintenance_info_program_spaces_command): Adjust.
2883 * remote-fileio.c (remote_fileio_request): Adjust.
2884 * remote.c (show_remote_cmd): Adjust.
2885 * solib.c (info_sharedlibrary_command): Adjust.
2886 * source.c (print_source_lines_base): Adjust.
2887 * stack.c (print_stack_frame): Adjust.
2888 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
2889 * symfile-mem.c (add_vsyscall_page): Adjust.
2890 * symfile.c (load_progress, generic_load)
2891 (print_transfer_performance): Adjust.
2892 * thread.c (info_threads_command, restore_selected_frame)
2893 (thread_command): Adjust.
2894 * top.c (make_cleanup_restore_ui_file): Adjust.
2895 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
2896 (print_one_static_tracepoint_marker): Adjust.
2897 * cli/cli-cmds.c (print_disassembly): Adjust.
2898 * cli/cli-decode.c (print_doc_line): Adjust.
2899 * cli/cli-interp.c (safe_execute_command): Adjust.
2900 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
2901 (handle_redirections): Adjust.
2902 * cli/cli-script.c (show_user_1): Adjust.
2903 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
2904 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
2905 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
2906 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
2907 (mi_cmd_env_dir): Adjust.
2908 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
2909 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
2910 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2911 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
2912 (list_args_or_locals): Adjust.
2913 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
2914 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
2915 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
2916 (mi_cmd_var_list_children, mi_cmd_var_info_type)
2917 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
2918 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
2919 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
2920 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
2921 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
2922 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
2923 (list_available_thread_groups, mi_cmd_list_thread_groups)
2924 (mi_cmd_data_list_register_names)
2925 (mi_cmd_data_list_changed_registers)
2926 (mi_cmd_data_list_register_values, get_register)
2927 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
2928 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
2929 (mi_cmd_list_target_features, mi_cmd_add_inferior)
2930 (mi_execute_command, mi_load_progress): Adjust.
2931 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
2932 * python/py-auto-load.c (print_script, info_auto_load_scripts):
2933 Adjust.
2934 * python/py-breakpoint.c (bppy_get_commands): Adjust.
2935 * tui/tui-interp.c (tui_command_loop): Adjust.
2936 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
2937
f9679975
PA
29382011-08-04 Pedro Alves <pedro@codesourcery.com>
2939
2940 * exceptions.c (struct catcher): Remove saved_uiout field.
2941 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
2942 no longer save/resvore the global ui_out builder.
2943 (catch_exceptions_with_msg): Save/override/restore the global
2944 ui_out builder manually instead of relying on TRY_CATCH to do it.
2945 (catch_errors): Save/restore the global ui_out builder manually
2946 instead of relying on TRY_CATCH to do it.
2947 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
2948 parameter.
2949 (TRY_CATCH): Adjust.
2950 * cli/cli-interp.c (safe_execute_command): Save/override/restore
2951 the global ui_out builder manually instead of relying on TRY_CATCH
2952 to do it.
2953
934709f0
PW
29542011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2955
2956 * breakpoint.c (update_global_location_list): Ensure
2957 invariant 'first loc marked not duplicated and inserted,
2958 following locs marked duplicated/not inserted' is respected
2959 for multiple locations at the same address.
2960 (unduplicated_should_be_inserted) New function.
2961 (swap_insertion) New function.
2962
2421fe6f
JK
29632011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2964
2965 * stack.c (print_frame_arguments_choices): Comment typo fix.
2966
3fbb6ffa
TJB
29672011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
2968
2969 Revert:
2970 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2971 * breakpoint.c (insert_bp_location): Remove disabled_breaks
2972 argument. Update callers.
2973
fbe12357
PP
29742011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2975
2976 PR gdb/13045
2977 * doublest.c (convert_doublest_to_floatformat): Pass correct
2978 mantissa length to put_field.
2979
b1d288d3
JK
29802011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2981
2982 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
2983 exception_print code path.
2984 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
2985 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
2986 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
2987
311b5970
JK
29882011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2989
2990 Code cleanup.
2991 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
2992 Remove, merge them into ...
2993 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
2994 variable args and its initialization.
2995 (struct print_args_args, print_args_stub): Remove, merge them into
2996 print_frame.
2997 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
2998 them into ...
2999 (do_gdb_disassembly): ... here. Remove variable args and its
3000 initialization.
3001 (print_frame): Remove variable args and its initialization, new
3002 variable gdbarch and numargs (from print_args_stub), inline here
3003 print_args_stub with a TRY_CATCH.
3004 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
3005 them into ...
3006 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
fbe12357 3007 New variable e, remove variable btargs and its initialization.
311b5970 3008
484a26a8
TG
30092011-08-01 Tristan Gingold <gingold@adacore.com>
3010
3011 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
3012
c30eee59
TJB
30132011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3014
3015 * breakpoint.c (insert_bp_location): Document return value.
3016 (insert_breakpoint_locations): Fix documentation.
3017 (remove_breakpoints): Add documentation.
3018
f116073b
TJB
30192011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3020
3021 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3022 argument. Update callers.
3023
65aa373f
JK
30242011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3025
3026 * stack.c (print_frame_info): Comment typo fix.
3027
a50242fb
SA
30282011-07-29 Sterling Augustine <saugustine@google.com>
3029
3030 * MAINTAINERS (Write After Approval): Add myself to the list.
3031
267f6504
TT
30322011-07-29 Tom Tromey <tromey@redhat.com>
3033
3034 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
3035 (library_list_start_segment): Update.
3036 (library_list_start_section): Update.
3037
00bd41d6
PM
30382011-07-28 Phil Muldoon <pmuldoon@redhat.com>
3039
3040 * varobj.c (value_get_print_value): Move hint check later into the
3041 function. Comment function. Free thevalue before reusing it.
3042
18a46dbe
JK
30432011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3044 Pedro Alves <pedro@codesourcery.com>
3045
3046 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
3047 value_one.
3048 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
3049 Assert the result kind.
3050 * value.h (value_one): Remove parameter lv.
3051
bb7da2bf
JK
30522011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 Fix crash on lval_computed values.
3055 * valops.c (value_zero): Use not_lval for lval_computed.
3056
2d5213f8
TT
30572011-07-27 Tom Tromey <tromey@redhat.com>
3058
3059 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
3060 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
3061
11081198
JK
30622011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
3065 "ptype" by their typedefs difference.
3066
3c6e0cb3
JK
30672011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 * dwarf2expr.c (ctx_no_read_reg): New function.
3070 * dwarf2expr.h (ctx_no_read_reg): New declaration.
3071 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
3072 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
3073 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
3074
523f3620
JK
30752011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
3078 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
3079 file.
3080 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
3081 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3082 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3083 (ctx_no_get_base_type): Move the functions here.
3084 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3085 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3086 (ctx_no_get_base_type): New declarations.
3087
24d3216f
TT
30882011-07-27 Tom Tromey <tromey@redhat.com>
3089
3090 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
3091 entries.
3092 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
3093 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
3094
5005c8a9
PP
30952011-07-26 Sterling Augustine <saugustine@google.com>
3096
3097 * cli/cli-dump.c (dump_binary_file): Change parameter type to
3098 ULONGEST.
3099 (dump_bfd_file): Likewise.
3100
480a3f21
PW
31012011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3102
3103 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
3104 (remote_hw_watchpoint_length_limit): New variable.
3105 (_initialize_remote) add set,show cmds for this new variable.
3106 * gdb.texinfo: document these new commands.
3107 * NEWS: Mention these new commands.
3108
efa80663
PA
31092011-07-26 Pedro Alves <pedro@codesourcery.com>
3110
3111 * breakpoint.c (works_in_software_mode_watchpoint): Also return
3112 true for software watchpoints.
3113
dbdaa232 31142011-07-26 Joel Brobecker <brobecker@adacore.com>
3115
3116 GDB 7.3 released.
3117
cf2c3c16
TT
31182011-07-26 Tom Tromey <tromey@redhat.com>
3119
3120 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
3121 * dwarf2read.c (read_indirect_string_at_offset): New function.
3122 (read_indirect_string): Use it.
3123 (dwarf_decode_macro_bytes): New function, taken from
3124 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
3125 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
3126 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
3127 New functions.
3128 (struct dwarf2_per_objfile) <macro>: New field.
3129 (dwarf2_elf_names): Add .debug_macro.
3130 (dwarf2_macros_too_long_complaint): Add 'section' argument.
3131 (dwarf2_locate_sections): Handle new section.
3132 (read_file_scope): Handle DW_AT_GNU_macros.
3133 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
3134
1a532630
PP
31352011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3136
3137 * NEWS: Mention dcache configuration.
3138 * dcache.c (dcache_set_list, dcache_show_list): New variables.
3139 (dcache_size, dcache_line_size): New variables.
3140 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
3141 (struct dcache_block): Make it expandable.
3142 (struct dcache_struct): New field.
3143 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
3144 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
3145 (dcache_poke_byte, dcache_print_line): Adjust.
3146 (set_dcache_size, set_dcache_line_size): New functions.
3147 (set_dcache_command, show_dcache_command): New functions.
3148 (_initialize_dcache): Add new commands.
3149
2eff07b3
PP
31502011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3151
3152 * progspace.h (struct program_space): Add solib_add_generation.
3153 * infcmd.c (post_create_inferior): Only call solib_add if not
3154 already done.
3155 * solib.c (solib_add): Increment solib_add_generation.
3156
543305c9
JK
31572011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3158
3159 Fix implicit pointer offsets.
3160 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
3161 ptr.OFFSET.
3162
c0a91b2b
TT
31632011-07-25 Tom Tromey <tromey@redhat.com>
3164
3165 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
3166 const.
3167 (ada_exception_sal): Make 'ops' const.
3168 (ada_decode_exception_location): Likewise.
3169 (ada_decode_assert_location): Likewise.
3170 (catch_assert_command): Update.
3171 (catch_ada_exception_command): Update.
3172 (create_ada_exception_catchpoint): Make 'ops' const.
3173 * breakpoint.c (set_raw_breakpoint_without_location)
3174 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
3175 const.
3176 (create_internal_breakpoint): Update.
3177 (init_raw_breakpoint_without_location): Make 'ops' const.
3178 (init_raw_breakpoint, init_catchpoint)
3179 (create_fork_vfork_event_catchpoint)
3180 (create_syscall_event_catchpoint, init_breakpoint_sal)
3181 (create_breakpoint_sal, create_breakpoints_sal)
3182 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
3183 * breakpoint.h (struct breakpoint) <ops>: Now const.
3184 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
3185 const.
3186
6cb9b55b
PP
31872011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
3188
3189 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
3190
d9b3f62e
PA
31912011-07-25 Pedro Alves <pedro@codesourcery.com>
3192
3193 * breakpoint.h (print_recreate_thread): Declare.
3194 (struct breakpoint): Move step_count, pass_count,
3195 number_on_target, static_trace_marker_id,
3196 static_trace_marker_id_idx ...
3197 (struct tracepoint): ... to this new struct.
3198 (get_tracepoint, get_tracepoint_by_number_on_target)
3199 (get_tracepoint_by_number): Change return type to struct
3200 tracepoint pointer.
3201 * breakpoint.c (is_tracepoint_type): New, factored out from
3202 is_tracepoint.
3203 (is_tracepoint): Adjust.
3204 (print_one_breakpoint_location): Cast to struct tracepoint as
3205 necessary, and adjust.
3206 (print_recreate_catch_fork, print_recreate_catch_vfork)
3207 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
3208 print_recreate_thread.
3209 (init_breakpoint_sal): New, factored out from
3210 create_breakpoint_sal.
3211 (create_breakpoint_sal): Reimplement.
3212 (create_breakpoint): Allocate a struct tracecepoint if the caller
3213 wanted a tracepoint. Use init_breakpoint_sal and
3214 install_breakpoint.
3215 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
3216 (print_recreate_masked_watchpoint)
3217 (print_recreate_exception_catchpoint): Call print_recreate_thread.
3218 (tracepoint_print_one_detail): Adjust.
3219 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
3220 Dump the pass count here.
3221 (update_static_tracepoint): Adjust.
3222 (addr_string_to_sals): Adjust.
3223 (create_tracepoint_from_upload): Adjust. Change return type to
3224 struct tracepoint pointer.
3225 (trace_pass_set_count): Change parameter type to struct tracepoint
3226 pointer, and adjust.
3227 (trace_pass_command): Adjust.
3228 (get_tracepoint, get_tracepoint_by_number_on_target)
3229 (get_tracepoint_by_number): Change return type to struct
3230 tracepoint pointer, and adjust.
3231 (print_recreate_thread): New, factored out from save_breakpoints.
3232 (save_breakpoints): Don't print thread and task and passcount
3233 recreation here.
3234 * remote.c (remote_download_tracepoint): Adjust.
3235 * tracepoint.c (trace_actions_command, validate_actionline)
3236 (start_tracing, tfind_1, trace_find_tracepoint_command)
3237 (trace_dump_command): Adjust.
3238 (find_matching_tracepoint): Change return type to struct
3239 tracepoint pointer, and adjust.
3240 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
3241 (tfile_trace_find, tfile_fetch_registers): Adjust.
3242 * tracepoint.h (create_tracepoint_from_upload): Change return type
3243 to struct tracepoint pointer.
3244 * ada-lang.c (print_recreate_exception): Call
3245 print_recreate_thread.
3246 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
3247
3a5c3e22
PA
32482011-07-25 Pedro Alves <pedro@codesourcery.com>
3249
3250 * breakpoint.h (struct breakpoint): Move ops as first field. Move
3251 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
3252 cond_exp_valid_block, val, val_valid, watchpoint_frame,
3253 watchpoint_thread, watchpoint_triggered ...
3254 (struct watchpoint): ... to this new struct.
3255 (is_watchpoint): Declare.
3256 (install_breakpoint): Add new `internal' parameter.
3257 * breakpoint.c (is_watchpoint): Delete declaration.
3258 (set_breakpoint_condition): Handle watchpoints.
3259 (is_watchpoint): Make public.
3260 (watchpoint_in_thread_scope): Change parameter type to struct
3261 watchpoint.
3262 (watchpoint_del_at_next_stop): Change parameter type to struct
3263 watchpoint. Remove assertion. Adjust.
3264 (update_watchpoint): Ditto.
3265 (insert_breakpoints, breakpoint_init_inferior)
3266 (watchpoints_triggered, watchpoint_check)
3267 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
3268 (bpstat_stop_status, print_one_breakpoint_location)
3269 (print_one_breakpoint_location, watchpoint_locations_match): Cast
3270 to struct watchpoint as necessary, and adjust.
3271 (install_breakpoint): Add `internal' argument. If true, don't
3272 mention the new breakpoint. Use set_breakpoint_number.
3273 (create_fork_vfork_event_catchpoint)
3274 (create_syscall_event_catchpoint): Adjust.
3275 (dtor_watchpoint): New.
3276 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
3277 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
3278 (print_it_watchpoint, print_mention_watchpoint)
3279 (print_recreate_watchpoint, insert_masked_watchpoint)
3280 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
3281 (print_one_detail_masked_watchpoint)
3282 (print_mention_masked_watchpoint)
3283 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
3284 necessary, and adjust.
3285 (watch_command_1): Allocate and initialize a struct watchpoint
3286 instead of a struct breakpoint. Use install_breakpoint.
3287 (catch_exec_command_1): Adjust.
3288 (base_breakpoint_dtor): Delete accesses to watchpoint specific
3289 fields.
3290 (delete_breakpoint, enable_breakpoint_disp)
3291 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
3292 as necessary, and adjust.
3293 (initialize_breakpoint_ops): Install dtor_watchpoint as
3294 watchpoints' dtor method.
3295 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
3296 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
3297 to struct watchpoint as necessary, and adjust.
3298
2060206e
PA
32992011-07-25 Pedro Alves <pedro@codesourcery.com>
3300
3301 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
3302 the the base class ops table.
3303 (catch_exception_breakpoint_ops)
3304 (catch_exception_unhandled_breakpoint_ops)
3305 (catch_assert_breakpoint_ops): Don't statically initialize.
3306 (initialize_ada_catchpoint_ops): New.
3307 (_initialize_ada_language): Call it.
3308 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
3309 (bkpt_breakpoint_ops): Forward declare.
3310 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3311 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
3312 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3313 (masked_watchpoint_breakpoint_ops)
3314 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
3315 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
3316 base class ops table.
3317 (null_re_set, null_check_status, null_works_in_software_mode)
3318 (null_resources_needed, null_print_one_detail): Delete.
3319 (bkpt_dtor): Rename to ...
3320 (base_breakpoint_dtor): ... this. Make static.
3321 (bkpt_allocate_location): Rename to ...
3322 (base_breakpoint_allocate_location): ... this. Make static.
3323 (base_breakpoint_re_set): New.
3324 (internal_error_pure_virtual_called): New.
3325 (base_breakpoint_insert_location, base_breakpoint_remove_location)
3326 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
3327 (base_breakpoint_works_in_software_mode)
3328 (base_breakpoint_resources_needed, base_breakpoint_print_it)
3329 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
3330 (base_breakpoint_print_recreate): New functions.
3331 (base_breakpoint_ops): New global.
3332 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
3333 (bkpt_breakpoint_hit): Make static.
3334 (bkpt_check_status): Delete.
3335 (bkpt_resources_needed): Make static.
3336 (bkpt_works_in_software_mode): Delete.
3337 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
3338 static.
3339 (bkpt_breakpoint_ops, internal_breakpoint_ops)
3340 (momentary_breakpoint_ops): Don't statically initialize.
3341 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
3342 Delete.
3343 (tracepoint_insert_location, tracepoint_remove_location)
3344 (tracepoint_check_status, tracepoint_works_in_software_mode)
3345 (tracepoint_print_it): Delete.
3346 (tracepoint_breakpoint_ops): Don't statically initialize.
3347 (initialize_breakpoint_ops): New.
3348 (_initialize_breakpoint): Call it.
3349 * breakpoint.h (null_re_set, null_works_in_software_mode)
3350 (null_resources_needed, null_check_status, null_print_one_detail):
3351 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3352 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3353 (bkpt_check_status, bkpt_resources_needed)
3354 (bkpt_works_in_software_mode, bkpt_print_it)
3355 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
3356 Delete declarations.
3357 (initialize_breakpoint_ops): Declare.
3358
001c8c33
PA
33592011-07-25 Pedro Alves <pedro@codesourcery.com>
3360
3361 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
3362 (momentary_bkpt_print_it): Simplify.
3363
06edf0c0
PA
33642011-07-25 Pedro Alves <pedro@codesourcery.com>
3365
3366 Split internal, momentary and user breakpoints breakpoint_ops
3367 tables.
3368
3369 * breakpoint.c (internal_breakpoint_ops)
3370 (momentary_breakpoint_ops): Forward declare.
3371 (create_internal_breakpoint): Add new breakpoint_ops parameter.
3372 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
3373 (create_overlay_event_breakpoint)
3374 (create_std_terminate_master_breakpoint)
3375 (create_exception_master_breakpoint): Create breakpoints with
3376 internal_breakpoint_ops vtable.
3377 (set_longjmp_breakpoint): Create momentary breakpoints with
3378 momentary_breakpoint_ops vtable, using
3379 momentary_breakpoint_from_master.
3380 (create_thread_event_breakpoint, create_jit_event_breakpoint)
3381 (create_solib_event_breakpoint): Create breakpoints with
3382 internal_breakpoint_ops vtable.
3383 (set_momentary_breakpoint): Create breakpoints with
3384 momentary_breakpoint_ops vtable.
3385 (momentary_breakpoint_from_master): New, factored out from
3386 clone_momentary_breakpoint.
3387 (clone_momentary_breakpoint): Adjust.
3388 (watch_command_1): Create scope breakpoints with
3389 momentary_breakpoint_ops vtable.
3390 (bkpt_re_set): Remove handling of internal and momentary
3391 breakpoints.
3392 (bkpt_print_mention, bkpt_print_recreate): New.
3393 (bkpt_breakpoint_ops): Adjust.
3394 (internal_bkpt_re_set, internal_bkpt_check_status)
3395 (internal_bkpt_print_it, internal_bkpt_print_mention)
3396 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
3397 (momentary_bkpt_re_set, momentary_bkpt_check_status)
3398 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
3399 (momentary_bkpt_print_recreate): New.
3400 (momentary_breakpoint_ops): New.
3401
348d480f
PA
34022011-07-25 Pedro Alves <pedro@codesourcery.com>
3403
3404 Implement most breakpoint_ops methods for all breakpoint types,
3405 and move the default handlings to the proper callbacks.
3406
3407 * breakpoint.c (update_watchpoint): Always call the breakpoint's
3408 works_in_software_mode method.
3409 (insert_bp_location): Go through breakpoint_ops->insert_location
3410 for software and hardware watchpoints.
3411 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
3412 breakpoint_ops.
3413 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
3414 for software and hardware watchpoints.
3415 (print_it_typical): Delete.
3416 (print_bp_stop_message): Always call the breakpoint_ops->print_it
3417 method.
3418 (watchpoint_check): Adjust comment.
3419 (bpstat_check_location): Simply always call the breakpoint's
3420 breakpoint_hit method.
3421 (bpstat_stop_status): Always call the breakpoint's check_status
3422 method. Remove special cases for watchpoints and internal event
3423 breakpoints from here (moved to the check_status implementations).
3424 (print_one_breakpoint_location): Assume b->ops is never NULL.
3425 Remove static tracepoint marker id printing from here (moved to
3426 the print_one_detail callback implementation of tracepoints).
3427 (init_bp_location): Assert OPS is never NULL.
3428 (allocate_bp_location): Always call the breakpoint's
3429 allocate_location method, and remove the default code from here.
3430 (free_bp_location): Always call the location's dtor method, and
3431 remove the default code from here.
3432 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
3433 (set_raw_breakpoint_without_location): Add new breakpoint_ops
3434 parameter. Pass it down.
3435 (set_raw_breakpoint): Ditto.
3436 (print_it_catch_fork): Adjust to take a bpstat as argument.
3437 (catch_fork_breakpoint_ops): Install methods.
3438 (print_it_catch_vfork): Adjust to take a bpstat as argument.
3439 (catch_vfork_breakpoint_ops): Install methods.
3440 (dtor_catch_syscall): Call the base dtor.
3441 (print_it_catch_syscall): Adjust to take a bpstat as argument.
3442 (catch_syscall_breakpoint_ops): Install methods.
3443 (dtor_catch_exec): Call the base dtor.
3444 (print_it_catch_exec): Adjust to take a bpstat as argument.
3445 (catch_exec_breakpoint_ops): Install methods.
3446 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
3447 the breakpoint's resources_needed method, and remove the default
3448 code from here.
3449 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
3450 breakpoint_ops.
3451 (clone_momentary_breakpoint): Clone the original's ops.
3452 (mention): Always call the breakpoint's print_mention method, and
3453 remove the default code from here.
3454 (create_breakpoint_sal): Adjust to pass the ops to
3455 set_raw_breakpoint rather than setting it manually.
3456 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
3457 ops to set_raw_breakpoint_without_location rather than setting it
3458 manually.
3459 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
3460 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
3461 (ranged_breakpoint_ops): Install methods.
3462 (break_range_command): Adjust to pass the ops to
3463 set_raw_breakpoint rather than setting it manually.
3464 (re_set_watchpoint, breakpoint_hit_watchpoint)
3465 (check_status_watchpoint, resources_needed_watchpoint)
3466 (works_in_software_mode_watchpoint, print_it_watchpoint)
3467 (print_mention_watchpoint, print_recreate_watchpoint): New
3468 functions.
3469 (watchpoint_breakpoint_ops): Install new methods.
3470 (print_it_masked_watchpoint): New function.
3471 (masked_watchpoint_breakpoint_ops): Install new methods.
3472 (watch_command_1): Adjust to pass the right breakpoint_ops to
3473 set_raw_breakpoint_without_location rather than setting it
3474 manually later. Record the current pspace.
3475 (print_it_exception_catchpoint): Adjust to take a bpstat as
3476 argument.
3477 (gnu_v3_exception_catchpoint_ops): Install new methods.
3478 (say_where): New function.
3479 (null_re_set, null_check_status, null_works_in_software_mode)
3480 (null_resources_needed, null_print_one_detail, bp_location_dtor):
3481 New functions.
3482 (bp_location_ops): New global.
3483 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3484 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3485 (bkpt_check_status, bkpt_resources_needed)
3486 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
3487 (bkpt_print_recreate): New functions.
3488 (bkpt_breakpoint_ops): New global.
3489 (tracepoint_re_set, tracepoint_insert_location)
3490 (tracepoint_remove_location, tracepoint_breakpoint_hit)
3491 (tracepoint_check_status, tracepoint_works_in_software_mode)
3492 (tracepoint_print_it, tracepoint_print_one_detail)
3493 (tracepoint_print_mention, tracepoint_print_recreate): New
3494 functions.
3495 (tracepoint_breakpoint_ops): New global.
3496 (delete_breakpoint): Always call the breakpoint's dtor method, and
3497 remove the default handling from here.
3498 (breakpoint_re_set_default): Make static.
3499 (breakpoint_re_set_one): Always call the breakpoints re_set
3500 method, and remove the default handling from here.
3501 (trace_command, ftrace_command, strace_command)
3502 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
3503 to create_breakpoint.
3504 (save_breakpoints): Always call the breakpoint's print_recreate
3505 method, and remove the default handling from here.
3506
3507 * ada-lang.c (dtor_exception): Call the base dtor.
3508 (re_set_exception): Call the base method.
3509 (print_it_exception, print_it_catch_exception): Adjust to take a
3510 bpstat as argument.
3511 (catch_exception_breakpoint_ops): Install methods.
3512 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
3513 argument.
3514 (catch_exception_unhandled_breakpoint_ops): Install methods.
3515 (print_it_catch_assert): Adjust to take a bpstat as argument.
3516 (catch_assert_breakpoint_ops): Install methods.
3517
3518 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
3519 to take a bpstat as argument.
3520 (enum print_stop_action): Add describing comments to each enum
3521 value.
3522 (breakpoint_re_set_default): Delete declaration.
3523 (null_re_set, null_works_in_software_mode, null_resources_needed)
3524 (null_check_status, null_print_one_detail): Declare.
3525 (bkpt_breakpoint_ops): Declare.
3526 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3527 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3528 (bkpt_check_status, bkpt_resources_needed)
3529 (bkpt_works_in_software_mode, bkpt_print_it)
3530 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
3531 Declare.
3532
3533 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
3534 bkpt_breakpoint_ops.
3535 * python/py-breakpoint.c (bppy_init): Ditto.
3536
be8f8133
PW
35372011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3538
3539 * MAINTAINERS (Write After Approval): Add myself to the list.
3540
3807f613
PP
35412011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3542
3543 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
3544
1ced966e
PA
35452011-07-22 Pedro Alves <pedro@codesourcery.com>
3546
3547 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
3548 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
3549 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
3550 adjust.
3551 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
3552 (struct i386_debug_reg_state): New.
3553 (i386_init_dregs): New.
3554 (dr_mirror): New.
3555 (i386_cleanup_dregs): Use i386_init_dregs.
3556 (i386_show_dr): Add state parameter and adjust.
3557 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
3558 the inferior here.
3559 (i386_remove_aligned_watchpoint): Likewise.
3560 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
3561 (i386_update_inferior_debug_regs): New.
3562 (i386_insert_watchpoint): Work on a local mirror of the debug
3563 registers, and only update the inferior on success.
3564 (i386_remove_watchpoint): Ditto.
3565 (i386_region_ok_for_watchpoint): Adjust.
3566 (i386_stopped_data_address): Adjust.
3567 (i386_insert_hw_breakpoint): Adjust.
3568 (i386_remove_hw_breakpoint): Adjust.
3569
3543a589
TT
35702011-07-22 Tom Tromey <tromey@redhat.com>
3571
3572 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
3573 from amd64_pseudo_register_read. Change arguments. Call
3574 mark_value_bytes_unavailable when needed.
3575 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
3576 set_gdbarch_pseudo_register_read.
3577 * sentinel-frame.c (sentinel_frame_prev_register): Use
3578 regcache_cooked_read_value.
3579 * regcache.h (regcache_cooked_read_value): Declare.
3580 * regcache.c (regcache_cooked_read_value): New function.
3581 (regcache_cooked_read): Call
3582 gdbarch_pseudo_register_read_value if available.
3583 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
3584 (i386_pseudo_register_read): Remove.
3585 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
3586 i386_pseudo_register_read. Change arguments. Call
3587 mark_value_bytes_unavailable when needed.
3588 (i386_pseudo_register_read_value): New function.
3589 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
3590 not set_gdbarch_pseudo_register_read.
3591 * gdbarch.sh (pseudo_register_read_value): New method.
3592 * gdbarch.c, gdbarch.h: Rebuild.
3593 * findvar.c (value_from_register): Call get_frame_register_value.
3594
95298e72
PM
35952011-07-22 Phil Muldoon <pmuldoon@redhat.com>
3596
3597 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
3598 get_prefix.
3599 (display_gdb_prompt): Likewise.
3600 (change_annotation_level): Likewise.
3601 (push_prompt): Likewise.
3602 (pop_prompt): Likewise.
3603 (handle_stop_sig): Use get_prompt with a level.
3604 * top.c (command_loop): Use get_prompt with a level.
3605 (set_async_annotation_level): Use set_prompt with a level.
3606 (get_prefix): New function.
3607 (set_prefix): Ditto.
3608 (set_suffix): Ditto.
3609 (get_suffix): Ditto.
3610 (get_prompt): Accept a level argument.
3611 (set_prompt): Accept a level argument. Free old prompts. Set
3612 new_async_prompt if level is 0.
3613 (init_main): Use set_prompt with a level. Do not set
3614 new_async_prompt.
3615 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
3616 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
3617 Modify set_prompt, get_prompt to account for levels.
3618 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
3619 level.
3620 * python/python.c (before_prompt_hook): Use set_prompt.
3621
d26e3629
KY
36222011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
3623
3624 * defs.h: Add guard against inclusion in gdbserver.
3625 (struct ptid, ptid_t): Move to common/ptid.h.
3626 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
3627 xsnprintf, internal_error): Move to common/common-utils.h.
3628 (nomem): Delete.
3629 * gdb_assert.h: Move into common/ sub-directory.
3630 * gdb_locale.h: Ditto.
3631 * gdb_dirent.h: Ditto.
3632 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
3633 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
3634 Move into common/ptid.h.
3635 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
3636 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
3637 Change nomem to malloc_failure.
3638 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
3639 * utils.c (nomem): Rename to malloc_failure.
3640 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
3641 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
3642 (gdb_buildargv): Change nomem to malloc_failure.
3643 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
3644 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
3645 ptid_is_pid): Move into common/ptid.c.
3646 (initialize_infrun): Delete initialization of null_ptid and
3647 minus_one_ptid.
3648 * linux-nat.c (linux_nat_xfer_osdata): Defer to
3649 linux_common_xfer_osdata.
3650 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
3651 common/ptid.c and common/buffer.c.
3652 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
3653 common/ptid.h, common/buffer.h and common/linux-osdata.h.
3654 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
3655 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
3656 rules.
3657 * common/gdb_assert.h: New.
3658 * common/gdb_dirent.h: New.
3659 * common/gdb_locale.h: New.
3660 * common/buffer.c: New.
3661 * common/buffer.h: New.
3662 * common/ptid.c: New.
3663 * common/ptid.h: New.
3664 * common/xml-utils.c: New.
3665 * common/xml-utils.h: New.
3666 * common/common-utils.c: New.
3667 * common/common-utils.h: New.
3668 * common/linux-osdata.c: New.
3669 * common/linux-osdata.h: New.
3670 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
3671 * config/arm/linux.mh (NATDEPFILES): Ditto.
3672 * config/i386/linux.mh (NATDEPFILES): Ditto.
3673 * config/i386/linux64.mh (NATDEPFILES): Ditto.
3674 * config/ia64/linux.mh (NATDEPFILES): Ditto.
3675 * config/m32r/linux.mh (NATDEPFILES): Ditto.
3676 * config/m68k/linux.mh (NATDEPFILES): Ditto.
3677 * config/mips/linux.mh (NATDEPFILES): Ditto.
3678 * config/pa/linux.mh (NATDEPFILES): Ditto.
3679 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
3680 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
3681 * config/s390/s390.mh (NATDEPFILES): Ditto.
3682 * config/sparc/linux.mh (NATDEPFILES): Ditto.
3683 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
3684 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
3685
edc84990 36862011-07-21 Matt Rice <ratmice@gmail.com>
3687
3688 * NEWS: Add info macros and info definitions commands.
3689
3a7bf607
PM
36902011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3691
3692 * NEWS: Document Python prompt substitution hook.
3693
9b158ba0 36942011-07-18 Matt Rice <ratmice@gmail.com>
3695
3696 PR macros/12999
3697 * macrotab.h (macro_callback_fn): Add new arguments to callback.
3698 * macrotab.c (foreach_macro): Ditto.
3699 (foreach_macro_in_scope): Ditto.
3700 * macrocmd.c (print_macro_callback): New function.
3701 (info_macro_command): Move some code to print_macro_definition.
3702 (print_macro_definition): New function.
3703 (print_one_macro): Add new arguments to callback.
3704 (info_definitions_command): New function.
3705 (info_macros_command): Ditto.
3706 (_initialize_macrocmd): Add info macros and info definitions commands.
3707 * symtab.c (add_macro_name): Add new arguments to callback.
3708
d17b6f81
PM
37092011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3710 Tom Tromey <tromey@redhat.com>
3711
3712 * top.c (set_prompt): Rewrite to free previous prompt, free
3713 asynch_new_prompt and set both on new prompts.
3714 * event-top.c (display_gdb_prompt): Add prompt substitution
3715 logic.
3716 * python/python.c (before_prompt_hook): New function.
3717
1364323a 37182011-07-20 Matt Rice <ratmice@gmail.com>
3719
3720 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
3721 arguments to store_unsigned_integer.
3722
8b70b953
TT
37232011-07-20 Tom Tromey <tromey@redhat.com>
3724
6c83ed52
TT
3725 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
3726 in some declaration-only cases.
3727
37282011-07-18 Tom Tromey <tromey@redhat.com>
3729
8b70b953
TT
3730 PR symtab/12984:
3731 * dwarf2read.c (dwarf2_section_info_def): New typedef.
3732 (struct dwarf2_per_objfile) <types>: Change to a VEC.
3733 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
3734 <debug_type_section>: New field.
3735 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
3736 (load_cu): Use appropriate section.
3737 (create_signatured_type_table_from_index): Add 'section'
3738 argument.
3739 (dwarf2_read_index): Only allow a single .debug_types section.
3740 (dw2_get_file_names): Use appropriate section.
3741 (read_type_comp_unit_head): Add 'section' argument.
3742 (create_debug_types_hash_table): Loop over all .debug_types
3743 sections.
3744 (init_cu_die_reader): Use appropriate section.
3745 (process_psymtab_comp_unit, load_partial_comp_unit)
3746 (load_full_comp_unit, read_die_and_children, find_partial_die)
3747 (lookup_die_type, determine_prefix, follow_die_offset): Update.
3748 (lookup_signatured_type_at_offset): Add 'section' argument.
3749 (read_signatured_type_at_offset): Add 'sect' argument.
3750 (read_signatured_type): Use appropriate section.
3751 (set_die_type, get_die_type_at_offset): Update.
3752 (dwarf2_per_objfile_free): Free all .debug_types sections, and
3753 VEC.
3754 (write_psymtabs_to_index): Don't allow index with more than one
3755 .debug_types section.
3756
918dd910
JK
37572011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3758
3759 Fix crash if referenced CU is aged out.
3760 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
3761 xfree of block.data.
3762 (indirect_pieced_value): New variable back_to, use to for xfree of
3763 baton.data.
3764 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
3765 block.data.
3766 * dwarf2read.c (dwarf2_find_base_address): New prototype.
3767 (load_cu): New function from ...
3768 (dw2_do_instantiate_symtab): ... the code here ...
3769 (process_full_comp_unit): ... and here.
3770 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
3771 retval.data.
3772
0e37a63c
JK
37732011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3774
3775 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
3776 type.
3777
7e324e48
GB
37782011-07-19 Gary Benson <gbenson@redhat.com>
3779
3780 * infrun.c (struct execution_control_state): New member
3781 stop_func_filled_in.
3782 (clear_stop_func, fill_in_stop_func): New functions.
3783 (handle_inferior_event): Call clear_stop_func rather than
3784 manipulating the execution control state directly.
3785 Call fill_in_stop_func lazily as required rather than
3786 directly calling find_pc_partial_function in all cases.
3787
d48323d8
TT
37882011-07-18 Tom Tromey <tromey@redhat.com>
3789
3790 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
3791 checking for variable-sized array.
3792
40591b7d
JCD
37932011-07-18 Jean-Charles Delay <delay@adacore.com>
3794
3795 * varobj.h (varobj_languages): Add vlang_ada definition to the list
3796 of supported languages.
3797 * varobj.c: Add top definitions and basic implementation of the
3798 following callbacks: ada_number_of_children, ada_name_of_variable,
3799 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
3800 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
3801 (languages): Register Ada-specific callbacks.
3802 (variable_language): Add the Ada case in the language setter switch.
3803
2e424e08
JK
38042011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3805
3806 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
3807
9e8b7a03
JK
38082011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3809
3810 Code cleanup.
3811 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
3812 (execute_stack_op): Use dwarf2_frame_ctx_funcs
3813 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
3814 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
3815 get_frame_cfa, get_tls_address and dwarf_call via funcs.
3816 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
3817 (struct dwarf_expr_context_funcs): New, move here methods from ...
3818 (struct dwarf_expr_context): ... here. New fields funcs.
3819 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
3820 (dwarf_expr_ctx_funcs): New.
3821 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
3822 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
3823 (needs_frame_ctx_funcs): New.
3824 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
3825
2b1260ab
FM
38262011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
3827
3828 * MAINTAINERS (Write After Approval): Add myself to the list.
3829
8bd90839
FM
38302011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
3831
3832 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
3833 that CIE pointer of an FDE really points to a CIE .
3834
953b98d1
HZ
38352011-07-15 Hui Zhu <teawater@gmail.com>
3836
3837 * remote.c (remote_get_trace_status): Add comments.
3838
c8f2448a
JK
38392011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 Code cleanup - constify struct lval_funcs.
3842 * dwarf2loc.c (pieced_value_funcs): Make it const.
3843 * infrun.c (siginfo_value_funcs): Likewise.
3844 * opencl-lang.c (opencl_value_funcs): Likewise.
3845 * valops.c (value_assign, value_ind): Make the funcs variable const.
3846 * value.c (struct value): Make location.computed.funcs target const.
3847 Rearrange the comments.
3848 (allocate_computed_value): Make the funcs parameter target const.
3849 (value_computed_funcs): Return the funcs target const.
3850 (value_free, value_copy, set_value_component_location): Make the funcs
3851 variable const.
3852 * value.h (allocate_computed_value): Make the funcs parameter target
3853 const.
3854 (value_computed_funcs): Return the funcs target const.
3855 * windows-tdep.c (tlb_value_funcs): Make it const.
3856
f652de6f
HZ
38572011-07-14 Hui Zhu <teawater@gmail.com>
3858
3859 * remote.c (remote_get_trace_status): Initialize p.
3860
67f41397
JK
38612011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3862
3863 Work around kgdb.
3864 * remote.c (remote_get_trace_status): New variable ex. Put
3865 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
3866
d1b66e6d
TT
38672011-07-13 Tom Tromey <tromey@redhat.com>
3868
3869 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
3870 value_from_contents for final conversion.
3871
1632a688
JK
38722011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3873
3874 Code cleanup.
3875 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
3876 Indent prototypes so they do not get into tags.
3877
a7035dbb
JK
38782011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 Code cleanup making also optimized out values lazy.
3881 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
3882 allocate_optimized_out_value. Twice.
3883 (loclist_read_variable) Use allocate_optimized_out_value. Once.
3884 * findvar.c (read_var_value): Likewise.
3885 * value.c (allocate_optimized_out_value): New function.
3886 * value.h (allocate_optimized_out_value): New declaration.
3887
d07ed419
JK
38882011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3889
3890 Fix occasional crash of CTRL-C during DWARF read in.
3891 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
3892
86d31898
TT
38932011-07-11 Tom Tromey <tromey@redhat.com>
3894
3895 * regcache.c (struct regcache_descr): Fix typo.
3896 * i387-tdep.c (i387_supply_xsave): Fix typo.
3897
2ab95328
TT
38982011-07-11 Tom Tromey <tromey@redhat.com>
3899
3900 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
3901 (read_file_scope, read_type_unit_scope): Use it.
3902
04ad99e6
JK
39032011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
3906 `int'.
3907
713389e0
PM
39082011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3909
3910 PR python/12438
3911 * python/python.c: Set gdbpy_should_print_stack default to off.
3912 (set_python): Deprecate maint set python print-stack to
3913 class_deprecate.
3914 (_initialize_python): Deprecate maint set/show python print-stack.
3915 Add new prefix command, python. Add new setting, print-backtrace.
3916 * NEWS: Document set python print-stack. Document default change.
3917
754eadd1
PM
39182011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3919
3920 * python/py-inferior.c (infpy_dealloc): New function.
3921 (inferior_to_inferior_object): Return a new object, or a
3922 new reference to the existing object.
3923 (find_thread_object): Cleanup references to inferior.
3924 (delete_thread_object): Ditto.
3925 * python/py-infthread.c (create_thread_object): Do not increment
3926 inferior reference count.
3927
5e44ecb3
TT
39282011-07-08 Tom Tromey <tromey@redhat.com>
3929
3930 * dwarf2loc.c (locexpr_regname): New function.
3931 (locexpr_describe_location_piece): Use it.
3932 (disassemble_dwarf_expression): Add per_cu argument. Use
3933 locexpr_regname.
3934 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
3935 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
3936 New cases.
3937 (locexpr_describe_location_1): Add per_cu argument.
3938 (locexpr_describe_location): Update.
3939 (loclist_describe_location): Update.
3940
e0e9434c
TT
39412011-07-08 Tom Tromey <tromey@redhat.com>
3942
3943 * dwarf2expr.c (execute_stack_op): Add QUIT.
3944
26afc0d7
HZ
39452011-07-07 Hui Zhu <teawater@gmail.com>
3946
3947 Revert:
3948 2011-07-06 Hui Zhu <teawater@gmail.com>
3949 * remote.c (remote_start_remote): Add TRY_CATCH for
3950 remote_get_trace_status.
3951 * tracepoint.c (disconnect_tracing): Ditto.
3952
a40a111f
AB
39532011-07-07 Andrew Burgess <aburgess@broadcom.com>
3954
3955 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
3956 variables as signed, not unsigned.
3957
e2bd3b15
JB
39582011-07-06 Joel Brobecker <brobecker@adacore.com>
3959
3960 * jit.c (jit_inferior_init): Reformat forward declaration.
3961
e3d961fe 39622011-07-06 Matt Rice <ratmice@gmail.com>
3963
3964 * MAINTAINERS (Write After Approval): Add myself to the list.
3965
0f3428f0
HZ
39662011-07-06 Hui Zhu <teawater@gmail.com>
3967
3968 * remote.c (remote_start_remote): Add TRY_CATCH for
3969 remote_get_trace_status.
3970 * tracepoint.c (disconnect_tracing): Ditto.
3971
fc9f3a69
TT
39722011-07-05 Tom Tromey <tromey@redhat.com>
3973
3974 * symtab.c (operator_chars): Now static.
3975 * linespec.c (operator_chars): Don't declare.
3976
26e519b9
TJB
39772011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3978
3979 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
3980
eb2a6f42
TT
39812011-07-05 Tom Tromey <tromey@redhat.com>
3982
3983 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
3984 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
3985 (TYPE_CPLUS_REALLY_JAVA): New macro.
3986 * dwarf2read.c (process_structure_scope): Set
3987 TYPE_CPLUS_REALLY_JAVA.
3988
21083d0f 39892011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
177b42fe
TJB
3990
3991 * ada-lang.c: Fix typos.
3992 * amd64-tdep.c: Likewise.
3993 * breakpoint.c: Likewise.
3994 * cli/cli-decode.c: Likewise.
3995 * findcmd.c: Likewise.
3996 * inline-frame.c: Likewise.
3997 * mi/mi-main.c: Likewise.
3998 * minsyms.c: Likewise.
3999 * monitor.c: Likewise.
4000 * monitor.h: Likewise.
4001 * prologue-value.c: Likewise.
4002 * reverse.c: Likewise.
4003 * s390-tdep.c: Likewise.
4004
3b2a0cf2
JB
40052011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4006
4007 * jit.c (jit_inferior_init): Forward declare.
4008 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
4009
efae1d92
JB
40102011-07-04 Joel Brobecker <brobecker@adacore.com>
4011
4012 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
4013
6040a59d
JB
40142011-07-04 Tristan Gingold <gingold@adacore.com>
4015
4016 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
4017 (tcb_fieldno): Add activation_link field.
4018 (get_known_tasks_addr): Moved and rewritten.
4019 (get_tcb_types_info): Set activation_link field.
4020 (read_known_tasks_array): Add parameter. Rewritten.
4021 (read_known_tasks_list): New function.
4022 (read_known_tasks): New function.
4023 (ada_build_task_list): Call read_known_tasks instead of
4024 read_known_tasks_array.
4025 * ravenscar-thread.c: Add first_task_name constant.
4026 (has_ravenscar_runtime): Check for task list too.
4027
cb741e45
JB
40282011-07-04 Tristan Gingold <gingold@adacore.com>
4029
4030 * ada-tasks.c: Renames fieldno to actb_fieldno.
4031 (ada_get_task_number): Indentation.
4032 (get_tcb_types_info): Remove all parameters. Write directly
4033 the globals.
4034 (ptid_from_atcb_common): Adjust.
4035 (read_atcb): Adjust.
4036
7475b06c
TJB
40372011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4038
4039 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
4040
15230f37
TJB
40412011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4042
4043 * ui-out.c (ui_out_field_core_addr): Mention that the function
4044 description is in the header file.
4045 * ui-out.h (ui_out_field_core_addr): Document function.
4046
65743aba
TJB
40472011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4048
4049 * ui-out.c (ui_out_get_field_separator): Remove unused function.
4050 * ui-out.h (ui_out_get_field_separator): Remove prototype.
4051
c37a5aab
TJB
40522011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4053
4054 * symtab.c (expand_line_sal): Remove empty line.
4055
59adf69e
TS
40562011-07-04 Thomas Schwinge <thomas@schwinge.name>
4057
4058 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
4059 same way as ELFOSABI_NONE.
4060 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
4061
e5dd4106
TJB
40622011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4063
4064 * breakpoint.c: Fix typos in comments.
4065 * linespec.c: Likewise.
4066 * symtab.c: Likewise.
4067
d40102a1
JB
40682011-07-04 Joel Brobecker <brobecker@adacore.com>
4069
4070 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
4071 section in separate object files.
4072
2f741504
JK
40732011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 Fix false GCC warning.
4076 * linespec.c (decode_line_1): Initialize values.
4077
418c7cf7
JK
40782011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4079
4080 * linespec.c (find_method): Accept the function type automatically only
4081 if it was specified with parameter types.
4082
3d50dd94
JK
40832011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 Stop on first linespec terminator instead of eating what we can.
4086 * linespec.c (is_linespec_boundary): New function.
4087 (name_end): Remove function.
4088 (keep_name_info): New parameter on_boundary, replace the body.
4089 (decode_line_1): Provide the parameter to keep_name_info.
4090 (decode_compound): Likewise. Drop the trailing java return type
4091 handling. Twice.
4092
dcf9f4ab
JK
40932011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 Fall back linespec to minimal symbols.
4096 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
4097 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
4098 (find_method, symbol_found): Change error to cplusplus_error.
4099
3f542ed1
JK
41002011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4101
bc68c4e5 4102 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3f542ed1 4103
900e11f9
JK
41042011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4105 Tom Tromey <tromey@redhat.com>
4106
4107 * dwarf2read.c (check_physname): New variable.
4108 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
4109 (show_check_physname): New function.
4110 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
4111
2301925d
JB
41122011-07-01 Joel Brobecker <brobecker@adacore.com>
4113
4114 * machoread.c (macho_symfile_read): Delete OBE comment.
4115
38947cca
JB
41162011-07-01 Joel Brobecker <brobecker@adacore.com>
4117
4118 * machoread.c (struct macho_oso_data): Delete.
4119 (current_oso): Delete.
4120 (macho_relocate_common_syms): New function, mostly extracted
4121 out of
4122 (macho_add_oso_symfile): Call macho_relocate_common_syms.
4123 Remove code that sets and unset current_oso.
4124 (macho_symfile_relocate): Delete handling of common symbols,
4125 now moved to macho_relocate_common_syms.
4126
a7aa0d73
JB
41272011-07-01 Joel Brobecker <brobecker@adacore.com>
4128
4129 * darwin-nat.c (darwin_ptrace): Add documentation.
4130 Set errno to zero before calling ptrace. If ptrace returns
4131 -1 and errno is zero, then change then return zero.
4132 (darwin_kill_inferior): Issue a warning instead of triggering
4133 a failed assertion when the PT_KILL ptrace operations returned
4134 nonzero.
4135
5e9bc145
JB
41362011-07-01 Joel Brobecker <brobecker@adacore.com>
4137
4138 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
4139 only when inf->private->no_ptrace.
4140
00eb2c4a
JB
41412011-07-01 Joel Brobecker <brobecker@adacore.com>
4142
4143 * ada-lang.c (print_it_exception): Print temporary catchpoints
4144 as "Temporary catchpoint".
4145 (print_mention_exception): Likewise.
4146
127c81bc
TT
41472011-07-01 Tom Tromey <tromey@redhat.com>
4148
4149 * jv-lang.c (java_language_defn): Use java_printchar,
4150 java_printstr.
4151 (java_get_encoding): New function.
4152 (java_emit_char): Use generic_emit_char.
4153 (java_printchar): New function.
4154 (java_printstr): Likewise.
4155
25552254
JB
41562011-07-01 Joel Brobecker <brobecker@adacore.com>
4157
4158 * ada-typeprint.c (print_record_type): If unable to decode
4159 the name of the parent type, use the encoded name.
4160
d2d43431
JB
41612011-07-01 Jean-Charles Delay <delay@adacore.com>
4162
4163 * ada-typeprint.c (ada_print_type): Fix both PAD type and
4164 pointer to constrained packed array type output.
4165 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
4166 packed array output.
4167
54ae186f
JB
41682011-07-01 Jean-Charles Delay <delay@adacore.com>
4169
4170 * ada-typeprint.c (print_array_type): removed if condition on show
4171 being negative for bounds printing.
4172
8f17729f
JB
41732011-07-01 Joel Brobecker <brobecker@adacore.com>
4174
4175 * ada-lang.c (ada_identical_enum_types_p): New function.
4176 (symbols_are_identical_enums): New function.
4177 (remove_extra_symbols): Do nothing if NSYMS < 2.
4178 Use symbols_are_identical_enums.
4179
f5aa6869
JB
41802011-07-01 Joel Brobecker <brobecker@adacore.com>
4181
4182 * ada-valprint.c (ada_value_print): Handle typedefs.
4183
8f465ea7
JB
41842011-07-01 Joel Brobecker <brobecker@adacore.com>
4185
4186 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
4187
828292f2
JB
41882011-07-01 Eric Botcazou <ebotcazou@adacore.com>
4189
4190 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
4191 (decode_constrained_packed_array): Likewise.
4192 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
4193
18920c42
JB
41942011-07-01 Joel Brobecker <brobecker@adacore.com>
4195
4196 * ada-exp.y (convert_char_literal): Handle typedef types.
4197
c90092fe
JB
41982011-07-01 Joel Brobecker <brobecker@adacore.com>
4199
4200 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
4201
f748fb40
TT
42022011-06-30 Tom Tromey <tromey@redhat.com>
4203
4204 * varobj.c (varobj_create): Call do_cleanups on early exit path.
4205 * valops.c (find_overload_match): Call do_cleanups on early exit
4206 path.
4207 * solib.c (solib_find): Call do_cleanups on early exit path.
4208
3bb47e8b
TT
42092011-06-30 Tom Tromey <tromey@redhat.com>
4210
4211 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
4212 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
4213 return paths. Defer final do_cleanups until last return.
4214 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
4215 early return.
4216
4727bad3
TT
42172011-06-30 Tom Tromey <tromey@redhat.com>
4218
4219 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
4220
bb361dbf
AB
42212011-06-30 Andrew Burgess <aburgess@broadcom.com>
4222
4223 * MAINTAINERS (Write After Approval): Add myself to the list.
4224
e0d00bc7
JK
42252011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4226
4227 Disable epilogue unwinders on recent GCCs.
4228 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
4229 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4230 * dwarf2read.c (process_full_comp_unit): Initialize
4231 EPILOGUE_UNWIND_VALID.
4232 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
4233 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4234 * symtab.h (struct symtab): New field epilogue_unwind_valid.
4235
4632c0d0
JK
42362011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4237
4238 Code cleanup - reformatting.
4239 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
4240 (producer_is_gcc_ge_4): ... here, change the return value.
4241 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
4242 interpretation.
4243
32019081
JK
42442011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4245
4246 Fix non-only rename list for Fortran modules import.
4247 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
4248 cp_add_using_directive caller.
4249 (cp_add_using_directive): New parameter excludes, describe it. New
4250 variables ix and param. Compare if also excludes match. Allocate NEW
4251 with variable size, initialize EXCLUDES there.
4252 (cp_lookup_symbol_imports): New variable excludep, test
4253 current->EXCLUDES with it.
4254 * cp-support.h: Include vec.h.
4255 (struct using_direct): New field excludes, describe it.
4256 (DEF_VEC_P (const_char_ptr)): New.
4257 (cp_add_using_directive): New parameter excludes.
4258 * defs.h (const_char_ptr): New typedef.
4259 * dwarf2read.c (read_import_statement): New variables child_die,
4260 excludes and cleanups, read in excludes.
4261 (read_namespace): Adjust the cp_add_using_directive caller.
4262
70c622a3
JK
42632011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4264
4265 Code cleanup.
4266 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
4267 negative comparisons.
4268
39c4d40a
TT
42692011-06-29 André Pönitz <andre.poenitz@nokia.com>
4270
4271 * mi/mi-main.c (mi_cmd_list_features): Emit
4272 breakpoint-notifications.
4273
3b2b8fea
TT
42742011-06-29 Tom Tromey <tromey@redhat.com>
4275
4276 PR fortran/10036:
4277 * valprint.h (generic_emit_char, generic_printstr): Declare.
4278 * valprint.c (wchar_printable, append_string_as_wide)
4279 (print_wchar): Move from c-lang.c.
4280 (generic_emit_char): New function; mostly taken from c_emit_char.
4281 (generic_printstr): New function; mostly taken from c_printstr.
4282 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
4283 represented as arrays.
4284 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
4285 type.
4286 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
4287 identically to TYPE_CODE_INT.
4288 * f-lang.c (f_get_encoding): New function.
4289 (f_emit_char): Use generic_emit_char.
4290 (f_printchar): Replace comment.
4291 (f_printstr): Use generic_printstr.
4292 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
4293 "character" types specially.
4294 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
4295 for Fortran.
4296 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
4297 Move to valprint.c
4298 (c_emit_char): Call generic_emit_char.
4299 (c_printstr): Call generic_printstr.
4300
168e6d44
GB
43012011-06-29 Gary Benson <gbenson@redhat.com>
4302
4303 * breakpoint.c (bpstat_what): Removed duplicated case.
4304
1c033f8c
TT
43052011-06-28 Tom Tromey <tromey@redhat.com>
4306
4307 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
4308
5fe41fbf
TT
43092011-06-27 Tom Tromey <tromey@redhat.com>
4310
4311 * valops.c (find_overload_match): Call do_cleanups before early
4312 return.
4313 * top.c (execute_command): Call do_cleanups before early return.
4314 (command_loop): Likewise.
4315 * stack.c (backtrace_command): Make a null cleanup early. Don't
4316 conditionally call do_cleanups.
4317 * python/py-value.c (TRY_CATCH): Move cleanup handling into
4318 TRY_CATCH.
4319 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
4320 so cleanups are always run.
4321 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
4322 * findcmd.c (parse_find_args): Call do_cleanups on early return
4323 path.
4324 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
4325 Don't conditionally call do_cleanups.
4326 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
4327 later.
4328
e26bd57d
EB
43292011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4330
4331 * MAINTAINERS (Write After Approval): Use default email address.
4332
6c3097fc
JB
43332011-06-27 Joel Brobecker <brobecker@adacore.com>
4334
4335 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
4336
369c397b
JB
43372011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4338
4339 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
4340 saved_regs_mask and copied_regs_mask fields.
4341 (sparc_record_save_insn): New prototype.
4342 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
4343 (sparc_record_save_insn): New function.
4344 (sparc_analyze_prologue): Add head comment. Recognize store insns
4345 of call-saved registers. Use OFFSET consistently. Recognize flat
4346 frames and cache their settings.
4347 (sparc32_skip_prologue): Handle flat frames.
4348 (sparc_frame_cache): Add frame_offset to the base address.
4349 (sparc32_frame_cache): Adjust to new frame description.
4350 (sparc32_frame_prev_register): Likewise.
4351 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
4352 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
4353 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
4354 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
4355 frame by calling sparc_record_save_insn.
4356 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
4357 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
4358 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
4359
b315ab21
TG
43602011-06-27 Tristan Gingold <gingold@adacore.com>
4361
4362 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
4363 field by map_addr and map_len.
4364 (dwarf2_read_section): Adjust for the new bfd_mmap api.
4365 (munmap_section_buffer): Likewise.
4366
ddd49eee
TT
43672011-06-24 Tom Tromey <tromey@redhat.com>
4368
4369 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
4370 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
4371 * python/python.c (gdbpy_parameter): Make 'arg' const.
4372 (execute_gdb_command): Likewise.
4373 (gdbpy_decode_line): Likewise. Copy it.
4374 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
4375 (gdbpy_write): Make 'arg' const.
4376 * python/py-type.c (typy_lookup_typename): Make 'type_name'
4377 const.
4378 (gdbpy_lookup_type): Likewise.
4379 * python/py-prettyprint.c (print_children): Make 'name' const.
4380 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
4381 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
4382 Py_ssize_t.
4383 * python/py-function.c (fnpy_init): Make 'name' const.
4384 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
4385 (gdbpy_string_to_argv): Make 'input' const.
4386 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
4387 it.
4388 * gdbtypes.h (lookup_typename): Update.
4389 * gdbtypes.c (lookup_typename): Make 'name' const.
4390 (lookup_struct): Likewise.
4391 (lookup_union): Likewise.
4392 (lookup_enum): Likewise.
4393
5998129b
TT
43942011-06-24 Tom Tromey <tromey@redhat.com>
4395
4396 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
4397 gdb_thread_db.h. Move all common/ entries to be together.
4398 (TAGS): Don't depend on DEPFILES.
4399
6e586cc5
YQ
44002011-06-23 Yao Qi <yao@codesourcery.com>
4401
4402 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
4403 * remote.c (remote_start_remote): ... here.
4404 * monitor.c (monitor_open): ... here.
4405
86c3c1fc
AB
44062011-06-23 Andrew Burgess <aburgess@broadcom.com>
4407
4408 * gdbtypes.c (append_composite_type_field_aligned): Fix
4409 calculation of bit position based on alignment.
4410
28010a5d
PA
44112011-06-22 Pedro Alves <pedro@codesourcery.com>
4412
4413 * breakpoint.c (bpstat_stop_status): Call the check_status
4414 breakpoint_ops method.
4415 (print_one_breakpoint_location): Also print the condition for Ada
4416 exception catchpoints.
4417 (allocate_bp_location): New, factored out from
4418 allocate_bp_location.
4419 (allocate_bp_location): Adjust. Call the owner breakpoint's
4420 allocate_location method, if there is one.
4421 (free_bp_location): Call the locations's dtor method, if there is
4422 one.
4423 (init_raw_breakpoint_without_location): New breakpoint_ops
4424 parameter. Use it.
4425 (set_raw_breakpoint_without_location): Adjust.
4426 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
4427 (set_raw_breakpoint): Adjust.
4428 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
4429 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
4430 re_set and check_status methods.
4431 (init_catchpoint): Don't memset, initialize thread, addr_string
4432 and enable_state. Pass the ops down to init_raw_breakpoint.
4433 (install_catchpoint): Rename to ...
4434 (install_breakpoint): ... this, and make extern.
4435 (create_fork_vfork_event_catchpoint): Adjust.
4436 (catch_exec_breakpoint_ops): Install NULL allocate_location,
4437 re_set and check_status methods.
4438 (create_syscall_event_catchpoint): Adjust.
4439 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4440 (masked_watchpoint_breakpoint_ops): Install NULL
4441 allocate_location, re_set and check_status methods.
4442 (catch_exec_command_1): Adjust.
4443 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
4444 re_set and check_status methods.
4445 (create_ada_exception_breakpoint): Rename to ...
4446 (init_ada_exception_breakpoint): ... this. Add a struct
4447 breakpoint parameter, and delete the exp_string, cond_string and
4448 cond parameters. Use init_raw_breakpoint, and don't install or
4449 mention the breakpoint yet. Don't clear breakpoint fields that
4450 init_raw_breakpoint already clears.
4451 (re_set_breakpoint): Delete, split into ...
4452 (breakpoint_re_set_default, prepare_re_set_context): ... these new
4453 functions.
4454 (breakpoint_re_set_one): Call the breakpoint's
4455 breakpoint_ops->re_set implementation, if there's one. Adjust.
4456 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
4457 (struct bp_location_ops): New type.
4458 (struct bp_location): New field `ops'.
4459 (struct breakpoint_ops): New `allocate_location', `re_set' and
4460 `check_status' fields. Make `breakpoint_hit''s description match
4461 reality.
4462 (init_bp_location): Declare.
4463 (breakpoint_re_set_default): Declare.
4464 (create_ada_exception_breakpoint): Rename to ...
4465 (init_ada_exception_breakpoint): ... this. Add a struct
4466 breakpoint parameter, and delete the exp_string, cond_string and
4467 cond parameters.
4468 (install_breakpoint): Declare.
4469 * ada-lang.c: Include exceptions.h.
4470 <Ada exceptions description>: Update.
4471 (struct ada_catchpoint_location): New type.
4472 (ada_catchpoint_location_dtor): New function.
4473 (ada_catchpoint_location_ops): New global.
4474 (ada_catchpoint): New type.
4475 (create_excep_cond_exprs): New function.
4476 (dtor_exception, allocate_location_exception, re_set_exception)
4477 (should_stop_exception, check_status_exception): New functions.
4478 (print_one_exception, print_mention_exception)
4479 (print_recreate_exception): Adjust.
4480 (dtor_catch_exception, allocate_location_catch_exception)
4481 (re_set_catch_exception, check_status_catch_exception): New
4482 functions.
4483 (catch_exception_breakpoint_ops): Install them.
4484 (dtor_catch_exception_unhandled)
4485 (allocate_location_catch_exception_unhandled)
4486 (re_set_catch_exception_unhandled)
4487 (check_status_catch_exception_unhandled): New functions.
4488 (catch_exception_unhandled_breakpoint_ops): Install them.
4489 (dtor_catch_assert, allocate_location_catch_assert)
4490 (re_set_catch_assert, check_status_catch_assert): New functions.
4491 (catch_assert_breakpoint_ops): Install them.
4492 (ada_exception_catchpoint_p): Delete.
4493 (catch_ada_exception_command_split)
4494 (ada_exception_catchpoint_cond_string): Rename exp_string
4495 parameter to excep_string. Adjust.
4496 (ada_parse_catchpoint_condition): Delete.
4497 (ada_exception_sal): Rename the exp_string parameter to
4498 excep_string. Delete the cond_string and cond parameters.
4499 Adjust.
4500 (ada_decode_exception_location): Rename the exp_string parameter
4501 to excep_string. Delete the cond_string and cond parameters.
4502 Adjust.
4503 (create_ada_exception_catchpoint): New function.
4504 (catch_ada_exception_command, ada_decode_assert_location)
4505 (catch_assert_command): Adjust.
4506 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
4507
9ac4176b
PA
45082011-06-22 Pedro Alves <pedro@codesourcery.com>
4509
4510 * ada-lang.c: Include arch-utils.h.
4511 (ada_decode_exception_location): Make static.
4512 (catch_ada_exception_command): Moved here from breakpoint.c.
4513 (ada_decode_assert_location): Make static.
4514 (catch_assert_command): Moved here from breakpoint.c.
4515 (_initialize_ada_lang): Install the exception and assert
4516 catchpoint commands here.
4517 * ada-lang.h (ada_decode_exception_location)
4518 (ada_decode_assert_location): Delete declarations.
4519 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
4520 breakpoint.h.
4521 (create_ada_exception_breakpoint): Make extern.
4522 (catch_ada_exception_command, catch_assert_command): Moved to
4523 ada-lang.c.
4524 (add_catch_command): Make extern.
4525 (_initilize_breakpoint): Don't install the exception and assert
4526 catchpoint commands here.
4527 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
4528 breakpoint.c
4529 (add_catch_command, create_ada_exception_breakpoint): Declare.
4530
c56053d2
PA
45312011-06-22 Pedro Alves <pedro@codesourcery.com>
4532
4533 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
4534 the breakpoint to the breakpoint chain here.
4535 (set_raw_breakpoint_without_location): Add the breakpoint to the
4536 breakpoint chain here.
4537 (init_raw_breakpoint): Adjust comments.
4538 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
4539 here.
4540 (init_catchpoint): Don't set the catchpoint's breakpoint number
4541 here.
4542 (install_catchpoint): New function.
4543 (create_fork_vfork_event_catchpoint)
4544 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
4545 use install_catchpoint.
4546
d2f3fc74
PA
45472011-06-22 Pedro Alves <pedro@codesourcery.com>
4548
4549 * breakpoint.c (create_catchpoint_without_mention)
4550 (create_catchpoint): Delete.
4551
b4d90040
PA
45522011-06-22 Pedro Alves <pedro@codesourcery.com>
4553
4554 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
4555 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4556 reference to exec_pathname.
4557 (struct exec_catchpoint): New type.
4558 (dtor_catch_exec): New function.
4559 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
4560 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
4561 (catch_exec_command_1): Adjust to use init_catchpoint.
4562 (delete_breakpoint): Remove reference to exec_pathname.
4563
be5c67c1
PA
45642011-06-22 Pedro Alves <pedro@codesourcery.com>
4565
4566 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
4567 (struct breakpoint): Delete field `syscalls_to_be_caught'.
4568 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4569 reference to syscalls_to_be_caught.
4570 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
4571 NULL `dtor'.
4572 (struct syscall_catchpoint): New type.
4573 (dtor_catch_syscall): New function.
4574 (insert_catch_syscall, remove_catch_syscall)
4575 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
4576 (print_recreate_catch_syscall): Adjust.
4577 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
4578 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
4579 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
4580 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4581 (masked_watchpoint_breakpoint_ops)
4582 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
4583 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
4584 there is one. Remove references to syscalls_to_be_caught.
4585 (catching_syscall_number): Adjust.
4586 * ada-lang.c (catch_exception_breakpoint_ops)
4587 (catch_exception_unhandled_breakpoint_ops)
4588 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
4589
e29a4733
PA
45902011-06-22 Pedro Alves <pedro@codesourcery.com>
4591
4592 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
4593 field.
4594 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4595 reference to forked_inferior_pid.
4596 (struct fork_catchpoint): New type.
4597 (breakpoint_hit_catch_fork, print_it_catch_fork)
4598 (print_one_catch_fork, breakpoint_hit_catch_vfork)
4599 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
4600 (create_fork_vfork_event_catchpoint): Adjust to use
4601 init_catchpoint.
4602
346774a9
PA
46032011-06-22 Pedro Alves <pedro@codesourcery.com>
4604
4605 * breakpoint.c (add_to_breakpoint_chain)
4606 (init_raw_breakpoint_without_location): New functions, factored
4607 out from ...
4608 (set_raw_breakpoint_without_location): ... this one.
4609 (init_raw_breakpoint): New function, factored out from
4610 set_raw_breakpoint and adjusted to use
4611 init_raw_breakpoint_without_location.
4612 (set_raw_breakpoint): Adjust.
4613 (init_catchpoint): New function, factored out from
4614 create_catchpoint_without_mention and adjusted to use
4615 init_raw_breakpoint.
4616 (create_catchpoint_without_mention): Adjust.
4617
c38c4bc5
TT
46182011-06-22 Tom Tromey <tromey@redhat.com>
4619
4620 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
4621 argument of 0 specially.
4622
b138ce37
YQ
46232011-06-22 Yao Qi <yao@codesourcery.com>
4624
4625 * infrun.c (handle_inferior_event): Remove write-only local variable
4626 `sw_single_step_trap_p'.
4627
03de6823
TT
46282011-06-20 Tom Tromey <tromey@redhat.com>
4629
4630 * symtab.c (lookup_language_this): End loop if block is NULL.
4631
66a17cb6
TT
46322011-06-17 Tom Tromey <tromey@redhat.com>
4633
4634 * valops.c (value_of_this): Use lookup_language_this.
4635 * symtab.h (lookup_language_this): Declare.
4636 * symtab.c (lookup_language_this): New function.
4637 (lookup_symbol_aux): Use lookup_language_this.
4638 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
4639
7518bff5
TT
46402011-06-17 Tom Tromey <tromey@redhat.com>
4641
4642 * value.h (value_of_this): Update.
4643 (value_of_local): Remove.
4644 * valops.c (value_of_this): Rename from value_of_local. Change
4645 parameters.
4646 * p-exp.y (exp): Update.
4647 (variable): Likewise.
4648 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
4649
aee28ec6
TT
46502011-06-17 Tom Tromey <tromey@redhat.com>
4651
4652 * valops.c (value_of_local): Complain if NAME is NULL.
4653 * std-operator.def (OP_OBJC_SELF): Remove.
4654 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
4655 * objc-exp.y (name_not_typename): Use OP_THIS.
4656 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
4657 name for "this".
4658 <OP_OBJC_SELF>: Remove.
4659 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
4660
eed8f803
TG
46612011-06-16 Tristan Gingold <gingold@adacore.com>
4662
4663 * python/py-events.h (gdb_py_events): Make it extern.
4664 * python/py-evtregistry.c (gdb_py_events): Declare.
4665
864ac8a7
HZ
46662011-06-16 Hui Zhu <teawater@gmail.com>
4667
4668 * remote.c (remote_trace_set_readonly_regions): Add check for
4669 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
4670 output warning.
4671
ef7e8358
UW
46722011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4673
4674 * arm-linux-tdep.c: Include "auxv.h".
4675 (AT_HWCAP): Define.
4676 (ARM_LINUX_SIZEOF_VFP): Define.
4677 (arm_linux_supply_vfp): New function.
4678 (arm_linux_collect_vfp): Likewise.
4679 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
4680 (arm_linux_fpa_regset_sections): New variable.
4681 (arm_linux_vfp_regset_sections): Likewise.
4682 (arm_linux_core_read_description): New function.
4683 (arm_linux_init_abi): Install arm_linux_core_read_description and
4684 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
4685 appropriate for the architecture.
4686 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
4687 (tdesc_arm_with_m): Declare.
4688 (tdesc_arm_with_iwmmxt): Likewise.
4689 (tdesc_arm_with_vfpv2): Likewise.
4690 (tdesc_arm_with_vfpv3): Likewise.
4691 (tdesc_arm_with_neon): Likewise.
4692 * arm-linux-nat.c: Move features/*.c includes ...
4693 * arm-tdep.c: ... here.
4694 * arm-linux-nat.c (arm_linux_read_description): Move initializing
4695 target description data structures ...
4696 * arm-tdep.c (_initialize_arm_tdep): ... here.
4697 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
4698 HWCAP_VFPv3D16): Move definitions ...
4699 * arm-linux-tdep.h: ... here.
4700
c2fa21f1
HZ
47012011-06-15 Hui Zhu <teawater@gmail.com>
4702
4703 * remote.c (remote_trace_set_readonly_regions): Add a check for
4704 target_buf_size.
4705
dd707e8e
TT
47062011-06-14 Tom Tromey <tromey@redhat.com>
4707
4708 * coffread.c (coffread_objfile): Rename from current_objfile.
4709 * dbxread.c (dbxread_objfile): Rename from current_objfile.
4710 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
4711
86cc0029
TT
47122011-06-14 Tom Tromey <tromey@redhat.com>
4713
4714 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
4715 (class_symtab): Remove.
4716 (jv_dynamics_progspace_key): New global.
4717 (jv_per_objfile_free): Reset program space data. Update assert.
4718 Don't clear globals.
4719 (get_dynamics_objfile): Use and set program space data.
4720 (get_java_class_symtab): Use get_dynamics_objfile.
4721 (add_class_symbol): Likewise.
4722 (java_link_class_type): Likewise.
4723 (java_object_type, jv_clear_object_type, set_java_object_type):
4724 Remove.
4725 (get_java_object_type): Update. Don't cache result.
4726 (is_object_type): Don't call set_java_object_type.
4727 (_initialize_java_language): Don't set jv_type_objfile_data_key;
4728 initialize jv_dynamics_progspace_key.
4729
91a81f69
TT
47302011-06-14 Tom Tromey <tromey@redhat.com>
4731
4732 * symtab.h (current_objfile): Don't declare.
4733 * objfiles.h (current_objfile): Don't declare.
4734 * objfiles.c (current_objfile): Remove.
4735 * mdebugread.c (current_objfile): New file-scope global.
4736 * dbxread.c (current_objfile): New file-scope global.
4737 * coffread.c (current_objfile): New file-scope global.
4738
dc7eb48e
PA
47392011-06-13 Pedro Alves <pedro@codesourcery.com>
4740
4741 * top.h (line): Rename to ...
4742 (saved_command_line): ... this.
4743 (linesize): Rename to ...
4744 (saved_command_line_size): ... this.
4745 * top.c (line): Rename to ...
4746 (saved_command_line): ... this.
4747 (linesize): Rename to ...
4748 (saved_command_line_size): ... this.
4749 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
4750 * event-top.c (command_line_handler): Adjust.
4751 * main.c (captured_main): Adjust.
4752
0d6c2135
MK
47532011-06-12 Mark Kettenis <kettenis@gnu.org>
4754
4755 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
4756 get_frame_func instead of get_frame_pc to determine the code
4757 address used to construct the frame ID.
4758 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
4759 (i386_epilogue_frame_this_id): Likewise.
4760 (i386_epilogue_frame_prev_register): New function.
4761 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
4762 (i386_stack_tramp_frame_sniffer): Fix coding style.
4763 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
4764 (i386_gdbarch_init): Fix comments.
4765
8bbdd3f4
MK
47662011-06-12 Mark Kettenis <kettenis@gnu.org>
4767
4768 * i386-tdep.c (i386_match_insn_block): Use length of the proper
4769 instruction when walking back through the instruction stream.
4770
533a737e
JK
47712011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4772
4773 * symtab.c (output_partial_symbol_filename): Exchange the filename and
4774 fullname parameters order.
4775
44b13c5a
JK
47762011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4777
4778 Code cleanup.
4779 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
4780 for fun.
4781 * psymtab.c (map_symbol_filenames_psymtab)
4782 (map_partial_symbol_filenames): Likewise.
4783 * psymtab.h: Include symfile.h.
4784 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
4785 * symfile.h (symbol_filename_ftype): New.
4786 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
4787 map_symbol_filenames, clarify more the naming in comment.
4788
0b5574da
DE
47892011-06-07 Doug Evans <dje@google.com>
4790
4791 * cc-with-index.sh: Fix typos in comment.
b8e9bd6c 4792 Look for ../../gdb, for fullname.exp.
0b5574da 4793
5be4dfca
JK
47942011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4795 Pedro Alves <pedro@codesourcery.com>
4796
4797 * cli/cli-cmds.c (shell_escape): Use waitpid.
4798 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
4799
316a8b21
TG
48002011-06-07 Tristan Gingold <gingold@adacore.com>
4801
4802 * xcoffread.c (dwarf2_xcoff_names): New variable.
4803 (aix_process_linenos): Add a guard.
4804 (xcoff_symfile_finish): Free dwarf2.
4805 (xcoff_initial_scan): Add dwarf2 support.
4806
3dd5b83d
PA
48072011-06-06 Pedro Alves <pedro@codesourcery.com>
4808
4809 * infcall.c (run_inferior_call): Don't mask async. Instead force
4810 a synchronous wait, if the target can async.
4811
4812 * target.h (struct target_ops): Delete to_async_mask.
4813 (target_async_mask): Delete.
4814 * target.c (update_current_target): Delete references to to_async_mask.
4815 * linux-nat.c (linux_nat_async_mask_value): Delete.
4816 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
4817 to linux_nat_async_mask_value.
4818 (linux_nat_async_mask): Delete.
4819 (linux_nat_async, linux_nat_close): Remove references to
4820 linux_nat_async_mask_value.
4821 * record.c (record_async_mask_value): Delete.
4822 (record_async): Remove references to record_async_mask_value.
4823 (record_async_mask): Delete.
4824 (record_can_async_p, record_is_async_p): Remove references to
4825 record_async_mask_value.
4826 (init_record_ops, init_record_core_ops): Remove references to
4827 record_async_mask.
4828 * remote.c (remote_async_mask_value): Delete.
4829 (init_remote_ops): Remove reference to remote_async_mask.
4830 (remote_can_async_p, remote_is_async_p): Remove references to
4831 remote_async_mask_value.
4832 (remote_async): Remove references to remote_async_mask_value.
4833 (remote_async_mask): Delete.
4834
4835 * infrun.c (fetch_inferior_event): Don't claim registers changed
4836 if the current thread is already not executing.
4837
64b9b334
JB
48382011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
4839
4840 From Stephen Kitt <steve@sk2.org>
4841 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
4842 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
4843
325663dc
JB
48442011-06-03 Joel Brobecker <brobecker@adacore.com>
4845
4846 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
4847 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
4848
8cf64490
TT
48492011-06-03 Tom Tromey <tromey@redhat.com>
4850
4851 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
4852 code fields.
4853 * python/py-exitedevent.c (create_exited_event_object): Change
4854 type of 'exit_code'. Optionally add exit_code attribute.
4855 (emit_exited_event): Change type of 'exit_code'.
4856 * python/py-event.h (emit_exited_event): Update.
4857 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
4858 * infrun.c (handle_inferior_event): Set exit code fields on
4859 inferior.
4860 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
4861 fields.
4862 * inferior.c (exit_inferior_1): Initialize new fields.
4863
8ddd9a20
TT
48642011-06-03 Tom Tromey <tromey@redhat.com>
4865
4866 * dwarf2expr.c (get_signed_type): New function.
4867 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
4868
8dfd1e6d
KS
48692011-06-02 Keith Seitz <keiths@redhat.com>
4870
4871 * objc-lang.c (find_methods): Increment objfile_csym earlier.
4872
65fdb766
PA
48732011-06-02 Pedro Alves <pedro@codesourcery.com>
4874
4875 * top.h (simplified_command_loop): Delete declaration.
4876
f4b8c29b
MF
48772011-06-01 Mike Frysinger <vapier@gentoo.org>
4878
4879 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
4880 gdb_sysroot to the "len" variable. Append both to "arg_buf".
4881
1706c199
YQ
48822011-06-01 Yao Qi <yao@codesourcery.com>
4883
4884 * objfiles.h (obj_section_addr): Update reference to objfile from
4885 `abfd' to `obfd'.
4886 (obj_section_endaddr): Likewise.
4887
d19cd713 48882011-06-01 Daniel Jacobowitz <drow@false.org>
8d07004d
DJ
4889
4890 * MAINTAINERS: Update my email address and affiliation. Also
4891 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
4892
e8eb7bc5
KS
48932010-05-31 Keith Seitz <keiths@redhat.com>
4894
4895 PR c++/12750
4896 * linespec.c (get_search_block): New function.
4897 (find_methods): Add FILE_SYMTATB parameter and use it and
4898 get_search_block to pass an appropriate block to
4899 lookup_symbol_in_namespace.
4900 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
4901 Check if *ARGPTR starts with a filename first.
4902 If it does, call locate_first_half again to locate the next
4903 "first half" of the linespec.
4904 Pass FILE_SYMTATB to decode_objc and decode_compound.
4905 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
4906 (locate_first_half): Stop on the first colon seen.
4907 (decode_compound): Add FILE_SYMTAB parameter.
4908 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
4909 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
4910 get_search_block with lookup_symbol.
4911 (find_method): Add FILE_SYMTAB parameter and pass it to
4912 find_methods.
4913 (decode_objc): Use get_search_block.
4914
2b1dbab0
KS
49152010-05-31 Keith Seitz <keiths@redhat.com>
4916
4917 PR symtab/12704
4918 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
4919 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
4920 and CP_ANONYMOUS_NAMESPACE_LEN.
4921 (cp_is_anonymous): Likewise.
4922 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
4923 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
4924 * dwarf2read.c (namespace_name): Likewise.
4925 (fixup_partial_die): Likewise.
4926 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
4927 seen in the input, keep it.
4928
6d549500
PA
49292011-05-30 Pedro Alves <pedro@codesourcery.com>
4930
4931 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
4932 * inf-loop.h (inferior_event_handler_wrapper): Delete.
4933 * inf-loop.c (inferior_event_handler_wrapper): Delete.
4934 (inferior_event_handler): Don't handle INF_QUIT_REQ.
4935 * remote.c (_initialize_remote): Register
4936 async_remote_interrupt_twice directly as
4937 sigint_remote_twice_token event.
4938
395bff70
PA
49392011-05-30 Pedro Alves <pedro@codesourcery.com>
4940
4941 * target.h (enum inferior_event_type): Delete INF_ERROR.
4942 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
4943
97224164
PA
49442011-05-30 Pedro Alves <pedro@codesourcery.com>
4945
4946 * interps.c (interp_set): Don't cancel continuations.
4947
07e78767
JK
49482011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4949
4950 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
4951
fa4cd53f
PA
49522011-05-30 Pedro Alves <pedro@codesourcery.com>
4953
4954 * continuations.h (continuation_ftype): Add `err' parameter.
4955 Document parameters.
4956 (do_all_continuations, do_all_continuations_thread)
4957 (do_all_intermediate_continuations)
4958 (do_all_intermediate_continuations_thread)
4959 (do_all_inferior_continuations): Add `err' parameter.
4960 * continuations.c (do_my_continuations_1, do_my_continuations)
4961 (do_all_inferior_continuations, do_all_continuations_ptid)
4962 (do_all_continuations_thread_callback)
4963 (do_all_continuations_thread, do_all_continuations)
4964 (do_all_intermediate_continuations_thread_callback)
4965 (do_all_intermediate_continuations_thread)
4966 (do_all_intermediate_continuations): Add `err' parameter, and pass
4967 it down all the way to the continuations proper.
4968 * inf-loop.c (inferior_event_handler): If fetching an inferior
4969 event throws an error, don't pop the target, and still call the
4970 continuations, but with `err' set. Adjust all other continuation
4971 calls.
4972 * breakpoint.c (until_break_command_continuation): Add `err'
4973 parameter.
4974 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
4975 issue another step if `err' is set.
4976 (struct until_next_continuation_args): New.
4977 (until_next_continuation): Add `err' parameter. Adjust.
4978 (until_next_command): Adjust.
4979 (struct finish_command_continuation_args): Add `thread' field.
4980 (finish_command_continuation): Add `err' parameter. Handle it.
4981 (finish_forward): Adjust.
4982 (attach_command_continuation): Add `err' parameter. Handle it.
4983 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
4984 cancel the continuations.
4985 * interps.c (interp_set): Adjust to cancel the continuations.
4986 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
4987 continuations rather than discarding.
4988 (free_thread): Don't clear thread inferior resources here.
4989 (delete_thread_1): Do it here instead. And do it before removing
4990 the thread from the threads list. Tag the thread as exited before
4991 clearing thread inferior resources.
4992
c2949be0
JB
49932011-05-30 Joel Brobecker <brobecker@adacore.com>
4994
4995 * infcall.c (call_function_by_hand): Rephrase error message.
4996
619cebe8
PA
49972011-05-27 Pedro Alves <pedro@codesourcery.com>
4998
4999 * defs.h (struct thread_info, struct inferior): Delete forward
5000 declarations.
5001 * breakpoint.h (struct thread_info): New forward declaration.
5002 * observer.sh (struct inferior): New forward declaration.
5003 * python/python-internal.h (struct inferior): New forward
5004 declaration.
5005
be34f849
PA
50062011-05-27 Pedro Alves <pedro@codesourcery.com>
5007
5008 * defs.h (struct continuation, continuation_ftype)
5009 (continuation_free_arg_ftype, add_continuation)
5010 (do_all_continuations, do_all_continuations_thread)
5011 (discard_all_continuations, discard_all_continuations_thread)
5012 (add_intermediate_continuation, do_all_intermediate_continuations)
5013 (do_all_intermediate_continuations_thread)
5014 (discard_all_intermediate_continuations)
5015 (discard_all_intermediate_continuations_thread)
5016 (add_inferior_continuation, do_all_inferior_continuations)
5017 (discard_all_inferior_continuations): Move to ...
5018 * continuations.h: ... this new file.
5019 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
5020 infcmd.c, inferior.c, infrun.c, interps.c: Include
5021 continuations.h.
5022
432b4d03
JK
50232011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5024 Doug Evans <dje@google.com>
5025
5026 Fix PR 10970, PR 12702.
5027 * linux-nat.c (linux_lwp_is_zombie): New function.
5028 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
5029 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
5030
b0f260d6
PA
50312011-05-27 Pedro Alves <pedro@codesourcery.com>
5032
5033 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
5034 typedefs.
5035 (add_continuation, add_intermediate_continuation)
5036 (add_inferior_continuation): Use them.
5037 * continuations.c (struct continuation): Use them.
5038 (make_continuation_ftype): Delete.
5039 (make_continuation, add_inferior_continuation, add_continuation)
5040 (add_intermediate_continuation): Use continuation_ftype and
5041 continuation_free_arg_ftype. Rename parameters to shorter names.
5042
af1e9a32
PA
50432011-05-27 Pedro Alves <pedro@codesourcery.com>
5044
5045 * continuations.c (make_continuation): Make it return void.
5046 (do_my_continuations): Rename to ...
5047 (do_my_continuations_1): ... this. Remove old_chain parameter and
5048 adjust.
5049 (do_my_continuations): New.
5050 (discard_my_continuations): Rename to ...
5051 (discard_my_continuations_1): ... this. Remove old_chain
5052 parameter and adjust.
5053 (discard_my_continuations): New.
5054 (add_inferior_continuation): Simplify.
5055 (do_all_inferior_continuations): Reimplement on top
5056 do_my_continuations.
5057 (discard_all_inferior_continuations): Simplify.
5058 (add_continuation): Simplify.
5059 (do_all_continuations_ptid): Simplify.
5060 (discard_all_continuations_thread_callback): Simplify.
5061 (add_intermediate_continuation): Simplify.
5062 (discard_all_intermediate_continuations_thread_callback):
5063 Simplify.
5064
50c0c017
PA
50652011-05-27 Pedro Alves <pedro@codesourcery.com>
5066
5067 * utils.c (struct continuation, add_continuation)
5068 (add_inferior_continuation)
5069 (do_all_inferior_continuations, discard_all_inferior_continuations)
5070 (restore_thread_cleanup, do_all_continuations_ptid)
5071 (do_all_continuations_thread_callback)
5072 (do_all_continuations_thread, do_all_continuations)
5073 (discard_all_continuations_thread_callback)
5074 (discard_all_continuations_thread, discard_all_continuations)
5075 (add_intermediate_continuation)
5076 (do_all_intermediate_continuations_thread_callback)
5077 (do_all_intermediate_continuations_thread)
5078 (do_all_intermediate_continuations)
5079 (discard_all_intermediate_continuations_thread_callback)
5080 (discard_all_intermediate_continuations_thread)
5081 (discard_all_intermediate_continuations): Move to ...
5082 * continuations.c: ... this new file, and adjust to no longer
5083 implement continuations on top of cleanups.
5084 * Makefile.in (SFILES): Add continuations.c.
5085 (COMMON_OBS): Add continuations.o.
5086
d8b34453
PA
50872011-05-26 Pedro Alves <pedro@codesourcery.com>
5088
5089 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
5090 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
5091 Internal error on invalid values.
5092 * reverse.c: Don't handle EXEC_ERROR.
5093 * mi/mi-main.c: Don't handle EXEC_ERROR.
5094
32231432
PA
50952011-05-26 Pedro Alves <pedro@codesourcery.com>
5096
5097 * record.c: Include event-loop.h, inf-loop.h.
5098 (record_beneath_to_async): New global.
5099 (tmp_to_async): New global.
5100 (record_async_inferior_event_token): New global.
5101 (record_open_1): Don't error out if async is enabled.
5102 (record_open): Handle to_async. Create an async event source in
5103 the event loop.
5104 (record_close): Delete the async event source.
5105 (record_resumed): New global.
5106 (record_execution_dir): New global.
5107 (record_resume, record_core_resume): Set them. Register the
5108 target on the event loop.
5109 (record_wait): Rename to ...
5110 (record_wait_1): ... this. Add more debug output. Handle
5111 TARGET_WNOHANG, and the target beneath returning
5112 TARGET_WAITKIND_IGNORE.
5113 (record_wait): Reimplement on top of record_wait_1.
5114 (record_async_mask_value): New global.
5115 (record_async, record_async_mask, record_can_async_p)
5116 (record_is_async_p, record_execution_direction): New functions.
5117 (init_record_ops, init_record_core_ops): Install new methods.
5118 * infrun.c (fetch_inferior_event): Temporarily switch the global
5119 execution direction to the direction the target was going.
5120 (execution_direction): Change type to int.
5121 * target.c (default_execution_direction): New function.
5122 (update_current_target): Inherit and de_fault
5123 to_execution_direction.
5124 * target.h (struct target_ops) <to_execution_direction>: New
5125 field.
5126 (target_execution_direction): New macro.
5127 * inferior.h (execution_direction): Change type to int.
5128
949dc678
PA
51292011-05-26 Pedro Alves <pedro@codesourcery.com>
5130
5131 * infcall.c (call_function_by_hand): Don't allow calling functions
5132 in reverse execution mode.
5133
c13bd2b5
PA
51342011-05-26 Pedro Alves <pedro@codesourcery.com>
5135
5136 * infcmd.c (finish_command): Allow async finish in reverse.
5137
6938fd34
YQ
51382011-05-26 Yao Qi <yao@codesourcery.com>
5139
5140 * gdb_thread_db.h: Delete. Move to ...
5141 * common/gdb_thread_db.h: ... here.
5142
9da8c2a0
PA
51432011-05-26 Pedro Alves <pedro@codesourcery.com>
5144
5145 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
5146 function's entry point instead of a manually managed momentary
5147 breakpoint, and only ever issue one proceed call.
5148 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
5149 doing a reverse-finish, switch to stepi mode, to do another step.
5150 (insert_step_resume_breakpoint_at_sal): Make public.
5151 (normal_stop): No need to save function value return registers if
5152 going reverse.
5153 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
5154
2c03e5be
PA
51552011-05-26 Pedro Alves <pedro@codesourcery.com>
5156
5157 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
5158 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
5159 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
5160 at the end.
5161 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
5162 step-resume breakpoints.
5163 (print_it_typical): Handle bp_hp_step_resume.
5164 (bpstat_what): Ditto.
5165 (bptype_string): Ditto.
5166 (print_one_breakpoint_location): Ditto.
5167 (allocate_bp_location): Ditto.
5168 (mention): Ditto.
5169 (breakpoint_re_set_one): Ditto.
5170 * infrun.c (handle_inferior_event): Adjust. Split
5171 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
5172 BPSTAT_WHAT_HP_STEP_RESUME.
5173 (insert_step_resume_breakpoint_at_sal): Rename to ...
5174 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
5175 parameter. Handle it.
5176 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
5177 insert_step_resume_breakpoint_at_sal_1.
5178 (insert_step_resume_breakpoint_at_frame): Rename to ...
5179 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
5180 set a high-priority step-resume breakpoint.
5181 (insert_step_resume_breakpoint_at_frame): Adjust comment.
5182 (insert_step_resume_breakpoint_at_caller): Ditto.
5183
51be5b68
PA
51842011-05-26 Pedro Alves <pedro@codesourcery.com>
5185
5186 * breakpoint.c (iterate_over_related_breakpoints): New.
5187 (do_map_delete_breakpoint): New.
5188 (delete_command): Pass do_map_delete_breakpoint to
5189 map_breakpoint_numbers.
5190 (do_disable_breakpoint): New.
5191 (do_map_disable_breakpoint): Iterate over the breakpoint's related
5192 breakpoints.
5193 (do_enable_breakpoint): Rename to ...
5194 (enable_breakpoint_disp): ... this.
5195 (enable_breakpoint): Adjust.
5196 (do_enable_breakpoint): New.
5197 (enable_once_breakpoint): Delete.
5198 (do_map_enable_breakpoint): New.
5199 (do_map_enable_once_breakpoint): New.
5200 (enable_once_command, enable_delete_command)
5201 (delete_trace_command): Iterate over the breakpoint's related
5202 breakpoints.
5203
4a1be8d2
PA
52042011-05-26 Pedro Alves <pedro@codesourcery.com>
5205
5206 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
5207 for ALPHA_ZERO_REGNUM.
5208 (alpha_supply_int_regs): Explicitly supply zero as the value for
5209 ALPHA_ZERO_REGNUM in the register cache.
5210 * alpha-nat.c (fetch_osf_core_registers): Ditto.
5211
59d70315
YQ
52122011-05-26 Yao Qi <yao@codesourcery.com>
5213
5214 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
5215
251d32d9
TG
52162011-05-26 Tristan Gingold <gingold@adacore.com>
5217
5218 * symfile.h (struct dwarf2_section_names): New type.
5219 (struct dwarf2_debug_sections): New type.
5220 (dwarf2_has_info): Add parameter.
5221 * dwarf2read.c (dwarf2_elf_names): New variable.
5222 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
5223 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
5224 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
5225 (dwarf2_has_info): Add names parameter. Pass names
5226 to dwarf2_locate_sections.
5227 (section_is_p): Rewrite using the names parameter.
5228 (dwarf2_locate_sections): Use section names from the names parameter.
5229 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
5230 * elfread.c (read_psyms): Ditto.
5231 * machoread.c (macho_symfile_read): Ditto.
5232
652c71b4
AS
52332011-05-25 Andreas Schwab <schwab@redhat.com>
5234
5235 PR gdb/8677
5236 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
5237
f17170e5
KS
52382011-05-24 Keith Seitz <keiths@redhat.com>
5239
5240 PR breakpoint/12803
5241 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
5242 (decode_compound): Unconditionally call keep_name_info.
5243
cdac0397
PA
52442011-05-24 Pedro Alves <pedro@codesourcery.com>
5245
5246 * breakpoint.c (watchpoint_check): If the watchpoint went out of
5247 scope, clear its command list.
5248 (map_breakpoint_numbers): Don't walk the related breakpoints list
5249 of each breakpoint.
5250
91d4fe3f
TT
52512011-05-24 Tom Tromey <tromey@redhat.com>
5252
5253 * MAINTAINERS: Move Jim Blandy to past maintainers.
5254
3017a003
TG
52552011-05-24 Tristan Gingold <gingold@adacore.com>
5256
5257 * symfile.h (enum dwarf2_section_enum): New type.
5258 (dwarf2_get_section_info): New prototype.
5259 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
5260 section_name by sect. Use a switch to select the info.
5261 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
5262 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
5263
c91c8c16
PA
52642011-05-24 Pedro Alves <pedro@codesourcery.com>
5265
5266 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
5267 shared library event breakpoint if there's no execution.
5268
77bc418a
TJB
52692011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
5270
5271 * breakpont.c (remove_hw_watchpoints): Remove unused function.
5272 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
5273
c50491a7
TT
52742011-05-23 Tom Tromey <tromey@redhat.com>
5275
5276 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
5277 NULL.
5278
6d64e6d4
DE
52792011-05-23 Doug Evans <dje@google.com>
5280
5281 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
5282 entry for RuntimeError to doc string.
5283
2067c8d4
JG
52842011-05-23 Jerome Guitton <guitton@adacore.com>
5285
5286 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
5287 sequence for probing loops.
5288
b136cd05
PA
52892011-05-23 Pedro Alves <pedro@codesourcery.com>
5290
5291 * infrun.c (user_visible_resume_ptid): Fix typos in describing
5292 comment.
5293
22e74ef9
MK
52942011-05-21 Mark Kettenis <kettenis@gnu.org>
5295
5296 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
5297 zero as the value for %g0 in the register cache.
5298 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
5299 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
5300
842951eb
PA
53012011-05-20 Pedro Alves <pedro@codesourcery.com>
5302
5303 * infrun.c (proceed): Set previous_inferior_ptid here.
5304 (init_wait_for_inferior): Initialize previous_inferior_ptid from
5305 inferior_ptid, not null_ptid.
5306 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
5307 (fetch_inferior_event): Nor here.
5308
46cf51e6
PA
53092011-05-20 Pedro Alves <pedro@codesourcery.com>
5310
5311 * inf-loop.c (inferior_event_handler): Only output a message if
5312 verbose.
5313
29ef4c46
LM
53142011-05-20 Luis Machado <lgustavo@codesourcery.com>
5315
5316 * MAINTAINERS: Update my e-mail address.
5317
f148b27e
PA
53182011-05-20 Pedro Alves <pedro@codesourcery.com>
5319
5320 * infrun.c (proceed): Switch the inferior event loop to
5321 INF_EXEC_COMPLETE if the target refused to resume from a
5322 vfork/fork.
5323
09cee04b
PA
53242011-05-20 Pedro Alves <pedro@codesourcery.com>
5325
5326 * infcmd.c: Include "inf-loop.h".
5327 (step_once): When stepping into an inline subroutine, pretend the
5328 target has run. If the target can async, switch the inferior
5329 event loop to INF_EXEC_COMPLETE.
5330 * inferior.h (user_visible_resume_ptid): Declare.
5331 * infrun.c (user_visible_resume_ptid): New function, factored out
5332 from `resume'.
5333 (resume): Use it.
5334 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
5335 that the current thread is running. Merge async and sync
5336 branches.
5337
751b8ce1
PA
53382011-05-20 Pedro Alves <pedro@codesourcery.com>
5339
5340 * infcmd.c (step_1): Simplify synchronous case.
5341
e93a69ed
PA
53422011-05-20 Pedro Alves <pedro@codesourcery.com>
5343
5344 * tracepoint.c: Include exceptions.h.
5345 (TFILE_PID): Move higher in file.
5346 (tfile_open): Delay pushing the tfile target until we're assured
5347 the tfile header is present in the file. Wrap reading the initial
5348 newline-terminated lines in TRY_CATCH. Pop the target if the
5349 initial setup failed. Add the tfile's thread immediately
5350 aftwards, before any non-essential setup. Don't skip
5351 post_create_inferior if there are no traceframes present in the
5352 file.
5353 (tfile_close): Remove redundant check for null before xfree call.
5354 (tfile_thread_alive): New function.
5355 (init_tfile_ops): Register it as to_thread_alive callback.
5356
6823e2b1
PA
53572011-05-20 Pedro Alves <pedro@codesourcery.com>
5358
5359 * tracepoint.c (tfile_open): Delete #if 0'd code.
5360
b3c8eb43
JK
53612011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 Fix -readnow for -gdwarf-4 unused type units.
5364 * dwarf2read.c (struct signatured_type): Remove the field offset.
5365 (create_signatured_type_table_from_index): Remove its initialization.
5366 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
5367 instead. Add a complaint call.
5368 (process_psymtab_comp_unit): Change assignment to gdb_assert.
5369 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
5370 (lookup_signatured_type_at_offset, read_signatured_type)
5371 (write_one_signatured_type): Update the field for per_cu.
5372
310afc76
TT
53732011-05-19 Tom Tromey <tromey@redhat.com>
5374
5375 * python/py-inferior.c (python_inferior_exit): Use
5376 target_gdbarch.
5377 (python_on_resume): Likewise.
5378
cf6c5ffb
TT
53792011-05-19 Matt Rice <ratmice@gmail.com>
5380
5381 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
5382
fb80a3c5
HZ
53832011-05-19 Hui Zhu <teawater@gmail.com>
5384
5385 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
5386
3672b1be
HZ
53872011-05-19 Hui Zhu <teawater@gmail.com>
5388
5389 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
5390
ff355380
TT
53912011-05-18 Tom Tromey <tromey@redhat.com>
5392
5393 * dwarf2read.c (dwarf2_add_field): Constify.
5394 * value.c (value_static_field): Constify.
5395 * gdbtypes.h (struct main_type) <field.field_location.physname>:
5396 Now const.
5397 * ax-gdb.c (gen_static_field): Constify
5398
ed731959
JK
53992011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5400
5401 * linux-nat.c (kill_callback): Use SIGKILL first.
5402
967cff16
JB
54032011-05-18 Joel Brobecker <brobecker@adacore.com>
5404
5405 * ada-lang.c (print_it_exception): Avoid use of sprintf.
5406
1d06ead6
TT
54072011-05-18 Tom Tromey <tromey@redhat.com>
5408
5409 * value.c (value_fn_field): Constify.
5410 * symtab.c (gdb_mangle_name): Constify.
5411 * stabsread.c (update_method_name_from_physname): Make 'physname'
5412 argument const.
5413 * p-typeprint.c (pascal_type_print_method_args): Make arguments
5414 const. Use explicit fputc_filtered loop.
5415 (pascal_type_print_base): Constify.
5416 * p-lang.h (pascal_type_print_method_args): Update.
5417 * linespec.c (add_matching_methods): Constify.
5418 (add_constructors): Likewise.
5419 * jv-typeprint.c (java_type_print_base): Constify.
5420 * gdbtypes.h (struct cplus_struct_type)
5421 <fn_fieldlist.fn_field.physname>: Now const.
5422 * dwarf2read.c (compute_delayed_physnames): Constify.
5423 (dwarf2_add_member_fn): Likewise.
5424 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
5425
0d9a9a5f
PA
54262011-05-18 Pedro Alves <pedro@codesourcery.com>
5427
5428 * infrun.c (resume): Mention which is the current thread, and its
5429 current PC in debug output.
5430 (prepare_to_proceed): Mention the thread switching in debug
5431 output.
5432
05386e9e
TT
54332011-05-18 Tom Tromey <tromey@redhat.com>
5434
5435 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
5436 path check. Use xmalloc and cleanups.
5437 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
5438
ee86786c
TT
54392011-05-17 Tom Tromey <tromey@redhat.com>
5440
5441 * cp-valprint.c (cp_print_value_fields): Catch errors from
5442 value_static_field.
5443
9ff3b74f
TT
54442011-05-17 Tom Tromey <tromey@redhat.com>
5445
5446 * dwarf2read.c (dwarf2_get_die_type): Call
5447 get_die_type_at_offset.
5448 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
5449 get_base_type function.
5450
cd3da28e
PA
54512011-05-17 Tomas Martinec <fyzmat@gmail.com>
5452
5453 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
5454 trap_expected.
5455
fd20d931
DE
54562011-05-16 Doug Evans <dje@google.com>
5457
5458 * python/py-auto-load.c (source_section_scripts): Mention objfile
5459 name in warning.
5460
75fc9810
DE
54612011-05-15 Doug Evans <dje@google.com>
5462
290351b8
DE
5463 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
5464 (try_thread_db_load_from_pdir): Call it. If unable to find
5465 libthread_db in directory of libpthread, see if we're looking at
5466 the separate-debug-info copy.
5467
75fc9810
DE
5468 * python/py-autoload.c (print_script): Print "Missing" instead of
5469 "No" for missing scripts.
5470 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
5471
9f7bc587
DE
54722011-05-13 Doug Evans <dje@google.com>
5473
5474 * ui-file.c (stdio_file_write_async_safe): Add comment.
5475
093cee7d
HZ
54762011-05-14 Hui Zhu <teawater@gmail.com>
5477
5478 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
5479
dbaefcf7
DE
54802011-05-13 Doug Evans <dje@google.com>
5481
98a5dd13
DE
5482 Support $pdir and $sdir in libthread-db-search-path.
5483 * NEWS: Mention $sdir,$pdir.
5484 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
5485 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
5486 (try_thread_db_load_from_sdir): New function.
5487 (try_thread_db_load_from_dir): New function.
5488 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
5489 system directories if search of libthread-db-search-path fails,
5490 that is now done via $sdir.
5491 (has_libpthread): New function.
5492 (thread_db_load): Remove search for libthread_db in directory of
5493 libpthread, that is now done via $pdir.
5494
dbaefcf7
DE
5495 * NEWS: Mention "info auto-load-scripts".
5496 * python/py-auto-load.c (struct auto_load_pspace_info): New member
5497 script_not_found_warning_printed.
5498 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
5499 all callers updated. Initialize script_not_found_warning_printed.
5500 (get_auto_load_pspace_data_for_loading): New function.
5501 (maybe_add_script): New function.
5502 (source_section_scripts): Simplify. Only print one warning regardless
5503 of the number of auto-load scripts not found.
5504 (clear_section_scripts): Clear script_not_found_warning_printed.
5505 (auto_load_objfile_script): Record script in hash table.
5506 (count_matching_scripts): New function.
5507 (maybe_print_script): Renamed from maybe_print_section_script, all
5508 callers updated. Rewrite to use ui_out_*.
5509 (info_auto_load_scripts): Renamed from
5510 maintenance_print_section_scripts, all callers updated.
5511 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
5512 renamed as "info auto-load-scripts".
5513
9930639c
TT
55142011-05-13 Tom Tromey <tromey@redhat.com>
5515
5516 * dwarf2expr.c (read_uleb128): Cast intermediate result.
5517 (read_sleb128): Likewise.
5518
06826322
TT
55192011-05-13 Tom Tromey <tromey@redhat.com>
5520
5521 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
5522 offset display.
5523
01124a23
DE
55242011-05-13 Doug Evans <dje@google.com>
5525
5526 * linux-nat.c (debug_linux_nat_async): Delete.
5527 Replace all references to use debug_linux_nat instead.
5528 (show_debug_linux_nat_async): Delete.
5529 (sigchld_handler): Call ui_file_write_async_safe instead of
5530 fprintf_unfiltered.
5531 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
5532 * ui-file.c (struct ui_file): New member to_write_async_safe.
5533 (null_file_write_async_safe): New function.
5534 (ui_file_write_async_safe): New function.
5535 (set_ui_file_write_async_safe): New function.
5536 (ui_file_new): Initialize to_write_async_safe.
5537 (stdio_file_write_async_safe): New function.
5538 (struct stdio_file): New member fd.
5539 (stdio_file_new): Initialize to_write_async_safe, fd.
bbfac39e
DE
5540 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
5541 fileno.
01124a23
DE
5542 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
5543 (set_ui_file_write_async_safe): Declare.
5544 (ui_file_write_async_safe): Declare.
5545
72fc29ff
TT
55462011-05-13 Tom Tromey <tromey@redhat.com>
5547
5548 * utils.c (do_value_free): New function.
5549 (make_cleanup_value_free): Likewise.
5550 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
5551 freeing correctly.
5552 (dwarf2_loc_desc_needs_frame): Call
5553 make_cleanup_value_free_to_mark.
5554 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
5555 * dwarf2expr.c (free_dwarf_expr_context): Don't call
5556 value_free_to_mark.
5557 (new_dwarf_expr_context): Don't call value_mark.
5558 * dwarf2-frame.c (execute_stack_op): Call
5559 make_cleanup_value_free_to_mark.
5560 * defs.h (make_cleanup_value_free): Declare.
5561
028d0ed5
TJB
55622011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5563
5564 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
5565 prepare_execute_command.
5566 * top.c (prepare_execute_command): Return cleanup.
5567 (execute_command): Use cleanup from prepare_execute_command.
5568 * top.h (prepare_execute_command): Change prototype to return
5569 cleanup.
5570 * defs.h (struct value): Add opaque declaration.
5571 (make_cleanup_value_free_to_mark): Add prototype.
5572 * utils.c (do_value_free_to_mark): New function.
5573 (make_cleanup_value_free_to_mark): Likewise.
5574
b087e0ed
TT
55752011-05-12 Tom Tromey <tromey@redhat.com>
5576
5577 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
5578 cast left-hand-side to unsigned.
5579
8a9b8146
TT
55802011-05-12 Tom Tromey <tromey@redhat.com>
5581
5582 PR gdb/12617:
5583 * value.h (value_from_contents): Declare.
5584 * value.c (value_from_contents): New function.
5585 * dwarf2read.c (dwarf_stack_op_name): Add new values.
5586 (dwarf2_get_die_type): New function.
5587 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
5588 (allocate_piece_closure): Acquire reference to values.
5589 (read_pieced_value): Update for value-based expressions.
5590 (write_pieced_value): Likewise.
5591 (free_pieced_value_closure): Call value_free as needed.
5592 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
5593 Update for value-based expressions.
5594 * dwarf2loc.h (dwarf2_get_die_type): Declare.
5595 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
5596 <get_base_type>: New field.
5597 (struct dwarf_expr_piece) <v.value>: Change type.
5598 <v.regno>: New field.
5599 (struct dwarf_expr_context) <mark>: New field.
5600 (dwarf_expr_piece, dwarf_expr_fetch): Update.
5601 (dwarf_expr_pop, dwarf_expr_push): Remove.
5602 (dwarf_expr_push_address): Declare.
5603 * dwarf2expr.c (dwarf_arch_cookie): New global.
5604 (struct dwarf_gdbarch_types): New.
5605 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
5606 functions.
5607 (dwarf_expr_push): Change type of 'value' argument. Update. Now
5608 static.
5609 (dwarf_expr_push_address): New function.
5610 (dwarf_expr_pop): Now static.
5611 (dwarf_expr_fetch): Change return type.
5612 (dwarf_require_integral): New function.
5613 (dwarf_expr_fetch): Simplify.
5614 (add_piece): Update.
5615 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
5616 functions.
5617 (execute_stack_op) <sign_ext>: Remove.
5618 Use values for DWARF stack.
5619 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
5620 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
5621 New cases.
5622 (_initialize_dwarf2expr): New function.
5623 (add_piece): Update.
5624 (new_dwarf_expr_context): Set new field.
5625 (free_dwarf_expr_context): Call value_free_to_mark.
5626 * dwarf2-frame.c (no_base_type): New function.
5627 (execute_stack_op): Set get_base_type field. Update.
5628
e8d28ef4
TT
56292011-05-12 Tom Tromey <tromey@redhat.com>
5630
5631 * dwarf2read.c (read_common_block): Fix formatting.
5632
d248b706
KY
56332011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5634
5635 * breakpoint.c (disable_breakpoint): Disable all locations
5636 associated with a tracepoint on target if a trace experiment is
5637 running.
5638 (disable_command): Disable a specific tracepoint location on target if
5639 a trace experiment is running.
5640 (do_enable_breakpoint): Enable all locations associated with a
5641 tracepoint on target if a trace experiment is running.
5642 (enable_command) Enable a specific tracepoint location on target if a
5643 trace experiment is running.
5644 * target.c (update_current_target): Add INHERIT and de_fault clauses for
5645 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
5646 to_disable_tracepoint.
5647 * target.h: Add declaration of struct bp_location.
5648 (struct target_ops): Add new functions
5649 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
5650 to_disable_tracepoint to target operations.
5651 (target_supports_enable_disable_tracepoint): New macro.
5652 (target_enable_tracepoint): New macro.
5653 (target_disable_tracepoint): New macro.
5654 * remote.c (struct remote_state): Add new field.
5655 (remote_enable_disable_tracepoint_feature): New.
5656 (remote_protocol_features): Add new entry.
5657 (remote_supports_enable_disable_tracepoint): New.
5658 (remote_enable_tracepoint): New.
5659 (remote_disable_tracepoint): New.
5660 (init_remote_ops): Add remote_enable_tracepoint,
5661 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
5662 to remote operations.
5663 * tracepoint.c (start_tracing): Allow tracing to start without any
5664 tracepoints enabled with just a warning if they can be re-enabled
5665 later.
5666 * NEWS: Add news item for the new behaviour of the enable and disable
5667 GDB commands when applied to tracepoints.
5668 Add news items for the new remote packets QTEnable and QTDisable.
5669
cc88a640
JK
56702011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5671
5672 * config.in: Regenerate.
5673 * configure: Regenerate.
5674 * configure.ac <--with-system-readline> (for readline_echoing_p):
5675 Remove the test.
5676 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
5677 (tui_old_rl_echoing_p): ... here.
5678 (tui_setup_io): Rename extern declaration readline_echoing_p to
5679 _rl_echoing_p. Adjust assignments for the both renames.
5680
1f84b619
TJB
56812011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
5682
5683 * symtab.c (lookup_symtab): Run cleanup before returning.
5684
74ac6d43
TT
56852011-05-11 Tom Tromey <tromey@redhat.com>
5686
5687 * dwarf2read.c (handle_data_member_location): New function.
5688 (dwarf2_add_field): Use it.
5689 (read_common_block): Likewise.
5690
5488dafb
JK
56912011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 Make addrs->SECTINDEX always defined.
5694 * symfile.c (relative_addr_info_to_section_offsets): Check for
5695 SECTINDEX -1, not for zero ADDR.
5696 (addrs_section_compar): Remove checking for invalid SECTINDEX.
5697 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
5698 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
5699 on its validity.
5700
84e578fb
DE
57012011-05-10 Doug Evans <dje@google.com>
5702
2471d008
DE
5703 * linux-thread-db.c: Whitespace cleanup.
5704 (try_thread_db_load_1): Fix comment.
5705
84e578fb
DE
5706 * linux-thread-db.c (set_libthread_db_search_path): New function.
5707 (_initialize_thread_db): Add setter for libthread-db-search-path.
5708
673c2bbe
DE
57092011-05-09 Doug Evans <dje@google.com>
5710
478aac75
DE
5711 * NEWS: Mention --with-iconv-bin.
5712 * configure.ac: New option --with-iconv-bin.
5713 * configure: Regenerate.
5714 * config.in: Regenerate.
5715 * defs.h (relocate_gdb_directory): Declare.
5716 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
5717 removed progname parameter, and exported. All callers updated.
5718 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
5719
673c2bbe
DE
5720 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
5721 adding missing call to restore_child_signals_mask.
5722
e4c8541f
PA
57232011-05-09 Pedro Alves <pedro@codesourcery.com>
5724
5725 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
5726 parameter.
5727 * infrun.c (proceed, start_remote): Adjust.
5728 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
5729 and adjust to not handle it.
5730 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
5731 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
5732 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
5733 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
5734 * windows-nat.c (do_initial_windows_stuff): Adjust.
5735 * infcmd.c (attach_command): Adjust.
5736 (notice_new_inferior): Adjust.
5737
a536c6d7
UW
57382011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5739
5740 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
5741 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
5742 * spu-tdep.c (op_selb): Use correct value.
5743
7845b013
UW
57442011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5745
5746 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
5747 "parent" parameter to symbol_file_add_from_bfd call.
5748
9c06b0b4
TJB
57492011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5750 Thiago Jung Bauermann <bauerman@br.ibm.com>
5751
5752 Implement support for PowerPC BookE masked watchpoints.
5753 * NEWS: Mention masked watchpoint support. Create "Changed commands"
5754 section.
5755 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
5756 method. Initialize to NULL in all existing breakpoint_ops instances.
5757 (struct breakpoint) <hw_wp_mask>: New field.
5758 * breakpoint.c (is_masked_watchpoint): Add prototype.
5759 (update_watchpoint): Don't set b->val for masked watchpoints. Call
5760 breakpoint's breakpoint_ops.works_in_software_mode if available.
5761 (watchpoints_triggered): Handle the case of a hardware masked
5762 watchpoint trigger.
5763 (watchpoint_check): Likewise.
5764 (works_in_software_mode_watchpoint): New function.
5765 (insert_masked_watchpoint, remove_masked_watchpoint)
5766 (resources_needed_masked_watchpoint)
5767 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
5768 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
5769 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
5770 functions.
5771 (masked_watchpoint_breakpoint_ops): New structure.
5772 (watch_command_1): Check for the existence of the `mask' parameter.
5773 Set b->ops according to the type of hardware watchpoint being created.
5774 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
5775 (ppc_linux_remove_mask_watchpoint)
5776 (ppc_linux_masked_watch_num_registers): New functions.
5777 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
5778 to_remove_mask_watchpoint and to_masked_watch_num_registers.
5779 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
5780 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
5781 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
5782 (target_masked_watch_num_registers): New functions.
5783 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
5784 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
5785 methods.
5786 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
5787 (target_masked_watch_num_registers): Add prototypes.
5788
8be455d7
JK
57892011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5790
5791 PR 12573
5792 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
5793 (producer_is_gcc_ge_4_0): New function.
5794 (process_full_comp_unit): Set also symtab->locations_valid. Move the
5795 symtab->language code.
5796 (var_decode_location): Set cu->has_loclist.
5797 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
5798 skip. Intialize force_skip from locations_valid. Move the prologue
5799 skipping code into two passes.
5800 * symtab.h (struct symtab): Make the primary field a bitfield. New
5801 field locations_valid.
5802
d8228535
JK
58032011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5804
5805 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
5806 (classify_inner_name): Call cp_lookup_nested_type with
5807 yylval.tsym.type.
5808 * cp-namespace.c (cp_lookup_nested_type): New variable
5809 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
5810 type_name_no_tag_or_error with saved_parent_type.
5811 * dwarf2read.c (load_partial_dies): Read in any children of
5812 DW_TAG_typedef with complaint in such case.
5813 * gdbtypes.c (type_name_no_tag_or_error): New function.
5814 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
5815 * valops.c (destructor_name_p): New comment for parameter type. Remove
5816 type const. Make dname and cp const. Call type_name_no_tag_or_error.
5817 * value.h (destructor_name_p): Remove type const.
5818
1976171a
JK
58192011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5820
5821 * symtab.c (compare_symbol_name): New function.
5822 (completion_list_add_name, expand_partial_symbol_name): Call it,
5823 remove the variable ncmp.
5824 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
5825 gdb_assert it.
5826
a9634178
TJB
58272011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5828
5829 Demote to sw watchpoint only in update_watchpoint.
5830 * breakpoint.c (update_watchpoint): Change between software and
5831 hardware watchpoint for all kinds of watchpoints, not just
5832 read/write ones. Determine b->exact value here instead of
5833 in watch_command_1. Error out if there are not enough resources
5834 for a read or access hardware watchpoint.
5835 (watch_command_1): Remove logic of checking whether there are
5836 enough resources available, since update_watchpoint will do that
5837 work now. Don't set b->exact here. Catch exceptions thrown by
5838 update_watchpoint and delete the watchpoint.
5839 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
5840 Use target_exact_watchpoints instead.
5841 (delete_breakpoint): Notify observers only if deleted watchpoint
5842 has a breakpoint number assigned to it.
5843
4c67c798
JJ
58442011-05-05 Janis Johnson <janisjo@codesourcery.com>
5845
5846 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5847
a3fcb948
JG
58482011-05-05 Jerome Guitton <guitton@adacore.com>
5849
5850 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
5851 New functions.
5852 (i386_stack_tramp_frame_unwind): New static global.
5853 (i386_match_pattern): New function, extracted from i386_match_insn.
5854 (i386_match_insn): Use i386_match_pattern.
5855 (i386_match_insn_block): New function.
5856 (i386_tramp_chain_in_reg_insns)
5857 (i386_tramp_chain_on_stack_insns): New static variables.
5858 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
5859 of unwinders.
5860
4d393d60
JM
58612011-05-04 Joseph Myers <joseph@codesourcery.com>
5862
5863 * configure.host (xscale*): Don't handle target.
5864 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
5865 handle targets.
5866
f70bd40b
YQ
58672011-05-04 Yao Qi <yao@codesourcery.com>
5868
5869 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
5870
dd3295ee
JB
58712011-05-03 Joel Brobecker <brobecker@adacore.com>
5872
5873 Revert:
5874 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
5875 | * elfread.c (elf_symtab_read): Stop memory leak.
5876
90375a0e
PM
58772011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5878
5879 * nto-tdep.c (nto_target): Replace deprecated call to
5880 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
5881
d07205c2
JK
58822011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 Fix false GCC warning.
5885 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
5886
1e718ff1
TJB
58872011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
5888
5889 * breakpoint.c (update_watchpoint): Move code to change
5890 the enable state of breakpoint from here ...
5891 (do_enable_breakpoint): ... to here.
5892
35bef4fd
TT
58932011-04-26 Andrew Gontarek <andrewg@cray.com>
5894
78290264
PP
5895 * valprint.c (val_print_array_elements): Fixed poor performance
5896 of printing very large arrays with repeat_count_threshold set
5897 to unlimited. New comment.
35bef4fd 5898
38a714bb
TT
58992011-04-29 Tom Tromey <tromey@redhat.com>
5900
5901 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
5902 (mi_parse): Likewise.
5903 * breakpoint.c (break_range_command): Use sizeof char*, not
5904 char**.
5905 (create_breakpoint): Likewise.
5906 (parse_breakpoint_sals): Likewise.
5907
eb73ad13
PA
59082011-04-29 Pedro Alves <pedro@codesourcery.com>
5909
5910 * linux-nat.c (linux_child_remove_fork_catchpoint)
5911 (linux_child_remove_vfork_catchpoint)
5912 (linux_child_remove_exec_catchpoint): New functions.
5913 (linux_target_install_ops): Install them.
5914
d65aec65
PM
59152011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5916
5917 PR mi/12531
5918
5919 * varobj.c (install_default_visualizer): Do not install a
5920 visualizer if the varobj is CPLUS_FAKE_CHILD.
5921 (construct_visualizer): Likewise.
5922
165195f4
JK
59232011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5924
5925 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
5926 case insensitive comparison.
5927
30852783
UW
59282011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5929
5930 * infrun.c (proceed): Revert previous change.
5931 (resume): Instead, handle the case of signal delivery while stepping
5932 off a breakpoint location here, and only if software single-stepping
5933 is used. Handle nested signals.
5934
7ff120b4
YQ
59352011-04-28 Yao Qi <yao@codesourcery.com>
5936
5937 * arm-tdep.c (copy_unmodified): Rename to ...
5938 (arm_copy_unmodified): .. this. New.
5939 (copy_preload): Move common part to ...
5940 (install_preload): .. this. New.
5941 (arm_copy_preload): New.
5942 (copy_preload_reg): Move common part to ...
5943 (install_preload_reg): ... this. New.
5944 (arm_copy_preload_reg): New.
5945 (copy_b_bl_blx): Move common part to ...
5946 (install_b_bl_blx): .. this. New.
5947 (arm_copy_b_bl_blx): New.
5948 (copy_bx_blx_reg): Move common part to ...
5949 (install_bx_blx_reg): ... this. New.
5950 (arm_copy_bx_blx_reg): New.
5951 (copy_alu_reg): Move common part to ...
5952 (install_alu_reg): ... this. New.
5953 (arm_copy_alu_reg): New.
5954 (copy_alu_shifted_reg): Move common part to ...
5955 (install_alu_shifted_reg): ... this. New.
5956 (copy_ldr_str_ldrb_strb): Move common part to ...
5957 (install_ldr_str_ldrb_strb): ... this. New.
5958 (arm_copy_ldr_str_ldrb_strb): New.
5959 (copy_copro_load_store): Move some common part to ...
5960 (install_copy_copro_load_store): ... this. New.
5961 (arm_copy_copro_load_store): New.
5962 (copy_svc): Delete.
5963 (arm_copy_svc): Renamed from copy_svc.
5964 (copy_undef): Delete.
5965 (arm_copy_undef): Renamed from copy_undef.
5966 (decode_ext_reg_ld_st): Delete.
5967 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
5968 (decode_svc_copro): Delete.
5969 (arm_decode_svc_copro): Renamed from decode_svc_copro.
5970 (copy_copro_load_store, copy_alu_imm): update callers.
5971 (copy_extra_ld_st, copy_block_xfer): Likewise.
5972 (decode_misc_memhint_neon, decode_unconditional): Likewise.
5973 (decode_miscellaneous, decode_dp_misc): Likewise.
5974 (decode_ld_st_word_ubyte, decode_media): Likewise.
5975 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
5976 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
5977 (decode_unconditional, decode_miscellaneous): Likewise.
5978 (decode_media, decode_b_bl_ldmstm): Likewise.
5979 (arm_process_displaced_insn): Likewise..
5980 (decode_misc_memhint_neon): Delete.
5981 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
5982 (decode_miscellaneous): Delete.
5983 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
5984 (decode_dp_misc): Delete.
5985 (arm_decode_dp_misc): Renamed from decode_dp_misc.
5986 (decode_ld_st_word_ubyte): Delete.
5987 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
5988 (decode_media): Delete.
5989 (arm_decode_media): Renamed from decode_media.
5990 (decode_b_bl_ldmstm): Delete.
5991 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
5992 (decode_ext_reg_ld_st): Delete.
5993 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
5994 (decode_unconditional): Delete.
5995 (arm_decode_unconditional): Renamed from decode_unconditional.
5996
559a7a62
JK
59972011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5998
5999 Case insensitive lookups implementation.
6000 * dwarf2read.c: Include ctype.h.
6001 (struct mapped_index): New field version.
6002 (mapped_index_string_hash): New parameter index_version. New comment
6003 for it. Call tolower appropriately.
6004 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
6005 Choose the right index version for mapped_index_string_hash.
6006 (dwarf2_read_index): Support also the index version 5. Initialize the
6007 new struct mapped_index field version.
6008 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
6009 (find_slot): Explain the version needs. Pass INT_MAX for the new
6010 parameter.
6011 (write_psymtabs_to_index): Produce version 5.
6012 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
6013 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
6014 * psymtab.c (lookup_partial_symbol): Find the
6015 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
6016 entries.
6017 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
6018 NAME lowercasing.
6019 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
6020 (completion_list_add_name): New variable ncmp, initialize it, use it.
6021 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
6022 * utils.c (strcmp_iw): Support case_sensitive_off.
6023 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
6024 New function comment part. New variables saved_string1,
6025 saved_string2 and case_pass. Add a proper second pass.
6026
681bf369
JK
60272011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6028
6029 Replace re_comp/re_exec by regcomp/regexec.
6030 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
6031 (search_symbols_name_matches): Use them, use regexec.
6032 (search_symbols): New variable retval_chain, adjust the use of
6033 old_chain against it. Replace re_comp by regcomp. Use the new struct
6034 search_symbols_data fields, use regexec instead of re_exec.
6035
b11b1f88
JK
60362011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6037
6038 Format the code for the next patch.
6039 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
6040 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
6041 New variables c1 and c2.
6042
2484c66b
UW
60432011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6044
6045 * infrun.c (proceed): Do not single-step into signal delivery
6046 when stepping off a breakpoint location.
6047 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
6048 (insert_step_resume_breakpoint_at_caller): Likewise.
6049 (insert_step_resume_breakpoint_at_sal): Likewise.
6050 (insert_longjmp_resume_breakpoint): Likewise.
6051
47423772
YQ
60522011-04-27 Yao Qi <yao@codesourcery.com>
6053
6054 * common/linux-ptrace.h: Remove include <sys/wait.h>.
6055
13bdd2e7
JB
60562011-04-27 Joel Brobecker <brobecker@adacore.com>
6057
6058 * procfs.c (procfs_pass_signals): Fix advance declaration.
6059
2455069d
UW
60602011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6061
6062 * target.h (struct target_ops): Remove to_notice_signals;
6063 add to_pass_signals.
6064 (target_notice_signals): Remove.
6065 (target_pass_signals): Add prototype.
6066 * target.c (update_current_target): Remove to_notice_signals;
6067 mention to_pass_signals.
6068 (target_pass_signals): New function.
6069 (debug_to_notice_signals): Remove.
6070 (setup_target_debug): Do not install debug_to_notice_signals.
6071
6072 * infrun.c (signal_pass): New global.
6073 (resume): Call target_pass_signals.
6074 (handle_inferior_event): Report all signals while stepping over
6075 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
6076 are re-inserted when stepping over a signal handler.
6077 (signal_cache_update): New function.
6078 (signal_stop_update): Call it.
6079 (signal_print_update): Likewise.
6080 (signal_pass_update): Likewise.
6081 (handle_command): Call signal_cache_update and target_pass_signals
6082 instead of target_notice_signals.
6083 (_initialize_infrun): Initialize signal_pass.
6084
6085 * linux-nat.c (pass_mask): New global.
6086 (linux_nat_pass_signals): New function.
6087 (linux_nat_create_inferior): Report all signals initially.
6088 (linux_nat_attach): Likewise.
6089 (linux_nat_resume): Use pass_mask to decide whether to directly
6090 handle an inferior signal.
6091 (linux_nat_wait_1): Likewise.
6092 (linux_nat_add_target): Install to_pass_signals callback.
6093
6094 * nto-procfs.c (notice_signals): Remove.
6095 (procfs_resume): Do not call notice_signals.
6096 (procfs_notice_signals): Remove.
6097 (procfs_pass_signals): New function.
6098 (init_procfs_ops): Install to_pass_signals callback instead of
6099 to_notice_signals callback.
6100 (_initialize_procfs): Report all signals initially.
6101
6102 * procfs.c (procfs_notice_signals): Remove.
6103 (procfs_pass_signals): New function.
6104 (procfs_target): Install to_pass_signals callback instead of
6105 to_notice_signals callback.
6106 (register_gdb_signals): Remove.
6107 (procfs_debug_inferior): Report all signals initially.
6108 (procfs_init_inferior): Remove redundant register_gdb_signals call.
6109
6110 * remote.c (remote_pass_signals): Add numsigs and pass_signals
6111 parameters; use them instead of calling signal_..._state routines.
6112 (remote_notice_signals): Remove.
6113 (remote_start_remote): Report all signals initially.
6114 (remote_resume): Do not call remote_pass_signals.
6115 (_initialize_remote): Install to_pass_signals callback instead of
6116 to_notice_signals callback.
6117
46c6471b
PA
61182011-04-27 Pedro Alves <pedro@codesourcery.com>
6119
6120 * breakpoint.c (user_settable_breakpoint): Delete.
6121 (user_breakpoint_p): Remove check on user_settable_breakpoint.
6122 (delete_command): Check user_breakpoint_p instead of looking at
6123 the breakpoint's type.
6124 (disable_command): Ditto.
6125 (enable_command): Ditto.
6126 (delete_trace_command): Use user_breakpoint_p instead of looking
6127 at the breakpoint number directly. When checking if there are
6128 user visible tracepoints, in order to know whether to ask the user
6129 for confirmation, check whether the breakpoint is actually a
6130 tracepoint.
6131
f6d90398
VP
61322011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6133
6134 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
6135 compilation.
6136
8d3788bd
VP
61372011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6138
6139 MI breakpoint notifications.
6140
f33edef8
PP
6141 * annotate.c (breakpoint_changed): Adjust parameter type.
6142 * breakpoint.c (set_breakpoint_condition): Adjust to change
6143 in breakpoint_modified type.
6144 (breakpoint_set_commands): Likewise.
6145 (do_map_commands_command): Likewise.
6146 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
6147 changed after bumping hit count.
6148 (bpstat_stop_status): Likewise.
6149 (print_one_breakpoint_location): Don't wrap in tuple here.
6150 (print_one_breakpoint): Always print individual locations.
6151 For locations, use unnamed tuple.
6152 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
6153 has changed.
6154 (create_catchpoint, create_syscall_event_catchpoint): Call
6155 breakpoint_created obsever.
6156 (mention): Don't call breakpoint_created observer.
6157 (create_breakpoint_sal): Call breakpoint_created observer.
6158 (create_breakpoint, watch_command_1): Likewise.
6159 (create_ada_exception_breakpoint): Likewise.
6160 (delete_breakpoint): Call breakpoint_deleted breakpoint.
6161 (locations_are_equal): New.
6162 (update_breakpoint_locations): If locations were changed, notify.
6163 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
6164 Call breakpoint_modified observer.
6165
6166 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
6167 (mi_cmd_break_insert): Don't set observers for modify and delete.
6168 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
6169 (mi_breakpoint_created, mi_breakpoint_deleted)
6170 (mi_breakpoint_modified): New.
6171 (mi_interpreter_init): Hook the above.
6172 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
6173 while -break-* commands are executing.
6174 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
6175 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
6176 (mi_redirect): New.
6177 (mi_ui_out_impl): Hook in mi_redirect.
6178 (mi_field_skip): True to the name, skip the field, don't output
6179 a field with an empty value.
6180
6181 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6182 (gdbpy_breakpoint_deleted): Adjust.
6183 * tui/tui-hooks.c (tui_event_create_breakpoint)
6184 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
8d3788bd 6185
a8f42b45
UW
61862011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
6187
6188 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
6189 (procfs_remove_hw_watchpoint): Likewise.
6190
57e12211
TT
61912011-04-26 Michael Walle <michael@walle.cc>
6192
6193 * remote.c (remote_start_remote): Ack packet after sending the
6194 interrupt sequence.
6195
af96c192
YQ
61962011-04-26 Yao Qi <yao@codesourcery.com>
6197
f33edef8
PP
6198 * linux-nat.c: Move common macros to ...
6199 Include linux-ptrace.h.
6200 * common/linux-ptrace.h: ... here. New.
af96c192 6201
3e03848b
JK
62022011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6203
6204 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
6205 !objfile_has_partial_symbols. New comment.
6206 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
6207 SYM_READ_PSYMBOLS is not present. Extend the comment.
6208 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
6209
1ae0d051
JK
62102011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6211
6212 * defs.h (ENUM_BITFIELD): Remove.
6213
03f2bd59
JK
62142011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6215 Eli Zaretskii <eliz@gnu.org>
6216
6217 * NEWS: Document the new gdbserver --once option.
6218
4161fbb0
JZ
62192011-04-21 Jie Zhang <jzhang918@gmail.com>
6220
6221 * MAINTAINERS: Update my email address.
6222
bcb28afc
PM
62232011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6224
6225 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
6226 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
6227 function call if __STDC_ISO_10646__ macro is defined.
6228 (intermediate_encoding): New prototype.
6229 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
6230 to generate compile time error for unsupported gdb_wchar_t size.
6231 (ENDIAN_SUFFIX): New macro.
6232 (intermediate_encoding): New function.
6233
7b08b9eb
JK
62342011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6235
6236 * ada-lang.c (struct add_partial_datum): Update the comment for
6237 expand_partial_symbol_name.
6238 (ada_add_partial_symbol_completions): Rename to ...
6239 (ada_expand_partial_symbol_name): ... here, change return type, update
6240 function comment, call symbol_completion_match instead of
6241 symbol_completion_add.
6242 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
6243 and ada_expand_partial_symbol_name.
6244 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
6245 FILE_MATCHER.
6246 (dw2_map_symbol_names): Remove.
6247 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
6248 * psymtab.c (map_symbol_names_psymtab): Remove.
6249 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
6250 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
6251 order.
6252 (psym_functions): Unlist map_symbol_names_psymtab.
6253 (map_partial_symbol_names): Rename to ...
6254 (expand_partial_symbol_names): ... here, change the FUN type, call
6255 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
6256 * psymtab.h (map_partial_symbol_names): Rename to ...
6257 (expand_partial_symbol_names): ... here, change the FUN type.
6258 * symfile.h (struct quick_symbol_functions): Update the description of
6259 expand_symtabs_matching. Remove map_symbol_names.
6260 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
6261 (struct add_name_data): Update the comment for
6262 expand_partial_symbol_name.
6263 (add_partial_symbol_name): Rename to ...
6264 (expand_partial_symbol_name): ... here. Replace
6265 completion_list_add_name call by strncmp.
6266 (default_make_symbol_completion_list_break_on): Use now
6267 expand_partial_symbol_names and expand_partial_symbol_name.
6268 * symtab.h (enum search_domain): New element ALL_DOMAIN.
6269
90476074
TT
62702011-04-20 Tom Tromey <tromey@redhat.com>
6271
6272 * dwarf2read.c (save_gdb_index_command): Replace format
6273 documentation with a pointer to the manual.
6274
c21236dc
PA
62752011-04-20 Pedro Alves <pedro@codesourcery.com>
6276
6277 * regcache.c: Include remote.h.
6278 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
6279 (regcache_dump): Handle regcache_dump_remote.
6280 (maintenance_print_remote_registers): New function.
6281 (_initialize_regcache): Install "maint print remote-registers"
6282 command.
6283 * remote.c (map_regcache_remote_table): New function, factored out
6284 from ...
6285 (init_remote_state): ... here.
6286 (remote_register_number_and_offset): New.
6287 * remote.h (remote_register_number_and_offset): Declare.
6288
b78974c3
PA
62892011-04-20 Pedro Alves <pedro@codesourcery.com>
6290
6291 * regcache.c (get_thread_arch_regcache): If creating a regcache for
6292 null_ptid, assume and allow a NULL address space, instead of
6293 asking the target for the ptid's address space.
6294 * infrun.c (ptid_is_pid): Remove assertion.
6295
7a9dd1b2
TT
62962011-04-19 Tom Tromey <tromey@redhat.com>
6297
6298 * windows-tdep.c (windows_xfer_shared_library):
6299 * windows-nat.c (get_module_name, windows_make_so):
6300 * v850-tdep.c (v850_handle_pushm):
6301 * utils.c (null_cleanup, gdb_realpath):
6302 * ui-out.c (get_next_header):
6303 * tracepoint.c (clear_traceframe_info):
6304 * symtab.c (lookup_symtab):
6305 * serial.h (struct serial_ops):
6306 * mipsread.c (read_alphacoff_dynamic_symtab):
6307 * infcmd.c (print_return_value):
6308 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
6309 * f-exp.y (parse_number):
6310 * exceptions.c (catch_exceptions):
6311 * dummy-frame.c (dummy_frame_this_id):
6312 * defs.h (struct cleanup):
6313 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
6314 * arm-tdep.c (arm_push_dummy_call):
6315 * amd64-tdep.h (amd64_collect_xsave):
6316 * amd64-tdep.c (amd64_collect_xsave):
6317 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
6318 * README (typing): Remove duplicate words.
6319 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
6320 * infrun.c (siginfo_value_read): Fix typo.
6321 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
6322 * top.c (source_line_number): Add comma.
6323
9941e0c5
MK
63242011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
6325
6326 * thread.c (any_live_thread_of_process): Prioritize threads
6327 that are not executing.
6328 * gdbthread.h (any_live_thread_of_process): Update comment
6329 as per above change.
6330
ed4b0e6a
AS
63312011-04-19 Andreas Schwab <schwab@linux-m68k.org>
6332
6333 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
6334 (scan_xcoff_symtab): Likewise.
6335
9b13a2db
PM
63362011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6337
6338 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
6339 inside if clause.
6340
1c6e1b0d
PM
63412011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6342 Pedro Alves <pedro@codesourcery.com>
6343
6344 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
6345 variables to simplify code and avoid == operator at end of
6346 line as this is against GNU coding standards.
6347
74de0234
PM
63482011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6349
6350 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
6351 lm_name to name_lm to avoid conflict with lm_name function.
6352
b23518f0
PM
63532011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6354
6355 ARI fixes: Use only lowercase function name for static functions.
6356 * nto-tdep.c (LM_ADDR): Rename to...
6357 (lm_addr): New function name.
6358 (nto_relocate_section_addresses): Adapt to change above.
6359 * solib-sunos.c (LM_ADDR): Rename to...
6360 (lm_addr): New function name.
6361 (LM_NEXT): Rename to...
6362 (lm_next): New function name.
6363 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
6364 function name changes above.
6365 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
6366 (lm_addr_from_link_map): New function name.
6367 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
6368 (has_lm_dynamic_from_link_map): New function name.
6369 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
6370 (lm_dynamic_from_link_map): New function name.
6371 (LM_ADDR_CHECK): Rename to...
6372 (lm_addr_check): New function name.
6373 (LM_NEXT): Rename to...
6374 (lm_next): New function name.
6375 (LM_PREV): Rename to...
6376 (lm_prev): New function name.
6377 (LM_NAME): Rename to...
6378 (lm_name): New function name.
6379 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
6380 (ignore_first_link_map_entry): New function name.
6381 (svr4_keep_data_in_core): Adapt to function name changes above.
6382 (svr4_current_sos): Likewise.
6383 (enable_break): Likewise.
6384 (svr4_relocate_section_addresses): Likewise.
6385
1448a0a2
PM
63862011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6387
6388 ARI cleanup.
6389 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
6390 sprintf. Simplify code and avoid loosing memory.
6391 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
6392 (call0_frame_cache): Remove && operator from end of line.
6393
02835898
JK
63942011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6395
6396 Fix libraries displacement if they change whether they were prelinked.
6397 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
6398 does not match. Comment why.
6399
9a845ea2
JK
64002011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6401
6402 * corelow.c: Include wrapper.h.
6403 (core_open): Call now gdb_target_find_new_threads.
6404 * wrapper.c: Include target.h.
6405 (gdb_target_find_new_threads): New.
6406 * wrapper.h (gdb_target_find_new_threads): New declaration.
6407
254f582e
JK
64082011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6409
6410 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
6411 even if !TARGET_HAS_EXECUTION.
6412
63524580
JK
64132011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6414
6415 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
6416 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
6417 bfd_get_synthetic_symtab.
6418 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
6419 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
6420 parameter parent, remove the call to add_separate_debug_objfile.
6421 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
6422 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
6423 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
6424 parent, new comment for it, call add_separate_debug_objfile for it.
6425 (symbol_file_add_separate): Pass objfile as the parameter parent,
6426 remove the call to add_separate_debug_objfile.
6427 (symbol_file_add_from_bfd): New parameter parent, pass it.
6428 (symbol_file_add): Pass NULL to the new parameter parent.
6429 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
6430
90359a16
JK
64312011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
6434 BSF_SYNTHETIC.
6435
626e7282
JK
64362011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6437
6438 Fix Python access to inlined frames.
6439 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
6440 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6441
cf31e6f9
TT
64422011-04-15 Tom Tromey <tromey@redhat.com>
6443
6444 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
6445
c8d895f1
GB
64462011-04-15 Gary Benson <gbenson@redhat.com>
6447
6448 * MAINTAINERS: Add myself to write-after-approval section.
6449
56a9aa1d
MF
64502011-04-14 Mike Frysinger <vapier@gentoo.org>
6451
6452 * remote-sim.c (sim_command_completer): New function.
6453 (_initialize_remote_sim): Set completer to sim_command_completer.
6454
ba770c9c
TJB
64552011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6456
6457 * breakpoint.c (print_exception_catchpoint): Rename to ...
6458 (print_it_exception_catchpoint): ... this.
6459 (gnu_v3_exception_catchpoint_ops): Update with new name
6460 for print_it_exception_catchpoint.
6461
51bf2553
EBM
64622011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
6463
6464 * MAINTAINERS: Add myself for write after approval privileges.
6465
d242658c
MP
64662011-04-13 Marek Polacek <mpolacek@redhat.com>
6467
6468 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6469
4a4106ca
TJB
64702011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6471
6472 * breakpoint.c (watch_command_1): Remove colon from exp_string.
6473
26063d49
TJB
64742011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6475
6476 * breakpoint.c (save_breakpoints): Verify whether
6477 breakpoint_ops.print_recreate is defined before calling it.
6478
7782b183
GB
64792011-04-11 Gary Benson <gbenson@redhat.com>
6480
6481 Fix failure with --enable-maintainer-mode.
6482 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
6483
e8930875
JK
64842011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6485
6486 Code cleanup.
6487 * symtab.c (search_symbols): Reorder the KIND description in the
6488 function comment. Remove the unused 4th element of types, types2,
6489 types3 and types4. New gdb_assert on KIND.
6490 (symtab_symbol_info): Remove the unused 4th element of classnames.
6491 New gdb_assert on KIND.
6492 * symtab.h (enum search_domain): New warning in the enum comment.
6493 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
6494 TYPES_DOMAIN.
6495
b4f2f049
JK
64962011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 Fix crash of gdb save-index on a STABS file.
6499 * dwarf2read.c (write_psymtabs_to_index): Return also on no
6500 PSYMTABS_ADDRMAP.
6501
60d5a603
JK
65022011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6503
6504 Fix DW_AT_accessibility compatibility with gcc-4.6+.
6505 * dwarf2read.c: Include ctype.h.
6506 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
6507 functions.
6508 (dwarf2_add_field): Fix new_field->accessibility by calling
6509 dwarf2_default_access_attribute. Restructure setting accessibility
6510 vs. virtuality.
6511 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
6512 is_private and is_protected by calling
6513 dwarf2_default_access_attribute.
6514
e0f68161
KB
65152011-04-08 Kevin Buettner <kevinb@redhat.com>
6516
6517 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
6518 to the initialization.
6519
2e1aae43
SE
65202011-04-08 Steve Ellcey <sje@cup.hp.com>
6521
6522 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
6523 initalization.
6524
c6ca3dab
PM
65252011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6526
6527 Remove support for old Cygwin 1.5 versions.
6528 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
6529 function on old Cygwin version.
6530 * windows-nat.c: Remove cygwin version check and always define
6531 __USEWIDE for Cygwin compilation.
6532
bd18283a
YQ
65332011-04-07 Yao Qi <yao@codesourcery.com>
6534
6535 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
6536 and TO.
6537 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
6538 (arm_copy_svc): Remove parameters INSN and TO.
6539 (decode_svc_copro): Update caller.
6540 * arm-tdep.h (struct displaced_step_closure): Remove parameters
6541 from function pointer `copy_svc_os'.
6542
8c8dba6d
YQ
65432011-04-07 Yao Qi <yao@codesourcery.com>
6544
6545 * arm-tdep.c (cleanup_branch): Set a correct return address in
6546 LR for ARM and Thumb.
6547
59d7bcaf
JK
65482011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 Code cleanup.
6551 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
6552 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
6553 in the function comment, a new note on values compatibility.
6554 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
6555 * symtab.h (SYMBOL_HASH_NEXT): New.
6556
e7db58ea
TJB
65572011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6558
6559 * ppc-linux-nat.c (check_condition): Add len output parameter.
6560 Set it based on the memory region referenced in the condition
6561 expression. Update all callers.
6562
9f743ef6
JK
65632011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6564
6565 Fix crash regression on systems featuring .gdb_index.
6566 * objfiles.c (free_objfile): Move the
6567 forget_cached_source_info_for_objfile call earlier. Comment it.
6568 Extend the comment for objfile_free_data.
6569
9182c5bc
JK
65702011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6571
6572 Fix regression of displaying the debug format.
6573 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
6574 subfile.
6575
04bd08de
TT
65762011-04-04 Tom Tromey <tromey@redhat.com>
6577
6578 * cli/cli-interp.c (struct captured_execute_command_args):
6579 Remove.
6580 (do_captured_execute_command): Remove.
6581 (safe_execute_command): Use TRY_CATCH.
6582 * cli/cli-script.c (struct wrapped_read_command_file_args):
6583 Remove.
6584 (wrapped_read_command_file): Remove.
6585 (script_from_file): Use TRY_CATCH.
6586 * exceptions.c (catch_exception): Remove.
6587 * exceptions.h (catch_exception): Remove.
6588 (deprecated_throw_reason): Update comment.
6589 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
6590 argument to 'context'.
6591 (mi_execute_command): Use TRY_CATCH.
6592 * remote.c (struct start_remote_args): Remove.
6593 (remote_start_remote): Update; change arguments.
6594 (remote_open_1): Use TRY_CATCH.
6595
58438ac1
TT
65962011-04-04 Tom Tromey <tromey@redhat.com>
6597
6598 * tracepoint.c (scope_info): Update.
6599 * symtab.c (decode_line_spec): Update.
6600 * python/python.c (gdbpy_decode_line): Update.
6601 * linespec.h (decode_line_1): Update.
6602 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
6603 (decode_compound, find_method, symtab_from_filename)
6604 (decode_variable): Likewise.
6605 * cli/cli-cmds.c (edit_command): Update.
6606 (list_command): Update.
6607 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
6608 argument.
6609 (create_breakpoint): Update.
6610 (until_break_command): Update.
6611 (addr_string_to_sals): Update.
6612 (decode_line_spec_1): Update.
6613
b78a6381
TT
66142011-04-04 Tom Tromey <tromey@redhat.com>
6615
6616 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
6617 (do_captured_parse_breakpoint): Remove.
6618 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
6619 Use TRY_CATCH directly.
6620
00174a86
TT
66212011-04-04 Tom Tromey <tromey@redhat.com>
6622
6623 * symtab.h (free_symtab): Remove.
6624 (forget_cached_source_info_for_objfile): Declare.
6625 * symmisc.c (free_symtab): Remove.
6626 * source.c (forget_cached_source_info_for_objfile): New function.
6627 (forget_cached_source_info): Use it.
6628 * objfiles.c (free_objfile): Simplify check before calling
6629 clear_current_source_symtab_and_line. Call
6630 forget_cached_source_info_for_objfile.
6631
30cc903e
TT
66322011-04-04 Tom Tromey <tromey@redhat.com>
6633
6634 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
6635 (new_symtab): Don't set `free_code' on symtab.
6636 (new_linetable): Properly handle size==0.
6637 * symtab.h (struct symtab) <free_code, free_func>: Remove.
6638 * symmisc.c (free_symtab): Don't free the linetable. Don't call
6639 free_func.
6640 * jv-lang.c (struct jv_per_objfile_data): New.
6641 (jv_per_objfile_free): Free the data.
6642 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
6643 (get_java_class_symtab): Set the `dict' field on the
6644 jv_per_objfile_data.
6645 (free_class_block): Remove.
6646 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
6647 the symtab.
6648
0c2e6019
TT
66492011-04-04 Tom Tromey <tromey@redhat.com>
6650
6651 * symfile.c (reread_symbols): Update.
6652 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
6653 field.
6654 * objfiles.c (allocate_objfile): Update.
6655 * cp-support.h (cp_check_possible_namespace_symbols): Don't
6656 declare.
6657 * cp-namespace.c (lookup_symbol_file): Don't call
6658 lookup_possible_namespace_symbol.
6659 (initialize_namespace_symtab, get_possible_namespace_block)
6660 (free_namespace_block, cp_check_possible_namespace_symbols)
6661 (check_possible_namespace_symbols_loop)
6662 (check_one_possible_namespace_symbol)
6663 (lookup_possible_namespace_symbol): Remove.
6664 (maintenance_cplus_namespace): Replace with notice.
6665 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
6666
554d387d
TT
66672011-04-04 Tom Tromey <tromey@redhat.com>
6668
6669 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
6670 * symtab.h (struct symtab) <producer, debugformat>: Now const.
6671 * symmisc.c (free_symtab): Don't free debugformat.
6672 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
6673 (record_debugformat, record_producer): Document.
6674 * buildsym.c (end_symtab): Don't save debugformat and producer
6675 names on obstack.
6676 (end_symtab): Don't free debugformat and producer fields.
6677 (record_debugformat): Don't call xstrdup.
6678 (record_producer): Likewise.
6679
d4d4db8a
TT
66802011-04-04 Tom Tromey <tromey@redhat.com>
6681
6682 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
6683 (source_line_charpos, source_charpos_line): Remove.
6684
8903c50d
TT
66852011-04-04 Tom Tromey <tromey@redhat.com>
6686
6687 * symtab.h (domain_enum): Split in two...
6688 (enum search_domain): New.
6689 (search_symbols): Update.
6690 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
6691 redundant declarations.
6692 (search_symbols): Change 'kind' argument to search_domain.
6693 Update.
6694 (print_symbol_info): Likewise.
6695 (symtab_symbol_info): Likewise.
6696 * symfile.h (struct quick_symbol_functions)
6697 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
6698 <expand_symtabs_matching>: Likewise.
6699 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
6700 (expand_symtabs_matching_via_partial): Update.
6701 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
6702 (dw2_expand_symtabs_for_function): Update.
6703 * block.h: Moved anonymous enum...
6704 * defs.h (enum block_enum): ... here. Now named.
6705
d9351f5f 67062011-04-03 Joel Brobecker <brobecker@adacore.com>
6707
6708 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
6709 * version.in: Bump version to 7.3.50.20110403-cvs.
6710
d6e00af6
JB
67112011-04-03 Joel Brobecker <brobecker@adacore.com>
6712
6713 * NEWS: Create a new section for the next release branch.
6714 Rename the section of the current branch, now that it has
6715 been cut.
6716
2b9e5ea6
UW
67172011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6718
6719 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
6720 for "fpscr" in target description.
6721
0cf03b49
JK
67222011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6723
6724 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
6725 initialize it. Delay HASH initialization. Strip the part after open
6726 parenthesis for languages with qualifiers. Call do_cleanups.
6727
5d901a73
TT
67282011-04-01 Tom Tromey <tromey@redhat.com>
6729
6730 * utils.c (report_command_stats): Don't print `-' for negative
6731 number.
6732
b0dd7688
JB
67332011-04-01 Eric Botcazou <ebotcazou@adacore.com>
6734
6735 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
6736 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
6737 typedefs.
6738
956a9fb9
JB
67392011-04-01 Joel Brobecker <brobecker@adacore.com>
6740
6741 * breakpoint.h (bpdisp_text): Add declaration.
6742 * breakpoint.c (bpdisp_text): Make non-static.
6743 * ada-lang.c: #include "mi/mi-common.h".
6744 (print_it_exception): Rewrite to improve GDB/MI output.
6745
3352110b
PA
67462011-04-01 Pedro Alves <pedro@codesourcery.com>
6747
6748 * arm-tdep.h (struct address_space): Add forward declaration.
6749
18819fa6
UW
67502011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6751
6752 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
6753 * arm-tdep.c (arm_override_mode): New global.
6754 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
6755 execution mode heuristics.
6756 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
6757 second single-step breakpoint if needed, using
6758 arm_insert_single_step_breakpoint.
6759 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
6760 ARM execution mode, do not call thumb_get_next_pc_raw.
6761 (arm_get_next_pc): Encode execution mode in return value. Call
6762 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
6763 (arm_insert_single_step_breakpoint): New function.
6764 (arm_software_single_step): Call it.
6765 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
6766 argument to return execution mode of sigreturn target.
6767 (arm_linux_syscall_next_pc): Use it.
6768 (arm_linux_copy_svc): Update call.
6769 (arm_linux_software_single_step): Call
6770 arm_insert_single_step_breakpoint.
6771
a6e293d1
JK
67722011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6773
6774 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
6775 the comment.
6776
a4c8e806
TT
67772011-03-31 Tom Tromey <tromey@redhat.com>
6778
6779 * varobj.c (update_dynamic_varobj_children): Properly handle
6780 errors from iterator.
6781
df5c6c50
JK
67822011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6783
6784 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
6785 struct linkage name twice.
6786
1dae3efc
TT
67872011-03-31 Tom Tromey <tromey@redhat.com>
6788
6789 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
6790 missing ">" to message.
6791
f4f7ab05
TT
67922011-03-31 Tom Tromey <tromey@redhat.com>
6793
6794 * varobj.c (instantiate_pretty_printer): Remove duplicate
6795 'return'.
6796
fcf250e2
UW
67972011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
6798
6799 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
6800 if neither saved value nor register available (e.g. signal frame).
6801
ee6436e3
TJB
68022011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6803
6804 * macroexp.c (expand): Avoid uninitialized variable
6805 compiler warning.
6806
423f41a5
TJB
68072011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6808
6809 * breakpoint.c (break_range_command): Fix typo in comment.
6810
f1310107
TJB
68112011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6812 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6813
6814 Implement support for PowerPC BookE ranged breakpoints.
6815 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
6816 * breakpoint.h (struct bp_target_info) <length>: New member
6817 variable.
6818 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
6819 instead of struct breakpoint as argument, and also add ASPACE
6820 and BP_ADDR arguments. Update all callers.
6821 (struct breakpoint_ops) <print_one_detail>: New method.
6822 (struct breakpoint) <addr_string_range_end>: New member variable.
6823 * breakpoint.c (breakpoint_location_address_match): Add function
6824 prototype.
6825 (insert_bp_location): Set bl->target_info.length.
6826 (breakpoint_here_p): Call breakpoint_location_address_match.
6827 (moribund_breakpoint_here_p): Likewise.
6828 (regular_breakpoint_inserted_here_p): Likewise.
6829 (breakpoint_thread_match): Likewise.
6830 (bpstat_stop_status): Likewise.
6831 (bpstat_check_location): Move call to
6832 breakpoint_ops.breakpoint_hit to the top.
6833 (print_one_breakpoint_location): Call
6834 breakpoint_ops.print_one_detail if available.
6835 (breakpoint_address_match_range): New function.
6836 (breakpoint_location_address_match): Likewise.
6837 (breakpoint_locations_match): Compare the length field of the
6838 locations too.
6839 (hw_breakpoint_used_count): Count resources used by all locations
6840 in a breakpoint, and use breakpoint_ops.resources_needed if
6841 available.
6842 (breakpoint_hit_ranged_breakpoint): New function.
6843 (resources_needed_ranged_breakpoint): Likewise.
6844 (print_it_ranged_breakpoint): Likewise.
6845 (print_one_ranged_breakpoint): Likewise.
6846 (print_one_detail_ranged_breakpoint): Likewise.
6847 (print_mention_ranged_breakpoint): Likewise.
6848 (print_recreate_ranged_breakpoint): Likewise.
6849 (ranged_breakpoint_ops): New structure.
6850 (find_breakpoint_range_end): New function.
6851 (break_range_command): Likewise.
6852 (delete_breakpoint): Free addr_string_range_end.
6853 (update_breakpoint_locations): Add SALS_END argument. Update
6854 all callers. Calculate breakpoint length if a non-zero SALS_END
6855 is given. Call breakpoint_locations_match instead of
6856 breakpoint_address_match.
6857 (reset_breakpoint): Find SaL of the end of the range if B is a
6858 ranged breakpoint.
6859 (_initialize_breakpoint): Register break-range command.
6860 * defs.h (print_core_address): Add function prototype.
6861 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
6862 function.
6863 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
6864 (ppc_linux_remove_hw_breakpoint): Likewise.
6865 (_initialize_ppc_linux_nat): Initialize
6866 to_ranged_break_num_registers.
6867 * target.c (update_current_target): Add comment about
6868 to_ranged_break_num_registers.
6869 (target_ranged_break_num_registers): New function.
6870 * target.h (struct target_ops) <to_ranged_break_num_registers>:
6871 New method.
6872 (target_ranged_break_num_registers): Add function prototype.
6873 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
6874 * utils.c (print_core_address): ... here.
6875
02d20e4a
UW
68762011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6877
6878 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
6879 variable compiler warning.
6880
ef23e705
TJB
68812011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6882
6883 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
6884 code from here ...
6885 (re_set_breakpoint): ... to here ...
6886 (addr_string_to_sals): ... and here.
6887
311e6ab3
PM
68882011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
6889
6890 * Makefile.in (SFILES): Add missing C sources.
6891 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
6892 Add missing headers.
6893
acd1d99c
MF
68942011-03-29 Mike Frysinger <vapier@gentoo.org>
6895
6896 * .gitignore: New file.
6897
66ee2731
MF
68982011-03-29 Mike Frysinger <vapier@gentoo.org>
6899
6900 * NEWS: Mention new cfi device simulation.
6901
53832f31
TT
69022011-03-29 Tom Tromey <tromey@redhat.com>
6903
6904 * dwarf2read.c (fixup_partial_die): Handle linkage name on
6905 otherwise anonymous types.
6906 (dwarf2_name): Likewise.
6907 * valops.c (value_struct_elt_for_reference): Refine artificial
6908 type logic. Call error if j==-1.
6909
09b58708
JK
69102011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
6911
6912 Fix false GCC warning.
6913 * infcall.c (find_function_addr): Initialize funaddr.
6914
6023c606
PM
69152011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
6916
6917 Fix mingw compilation with --enable-targets=all.
6918 * remote-mips.c (gdb_usleep.h): Include header.
6919 (mips_enter_debug): Use gdb_usleep instead of sleep.
6920
0e30163f
JK
69212011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 Support resolution of STT_GNU_IFUNC via breakpoints.
6924 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
6925 bp_gnu_ifunc_resolver_return.
6926 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
6927 the loop. Support bp_gnu_ifunc_resolver and
6928 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
6929 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
6930 breakpoints.
6931 (bptype_string, print_one_breakpoint_location): Support
6932 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
6933 (user_settable_breakpoint): Return true also for
6934 bp_gnu_ifunc_resolver.
6935 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
6936 bp_gnu_ifunc_resolver_return.
6937 (set_breakpoint_location_function): New parameter explicit_loc,
6938 describe it. Call find_pc_partial_function_gnu_ifunc with new
6939 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
6940 EXPLICIT_LOC is not set.
6941 (set_raw_breakpoint): Set EXPLICIT_LOC for
6942 set_breakpoint_location_function.
6943 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
6944 set_breakpoint_location_function.
6945 (mention): Support bp_gnu_ifunc_resolver and
6946 bp_gnu_ifunc_resolver_return.
6947 (add_location_to_breakpoint): Set EXPLICIT_LOC for
6948 set_breakpoint_location_function.
6949 (update_breakpoint_locations): Remove static.
6950 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
6951 bp_gnu_ifunc_resolver_return.
6952 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
6953 bp_gnu_ifunc_resolver_return.
6954 (update_breakpoint_locations): New declaration.
6955 * elfread.c: Include gdbthread.h and regcache.h.
6956 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
6957 functions.
6958 (elf_gnu_ifunc_fns): Install them.
6959 * minsyms.c (stub_gnu_ifunc_resolver_stop)
6960 (stub_gnu_ifunc_resolver_return_stop): New functions.
6961 (stub_gnu_ifunc_fns): Install them.
6962 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
6963 and gnu_ifunc_resolver_return_stop.
6964 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
6965
07be84bf
JK
69662011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6967
6968 STT_GNU_IFUNC reader implementation.
6969 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
6970 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
6971 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
6972 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
6973 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
6974 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
6975 (elf_gnu_ifunc_resolve_addr): New.
6976 (elf_symfile_read): Call elf_rel_plt_read.
6977 (elf_gnu_ifunc_fns): New.
6978 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
6979 Install elf_gnu_ifunc_fns.
6980 * infcall.c (find_function_return_type): New function.
6981 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
6982 * minsyms.c (stub_gnu_ifunc_resolve_addr)
6983 (stub_gnu_ifunc_resolve_name): New functions.
6984 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
6985 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
6986 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
6987
300f8e10
JK
69882011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6989
6990 Code cleanup for later STT_GNU_IFUNC support.
6991 * infcall.c (find_function_addr): Remove variable code, use explicit
6992 dereferences for it. Move VALUE_TYPE initialization later.
6993
11c81455
JK
69942011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6995
6996 GDB find_pc_partial_function support for STT_GNU_IFUNC.
6997 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
6998 (clear_pc_function_cache): Clear it.
6999 (find_pc_partial_function): Rename to ...
7000 (find_pc_partial_function_gnu_ifunc): ... this function. New
7001 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
7002 (find_pc_partial_function): New wrapper for this function.
7003 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
7004
0875794a
JK
70052011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 GDB internal type support for STT_GNU_IFUNC.
7008 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
7009 (elf_symtab_read): Set mst_text_gnu_ifunc for
7010 BSF_GNU_INDIRECT_FUNCTION.
7011 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
7012 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
7013 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
7014 nodebug_got_plt_symbol.
7015 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
7016 (TYPE_GNU_IFUNC): New.
7017 (struct main_type): New field flag_gnu_ifunc.
7018 (struct builtin_type): New field builtin_func_func.
7019 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
7020 nodebug_got_plt_symbol.
7021 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
7022 (in_gnu_ifunc_stub): New.
7023 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
7024 mst_text_gnu_ifunc.
7025 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
7026 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
7027 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
7028 in_gnu_ifunc_stub.
7029 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
7030 * symtab.c (search_symbols): Likewise.
7031 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
7032 and mst_slot_got_plt.
7033 (in_gnu_ifunc_stub): New declaration.
7034
d0fb5eae
JK
70352011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7036
7037 Support a ring of related breakpoints.
7038 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
7039 other functions, add gdb_assert.
7040 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
7041 watchpoint_del_at_next_stop.
7042 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
7043 (bpstat_stop_status): Handle ring in related_breakpoint.
7044 (set_raw_breakpoint_without_location): Initialize ring in
7045 related_breakpoint.
7046 (delete_breakpoint): Handle ring in related_breakpoint, use
7047 watchpoint_del_at_next_stop.
7048 (map_breakpoint_numbers): Handle ring in related_breakpoint.
7049
9cded63f
TT
70502011-03-28 Tom Tromey <tromey@redhat.com>
7051
7052 PR symtab/12441:
7053 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
7054 with `language_minimal'.
7055
467d42c4
UW
70562011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
7057
7058 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
7059 instead of checking for STT_ARM_TFUNC symbol type.
7060
62853458
TT
70612011-03-25 Tom Tromey <tromey@redhat.com>
7062
7063 * linespec.c (symbol_found): Restore line-based result for
7064 non-LOC_LABEL symbols.
7065
a7417d46
KT
70662011-03-25 Kai Tietz <ktietz@redhat.com>
7067
7068 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
7069 instead of strcmp for comparison.
7070 (tui_source_is_displayed): Likewise.
7071 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
7072
55f1336d
TT
70732011-03-24 Mark Wielaard <mjw@redhat.com>
7074
f33edef8
PP
7075 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
7076 complaint.
7077 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
7078 (find_partial_die_in_comp_unit): Likewise in comment.
7079 (read_attribute_value): Likewise.
7080 (lookup_die_type): Likewise.
7081 (dwarf_form_name): Likewise.
7082 (dump_die_shallow): Likewise.
7083 (follow_die_ref_or_sig): Likewise.
55f1336d 7084
9ef07c8c
TT
70852011-03-24 Tom Tromey <tromey@redhat.com>
7086
7087 PR breakpoints/11816:
7088 * linespec.c (decode_line_1): Parse `function:label' linespecs.
7089 (decode_compound): Update.
7090 (find_function_symbol): New function.
7091 (decode_dollar): Update.
7092 (decode_label): Add 'function_symbol' parameter. Handle
7093 function-relative labels.
7094 (decode_variable): Update.
7095 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
7096 not its line. Set `special_display' and canonical name for
7097 labels.
7098
56435ebe
TT
70992011-03-24 Tom Tromey <tromey@redhat.com>
7100
7101 * linespec.h (struct linespec_result) <special_display>: New
7102 field.
7103 * breakpoint.h (struct breakpoint) <display_canonical>: New
7104 field.
7105 * breakpoint.c (print_breakpoint_location): Respect
7106 display_canonical.
7107 (create_breakpoint_sal): Add 'display_canonical' parameter.
7108 (create_breakpoints_sal): Update.
7109 (create_breakpoint): Update.
7110
7efd8fc2
TT
71112011-03-24 Tom Tromey <tromey@redhat.com>
7112
7113 * symtab.c (decode_line_spec): Update.
7114 * linespec.c (build_canonical_line_spec): Change type of
7115 'canonical'.
7116 (decode_line_2, decode_line_1, decode_objc, decode_compound)
7117 (find_method, decode_all_digits, decode_dollar, decode_label)
7118 (symbol_found): Likewise.
7119 (init_linespec_result): New function.
7120 * breakpoint.c (struct captured_parse_breakpoint_args)
7121 <canonical_p>: New field, replaces addr_string_p.
7122 (create_breakpoints_sal): Add 'canonical' parameter, replacing
7123 'addr_string'.
7124 (parse_breakpoint_sals): Likewise.
7125 (do_captured_parse_breakpoint): Update.
7126 (create_breakpoint): Use struct linespec_result.
7127 (until_break_command): Update.
7128 (breakpoint_re_set_one): Update.
7129 (decode_line_spec_1): Update.
7130 * linespec.h (struct linespec_result): New.
7131 (init_linespec_result): Declare.
7132
788c8b10
PA
71332011-03-23 Pedro Alves <pedro@codesourcery.com>
7134
7135 * regcache.c (regcache_raw_read): If the target didn't supply a
7136 given raw register, mark it as unavailable.
7137
0ba1096a
KT
71382011-03-23 Kai Tietz <ktietz@redhat.com>
7139
7140 * breakpoint.c (clear_command): Use filename_cmp
7141 instead of strcmp for comparison.
7142 * buildsym.c (watch_main_source_file_lossage): Likewise.
7143 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
7144 checking just for slash.
7145 * dbxread.c (read_dbx_symtab): Use lbasename instead of
7146 strrchr and filename_cmp instead of strcmp for filenames.
7147 (add_old_header_file): Use filename_cmp
7148 instead of strcmp for comparison.
7149 * exec.c (exec_set_section_address): Likewise.
7150 * macrotab.c (macro_lookup_inclusion): Likewise.
7151 (macro_lookup_inclusion): Likewise.
7152 * elfread.c (_initialize_elfread): Likewise.
7153 (elfstab_offset_sections): Likewise.
7154 (elfstab_offset_sections): Use lbasename instead of
7155 strrchr.
7156 * mdebugread.c (parse_partial_symbols): Likewise.
7157 (arse_partial_symbols): Use filename_(n)cmp instead of
7158 str(n)cmp for comparison.
7159 * minsyms.c (lookup_minimal_symbol): Likewise.
7160 * psymtab.c (read_psymtabs_with_filename): Likewise.
7161 * solib.c (solib_read_symbols): Likewise.
7162 (reload_shared_libraries_1): Likewise.
7163 * symmisc.c (maintenance_print_symbols): Likewise.
7164 * symfile.c (separate_debug_file_exists): Likewise.
7165 (reread_symbols): Likewise.
7166 (find_separate_debug_file_by_debuglink): Likewise.
7167 * remote-fileio.c (remote_fileio_func_rename): Likewise.
7168 * source.c (add_path): Likewise.
7169 * symtab.c (filename_seen): Likewise.
7170 (file_matches): Likewise.
7171 (print_symbol_info): Likewise.
7172 (maybe_add_partial_symtab_filename): Likewise.
7173 (make_source_files_completion_list): Likewise.
7174 * xml-syscall.c (init_sysinfo): Likewise.
7175 * windows-nat.c (_initialize_check_for_gdb_ini): Use
7176 IS_DIR_SEPARATOR for checking for trailing path separator.
7177
dd90784c
JK
71782011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7179
7180 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
7181 label abort_expression.
7182 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
7183 DWARF_VALUE_OPTIMIZED_OUT.
7184
3167638f
JK
71852011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 Code cleanup.
7188 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
7189 to linkage_name. Invert its value. Update the function comment.
7190 (c_type_print_varspec_suffix): Invert it at the caller.
7191 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
7192
ce406537
PA
71932011-03-22 Pedro Alves <pedro@codesourcery.com>
7194
7195 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
7196 errors when reading the `stop_pc'.
7197 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
7198 get_frame_pc.
7199
da5d4055
PM
72002011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7201
7202 * NEWS: Document gdb.Write stream keyword.
7203
29e0eb9c
JK
72042011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 Revert:
7207 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7208 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7209 (dwarf2_add_field): Fix new_field->accessibility for
7210 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7211
05775840
PM
72122011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7213
f33edef8 7214 PR python/12183
05775840
PM
7215
7216 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
7217 other error classes. Do not print stack trace.
7218
a0cb7835
JK
72192011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7220
7221 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7222 (dwarf2_add_field): Fix new_field->accessibility for
7223 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7224
d19f7eee
UW
72252011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7226
7227 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
7228 encountering a load via a non-SP register.
7229
4a2fbb50
UW
72302011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
7231
7232 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
7233 field in returned unwinder.
7234
3489610d
JB
72352012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
7238
8c1a34e7
JB
72392012-03-21 Joel Brobecker <brobecker@adacore.com>
7240
7241 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
7242 of xmalloc.
7243
8fbca658
PA
72442012-03-18 Pedro Alves <pedro@codesourcery.com>
7245
7246 * frame.c (frame_unwind_register): Throw an error if unwinding the
7247 register failed.
7248 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
7249 an unwind stop reason.
7250 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
7251 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
7252 UNWIND_UNAVAILABLE>: New.
7253 * inline-frame.c (inline_frame_unwind): Install
7254 default_frame_unwind_stop_reason.
7255 * frame-unwind.c: Include "exceptions.h".
7256 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
7257 (default_frame_unwind_stop_reason): New.
7258 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
7259 (default_frame_unwind_stop_reason): Declare.
7260 (struct frame_unwind) <stop_reason>: New function pointer.
7261
7262 * dummy-frame.c: Install default_frame_unwind_stop_reason.
7263 * dwarf2-frame.c: Include exceptions.h.
7264 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
7265 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
7266 computing the CFA. If such an error was thrown, set
7267 unavailable_retaddr.
7268 (dwarf2_frame_unwind_stop_reason): New.
7269 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
7270 unavailable.
7271 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
7272 (dwarf2_signal_frame_unwind): Ditto.
7273
7274 * amd64-tdep.c: Include "exceptions.h".
7275 (struct amd64_frame_cache): New field "base_p".
7276 (amd64_init_frame_cache): Clear it.
7277 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
7278 Avoid reading registers with functions that throw if the register
7279 is not necessary to compute the frame base.
7280 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7281 swallowing NOT_AVAILABLE_ERROR.
7282 (amd64_frame_unwind_stop_reason): New.
7283 (amd64_frame_this_id): Don't build a frame id if the frame base
7284 was unavailable.
7285 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
7286 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7287 base_p if the frame base was computable.
7288 (amd64_sigtramp_frame_unwind_stop_reason): New.
7289 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
7290 frame base was unavailable.
7291 (amd64_sigtramp_frame_unwind): Install
7292 amd64_sigtramp_frame_unwind_stop_reason.
7293 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7294 base_p if the frame base was computable.
7295 (amd64_epilogue_frame_unwind_stop_reason): New.
7296 (amd64_epilogue_frame_this_id): Don't build a frame id if the
7297 frame base was unavailable.
7298 (amd64_epilogue_frame_unwind): Install
7299 amd64_epilogue_frame_unwind_stop_reason.
7300 * i386-tdep.c: Include "exceptions.h".
7301 (struct i386_frame_cache): New field "base_p".
7302 (i386_init_frame_cache): Clear it.
7303 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
7304 Avoid reading registers with functions that throw if the register
7305 is not necessary to compute the frame base.
7306 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7307 swallowing NOT_AVAILABLE_ERROR.
7308 (i386_frame_unwind_stop_reason): New.
7309 (i386_frame_this_id): Don't build a frame id if the frame base was
7310 unavailable.
7311 (i386_frame_prev_register): Handle unavailable SP.
7312 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
7313 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7314 base_p if the frame base was computable.
7315 (i386_epilogue_frame_unwind_stop_reason): New.
7316 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
7317 base was unavailable.
7318 (i386_epilogue_frame_unwind): Install
7319 i386_epilogue_frame_unwind_stop_reason.
7320 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7321 base_p if the frame base was computable.
7322 (i386_sigtramp_frame_unwind_stop_reason): New.
7323 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
7324 base was unavailable.
7325 (i386_sigtramp_frame_unwind): Install
7326 i386_sigtramp_frame_unwind_stop_reason.
7327 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
7328 type's size, not the register's.
7329 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
7330
7331 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
7332 default_frame_unwind_stop_reason.
7333 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
7334 (alpha_heuristic_frame_unwind): Ditto.
7335 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
7336 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
7337 * avr-tdep.c (avr_frame_unwind): Ditto.
7338 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
7339 Ditto.
7340 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
7341 * frv-tdep.c (frv_frame_unwind): Ditto.
7342 * h8300-tdep.c (h8300_frame_unwind): Ditto.
7343 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
7344 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
7345 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
7346 (hppa_stub_frame_unwind): Ditto.
7347 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
7348 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
7349 (ia64_libunwind_frame_unwind)
7350 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
7351 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
7352 * lm32-tdep.c (lm32_frame_unwind): Ditto.
7353 * m32c-tdep.c (m32c_unwind): Ditto.
7354 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
7355 * m32r-tdep.c (m32r_frame_unwind): Ditto.
7356 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
7357 * m68k-tdep.c (m68k_frame_unwind): Ditto.
7358 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
7359 * m88k-tdep.c (m88k_frame_unwind): Ditto.
7360 * mep-tdep.c (mep_frame_unwind): Ditto.
7361 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
7362 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
7363 (mips_stub_frame_unwind): Ditto.
7364 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
7365 * moxie-tdep.c (moxie_frame_unwind): Ditto.
7366 * mt-tdep.c (mt_frame_unwind): Ditto.
7367 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
7368 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
7369 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
7370 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
7371 (s390_sigtramp_frame_unwind): Ditto.
7372 * score-tdep.c (score_prologue_unwind): Ditto.
7373 * sh-tdep.c (sh_frame_unwind): Ditto.
7374 * sh64-tdep.c (sh64_frame_unwind): Ditto.
7375 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
7376 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
7377 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
7378 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
7379 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
7380 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
7381 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
7382 (sparc64obsd_trapframe_unwind): Ditto.
7383 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
7384 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
7385 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
7386 * v850-tdep.c (v850_frame_unwind): Ditto.
7387 * vax-tdep.c (vax_frame_unwind): Ditto.
7388 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
7389 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
7390 * xtensa-tdep.c (xtensa_unwind): Ditto.
7391
f23d1b92
PA
73922011-03-18 Pedro Alves <pedro@codesourcery.com>
7393
7394 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
7395 there's always a frame. Use get_frame_pc_if_available instead of
7396 get_frame_pc, and if there's no PC available, don't look up a
7397 symtab.
7398
1d4f5741
PA
73992011-03-18 Pedro Alves <pedro@codesourcery.com>
7400
7401 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
7402 unavailable PC.
7403
dba09041
PA
74042011-03-18 Pedro Alves <pedro@codesourcery.com>
7405
7406 * tracepoint.c (set_traceframe_context): Handle unavailable PC
7407 gracefully.
7408
9a26e44c
PA
74092011-03-18 Pedro Alves <pedro@codesourcery.com>
7410
7411 * frame.h (frame_unwind_caller_pc_if_available): Declare.
7412 * frame.c (frame_unwind_caller_pc_if_available): New.
7413 * stack.c (frame_info): Handle unavailable PC.
7414
74152011-03-18 Pedro Alves <pedro@codesourcery.com>
7416
7417 * frame.c (frame_unwind_pc): Rename to ...
7418 (frame_unwind_pc_if_available): ... this. New `pc' output
7419 parameter. Change return type to int. Gracefully handle
7420 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
7421 happened, or 1 otherwise.
7422 (frame_unwind_pc): Reimplement on top of
7423 frame_unwind_pc_if_available.
7424 (get_frame_func): Rename to ...
7425 (get_frame_func_if_available): New `pc' output parameter. Change
7426 return type to int. Gracefully handle the PC not being available.
7427 (get_frame_func): Reimplement on top of
7428 get_frame_func_if_available.
7429 (select_frame): Handle the PC being unavailable.
7430 (get_prev_frame): Handle the PC being unavailable.
7431 (get_frame_pc_if_available): New.
7432 (get_frame_address_in_block_if_available): New.
7433 (find_frame_sal): Handle the frame PC not being available.
7434 * frame.h (get_frame_pc_if_available): Declare.
7435 (get_frame_address_in_block_if_available): Declare.
7436 (get_frame_func_if_available): Declare.
7437 * stack.c (print_frame_info): Handle the PC being unavailable.
7438 (find_frame_funname): Ditto.
7439 (print_frame): Handle the PC being unavailable.
7440 (get_frame_language): Ditto.
7441 * blockframe.c (get_frame_block): Ditto.
7442 * macroscope.c (default_macro_scope): Ditto.
7443 * tui/tui-stack.c (tui_show_frame_info): Ditto.
7444
74452011-03-18 Pedro Alves <pedro@codesourcery.com>
7446
7447 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
7448 NOT_AVAILABLE_ERROR when evaluating the location expression.
7449
74502011-03-18 Pedro Alves <pedro@codesourcery.com>
7451
7452 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
7453 returning that the register piece is unavailable/optimized out.
7454 (write_pieced_value): Handle get_frame_register_bytes returning
7455 that the register piece is unavailable/optimized out when doing a
7456 read-modify write of a bitfield.
7457 * findvar.c (value_from_register): Handle get_frame_register_bytes
7458 returning that the register piece is unavailable/optimized out.
7459 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
7460 and `unavailablep'. Throw error on bad debug info. Use
7461 frame_register instead of frame_register_read, to fill in the new
7462 arguments.
7463 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
7464 and `unavailablep'.
7465 * valops.c: (value_assign): Adjust, and handle
7466 get_frame_register_bytes failing.
7467 * spu-tdep.c: Include exceptions.h.
7468 (spu_software_single_step): Adjust, and handle
7469 get_frame_register_bytes failing.
7470 (spu_get_longjmp_target): Ditto.
7471 * gdbarch.sh (register_to_value): Change to return int. New
7472 parameters `optimizedp' and `unavailablep'.
7473 * gdbarch.h, gdbarch.c: Regenerate.
7474 * i386-tdep.c (i386_register_to_value): Adjust to new
7475 gdbarch_register_to_value interface.
7476 * i387-tdep.c (i387_register_to_value): Ditto.
7477 * i387-tdep.h (i387_register_to_value): Ditto.
7478 * alpha-tdep.c (alpha_register_to_value): Ditto.
7479 * ia64-tdep.c (ia64_register_to_value): Ditto.
7480 * m68k-tdep.c (m68k_register_to_value): Ditto.
7481 * mips-tdep.c (mips_register_to_value): Ditto.
7482 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
7483
0fdb4f18
PA
74842011-03-18 Pedro Alves <pedro@codesourcery.com>
7485
7486 * findvar.c (value_of_register): Mark the value as unavailable, if
7487 the register is unavailable.
7488 * frame.h (frame_register_unwind): New `unavailablep' parameter.
7489 (frame_register): New `unavailablep' parameter.
7490 (frame_register_read): Update comment.
7491 * frame.c (frame_register_unwind): New `unavailablep' parameter.
7492 Set it if the register is unavailable. If the register is
7493 unavailable, clear the output buffer.
7494 (frame_register): New `unavailablep' parameter. Pass it down.
7495 (frame_unwind_register): Adjust.
7496 (put_frame_register): Adjust.
7497 (frame_register_read): Adjust. Also return false if the register
7498 is not available.
7499 (frame_register_unwind_location): Adjust.
7500 * sentinel-frame.c (sentinel_frame_prev_register): If the register
7501 is unavailable, mark the value accordingly.
7502 * stack.c (frame_info): Handle unavailable registers.
7503
e69aa73e
PA
75042011-03-18 Pedro Alves <pedro@codesourcery.com>
7505
7506 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
7507 simplify, using regcache_cooked_read.
7508
05d1431c
PA
75092011-03-18 Pedro Alves <pedro@codesourcery.com>
7510
7511 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
7512 (regcache_raw_read_unsigned, regcache_raw_read_signed)
7513 (regcache_raw_read_unsigned, regcache_raw_read_part)
7514 (regcache_cooked_read, regcache_cooked_read_signed)
7515 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
7516 (regcache_cooked_read_ftype): Change return to enum
7517 register_status.
7518 * regcache.c: Include exceptions.h
7519 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
7520 (do_cooked_read): Change return to enum register_status. Always
7521 forward to regcache_cooked_read.
7522 (regcache_raw_read): Change return to enum register_status. If
7523 the register is not REG_VALID, memset the buffer. Return the
7524 register's status.
7525 (regcache_raw_read_signed): Handle non-REG_VALID registers and
7526 return the register's status.
7527 (regcache_raw_read_unsigned): Ditto.
7528 (regcache_cooked_read): Change return to enum register_status.
7529 Assert that with read-only regcaches, the register's status must
7530 be known. If the regcache is read-only, and the register is not
7531 REG_VALID, memset the buffer. Return the register's status.
7532 (regcache_cooked_read_signed): Change return to enum
7533 register_status. Handle non-REG_VALID registers and return the
7534 register's status.
7535 (regcache_cooked_read_unsigned): Change return to enum
7536 register_status. Handle non-REG_VALID registers and return the
7537 register's status.
7538 (regcache_xfer_part, regcache_raw_read_part)
7539 (regcache_cooked_read_part): Change return to enum
7540 register_status. Return the register's status.
7541 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
7542 unavailable.
7543 (regcache_dump): Handle unavailable cooked registers.
7544 * frame.c (do_frame_register_read): Adjust interface to match
7545 regcache_cooked_read_ftype.
7546 * gdbarch.sh (pseudo_register_read): Change return to enum
7547 register_status.
7548 * gdbarch.h, gdbarch.c: Regenerate.
7549
7550 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
7551 register_status.
7552 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
7553 register_status. If reading a raw register indicates the raw
7554 register is not valid, return the raw register's status,
7555 otherwise, return REG_VALID.
7556 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
7557 register_status. Handle non-REG_VALID raw registers and return
7558 the register's status.
7559 * arm-tdep.c (arm_neon_quad_read)
7560 (arm_pseudo_read): Change return to enum register_status. Handle
7561 non-REG_VALID raw registers and return the register's status.
7562 * avr-tdep.c (avr_pseudo_register_read): Ditto.
7563 * frv-tdep.c (frv_pseudo_register_read): Ditto.
7564 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
7565 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
7566 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
7567 register_status.
7568 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
7569 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
7570 (m32c_part_write, m32c_cat_read, m32c_cat_write)
7571 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
7572 (m32c_pseudo_register_read): Change return to enum
7573 register_status. Adjust.
7574 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
7575 enum register_status. Return the register's status.
7576 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
7577 register_status. Return the register's status.
7578 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
7579 * mips-tdep.c (mips_pseudo_register_read): Ditto.
7580 * mt-tdep.c (mt_pseudo_register_read): Ditto.
7581 * rs6000-tdep.c (move_ev_register_func): New typedef.
7582 (e500_move_ev_register): Use it. Change return to enum
7583 register_status. Return the register's status.
7584 (do_regcache_raw_read): New function.
7585 (do_regcache_raw_write): New function.
7586 (e500_pseudo_register_read): Change return to enum
7587 register_status. Return the register's status. Use
7588 do_regcache_raw_read.
7589 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
7590 (dfp_pseudo_register_read): Change return to enum register_status.
7591 Return the register's status.
7592 (vsx_pseudo_register_read): Ditto.
7593 (efpr_pseudo_register_read): Ditto.
7594 (rs6000_pseudo_register_read): Ditto.
7595 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
7596 register_status. Return the register's status.
7597 * sh64-tdep.c (pseudo_register_read_portions): New function.
7598 (sh64_pseudo_register_read): Change return to enum
7599 register_status. Use pseudo_register_read_portions. Return the
7600 register's status.
7601 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
7602 register_status. Return the register's status.
7603 * sh-tdep.c (pseudo_register_read_portions): New function.
7604 (sh_pseudo_register_read): Change return to enum register_status.
7605 Use pseudo_register_read_portions. Return the register's status.
7606 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
7607 enum register_status. Return the register's status.
7608 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
7609 * spu-tdep.c (spu_pseudo_register_read_spu)
7610 (spu_pseudo_register_read): Ditto.
7611 * xtensa-tdep.c (xtensa_register_read_masked)
7612 (xtensa_pseudo_register_read): Ditto.
7613 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
7614
e10abd8f
PM
76152011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7616
7617 * python/py-value.c (valpy_getitem): Fix formatting of error function
7618 call.
7619
7ea6d463
PM
76202011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7621
7622 ARI fixes: Add missing internationalization markups throughout
7623 C source files.
7624 * darwin-nat-info.c: Ditto.
7625 * record.c: Ditto.
7626 * remote.c: Ditto.
7627 * mi/mi-main.c: Ditto.
7628
001083c6
PM
76292011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7630
7631 ARI fixes: Add missing internationalization markups throughout
7632 yacc files.
7633 * c-exp.y: Ditto.
7634 * cp-name-parser.y: Ditto.
7635 * f-exp.y: Ditto.
7636 * m2-exp.y: Ditto.
7637 * objc-exp.y: Ditto.
7638 * p-exp.y: Ditto.
7639
4f1cdeec
PM
76402011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7641
7642 ARI fixes: Messages should have no trailing new lines.
7643 * darwin-nat.c (mach_check_error): Remove trailing new line from
7644 warning function call message.
7645 * record.c (bfdcore_read): Idem for error call.
7646
28e698f1
PM
76472011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7648
7649 * common/signals.c (target_signal_from_host): Add _ markup to error
7650 function call message.
7651 (target_signal_to_host): Add _ markup and remove trailing new line
7652 from warning call message.
7653 (target_signal_from_command): Add _ markup to error function call
7654 message.
7655
99c3dc11
PM
76562011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7657
f33edef8 7658 PR python/12149
99c3dc11
PM
7659
7660 * python/python.c (gdbpy_write): Accept a stream argument and
7661 operate to the appropriate stream.
7662 (gdbpy_flush): Likewise.
7663 (_initialize_python): Add stream constants.
7664 (finish_python_initialization): Add GdbOutputErrorFile class.
7665
c20800be
KY
76662011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
7667
7668 * MAINTAINERS: Add myself as a write-after-approval maintainer.
7669
f4a1794a
KY
76702011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
7671
7672 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
f33edef8
PP
7673 to store_signed_integer. Add debug message when relocating CALL
7674 instructions. Fix formatting of debug message.
7675 * i386-tdep.c (i386_relocate_instruction): Ditto.
f4a1794a 7676
d4862372
JB
76772011-03-17 Joel Brobecker <brobecker@gnat.com>
7678
7679 * target.h (struct target_ops): Remove to_lookup_symbol field.
7680 (target_lookup_symbol): Delete macro.
7681 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
7682 (update_current_target, setup_target_debug): Remove handling
7683 of to_lookup_symbol target_ops field.
7684 * ada-tasks.c (get_known_tasks_addr): Remove use of
7685 target_lookup_symbol.
7686 * coffread.c (coff_symtab_read): Likewise.
7687 * dbxread.c (read_dbx_symtab): Ditto.
7688
d645e32e
JB
76892011-03-17 Joel Brobecker <brobecker@gnat.com>
7690
7691 PR gdb/12116:
7692 * configure.ac: Add getthrds declaration check.
7693 * configure, config.in: Regenerate.
7694 * aix-thread.c (getthrds): Declare only if not already declared
7695 in procinfo.h. More declaration out of get_signaled_thread to
7696 global scope.
7697
29703da4
PM
76982011-03-17 Phil Muldoon <pmuldoon@redhat.com>
7699
7700 * python/py-symtab.c: Populate symtab_object_methods,
7701 sal_object_methods.
7702 (stpy_is_valid): New function.
7703 (salpy_is_valid): Ditto.
7704 * python/py-symbol.c: Declare symbol_object_methods. Populate.
7705 (sympy_is_valid): New function.
7706 * python/py-objfile.c: Declare objfile_object_methods. Populate.
7707 (objfpy_is_valid): New function.
7708 * python/py-inferior.c: Populate inferior_object_methods.
7709 (infpy_is_valid): New function.
7710 * python/py-infthread.c: Populate thread_object_methods.
7711 (thpy_is_valid): New function.
7712 * python/py-block.c: Declare block_object_methods. Populate. Declare
7713 block_iterator_object_methods. Populate.
7714 (blpy_is_valid): New function.
7715 (blpy_iter_is_valid): Ditto.
7716
c00f8484
KS
77172011-03-16 Keith Seitz <keiths@redhat.com>
7718
7719 * linespec.c (find_methods): Canonicalize NAME before looking
7720 up the symbol.
7721 (name_end): New function.
7722 (keep_name_info): New function.
7723 (decode_line_1): Use keep_name_info.
7724 (decode_compound): Likewise.
7725 * cli/cli-utils.h (remove_trailing_whitespace): New function.
7726 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
7727
7728 PR c++/12273
7729 * linespec.c (locate_first_half): Keep overload information, too.
7730 (decode_compound): Use a string to represent break characters
7731 to escape the loop.
7732 If P points to a break character, do not increment it.
7733 For C++ and Java, keep overload information and relevant keywords.
7734 If we cannot find a symbol, search the minimal symbols.
7735
7736 PR c++/11734
7737 * linespec.c (decode_compound): Rename SAVED_ARG to
7738 THE_REAL_SAVED_ARG.
7739 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
7740 single-quotes.
7741 Pass a valid block to lookup_symbol.
7742 (lookup_prefix_sym): Likewise.
7743 (find_method): Construct search name based on SYM_CLASS instead
7744 of SAVED_ARG.
7745 * psymtab.c (lookup_partial_symbol): Add language parameter.
7746 (lookup_symbol_aux_psymtabs): Likewise.
7747 Don't assume that the psymtab we found was the right one. Search
7748 for the desired symbol in the symtab to be certain.
7749 (psymtab_search_name): New function.
7750 (lookup_partial_symbol): Use psymtab_search_name.
7751 Add language parameter.
7752 (read_symtabs_for_function): Add language parameter and pass to
7753 lookup_partial_symbol.
7754 (find_symbol_file_from_partial): Likewise.
7755
c91513d8
PP
77562011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7757
7758 PR gdb/12528
7759 * dwarf2read.c (noop_record_line): New function.
7760 (dwarf_decode_lines): Ignore line tables for GCd functions.
7761
b37520b6
PM
77622011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7763
7764 Fix ARI warnings about new lines at the end of messages, which
7765 are unneeded as there is a new line added at the end of the message
7766 automatically.
7767 * darwin-nat.c (darwin_stop_inferior): Ditto.
7768 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
7769 * dfp.c (decimal_to_number): Ditto.
7770 * exec.c (print_section_info): Ditto.
7771 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
7772 * osdata.c (get_osdata): Ditto.
7773 * record.c (bfdcore_write): Ditto.
7774 * remote-mips.c (mips_readchar): Ditto.
7775 * remote.c (read_ptid): Ditto.
7776 * ser-mingw.c (ser_windows_raw): Ditto.
7777 * tracepoint.c (add_local_symbols): Ditto.
7778 * windows-nat.c (fake_create_process): Ditto.
7779
b08ee6a2
TT
77802011-03-16 Tom Tromey <tromey@redhat.com>
7781
7782 * tracepoint.c (stop_tracing): Don't declare.
7783 * event-top.c (after_char_processing_hook): Add `(void)'.
7784
9a6f1302
PM
77852011-03-16 Phil Muldoon <pmuldoon@redhat.com>
7786
7787 * NEWS: Add Parameter sub-classing description.
7788
7ceb86b1
KT
77892011-03-16 Kai Tietz <ktietz@redhat.com>
7790
7791 * MAINTAINERS: Update my e-mail address.
7792
efeff6cf
AT
77932011-03-15 Andreas Tobler <andreast@fgznet.ch>
7794
7795 * MAINTAINERS: Add myself for write after approval privileges.
7796
681c238c
MS
77972011-03-15 Michael Snyder <msnyder@vmware.com>
7798
f3df5b08
MS
7799 * frame.c (find_frame_sal): Assert sym is not null.
7800
13f6513c
MS
7801 * dbxread.c (process_one_symbol): Assert 'name' is not null.
7802
50412521
MS
7803 * objc-lang.c (selectors_info): Check strchr for null result.
7804
681c238c
MS
7805 * stabsread.c (define_symbol): Guard against bad stabstring input.
7806
6ced1581
PM
78072011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
7808
7809 Remove trailing spaces and tabulations from pascal language
7810 support sources.
7811 p-exp.y: Ditto.
7812 p-lang.c: Ditto.
7813 p-lang.h: Ditto.
7814 p-valprint.c: Ditto.
7815
9373cf26
JK
78162011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
7819 than LOW. Comment it.
7820 (read_partial_die): Call complaint for inappropriate zero LOWPC or
7821 HIGHPC not strictly higher than LOWPC.
7822
9a1edae6
PM
78232011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
7824
7825 Fix formatting of function declarations returning a pointer in
7826 previous commit.
7827 * varobj.c (varobj_add_child): Ditto.
7828 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
7829 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
7830
24e9cda0
UW
78312011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7832
7833 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
7834 for the "generic" vector ABI used with GCC 4.3 and later.
7835 (ppc64_sysv_abi_return_value): Likewise.
7836
78372011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
7838
7839 * infcall.c (call_function_by_hand): Function return value is
7840 always a non_lval, even when using struct_return.
7841
c9174737
PA
78422011-03-15 Pedro Alves <pedro@codesourcery.com>
7843
7844 * printcmd.c (ALL_DISPLAYS_SAFE): New.
7845 (map_display_numbers): New.
7846 (do_delete_display): New.
7847 (undisplay_command): Use map_display_numbers.
7848 (do_enable_disable_display): New.
7849 (enable_disable_display_command): New function.
7850 (enable_display): Delete.
7851 (enable_display_command): New.
7852 (disable_display_command): Reimplement.
7853 (_initialize_printcmd): Adjust "enable display" command to use
7854 `enable_display_command' as callback.
7855
350c6c65
PM
78562011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7857
7858 * NEWS: Add Python breakpoint 'stop' operation.
7859
824446ad
PM
78602011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7861
7862 * NEWS: Delete duplicate entry. Fix typo.
7863
2021ad3a
PM
78642011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
7865
7866 Fix ARI warning about function names in first column.
7867 Put prototype declaration on same line as return type.
7868 * objc-exp.y: Ditto.
7869 * p-exp.y: Ditto.
7870 * python/py-stopevent.h: Ditto.
7871 For long function names, split parameters to
7872 allow function name on same line as return type.
7873 * solib-pa64.c: Ditto.
7874 * varobj.c: Ditto.
7875 * varobj.h: Ditto.
7876 For long function declaration, use single line.
7877 * hppa-tdep.h: Ditto.
7878 * inferior.h: Ditto.
7879
7371cf6d
PM
78802011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7881
7882 * python/python.h: Declare gdbpy_should_stop and
7883 gdbpy_breakpoint_has_py_cond.
7884 * python/python.c: Add python.h to includes. Remove python.h from
7885 HAVE_PYTHON definition
7886 (gdbpy_should_stop): New dummy function.
7887 (gdbpy_breakpoint_has_py_cond): New dummy function.
7888 * python/py-breakpoint.c (bppy_init): Rewrite to allow
7889 sub-classing capabilities.
7890 (gdbpy_should_stop): New function.
7891 (gdbpy_breakpoint_has_py_cond): New function.
7892 (local_setattro): New function.
7893 * breakpoint.c (condition_command): Add check for Python 'stop'
7894 operation.
7895 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
7896 operation function as part of stop/continue tests.
7897
37b50a69
TT
78982011-03-14 Tom Tromey <tromey@redhat.com>
7899
7900 PR gdb/12576:
7901 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
7902 (needs_frame_dwarf_call): Likewise.
7903
eeae04df
PM
79042011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
7905
7906 Fix ARI warning about functions without parameters that do not
7907 use (void).
7908 * breakpoint.c (all_tracepoints): Replace () by (void).
7909 * f-exp.y (match_string_literal): Ditto.
7910 (yylex): Ditto.
7911 * m2-exp.y (yylex): Ditto.
7912 * mep-tdep.c (current_me_module): Ditto.
7913 (current_options): Ditto.
7914 (current_cop_data_bus_width): Ditto.
7915 (current_cr_names): Ditto.
7916 (current_cr_is_float): Ditto.
7917 (current_ccr_names): Ditto.
7918 * objc-exp.y (yylex): Ditto.
7919 * p-exp.y (yylex): Ditto.
7920 * remote.c (send_interrupt_sequence): Ditto.
7921 * tracepoint.c (current_trace_status): Ditto.
7922 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
7923 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
7924
6dc3565d
MS
79252011-03-11 Michael Snyder <msnyder@vmware.com>
7926
1427fe5e
MS
7927 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
7928 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
7929 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
7930 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
7931 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
7932
60bc018f
MS
7933 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
7934 (delete_async_event_handler): Ditto.
7935
f3be5b64
MS
7936 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
7937
4c2d5724
MS
7938 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
7939
6dc3565d
MS
7940 * top.c (set_verbose): Assert showcmd was found.
7941
4e6ca6d5
MG
79422011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
7943
7944 * xtensa-tdep.c (warning_once): Correct style issues.
7945
815a83e4
YQ
79462011-03-11 Yao Qi <yao@codesourcery.com>
7947
7948 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
7949
f2eb0bc8
AS
79502011-03-11 Andreas Schwab <schwab@redhat.com>
7951
7952 * common/aclocal.m4: Remove.
7953
b801de47
MG
79542011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
7955
7956 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
7957 (xtensa_write_register, xtensa_read_register): Likewise.
7958 (xtensa_hextochar): Removed.
7959 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
7960
dbab50de
MG
79612011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
7962
7963 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 7964 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
7965 (xtensa_alloc_frame_cache): Add initialization for new fields.
7966 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
7967 (warning_once): New function.
7968 (xtensa_insn_kind): New item c0opc_and.
7969 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
7970 (call0_track_op): Change arguments. New local variable litbase.
7971 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
7972 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
7973 in the prologue.
dbab50de 7974 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 7975 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
7976 Add the variety of updates to handle extended prologues, which now can
7977 conduct dynamic stack adjustments.
7978 (call0_frame_cache): Likewise.
7979 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
7980 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
7981
b2c04452
MS
79822011-03-10 Michael Snyder <msnyder@vmware.com>
7983
f8f67713
MS
7984 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
7985 (cmd_qtframe): Ditto.
7986 (cmd_qtbuffer): Ditto.
7987 (cmd_bigqtbuffer): Ditto.
7988
197f0a60
TT
79892011-03-10 Tom Tromey <tromey@redhat.com>
7990
7991 * tracepoint.c (trace_actions_command): Update.
7992 * thread.c (thread_apply_command): Update.
7993 * reverse.c (delete_bookmark_command): Update.
7994 (bookmarks_info): Update.
7995 * printcmd.c (undisplay_command): Update.
7996 * memattr.c (mem_enable_command): Update.
7997 (mem_disable_command): Update.
7998 (mem_delete_command): Update.
7999 * inferior.c (detach_inferior_command): Update.
8000 (kill_inferior_command): Update.
8001 (remove_inferior_command): Update.
8002 * cli/cli-utils.h (struct get_number_or_range_state): New.
8003 (init_number_or_range): Declare.
8004 (get_number_or_range): Update.
8005 * cli/cli-utils.c (init_number_or_range): New function.
8006 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
8007 static variables.
8008 (number_is_in_list): Update.
8009 * breakpoint.h (get_tracepoint_by_number): Update.
8010 * breakpoint.c (map_breakpoint_numbers): Update for change to
8011 get_number_or_range.
8012 (find_location_by_number): Use get_number, not
8013 get_number_or_range.
8014 (trace_pass_set_count): New function.
8015 (trace_pass_command): Update for change to get_number_or_range.
8016 Rework loop logic.
8017 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
8018 'state' parameter.
8019
ecec24e6
PM
80202011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8021
8022 * python/py-param.c (add_setshow_generic): Add set/show callback
8023 parameters. Register Python object context.
8024 (get_show_value): New function.
8025 (get_set_value): New function.
8026 (call_doc_function): New function.
8027 (get_doc_string): Move behind get_show_value/get_set_value.
8028
6d6c6b1f
JK
80292011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
8030
8031 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
8032
68d6df83
MG
80332011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
8034
dbab50de 8035 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
8036 (xtensa_write_register): Likewise.
8037 (xtensa_hextochar): Add comment and update to match coding conventions.
8038 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
8039 (execute_l32e, execute_s32e, execute_code): Update comments.
8040 (xtensa_exception_handler_t): Update to match coding conventions.
8041 (xtensa_insn_kind): Likewise.
8042
85c9d6a6
MS
80432011-03-09 Michael Snyder <msnyder@vmware.com>
8044
8045 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
8046
91495617
PA
80472011-03-09 Pedro Alves <pedro@codesourcery.com>
8048
8049 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
8050
eb8c0621
TT
80512011-03-09 Tom Tromey <tromey@redhat.com>
8052
8053 * thread.c (restore_selected_frame): Handle frame_level == -1.
8054 (make_cleanup_restore_current_thread): Use
8055 get_selected_frame_if_set.
8056 * frame.h (get_selected_frame_if_set): Declare.
8057 * frame.c (get_selected_frame_if_set): New function.
8058
9f37bbcc
PA
80592011-03-09 Pedro Alves <pedro@codesourcery.com>
8060
8061 * cli/cli-cmds.c (shell_escape): Use lbasename.
8062 * coffread.c (coff_start_symtab): Constify parameter.
8063 (complete_symtab): Constify `name' parameter.
8064 (coff_symtab_read): Constify `filestring' local.
8065 (coff_getfilename): Constify return and `result' local.
8066 Use lbasename.
8067 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
8068 * linux-fork.c (info_checkpoints_command): Use lbasename.
8069 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
8070 * minsyms.c (lookup_minimal_symbol): Use lbasename.
8071 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
8072 * procfs.c (procfs_make_note_section): Use lbasename.
8073 * tui/tui-io.c (printable_part): Constity return and parameter.
8074 Use lbasename.
8075 (print_filename): Constify parameters, and local `s'.
8076 (tui_rl_display_match_list): Constify local `temp'.
8077
f8de3c55
JK
80782011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8079
8080 Revert:
8081 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8082 Fix DWARF-3+ DW_AT_accessibility default assumption.
8083 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8084 cu->header.version >= 3.
8085
d9837b00
YQ
80862011-03-09 Yao Qi <yao@codesourcery.com>
8087
8088 * common/Makefile.in: Remove.
8089 * common/configure: Remove.
8090 * common/configure.ac: Remove.
8091
e637a4f5
YQ
80922011-03-09 Yao Qi <yao@codesourcery.com>
8093
8094 Revert:
8095 2011-02-11 Yao Qi <yao@codesourcery.com>
8096
8097 * common/Makefile.in: Add copyright header.
8098
8099 2011-02-11 Yao Qi <yao@codesourcery.com>
8100
8101 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8102 libcommon.a.
8103 * configure.ac: Add common to sub dir.
8104 * configure: Regenerate.
8105
f976a05d
MG
81062011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8107
8108 * xtensa-tdep.c (call0_ret): New function.
8109 (xtensa_skip_prologue): Speed up analysis.
8110
57041825
MG
81112011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8112
8113 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
8114 while executing MI command -data-list-changed-registers.
8115
08b9c608
MG
81162011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8117
8118 * xtensa-tdep.c (xtensa_read_register): New function.
8119 (xtensa_write_register): New function.
8120 (xtensa_find_register_by_name): New function.
8121 (xtensa_windowed_frame_cache): Update comments in type description.
8122 (xtensa_frame_cache): Likewise.
8123 (xtensa_window_interrupt_insn): New function.
8124 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
8125 (xtensa_insn_kind): Add new instructions.
8126 (rwx_special_register): New function.
8127 (call0_classify_opcode): Add new instructions to the analysis.
8128 (a0_saved, a7_saved, a11_saved): New variables.
8129 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
8130 (execute_l32e): New function.
8131 (execute_s32e): New function.
8132 (xtensa_exception_handler_t): New type.
8133 (execute_code): New function.
8134 (xtensa_window_interrupt_frame_cache): New function to conduct frame
8135 analysis for Xtensa Window Exception handlers.
8136
4d1acb11
MG
81372011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8138
98689b25
MG
8139 * xtensa-tdep.c (TX_PS): New.
8140 (windowing_enabled): Update to count for Call0 ABI.
8141 (xtensa_hextochar): New.
8142 (xtensa_init_reggroups): Make algorithm generic.
8143 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
8144
81452011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8146
8147 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 8148
d3f323f3
MS
81492011-03-08 Michael Snyder <msnyder@vmware.com>
8150
3dcabaa8
MS
8151 * i386-tdep.c (i386_follow_jump): Check return value of
8152 target_read_memory.
8153 (i386_analyze_struct_return): Ditto.
8154 (i386_skip_probe): Ditto.
8155 (i386_match_insn): Ditto.
8156 (i386_skip_noop): Ditto.
8157 (i386_analyze_frame_setup): Ditto.
8158 (i386_analyze_register_saves): Ditto.
8159 (i386_skip_prologue): Ditto.
8160 (i386_skip_main_prologue): Ditto.
8161
13b3fd9b
MS
8162 * target.c (read_whatever_is_readable): Fix memory leak.
8163
d3f323f3
MS
8164 * i386-tdep.c (i386_process_record): Document fall through.
8165
421d5c74
JK
81662011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8167
8168 Fix DWARF-3+ DW_AT_accessibility default assumption.
8169 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8170 cu->header.version >= 3.
8171
63154eca
PA
81722011-03-08 Pedro Alves <pedro@codesourcery.com>
8173
8174 * remote.c (remote_check_symbols): Skip if the target has no
8175 execution.
8176
f1a507a1
JB
81772011-03-08 Joel Brobecker <brobecker@adacore.com>
8178
8179 * target.c (read_whatever_is_readable): Reformat comment,
8180 with a minor typo fix. Minor reformatting of the code.
8181
36073a92
YQ
81822011-03-08 Yao Qi <yao@codesourcery.com>
8183
8184 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
8185 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
8186 Use cached result instead of calling displaced_in_arm_mode again.
8187 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
8188 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
8189 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
8190 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
8191 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
8192 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
8193 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
8194 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
8195 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8196 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
8197 (arm_catch_kernel_helper_return): Likewise.
8198 * gdb/arm-tdep.h : Update function declarations.
8199
d3f323f3 82002011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 8201
e0e40094
MS
8202 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
8203
0b2381f5
MS
8204 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
8205
0350914a
MS
8206 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
8207
69feea6f
MS
8208 * elfread.c (elf_symtab_read): Stop memory leak.
8209
e6040cbd
MS
8210 * main.c (captured_main): Fix memory leak.
8211
052874e8
AS
82122011-03-07 Andreas Schwab <schwab@linux-m68k.org>
8213
8214 * ada-lang.c (compare_names): Call is_name_suffix with string1
8215 instead of string2.
8216
b11896a5
TT
82172011-03-07 Tom Tromey <tromey@redhat.com>
8218
8219 * xcoffread.c (xcoff_sym_fns): Update.
8220 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
8221 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
8222 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
8223 (symbol_file_add_with_addrs_or_offsets): Likewise.
8224 (reread_symbols): Handle OBJF_PSYMTABS_READ.
8225 * somread.c (som_sym_fns): Update.
8226 * psymtab.h (require_partial_symbols): Declare.
8227 * psymtab.c (require_partial_symbols): New function.
8228 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
8229 (ALL_OBJFILE_PSYMTABS): Undef.
8230 (ALL_PSYMTABS): Move from psympriv.h.
8231 (lookup_partial_symtab, find_pc_sect_psymtab)
8232 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
8233 (find_last_source_symtab_from_partial)
8234 (forget_cached_source_info_partial)
8235 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
8236 (expand_partial_symbol_tables, read_psymtabs_with_filename)
8237 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
8238 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
8239 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
8240 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
8241 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
8242 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
8243 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
8244 psymtabs.
8245 * mipsread.c (ecoff_sym_fns): Update.
8246 * machoread.c (macho_sym_fns): Update.
8247 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
8248 (read_psyms): New function.
8249 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
8250 (elf_sym_fns_lazy_psyms): New global.
8251 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
8252 dwarf2_build_psymtabs.
8253 * dbxread.c (aout_sym_fns): Update.
8254 * coffread.c (coff_sym_fns): Update.
8255
fda326dd
TT
82562011-03-07 Tom Tromey <tromey@redhat.com>
8257
8258 * infrun.c (print_exited_reason): Include inferior id and pid in
8259 message.
8260
aeaec162
TT
82612011-03-07 Tom Tromey <tromey@redhat.com>
8262
8263 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
8264 parameter.
8265 (target_has_execution_1): Update.
8266 (target_has_execution_current): Declare.
8267 (target_has_execution): Call target_has_execution_current.
8268 (default_child_has_execution): Update.
8269 * target.c (default_child_has_execution): Add 'the_ptid'
8270 parameter.
8271 (target_has_execution_1): Likewise.
8272 (target_has_execution_current): New function.
8273 (add_target): Update.
8274 (init_dummy_target): Update.
8275 * remote-m32r-sdi.c (m32r_has_execution): New function.
8276 (init_m32r_ops): Use it.
8277 * record.c (record_core_has_execution): Now static. Add
8278 'the_ptid' parameter.
8279 * inferior.c (have_live_inferiors): Don't save current thread.
8280 Use target_has_execution_1.
8281
08e14083
YQ
82822011-03-07 Yao Qi <yao@codesourcery.com>
8283
8284 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
8285
c05d19c5
JB
82862011-03-07 Joel Brobecker <brobecker@adacore.com>
8287
8288 * elfread.c (elf_symtab_read): Minor reformatting.
8289
3e6ef9e4
JB
82902011-03-07 Joel Brobecker <brobecker@adacore.com>
8291
8292 * objc-lang.c (selectors_info): Minor reformatting.
8293
dbb8534f
JB
82942011-03-07 Joel Brobecker <brobecker@adacore.com>
8295
8296 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
8297
dd70cc93
JB
82982011-03-07 Joel Brobecker <brobecker@adacore.com>
8299 Michael Snyder <msnyder@vmware.com>
8300
8301 * ada-valprint.c (ada_val_print_array): Move the declaration of
8302 "byte_order" and "elttype" inside the block where these variables
8303 are actually used. Remove some special handling for the case
8304 where "elttype" and "eltlen" are null. Replace by a comment
8305 and a couple of assertion checks.
8306
b27cf2b3
MS
83072011-03-05 Michael Snyder <msnyder@vmware.com>
8308
8309 * source.c (add_path): Replace semicolon at end of block.
8310 * dwarf2expr.c (execute_stack_op): Ditto.
8311
5387a0c6
MF
83122011-03-05 Mike Frysinger <vapier@gentoo.org>
8313
8314 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
8315 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
8316 (bfin-*-*): Likewise.
8317
e3aa49af
MS
83182011-03-05 Michael Snyder <msnyder@vmware.com>
8319
82ae4854
MS
8320 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
8321 * mdebugread.c (parse_symbol): Ditto.
8322 * parse.c (parse_exp_in_context): Ditto.
8323 * source.c (add_path): Ditto.
8324 * utils.c (gnu_debuglink_crc32): Ditto.
8325 * varobj.c (variable_language): Ditto.
8326
e3aa49af
MS
8327 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
8328
154f592e
MS
83292011-03-04 Michael Snyder <msnyder@vmware.com>
8330
da3ecdc6
MS
8331 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
8332
9cc89665
MS
8333 * symfile.c (simple_overlay_update): Check for null return value
8334 from lookup_minimal_symbol.
8335
154f592e
MS
8336 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
8337
63ffa6ee
TJB
83382011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8339
8340 * eval.c (parse_and_eval_address_1): Remove function.
8341 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
8342 instead of parse_and_eval_address_1.
8343 * value.h (parse_and_eval_address_1): Remove prototype.
8344
a17d146e
MS
83452011-03-04 Michael Snyder <msnyder@vmware.com>
8346
8347 * remote.c (putpkt_binary): Document that case stmt falls through.
8348
1a6a67de
TJB
83492011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8350
8351 * breakpointc (print_it_typical): Move NULL check from here...
8352 (print_bp_stop_message): ... to here.
8353
488919c4
MS
83542011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
8355
8356 * breakpoint.c (enable_command): Use break instead of continue,
8357 and fill in a missing break.
8358 (disable_command): Ditto.
8359
1e182ce8
UW
83602011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8361
8362 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
8363 (terminal_save_ours): Remove misleading comment.
8364 (inflow_inferior_data_cleanup): Free ttystate.
8365 (inflow_inferior_exit): Likewise.
8366 (copy_terminal_info): Copy ttystate.
8367
8368 * serial.c (serial_copy_tty_state): New function.
8369 * serial.h (serial_copy_tty_state): Add prototype.
8370 (struct serial_ops): Add copy_tty_state callback.
8371 * ser-base.c (ser_base_copy_tty_state): New function.
8372 * ser-base.h (ser_base_copy_tty_state): Add prototype.
8373 * ser-go32.c (dos_copy_tty_state): New function.
8374 (dos_ops): Install copy_tty_state callback.
8375 * ser-mingw.c (_initialize_ser_windows): Likewise.
8376 * ser-pipe.c (_initialize_ser_pipe): Likewise.
8377 * ser-unix.c (hardwire_copy_tty_state): New function.
8378 (_initialize_ser_hardwire): Install it.
8379
b2c5f112
MS
83802011-03-04 Michael Snyder <msnyder@vmware.com>
8381
2abae994
MS
8382 * breakpoint.c (create_breakpoint): Add missing break statement.
8383
7f5936f9
MS
8384 Reverting this patch:
8385 * infcall.c (call_function_by_hand): Add break statements for lint.
8386
b2c5f112
MS
8387 Reverting this patch:
8388 * cli/cli-script.c (script_from_file): Add break for lint.
8389
42b1321c
MS
83902011-03-04 Michael Snyder <msnyder@vmware.com>
8391
8392 * solib.c (reload_shared_libraries_1): Close memory leak.
8393
3e2a0cee
TT
83942011-03-03 Tom Tromey <tromey@redhat.com>
8395
8396 PR gdb/12538:
8397 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
8398 DW_STRING is NULL.
8399
58397cb7
MS
84002011-03-03 Michael Snyder <msnyder@vmware.com>
8401
2e3fd767
MS
8402 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
8403 fields of struct 'st' to zero.
8404
58397cb7
MS
8405 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
8406 sal.pspace before calling set_current_source_symtab_and_line.
8407
ced54c8f
YQ
84082011-03-03 Yao Qi <yao@codesourcery.com>
8409
8410 * Makefile.in (configure-common): Remove. Let Makefile
8411 in dir common to rebuild itself.
8412 (common/Makefile): Likewise.
8413
3351ea09
JB
84142011-03-03 Joel Brobecker <brobecker@adacore.com>
8415
8416 * utils.c (parse_escape): Add i18n markup in error message.
8417
bf9f652a
YQ
84182011-03-03 Yao Qi <yao@codesourcery.com>
8419
8420 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
8421 ARM_PC_REGNUM.
8422 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
8423 (displaced_write_reg, displaced_read_reg): Likewise.
8424 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
8425 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8426 (cleanup_branch): Replace magic number 14 and 15 with
8427 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
8428
d42de051
MS
84292011-03-02 Michael Snyder <msnyder@vmware.com>
8430
240f9570
MS
8431 * maint.c (maintenance_do_deprecate): No need to check for NULL.
8432
10dd8b54
MS
8433 * cli/cli-script.c (script_from_file): Add break for lint.
8434
b98bd911
MS
8435 * mdebugread.c (parse_partial_symbols): Fix indent.
8436
3494b66d
MS
8437 * target-descriptions.c (tdesc_gdb_type): No need to call
8438 xstrdup, callee saves a copy.
8439
daac021a
MS
8440 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
8441
c38d16a7
MS
8442 * infcall.c (call_function_by_hand): Add break statements for lint.
8443
905b671b
MS
8444 * utils.c (parse_escape): Escape the escape char.
8445
f2eb0bc8 8446 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
8447 PyList_Append fails.
8448 (gdbpy_inferiors): Error out if build_inferior_list fails.
8449
8c6a60d1
MS
8450 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
8451 a function call.
8452
d42de051
MS
8453 * record.c (record_restore): Move printf to before error return.
8454
4db71c0b
YQ
84552011-03-02 Yao Qi <yao@codesourcery.com>
8456
8457 * arm-tdep.h (struct displaced_step_closure): Add two new fields
8458 is_thumb and insn_size.
8459 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
8460 on both ARM and Thumb mode.
8461 (arm_process_displaced_insn): Set is_thumb and insn_size.
8462 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
8463 (arm_displaced_step_fixup): Likewise.
8464
a9dc8dcc
MS
84652011-03-01 Michael Snyder <msnyder@vmware.com>
8466
53624a93
MS
8467 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
8468
77766669
MS
8469 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
8470
62d5b8da
MS
8471 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
8472
5e9e105f
MS
8473 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
8474
dc19db01
MS
8475 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
8476 with xmalloc.
8477
5ce64950
MS
8478 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
8479 which shadows function parameter.
8480
a0aa2878
MS
8481 * tracepoint.c (create_tsv_from_upload): Superfluous call
8482 to xstrdup. Callee already calls xstrdup.
8483
e325fb69
MS
8484 * linespec.c (decode_line_1): Remove unnecessary null check.
8485
21cbba77
MS
8486 * tracepoint.c (scope_info): Fix mem leak, remove underused
8487 variable.
8488
63360adc
MS
8489 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
8490 superfluous null check.
8491
18ea20ac 8492 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 8493 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 8494
d014929c
MS
8495 * event-top.c (display_gdb_prompt): Remove superfluous null check.
8496
6e9130cf
MS
8497 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
8498 be null.
8499
5f01dbc0
MS
8500 * linespec.c (decode_line_1): Check for null before dereference.
8501
d684ab85
MS
8502 * reverse.c (record_restore): Move null-check to before pointer
8503 dereference.
8504
bfffb7e3
MS
8505 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
8506
a9dc8dcc
MS
8507 * objc-lang.c (selectors_info): Add explanitory comment.
8508 (classes_info): Ditto.
8509
478fd957
UW
85102011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8511
8512 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
8513 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
8514 versions of the trampoline. Handle Thumb vs. ARM addresses.
8515 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
8516 (arm_linux_init_abi): Install it.
8517 * arm-tdep.c (arm_psr_thumb_bit): Make global.
8518 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
8519
0480cefa
MS
85202011-02-28 Michael Snyder <msnyder@vmware.com>
8521
ac50ab3b
MS
8522 * ui-out.c (ui_out_field_core_addr): Make local char buffer
8523 a little bigger, to avoid possibility of an overflow.
8524
f63fbe86
MS
8525 * breakpoint.c (breakpoint_adjustment_warning): Make local char
8526 buffers a little bigger, to avoid possibility of an overflow.
8527
9e91a352
MS
8528 * coffread.c (coff_getfilename): Add check to avoid overflow.
8529
f2eb0bc8 8530 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
8531 avoid overflow.
8532 (classes_info): Error out on too long REGEXP.
8533
098ab512
MS
8534 * infrun.c (handle_inferior_event): Remove unused function call.
8535
bcbd1de9
MS
8536 * fork-child.c (fork_inferior): Remove ifdef'd code and
8537 unused variable.
8538
2e456570
MS
8539 * linux-thread-db.c (attach_thread): Discard unused value.
8540
14571dad
MS
8541 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
8542
a9cbf802
MS
8543 * remote.c (remote_get_noisy_reply): Discard unused value.
8544 (remote_vcont_resume): Ditto.
8545 (remote_stop_ns): Ditto.
8546
5715d26e
MS
8547 * linespec.c (decode_objc): Delete unused variable.
8548
4a9bca80
MS
8549 * tui/tui-regs.c (tui_register_format): Delete unused variable.
8550
f47fb265
MS
8551 * dwarf2read.c (add_partial_symbol): Discard unused values.
8552 (read_base_type): Delete unused variable.
8553
e81cff30
MS
8554 * dbxread.c (read_dbx_symtab): Discard unused value.
8555
262acaeb
MS
8556 * eval.c (evaluate_subexp_standard): Delete unused variable,
8557 and discard unused values.
8558
df983543
MS
8559 * infcmd.c (_initialize_infcmd): Discard unused values.
8560
89acf84d
MS
8561 * stabsread.c (rs6000_builtin_type): Missing break statement.
8562
ab8b8aca
MS
8563 * dbxread.c (process_one_symbol): Discard unused value.
8564
6b4511ab
MS
8565 * coffread.c (coff_end_symtab): Delete unused variable.
8566
e8e80198
MS
8567 * dwarf2read.c (dw2_get_file_names): Discard unused value.
8568 (dwarf2_add_typedef): Delete unused variable.
8569 (read_namespace): Ditto.
8570 (dwarf_decode_macros): Ditto.
8571
976aa66e
MS
8572 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
8573
5b92b49f
MS
8574 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
8575
91e8df85
MS
8576 * p-valprint.c (pascal_val_print): Discard unused value.
8577
899500d6
MS
8578 * utils.c (nquery): Call va_end before return;
8579 (yquery): Ditto.
8580 (query): Ditto.
8581
0480cefa
MS
8582 * proc-service.c (ps_plog): Call va_end before return.
8583
fb6a3ed3
TT
85842011-02-28 Tom Tromey <tromey@redhat.com>
8585
8586 * python/python.c (gdbpy_value_cst): New global.
8587 (_initialize_python): Initialize it.
8588 * python/python-internal.h (gdbpy_value_cst): Declare.
8589 * python/py-value.c (convert_value_from_python): Use
8590 gdbpy_value_cst.
8591
c05202a1
MS
85922011-02-28 Michael Snyder <msnyder@vmware.com>
8593
e463f587
MS
8594 * python/py-cmd.c (cmdpy_init): Fix memory leak.
8595
c38eea1a
MS
8596 * breakpoint.c (catch_syscall_completer): Free malloced list.
8597
3ef09ab5
MS
8598 * jv-lang.c (java_primitive_type_from_name): Add missing break.
8599
8f9a01ee
MS
8600 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
8601 (lval_func_check_synthetic_pointer): Ditto.
8602 (lval_func_free_closure): Fix use-after-free.
c05202a1 8603
477d0d57
TT
86042011-02-28 Tom Tromey <tromey@redhat.com>
8605
8606 * psymtab.c (expand_partial_symbol_tables): Use
8607 ALL_OBJFILE_PSYMTABS.
8608
20937029
JK
86092011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8610
8611 * objc-lang.c (selectors_info): Error on too long REGEXP.
8612
907b7f4f
MS
86132011-02-28 Michael Snyder <msnyder@vmware.com>
8614
92e96192
MS
8615 * python/py-param.c (set_parameter_value): Add missing
8616 break statement.
8617
907b7f4f
MS
8618 * linux-record.c (record_linux_system_call): Add missing
8619 break statement.
8620
12c5a436
UW
86212011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8622
8623 * breakpoint.c (print_one_breakpoint_location): Remove unused
8624 argument PRINT_ADDRESS_BITS. Update callers.
8625 (print_one_breakpoint): Likewise.
8626
170b53b2
UW
86272011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8628
8629 * breakpoint.c (wrap_indent_at_field): New function.
8630 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
8631 Allocate ui_stream locally instead of using STB argument.
8632 (print_one_breakpoint_location): Update call.
8633 * ui-out.c (ui_out_query_field): New function.
8634 * ui-out.h (ui_out_query_field): Add prototype.
8635
8ab1f94d
JB
86362011-02-28 Joel Brobecker <brobecker@adacore.com>
8637
8638 From Michael Snyder <msnyder@vmware.com>
8639 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
8640
7d488639
MS
86412011-02-27 Michael Snyder <msnyder@vmware.com>
8642
ae179fba
MS
8643 * objc-lang.c (selectors_info): Prevent string overrun.
8644
086dbf66
MS
8645 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
8646 error in strncpy.
8647
f2eb0bc8 8648 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
8649 outer scope.
8650
7d488639
MS
8651 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
8652 param with a local variable of the same name.
8653
3bd0f5ef
MS
86542011-02-27 Michael Snyder <msnyder@vmware.com>
8655
8656 * value.c (value_from_history_ref): New function.
8657 * value.h (value_from_history_ref): Export.
8658 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
8659 to parse value history references.
8660 * cli/cli-utils.h (get_number_trailer): Update comment.
8661
86622011-02-27 Michael Snyder <msnyder@vmware.com>
8663
8664 * inferior.c (detach_inferior_command): Use get_number_or_range.
8665 (kill_inferior_command): Ditto.
8666 (remove_inferior_command): Ditto.
8667 (initialize_inferiors): Make command names plural.
8668 Update help strings.
8669
766062f6
MS
86702011-02-27 Michael Snyder <msnyder@vmware.com>
8671
8672 * darwin-nat-info.c: Fix comment typo.
8673 * dwarf2expr.h: Ditto.
8674 * fbsd-nat.c: Ditto.
8675 * fbsd-nat.h: Ditto.
8676 * frame-unwind.h: Ditto.
8677 * frame.h: Ditto.
8678 * hppa-hpux-tdep.c: Ditto.
8679 * i386-linux-nat.c: Ditto.
8680 * linux-nat.c: Ditto.
8681 * nbsd-nat.c: Ditto.
8682 * nbsd-nat.h: Ditto.
8683 * ppc-linux-tdep.c: Ditto.
8684 * serial.c: Ditto.
8685 * ui-file.h: Ditto.
8686 * tui/tui-winsource.c: Ditto.
8687
f2c4ead5
MS
86882011-02-26 Michael Snyder <msnyder@vmware.com>
8689
86b887df
MS
8690 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
8691
66fd3b1e
MS
8692 * maint.c (maintenance_do_deprecate): Plug a memory leak.
8693
8c814cdd
MS
8694 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
8695 with a local variable of the same name.
8696
6d5e094a 8697 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 8698 param with a local variable of the same name.
6d5e094a 8699 (i387_supply_xsave): Ditto.
e5b3d7d6 8700
5eee517d
MS
8701 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
8702 that it does not shadow a function parameter.
8703
8fbf6b93
MS
8704 * i386-nat.c (i386_length_and_rw_bits): Document that case
8705 statement is meant to fall through.
8706
cb969d61
MS
8707 * expprint.c (dump_subexp_body_standard): Document that case
8708 statement is meant to fall through.
8709
f2c4ead5
MS
8710 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
8711 dead if statement. Condition can't be false.
8712
b021a221
MS
87132011-02-25 Michael Snyder <msnyder@vmware.com>
8714
8715 * arm-tdep.c: Fix typos in comments.
8716 * bsd-uthread.c: Ditto.
8717 * completer.c: Ditto.
8718 * corelow.c: Ditto.
8719 * cp-namespace.c: Ditto.
8720 * cp-support.c: Ditto.
8721 * cris-tdep.c: Ditto.
8722 * dbxread.c: Ditto.
8723 * dwarf2read.c: Ditto.
8724 * frame.h: Ditto.
8725 * gdbtypes.h: Ditto.
8726 * inferior.h: Ditto.
8727 * mdebugread.c: Ditto.
8728 * mips-tdep.c: Ditto.
8729 * ppc-linux-nat.c: Ditto.
8730 * ppc-linux-tdep.c: Ditto.
8731 * printcmd.c: Ditto.
8732 * sol-thread.c: Ditto.
8733 * solib-frv.c: Ditto.
8734 * solist.h: Ditto.
8735 * sparc64-tdep.c: Ditto.
8736 * spu-tdep.c: Ditto.
8737 * stabsread.c: Ditto.
8738 * symfile.c: Ditto.
8739 * valops.c: Ditto.
8740 * varobj.c: Ditto.
8741 * vax-nat.c: Ditto.
8742 * python/py-block.c: Ditto.
8743 * python/py-symbol.c: Ditto.
8744 * python/py-symtab.c: Ditto.
8745 * python/py-value.c: Ditto.
8746 * tui/tui-win.c: Ditto.
8747
c82c0b55
MS
87482011-02-25 Michael Snyder <msnyder@vmware.com>
8749
8750 * inferior.c (print_inferior): Accept a string instead of an int
8751 for requested_inferiors, and use get_number_or_range to parse it.
8752 (info_inferiors_command): Pass args string to print_inferior.
8753 (initialize_inferiors): Change help string for info inferiors.
8754 * inferior.h (print_inferior): Export prototype change.
8755
ee00cd23
TT
87562011-02-25 Tom Tromey <tromey@redhat.com>
8757
8758 * common/ax.def (invalid2): Set to 0x31.
8759
0502ed8c
JK
87602011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8761
8762 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
8763 L and plongest.
8764 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
8765 use L and plongest.
8766 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
8767
2c9de912
MS
87682011-02-24 Michael Snyder <msnyder@vmware.com>
8769
8770 * Makefile.in (clean): Make clean should remove generated files
8771 observer.h and observer.inc.
8772
a04b0428
JB
87732011-02-24 Joel Brobecker <brobecker@adacore.com>
8774
8775 Revert the following patch (not approved yet):
8776 2011-02-21 Hui Zhu <teawater@gmail.com>
8777 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
8778 * ax-gdb.c (gen_printf_expr_callback): New function.
8779 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
8780 * ax-general.c (ax_memcpy): New function.
8781 (ax_print): Handle "printf".
8782 (ax_reqs): Ditto.
8783 * ax.h (ax_memcpy): Forward declare.
8784 * common/ax.def (invalid2): Removed.
8785 (printf): New entry.
8786 * printcmd.c (printcmd.h): New include.
8787 (string_printf): New function.
8788 (ui_printf): Removed.
8789 (printf_command): Remove static. Call string_printf.
8790 (eval_command): Call string_printf.
8791 * printcmd.h: New file.
8792 * tracepoint.c (validate_actionline,
8793 encode_actions_1): handle printf_command.
8794
2b52013f
TT
87952011-02-23 Tom Tromey <tromey@redhat.com>
8796
8797 * ax-general.c (ax_pick): Add missing newline.
8798
e5a67952
MS
87992011-02-23 Michael Snyder <msnyder@vmware.com>
8800
8801 * breakpoint.c (breakpoint_1): Change first argument from an int
8802 to a char pointer, so that the function now accepts a list of
f2eb0bc8 8803 breakpoints rather than just one. Use new function
e5a67952
MS
8804 'number_is_in_list' to implement.
8805 (breakpoints_info): Pass char * instead of int to breakpoint_1.
8806 (watchpoints_info): Ditto.
8807 (tracepoints_info): Ditto.
8808 (maintenance_info_breakpoints): Ditto.
8809 (_initialize_breakpoint): Update help strings to reflect the fact
8810 that these functions can now take more than one argument.
8811 * cli/cli-utils.c (number_is_in_list): New function.
8812 * cli/cli-utils.h (number_is_in_list): Export.
8813
88142011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
8815
8816 * memattr.c (mem_enable_command): Use get_number_or_range.
8817 (mem_disable_command): Ditto.
8818 (mem_delete_command): Ditto.
8819 (_initialize_mem): Tweak usage message to reflect multiple
8820 arguments.
8821
6e6fbe60
DE
88222011-02-22 Doug Evans <dje@google.com>
8823
8824 Add gdb.lookup_global_symbol python function.
8825 * NEWS: Add entry.
8826 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
8827 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
8828 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
8829
79b97fa8
TT
88302011-02-22 Tom Tromey <tromey@redhat.com>
8831
8832 * language.c (language_class_name_from_physname): Rename
8833 'curr_language' argument to 'lang'; use in body.
8834
298f437a
MS
88352011-02-22 Michael Snyder <msnyder@vmware.com>
8836
8837 * cli/cli-utils.c (number_is_in_list): Check for zero return.
8838
b7ea3126
PA
88392011-02-22 Pedro Alves <pedro@codesourcery.com>
8840
8841 * frame-unwind.h: Fix comment to mention the this frame, not the
8842 next.
8843
58ee6d60
TT
88442011-02-22 Tom Tromey <tromey@redhat.com>
8845
8846 * symfile.c (auto_solib_limit): Remove.
8847 * symfile.h (auto_solib_limit): Remove.
8848
36238dbc
JB
88492011-02-22 Joel Brobecker <brobecker@adacore.com>
8850
8851 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
8852
aea5b279
MS
88532011-02-21 Michael Snyder <msnyder@vmware.com>
8854
8855 * gdbthread.h (print_thread_info): Change prototype.
8856 * thread.c (print_thread_info): Accept char* instead of int for
8857 requested_threads argument. Use new function number_is_in_list
8858 to determine which threads to list.
8859 (info_threads_command): Pass char* to print_thread_info.
8860 * cli/cli-utils.c (number_is_in_list): New function.
8861 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 8862 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
8863 print_thread_info.
8864 (print_one_inferior): Ditto.
8865 (mi_cmd_list_thread_groups): Ditto.
8866
8caa75ee
JK
88672011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 * common/Makefile.in (CFLAGS): New.
8870 (COMPILE): Add $(CFLAGS).
8871
ea666128
TT
88722011-02-21 Tom Tromey <tromey@redhat.com>
8873
8874 * breakpoint.c (catch_syscall_command_1): Fix typo.
8875
e9cafbcc
TT
88762011-02-21 Tom Tromey <tromey@redhat.com>
8877
8878 * reverse.c: Include cli-utils.h.
8879 * printcmd.c: Include cli-utils.h.
8880 (string_printf): Use skip_spaces.
8881 * cli/cli-utils.h: New file.
8882 * cli/cli-utils.c: New file.
8883 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
8884 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
8885 * breakpoint.h (get_number, get_number_or_range): Move to
8886 cli-utils.h.
8887 * breakpoint.c: Include cli-utils.h.
8888 (get_number_trailer, get_number, get_number_or_range)
8889 (ep_skip_leading_whitespace): Move to cli-utils.c.
8890 (create_breakpoint_sal, find_condition_and_thread)
8891 (decode_static_tracepoint_spec, watch_command_1)
8892 (watch_maybe_just_location, ep_parse_optional_if_clause)
8893 (catch_fork_command_1, catch_exec_command_1)
8894 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
8895 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
8896 (SUBDIR_CLI_SRCS): Add cli-utils.c.
8897 (HFILES_NO_SRCDIR): Add cli-utils.h.
8898 (cli-utils.o): New target.
8899
f67fd822
PM
89002011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8901
8902 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
8903 before calling discard_all_inferiors.
8904
c9def01d
UW
89052011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8906
8907 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
8908 (struct builtin_opencl_type): Remove.
8909 (builtin_opencl_type): Change return type to "struct type **".
8910 (lookup_opencl_vector_type): Update caller.
8911 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
8912 (build_opencl_types): Install plain array of "struct type *"
8913 instead of "struct builtin_opencl_type".
8914
e3039479
UW
89152011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8916 Ulrich Weigand <uweigand@de.ibm.com>
8917
8918 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
8919 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
8920 (struct arm_linux_hwbp_cap): New type.
8921 (arm_linux_get_hwbp_cap): New function.
8922 (arm_linux_get_hw_breakpoint_count): Likewise.
8923 (arm_linux_get_hw_watchpoint_count): Likewise.
8924 (arm_linux_can_use_hw_breakpoint): Likewise.
8925 (arm_hwbp_type): New type.
8926 (arm_hwbp_control_t): Likewise.
8927 (struct arm_linux_hw_breakpoint): Likewise.
8928 (struct arm_linux_thread_points): Likewise.
8929 (arm_threads): New global variable.
8930 (arm_linux_find_breakpoints_by_tid): New function.
8931 (arm_hwbp_control_initialize): Likewise.
8932 (arm_hwbp_control_is_enabled): Likewise.
8933 (arm_hwbp_control_disable): Likewise.
8934 (arm_linux_hw_breakpoint_initialize): Likewise.
8935 (arm_linux_get_hwbp_type): Likewise.
8936 (arm_linux_hw_watchpoint_initialize): Likewise.
8937 (arm_linux_hw_breakpoint_equal): Likewise.
8938 (arm_linux_insert_hw_breakpoint1): Likewise.
8939 (arm_linux_remove_hw_breakpoint1): Likewise.
8940 (arm_linux_insert_hw_breakpoint): Likewise.
8941 (arm_linux_remove_hw_breakpoint): Likewise.
8942 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
8943 (arm_linux_insert_watchpoint): Likewise.
8944 (arm_linux_remove_watchpoint): Likewise.
8945 (arm_linux_stopped_data_address): Likewise.
8946 (arm_linux_stopped_by_watchpoint): Likewise.
8947 (arm_linux_watchpoint_addr_within_range): Likewise.
8948 (arm_linux_new_thread): Likewise.
8949 (arm_linux_thread_exit): Likewise.
8950 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
8951 related target callbacks. Register arm_linux_new_thread and
8952 arm_linux_thread_exit.
8953 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
8954 * arm-tdep.c (arm_pc_is_thumb): Make global.
8955 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
8956
b5db5dfc
UW
89572011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8958
8959 * breakpoint.c (update_watchpoint): Do not attempt to recreate
8960 per-frame locations while within a function epilogue.
8961
e25b2cfa
PM
89622011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
8963
8964 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
8965 to GNU coding standards.
8966
4af53f97
PM
89672011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
8968
8969 Allow use of mingw native on Windows 95 OS.
e25b2cfa 8970 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
8971 (ser_windows_close): Only call CancelIo if function exists.
8972 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
8973 to check for existence of CancelIo function in kernel32 DLL.
8974
d0e92d82
HZ
89752011-02-21 Hui Zhu <teawater@gmail.com>
8976
8977 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
8978 * ax-gdb.c (gen_printf_expr_callback): New function.
8979 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
8980 * ax-general.c (ax_memcpy): New function.
8981 (ax_print): Handle "printf".
8982 (ax_reqs): Ditto.
8983 * ax.h (ax_memcpy): Forward declare.
8984 * common/ax.def (invalid2): Removed.
8985 (printf): New entry.
8986 * printcmd.c (printcmd.h): New include.
8987 (string_printf): New function.
8988 (ui_printf): Removed.
8989 (printf_command): Remove static. Call string_printf.
8990 (eval_command): Call string_printf.
8991 * printcmd.h: New file.
8992 * tracepoint.c (validate_actionline,
8993 encode_actions_1): handle printf_command.
8994
7d357efd
MS
89952011-02-19 Michael Snyder <msnyder@vmware.com>
8996
8997 * reverse.c (delete_one_bookmark): Argument is now bookmark
8998 id rather than pointer to bookmark struct.
8999 (delete_bookmark_command): Use get_number_or_range.
9000 (goto_bookmark_command): Parse with get_number instead of strtoul.
9001 (bookmark_1): New function. Print info for one bookmark.
9002 (bookmarks_info): Use get_number_or_range and bookmark_1.
9003
7a45ebd7
MS
90042011-02-18 Michael Snyder <msnyder@vmware.com>
9005
f2eb0bc8 9006 * thread.c (info_threads_command): Re-implement using
7a45ebd7 9007 get_number_or_range.
65ebfb52 9008 (thread_apply_command): Ditto.
7a45ebd7 9009
94d5e490
TT
90102011-02-18 Tom Tromey <tromey@redhat.com>
9011
9012 * common/ax.def: New file.
9013 * ax.h (enum agent_op): Use ax.def.
9014 * ax-general.c (aop_map): Use ax.def.
9015
c7f96d2b
TT
90162011-02-18 Tom Tromey <tromey@redhat.com>
9017
9018 * ax-general.c (aop_map): Add pick and rot.
9019 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
9020 <DW_OP_rot>: Implement.
9021 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
9022 (ax_pick): Declare.
9023 * ax-general.c (ax_pick): New function.
9024
66694b75
TT
90252011-02-18 Tom Tromey <tromey@redhat.com>
9026
9027 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
9028
eeaafae2
JK
90292011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9030 Tom Tromey <tromey@redhat.com>
9031
9032 * cp-support.c (make_symbol_overload_list_namespace): Do not call
9033 make_symbol_overload_list_block with NULL BLOCK.
9034 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
9035
3c3fe74c
PA
90362011-02-18 Pedro Alves <pedro@codesourcery.com>
9037
9038 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
9039 * breakpoint.h (get_number_or_range): Declare.
9040 * printcmd.c (ALL_DISPLAYS): Declare.
9041 (delete_display): Reimplement taking a display pointer.
9042 (undisplay_command): Accept a range of displays to delete, using
9043 get_number_or_range.
9044
13163d80
PM
90452011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9046
9047 * c-valprint.c (c_val_print): Add embedded_offset to address
9048 for arrays of unspecified length.
9049 * p-valprint.c (pascal_val_print): Likewise.
9050
b434a28f
YQ
90512011-02-18 Yao Qi <yao@codesourcery.com>
9052
9053 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
9054 (arm_process_displaced_insn): .. here. Remove parameter INSN.
9055 (thumb_process_displaced_insn): New.
9056 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
9057 call to arm_process_displaced_insn.
9058 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
9059
9f6f94ff
TT
90602011-02-17 Tom Tromey <tromey@redhat.com>
9061
9062 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
9063 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
9064 compile_dwarf_to_ax. No longer static. Call
9065 dwarf2_compile_cfa_to_ax.
9066 (locexpr_tracepoint_var_ref): Update.
9067 (loclist_tracepoint_var_ref): Update.
9068 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
9069 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
9070 argument; add 'gdbarch' and 'pc'.
9071 (dwarf2_compile_cfa_to_ax): New function.
9072 (dwarf2_frame_cache): Update.
9073
e67ad678
JB
90742011-02-17 Joel Brobecker <brobecker@adacore.com>
9075
9076 * ada-lang.c (ada_type_of_array): Fix the size of the array
9077 in the case of an unconstrained packed array.
9078
946ebb0d
YQ
90792011-02-17 Yao Qi <yao@codesourcery.com>
9080
9081 * common/Makefile.in: Add more targets for make.
9082
1ba1b353
TT
90832011-02-16 Tom Tromey <tromey@redhat.com>
9084
9085 * dwarf2loc.c (unimplemented): Fix typo.
9086
b1bfef65
TT
90872011-02-16 Tom Tromey <tromey@redhat.com>
9088
9089 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
9090 (compile_dwarf_to_ax) <default>: Use unimplemented.
9091 <DW_OP_deref>: Update.
9092 (disassemble_dwarf_expression): Update.
9093 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
9094 (decode_locdesc): Update.
9095 * dwarf2expr.h (dwarf_stack_op_name): Update.
9096
5f1e6f19
TT
90972011-02-16 Tom Tromey <tromey@redhat.com>
9098
9099 * ax.h (struct aop_map) <name>: Now const.
9100
a0c78a73
PA
91012011-02-16 Tom Tromey <tromey@redhat.com>
9102
9103 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
9104 than axs_rvalue.
9105
946ebb0d 91062011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
9107
9108 * infrun.c (get_displaced_step_closure_by_addr): New.
9109 * inferior.h: Declare it.
9110 * arm-tdep.c: (arm_pc_is_thumb): Call
9111 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
9112 returns non-NULL.
9113
08807d5a
PA
91142011-02-16 Pedro Alves <pedro@codesourcery.com>
9115 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 gdb/
9118 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
9119
29976f3f
PA
91202011-02-16 Pedro Alves <pedro@codesourcery.com>
9121 Jan Kratochvil <jan.kratochvil@redhat.com>
9122
9123 * value.c (value_contents_copy_raw): Extend describing comment.
9124 Assert that the destination contents we're overwriting are wholly
9125 available.
fb68ae73 9126 (value_contents_copy): Extend describing comment.
29976f3f 9127
cd24cfaa
PA
91282011-02-16 Pedro Alves <pedro@codesourcery.com>
9129 Jan Kratochvil <jan.kratochvil@redhat.com>
9130
9131 * value.c (value_available_contents_eq): Remove redundant local
9132 variables. Fix available contents comparision.
9133 * value.h (value_available_contents_eq): Extend describing
9134 comment.
9135
60bbf338
YQ
91362011-02-16 Yao Qi <yao@codesourcery.com>
9137
9138 * thread.c (info_threads_command): Add missing i18n markup and remove
9139 trailing newline.
9140
17450429
PP
91412011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9142
9143 * breakpoint.c (longjmp_names): New variable.
9144 (struct breakpoint_objfile_data): New type.
9145 (breakpoint_objfile_key): New variable.
9146 (msym_not_found): New variable.
9147 (msym_not_found_p): New predicate.
9148 (get_breakpoint_objfile_data): New function.
9149 (create_overlay_event_breakpoint): Check per-objfile cache for
9150 symbols first.
9151 (create_longjmp_master_breakpoint): Likewise.
9152 (create_std_terminate_master_breakpoint): Likewise.
9153 (create_exception_master_breakpoint): Likewise.
9154 (_initialize_breakpoint): Register per-objfile data key.
9155
af02033e
PP
91562011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9157
9158 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
9159 parameter value.
9160 (create_longjmp_master_breakpoint): Loop over longjmp names.
9161 (create_std_terminate_master_breakpoint): Const-propagate parameter
9162 value.
9163 (update_breakpoints_after_exec): Adjust.
9164 (breakpoint_re_set): Adjust.
9165
60f98dde
MS
91662011-02-15 Michael Snyder <msnyder@vmware.com>
9167
cdf99611
MS
9168 * thread.c (info_threads_command): Process arg as thread id,
9169 or list of thread ids.
9170 (thread_find_command): New command.
9171 (_initialize_thread): Document argument for info threads.
9172 Document 'thread find' command.
9173 * NEWS: Document new command "thread find".
60f98dde 9174
0feedb2c
JK
91752011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9176
9177 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
9178 * aclocal.m4: Regenerated with aclocal-1.11.1.
9179 * common/configure: Regenerate with autoconf-2.64.
9180
648cd113
KW
91812011-02-15 Ken Werner <ken.werner@de.ibm.com>
9182
9183 * opencl-lang.c (build_opencl_types): Set the size of the built-in
9184 bool data type to a size of one byte.
9185
5657161f
PA
91862011-02-15 Pedro Alves <pedro@codesourcery.com>
9187 Jan Kratochvil <jan.kratochvil@redhat.com>
9188
9189 * target.c (memory_xfer_live_readonly_partial): Document where to
9190 look for interface description.
9191
494e194e
YQ
91922011-02-15 Yao Qi <yao@codesourcery.com>
9193
9194 PR tdep/12352
9195 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
9196 order to store PC value on stack instead of text section.
9197
d9492458
TJB
91982011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9199
9200 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
9201 the EFP register set size.
9202 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
9203 data from the VMX register.
9204 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
9205 and write data from/to the VMX register.
9206
cdf99611
MS
92072011-02-14 Michael Snyder <msnyder@vmware.com>
9208
9209 * command.h (enum command_class): New class 'no_set_class', for
9210 "show" commands without a corresponding "set" command.
9211 * value.c (_initialize_values): Use 'no_set_class' for "show values".
9212 * copying.c (_initialize_copying): Ditto for "show copying" and
9213 "show warranty".
9214 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
9215 "show version".
9216 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
9217 which there is no corresponding "set" command (eg. "show copying").
9218
424447ee
PA
92192011-02-14 Pedro Alves <pedro@codesourcery.com>
9220 Jan Kratochvil <jan.kratochvil@redhat.com>
9221
9222 * exec.c (section_table_available_memory): Change `len' parameter
9223 type to ULONGEST.
9224 * exec.h (section_table_available_memory): Ditto.
9225 * value.h (read_value_memory): Rename the `offset' parameter to
9226 `embedded_offset'.
9227
c0f61f9c 92282011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 9229 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
9230
9231 * memrange.c (compare_mem_ranges): Mention sort order in
9232 describing comment.
9233 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
9234 * tracepoint.c (traceframe_available_memory): Extend comment to
9235 mention what happens to RESULT when the target does not support
9236 the query.
9237
6bfc80c7
PA
92382011-02-14 Pedro Alves <pedro@codesourcery.com>
9239 Jan Kratochvil <jan.kratochvil@redhat.com>
9240
9241 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
9242 range.
9243
e7303042
PA
92442011-02-14 Pedro Alves <pedro@codesourcery.com>
9245
9246 * value.c (value_bits_valid, value_bits_synthetic_pointer):
9247 No longer handle NULL values.
9248
8af8e3bc
PA
92492011-02-14 Pedro Alves <pedro@codesourcery.com>
9250
9251 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
9252 * value.c: Include "exceptions.h".
9253 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
9254 generic error.
9255 * cp-abi.c: Include gdb_assert.h.
9256 (baseclass_offset): Add `embedded_offset' and `val' parameters.
9257 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
9258 errors.
9259 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
9260 parameters. No longer returns -1 on error.
9261 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
9262 `val' parameters.
9263 * cp-valprint.c: Include exceptions.h.
9264 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
9265 the baseclass_offset. Handle unavailable base classes. Use
9266 val_print_invalid_address.
9267 * p-valprint.c: Include exceptions.h.
9268 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
9269 when fetching the baseclass_offset. No longer expect
9270 baseclass_offset returning -1. Handle unavailable base classes.
9271 Use val_print_invalid_address.
9272 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
9273 `valaddr' parameter, and change its type to gdb_byte pointer. Add
9274 `embedded_offset' and `val' parameters. Adjust.
9275 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
9276 parameter, and change its type to gdb_byte pointer. Add
9277 `embedded_offset' and `val' parameters. Adjust. No longer expect
9278 baseclass_offset returning -1.
9279 (value_dynamic_cast): Use value_contents_for_printing rather than
9280 value_contents. Adjust.
9281 (search_struct_field): No longer expect baseclass_offset returning
9282 -1.
9283 (search_struct_method): If reading memory from the target is
9284 necessary, wrap it in a new value to pass to baseclass_offset. No
9285 longer expect baseclass_offset returning -1.
9286 (find_method_list): No longer expect baseclass_offset returning
9287 -1. Use value_contents_for_printing rather than value_contents.
9288 * valprint.c (val_print_invalid_address): New function.
9289 * valprint.h (val_print_invalid_address): Declare.
9290 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
9291 and `val' parameters. No longer expect baseclass_offset returning
9292 -1. Adjust.
9293 * gnu-v2-abi.c: Include "exceptions.h".
9294 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
9295 parameters. Handle unavailable memory. Recurse through
9296 gnuv2_baseclass_offset directly, rather than through
9297 baseclass_offset. No longer returns -1 on not found, instead
9298 throw an error.
9299 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
9300 `val' parameters. Adjust.
9301
1b28d0b3
PA
93022011-02-14 Pedro Alves <pedro@codesourcery.com>
9303
9304 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
9305 almost but not quite adjacent.
9306
ec0a52e1
PA
93072011-02-14 Pedro Alves <pedro@codesourcery.com>
9308
9309 * value.h (value_entirely_available): Declare.
9310 * value.c (value_entirely_available): New function.
9311 * c-valprint.c (c_value_print): Don't try fetching the pointer's
9312 real type if the pointer is unavailable.
9313
24e6bcee
PA
93142011-02-14 Pedro Alves <pedro@codesourcery.com>
9315
9316 * valops.c (value_repeat): Use read_value_memory instead of
9317 read_memory.
9318
39d37385
PA
93192011-02-14 Pedro Alves <pedro@codesourcery.com>
9320
9321 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
9322 * value.c (value_contents_copy_raw, value_contents_copy): New
9323 functions.
9324 (value_primitive_field): Use value_contents_copy_raw instead of
9325 memcpy.
9326 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
9327 memcpy.
9328 (value_array, value_slice): Ditto.
9329 * valarith.c (value_subscripted_rvalue): Use
9330 value_contents_copy_raw instead of memcpy.
9331
a3d34bf4
PA
93322011-02-14 Pedro Alves <pedro@codesourcery.com>
9333
9334 <unavailable> references.
9335
9336 * valops.c (get_value_at): Use value_from_contents_and_address,
9337 avoiding read_memory.
9338
9fc6d940
PA
93392011-02-14 Pedro Alves <pedro@codesourcery.com>
9340
9341 * c-valprint.c (c_val_print): Print a string with unavailable
9342 contents as an array.
9343
5467c6c8
PA
93442011-02-14 Pedro Alves <pedro@codesourcery.com>
9345
9346 * value.h (unpack_bits_as_long): Delete declaration.
9347 (unpack_value_bits_as_long): Declare.
9348 (unpack_value_field_as_long): Declare.
9349 (value_field_bitfield): Declare.
9350 * value.c (unpack_bits_as_long): Rename to...
9351 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
9352 value parameters. Return the extracted result in a new output
9353 parameter. If the value contents are unavailable, return false,
9354 otherwise return true.
9355 (unpack_value_bits_as_long): New.
9356 (unpack_field_as_long): Rename to...
9357 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
9358 Add embedded_offset and value parameters. Return the extracted
9359 result in a new output parameter. If the value contents are
9360 unavailable, return false, otherwise return true.
9361 (unpack_value_field_as_long): New.
9362 (unpack_field_as_long_1): New.
9363 (unpack_field_as_long): Reimplement as wrapper around
9364 unpack_value_field_as_long_1.
9365 (value_field_bitfield): New function.
9366 * valops.c (value_fetch_lazy): When fetching a bitfield, use
9367 unpack_value_bits_as_long. Mark the value as unavailable, if it
9368 is unavailable.
9369 * jv-valprint.c (java_print_value_fields): Use
9370 value_field_bitfield.
9371 * p-valprint.c (pascal_object_print_value_fields): Use
9372 value_field_bitfield.
9373 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
9374
3158c6ed
PA
93752011-02-14 Pedro Alves <pedro@codesourcery.com>
9376
9377 * value.c (get_internalvar_integer): Also return the int value of
9378 TYPE_CODE_INT INTERNALVAR_VALUE values.
9379 (set_internalvar): Don't special case TYPE_CODE_INT.
9380
9fbdca0d
PA
93812011-02-14 Pedro Alves <pedro@codesourcery.com>
9382
9383 * value.c (struct internalvar) <enum internalvar_kind>: Remove
9384 INTERNALVAR_POINTER.
9385 <pointer>: Delete.
9386 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
9387 (set_internalvar): Remove special TYPE_CODE_PTR handling.
9388 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
9389
c8c1c22f
PA
93902011-02-14 Pedro Alves <pedro@codesourcery.com>
9391
9392 * value.h (value_available_contents_eq): Declare.
9393 * value.c (find_first_range_overlap): New function.
9394 (value_available_contents_eq): New function.
9395 * valprint.c (val_print_array_elements): Use
9396 value_available_contents_eq.
9397 * ada-valprint.c (val_print_packed_array_elements): Use
9398 value_available_contents_eq.
9399 * jv-valprint.c (java_value_print): Use
9400 value_available_contents_eq.
9401
e6e4e701
PA
94022011-02-14 Pedro Alves <pedro@codesourcery.com>
9403
9404 * target.c (target_read_live_memory): New function.
9405 (memory_xfer_live_readonly_partial): New.
9406 (memory_xfer_partial): If reading from a traceframe, fallback to
9407 reading unavailable read-only memory from read-only regions of
9408 live target memory.
9409 * tracepoint.c (disconnect_tracing): Adjust.
9410 (set_current_traceframe): New, factored out from
9411 set_traceframe_number.
9412 (set_traceframe_number): Reimplement to only change the traceframe
9413 number on the GDB side.
9414 (do_restore_current_traceframe_cleanup): Adjust.
9415 (make_cleanup_restore_traceframe_number): New.
9416 (cur_traceframe_number): New global.
9417 (tfile_open): Set cur_traceframe_number to no traceframe.
9418 (set_tfile_traceframe): New function.
9419 (tfile_trace_find): If looking up a traceframe using any method
9420 other than by number, make sure the current tfile traceframe
9421 matches gdb's current traceframe. Update the current tfile
9422 traceframe if the lookup succeeded.
9423 (tfile_fetch_registers, tfile_xfer_partial)
9424 (tfile_get_trace_state_variable_value): Make sure the remote
9425 traceframe matches gdb's current traceframe.
9426 * remote.c (remote_traceframe_number): New global.
9427 (remote_open_1): Set it to -1.
9428 (set_remote_traceframe): New function.
9429 (remote_fetch_registers, remote_store_registers)
9430 (remote_xfer_memory, remote_xfer_partial)
9431 (remote_get_trace_state_variable_value): Make sure the remote
9432 traceframe matches gdb's current traceframe.
9433 (remote_trace_find): If looking up a traceframe using any method
9434 other than by number, make sure the current remote traceframe
9435 matches gdb's current traceframe. Update the current remote
9436 traceframe if the lookup succeeded.
9437 * infrun.c (fetch_inferior_event): Adjust.
9438 * tracepoint.h (set_current_traceframe): Declare.
9439 (get_traceframe_number, set_traceframe_number): Add describing
9440 comments.
9441
e6ca34fc
PA
94422011-02-14 Pedro Alves <pedro@codesourcery.com>
9443
9444 Mark pieces of values as unavailable if the corresponding memory
9445 is unavailable.
9446
9447 * valops.c: Include tracepoint.h.
9448 (value_fetch_lazy): Use read_value_memory.
9449 (read_value_memory): New.
9450 * value.h (read_value_memory): Declare.
9451 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
9452 * exec.c (section_table_available_memory): New function.
9453 * exec.h (section_table_available_memory): Declare.
9454
2a7498d8
PA
94552011-02-14 Pedro Alves <pedro@codesourcery.com>
9456
9457 * Makefile.in (SFILES): Add memrange.c.
9458 (HFILES_NO_SRCDIR): Add memrange.h.
9459 (COMMON_OBS): Add memrange.o.
9460 * memrange.c: New file.
9461 * memrange.h: New file.
9462 * tracepoint.c: Include memrange.h.
9463 (struct mem_range): Delete.
9464 (mem_range_s): Delete.
9465 (traceframe_available_memory): New function.
9466 * tracepoint.h (traceframe_available_memory): Declare.
9467
b3b9301e
PA
94682011-02-14 Pedro Alves <pedro@codesourcery.com>
9469
9470 * target.h (struct traceframe_info): Forward declare.
9471 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
9472 (struct target_ops) <to_traceframe_info>: New field.
9473 (target_traceframe_info): New.
9474 * target.c (update_current_target): Inherit and default
9475 to_traceframe_info.
9476 * remote.c (PACKET_qXfer_traceframe_info): New.
9477 (remote_protocol_features): Register qXfer:traceframe-info:read.
9478 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
9479 (remote_traceframe_info): New.
9480 (init_remote_ops): Install it.
9481 (_initialize_remote): Install "set/show remote traceframe-info"
9482 commands.
9483 * tracepoint.h (parse_traceframe_info): Declare.
9484 * tracepoint.c (struct mem_range): New.
9485 (mem_range_s): New typedef.
9486 (struct traceframe_info): New.
9487 (traceframe_info): New global.
9488 (free_traceframe_info): New function.
9489 (clear_traceframe_info): New function.
9490 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
9491 info.
9492 (build_traceframe_info): New function.
9493 (tfile_traceframe_info): New function.
9494 (init_tfile_ops): Install tfile_traceframe_info.
9495 (traceframe_info_start_memory, free_result): New functions.
9496 (memory_attributes, traceframe_info_elements): New globals.
9497 (parse_traceframe_info, get_traceframe_info): New functions.
9498 * features/traceframe-info.dtd: New file.
9499 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
9500
4e07d55f
PA
95012011-02-14 Pedro Alves <pedro@codesourcery.com>
9502
9503 Base support for <unavailable> value contents.
9504
4e07d55f
PA
9505 * value.h (value_bytes_available): Declare.
9506 (mark_value_bytes_unavailable): Declare.
9507 * value.c (struct range): New struct.
9508 (range_s): New typedef.
9509 (ranges_overlap): New function.
9510 (range_lessthan): New function.
9511 (ranges_contain_p): New function.
9512 (struct value) <unavailable>: New field.
9513 (value_bytes_available): New function.
9514 (mark_value_bytes_unavailable): New function.
9515 (require_not_optimized_out): Constify parameter.
9516 (require_available): New function.
9517 (value_contents_all, value_contents): Require all bytes be
9518 available.
9519 (value_free): Free `unavailable'.
9520 (value_copy): Copy `unavailable'.
9521 * valprint.h (val_print_unavailable): Declare.
9522 * valprint.c (valprint_check_validity): Rename `offset' parameter
9523 to `embedded_offset'. If printing a scalar, check whether the
9524 value chunk is available.
9525 (val_print_unavailable): New.
9526 (val_print_scalar_formatted): Check whether the value is
9527 available.
9528 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
9529 pretty-printing unavailable values.
9530
bc9a5551
JK
95312011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9534 * c-typeprint.c (c_type_print_args): Update the function comment. New
9535 variable param_type, initialize it. Remove const/volatile qualifiers
9536 for language_cplus and !show_artificial. Use param_type.
9537
93b55aa1
JK
95382011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9539
9540 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
9541 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
9542 * symtab.h (struct symtab) <next>: Comment extension.
9543
181d9476
YQ
95442011-02-12 Yao Qi <yao@codesourcery.com>
9545
9546 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
9547
b708a5c7
JK
95482011-02-11 Yao Qi <yao@codesourcery.com>
9549
9550 * common/Makefile.in: Add copyright header.
9551
c5187ac6
PA
95522011-02-11 Pedro Alves <pedro@codesourcery.com>
9553
9554 * infrun.c (proceed): Move switching out and in of tfind mode from
9555 here ...
9556 (fetch_inferior_event): ... to here.
9557
4f3e6fb7
YQ
95582011-02-11 Yao Qi <yao@codesourcery.com>
9559
9560 * Makefile.in: Remove signals.o from COMMON_OBS. Link
9561 libcommon.a.
9562 * configure.ac: Add common to sub dir.
9563 * configure: Regenerate.
9564
b708a5c7
JK
95652011-02-11 Yao Qi <yao@codesourcery.com>
9566
9567 Build libcommon.a.
9568
9569 * common/Makefile.in: New.
9570 * common/configure.ac: New.
9571 * common/aclocal.m4: New.
9572 * common/configure: Generate.
9573
2287cc7e
PA
95742011-02-10 Pedro Alves <pedro@codesourcery.com>
9575
9576 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
9577 side of the parenthesis.
9578
9579 Merge from GCC:
9580 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 9581 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 9582
fd62cb89
MS
95832011-02-08 Michael Snyder <msnyder@vmware.com>
9584
9585 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
9586
56d2815c
JK
95872011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9588
9589 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
9590 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
9591 psubd and paddd.
9592
4f7d61a8
JK
95932011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 PR 12361.
9596 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
9597 phsubsw.
9598 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
9599 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
9600
54fcddd0
UW
96012011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9602
9603 * dwarf2read.c (read_subroutine_type): Set special calling
9604 convention flag for functions compiled by IBM XL C for OpenCL.
9605 * ppc-sysv-tdep.c: Include "dwarf2.h"
9606 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
9607 calling convention.
9608 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
9609 IBM OpenCL vector types calling convention.
9610 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
9611 (ppc_sysv_abi_broken_return_value): Likewise.
9612 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
9613 types calling convention.
9614 (ppc64_sysv_abi_return_value): Likewise.
9615 * spu-tdep.c: Include "dwarf2.h"
9616 (spu_return_value): Implement IBM OpenCL vector types calling
9617 convention.
9618
d6dafb7c
UW
96192011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9620
9621 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
9622 correct ABI for AltiVec vector arguments.
9623
32b72a42
PA
96242011-02-07 Pedro Alves <pedro@codesourcery.com>
9625
9626 * valprint.c (val_print): Extend comment.
9627 * ada-valprint.c (ada_valprint): Rewrite comment deferring
9628 interface explanation to val_print.
9629 (ada_val_print_array): Adjust comment to current interface.
9630 (print_field_values): Adjust comment to current interface.
9631 * c-valprint.c (c_val_print): Rewrite comment deferring interface
9632 explanation to val_print.
9633 * f-valprint.c (f_val_print): Ditto.
9634 * jv-valprint.c (java_val_print): Ditto.
9635 * m2-valprint.c (m2_val_print): Ditto.
9636 * p-valprint.c (pascal_val_print): Ditto.
9637
9998af43
TJB
96382011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9639
9640 * breakpoint.c (parse_breakpoint_sals): Fix description.
9641
505500db 96422011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 9643 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
9644
9645 * python/py-inferior.c (python_on_normal_stop): New function.
9646 (python_on_resume): New function.
9647 (python_inferior_exit): New function.
9648 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
9649 inferior_exit observers.
9650 * python/py-evtregistry.c: New file.
9651 * python/py-threadevent.c : New file.
9652 * python/py-event.c: New file.
9653 * python/py-evts.c: New file.
9654 * python/py-continueevent.c: New file.
9655 * python/py-bpevent.c: New file.
9656 * python/py-signalevent.c: New file.
9657 * python/py-exetiedevent.c: New file.
9658 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
9659 Move struct breakpoint_object from here...
9660 * python/python-internal.h: ... to here.
9661 * python/py-event.h: New file.
9662 * python/py-events.h: New file.
9663 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
9664 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
9665 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
9666 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
9667 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
9668 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
9669 Add build rules for all the above.
9670
9e0ac564
TT
96712011-02-04 Tom Tromey <tromey@redhat.com>
9672
9673 * dwarf2read.c (dwarf2_section_empty_p): New function.
9674 (dwarf2_read_section): Use dwarf2_section_empty_p.
9675 (dwarf2_section_size): New function.
9676 (dwarf2_get_section_info): Unconditionally read section.
9677 (dwarf2_read_index): Use dwarf2_section_empty_p.
9678 (partial_read_comp_unit_head): Use dwarf2_section_size.
9679 (dwarf2_symbol_mark_computed): Likewise.
9680
eee5b35e
DD
96812011-02-04 David Daney <ddaney@caviumnetworks.com>
9682
9683 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
9684
385203ed
DD
96852011-02-04 David Daney <ddaney@caviumnetworks.com>
9686
9687 * mips-linux-tdep.c: Include xml-syscall.h.
9688 (mips_linux_get_syscall_number): New function.
9689 (mips_linux_init_abi): Add calls to
9690 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
9691 * data-directory/Makefile.in (SYSCALLS_FILES): Add
9692 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
9693 * syscalls/mips-n32-linux.xml: New file.
9694 * syscalls/mips-n64-linux.xml: New file.
9695 * syscalls/mips-o32-linux.xml: New file.
9696
9277c30c
UW
96972011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9698
9699 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
9700 Complain about inverted range entries.
9701 (dwarf2_record_block_ranges): Likewise.
9702
a3be7890
TJB
97032011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
9704
9705 Fix some typos.
9706 * breakpoint.c (update_watchpoint): Fix name of the
9707 update_global_location_list function.
9708 (print_one_breakpoint): Fix typo.
9709 (_initialize_breakpoint): Remove extra space in hbreak help
9710 string.
9711 * breakpoint.h (struct bp_location) <length>: Fix field
9712 description.
9713
041274d8
PA
97142011-02-04 Pedro Alves <pedro@codesourcery.com>
9715
9716 * regcache.c (registers_changed_ptid): Don't explictly always
9717 clear `current_regcache'. Only clear current_thread_ptid and
9718 current_thread_arch when PTID matches. Only reinit the frame
9719 cache if PTID matches the current inferior_ptid. Move alloca(0)
9720 call to ...
9721 (registers_changed): ... here.
9722
c1c2ab58
UW
97232011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
9724
9725 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
9726 starts with __stack_chk_guard as stack guard symbol.
9727
9011945e
AB
97282011-02-03 Andrew Burgess <aburgess@broadcom.com>
9729
9730 * disasm.c (compare_lines): Handle the end of sequence markers
9731 within the line table to better support disassembling over
9732 compilation unit boundaries.
9733
e0634ccf
UW
97342011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9735
9736 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
9737 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
9738 implementation even if no symbols are available.
9739 (thumb_analyze_prologue): Update call to skip_prologue_function.
9740 (arm_analyze_prologue): Likewise.
9741
0e9e9abd
UW
97422011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9743
9744 * arm-tdep.c: Include "observer.h".
9745 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
9746 (arm_exidx_data_key): New static variable.
9747 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
9748 (struct arm_exidx_data): Likewise.
9749 (arm_exidx_data_free): New function.
9750 (arm_compare_exidx_entries): Likewise.
9751 (arm_obj_section_from_vma): Likewise.
9752 (arm_exidx_new_objfile): Likewise.
9753 (arm_find_exidx_entry): Likewise.
9754 (arm_exidx_fill_cache): Likewise.
9755 (arm_exidx_unwind_sniffer): Likewise.
9756 (arm_exidx_unwind): New global variable.
9757 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
9758 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
9759 observer. Register arm_exidx_data_key as objfile data.
9760
2e9e421f
UW
97612011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9762
9763 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
9764 due to accessing uninitialized variable. Fix indentation.
9765
580688f3
PA
97662011-02-02 Pedro Alves <pedro@codesourcery.com>
9767
9768 * c-valprint.c (c_value_print): When doing virtual base pointer
9769 adjustment, create a new value with adjusted contents rather than
9770 changing the contents of the value being printed (and getting it
9771 wrong).
9772
3d2c1d41
PA
97732011-02-02 Pedro Alves <pedro@codesourcery.com>
9774
9775 * xml-support.c (xml_find_attribute): New.
9776 (xinclude_start_include): Use it.
9777 * xml-support.h (xml_find_attribute): Declare.
9778 * memory-map.c (memory_map_start_memory)
9779 (memory_map_start_property): Use xml_find_attribute.
9780 * osdata.c (osdata_start_osdata, osdata_start_column): Use
9781 xml_find_attribute.
9782 * remote.c (start_thread): Use xml_find_attribute.
9783 * solib-target.c (library_list_start_segment)
9784 (library_list_start_section, library_list_start_library)
9785 (library_list_start_list): Use xml_find_attribute.
9786 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
9787 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
9788 (tdesc_start_field): Use xml_find_attribute.
9789
0af3e2db
UW
97902011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
9791
9792 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
9793 (BUILD_OCL_VTYPES): Update.
9794
c1039e3c
JB
97952011-02-02 Joel Brobecker <brobecker@adacore.com>
9796
9797 * configure.ac: Work around non-GNU sed limitation when computing
9798 python version number.
9799 * configure: Regenerate.
9800
600ea1be
JK
98012011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9802
9803 Fix debug printing of TYPE_INSTANCE.
9804 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
9805 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
9806
56c12414
JK
98072011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9808
9809 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
9810 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
9811 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
9812 * ada-operator.inc: Rename the file to ...
9813 * ada-operator.def: ... here, wrap all the entries by macro OP.
9814 * expprint.c (op_name_standard): Remove all the entries. Include
9815 "std-operator.def" instead.
9816 * expression.h (enum exp_opcode): Include "std-operator.def" and
9817 "ada-operator.def". Move all the entries ...
9818 * std-operator.def: ... here, wrap all the entries by macro OP.
9819
c52b559d
PP
98202011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9821
9822 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
9823 * breakpoint.c (remove_jit_event_breakpoints): New function.
9824 * jit.c (jit_descriptor_addr): Delete.
9825 (registering_code): Delete.
9826 (clear_int): Delete.
9827 (jit_inferior_data): New variable.
9828 (struct jit_inferior_data): New type.
9829 (get_jit_inferior_data): New function.
9830 (jit_inferior_data_cleanup): New function.
9831 (jit_read_descriptor): Adjust.
9832 (jit_register_code): Adjust.
9833 (jit_breakpoint_re_set_internal): New function; move code here ...
9834 (jit_inferior_init): ... from here.
9835 (jit_breakpoint_re_set): Adjust.
9836 (jit_reset_inferior_data_and_breakpoints): New function.
9837 (jit_inferior_created_observer): Adjust.
9838 (jit_inferior_exit_hook): Adjust.
9839 (jit_executable_changed_observer): New function.
9840 (jit_event_handler): Adjust.
9841 (_initialize_jit): Adjust.
9842
e839132d
MS
98432011-01-31 Michael Snyder <msnyder@vmware.com>
9844
9845 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
9846 line.
9847
47a80e90
TT
98482011-01-31 Tom Tromey <tromey@redhat.com>
9849
9850 PR python/12216:
9851 * python/python.c (execute_gdb_command): Call
9852 prevent_dont_repeat.
9853 * top.c (suppress_dont_repeat): New global.
9854 (dont_repeat): Use it.
9855 (prevent_dont_repeat): New function.
9856 * command.h (prevent_dont_repeat): Declare.
9857
45a43567
TT
98582011-01-31 Tom Tromey <tromey@redhat.com>
9859
9860 * infcmd.c (finish_backward): Use breakpoint_set_silent.
9861 * python/py-breakpoint.c (bppy_set_silent): Use
9862 breakpoint_set_silent.
9863 (bppy_set_thread): Use breakpoint_set_thread.
9864 (bppy_set_task): Use breakpoint_set_task.
9865 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
9866 (breakpoint_set_task): Declare.
9867 (make_breakpoint_silent): Remove.
9868 * breakpoint.c (breakpoint_set_silent): New function.
9869 (breakpoint_set_thread): Likewise.
9870 (breakpoint_set_task): Likewise.
9871 (make_breakpoint_silent): Remove.
9872
09d682a4
TT
98732011-01-31 Tom Tromey <tromey@redhat.com>
9874
9875 * breakpoint.h (user_breakpoint_p): Declare.
9876 * breakpoint.c (user_breakpoint_p): New function.
9877 (breakpoint_1): Use it.
9878 (save_breakpoints): Likewise.
9879
9c4ea6c5
JB
98802011-01-31 Joel Brobecker <brobecker@adacore.com>
9881
9882 * configure.ac: Add handling of Python distribution on Windows.
9883 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
9884 sysconfig variables are not defined, then do not use them.
9885 On Windows, if LIBPL is not defined, then use prefix + '/libs'
9886 instead. On Windows, return all paths using forward-slashes
9887 rather than backslashes.
9888
ac534cba
JB
98892011-01-31 Joel Brobecker <brobecker@adacore.com>
9890
9891 * configure.ac: Remove fallback behavior for building
9892 against Python. Remove tweaking of Python include path.
9893 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
9894 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
9895 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
9896 Always restore CPPFLAGS and LIBS after linking test.
9897 * configure: Regenerated.
9898 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
9899 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
9900 * python/python-internal.h: Adjust includes of Python .h files.
9901
c2f0d045
JB
99022011-01-31 Joel Brobecker <brobecker@adacore.com>
9903
9904 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
9905 in error message.
9906
6b0c4c1f
JB
99072011-01-31 Joel Brobecker <brobecker@adacore.com>
9908
9909 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
9910 value test.
9911
672c9795
YQ
99122011-01-31 Yao Qi <yao@codesourcery.com>
9913
9914 * arm-linux-nat.c: Update calls to regcache_register_status
9915 instead of regcache_valid_p.
9916 * aix-thread.c: Likewise.
9917 * i386gnu-nat.c: Likewise.
9918
80b23b6a
JK
99192011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9920
9921 Fix crash.
9922 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
9923 touching TYPE_FIELD_ARTIFICIAL.
9924
4cd712bd
RE
99252011-01-28 Richard Earnshaw <rearnsha@arm.com>
9926
9927 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
9928 Committers.
9929
ffd5ec24
PA
99302011-01-28 Pedro Alves <pedro@codesourcery.com>
9931
9932 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
9933 selected, don't try iterating over the traceframe's blocks.
9934 (tfile_has_stack): If there's no traceframe selected, then there's
9935 no stack.
9936 (tfile_has_registers): If there's no traceframe selected, then
9937 there's no registers.
9938
e8c9e0a1
PA
99392011-01-28 Pedro Alves <pedro@codesourcery.com>
9940
9941 * target.c (memory_xfer_partial): No need to restore shadows if we
9942 haven't read anything.
9943
de15c4ab
PA
99442011-01-28 Pedro Alves <pedro@codesourcery.com>
9945
9946 * mips-tdep.c (mips_print_register): Use get_frame_register_value
9947 and val_print_scalar_formatted.
9948
9f41c731
PA
99492011-01-27 Pedro Alves <pedro@codesourcery.com>
9950
9951 * tracepoint.c (tfile_read): New.
9952 (tfile_open): Use it.
9953 (tfile_get_traceframe_address): Use it.
9954 (tfile_trace_find): Use it.
9955 (walk_blocks_callback_func): New typedef.
9956 (match_blocktype): New function.
9957 (traceframe_walk_blocks): New function.
9958 (traceframe_find_block_type): New function.
9959 (tfile_fetch_registers, tfile_xfer_partial)
9960 (tfile_get_trace_state_variable_value): Use
9961 traceframe_find_block_type and tfile_read.
9962
cdefc55d
KB
99632011-01-26 Kevin Buettner <kevinb@redhat.com>
9964
9965 * remote-mips.c: Add internationalization mark ups. Remove
9966 trailing \n from already marked up strings.
9967
a81766d8
TT
99682011-01-26 Tom Tromey <tromey@redhat.com>
9969
9970 * python/py-prettyprint.c (print_string_repr): Clear
9971 'addressprint' option when calling val_print_string.
9972 (print_children): Handle Val_pretty_default. Clear 'addressprint'
9973 option when calling val_print_string.
9974
74aedc46
TT
99752011-01-26 Tom Tromey <tromey@redhat.com>
9976
9977 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
9978 GDB_PY_LL_ARG.
9979 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
9980 macros.
9981 (gdb_py_longest, gdb_py_ulongest): New typedefs.
9982 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
9983 (gdb_py_long_as_ulongest): New defines.
9984 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
9985 (gdb_py_int_as_long): Declare.
9986 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
9987 GDB_PY_LL_ARG, gdb_py_object_from_longest.
9988 (valpy_long): Add comment.
9989 * python/py-utils.c (get_addr_from_python): Use
9990 gdb_py_long_as_ulongest. Handle overflow properly.
9991 (gdb_py_object_from_longest): New function.
9992 (gdb_py_object_from_ulongest): Likewise.
9993 (gdb_py_int_as_long): Likewise.
9994 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
9995 * python/py-symtab.c (salpy_get_pc): Use
9996 gdb_py_long_from_ulongest.
9997 (salpy_get_line): Use PyInt_FromLong.
9998 * python/py-param.c (set_parameter_value): Use
9999 gdb_py_int_as_long.
10000 * python/py-lazy-string.c (stpy_get_address): Use
10001 gdb_py_long_from_ulongest.
10002 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
10003 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
10004 * python/py-breakpoint.c (bppy_set_thread): Use
10005 gdb_py_int_as_long.
10006 (bppy_set_task): Likewise.
10007 (bppy_set_ignore_count): Likewise.
10008 (bppy_set_hit_count): Likewise.
10009 * python/py-block.c (blpy_get_start): Use
10010 gdb_py_object_from_ulongest.
10011 (blpy_get_end): Likewise.
10012 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
10013
e4f6d2ec
TJB
100142011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
10015
10016 PR/symtab 11766:
10017 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
10018 * gdb/solib.c (solib_read_symbols): Check for addr_low in
10019 equality test for objfile, initialize addr_low if needed.
10020
b30aa278
PA
100212011-01-25 Pedro Alves <pedro@codesourcery.com>
10022
10023 * tui/tui-regs.c (tui_register_format): Remove dead code.
10024
ab2188aa
PA
100252011-01-25 Pedro Alves <pedro@codesourcery.com>
10026
10027 * printcmd.c (print_formatted): Use val_print_scalar_formatted
10028 instead of print_scalar_formatted.
10029 (print_scalar_formatted): Don't handle 's' format strings here,
10030 and add an assertion that we never see such format here.
10031 * valprint.h (val_print_scalar_formatted): Declare.
10032 * valprint.c (val_print_scalar_formatted): New.
10033 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
10034 instead of print_scalar_formatted.
10035 * jv-valprint.c (java_val_print): Ditto.
10036 * p-valprint.c (pascal_val_print): Ditto.
10037 * ada-valprint.c (ada_val_print_1): Ditto.
10038 * f-valprint.c (f_val_print): Ditto.
10039 * infcmd.c (registers_info): Ditto.
10040 * m2-valprint.c (m2_val_print): Ditto.
10041
66d61a4c
PA
100422011-01-25 Pedro Alves <pedro@codesourcery.com>
10043
10044 * m2-valprint.c (print_unbounded_array): Pass
10045 value_contents_for_printing rather than value_contents, to
10046 m2_print_array_contents. Also pass in the value.
10047
831adc1f
JK
100482011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
10051 (save_gdb_index_command): Switch to .gdb_index version 4.
10052
20622269
PA
100532011-01-25 Pedro Alves <pedro@codesourcery.com>
10054
10055 * mi/mi-main.c (get_register): Use get_frame_register_value rather
10056 than frame_register, and always pass a valid value to val_print.
10057
585fdaa1
PA
100582011-01-25 Pedro Alves <pedro@codesourcery.com>
10059
10060 Centralize printing "<optimized out>".
10061
10062 * valprint.h (val_print_optimized_out): Declare.
10063 * cp-valprint.c (cp_print_value_fields): Use
10064 val_print_optimized_out.
10065 * jv-valprint.c (java_print_value_fields): Ditto.
10066 * p-valprint.c (pascal_object_print_value_fields): Ditto.
10067 * printcmd.c (print_formatted): Ditto.
10068 * valprint.c (valprint_check_validity): Ditto.
10069 (value_check_printable): Ditto.
10070 (val_print_optimized_out): New.
10071
29ec5263
PA
100722011-01-25 Pedro Alves <pedro@codesourcery.com>
10073
10074 * infcmd.c (default_print_registers_info): Allocate values so to
10075 never pass a NULL value to val_print.
10076
de4127a3
PA
100772011-01-25 Pedro Alves <pedro@codesourcery.com>
10078
10079 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
10080 boolean. Make sure to always pass a value that matches the
10081 contents buffer to callees. Preserve `address' for following
10082 iterations.
10083 * value.c (value_contents_for_printing_const): New.
10084 (value_address): Constify value argument.
10085 * value.h (value_contents_for_printing_const): Declare.
10086 (value_address): Constify value argument.
10087
ee99023e
PA
100882011-01-25 Pedro Alves <pedro@codesourcery.com>
10089
10090 * regcache.c (struct regcache_descr): Rename
10091 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
10092 and sizeof_cooked_register_valid_p to
10093 sizeof_cooked_register_status.
10094 (init_regcache_descr): Adjust.
10095 (struct regcache): Rename register_valid_p field to
10096 register_status.
10097 (regcache_xmalloc_1, regcache_xfree, regcache_save)
10098 (do_cooked_read): Adjust.
10099 (regcache_valid_p): Rename to ...
10100 (regcache_register_status): ... this. Adjust.
10101 (regcache_invalidate): Adjust.
10102 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
10103 Adjust.
10104 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
10105 as unavailable, not valid.
10106 (regcache_dump): Adjust.
10107 * regcache.h (enum register_status): New.
10108 (regcache_register_status): Declare.
10109 (regcache_invalidate): Delete declaration.
10110 * corelow.c (get_core_registers): Adjust.
10111 * tracepoint.c (tfile_fetch_registers): Adjust.
10112 * trad-frame.c (REG_VALUE): Rename to ...
10113 (TF_REG_VALUE): ... this.
10114 (REG_UNKNOWN): Rename to ...
10115 (TF_REG_UNKNOWN): ... this.
10116 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
10117 * mi/mi-main.c (register_changed_p): Adjust.
10118
99e42fd8
PA
101192011-01-25 Pedro Alves <pedro@codesourcery.com>
10120
10121 * regcache.c (struct regcache_descr): Remove outdated comment.
10122 (init_regcache_descr): Remove sizeof_raw_register_valid_p
10123 overallocate hack.
10124 (regcache_xmalloc): Rename to ...
10125 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
10126 Allocate the regcache type accordingly.
10127 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
10128 (regcache_xfree): Asser the source is also readonly. Copy sizeof
10129 cooked registers, not raw.
10130 (regcache_dup_no_passthrough): Delete.
10131 (get_thread_arch_regcache): Use regcache_xmalloc_1.
10132 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
10133 mention obsolete write_register_bytes.
10134 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
10135
f7605bc2
PA
101362011-01-25 Pedro Alves <pedro@codesourcery.com>
10137
10138 Stop remote_read_bytes from handling partial reads itself.
10139
10140 * remote-fileio.c: Include target.h.
10141 (remote_fileio_write_bytes): Delete.
10142 (remote_fileio_func_open, remote_fileio_func_write)
10143 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
10144 target_read_memory.
10145 (remote_fileio_func_stat): Use target_read_memory and
10146 target_write_memory.
10147 (remote_fileio_func_gettimeofday): Use target_write_memory.
10148 (remote_fileio_func_system): Use target_read_memory.
10149 * remote.c (remote_write_bytes): Make it static.
10150 (remote_read_bytes): Don't handle partial reads here.
10151 * remote.h (remote_read_bytes): Delete declaration.
10152
efc0eabd
PA
101532011-01-25 Pedro Alves <pedro@codesourcery.com>
10154
10155 Simplify XML parsing a bit.
10156
10157 * xml-support.h (gdb_xml_parse_quick): Declare.
10158 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
10159 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
10160 parameter.
10161 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
10162 gdb_xml_create_parser_and_cleanup_1.
10163 (gdb_xml_parse_quick): New.
10164 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
10165 * osdata.c (osdata_parse): Ditto.
10166 * remote.c (remote_threads_info): Ditto.
10167 * solib-target.c (solib_target_parse_libraries): Ditto.
10168 * xml-syscall.c (syscall_parse_xml): Ditto.
10169 * xml-tdesc.c (tdesc_parse_xml): Ditto.
10170
314d366a
KB
101712011-01-24 Kevin Buettner <kevinb@redhat.com>
10172
10173 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
10174 with remote-mips.o added to gdb_target_obs.
10175 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
10176
a491d753
PA
101772011-01-24 Pedro Alves <pedro@codesourcery.com>
10178
10179 * ada-valprint.c (val_print_packed_array_elements): Pass the
10180 correct struct value to val_print.
10181 (ada_val_print_1): Ditto.
10182
490f124f
PA
101832011-01-24 Pedro Alves <pedro@codesourcery.com>
10184
10185 Don't lose embedded_offset in printing routines throughout.
10186
10187 * valprint.h (val_print_array_elements): Change prototype.
10188 * valprint.c (val_print_array_elements): Add `embedded_offset'
10189 parameter, and adjust to pass it down to val_print, while passing
10190 `valaddr' or `address' unmodified. Take embedded_offset into
10191 account when checking repetitions.
10192 * c-valprint.c (c_val_print): Pass embedded_offset to
10193 val_print_array_elements instead of adjusting `valaddr' and
10194 `address'.
10195 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
10196 embedded_offset to val_print_array_elements instead of adjusting
10197 `valaddr'.
10198 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
10199 * p-valprint.c (pascal_val_print): Pass embedded_offset to
10200 val_print_array_elements and pascal_object_print_value_fields
10201 instead of adjusting `valaddr'.
10202 (pascal_object_print_value_fields): Add `offset' parameter, and
10203 adjust to use it.
10204 (pascal_object_print_value): Add `offset' parameter, and adjust to
10205 use it.
10206 (pascal_object_print_static_field): Use
10207 value_contents_for_printing/value_embedded_offset, rather than
10208 value_contents.
10209 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
10210 parameter, and adjust to use it. Use
10211 value_contents_for_printing/value_embedded_offset, rather than
10212 value_contents.
10213 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
10214 (ada_val_print_array): Add `offset' parameter, and adjust to use
10215 it.
10216 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
10217 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
10218 Instead work with offsets. Use
10219 value_contents_for_printing/value_embedded_offset, rather than
10220 value_contents. Change `defer_val_int' local type to CORE_ADDR,
10221 and use value_from_pointer to extract a target pointer, rather
10222 than value_from_longest.
10223 (print_variant_part): Add `offset' parameter. Replace
10224 `outer_valaddr' parameter by a new `outer_offset' parameter.
10225 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10226 (ada_value_print): Use
10227 value_contents_for_printing/value_embedded_offset, rather than
10228 value_contents.
10229 (print_record): Add `offset' parameter, and adjust to pass it
10230 down.
10231 (print_field_values): Add `offset' parameter. Replace
10232 `outer_valaddr' parameter by a new `outer_offset' parameter.
10233 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10234 Use value_contents_for_printing/value_embedded_offset, rather than
10235 value_contents.
10236 * d-valprint.c (dynamic_array_type): Use
10237 value_contents_for_printing/value_embedded_offset, rather than
10238 value_contents.
10239 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
10240 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10241 (java_print_value_fields): Take `offset' into account. Don't
10242 re-adjust `valaddr'. Instead pass down adjusted offsets.
10243 (java_val_print): Take `embedded_offset' into account. Pass it to
10244 java_print_value_fields.
10245 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
10246 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
10247 down adjusted offsets.
10248 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
10249 (f_val_print): Take `embedded_offset' into account.
10250
7bfc9434
JB
102512011-01-21 Joel Brobecker <brobecker@adacore.com>
10252
10253 * inflow.c: Include "gdbcmd.h".
10254 (interactive_mode): New static global, moved here from top.c.
10255 (show_interactive_mode): New function, moved here from top.c.
10256 use gdb_has_a_terminal instead of input_from_terminal_p to
10257 determine the current mode.
10258 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
10259 setting.
10260 (_initialize_inflow): Add the "set/show interactive-mode"
10261 commands. Moved here from top.c, after having adjusted slightly
10262 the help text.
10263 * top.c (interactive_mode, show_interactive_mode): Delete, moved
10264 to inflow.c.
10265 (input_from_terminal_p): Remove handling of "interactive-mode"
10266 setting, moved to infow.c.
10267 (init_main): Remove creation of the "set/show interactive-mode"
10268 commands, moved to inflow.c.
10269
44603653
JB
102702011-01-19 Joel Brobecker <brobecker@adacore.com>
10271
10272 * NEWS: Add entry for native ia64-hpux support.
10273
4694da01
TT
102742011-01-19 Tom Tromey <tromey@redhat.com>
10275
10276 PR mi/8618:
10277 * thread.c (free_thread): Free 'name'.
10278 (print_thread_info): Emit thread name. Change CLI output.
10279 (thread_name_command): New function.
10280 (do_captured_thread_select): Emit newline.
10281 (_initialize_thread): Register 'thread name' command.
10282 * target.h (struct target_ops) <to_thread_name>: New field.
10283 (target_thread_name): New macro.
10284 * target.c (update_current_target): Handle to_thread_name.
10285 * python/py-infthread.c (thpy_get_name): New function.
10286 (thpy_set_name): Likewise.
10287 (thread_object_getset): Add "name".
10288 * linux-nat.c (linux_nat_thread_name): New function.
10289 (linux_nat_add_target): Set to_thread_name.
10290 * gdbthread.h (struct thread_info) <name>: New field.
10291
10d44370
JB
102922011-01-18 Joel Brobecker <brobecker@adacore.com>
10293
10294 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
10295 (ada_val_print_1): Likewise.
10296
e3acb115
JB
102972011-01-18 Joel Brobecker <brobecker@adacore.com>
10298
10299 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
10300 upper limit address is not greater than the function end address
10301 when the upper limit could not be computed using the debugging
10302 info.
10303
dc92e161
TT
103042011-01-17 Tom Tromey <tromey@redhat.com>
10305
10306 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
10307 get_regcomp_error.
10308 * utils.c: Include gdb_regex.h.
10309 (do_regfree_cleanup): New function.
10310 (make_regfree_cleanup): Likewise.
10311 (get_regcomp_error): Likewise.
10312 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
10313
f55af66d
TT
103142011-01-17 Tom Tromey <tromey@redhat.com>
10315
10316 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
10317 re_compile_fastmap.
10318
a5a44b53
PM
103192011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
10320
10321 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
10322 for internal variables.
10323 (last_was_structop): New static variable.
10324 (COMPLETE): New token.
10325 (field_exp): New rule to group all '.' suffix handling.
10326 Add mark_struct_expression calls when approriate to be able
10327 to correctly find fields for completion.
10328 (yylex): Adapt to handle field completion and set INTVAR when
10329 required.
10330
2c291032
YQ
103312011-01-14 Yao Qi <yao@codesourcery.com>
10332
10333 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
10334 save_reggroup, restore_reggroup and all_reggroup.
10335
447b483c
JB
103362011-01-14 Joel Brobecker <brobecker@adacore.com>
10337
10338 * ada-valprint. (ada_printchar): Use the correct type length
10339 in call to ada_emit_char.
10340 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
10341
7b64a93b
PM
103422011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
10343
10344 * solib-som.h (hpux_major_release): Declare variable here.
10345 * solib-som.c: Remove <sys/utsname.h> header.
10346 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
10347 (hpux_major_release): Make global, change default value to
10348 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 10349 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
10350 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
10351 Add "solib-som.h" header.
10352 (set_hpux_major_release): New function.
10353 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
10354
4e18c053
MF
103552011-01-14 Mike Frysinger <vapier@gentoo.org>
10356
10357 * configure.tgt (*-*-uclinux*): Match more Linux os targets
10358
a9df6b22
JB
103592011-01-14 Joel Brobecker <brobecker@adacore.com>
10360
10361 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
10362 new-line at end of warning message.
10363 (ia64_hpux_store_register): Remove trailing new-line at end of
10364 error message.
10365 * ia64-hpux-tdep.c: Rephrase comment.
10366 * solib-ia64-hpux.c (struct dld_info): Change type of field
10367 dld_flags from "long long" to ULONGEST.
10368
ecb956dd
PA
103692011-01-14 Pedro Alves <pedro@codesourcery.com>
10370
10371 * target.h (deprecated_child_ops): Delete declaration.
10372 * target.c (deprecated_child_ops): Delete definition.
10373
76adfcae
PA
103742011-01-14 Pedro Alves <pedro@codesourcery.com>
10375
10376 * Makefile.in (hpux-thread.o): Delete rule.
10377 * configure.ac: Don't check for HPUX DCE threads support.
10378 * configure, config.in: Regenerate.
10379 * hppa-hpux-nat.c (child_suppress_run): Delete.
10380 (hppa_hpux_child_can_run): Delete.
10381 (_initialize_hppa_hpux_nat): Don't override to_can_run.
10382 * hpux-thread.c: Delete.
10383
042e866e
JB
103842011-01-13 Joel Brobecker <brobecker@adacore.com>
10385
10386 * hpux-thread.c (hpux_pid_to_str): Delete.
10387
4ffa5a33
JB
103882011-01-13 Joel Brobecker <brobecker@adacore.com>
10389
10390 * ada-valprint.c (ada_emit_char): Remove strange code.
10391 Check that c is <= UCHAR_MAX before passing it to isascii.
10392 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
10393
de8fa76c
JB
103942011-01-13 Joel Brobecker <brobecker@adacore.com>
10395
10396 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
10397 to the case where instream is stdin.
10398
c4de7027
JB
103992011-01-13 Joel Brobecker <brobecker@adacore.com>
10400
10401 * ia64-tdep.h (struct regcache): Forward declare.
10402 (struct ia64_infcall_ops): New struct type.
10403 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
10404 and "infcall_ops".
10405 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
10406 Renames ia64_find_global_pointer.
10407 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
10408 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
10409 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
10410 methods.
10411 (ia64_infcall_ops): New static global constant.
10412 (ia64_gdbarch_init): Set tdep->infcall_ops.
10413 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
10414 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
10415 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
10416 (ia64_hpux_dummy_code): New static global constant.
10417 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
10418 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
10419 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
10420 New function.
10421 (ia64_hpux_infcall_ops): New static global constant.
10422 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
10423 for inferior function calls to work properly on ia64-hpux.
10424
77ca787b
JB
104252011-01-13 Joel Brobecker <brobecker@adacore.com>
10426
10427 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
10428 * ia64-tdep.h (struct frame_info): forward declaration.
10429 (struct gdbarch_tdep): Add field size_of_register_frame.
10430 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
10431 to determine the size of the register frame.
10432 (ia64_size_of_register_frame): New function.
10433 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
10434 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
10435 (IA64_HPUX_UREG_REASON): New macro.
10436 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
10437 New functions.
10438 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
10439 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
10440 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
10441 objects.
10442
92c9a463
JB
104432011-01-13 Joel Brobecker <brobecker@adacore.com>
10444
10445 Add support for ia64-hpux.
10446 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
10447 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
10448
10449 * configure.host: Add handling for ia64-hpux hosts. Add associated
10450 floatformats.
10451 * configure.tgt: Add handling for ia64-hpux targets.
10452 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
10453 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
10454 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
10455
f688d93f
JB
104562011-01-13 Joel Brobecker <brobecker@adacore.com>
10457
10458 [ttrace] Compute thread list immediately after attach.
10459 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
10460 New subprogram.
10461 (inf_ttrace_attach): Use it.
10462
1b89e62f
JB
104632011-01-13 Joel Brobecker <brobecker@adacore.com>
10464
10465 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
10466 if we could not determine the frame's function address. Instead,
10467 use the frame's PC, and then continue.
10468
3e5e6e2a
JB
104692011-01-13 Joel Brobecker <brobecker@adacore.com>
10470
10471 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
10472 not already defined.
10473
825d6d8a
JB
104742011-01-13 Joel Brobecker <brobecker@adacore.com>
10475
10476 * ia64-tdep.c (ia64_struct_type_p): New function.
10477 (ia64_extract_return_value): Handle integral values that are
10478 less than 8 bytes long.
10479 (ia64_push_dummy_call): Likewise.
10480
7458e667
JB
104812011-01-13 Joel Brobecker <brobecker@adacore.com>
10482
10483 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
10484 floatformat_ia64_ext.
10485 (floatformat_ia64_ext_big): New static const.
10486 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
10487
1b05df00
TT
104882011-01-12 Tom Tromey <tromey@redhat.com>
10489
10490 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
10491 messages.
10492 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
10493 (mi_cmd_thread_list_ids): Likewise.
10494 (mi_cmd_data_list_changed_registers): Likewise.
10495 (mi_cmd_data_list_register_values): Likewise.
10496 (mi_cmd_data_write_register_values): Likewise.
10497 (mi_cmd_data_evaluate_expression): Likewise.
10498 (mi_cmd_data_read_memory): Likewise.
10499 (mi_cmd_data_read_memory_bytes): Likewise.
10500 (mi_cmd_data_write_memory): Likewise.
10501 (mi_cmd_enable_timings): Likewise.
10502 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
10503 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
10504 (mi_cmd_var_delete): Likewise.
10505 (mi_cmd_var_set_format): Likewise.
10506 (mi_cmd_var_show_format): Likewise.
10507 (mi_cmd_var_info_num_children): Likewise.
10508 (mi_cmd_var_list_children): Likewise.
10509 (mi_cmd_var_info_type): Likewise.
10510 (mi_cmd_var_info_expression): Likewise.
10511 (mi_cmd_var_show_attributes): Likewise.
10512 (mi_cmd_var_assign): Likewise.
10513 (mi_cmd_var_update): Likewise.
10514 (mi_cmd_enable_pretty_printing): Likewise.
10515 (mi_cmd_var_set_update_range): Likewise.
10516 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
10517 messages.
10518 (mi_cmd_target_file_put): Likewise.
10519 (mi_cmd_target_file_delete): Likewise.
10520 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
10521 messages.
10522 (mi_cmd_stack_info_depth): Likewise.
10523 (mi_cmd_stack_list_locals): Likewise.
10524 (mi_cmd_stack_list_args): Likewise.
10525 (mi_cmd_stack_select_frame): Likewise.
10526 (mi_cmd_stack_select_frame): Likewise.
10527 (mi_cmd_stack_info_frame): Likewise.
10528 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
10529 messages.
10530 (mi_cmd_file_list_exec_source_files): Likewise.
10531 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
10532 (mi_cmd_env_cd): Likewise.
10533 (mi_cmd_env_path): Likewise.
10534 (mi_cmd_env_dir): Likewise.
10535 (mi_cmd_inferior_tty_show): Likewise.
10536 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
10537 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
10538 (mi_cmd_break_watch): Likewise.
10539
ad422571
TJB
105402011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
10541
10542 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
10543 (ppc_linux_insert_hw_breakpoint): Likewise.
10544 (ppc_linux_remove_hw_breakpoint): Likewise.
10545 (ppc_linux_insert_watchpoint): Likewise.
10546
c2ff108b
JK
105472011-01-12 Andrew Burgess <aburgess@broadcom.com>
10548 Jan Kratochvil <jan.kratochvil@redhat.com>
10549
10550 PR fortran/11104 and DWARF unbound arrays detection.
10551 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
10552 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
10553 unspecified upper bound.
10554 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
10555 variables array_size_array, tmp_type and offset_item. New variable
10556 array. Remove call to f77_get_upperbound. New variables array_type
10557 and index. Call value_subscripted_rvalue for each dimenasion. Remove
10558 the final call to deprecated_set_value_type.
10559
41e8491f
JK
105602011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10561
10562 Make value allocations more lazy.
10563 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
10564 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 10565 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
10566 instead of allocate_value and set_value_lazy.
10567 * findvar.c (value_of_register_lazy): Likewise.
10568 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 10569 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
10570 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
10571 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
10572 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
10573 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
10574 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
10575 the end, remove set_value_lazy there.
10576 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
10577 instead of allocate_value and set_value_lazy when possible.
10578 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
10579 * value.c (allocate_computed_value): Use allocate_value_lazy instead
10580 of allocate_value and set_value_lazy.
10581 (value_from_contents_and_address): Use allocate_value_lazy instead of
10582 allocate_value and set_value_lazy when possible.
10583
b716877b
AB
105842011-01-12 Andrew Burgess <aburgess@broadcom.com>
10585
10586 * disasm.c (dump_insns): Support dumping opcodes for MI.
10587 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
10588 dumping of instruction opcodes.
10589
d5ae309f
JB
105902011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
10591
10592 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
10593 appropiately.
10594
98871305
TT
105952011-01-11 Tom Tromey <tromey@redhat.com>
10596
10597 * thread.c (do_captured_thread_select): Emit newline before
10598 printing frame.
10599
c378eb4e
MS
106002011-01-11 Michael Snyder <msnyder@vmware.com>
10601
10602 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
10603 * score-tdep.c: Ditto.
10604 * score-tdep.h: Ditto.
10605 * ser-base.c: Ditto.
10606 * ser-go32.c: Ditto.
10607 * serial.c: Ditto.
10608 * serial.h: Ditto.
10609 * ser-mingw.c: Ditto.
10610 * ser-pipe.c: Ditto.
10611 * ser-tcp.c: Ditto.
10612 * ser-unix.c: Ditto.
10613 * sh64-tdep.c: Ditto.
10614 * shnbsd-nat.c: Ditto.
10615 * sh-tdep.c: Ditto.
10616 * sh-tdep.h: Ditto.
10617 * solib.c: Ditto.
10618 * solib-darwin.c: Ditto.
10619 * solib-frv.c: Ditto.
10620 * solib.h: Ditto.
10621 * solib-irix.c: Ditto.
10622 * solib-osf.c: Ditto.
10623 * solib-pa64.c: Ditto.
10624 * solib-som.c: Ditto.
10625 * solib-spu.c: Ditto.
10626 * solib-sunos.c: Ditto.
10627 * solib-svr4.c: Ditto.
10628 * solist.h: Ditto.
10629 * sol-thread.c: Ditto.
10630 * somread.c: Ditto.
10631 * source.c: Ditto.
10632 * source.h: Ditto.
10633 * sparc64-linux-tdep.c: Ditto.
10634 * sparc64-tdep.c: Ditto.
10635 * sparc-linux-nat.c: Ditto.
10636 * sparc-linux-tdep.c: Ditto.
10637 * sparc-sol2-nat.c: Ditto.
10638 * sparc-sol2-tdep.c: Ditto.
10639 * sparc-tdep.c: Ditto.
10640 * sparc-tdep.h: Ditto.
10641 * spu-tdep.c: Ditto.
10642 * stabsread.c: Ditto.
10643 * stabsread.h: Ditto.
10644 * stack.c: Ditto.
10645 * symfile.c: Ditto.
10646 * symfile.h: Ditto.
10647 * symmisc.c: Ditto.
10648 * symtab.c: Ditto.
10649 * symtab.h: Ditto.
10650 * target.c: Ditto.
10651 * target-descriptions.c: Ditto.
10652 * target-descriptions.h: Ditto.
10653 * target.h: Ditto.
10654 * target-memory.c: Ditto.
10655 * terminal.h: Ditto.
10656 * thread.c: Ditto.
10657 * top.c: Ditto.
10658 * tracepoint.c: Ditto.
10659 * tracepoint.h: Ditto.
10660 * trad-frame.h: Ditto.
10661 * typeprint.c: Ditto.
10662
581e13c1
MS
106632011-01-11 Michael Snyder <msnyder@vmware.com>
10664
10665 * ui-file.c: Comment cleanup, mostly periods and spaces.
10666 * ui-file.h: Ditto.
10667 * ui-out.c: Ditto.
10668 * ui-out.h: Ditto.
10669 * utils.c: Ditto.
10670 * v850-tdep.c: Ditto.
10671 * valarith.c: Ditto.
10672 * valops.c: Ditto.
10673 * valprint.c: Ditto.
10674 * valprint.h: Ditto.
10675 * value.c: Ditto.
10676 * value.h: Ditto.
10677 * varobj.c: Ditto.
10678 * varobj.h: Ditto.
10679 * vax-tdep.c: Ditto.
10680 * vec.c: Ditto.
10681 * vec.h: Ditto.
10682 * version.h: Ditto.
10683 * windows-nat.c: Ditto.
10684 * windows-tdep.c: Ditto.
10685 * xcoffread.c: Ditto.
10686 * xcoffsolib.c: Ditto.
10687 * xml-support.c: Ditto.
10688 * xstormy16-tdep.c: Ditto.
10689 * xtensa-tdep.c: Ditto.
10690 * xtensa-tdep.h: Ditto.
10691
90e4670f
TJB
106922011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10693
10694 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
10695 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
10696
e09342b5
TJB
106972011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10698 Thiago Jung Bauermann <bauerman@br.ibm.com>
10699
10700 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 10701 * breakpoint.h
e09342b5
TJB
10702 (struct breakpoint_ops) <resources_needed>: New method.
10703 Initialize to NULL in all existing breakpoint_ops instances.
10704 (struct breakpoint) <exact>: New field.
10705 (target_exact_watchpoints): Declare external global.
10706 * breakpoint.c (target_exact_watchpoints): New global flag.
10707 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
10708 b->enable_state to bp_enabled before calling
10709 hw_watchpoint_used_count.
10710 (hw_watchpoint_used_count): Iterate over all bp_locations in a
10711 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
10712 if available.
10713 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
10714 if the watchpoint is exact.
10715 (resources_needed_watchpoint): New function.
10716 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
10717 (watch_command_1): Set b->exact if the user asked for an exact
10718 watchpoint and one can be set.
10719 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
10720 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
10721 the user asks for an exact watchpoint and one can be set. Return
10722 number of needed debug registers to watch the expression.
10723 * gdbtypes.c (is_scalar_type): New function, based on
10724 valprint.c:scalar_type_p.
10725 (is_scalar_type_recursive): New function.
10726 * gdbtypes.h (is_scalar_type_recursive): Declare.
10727 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
10728 handle regions when ranged watchpoints are available.
10729 (create_watchpoint_request): New function.
10730 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
10731 create_watchpoint_request.
10732 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
10733 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
10734 `set powerpc' and `show powerpc' commands.
10735 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
10736 Mention documentation comment in the target macro.
10737 (target_region_ok_for_hw_watchpoint): Document return value.
10738
9fa40276
TJB
107392011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10740
10741 * breakpoint.c (update_watchpoint): Decide on using a software or
10742 hardware watchpoint after the bp_locations are created.
10743
77b06cd7
TJB
107442010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10745
10746 Convert hardware watchpoints to use breakpoint_ops.
10747 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
10748 <insert_location>: ... this. Return int instead of void.
10749 Accept pointer to struct bp_location instead of pointer to
10750 struct breakpoint. Adapt all implementations.
f2eb0bc8 10751 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
10752 <remove_location>: ... this. Accept pointer to struct bp_location
10753 instead of pointer to struct breakpoint. Adapt all implementations.
10754 * breakpoint.c (insert_catchpoint): Delete function.
10755 (insert_bp_location): Call the watchpoint or catchpoint's
10756 breakpoint_ops.insert method.
10757 (remove_breakpoint_1): Call the watchpoint or catchpoint's
10758 breakpoint_ops.remove method.
10759 (insert_watchpoint, remove_watchpoint): New functions.
10760 (watchpoint_breakpoint_ops): New structure.
10761 (watch_command_1): Initialize the OPS field.
10762 * inf-child.c (inf_child_insert_fork_catchpoint)
10763 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
10764 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
10765 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
10766 Delete functions.
10767 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
10768 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
10769 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
10770 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
10771 * target.c (update_current_target): Change default implementation of
10772 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
10773 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
10774 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
10775 to_set_syscall_catchpoint to return_one.
10776 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
10777 (debug_to_insert_exec_catchpoint): Report return value.
10778 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
10779 (to_insert_exec_catchpoint): Change declaration to return int instead
10780 of void.
10781
9b20d036
MS
107822011-01-11 Michael Snyder <msnyder@vmware.com>
10783
10784 * arm-tdep.c: Internationalization.
10785 * c-lang.c: Ditto.
10786 * charset.c: Ditto.
10787 * fork-child.c: Ditto.
10788 * nto-procfs.c: Ditto.
10789 * ppc-sysv-tdep.c: Ditto.
10790 * procfs.c: Ditto.
10791 * remote-mips.c: Ditto.
10792 * remote.c: Ditto.
10793 * rs6000-nat.c: Ditto.
10794 * rs6000-tdep.c: Ditto.
10795 * target.c: Ditto.
10796 * valops.c: Ditto.
10797 * value.c: Ditto.
10798 * xml-support.c: Ditto.
10799 * mi/mi-cmd-break.c: Ditto.
10800 * mi/mi-cmd-var.c: Ditto.
10801 * mi/mi-interp.c: Ditto.
10802 * mi/mi-main.c: Ditto.
10803
dae477fe
AB
108042011-01-11 Andrew Burgess <aburgess@broadcom.com>
10805
10806 * remote-sim.c (gdbsim_store_register): Update API to
10807 sim_store_register to check more error conditions.
10808
0df8b418
MS
108092011-01-10 Michael Snyder <msnyder@vmware.com>
10810
10811 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
10812 * nto-tdep.c: Ditto.
10813 * nto-tdep.h: Ditto.
10814 * objc-exp.y: Ditto.
10815 * objc-lang.c: Ditto.
10816 * objfiles.c: Ditto.
10817 * objfiles.h: Ditto.
10818 * observer.c: Ditto.
10819 * opencl-lang.c: Ditto.
10820 * osabi.c: Ditto.
10821 * parse.c: Ditto.
10822 * parser-defs.h: Ditto.
10823 * p-exp.y: Ditto.
10824 * p-lang.c: Ditto.
10825 * posix-hdep.c: Ditto.
10826 * ppcbug-rom.c: Ditto.
10827 * ppc-linux-nat.c: Ditto.
10828 * ppc-linux-tdep.c: Ditto.
10829 * ppc-linux-tdep.h: Ditto.
10830 * ppcnbsd-tdep.c: Ditto.
10831 * ppcobsd-tdep.c: Ditto.
10832 * ppcobsd-tdep.h: Ditto.
10833 * ppc-sysv-tdep.c: Ditto.
10834 * ppc-tdep.h: Ditto.
10835 * printcmd.c: Ditto.
10836 * proc-abi.c: Ditto.
10837 * proc-flags.c: Ditto.
10838 * procfs.c: Ditto.
10839 * proc-utils.h: Ditto.
10840 * progspace.h: Ditto.
10841 * prologue-value.c: Ditto.
10842 * prologue-value.h: Ditto.
10843 * psympriv.h: Ditto.
10844 * psymtab.c: Ditto.
10845 * p-typeprint.c: Ditto.
10846 * p-valprint.c: Ditto.
10847 * ravenscar-sparc-thread.c: Ditto.
10848 * ravenscar-thread.c: Ditto.
10849 * ravenscar-thread.h: Ditto.
10850 * record.c: Ditto.
10851 * regcache.c: Ditto.
10852 * regcache.h: Ditto.
10853 * remote.c: Ditto.
10854 * remote-fileio.c: Ditto.
10855 * remote-fileio.h: Ditto.
10856 * remote.h: Ditto.
10857 * remote-m32r-sdi.c: Ditto.
10858 * remote-mips.c: Ditto.
10859 * remote-sim.c: Ditto.
10860 * rs6000-aix-tdep.c: Ditto.
10861 * rs6000-nat.c: Ditto.
10862 * rs6000-tdep.c: Ditto.
10863
0d7a18f7
MS
108642011-01-10 Michael Snyder <msnyder@vmware.com>
10865
10866 * charset.c (validate): Internationalization.
10867 * coffread.c (read_one_sym): Ditto.
10868 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
10869 * h8300-tdep.c (H8300_extract_return_value): Ditto.
10870 * inflow.c (new_tty): Ditto.
10871 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
10872 * m32c-tdep.c (m32c_return_value): Ditto.
10873 * mep-tdep.c (mep_store_return_value): Ditto.
10874 * score-tdep.c (score7_fetch_insn): Ditto.
10875 * ser-mingw.c (pipe_windows_open): Ditto.
10876 * sh64-tdep.c (sh64_extract_return_value): Ditto.
10877 * spu-tdep.c (spu_register_type): Ditto.
10878 * tracepoint.c (trace_find_command): Ditto.
10879 * valarith.c (value_pos): Ditto.
10880
9a153e0b
JB
108812011-01-10 Joel Brobecker <brobecker@adacore.com>
10882
10883 * ada-valprint.c (printstr): Minor comment reformatting.
10884
35ecd2d6
MS
108852011-01-08 Michael Snyder <msnyder@vmware.com>
10886
10887 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
10888 markup.
10889
1777feb0
MS
108902011-01-08 Michael Snyder <msnyder@vmware.com>
10891
10892 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
10893 * hppa-hpux-tdep.c: Ditto.
10894 * hppa-linux-nat.c: Ditto.
10895 * hppa-linux-tdep.c: Ditto.
10896 * hppanbsd-tdep.c: Ditto.
10897 * hppa-tdep.c: Ditto.
10898 * hppa-tdep.h: Ditto.
10899 * hpux-thread.c: Ditto.
10900 * i386-cygwin-tdep.c: Ditto.
10901 * i386-darwin-nat.c: Ditto.
10902 * i386gnu-nat.c: Ditto.
10903 * i386-linux-nat.c: Ditto.
10904 * i386-linux-tdep.c: Ditto.
10905 * i386-nat.c: Ditto.
10906 * i386-nat.h: Ditto.
10907 * i386nbsd-tdep.c: Ditto.
10908 * i386-sol2-nat.c: Ditto.
10909 * i386-stub.c: Ditto.
10910 * i386-tdep.c: Ditto.
10911 * i386-tdep.h: Ditto.
10912 * i387-tdep.c: Ditto.
10913 * ia64-linux-nat.c: Ditto.
10914 * ia64-linux-tdep.c: Ditto.
10915 * ia64-tdep.c: Ditto.
10916 * infcall.c: Ditto.
10917 * infcall.h: Ditto.
10918 * infcmd.c: Ditto.
10919 * inferior.c: Ditto.
10920 * inferior.h: Ditto.
10921 * infloop.c: Ditto.
10922 * inflow.c: Ditto.
10923 * infrun.c: Ditto.
10924 * interps.c: Ditto.
10925 * interps.h: Ditto.
10926 * iq2000-tdep.c: Ditto.
10927 * irix5-nat.c: Ditto.
10928 * jit.c: Ditto.
10929 * jit.h: Ditto.
10930 * jv-exp.y: Ditto.
10931 * jv-lang.c: Ditto.
10932 * jv-lang.h: Ditto.
10933 * jv-typeprint.c: Ditto.
10934 * jv-valprint.c: Ditto.
10935 * language.c: Ditto.
10936 * language.h: Ditto.
10937 * linespec.c: Ditto.
10938 * linux-fork.c: Ditto.
10939 * linux-nat.c: Ditto.
10940 * linux-thread-db.c: Ditto.
10941 * lm32-tdep.c: Ditto.
10942
025bb325
MS
109432011-01-08 Michael Snyder <msnyder@vmware.com>
10944
10945 * m2-exp.y: Comment cleanup, mostly periods and spaces.
10946 * m2-lang.c: Ditto.
10947 * m2-typeprint.c: Ditto.
10948 * m2-valprint.c: Ditto.
10949 * m32c-tdep.c: Ditto.
10950 * m32r-linux-nat.c: Ditto.
10951 * m32r-rom.c: Ditto.
10952 * m32r-tdep.c: Ditto.
10953 * m32r-tdep.h: Ditto.
10954 * m68hc11-tdep.c: Ditto.
10955 * m58klinux-nat.c: Ditto.
10956 * m68k-tdep.c: Ditto.
10957 * m88k-tdep.c: Ditto.
10958 * m88k-tdep.h: Ditto.
10959 * machoread.c: Ditto.
10960 * macrocmd.c: Ditto.
10961 * macroexp.c: Ditto.
10962 * macrotab.c: Ditto.
10963 * main.c: Ditto.
10964 * maint.c: Ditto.
10965 * mdebugread.c: Ditto.
10966 * mdebugread.h: Ditto.
10967 * memattr.c: Ditto.
10968 * memattr.h: Ditto.
10969 * memory-map.h: Ditto.
10970 * mep-tdep.c: Ditto.
10971 * microblaze-rom.c: Ditto.
10972 * microblaze-tdep.c: Ditto.
10973 * minsyms.c: Ditto.
10974 * mips-irix-tdep.c: Ditto.
10975 * mips-linux-nat.c: Ditto.
10976 * mips-linux-tdep.c: Ditto.
10977 * mips-linux-tdep.h: Ditto.
10978 * mipsnbsd-nat.c: Ditto.
10979 * mipsnbsd-tdep.c: Ditto.
10980 * mipsread.c: Ditto.
10981 * mips-tdep.c: Ditto.
10982 * mips-tdep.h: Ditto.
10983 * mn10300-linux-tdep.c: Ditto.
10984 * mn10300-tdep.c: Ditto.
10985 * mn10300-tdep.h: Ditto.
10986 * monitor.c: Ditto.
10987 * monitor.h: Ditto.
10988 * moxie-tdep.c: Ditto.
10989 * moxie-tdep.h: Ditto.
10990 * mt-tdep.c: Ditto.
10991
1642781b
MF
109922011-01-08 Mike Frysinger <vapier@gentoo.org>
10993
10994 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
10995
394b0adb
JB
109962011-01-08 Robert Millan <rmh@gnu.org>
10997
10998 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
10999
b670013c
MS
110002011-01-07 Michael Snyder <msnyder@vmware.com>
11001
11002 * charset.c (_initialize_charset): Fix typo in string.
11003
a743e542
MS
110042011-01-07 Michael Snyder <msnyder@vmware.com>
11005
11006 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
11007 for i18n.
f2eb0bc8 11008 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
11009 Split line so that operator goes to beginning of line.
11010 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
11011 assignment out of if statement.
11012
0963b4bd
MS
110132011-01-07 Michael Snyder <msnyder@vmware.com>
11014
11015 * ada-lang.c: Comment cleanup, mostly periods and spaces.
11016 * ada-lang.h: Ditto.
11017 * ada-tasks.c: Ditto.
11018 * ada-valprint.c: Ditto.
11019 * aix-threads.c: Ditto.
11020 * alpha-linux-nat.c: Ditto.
11021 * alpha-linux-tdep.c: Ditto.
11022 * alpha-mdebug-tdep.c: Ditto.
11023 * alpha-nat.c: Ditto.
11024 * alpha-osf1-tdep.c: Ditto.
11025 * alpha-tdep.c: Ditto.
11026 * alphabsd-nat.c: Ditto.
11027 * alphabsd-tdep.c: Ditto.
11028 * amd64-darwin-tdep.c: Ditto.
11029 * amd64-linux-nat.c: Ditto.
11030 * amd64-linux-tdep.c: Ditto.
11031 * amd64-sol2-tdep.c: Ditto.
11032 * amd64-tdep.c: Ditto.
11033 * amd64-fbsd-tdep.c: Ditto.
11034 * amd64-nbsd-tdep.c: Ditto.
11035 * amd64-obsd-tdep.c: Ditto.
11036 * amd64-linux-nat.c: Ditto.
11037 * amd64-linux-tdep.c: Ditto.
11038 * arm-tdep.c: Ditto.
11039 * arm-tdep.h: Ditto.
11040 * armnbsd-nat.c: Ditto.
11041 * avr-tdep.c: Ditto.
11042 * bfin-tdep.c: Ditto.
11043 * bsd-kvm.c: Ditto.
11044 * c-typeprintc: Ditto.
11045 * c-valprint.c: Ditto.
11046 * coff-pe-read.h: Ditto.
11047 * coffreead.c: Ditto.
11048 * cris-tdep.c: Ditto.
11049 * d-lang.c: Ditto.
11050 * darwin-nat-info.c: Ditto.
11051 * darwin-nat.c: Ditto.
11052 * dbug-rom.c: Ditto.
11053 * dbxread.c: Ditto.
11054 * dcache.c: Ditto.
11055 * dcache.h: Ditto.
11056 * dec-thread.c: Ditto.
11057 * defs.h: Ditto.
11058 * demangle.c: Ditto.
11059 * dicos-tdep.c: Ditto.
11060 * dictionary.c: Ditto.
11061 * dictionary.h: Ditto.
11062 * dink32-rom.c: Ditto.
11063 * disasm.c: Ditto.
11064 * doublest.c: Ditto.
11065 * dsrec.c: Ditto.
11066 * dummy-frame.c: Ditto.
11067 * dwarf2-frame.c: Ditto.
11068 * dwarf2expr.c: Ditto.
11069 * dwarf2loc.c: Ditto.
11070 * dwarf2read.c: Ditto.
11071 * elfread.c: Ditto.
11072 * environ.c: Ditto.
11073 * eval.c: Ditto.
11074 * event-top.h: Ditto.
11075 * exceptions.c: Ditto.
11076 * exceptions.h: Ditto.
11077 * exec.c: Ditto.
11078 * expprint.c: Ditto.
11079 * expression.h: Ditto.
11080 * f-exp.y: Ditto.
11081 * f-lang.c: Ditto.
11082 * f-lang.h: Ditto.
11083 * f-typeprint.c: Ditto.
11084 * f-valprint.c: Ditto.
11085 * fbsd-nat.c: Ditto.
11086 * findvar.c: Ditto.
11087 * fork-child.c: Ditto.
11088 * frame.c: Ditto.
11089 * frame.h: Ditto.
11090 * frv-linux-tdep.c: Ditto.
11091 * frv-tdep.c: Ditto.
11092 * gcore.c: Ditto.
11093 * gdb-stabs.h: Ditto.
11094 * gdb_assert.h: Ditto.
11095 * gdb_string.h: Ditto.
11096 * gdb_thread_db.h: Ditto.
11097 * gdb_wait.h: Ditto.
11098 * gdbarch.sh: Ditto.
11099 * gdbcore.h: Ditto.
11100 * gdbthread.h: Ditto.
11101 * gdbtypes.c: Ditto.
11102 * gdbtypes.h: Ditto.
11103 * gnu-nat.c: Ditto.
11104 * gnu-nat.h: Ditto.
11105 * gnu-v2-abi.c: Ditto.
11106 * gnu-v3-abi.c: Ditto.
11107 * go32-nat.c: Ditto.
11108 * gdbarch.c: Regenerate.
11109 * gdbarch.h: Regenerate.
11110
ac74f770
MS
111112011-01-07 Michael Snyder <msnyder@vmware.com>
11112
11113 * ax-gdb.c: Adjust some long output strings.
11114 * breakpoint.c: Ditto.
11115 * charset.c: Ditto.
11116 * cp-abi.c: Ditto.
11117 * infcall.c: Ditto.
11118 * infrun.c: Ditto.
11119 * linux-nat.c: Ditto.
11120 * solib-pa64.c: Ditto.
11121 * solib-som.c: Ditto.
11122
d8e22779
TT
111232011-01-06 Tom Tromey <tromey@redhat.com>
11124
11125 PR python/12367:
11126 * NEWS: Add item.
11127 * python/python.c (GdbMethods): Add "newest_frame" method.
11128 * python/python-internal.h (gdbpy_newest_frame): Declare.
11129 * python/py-frame.c (gdbpy_newest_frame): New function.
11130
a255712f
PP
111312010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11132
11133 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
11134 * jit.c (jit_debug): New variable.
11135 (show_jit_debug): New function.
11136 (struct target_buffer): Use ULONGEST.
11137 (bfd_open_from_target_memory): Likewise.
11138 (jit_register_code, jit_inferior_init): Add debug output.
11139 (_initialize_jit): Register "debug jit" command.
11140
ccfc3d6e
TT
111412011-01-06 Tom Tromey <tromey@redhat.com>
11142
11143 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
11144 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
11145 and ARCH_FRAME.
11146
57126e4a
TT
111472011-01-06 Tom Tromey <tromey@redhat.com>
11148
11149 * python/py-frame.c (frapy_block): Use get_frame_block.
11150
16dfc9ce
JB
111512011-01-06 Joel Brobecker <brobecker@adacore.com>
11152
11153 Do not stop on SIGPRIO signals by default
11154 * infrun.c (_initialize_infrun): Unset signal_stop and
11155 signal_print for TARGET_SIGNAL_PRIO.
11156
b1ce2347
JB
111572011-01-06 Joel Brobecker <brobecker@adacore.com>
11158
11159 * ada-tasks.c: Fix style violation in comment.
11160
8f7e195f
JB
111612011-01-06 Joel Brobecker <brobecker@adacore.com>
11162
11163 * linespec.c (decode_compound, find_method): Remove trailing \n
11164 at end of error string.
11165 * solib-irix.c (irix_current_sos): Likewise.
11166 * varobj.c (uninstall_variable): Likewise.
11167
e9bdf92c
JB
111682011-01-06 Joel Brobecker <brobecker@adacore.com>
11169
11170 * copyright.py: New script.
11171 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
11172 Launch emacs without exec'ing. Call copyright.py afterwards.
11173
3e43a32a
MS
111742011-01-05 Michael Snyder <msnyder@vmware.com>
11175
11176 * addrmap.c: Shorten lines of >= 80 columns.
11177 * arch-utils.c: Ditto.
11178 * arch-utils.h: Ditto.
11179 * ax-gdb.c: Ditto.
11180 * ax-general.c: Ditto.
11181 * bcache.c: Ditto.
11182 * blockframe.c: Ditto.
11183 * breakpoint.c: Ditto.
11184 * buildsym.c: Ditto.
11185 * c-lang.c: Ditto.
11186 * c-typeprint.c: Ditto.
11187 * charset.c: Ditto.
11188 * coffread.c: Ditto.
11189 * command.h: Ditto.
11190 * corelow.c: Ditto.
11191 * cp-abi.c: Ditto.
11192 * cp-namespace.c: Ditto.
11193 * cp-support.c: Ditto.
11194 * dbug-rom.c: Ditto.
11195 * dbxread.c: Ditto.
11196 * defs.h: Ditto.
11197 * dfp.c: Ditto.
11198 * dfp.h: Ditto.
11199 * dictionary.c: Ditto.
11200 * disasm.c: Ditto.
11201 * doublest.c: Ditto.
11202 * dwarf2-frame.c: Ditto.
11203 * dwarf2expr.c: Ditto.
11204 * dwarf2loc.c: Ditto.
11205 * dwarf2read.c: Ditto.
11206 * elfread.c: Ditto.
11207 * eval.c: Ditto.
11208 * event-loop.c: Ditto.
11209 * event-loop.h: Ditto.
11210 * exceptions.h: Ditto.
11211 * exec.c: Ditto.
11212 * expprint.c: Ditto.
11213 * expression.h: Ditto.
11214 * f-lang.c: Ditto.
11215 * f-valprint.c: Ditto.
11216 * findcmd.c: Ditto.
11217 * frame-base.c: Ditto.
11218 * frame-unwind.c: Ditto.
11219 * frame-unwind.h: Ditto.
11220 * frame.c: Ditto.
11221 * frame.h: Ditto.
11222 * gcore.c: Ditto.
11223 * gdb-stabs.h: Ditto.
11224 * gdb_assert.h: Ditto.
11225 * gdb_dirent.h: Ditto.
11226 * gdb_obstack.h: Ditto.
11227 * gdbcore.h: Ditto.
11228 * gdbtypes.c: Ditto.
11229 * gdbtypes.h: Ditto.
11230 * inf-ttrace.c: Ditto.
11231 * infcall.c: Ditto.
11232 * infcmd.c: Ditto.
11233 * inflow.c: Ditto.
11234 * infrun.c: Ditto.
11235 * inline-frame.h: Ditto.
11236 * language.c: Ditto.
11237 * language.h: Ditto.
11238 * libunwind-frame.c: Ditto.
11239 * libunwind-frame.h: Ditto.
11240 * linespec.c: Ditto.
11241 * linux-nat.c: Ditto.
11242 * linux-nat.h: Ditto.
11243 * linux-thread-db.c: Ditto.
11244 * machoread.c: Ditto.
11245 * macroexp.c: Ditto.
11246 * macrotab.c: Ditto.
11247 * main.c: Ditto.
11248 * maint.c: Ditto.
11249 * mdebugread.c: Ditto.
11250 * memattr.c: Ditto.
11251 * minsyms.c: Ditto.
11252 * monitor.c: Ditto.
11253 * monitor.h: Ditto.
11254 * objfiles.c: Ditto.
11255 * objfiles.h: Ditto.
11256 * osabi.c: Ditto.
11257 * p-typeprint.c: Ditto.
11258 * p-valprint.c: Ditto.
11259 * parse.c: Ditto.
11260 * printcmd.c: Ditto.
11261 * proc-events.c: Ditto.
11262 * procfs.c: Ditto.
11263 * progspace.c: Ditto.
11264 * progspace.h: Ditto.
11265 * psympriv.h: Ditto.
11266 * psymtab.c: Ditto.
11267 * record.c: Ditto.
11268 * regcache.c: Ditto.
11269 * regcache.h: Ditto.
11270 * remote-fileio.c: Ditto.
11271 * remote.c: Ditto.
11272 * ser-mingw.c: Ditto.
11273 * ser-tcp.c: Ditto.
11274 * ser-unix.c: Ditto.
11275 * serial.c: Ditto.
11276 * serial.h: Ditto.
11277 * solib-frv.c: Ditto.
11278 * solib-irix.c: Ditto.
11279 * solib-osf.c: Ditto.
11280 * solib-pa64.c: Ditto.
11281 * solib-som.c: Ditto.
11282 * solib-sunos.c: Ditto.
11283 * solib-svr4.c: Ditto.
11284 * solib-target.c: Ditto.
11285 * solib.c: Ditto.
11286 * somread.c: Ditto.
11287 * source.c: Ditto.
11288 * stabsread.c: Ditto.
11289 * stabsread.c: Ditto.
11290 * stack.c: Ditto.
11291 * stack.h: Ditto.
11292 * symfile-mem.c: Ditto.
11293 * symfile.c: Ditto.
11294 * symfile.h: Ditto.
11295 * symmisc.c: Ditto.
11296 * symtab.c: Ditto.
11297 * symtab.h: Ditto.
11298 * target-descriptions.c: Ditto.
11299 * target-memory.c: Ditto.
11300 * target.c: Ditto.
11301 * target.h: Ditto.
11302 * terminal.h: Ditto.
11303 * thread.c: Ditto.
11304 * top.c: Ditto.
11305 * tracepoint.c: Ditto.
11306 * tracepoint.h: Ditto.
11307 * ui-file.c: Ditto.
11308 * ui-file.h: Ditto.
11309 * ui-out.h: Ditto.
11310 * user-regs.c: Ditto.
11311 * user-regs.h: Ditto.
11312 * utils.c: Ditto.
11313 * valarith.c: Ditto.
11314 * valops.c: Ditto.
11315 * valprint.c: Ditto.
11316 * valprint.h: Ditto.
11317 * value.c: Ditto.
11318 * varobj.c: Ditto.
11319 * varobj.h: Ditto.
11320 * vec.h: Ditto.
11321 * xcoffread.c: Ditto.
11322 * xcoffsolib.c: Ditto.
11323 * xcoffsolib.h: Ditto.
11324 * xml-syscall.c: Ditto.
11325 * xml-tdesc.c: Ditto.
11326
9a2b4c1b
MS
113272011-01-05 Michael Snyder <msnyder@vmware.com>
11328
11329 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
11330 * cli/cli-decode.c: Ditto.
11331 * cli/cli-dump.c: Ditto.
11332 * cli/cli-logging.c: Ditto.
11333 * cli/cli-script.c: Ditto.
11334 * cli/cli-setshow.c: Ditto.
11335 * common/signals.c: Ditto.
11336 * mi/mi-cmd-break.c: Ditto.
11337 * mi/mi-cmd-disas.c: Ditto.
11338 * mi/mi-cmd-stack.c: Ditto.
11339 * mi/mi-cmd-var.c: Ditto.
11340 * mi/mi-cmds.c: Ditto.
11341 * mi/mi-common.h: Ditto.
11342 * mi/mi-console.c: Ditto.
11343 * mi/mi-interp.c: Ditto.
11344 * mi/mi-main.c: Ditto.
11345 * osf-share/cma_attr.c: Ditto.
11346 * osf-share/cma_deb_core.h: Ditto.
11347 * osf-share/cma_debug_client.h: Ditto.
11348 * osf-share/cma_handle.h: Ditto.
11349 * osf-share/cma_mutex.h: Ditto.
11350 * osf-share/cma_stack_int.h: Ditto.
11351 * osf-share/cma_tcb_defs.h: Ditto.
11352 * python/py-auto-load.c: Ditto.
11353 * python/py-breakpoint.c: Ditto.
11354 * python/py-cmd.c: Ditto.
11355 * python/py-frame.c: Ditto.
11356 * python/py-objfile.c: Ditto.
11357 * python/py-param.c: Ditto.
11358 * python/py-progspace.c: Ditto.
11359 * python/py-symbol.c: Ditto.
11360 * python/py-value.c: Ditto.
11361 * python/python-internal.h: Ditto.
11362 * python/python.c: Ditto.
11363 * tui/tui-data.c: Ditto.
11364 * tui/tui-disasm.c: Ditto.
11365 * tui/tui-hooks.c: Ditto.
11366 * tui/tui-io.c: Ditto.
11367 * tui/tui-layout.c: Ditto.
11368 * tui/tui-regs.c: Ditto.
11369 * tui/tui-source.c: Ditto.
11370 * tui/tui-stack.c: Ditto.
11371 * tui/tui-win.c: Ditto.
11372 * tui/tui-windata.c: Ditto.
11373 * tui/tui-winsource.c: Ditto.
11374
44944448
JB
113752011-01-05 Joel Brobecker <brobecker@adacore.com>
11376
11377 * configure.ac, gdb.1: Copyright year update.
11378
ebedcab5
JK
113792011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11380
11381 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
11382 this_pc_in_block, morestack_msym and morestack_name. Check for
11383 "__morestack" minimal symbol there.
11384
e5cc9f32
JB
113852011-01-03 Joel Brobecker <brobecker@adacore.com>
11386
11387 * symfile.c (find_sym_fns): Add call to dont_repeat.
11388
7b6bb8da
JB
113892011-01-01 Joel Brobecker <brobecker@adacore.com>
11390
11391 Copyright year update in most files (performed by copyright.sh).
11392
71ce852c
JB
113932011-01-01 Joel Brobecker <brobecker@adacore.com>
11394
11395 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 11396
c3c1ebe8 11397For older changes see ChangeLog-2010.
c906108c
SS
11398\f
11399Local Variables:
11400mode: change-log
11401left-margin: 8
11402fill-column: 74
11403version-control: never
57da7796 11404coding: utf-8
c906108c 11405End:
This page took 1.827448 seconds and 4 git commands to generate.