Update documentation in struct quick_symbol_functions
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
265e52c3
JB
12011-11-28 Paul Hilfinger <hilfinger@adacore.com>
2
3 * symfile.h (struct quick_symbol_functions): Update the
4 documentation for field map_matching_symbols.
5
1a1d5513
JB
62011-11-28 Joel Brobecker <brobecker@adacore.com>
7
8 * ada-lang.c (compare_names): Fix wrong return value in case
9 string1 starts with the same contents as string2, followed
10 by an underscore that do not start a symbol name suffix.
11
5d9c5995
PM
122011-11-28 Phil Muldoon <pmuldoon@redhat.com>
13
14 PR python/13369
15 PR python/13374
16
17 * python/python.c (gdbpy_decode_line): Do not acquire GIL.
18 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
19 * python/py-value.c (valpy_nonzero): Use TRY_CATCH to catch GDB
20 exceptions.
21 * python/py-type.c (typy_strip_typedefs): Ditto.
22 (typy_legacy_template_argument): Ditto.
23 * python/py-inferior.c (inferior_to_inferior_object): Ditto.
24 * python/py-breakpoint.c (bppy_set_ignore_count): Ditto.
25
2bf50f6f
JB
262011-11-27 Joel Brobecker <brobecker@acacore.com>
27
28 * remote.c (remote_get_tracepoint_status): Delete addrbuf
29 local variable. Avoid use of sprintf_vma.
30
744ab88c
SD
312011-11-27 Sanjoy Das <sdas@igalia.com>
32
33 Fix regression in jit.exp.
34 * jit.c (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
35 (jit_register_code): Set the jit_objfile_data field to the correct
36 value.
37
46ad3598
UW
382011-11-25  Uros Bizjak  <ubizjak@gmail.com>
39
40 * alpha-tdep.c (br_opcode): New.
41 (ldl_l_opcode, ldq_l_opcode, stl_c_opcode, stq_c_opcode): Ditto.
42 (alpha_deal_with_atomic_sequence): New function.
43 (alpha_gdbarch_init): Handle single stepping of atomic sequences
44 with alpha_deal_with_atomic_sequence.
45
e4c5f296
TG
462011-11-24 Tristan Gingold <gingold@adacore.com>
47
48 * machoread.c (oso_el): Remove num_Sections, symbols, offsets
49 fields. Add oso_sym, end_sym and nbr_syms.
50 (macho_register_oso): Change interface.
51 (macho_symtab_add_minsym): New function.
52 (macho_symtab_read): Rewritten.
53 (get_archive_prefix_len): Remove trailing blanks.
54 (oso_el_compare_name): Add comment.
55 (struct macho_sym_hash_entry): New structure.
56 (macho_relocate_common_syms): Remove.
57 (macho_sym_hash_newfunc): New function.
58 (macho_resolve_oso_sym_with_minsym): Likewise.
59 (macho_add_oso_symfile): Rewritten.
60 (macho_symfile_read_all_oso): Remove trailing blanks.
61 Adjust code to free oso vector.
62 (macho_symfile_read): Likewise.
63 Move code to initialize minimal symbol
64
130854df
MR
652011-11-24 Maciej W. Rozycki <macro@codesourcery.com>
66
67 * mips-tdep.c (extended_offset): Fix formatting.
68
3d7bb9d9
DE
692011-11-23 Doug Evans <dje@google.com>
70
71 * dwarf2read.c (dw2_lookup_symtab): Add comment.
72 (dw2_expand_symtabs_with_filename): Ditto.
73 (dw2_expand_symtabs_matching): Ditto.
74 (dw2_map_symbol_filenames): Ditto.
75
1fbf5ada
JB
762011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
77
78 * ada-lang.c (assign_aggregate): Minor reformatting.
79
d984108d
JB
802011-11-23 Andrey Smirnov <andrew.smirnov@gmail.com>
81
82 * ada-lang.c (assign_aggregate): Remove declaration of local
83 variable `i' which is shadowing another variable with the same
84 name declared in the outer scope.
85
18af8284
JB
862011-11-23 Joel Brobecker <brobecker@adacore.com>
87
88 * ada-lang.c (get_base_type): Renames base_type. Adjust all
89 calls throughout this file.
90
1fc7b5d7
JB
912011-11-23 Joel Brobecker <brobecker@adacore.com>
92
93 * gdb-dlfcn.c (gdb_dlopen): Add missing coma in call to
94 FormatMessage.
95
36dfb11c
TT
962011-11-22 Tom Tromey <tromey@redhat.com>
97
98 PR mi/8444:
99 * mi/mi-common.h (EXEC_ASYNC_SOLIB_EVENT, EXEC_ASYNC_FORK)
100 (EXEC_ASYNC_VFORK, EXEC_ASYNC_SYSCALL_ENTRY)
101 (EXEC_ASYNC_SYSCALL_RETURN, EXEC_ASYNC_EXEC): New constants.
102 * mi/mi-common.c (async_reason_string_lookup): Add new reasons.
103 * breakpoint.c (print_it_catch_fork, print_it_catch_vfork)
104 (print_it_catch_syscall, print_it_catch_exec)
105 (internal_bkpt_print_it): Use ui_out. Emit stop reason.
106 (bpstat_print): Add 'kind' argument. Handle
107 TARGET_WAITKIND_LOADED.
108 * infrun.c (normal_stop): Update for bpstat_print change. Don't
109 handle TARGET_WAITKIND_LOADED here.
110 * breakpoint.h (bpstat_print): Update.
111
5bd6aa83
TT
1122011-11-22 Tom Tromey <tromey@redhat.com>
113
114 * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
115
f5afdc18
TT
1162011-11-22 Tom Tromey <tromey@redhat.com>
117
118 * mi/mi-common.c (_initialize_gdb_mi_common): Remove.
119 Use static_assert to check the size of
120 async_reason_string_lookup.
121 * common/gdb_assert.h (static_assert): New macro.
122
a3769e0c
AM
1232011-11-22 Alan Modra <amodra@gmail.com>
124
125 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Correct branch
126 destination calculation. Don't expect >> to sign extend. Don't
127 add a break if branch lands inside the sequence anywhere.
128
56767571
KS
1292011-11-21 Keith Seitz <keiths@redhat.com>
130
131 * gdb.mi/mi-var-display.exp: Remove XFAIL for c_variable-7.51,
132 -var-evaluate-expression of an enumeration and fix expected result.
133 * gdb.mi/mi2-varvdisplay.exp: Likewise.
134
8443c207
KY
1352011-11-21 Kwok Cheung Yeung <kcy@codesourcery.com>
136
137 * osdata.c (info_osdata_command): Rename nprocs to nrows. Handle
138 the case where osdata->items is empty. Rename column names to a
139 canonical form to avoid problems with unusual column names.
140
97643830
YQ
1412011-11-21 Yao Qi <yao@codesourcery.com>
142
143 * MAINTAINERS (Write After Approval): Keep list in alphabetical order.
144
f196051f
SS
1452011-11-20 Stan Shebs <stan@codesourcery.com>
146
147 * NEWS: Mention tracepoint additions.
148 * breakpoint.h (struct tracepoint): New field traceframe_usage.
149 * breakpoint.c (print_one_breakpoint_location): Identify
150 tracepoints as such when reporting hit counts, report
151 trace buffer usage.
152 (create_tracepoint_from_upload): Copy status info.
153 * tracepoint.h (struct trace_status): Rename error_desc to stop_desc,
154 add fields user_name, notes, start_time, stop_time.
155 (struct uploaded_tp): Add fields hit_count, traceframe_usage.
156 * tracepoint.c (trace_user): New global.
157 (trace_notes): New global.
158 (trace_stop_notes): New global.
159 (start_tracing): Add argument and trace note handling.
160 (stop_tracing): Ditto.
161 (trace_start_command): Add notes argument.
162 (trace_stop_command): Ditto.
163 (trace_status_command): Report additional status info.
164 (trace_status_mi): Similarly.
165 (trace_save): Update, record tracepoint status.
166 (set_disconnected_tracing): Call target method directly.
167 (send_disconnected_tracing_value): Remove.
168 (set_trace_user): New function.
169 (set_trace_notes): New function.
170 (set_trace_stop_notes): New function.
171 (parse_trace_status): Handle additional status.
172 (parse_tracepoint_status): New function.
173 (parse_tracepoint_definition): Call it.
174 (tfile_get_tracepoint_status): New function.
175 (init_tfile_ops): Use it.
176 (_initialize_tracepoint): Add new setshows.
177 * target.h (struct target_ops): New methods to_get_tracepoint_status
178 and to_set_trace_notes.
179 (target_get_tracepoint_status): New macro.
180 (target_set_trace_notes): New macro.
181 * target.c (update_current_target): Add new methods.
182 * remote.c (remote_get_tracepoint_status): New function.
183 (remote_set_trace_notes): New function.
184 (init_remote_ops): Add them.
185 * mi/mi-main.c (mi_cmd_trace_start): Add argument to call.
186 (mi_cmd_trace_stop): Ditto.
187
3623dc3a
SD
1882011-11-20 Sanjoy Das <sdas@igalia.com>
189
190 * jit.c: Include regcache.h.
191 (jit_gdbarch_data, jit_frame_unwind): New static variables.
192 (jit_unwind_reg_set_impl, free_reg_value_impl)
193 (jit_unwind_reg_get_impl, jit_frame_sniffer)
194 (jit_frame_unwind_stop_reason, jit_frame_this_id)
195 (jit_frame_prev_register, jit_dealloc_cache)
196 (jit_prepend_unwinder, jit_gdbarch_data_init): New functions.
197 (jit_inferior_init): Prepend (new) pseudo unwinder by calling
198 jit_prepend_unwinder.
199 (_initialize_jit): Register new gdbarch data jit_gdbarch_data.
200
1825a88d
SD
2012011-11-20 Sanjoy Das <sdas@igalia.com>
202
203 * jit.c: Include block.h, dictionary.h and frame-unwind.h.
204 (add_objfile_entry, jit_target_read_impl, jit_object_open_impl)
205 (jit_symtab_open_impl, compare_block, jit_block_open_impl)
206 (jit_symtab_line_mapping_add_impl, jit_symtab_close_impl)
207 (finalize_symtab, jit_object_close_impl)
208 (jit_reader_try_read_symtab, jit_bfd_try_read_symtab)
209 (free_objfile_data): New functions.
210 (_initialize_jit): Register jit_objfile_data with a proper cleanup
211 function.
212
784c47ee
SD
2132011-11-20 Sanjoy Das <sdas@igalia.com>
214
215 * jit.c: Include gdb-dlfcn.h.
216 (loaded_jit_reader, reader_init_fn_sym): New static variables.
217 (jit_reader_load, jit_reader_load_command)
218 (jit_reader_unload_command): New functions.
219 (_initialize_jit): Add commands "jit-reader-load" and
220 "jit-reader-unload".
221
a2d08b9e
SD
2222011-11-20 Sanjoy Das <sdas@igalia.com>
223
224 * Makefile.in: Add gdb-dlfcn.c and gdb-dlfcn.h to build system.
225 * config.in: Add new #define HAVE_LIBDL.
226 * configure.ac: Add check for -ldl.
227 * configure: Re-generated by autoconf.
228 * gdb-dlfcn.c: New file.
229 * gdb-dlfcn.h: New file.
230
b8e0a31c
SD
2312011-11-20 Sanjoy Das <sdas@igalia.com>
232
233 * config.in: Add new #defines: JIT_READER_DIR and
234 JIT_READER_DIR_RELOCATABLE.
235 * configure.ac: New GDB directory entry for jit-reader-dir.
236 * configure: Re-generated by autoconf.
237 * jit.c: New static variable: const char *jit_reader_dir.
238 (_initialize_jit): Relocate jit_reader_dir.
239
f997c383
SD
2402011-11-20 Sanjoy Das <sdas@igalia.com>
241
242 * Makefile.in: Add jit-reader.h as a header. Have it installed in
243 $(includedir)/gdb.
244 * configure.ac: Generate a correct value for TARGET_PTR for
245 jit-reader.h. Tell configure to generate jit-reader.h from
246 jit-reader.in.
247 * configure: Re-generated by autoconf.
248 * jit-reader.in: New file.
249 * jit.c: Include jit-reader.h.
250
dc8c0494
SD
2512011-11-20 Sanjoy Das <sdas@igalia.com>
252
253 * MAINTAINERS (Write After Approval): Add myself to the list.
254
01efb936
UW
2552011-11-18 Ulrich Weigand <uweigand@de.ibm.com>
256
257 * findvar.c (read_frame_register_value): Respect value_offset
258 of the register value. Remove big-endian special case.
259
732f3f12
TT
2602011-11-18 Tom Tromey <tromey@redhat.com>
261
262 PR build/7196:
263 * remote.c (putpkt_for_catch_errors): New function.
264 (remote_kill): Use it.
265
bfccc43c
YQ
2662011-11-18 Yao Qi <yao@codesourcery.com>
267
268 * breakpoint.c (create_breakpoint): Produce query message according to
269 breakpoint's type.
270 Allocate tracepoint per correct type.
271 Don't check SALs for pending fast tracepoints.
272 * tracepoint.c (process_tracepoint_on_disconnect): New.
273 (disconnect_tracing): Call process_tracepoint_on_disconnect.
274
3ea46bff
YQ
2752011-11-18 Yao Qi <yao@codesourcery.com>
276
277 * breakpoint.c (install_breakpoint): Add one more parameter so that
278 update_global_location_list is called conditionally.
279 (create_fork_vfork_event_catchpoint): Update.
280 (create_syscall_event_catchpoint): Update.
281 (create_breakpoint_sal): Update.
282 (create_breakpoint_sal): Update. Call do_cleanups before
283 install_breakpoint.
284 * ada-lang.c (create_ada_exception_catchpoint): Update.
285 * breakpoint.h (install_breakpoint): Update declaration.
286
598cfb71
UW
2872011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
288
289 * spu-tdep.c (spu_return_value): Fix handling of
290 TYPE_CALLING_CONVENTION annotation.
291
caf4328c
UW
2922011-11-16 Ulrich Weigand <uweigand@de.ibm.com>
293
294 * skip.c (skip_function_command): Work around uninitialized
295 variable warning.
296
2b54dda2
DM
2972011-11-16 David S. Miller <davem@davemloft.net>
298
299 * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and
300 'tv_usec' to long for printf since these fields have a type which
301 varies.
302
93bf33fd
DE
3032011-11-15 Doug Evans <dje@google.com>
304
305 * buildsym.c (add_symbol_to_list): Delete outdated comment.
306
9cc10fd1
PK
3072011-11-15 Paul Koning <paul_koning@dell.com>
308
309 * python/py-type.c (typy_get_composite): New function.
310 (typy_nonzero): New function.
311 (typy_values): Rename from typy_fields.
312 (typy_fields): New function.
313 (typy_length): Raise exception if not struct, union, or enum type.
314 (typy_getitem): Ditto.
315 (typy_has_key): Ditto.
316 (typy_make_iter): Ditto.
317
c011a4f4
DE
3182011-11-15 Doug Evans <dje@google.com>
319
320 * NEWS: Mention new parameter basenames-may-differ.
321 * dwarf2read.c (dw2_lookup_symtab): Avoid calling gdb_realpath if
322 ! basenames_may_differ.
323 * psymtab.c (lookup_partial_symtab): Ditto.
324 * symtab.c (lookup_symtab): Ditto.
325 (basenames_may_differ): New global.
326 (_initialize_symtab): New parameter basenames-may-differ.
327 * symtab.h (basenames_may_differ): Declare.
328
865ecab4
LM
3292011-11-15 Pedro Alves <pedro@codesourcery.com>
330 Luis Machado <lgustavo@codesourcery.com>
331
332 * auxv.c: Include observer.h.
333 (auxv_inferior_data_cleanup): New.
334 (invalidate_auxv_cache_inf): New.
335 (invalidate_auxv_cache): New.
336 (get_auxv_inferior_data): New.
337 (auxv_inferior_data): New static global.
338 (auxv_info): New structure.
339 (target_auxv_search): Use get_auxv_inferior_data instead of
340 target_read_alloc and don't free cached buffers.
341 (fprint_target_auxv): Likewise
342 (_initialize_auxv): Register per-inferior auxv cache and register
343 observers to invalidate auxv cache when needed.
344
ed59ded5
DE
3452011-11-14 Doug Evans <dje@google.com>
346
347 Make "!" an alias for "shell".
348 * NEWS: Add mention.
349 * cli/cli-cmds.c (init_cli_cmds): Remove xdb_commands condition on
350 adding "!" command, always add it.
351 * cli/cli-decode.c (find_command_name_length): Recognize "!" as a
352 command of length one.
353
405f8e94
SS
3542011-11-14 Stan Shebs <stan@codesourcery.com>
355 Kwok Cheung Yeung <kcy@codesourcery.com>
356
357 * NEWS: Document shorter fast tracepoints and qTMinFTPILen packet.
358 * i386-tdep.c (i386_fast_tracepoint_valid_at): Query target for
359 the minimum instruction size for fast tracepoints.
360 * target.h (struct target_ops): Add new method
361 to_get_min_fast_tracepoint_insn_len.
362 (target_get_min_fast_tracepoint_insn_len): New.
363 * target.c (update_current_target): Set up new target operation.
364 * remote.c (remote_write_bytes_aux): Fix typo.
365 (remote_get_min_fast_tracepoint_insn_len): New.
366 (init_remote_ops): Initialize new field.
367
3e05895e
TT
3682011-11-14 Tom Tromey <tromey@redhat.com>
369
370 * tracepoint.c (encode_actions_1): Use the location's gdbarch.
371 (encode_actions): Likewise.
372
1e4d1764
YQ
3732011-11-14 Yao Qi <yao@codesourcery.com>
374
375 * remote.c (struct remote_state): <install_in_trace> new field.
376 (PACKET_InstallInTrace): New enum value.
377 (remote_install_in_trace_feature): Support InstallInTrace.
378 (remote_supports_install_in_trace): Likewise.
379 (remote_protocol_features): Likewise.
380 (_initialize_remote): Likewise.
381 (remote_can_download_tracepoint): New.
382 * target.h (struct target): New field
383 `to_can_download_tracepoint'.
384 (target_can_download_tracepoint): New macro.
385 * target.c (update_current_target): Update.
386 * breakpoint.h (struct bp_location): Add comment on field
387 `duplicate'.
3ccd4ac6
YQ
388 * breakpoint.c (should_be_inserted): Don't differentiate breakpoint
389 and tracepoint.
1e4d1764
YQ
390 (remove_breakpoints): Don't remove tracepoints.
391 (tracepoint_locations_match ): New.
392 (breakpoint_locations_match): Call it.
393 (disable_breakpoints_in_unloaded_shlib): Handle tracepoint.
394 (download_tracepoint_locations): New.
395 (update_global_location_list): Call it.
396 * tracepoint.c (find_matching_tracepoint): Delete.
397 (find_matching_tracepoint_location): Renamed from
398 find_matching_tracepoint. Return bp_location rather than
399 tracepoint.
400 (merge_uploaded_tracepoints): Set `inserted' field to 1 if
401 tracepoint is found.
402
e8ba3115
YQ
4032011-11-14 Yao Qi <yao@codesourcery.com>
404
405 * target.h (struct target): <to_download_tracepoint> Change type
406 of parameter from tracepoint to bp_location.
407 * target.c (update_current_target): Update.
408 * tracepoint.c (start_tracing): Update.
409 * remote.c (remote_download_tracepoint): Remove loop for each location
410 of a tracepoint.
411
edcc485a
MR
4122011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
413
414 * i386-nat.c (i386_insert_hw_breakpoint): Call
415 i386_update_inferior_debug_regs.
416 (i386_remove_hw_breakpoint): Likewise.
417
3742cc8b
YQ
4182011-11-14 Yao Qi <yao@codesourcery.com>
419
420 * breakpoint.c (init_raw_breakpoint): Call
421 add_location_to_breakpoint to replace duplicated code.
422 (add_location_to_breakpoint): Adjust the breakpoint's
423 address prior to allocating a location.
424
71eba9c2 4252011-11-12 Matt Rice <ratmice@gmail.com>
426
427 * macrocmd.c (macro_no_macro_info): New function.
428 (macro_expand_command): Use macro_no_macro_info.
429 (macro_expand_once_command): Ditto.
430 (info_macro_command): Add argument processing,
431 move info_definitions_command here.
432 (_initialize_macrocmd): Remove info definitions command.
433 Add arguments to info macro help text.
434 * NEWS: Replace info definitions command with new info macro options.
435
731971ed
KS
4362011-11-11 Keith Seitz <keiths@redhat.com>
437
438 PR gdb/12843
439 * linespec.c (locate_first_half): Keep ':' if it looks
440 like it could be part of a Windows path starting with
441 a drive letter.
442
6953d224
PA
4432011-11-10 Pedro Alves <pedro@codesourcery.com>
444
445 * linux-nat.c (linux_nat_wait): Don't force waking up the event
446 loop when returning a TARGET_WAITKIND_NO_RESUMED.
447
0c94aa73
PA
4482011-11-10 Pedro Alves <pedro@codesourcery.com>
449
450 * target.c (target_waitstatus_to_string): Handle
451 TARGET_WAITKIND_NO_RESUMED.
452
f6b47be4
DE
4532011-11-10 Doug Evans <dje@google.com>
454
74e2f255
DE
455 * dwarf2read.c (dw2_map_symbol_filenames): New parameter
456 `need_fullname'.
457 * psymtab.c (map_symbol_filenames_psymtab): Ditto.
458 (map_partial_symbol_filenames): Ditto. All callers updated.
459 * psymtab.h (map_partial_symbol_filenames): Update prototype.
460 * symfile.h (struct quick_symbol_functions, map_symbol_filenames): New
461 parameter need_fullname.
462
256f06f3
DE
463 * psymtab.c (psymtab_to_fullname): Use cached copy if it exists.
464 * source.c (symtab_to_fullname): Ditto.
465
50f182aa
DE
466 * defs.h (is_cplus_marker, set_demangling_style): Moved to ...
467 * gdb-demangle.h: ... here. New file.
468 * demangle.c: #include "gdb-demangle.h".
469 (_initialize_demangler): Use initialize_file_ftype for prototype.
470 Move "set demangle" and "set asm-demangle" parameters here from utils.c
471 (demangle, show_demangle, asm_demangle, show_asm_demangle): Move here
472 from utils.c
473 * utils.c: Update. #include "gdb-demangle.h".
474 * symtab.h (asm_demangle): Delete.
475 (demangle): Move declaration next to use.
476 * breakpoint.c: #include "gdb-demangle.h" instead of "demangle.h".
477 * dwarf2read.c: #include "gdb-demangle.h".
478 * gnu-v2-abi.c: Ditto.
479 * jv-typeprint.c: Ditto.
480 * mdebugread.c: Ditto.
481 * p-typeprint.c: Ditto.
482 * stabsread.c: Ditto.
483 * printcmd.c: Ditto.
484 (asm_demangle): Delete declaration.
485 * tui/tui-stack.c: #include "gdb-demangle.h".
486
f6b47be4
DE
487 * python/py-type.c (typy_fields_items): Call check_typedef.
488
22355c90
JB
4892011-11-10 Joel Brobecker <brobecker@adacore.com>
490
491 * findvar.c (read_frame_register_value): Read the correct bytes
492 from registers on big-endian architectures.
493
bd119cf1 4942011-11-10 Tom Tromey <tromey@redhat.com>
e28cade7
JB
495
496 * procfs.c (load_syscalls): Make a cleanup.
497 (open_procinfo_files): fd==0 is ok.
498
0a86f364
JB
4992011-11-10 Joel Brobecker <brobecker@adacore.com>
500
501 * procfs.c (iterate_over_mappings): Call do_cleanups before
502 returning.
503
9bc118a5
DE
5042011-11-09 Doug Evans <dje@google.com>
505
506 * gdbtypes.c (check_typedef): Document that this function can
507 throw an exception.
508
a7860e76
TT
5092011-11-09 Tom Tromey <tromey@redhat.com>
510
511 PR c++/13342:
512 * valops.c (value_full_object): Return early if real type is
513 smaller than the enclosing type.
514
60965737
YQ
5152011-11-08 Yao Qi <yao@codesourcery.com>
516
517 * amd64-tdep.c (amd64_relocate_instruction): Make it static.
518
72a2e3dc
MI
5192011-11-08 Meador Inge <meadori@codesourcery.com>
520
521 * arm-tdep.c (thumb_analyze_prologue): Always fallback on the SP
522 register when the frame can't be determined.
523 * arm-tdep.c (arm_analyze_prologue): Ditto.
524
ce3b0ff7
SS
5252011-11-07 Stan Shebs <stan@codesourcery.com>
526
527 * MAINTAINERS: Move Michael Snyder to Past Maintainers.
528
2b914b52
JB
5292011-11-07 Joel Brobecker <brobecker@adacore.com>
530
531 * infrun.c (handle_inferior_event): Minor reformatting.
532
6f809020
DE
5332011-11-05 Doug Evans <dje@google.com>
534
535 * source.c (forget_cached_source_info_for_objfile): Move call to
536 objfile->sf->qf->forget_cached_source_info outside of
537 ALL_OBJFILE_SYMTABS loop.
538 (forget_cached_source_info): Delete unused variable `s'.
539
75d12218
JK
5402011-11-05 Jan Kratochvil <jan.kratochvil@redhat.com>
541
542 * i386-nat.c (dr_ref_count): Remove unused variable.
543
e565b837
DE
5442011-11-05 Doug Evans <dje@google.com>
545
546 * main.c (captured_main): Set lim_at_start before calling
547 make_command_stats_cleanup.
548
0a1c4d10
DE
5492011-11-04 Doug Evans <dje@google.com>
550
551 * utils.c: #include "timeval-utils.h".
552 (cmd_stats): Rename start_time to start_cpu_time.
553 New member start_wall_time.
554 (report_command_stats): Report wall time.
555 (make_command_stats_cleanup): Record start wall time.
556
a1d705ee
TT
5572011-11-04 Tom Tromey <tromey@redhat.com>
558
559 * cp-namespace.c (cp_lookup_symbol_imports): Reindent.
560
81de56be
RO
5612011-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
562
563 * coff-pe-read.c: Include defs.h before bfd.h.
564
3ab1ec27
PM
5652011-11-04 Phil Muldoon <pmuldoon@redhat.com>
566
567 PR Python/13345
568
569 * python/python.c (python_run_simple_file): Expand tilde in path.
570
cd829959
PM
5712011-11-04 Phil Muldoon <pmuldoon@redhat.com>
572
573 PR Python/13363
574
575 * python/py-type.c (typy_lookup_type): Do not return a type in
576 an exception handler.
577
080ad648
JK
5782011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
579 Eli Zaretskii <eliz@gnu.org>
580
581 * linux-nat.c (_initialize_linux_nat): Improve help
582 for `info proc stat', `info proc status', `info proc cwd',
583 `info proc cmdline' and `info proc exe'.
584
3065dfb6
SS
5852011-11-02 Stan Shebs <stan@codesourcery.com>
586
587 String collection for tracepoints.
588 * NEWS: Mention string collection.
589 * common/ax.def (tracenz): New bytecode.
590 * ax-gdb.h (trace_string_kludge): Declare.
591 * ax-gdb.c: Include valprint.h and c-lang.h.
592 (trace_string_kludge): New global.
593 (gen_traced_pop): Add string case.
594 (agent_command): Add string case.
595 * tracepoint.h (decode_agent_options): Declare.
596 * tracepoint.c: Include cli-utils.h.
597 (decode_agent_options): New function.
598 (validate_actionline): Call it.
599 (encode_actions_1): Ditto.
600 * target.h (struct target_ops): New method to_supports_string_tracing.
601 (target_supports_string_tracing): New macro.
602 * target.c (update_current_target): Add to_supports_string_tracing.
603 * remote.c (struct remote_state): New field string_tracing.
604 (remote_string_tracing_feature): New function.
605 (remote_protocol_features): New feature tracenz.
606 (remote_supports_string_tracing): New function.
607 (init_remote_ops): Set to_supports_string_tracing.
608
f179e162
JK
6092011-11-02 Pedro Alves <pedro@codesourcery.com>
610 Jan Kratochvil <jan.kratochvil@redhat.com>
611
612 * linux-nat.c: Include cli/cli-utils.h.
613 (enum info_proc_what): New.
614 (linux_nat_info_proc_cmd): Rename to ...
615 (linux_nat_info_proc_cmd_1): ... here. Remove variables argv and all.
616 New parameter what. Initialize cmdline_f, cwd_f, exe_f, mappings_f,
617 status_f and stat_f from WHAT. Throw error on extra parameters.
618 (linux_nat_info_proc_cmd, linux_nat_info_proc_cmd_mappings)
619 (linux_nat_info_proc_cmd_stat, linux_nat_info_proc_cmd_status)
620 (linux_nat_info_proc_cmd_cwd, linux_nat_info_proc_cmd_cmdline)
621 (linux_nat_info_proc_cmd_exe, linux_nat_info_proc_cmd_all): New.
622 (_initialize_linux_nat): New variable info_proc_cmdlist. Install `info
623 proc mappings', `info proc stat`, `info proc status', `info proc cwd',
624 `info proc cmdline', `info proc exe' and `info proc all' as real
625 subcommands of `info proc'.
626
7b35ec7f 6272011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
628
629 * Makefile.in: (SFILES): Add skip.c.
630 (HFILES_NO_SRCDIR): Add skip.h.
631 (COMMON_OBS): Add skip.o.
632 * skip.h, skip.c: New.
633 * breakpoint.h (set_default_breakpoint): Remove.
634 (get_sal_arch): Declare.
635 * breakpoint.c: Remove default_breakpoint_valid,
636 default_breakpoint_address, default_breakpoint_symtab,
637 default_breakpoint_line, default_breakpoint_pspace variables.
638 (get_sal_arch): Make public.
639 (set_default_breakpoint): Remove.
640 (parse_breakpoint_sals, create_breakpoint, clear_command,
641 decode_line_spec_1): Remove uses of default_breakpoint variables;
642 replaced with function calls into stack.c.
643 * cli/cli-cmds.h: Add cmd_list_element *skiplist.
644 * cli/cli-cmds.c: Add skiplist.
645 (init_cmd_lists): Initialize skiplist.
646 (init_cli_cmds): Fix comment (classes of commands appear in
647 alphabetical order).
648 * infrun.c (handle_inferior_event): Add check that we don't step into
649 a function whose pc is marked for skip.
650 * stack.c: Declare last_displayed_sal_valid, last_displayed_pspace,
651 last_displayed_addr, last_displayed_symtab, last_displayed_line
652 variables.
653 (set_last_displayed_sal): New static function.
654 (print_frame_info): Switch call to set_default_breakpoint to call to
655 set_last_displayed_sal.
656 (clear_last_displayed_sal, last_displayed_sal_is_valid,
657 get_last_displayed_pspace, get_last_displayed_addr,
658 get_last_displayed_symtab, get_last_displayed_line,
659 get_last_displayed_sal): New public functions.
660 * stack.h (clear_last_displayed_sal, last_displayed_sal_is_valid,
661 get_last_displayed_pspace, get_last_displayed_addr,
662 get_last_displayed_symtab, get_last_displayed_line,
663 get_last_displayed_sal): Declare.
664
b60e1588
JL
6652011-11-01 Justin Lebar <justin.lebar@gmail.com>
666
667 * MAINTAINERS (Write After Approval): Add myself to the list.
668
d31647d2
YQ
6692011-10-29 Yao Qi <yao@codesourcery.com>
670
671 * infcmd.c (disconnect_command): Call disconnect_tracing.
672
b1d96efd
JK
6732011-10-29 Jan Kratochvil <jan.kratochvil@redhat.com>
674
675 Code cleanup.
676 * symtab.c (skip_prologue_sal): Code reformatting.
677
4dfb2365
JK
6782011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 PR symtab/13208
681 * jit.c (jit_register_code): Remove unused variable my_cleanups. Check
682 for NULL from bfd_open_from_target_memory. Fix ownership of NBFD and
683 SAI.
684
0e5bf2a8
PA
6852011-10-28 Pedro Alves <pedro@codesourcery.com>
686
687 * linux-nat.c (linux_nat_filter_event): Remove `options'
688 parameter, and dead code that used it. If we're handling a
689 PTRACE_EVENT_EXEC event, and the thread group leader is no longer
690 in our lwp list, re-add it.
691 (check_zombie_leaders): New.
692 (linux_nat_wait_1): Remove `options' and `pid' locals. Always
693 wait for children with WNOHANG, and always wait for all children.
694 Don't check for no resumed children upfront. Simplify wait loop.
695 Check for zombie thread group leaders after handling all wait
696 statuses. Return TARGET_WAITKIND_NO_RESUMED if there no
697 unwaited-for children left.
698 * infrun.c (fetch_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
699 (handle_inferior_event): Handle TARGET_WAITKIND_NO_RESUMED.
700 (normal_stop): Handle TARGET_WAITKIND_NO_RESUMED.
701 * target.h (enum target_waitkind) <TARGET_WAITKIND_NO_RESUMED>: New.
702
821296b7
SA
7032011-10-28 Sterling Augustine <saugustine@google.com>
704
705 * psymtab.c (map_symbol_filenames_psymtab): Call QUIT.
706 * symtab.c (free_completion_list): New function.
707 (do_free_completion_list): Likewise.
708 (default_make_symbol_completion_list_break_on): New variable
709 back_to. Call make_cleanup and discard_cleanups.
710 (make_source_files_completion_list): Likewise.
711
03c3051a
PK
7122011-10-28 Paul Koning <paul_koning@dell.com>
713
714 * python/lib/gdb/types.py (deep_items): Rename from deepitems.
715 * NEWS: Mention deep_items.
716
8e7ebaf5
PA
7172011-10-28 Alen Skondro <askondro@gmail.com>
718
8de33dc2 719 * ser-tcp.c [USE_WIN32API] (ETIMEDOUT): Don't define if already
8e7ebaf5
PA
720 defined.
721
e0c6ef61
MI
7222011-10-27 Meador Inge <meadori@codesourcery.com>
723
724 * MAINTAINERS (Write After Approval): Add myself to the list.
725
b56d6f31
JB
7262011-10-27 Joel Brobecker <brobecker@adacore.com>
727
728 * value.h (read_frame_register_value): Add declaration.
729 * findvar.c (read_frame_register_value): New function.
730 (value_from_register): Use read_frame_register_value
731 instead of get_frame_register_value + value_contents_copy
732 to get value contents.
733
d234ef5c
DE
7342011-10-27 Doug Evans <dje@google.com>
735
736 * cli/cli-cmds.c (source_script_with_search): Pass full path to
737 source_script_from_stream if it may have been found on the search path.
738 * python/py-auto-load.c (source_section_scripts): Pass full path to
739 source_python_script_for_objfile.
740 * python/python.c (source_python_script): Delete stream parameter.
741 All callers updated.
742 (source_python_script_for_objfile): Ditto.
743 * python/python-internal.h (source_python_script_for_objfile): Update.
744 * python/python.h (source_python_script): Update.
745
d849d44f
TT
7462011-10-27 Tom Tromey <tromey@redhat.com>
747
748 * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
749 (ada_sals_for_line): Remove declarations.
750
2231f1fb
KP
7512011-10-27 Kevin Pouget <kevin.pouget@st.com>
752
753 Move unwind reasons to an external .def file
754 * frame.c (frame_stop_reason_string): Rewrite using
755 unwind_stop_reasons.def.
756 * frame.h (enum unwind_stop_reason): Likewise.
757 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
758 (gdbpy_frame_stop_reason_string): Use new enum unwind_stop_reason
759 constants for bound-checking.
760 * unwind_stop_reasons.def: New file.
761 * stack.c (backtrace_command_1): Handle UNWIND_FIRST_ERROR as an alias
762 instead of a distinct value.
763
f77b9a5d
PM
7642011-10-27 Phil Muldoon <pmuldoon@redhat.com>
765
766 PR python/13331
767
768 * python/py-function.c (fnpy_call): Check 'args' is not NULL.
769 (convert_values_to_python): Return on Python tuple allocation
770 failure. Return NULL on value conversion error.
771
76dce0be
PM
7722011-10-27 Phil Muldoon <pmuldoon@redhat.com>
773
774 * python/py-breakpoint.c (bppy_set_enabled): Use TRY_CATCH.
775 (bppy_set_task): Ditto.
776 (bppy_delete_breakpoint): Ditto.
777 * python/py-symbol.c (gdbpy_lookup_symbol): Ditto.
778 (gdbpy_lookup_global_symbol): Ditto.
779 * python/py-lazy-string.c (stpy_convert_to_value): Ditto.
780 * python/py-frame.c (frapy_is_valid): Ditto.
781 (frame_info_to_frame_object): Ditto.
782 * python/py-type.c (typy_lookup_type): Ditto.
783 (typy_getitem): Ditto.
784 (typy_has_key): Ditto.
785 (typy_richcompare): Use TRY_CATCH. Do not return Py_NE on error.
786
f17b6955
JB
7872011-10-26 Joel Brobecker <brobecker@adacore.com>
788
789 * gdbarch.h: Regenerate.
790
86ba1042
JB
7912011-10-26 Meador Inge <meadori@codesourcery.com>
792
793 * gdbarch.sh (function_list): Use 'pstring' when printing
794 'gcore_bfd_target'.
795 * gdbarch.c: Regenerate.
796
c34fd852
UW
7972011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
798
799 * regcache.c (registers_changed_ptid): Invalidate thread architecture
800 and frame caches if PTID refers to all threads of a process.
801
931bb47f
UW
8022011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
803
804 * spu-tdep.c (spu_catch_start): Pass non-NULL breakpoint ops
805 to create_breakpoint.
806
88aed45e
UW
8072011-10-26 Ulrich Weigand <uweigand@de.ibm.com>
808
809 * ppc-sysv-tdep.c (ppc_sysv_use_opencl_abi): New function.
810 (ppc_sysv_abi_push_dummy_call): Use it.
811 (do_ppc_sysv_return_value): Likewise.
812 (ppc64_sysv_abi_push_dummy_call): Likewise.
813 (ppc64_sysv_abi_return_value): Likewise.
814
3eaf3fa2
PK
8152011-10-26 Paul Koning <paul_koning@dell.com>
816
817 * python/lib/gdb/types.py (deepitems): New function.
818
913460fc
PK
8192011-10-25 Paul Koning <paul_koning@dell.com>
820
821 PR python/13327
822
823 * python/py-value.c (value_to_value_object): Remove fetching of
824 the value if it was lazy.
825 (valpy_get_is_lazy): New function.
826 (valpy_fetch_lazy): New function.
827
2b5b9d09
JB
8282011-10-24 Joel Brobecker <brobecker@adacore.com>
829
830 * ppc-sysv-tdep.c (do_ppc_sysv_return_value): Do not check
831 FUNC_TYPE's calling convention if FUNC_TYPE is not a function.
832
e21ffe51
PA
8332011-10-24 Pedro Alves <pedro@codesourcery.com>
834
835 * linux-nat.c (linux_handle_extended_wait): When handling a clone
836 event, in non-stop, if not stopping, make sure the new lwp has
837 last_resume_kind set to resume_continue. Assert that when we're
838 resuming the new lwp, its last_resume_kind is resume_continue.
839
7aee8dc2
PA
8402011-10-24 Pedro Alves <pedro@codesourcery.com>
841
842 * infrun.c (handle_inferior_event): Don't assume inferior_ptid is
843 already set when marking the event thread as not executing in
844 non-stop mode.
845
4b4e080e
PA
8462011-10-24 Pedro Alves <pedro@codesourcery.com>
847
848 * infrun.c (handle_inferior_event): Add debug output for
849 TARGET_WAITKIND_NO_HISTORY.
850
baacfb07
PM
8512011-10-24 Phil Muldoon <pmuldoon@redhat.com>
852
853 * NEWS: Move set/show extended-prompt to "New Options". Expand
854 description. Fix typos.
855
8432bc41
PM
8562011-10-24 Phil Muldoon <pmuldoon@redhat.com>
857
858 PR python/13310
859
860 * python/py-param.c (call_doc_function): Correctly deference on
861 function exit.
862
6cda5a20
JB
8632011-10-21 Joel Brobecker <brobecker@adacore.com>
864
865 * ada-tasks.c (print_ada_task_info): Fix computation of
866 number of tasks displayed in command output.
867
13294f7d
JK
8682011-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
869 Ulrich Weigand <uweigand@de.ibm.com>
870
871 * dwarf2-frame-tailcall.c: Include dwarf2-frame.h.
872 (dwarf2_tailcall_prev_register_first): Use dwarf2_frame_cfa.
873 (dwarf2_tailcall_sniffer_first): Remove variable pc_regnum. Replace
874 gdbarch_pc_regnum and frame_unwind_register_unsigned by
875 gdbarch_unwind_pc.
876
460c1c54
CC
8772011-10-20 Cary Coutant <ccoutant@google.com>
878
879 * dwarf2read.c (dw2_get_file_names): Move adjustment for type
880 section to...
881 (partial_read_comp_unit_head): ...here. Add is_debug_type_section
882 flag. Adjust all callers.
883 (process_psymtab_comp_unit): Remove adjustment for type section.
884
a10964d1
AR
8852011-10-20 Aleksandar Ristovski <aristovski@qnx.com>
886
887 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function
888 arguments by adding OBJFILE. Instead of getting objfile from
889 symbol's symtab, use new argument OBJFILE.
890 * cp-support.h (cp_scan_for_anonymous_namespaces): Changed function
891 arguments by adding OBJFILE.
892 * gdb/dwarf2read.c (new_symbol_full): Change call to
893 cp_scan_for_anonymous_namespaces to match new signature.
894 * gdb/stabsread.c (define_symbol): Change call to
895 cp_scan_for_anonymous_namespaces to match new signature.
896
27ca1a5b
PM
8972011-10-20 Phil Muldoon <pmuldoon@redhat.com>
898
899 PR python/13308
900 PR python/13309
901
902 * python/py-breakpoint.c (gdbpy_breakpoints): Fix List reference
903 leak.
904 * python/py-inferior.c (gdbpy_inferiors): Fix List reference
905 leak. Delete unused variables.
906
9df2fbc4
PM
9072011-10-20 Phil Muldoon <pmuldoon@redhat.com>
908
909 PR python/12656
910
911 * python/py-frame.c (frapy_read_var): Use const struct *block.
912 * python/py-type.c (typy_lookup_typename): Likewise.
913 (typy_lookup_type): Likewise.
914 (typy_legacy_template_argument): Likewise.
915 (typy_template_argument): Likewise.
916 (gdbpy_lookup_type): Likewise.
917 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
918 * python/py-block.c (blpy_block_object): Likewise.
919 (blpy_iter): Likewise.
920 (blpy_get_start): Likewise.
921 (blpy_get_end): Likewise.
922 (blpy_get_function): Likewise.
923 (blpy_get_superblock): Likewise.
924 (set_block): Likewise.
925 (block_to_block_object): Likewise.
926 (block_object_to_block): Likewise.
927 (blpy_is_valid): Likewise.
928 (blpy_get_global_block): New function.
929 (blpy_get_static_block): New function.
930 (blpy_is_global): New function.
931 (blpy_is_static): New function.
932 * blockframe.c (block_innermost_frame): Likewise.
933 * valops.c (value_of_variable): Likewise.
934 * frame.h: Update prototypes.
935 * python/python-internal.h: Likewise.
936 * value.h: Likewise.
937
4743b735
CC
9382011-10-19 Cary Coutant <ccoutant@google.com>
939
940 * dwarf2read.c (create_debug_types_hash_table): Fix size of
941 type_offset field.
942
6caca83c
CC
9432011-10-19 Cary Coutant <ccoutant@google.com>
944
945 * dwarf2read.c (peek_abbrev_code): New function.
946 (dw2_get_file_names): Check for dummy compilation units.
947 (create_debug_types_hash_table): Likewise.
948 (process_psymtab_comp_unit): Likewise.
949 (load_partial_comp_unit): Likewise.
950 (load_full_comp_unit): Likewise.
951
43136979
AR
9522011-10-18 Aleksandar Ristovski <aristovski@qnx.com>
953
954 * solib-svr4.c (read_program_header): New variables pt_phdr, pt_phdr_p,
955 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
956 pt_phdr if PT_PHDR was found.
957
0a07729b
TT
9582011-10-17 Joost van der Sluis <joost@cnoc.nl>
959
960 * gdbtypes.h: Added TYPE_SAFE_NAME macro to get the name of a
961 type or "<unnamed type"> when there is no name assigned.
962 * gnu-v3-abi.c (gnuv3_rtti_type): Use TYPE_SAFE_NAME macro to
963 avoid a sigint when no name is assigned.
964
21ae7a4d
JK
9652011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
966
967 Revert:
968 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
969 * dwarf2expr.c (ctx_no_read_reg): New function.
970 * dwarf2expr.h (ctx_no_read_reg): New declaration.
971 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
972 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
973 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
974
32d1c362
DE
9752011-10-16 Doug Evans <dje@google.com>
976
977 * NEWS: Document python gdb.printing.register_pretty_printer's new
978 `replace' parameter.
979
da096638
KS
9802011-10-14 Keith Seitz <keiths@redhat.com>
981
982 PR c++/13225
983 * eval.c (evaluate_subexp_standard): Do not construct
984 an array of types; pass the value array directly to
985 find_overload_match.
986 * gdbtypes.h (NULL_POINTER_CONVERSION_BADNESS): Declare.
987 (rank_function): Take an array of values instead of types.
988 (rank_one_type): Add struct value * parameter.
989 * gdbtypes.c (NULL_POINTER_CONVERSION_BADNESS): Define.
990 (rank_function): For each argument, pass the argument's
991 value to rank_one_type.
992 (rank_one_type): Add VALUE parameter.
993 If the parameter type is a pointer and the argument type
994 is an integer, return NULL_POINTER_CONVERSION_BADNESS if
995 VALUE is zero.
996 Update all calls to rank_one_type, passing NULL for new
997 VALUE parameter.
998 * valarith.c (value_user_defined_cpp_op): Do not construct
999 an array of types; pass the value array directly to
1000 find_overload_match.
1001 * valops.c (find_overload_method_list): Take an array of
1002 values instead of types.
1003 Save the type of OBJP for later use.
1004 Update calls to find_oload_champ, and find_oload_champ_namespace.
1005 (find_oload_champ_namespace): Take an array of values instead
1006 of types.
1007 (find_oload_champ_namespace_loop): Likewise.
1008 (find_oload_champ): Likewise.
1009 (classify_oload_match): Inspect all arguments
1010 until INCOMPATIBLE is found. Return the worst badness found
1011 otherwise.
1012 (compare_parameters): Update call to rank_one_type.
1013 * value.h (find_overload_match): Take an array of values instead
1014 of types.
1015
3957565a
JK
10162011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1017
1018 Drop lazy lm_info reading.
1019 * solib-svr4.c (struct lm_info): Remove field lm. New fields l_addr_p,
1020 l_addr_inferior, l_ld, l_next, l_prev and l_name.
1021 (lm_info_read): New function.
1022 (lm_addr_from_link_map, lm_dynamic_from_link_map): Remove.
1023 (lm_addr_check): Use l_addr_p. No longer use lm_addr_from_link_map and
1024 lm_dynamic_from_link_map.
1025 (lm_next, lm_prev, lm_name): Remove.
1026 (svr4_keep_data_in_core): Use lm_info_read, drop the lm_info entries
1027 initialization incl. read_memory. No longer use lm_name.
1028 (svr4_free_so): Drop lm_info->lm freeing.
1029 (svr4_default_sos): Initialize lminfo with zeroes. Use l_addr_p. Drop
1030 explicit lm_addr and lm initialization.
1031 (svr4_read_so_list): Use lm_info_read, drop the initailization of
1032 fields by hand, incl. read_memory. No longer use lm_next, lm_prev and
1033 lm_name.
1034
cb08cc53
JK
10352011-10-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1036 Paul Pluzhnikov <ppluzhnikov@google.com>
1037
1038 * defs.h (struct so_list): New forward declaration.
1039 (make_cleanup_free_so): New declaration.
1040 * solib-svr4.c (ignore_first_link_map_entry): Remove.
1041 (svr4_free_so): Move the function here from downwards. Handle NULL
1042 so->lm_info.
1043 (svr4_free_library_list): New.
1044 (svr4_read_so_list): New, moved here code from svr4_current_sos.
1045 Use more cleanups. Use new parameter ignore_first instead of
1046 ignore_first_link_map_entry.
1047 (svr4_current_sos): New variable ignore_first, initialize it. New
1048 variable back_to, use it for svr4_free_library_list protection.
1049 (svr4_free_so): Remove - move upwards.
1050 * utils.c: Include solist.h.
1051 (do_free_so, make_cleanup_free_so): New functions.
1052
22c05d8a
JK
10532011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1054
1055 Fix internal error regression.
1056 * value.c (value_primitive_field): Handle value_optimized_out. Move
1057 packed bitfields comment.
1058
d930d06e
TT
10592011-10-13 Tom Tromey <tromey@redhat.com>
1060
1061 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Ensure GIL is
1062 always released.
1063
2ff6b080
TT
10642011-10-13 Tom Tromey <tromey@redhat.com>
1065
1066 * python/py-type.c (typy_has_key): Make 'field' const.
1067
d6c5869f
LM
10682011-10-13 Luis Machado <lgustavo@codesourcery.com>
1069
1070 * remote.c (remote_save_trace_data): Invert comparison.
1071
a70633a2
LM
10722011-10-13 Luis Machado <lgustavo@codesourcery.com>
1073
1074 * tracepoint.c (trace_save_command): Use filename instead of
1075 args when printing.
1076
e103e986
JK
10772011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1078
1079 * dwarf2read.c (dwarf2_fetch_die_location_block): Initialize .data even
1080 if .size is 0.
1081
db24da6d
YQ
10822011-10-13 Yao Qi <yao@codesourcery.com>
1083
1084 PR gdb/12703
1085 * arm-tdep.c (thumb_analyze_prologue): Call thumb_insn_size to check
1086 whether insn is a 32-bit Thumb-2 instruction.
1087 (thumb_in_function_epilogue_p): Likewise.
1088 (thumb_get_next_pc_raw): Likewise.
1089 (arm_breakpoint_from_pc): Likewise.
1090
1d6edc3c
JK
10912011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1092
1093 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1094 * dwarf2loc.c (dwarf2_find_location_expression): Clear *LOCEXPR_LENGTH.
1095 (dwarf_expr_frame_base_1): Indicate unavailability via zero *LENGTH.
1096 (locexpr_tracepoint_var_ref): Check only zero SIZE, not zero DATA.
1097 (loclist_read_variable, loclist_tracepoint_var_ref): Do not check for
1098 zero DATA.
1099 * dwarf2loc.h (struct dwarf2_locexpr_baton): Comment DATA vs. SIZE
1100 validity.
1101 * dwarf2read.c (struct dwarf_block): Comment DATA validity.
1102 (dwarf2_fetch_die_location_block, dwarf2_symbol_mark_computed): Do not
1103 clear DATA on zero SIZE.
1104
adabb602
DE
11052011-10-12 Doug Evans <dje@google.com>
1106
1107 * dwarf2read.c (partial_read_comp_unit_head): Set header->offset,
1108 header->first_die_offset here. All callers updated.
1109
5048e516
JK
11102011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1111
1112 Fix compatibility with texinfo versions older than 4.12.
1113 * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
1114 (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
1115 (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
1116 (FLAGS_TO_PASS): Add MAKEINFOFLAGS and MAKEINFO_EXTRA_FLAGS.
1117 * configure: Regenerate.
1118 * configure.ac (MAKEINFO): Find it, from libiberty/configure.ac.
1119 (MAKEINFOFLAGS): Pre-set it to --split-size=5000000.
1120 (MAKEINFO_EXTRA_FLAGS): New test for -DHAVE_MAKEINFO_CLICK.
1121
0574c78f
GB
11222011-10-12 Gary Benson <gbenson@redhat.com>
1123
1124 * breakpoint.h (pc_at_non_inline_function): Declare.
1125 * breakpoint.c (is_non_inline_function,
1126 pc_at_non_inline_function): New functions.
1127 * infrun.c (handle_inferior_event): Don't call skip_inline_frames
1128 if the stop is at a location where functions cannot be inlined.
1129
12d9289a
PA
11302011-10-12 Pedro Alves <pedro@codesourcery.com>
1131
1132 * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if
1133 the core wanted them stopped, or if they now have a pending event
1134 to report.
ecf8e7f5
PA
1135 (linux_nat_filter_event): New parameter `new_pending_p'. Pass it
1136 down to stop_and_resume_callback.
1137 (linux_nat_wait_1): Always clear `options' when retrying. Handle
1138 having new pending events after calling linux_nat_filter_event.
12d9289a 1139
96408a79
SA
11402011-10-11 Sterling Augustine <saugustine@google.com>
1141
1142 * dwarf2read.c: Undo inadvertent changes in previous commit.
1143
9c6c53f7
SA
11442011-10-11 Sterling Augustine <saugustine@google.com>
1145
1146 * dwarf2read.c (partial_die_parent_scope): Rearrange conditional
1147 logic.
1148
0e8aefe7
UW
11492011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1150
1151 * symfile.c (separate_debug_file_exists): Fix condition.
1152
349d1385
DM
11532011-10-11 David S. Miller <davem@davemloft.net>
1154
1155 * regcache.c (regcache_restore): Do not write unavailable regs, mark
1156 static.
1157 * regcache.h (regcache_restore): Remove declaration.
1158
205c306f
DM
1159 * gdbarch.sh: New field 'long_long_align_bit'.
1160 * gdbarch.c, gdbarch.h: Regenerate.
1161 * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32.
1162 * jit.c (jit_read_code_entry): Use it to determine correct size offset.
1163
941b2081
JK
11642011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1165
1166 Revert this part of:
1167 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1168 Support @entry in input expressions.
1169 * c-exp.y (ENTRY, unknown_cpp_name): New.
1170 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1171 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1172 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1173 (name_not_typename: ENTRY): New.
1174 (yylex): Recognize ENTRY.
1175
1176 Reimplement @entry in input expressions.
1177 * c-exp.y (ENTRY): New.
1178 (variable: name_not_typename ENTRY): New.
1179 (lex_one_token): Optionally return ENTRY instead of the '@' lex.
1180
3c4d7e12
PA
11812011-10-11 Pedro Alves <pedro@codesourcery.com>
1182
1183 * linux-nat.c (linux_handle_extended_wait): Always dump both the
1184 parent and child's pids as soon as we detect a clone event.
1185 Adjust another debug message.
1186
ea23808b
PA
11872011-10-11 Pedro Alves <pedro@codesourcery.com>
1188
1189 * linux-nat.c (linux_lwp_is_zombie): Return early if the LWP is
1190 not zombie instead of reading the whole file.
1191
904578ed
JK
11922011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 Fix separate debuginfo warning with "remote:" access.
1195 * objfiles.h (struct objfile): New fields crc32 and crc32_p.
1196 * symfile.c (get_file_crc): New function with the code moved from ...
1197 (separate_debug_file_exists): ... this function, specifically variables
1198 buffer and count. New variable verified_as_different, set it. Remove
1199 file_crc initialization. Verify also if both files are not the same
1200 manually, if needed.
1201
51370a33
YQ
12022011-10-11 Yao Qi <yao@codesourcery.com>
1203
1204 * arm-tdep.c (arm_get_next_pc_raw): Use read_memory_unsigned_integer
1205 to get address.
1206
0838fb57
DE
12072011-10-10 Doug Evans <dje@google.com>
1208
1209 * linux-thread-db.c (thread_db_new_objfile): Only try to load
1210 libthread_db when we load libpthread or the main symbol file.
1211 (thread_db_inferior_created): New function.
1212 (_initialize_thread_db): Attach inferior_created observer.
1213 * linux-nat.c (linux_child_post_attach): Remove call to
1214 check_for_thread_db.
1215 (linux_child_post_startup_inferior): Ditto.
1216 * objfiles.h (OBJF_MAINLINE): Define.
1217 * symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
1218 allocate_objfile when appropriate.
1219
623bd5b7
UW
12202011-10-10 Ulrich Weigand <ulrich.weigand@linaro.org>
1221
1222 PR gdb/13218
1223 * arm-linux-nat.c (os_version, os_major, os_minor, os_release):
1224 Remove unused variables.
1225 (get_linux_version): Remove function.
1226 (_initialize_arm_linux_nat): Do not call it.
1227
79395f92
PA
12282011-10-10 Pedro Alves <pedro@codesourcery.com>
1229
1230 * linux-nat.c (linux_handle_extended_wait): Don't resume the new
1231 new clone lwp if the core asked it to stop. Don't pass on
1232 unexpected signals to the new clone; leave them pending instead.
1233
eff3df78
PA
12342011-10-10 Pedro Alves <pedro@codesourcery.com>
1235
1236 * linux-nat.c (resume_lwp): Remove redundant debug output.
1237
4b60df3d
PA
12382011-10-10 Pedro Alves <pedro@codesourcery.com>
1239
1240 * linux-nat.c (linux_nat_wait_1): Copy the event lwp's
1241 last_resume_kind before clearing it, and use the copy instead to
1242 determine whether to report a SIGSTOP as TARGET_SIGNAL_0. Use
1243 resume_clear_callback in the non-stop path too.
1244
6501578c
YQ
12452011-10-09 Yao Qi <yao@codesourcery.com>
1246
1247 * valprint.c (value_check_printable): Add one parameter OPTIONS.
1248 Honor OPTIONS and VAL's type.
1249 (common_val_print, value_print): Update to pass one more parameter.
1250
5a56e9c5
DE
12512011-10-09 Doug Evans <dje@google.com>
1252
1253 Add new "alias" command.
1254 * NEWS: Mention new command.
1255 * command.h (valid_user_defined_cmd_name_p): Declare.
1256 * defs.h (make_cleanup_dyn_string_delete): Declare.
1257 * utils.c: #include "dyn-string.h".
1258 (do_dyn_string_delete, make_cleanup_dyn_string_delete): New functions.
1259 * cli/cli-cmds.c: #include "dyn-string.h".
1260 (argv_to_dyn_string, valid_command_p, alias_command): New functions.
1261 (init_cli_cmds): Add new command.
1262 * cli/cli-decode.c (valid_user_defined_cmd_name_p): New function.
1263
509f0fd9
JK
12642011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 Fix compatibility with older GCCs.
1267 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Initialize parameter.
1268 * stack.c (read_frame_arg): Initialize val_deref.
1269
2bda9cc5
JK
12702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1271
1272 Entry values NEWS entries, DWARF disassembly support.
1273 * NEWS: New entry values entry.
1274 (set print entry-values, show print entry-values)
1275 (set debug entry-values, show debug entry-values): New entries.
1276 * dwarf2loc.c (disassemble_dwarf_expression): New parameters start and
1277 indent. Remove variable start. Move header printing out. Respect
1278 INDENT. Support DW_OP_GNU_entry_value.
1279 (locexpr_describe_location_1): Move the header printing here, extend
1280 the disassemble_dwarf_expression passed parameters.
1281
a471c594
JK
12822011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1283
1284 Display @entry parameter values even for references.
1285 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_REF>: Try also
1286 coerce_ref_if_computed.
1287 * c-valprint.c (c_val_print) <TYPE_CODE_REF>: Likewise.
1288 * dwarf2expr.c (dwarf_block_to_dwarf_reg_deref): New function.
1289 (execute_stack_op) <DW_OP_GNU_entry_value>: Add -1 deref_size to the
1290 existing push_dwarf_reg_entry_value call. Add new detection calling
1291 dwarf_block_to_dwarf_reg_deref. Update the error message.
1292 (ctx_no_push_dwarf_reg_entry_value): New parameter deref_size.
1293 * dwarf2expr.h
1294 (struct dwarf_expr_context_funcs) <push_dwarf_reg_entry_value>: Add new
1295 parameter deref_size, describe it in the comment.
1296 (ctx_no_push_dwarf_reg_entry_value): Add new parameter deref_size.
1297 (dwarf_block_to_dwarf_reg_deref): New declaration.
1298 * dwarf2loc.c (dwarf_entry_parameter_to_value): Add new parameter
1299 deref_size, describe it in the function comment. New variables
1300 data_src and size, fetch the alternative block accoring to DEREF_SIZE.
1301 (dwarf_expr_push_dwarf_reg_entry_value): Add new parameter deref_size,
1302 describe it in the function comment. Fetch the alternative block
1303 accoring to DEREF_SIZE.
1304 (entry_data_value_coerce_ref, entry_data_value_copy_closure)
1305 (entry_data_value_free_closure, entry_data_value_funcs): New.
1306 (value_of_dwarf_reg_entry): New variables checked_type, target_type,
1307 outer_val, target_val, val and addr. Try to fetch and create also
1308 referenced value content.
1309 (pieced_value_funcs): NULL value for coerce_ref.
1310 (needs_dwarf_reg_entry_value): Add new parameter deref_size.
1311 * f-valprint.c (f_val_print) <TYPE_CODE_REF>: Try also
1312 coerce_ref_if_computed.
1313 * opencl-lang.c (opencl_value_funcs): NULL value for coerce_ref.
1314 * p-valprint.c (pascal_val_print) <TYPE_CODE_REF>: Likewise.
1315 * stack.c (read_frame_arg): Compare also dereferenced values.
1316 * value.c (value_computed_funcs): Make the parameter v const, use
1317 value_lval_const for it.
1318 (value_lval_const, coerce_ref_if_computed): New function.
1319 (coerce_ref): New variable retval. Call also coerce_ref_if_computed.
1320 * value.h (struct lval_funcs): New field coerce_ref.
1321 (value_computed_funcs): Make the parameter v const.
1322 (value_lval_const, coerce_ref_if_computed): New declarations.
1323
36b11add
JK
13242011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1325
1326 Support @entry in input expressions.
1327 * c-exp.y (ENTRY, unknown_cpp_name): New.
1328 (exp: UNKNOWN_CPP_NAME): Change to `exp: unknown_cpp_name'.
1329 (unknown_cpp_name: UNKNOWN_CPP_NAME, unknown_cpp_name: ENTRY)
1330 (variable: name_not_typename '@' ENTRY, name: ENTRY)
1331 (name_not_typename: ENTRY): New.
1332 (yylex): Recognize ENTRY.
1333 * eval.c (evaluate_subexp_standard): Support also OP_VAR_ENTRY_VALUE.
1334 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
1335 Likewise.
1336 * parse.c (operator_length_standard): Likewise.
1337 * std-operator.def: New operator OP_VAR_ENTRY_VALUE.
1338
3343315b
JK
13392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1340
1341 Display referenced values in backtraces.
1342 * printcmd.c (print_variable_and_value): Set OPTS.DEREF_REF to 1.
1343 * stack.c (print_frame_arg): Likewise.
1344
ac71a68c
JK
13452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1346
1347 Make some lval_funcs methods to default on NULL.
1348 * valops.c (value_fetch_lazy): Check if lval_computed read method is
1349 NULL.
1350 (value_assign): Check if lval_computed write method is NULL.
1351 * value.h (struct lval_funcs): Comment NULL values for read and write
1352 methods.
1353
e18b2753
JK
13542011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1355
1356 Display @entry parameter values (without references).
1357 * dwarf2expr.c (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
1358 New functions.
1359 * dwarf2expr.h (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset):
1360 New declarations.
1361 * dwarf2loc.c (dwarf2_find_location_expression): Support location list
1362 entry record.
1363 (dwarf_entry_parameter_to_value, value_of_dwarf_reg_entry)
1364 (value_of_dwarf_block_entry, locexpr_read_variable_at_entry): New
1365 functions.
1366 (dwarf2_locexpr_funcs): Install locexpr_read_variable_at_entry.
1367 (loclist_read_variable_at_entry): New function.
1368 (dwarf2_loclist_funcs): Install loclist_read_variable_at_entry.
1369 * dwarf2read.c (read_call_site_scope): Support also DW_OP_fbreg in
1370 DW_AT_location, call dwarf_block_to_sp_offset for it.
1371 * frame.h (print_entry_values_no, print_entry_values_only)
1372 (print_entry_values_preferred, print_entry_values_if_needed)
1373 (print_entry_values_both, print_entry_values_compact)
1374 (print_entry_values_default, print_entry_values): New declarations.
1375 (struct frame_arg): New field entry_kind.
1376 (read_frame_arg): New parameter entryargp.
1377 * mi/mi-cmd-stack.c (list_arg_or_local): New gdb_assert for
1378 arg->entry_kind. Optionally print the `@entry' suffix.
1379 (list_args_or_locals): New variable entryarg, initialize it.
1380 Initialize also entry_kind of arg and entryarg. Conditionalize
1381 list_arg_or_local for arg, add list_arg_or_local for entryarg. Call
1382 xfree for entryarg.error.
1383 * stack.c (print_entry_values_no, print_entry_values_only)
1384 (print_entry_values_preferred, print_entry_values_if_needed)
1385 (print_entry_values_both, print_entry_values_compact)
1386 (print_entry_values_default, print_entry_values_choices)
1387 (print_entry_values): New variables.
1388 (print_frame_arg): New gdb_assert for arg->entry_kind. Optionally
1389 print the `@entry' suffix, possibly in combination for
1390 print_entry_values_compact.
1391 (read_frame_arg): New parameter entryargp, new variables entryval,
1392 entryval_error and val_equal. Read in also entryargp, respect
1393 print_entry_values, compare the values using val_equal, fill in also
1394 argp->entry_kind (together with entryargp->entry_kind).
1395 (print_frame_args): New variable entryarg, initialize it.
1396 Conditionalize print_frame_arg for arg, add print_frame_arg for
1397 entryarg. Call xfree for entryarg.error.
1398 (_initialize_stack): Call add_setshow_enum_cmd for `entry-values'.
1399 * symtab.h (struct symbol_computed_ops): New field
1400 read_variable_at_entry.
1401
93d86cef
JK
14022011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1403
1404 Code reshuffle.
1405 * frame.h (struct frame_arg): New definition.
1406 (read_frame_arg): New declaration.
1407 * mi/mi-cmd-stack.c (list_arg_or_local): New functiom from ...
1408 (list_args_or_locals): ... the code here. New variable arg, call
1409 read_frame_arg and list_arg_or_local with it. Unify the
1410 PRINT_SIMPLE_VALUES and PRINT_ALL_VALUES cases. Call xfree for
1411 arg.error.
1412 * stack.c (print_frame_arg): New functiom from the code of
1413 print_frame_args.
1414 (read_frame_arg): New function.
1415 (print_frame_args): Remove variable val. New variable arg, call
1416 read_frame_arg and print_frame_arg with it. Call xfree for arg.error.
1417
2d6c5dc2
JK
14182011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 Protect entry values against self tail calls.
1421 * dwarf2loc.c (VEC (CORE_ADDR), func_verify_no_selftailcall): New.
1422 (dwarf_expr_dwarf_reg_entry_value): Call func_verify_no_selftailcall.
1423
111c6489
JK
14242011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 Recognize virtual tail call frames.
1427 * Makefile.in (SFILES): Add dwarf2-frame-tailcall.c.
1428 (HFILES_NO_SRCDIR): Add dwarf2-frame-tailcall.h.
1429 (COMMON_OBS): Add dwarf2-frame-tailcall.o.
1430 * dwarf2-frame-tailcall.c: New file.
1431 * dwarf2-frame-tailcall.h: New file.
1432 * dwarf2-frame.c: Include dwarf2-frame-tailcall.h.
1433 (execute_cfa_program): New function comment. Return INSN_PTR. Reset
1434 REGS.PREV only after CIE execution.
1435 (struct dwarf2_frame_cache): New field tailcall_cache.
1436 (dwarf2_frame_cache): New variables entry_pc, entry_cfa_sp_offset,
1437 entry_cfa_sp_offset_p and instr. Execute FDE instructions in two
1438 parts, try to find entry_cfa_sp_offset. Call
1439 dwarf2_tailcall_sniffer_first.
1440 (dwarf2_frame_prev_register): Call dwarf2_tailcall_prev_register_first
1441 when appropriate.
1442 (dwarf2_frame_dealloc_cache): New function.
1443 (dwarf2_frame_sniffer): Preinitialize cache by dwarf2_frame_cache.
1444 (dwarf2_frame_unwind): Install dwarf2_frame_dealloc_cache.
1445 (dwarf2_signal_frame_unwind): Do not install dwarf2_frame_dealloc_cache.
1446 (dwarf2_append_unwinders): Add dwarf2_tailcall_frame_unwind.
1447 (dwarf2_frame_cfa): Support also dwarf2_tailcall_frame_unwind.
1448 * dwarf2loc.c (func_addr_to_tail_call_list)
1449 (tailcall_dump, call_sitep, VEC (call_sitep), chain_candidate)
1450 (call_site_find_chain_1, call_site_find_chain): New.
1451 * dwarf2loc.h (struct call_site_chain): New.
1452 (call_site_find_chain): New declaration.
1453 * frame.c (get_frame_address_in_block): Support also TAILCALL_FRAME.
1454 * frame.h (enum frame_type): New entry TAILCALL_FRAME.
1455 * python/py-frame.c (gdbpy_initialize_frames): Add TAILCALL_FRAME.
1456 * stack.c (frame_info): Support also TAILCALL_FRAME.
1457
bb984ff1
JK
14582011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1459
1460 Tail call sites reader implementation.
1461 * dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
1462 fill in TYPE_TAIL_CALL_LIST.
1463 * gdbtypes.h (struct func_type): New field tail_call_list.
1464 (struct call_site): New field tail_call_next.
1465 (TYPE_TAIL_CALL_LIST): New definition.
1466
8e3b41a9
JK
14672011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1468
1469 Implement basic support for DW_TAG_GNU_call_site.
1470 * block.c: Include gdbtypes.h and exceptions.h.
1471 (call_site_for_pc): New function.
1472 * block.h (call_site_for_pc): New declaration.
1473 * defs.h: Include hashtab.h.
1474 (make_cleanup_htab_delete, core_addr_hash, core_addr_eq): New
1475 declarations.
1476 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Install
1477 ctx_no_push_dwarf_reg_entry_value.
1478 * dwarf2expr.c (read_uleb128, read_sleb128): Support R as NULL.
1479 (dwarf_block_to_dwarf_reg): New function.
1480 (execute_stack_op) <DW_OP_GNU_entry_value>: Implement it.
1481 (ctx_no_push_dwarf_reg_entry_value): New function.
1482 * dwarf2expr.h (struct dwarf_expr_context_funcs): New field
1483 push_dwarf_reg_entry_value.
1484 (ctx_no_push_dwarf_reg_entry_value, dwarf_block_to_dwarf_reg): New
1485 declarations.
1486 * dwarf2loc.c: Include gdbcmd.h.
1487 (dwarf_expr_ctx_funcs): New forward declaration.
1488 (entry_values_debug, show_entry_values_debug, call_site_to_target_addr)
1489 (dwarf_expr_reg_to_entry_parameter)
1490 (dwarf_expr_push_dwarf_reg_entry_value): New.
1491 (dwarf_expr_ctx_funcs): Install dwarf_expr_push_dwarf_reg_entry_value.
1492 (dwarf2_evaluate_loc_desc_full): Handle NO_ENTRY_VALUE_ERROR.
1493 (needs_dwarf_reg_entry_value): New function.
1494 (needs_frame_ctx_funcs): Install it.
1495 (_initialize_dwarf2loc): New function.
1496 * dwarf2loc.h (entry_values_debug): New declaration.
1497 * dwarf2read.c (struct dwarf2_cu): New field call_site_htab.
1498 (read_call_site_scope): New forward declaration.
1499 (process_full_comp_unit): Copy call_site_htab.
1500 (process_die): Support DW_TAG_GNU_call_site.
1501 (read_call_site_scope): New function.
1502 (dwarf2_get_pc_bounds): Support NULL HIGHPC.
1503 (dwarf_tag_name): Support DW_TAG_GNU_call_site.
1504 (cleanup_htab): Delete.
1505 (write_psymtabs_to_index): Use make_cleanup_htab_delete instead of it.
1506 * exceptions.h (enum errors): New NO_ENTRY_VALUE_ERROR.
1507 * gdb-gdb.py (StructMainTypePrettyPrinter): Support
1508 FIELD_LOC_KIND_DWARF_BLOCK.
1509 * gdbtypes.h (enum field_loc_kind): New entry
1510 FIELD_LOC_KIND_DWARF_BLOCK.
1511 (struct main_type): New loc entry dwarf_block.
1512 (struct call_site, FIELD_DWARF_BLOCK, SET_FIELD_DWARF_BLOCK)
1513 (TYPE_FIELD_DWARF_BLOCK): New.
1514 * python/py-type.c: Include dwarf2loc.h.
1515 (check_types_equal): Support FIELD_LOC_KIND_DWARF_BLOCK. New
1516 internal_error call on unknown FIELD_LOC_KIND.
1517 * symtab.h (struct symtab): New field call_site_htab.
1518 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete)
1519 (core_addr_hash, core_addr_eq): New functions.
1520
b6cdc2c1
JK
15212011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1522
1523 Code reshuffle.
1524 * gdb-gdb.py (StructMainTypePrettyPrinter): Change
1525 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC. Move
1526 calling_convention under func_stuff there.
1527 * gdbtypes.c (make_function_type): Call INIT_FUNC_SPECIFIC.
1528 (init_type) <TYPE_CODE_FUNC>: Likewise.
1529 (recursive_dump_type): Change TYPE_SPECIFIC_CALLING_CONVENTION to
1530 TYPE_SPECIFIC_FUNC. New comment for tail_call_list.
1531 * gdbtypes.h (enum type_specific_kind): Change
1532 TYPE_SPECIFIC_CALLING_CONVENTION to TYPE_SPECIFIC_FUNC.
1533 (struct main_type) <type_specific>: Change calling_convention to
1534 func_stuff. Move calling_convention to ...
1535 (struct func_type): ... this new struct.
1536 (INIT_FUNC_SPECIFIC): New #define.
1537 (TYPE_CALLING_CONVENTION): Change calling_convention to func_stuff.
1538
181cebd4
JK
15392011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1542 * dwarf2-frame.c (execute_stack_op): Initialize ctx->ref_addr_size.
1543 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Use
1544 ctx->ref_addr_size. Handle its invalid value.
1545 * dwarf2expr.h (struct dwarf_expr_context): New field ref_addr_size.
1546 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1547 (dwarf2_loc_desc_needs_frame): Initialize ctx->ref_addr_size.
1548 * dwarf2loc.h (dwarf2_per_cu_ref_addr_size): New declaration.
1549 * dwarf2read.c (decode_locdesc): Initialize ctx->ref_addr_size.
1550 (dwarf2_per_cu_ref_addr_size): New function.
1551
c471e790
JK
15522011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1553
1554 Code cleanup.
1555 * dwarf2read.c (per_cu_header_read_in): New function.
1556 (dwarf2_per_cu_addr_size, dwarf2_per_cu_offset_size): Use it, with new
1557 variables cu_header_local and cu_headerp.
1558
741f5e3c
JK
15592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 Fix initial language detection with -readnow.
1562 * dwarf2read.c (dw2_find_symbol_file): Handle OBJF_READNOW case.
1563 * symfile.h (struct quick_symbol_functions): State find_symbol_file
1564 searches only for global symbols.
1565
a73d2258
JK
15662011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 Fix printed anonymous struct name.
1569 * dwarf2read.c (fixup_partial_die): Handle for anonymous structs also
1570 DW_TAG_interface_type. Strip for anonymous structs any prefixes.
1571 (anonymous_struct_prefix): New function.
1572 (determine_prefix): New variables retval. Call anonymous_struct_prefix.
1573 (dwarf2_name): Strip for anonymous structs any prefixes.
1574
749fd4ea
DE
15752011-10-07 Doug Evans <dje@google.com>
1576
1fa57852
DE
1577 * python/lib/gdb/printing.py (register_pretty_printer): New argument
1578 `replace'.
1579
690a4937
DE
1580 * python/lib/gdb/printing.py: Whitespace cleanup.
1581
749fd4ea
DE
1582 * python/py-value.c (valpy_call): Initialize ftype to avoid compiler
1583 warning.
1584
4c38200f
PA
15852011-10-07 Pedro Alves <pedro@codesourcery.com>
1586
1587 * linux-nat.h (ALL_LWPS): Remove the ptid parameter.
1588 * amd64-linux-nat.c (amd64_linux_dr_set_control)
1589 (amd64_linux_dr_set_addr, amd64_linux_dr_unset_status): Adjust.
1590 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint)
1591 (arm_linux_remove_hw_breakpoint, arm_linux_insert_watchpoint)
1592 (arm_linux_remove_watchpoint): Adjust.
1593 * i386-linux-nat.c (i386_linux_dr_set_control)
1594 (i386_linux_dr_set_addr, i386_linux_dr_unset_status): Adjust.
1595 * ia64-linux-nat.c (ia64_linux_insert_watchpoint)
1596 (ia64_linux_remove_watchpoint): Adjust.
1597 * mips-linux-nat.c (write_watchpoint_regs): Adjust.
1598 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint)
1599 (ppc_linux_insert_hw_breakpoint, ppc_linux_remove_hw_breakpoint)
1600 (ppc_linux_insert_mask_watchpoint)
1601 (ppc_linux_remove_mask_watchpoint, ppc_linux_insert_watchpoint)
1602 (ppc_linux_remove_watchpoint): Adjust.
1603 * s390-nat.c (s390_insert_watchpoint, s390_remove_watchpoint):
1604 Adjust.
1605
b7ff339d
CV
16062011-10-07 Corinna Vinschen <vinschen@redhat.com>
1607
1608 * windows-nat.c: Include wchar.h to avoid compiler warnings.
1609 (clear_win32_environment): New function for Cygwin to clear out
1610 Win32 environment.
1611 (windows_create_inferior): Prepare new environment from in_env
1612 for Cygwin, too.
1613
f287c1f3
PM
16142011-10-07 Phil Muldoon <pmuldoon@redhat.com>
1615
5631e596 1616 PR python/13264
f287c1f3
PM
1617 * python/py-value.c (valpy_call): Check that arguments are
1618 a tuple.
1619 (is_intlike): Remove call to CHECK_TYPEDEF.
1620 (valpy_nonzero): Catch GDB exceptions.
1621 (valpy_absolute): Ditto.
1622 (valpy_lazy_string): Ditto.
1623 (valpy_call): Ditto.
1624 (valpy_get_is_optimized_out): Ditto.
1625 (valpy_long): Ditto.
1626 (valpy_float): Ditto.
1627 (valpy_int): Call CHECK_TYPEDEF. Catch GDB exceptions.
1628 (valpy_richcompare): Ditto.
1629
03583c20
UW
16302011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1631
1632 * inferior.h (disable_randomization): Declare.
1633 * infrun.c (disable_randomization): New global variable.
1634 (show_disable_randomization): New function.
1635 (set_disable_randomization): Likewise.
1636 (_initialize_infrun): Install set/show disable-randomization
1637 commands.
1638 * linux-nat.c (disable_randomization): Remove.
1639 (show_disable_randomization): Likewise.
1640 (set_disable_randomization): Likewise.
1641 (_initialize_linux_nat): No longer install set/show
1642 disable-randomization commands here.
1643 (linux_nat_supports_disable_randomization): New function.
1644 (linux_nat_add_target): Install it.
1645 * remote.c (PACKET_QDisableRandomization): New enum value.
1646 (remote_protocol_packets): Support QDisableRandomization.
1647 (_initialize_remote): Likewise.
1648 (remote_supports_disable_randomization): New function.
1649 (init_remote_ops): Install it.
1650 (extended_remote_supports_disable_randomization): New function.
1651 (init_extended_remote_ops): Install it.
1652 (extended_remote_disable_randomization): New function.
1653 (extended_remote_create_inferior_1): Call it.
1654 * target.h (struct target_ops): Add to_supports_disable_randomization.
1655 (target_supports_disable_randomization): Add prototype.
1656 * target.c (target_supports_disable_randomization): New function.
1657 (find_default_supports_disable_randomization): Likewise.
1658 (init_dummy_target): Install it.
1659
20c168b5
KP
16602011-10-07 Kevin Pouget <kevin.pouget@st.com>
1661
1662 Allow Python notification of new object-file loadings.
1663 * Makefile.in (SUBDIR_PYTHON_SRCS): Add py-newobjfilevent.c.
1664 (SUBDIR_PYTHON_OBS): Add py-newobjfileevent.o.
1665 Add build rule for this file.
1666 * python/py-event.h (emit_new_objfile_event): New prototype.
1667 (newobjfile): New Python event emitter.
1668 * python/py-evts.c (gdbpy_initialize_py_events): Add new_objfile to
1669 Python event registry.
1670 * python/py-inferior.c: Include objfiles.h
1671 (python_new_objfile): New function.
1672 (gdbpy_initialize_inferior): Add python_new_objfile to the new objfile
1673 observers.
1674 * python/py-newobjfileevent.c: New file.
1675 * python-internal.h (gdbpy_initialize_new_objfile_event): New
1676 prototype.
1677 * python/python.c (_initialize_python): Add
1678 gdbpy_initialize_new_objfile_event call.
1679 * NEWS: Add item for new Python event "gdb.newobjfile"
1680
b1c8db38
TG
16812011-10-05 Tristan Gingold <gingold@adacore.com>
1682
1683 * ada-tasks.c (read_atcb): Make ravenscar_task_name static.
1684 Extract the ravenscar task name from the symbol for the atcb.
1685
0dab82e9
PK
16862011-10-04 Paul Koning <paul_koning@dell.com>
1687
1688 * python/py-type.c (typy_make_iter): Add forward declaration.
1689 (typy_fields_items): Use the gdb.Type iterator.
1690
84ad80e6
PK
16912011-10-04 Paul Koning <paul_koning@dell.com>
1692
1693 * NEWS: Add entry for Python gdb.Type mapping methods.
1694
cb6be26b
KP
16952011-10-04 Kevin Pouget <kevin.pouget@st.com>
1696
1697 PR python/12691: Add the inferior to Python exited event
1698 * python/py-exitedevent.c (create_exited_event_object): Add inferior
1699 to exited_event.
1700 * python/py-event.h (emit_exited_event): Likewise
1701 * python/-inferior.c (python_inferior_exit): Likewise
1702
6005b210
JB
17032011-10-03 Joel Brobecker <brobecker@adacore.com>
1704
1705 * ada-tasks.c (print_ada_task_info): Add "thread-id" field
1706 in output of -ada-task-info GDB/MI command.
1707
75082e8c
JB
17082011-10-03 Joel Brobecker <brobecker@adacore.com>
1709
1710 * ada-lang.h (struct inferior): Declare.
1711 (print_ada_task_info): Add declaration.
1712 * ada-tasks.c (print_ada_task_info): Make non-static.
1713 * mi/mi-cmds.c (mi_cmds): Add "ada-task-info".
1714 * mi/mi-cmds.h (mi_cmd_ada_task_info): Add declaration.
1715 * mi/mi-main.c: #include "ada-lang.h".
1716 (mi_cmd_list_features): Add "ada-task-info" to the list
1717 of supported features.
1718 (mi_cmd_ada_task_info): New function.
1719
7ed7d719
JB
17202011-10-03 Joel Brobecker <brobecker@adacore.com>
1721
1722 * python/python.c (python_run_simple_file): New function.
1723 (source_python_script, source_python_script_for_objfile):
1724 Replace call to PyRun_SimpleFile by call to
1725 python_run_simple_file.
1726
3fcaed38
PK
17272011-10-03 Paul Koning <paul_koning@dell.com>
1728
1729 * python/py-value.c (valpy_get_address): Use Py_XINCREF.
1730 (value_to_value_object): Fetch value if it was lazy.
1731
8e5c319d
JK
17322011-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 Code cleanup.
1735 * solib-svr4.c (svr4_default_sos): Remove variables head and link_ptr.
1736 Rearrange the code for it.
1737
dd11a36c
JB
17382011-10-02 Joel Brobecker <brobecker@adacore.com>
1739
1740 * breakpoint.c (bkpt_print_recreate): Add call to
1741 print_recreate_thread.
1742
723b724b
MF
17432011-09-29 Mike Frysinger <vapier@gentoo.org>
1744
1745 * common/linux-ptrace.h (PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
1746 PTRACE_GETFDPIC_INTERP): Define.
1747
412946b6
YQ
17482011-09-28 Yao Qi <yao@codesourcery.com>
1749
1750 * symfile.c (add_symbol_file_command): Update message on usage.
1751
a73bb892
PK
17522011-09-28 Paul Koning <paul_koning@dell.com>
1753
1754 * python/py-type.c (make_fielditem, typy_field_names, typy_items)
1755 (typy_length, typy_get, typy_has_key, typy_make_iter)
1756 (typy_iterkeys, typy_iteritems, typy_itervalues, typy_iter)
1757 (typy_iterator_iter, typy_iterator_iternext)
1758 (typy_iterator_dealloc): New functions to implement standard
1759 Python mapping methods on gdb.Type object.
1760 (gdb.TypeIterator): New Python type.
1761 * python/python-internal.h (gdbpy_iter_kind): New enum.
a73bb892 1762
fe10a582
DM
17632011-09-28 David S. Miller <davem@davemloft.net>
1764
1765 * sparc-tdep.h (SPARC_F2_REGNUM, SPARC_F3_REGNUM, SPARC_F4_REGNUM,
1766 SPARC_F5_REGNUM, SPARC_F6_REGNUM, SPARC_F7_REGNUM): New enums.
1767 * sparc-tdep.c (sparc_complex_floating_p): New function.
1768 (sparc32_store_arguments): Handle complex floats.
1769 (sparc32_extract_return_value): Likewise.
1770 (sparc32_store_return_value): Likewise.
1771 (sparc32_stabs_argument_has_addr): Likewise.
1772 * sparc64-tdep.c (sparc64_complex_floating_p): New function.
1773 (sparc64_store_floating_fields): Handle complex floats.
1774 (sparc64_store_arguments): Likewise.
1775 (sparc64_store_return_value): Likewise.
1776
c93dbcba
EZ
17772011-09-28 Eli Zaretskii <eliz@gnu.org>
1778
1779 * windows-nat.c (env_sort) [!__CYGWIN__]: Function restored from
1780 before the change on 2006-12-09.
1781 (windows_create_inferior) [!__CYGWIN__]: Restore code that
1782 generates the environment block for CreateProcessA, modulo the
1783 Cygwin-specific parts that are not needed here.
1784
f00c55f8
TG
17852011-09-27 Tristan Gingold <gingold@adacore.com>
1786
1787 * target.h (enum target_object): Add TARGET_OBJECT_DARWIN_DYLD_INFO.
1788 * solib-darwin.c (DYLD_VERSION_MAX): Update number.
1789 (darwin_solib_get_all_image_info_addr_at_init): New function.
1790 (darwin_solib_read_all_image_info_addr): Likewise.
1791 (darwin_solib_create_inferior_hook): Use the above two functions.
1792 * darwin-nat.c (darwin_execvp): Renames retval to res.
1793 (darwin_read_write_inferior): Update comment.
1794 (darwin_read_dyld_info): New function.
1795 (darwin_xfer_partial): Handle DYLD_INFO.
1796
6710bf39
SS
17972011-09-27 Stan Shebs <stan@codesourcery.com>
1798
1799 Add return address collection for tracepoints.
1800 * tracepoint.c (encode_actions_1): Add case for $_ret.
1801 (validate_actionline): Check for $_ret.
1802 (trace_dump_actions): Ditto.
1803 * ax-gdb.h (gen_trace_for_return_address): Declare.
1804 * ax-gdb.c: Include arch-utils.h.
1805 (gen_trace_for_return_address): New function.
1806 (agent_command): Add return address special case.
1807 * amd64-tdep.c: Include ax.h and ax-gdb.h.
1808 (amd64_gen_return_address): New function.
1809 (amd64_init_abi): Call it.
1810 * i386-tdep.c: Include ax.h and ax-gdb.h.
1811 (i386_gen_return_address): New function.
1812 (i386_init_abi): Call it.
1813 * arch-utils.h (default_gen_return_address): Declare.
1814 * arch-utils.c (default_gen_return_address): New function.
1815 * gdbarch.sh (gen_return_address): New method.
1816 * gdbarch.h, gdbarch.c: Regenerate.
1817
e04e5beb
JM
18182011-09-23 Joseph Myers <joseph@codesourcery.com>
1819
1820 PR gdb/13079
1821 * i386-tdep.c (i386_frame_align): New.
1822 (i386_gdbarch_init): Use i386_frame_align.
1823
f3d6df6d
YQ
18242011-09-23 Yao Qi <yao@codesourcery.com>
1825
1826 * i386-linux-nat.c (i386_linux_resume): Use read_memory_unsigned_integer
1827 to get address.
1828
e69860f1
TG
18292011-09-22 Tristan Gingold <gingold@adacore.com>
1830
1831 * fork-child.c (fork_inferior): Add exec_fun parameter.
1832 Call exec_fun or execvp.
1833 * inferior.h: Adjust prototype.
1834 * gnu-nat.c (gnu_create_inferior): Adjust fork_inferior call.
1835 * inf-ttrace.c (inf_ttrace_create_inferior): Ditto.
1836 * inf-ptrace.c (inf_ptrace_create_inferior): Ditto.
1837 * procfs.c (procfs_create_inferior): Ditto.
1838 * darwin-nat.c (darwin_execvp): New function.
1839 (darwin_create_inferior): Use it.
1840
4b51d87b
YQ
18412011-09-22 Yao Qi <yao@codesourcery.com>
1842
1843 * infrun.c (context_switch): Print debug message when switching to
1844 a different thread.
1845
56b9d9ac
UW
18462011-09-21 Ulrich Weigand <uweigand@de.ibm.com>
1847
1848 * s390-tdep.c (s390_function_arg_pass_by_reference): Handle
1849 complex and vector types.
1850 (s390_return_value_convention): Likewise.
1851
1852 (s390_value_from_register): Call check_typedef.
1853 (extend_simple_arg): Likewise.
1854 (alignment_of): Likewise.
1855 (s390_push_dummy_call): Likewise.
1856 (s390_return_value): Likewise.
1857
b2cd6b29
JM
18582011-09-21 Joseph Myers <joseph@codesourcery.com>
1859
1860 * event-top.c (async_disconnect): If an exception is thrown from
1861 quit_cover, call pop_all_targets. Use TRY_CATCH instead of
1862 catch_errors.
1863 * top.c (quit_cover): Return void and take no arguments.
1864 * top.h (quit_cover): Update prototype.
1865
67ba4e42
JM
18662011-09-20 Joseph Myers <joseph@codesourcery.com>
1867
1868 * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
1869 current_uiout, not uiout.
1870
562f943b
DE
18712011-09-19 Doug Evans <dje@google.com>
1872
1873 * python/py-auto-load.c (source_section_scripts): Fix file
1874 descriptor leak.
1875 * python/python.c (source_python_script_for_objfile): Tweak comments.
1876
34518530
YQ
18772011-09-18 Yao Qi <yao@codesourcery.com>
1878 Ulrich Weigand <ulrich.weigand@linaro.org>
1879
1880 Support displaced stepping for Thumb 16-bit insns.
1881 * arm-tdep.c (THUMB_NOP) Define.
1882 (thumb_copy_unmodified_16bit): New.
1883 (thumb_copy_b, thumb_copy_bx_blx_reg): New.
1884 (thumb_copy_alu_reg): New.
1885 (arm_copy_svc): Move some common code to ...
1886 (install_svc): ... here. New.
1887 (thumb_copy_svc): New.
1888 (install_pc_relative): New.
1889 (thumb_copy_pc_relative_16bit): New.
1890 (thumb_decode_pc_relative_16bit): New.
1891 (thumb_copy_16bit_ldr_literal): New.
1892 (thumb_copy_cbnz_cbz): New.
1893 (cleanup_pop_pc_16bit_all): New.
1894 (thumb_copy_pop_pc_16bit): New.
1895 (thumb_process_displaced_16bit_insn): New.
1896 (thumb_process_displaced_32bit_insn): New.
1897 (thumb_process_displaced_insn): process thumb instruction.
1898
1899 Support displaced stepping for Thumb 32-bit insns.
1900 * arm-tdep.c (thumb_copy_unmodified_32bit): New.
1901 (thumb2_copy_preload): New.
1902 (thumb2_copy_copro_load_store): New.
1903 (thumb2_copy_b_bl_blx): New.
1904 (thumb2_copy_alu_imm): New.
1905 (thumb2_copy_load_reg_imm): New.
1906 (thumb2_copy_load_literal): New
1907 (thumb2_copy_block_xfer): New.
1908 (thumb_32bit_copy_undef): New.
1909 (thumb_32bit_copy_unpred): New.
1910 (thumb2_decode_ext_reg_ld_st): New.
1911 (thumb2_decode_svc_copro): New.
1912 (decode_thumb_32bit_store_single_data_item): New.
1913 (thumb_copy_pc_relative_32bit): New.
1914 (thumb_decode_pc_relative_32bit): New.
1915 (decode_thumb_32bit_ld_mem_hints): New.
1916 (thumb2_copy_table_branch): New
1917 (thumb_process_displaced_32bit_insn): Process Thumb 32-bit
1918 instructions.
1919
2b16b2e3
YQ
19202011-09-18 Yao Qi <yao@codesourcery.com>
1921
1922 * arm-tdep.c (install_copro_load_store): PC is set 4-byte aligned.
1923 (install_b_bl_blx): Likewise.
1924
0f6f04ba
YQ
19252011-09-17 Yao Qi <yao@codesourcery.com>
1926
1927 * arm-tdep.c (install_ldr_str_ldrb_strb): Renamed to ...
1928 (install_load_store): ... this. New.
1929 Change parameter BYTE to SIZE.
1930 (arm_copy_ldr_str_ldrb_strb): Update caller.
1931 (arm_decode_ld_st_word_ubyte): Update caller.
1932
e2d96639
YQ
19332011-09-17 Yao Qi <yao@codesourcery.com>
1934
1935 * infrun.c (displaced_step_fixup): Move some code ...
1936 (displaced_step_restore): ... here. New function.
1937 (handle_inferior_event): Cleanup displaced stepping state for both
1938 child and parent when get forked or vforked event.
1939 * regcache.c (get_thread_arch_aspace_regcache): New function.
1940 get_thread_arch_regcache (): Call it.
1941
a8123151
JB
19422011-09-16 Joel Brobecker <brobecker@adacore.com>
1943
1944 * ada-tasks.c (print_ada_task_info): New function, merging
1945 short_task_info and info_tasks together. Reimplement using
1946 ui-out instead of printing to stdout directly. Move the code
1947 building and checking the task list here, instead of leaving it
1948 in info_tasks_command.
1949 (info_task): Move the code building and checking the task
1950 list here, instead of leaving it in info_tasks_command.
1951 (info_tasks_command): Delete code building and checking
1952 the task list - moved elsewhere. Update calls to info_tasks
1953 and info_task.
1954
fbf06824
JB
19552011-09-16 Joel Brobecker <brobecker@adacore.com>
1956
1957 * ada-tasks.c (info_task): Delete parameter `from_tty'.
1958
34a0bc90
JB
19592011-09-16 Joel Brobecker <brobecker@adacore.com>
1960
1961 * ada-tasks.c (info_tasks): Delete parameter `from_tty'.
1962
79779fa9
JB
19632011-09-16 Joel Brobecker <brobecker@adacore.com>
1964
1965 * ada-lang.h (ada_build_task_list): Remove parameter
1966 `warn_if_null'.
1967 * ada-tasks.c (ada_build_task_list): Remove parameter
1968 `warn_if_null'. Adjust implementation and documentation.
1969 (valid_task_id, ada_get_environment_task)
1970 iterate_over_live_ada_tasks): Adjust call to ada_build_task_list.
1971 (info_tasks_command): Adjust implementation.
1972 (task_command): Likewise.
1973 * ravenscar-thread.c (ravenscar_find_new_threads): Fix call
1974 to ada_build_task_list.
1975
e225eb91
JB
19762011-09-16 Joel Brobecker <brobecker@adacore.com>
1977
1978 * ada-tasks.c (ada_tasks_check_symbol_table, task_list): Delete.
1979 (enum ada_known_tasks_kind, struct ada_tasks_inferior_data): New.
1980 (ada_tasks_inferior_data_handle): New static global.
1981 (get_ada_tasks_inferior_data): New function.
1982 (ada_get_task_number, get_task_number_from_id, valid_task_id)
1983 (ada_get_environment_task, iterate_over_live_ada_tasks)
1984 (add_ada_task, read_known_tasks_array, read_known_tasks_list):
1985 Adjust.
1986 (ada_set_current_inferior_known_tasks_addr): New function.
1987 (read_known_tasks, ada_build_task_list, short_task_info)
1988 (info_tasks, info_task, info_tasks_command, task_command_1)
1989 (task_command, ada_task_list_changed): Adjust.
1990 (ada_tasks_invalidate_inferior_data): New function.
1991 (ada_normal_stop_observer, ada_new_objfile_observer): Adjust.
1992 (_initialize_tasks): Set ada_tasks_inferior_data_handle.
1993 * ada-lang.h (struct inferior): Add declaration.
1994 (ada_task_list_changed): Update profile.
1995 * remote-wtx-pd.c: #include "inferior.h".
1996 (switch_to_pd_internal): Update call to ada_task_list_changed.
1997
6da9ca05
JB
19982011-09-16 Joel Brobecker <brobecker@adacore.com>
1999
2000 * ada-tasks.c: #include "progspace.h" and "objfiles.h".
2001 (atcb_type, atcb_common_type, atcb_ll_type, atcb_call_type)
2002 (atcb_fieldno): Delete these static globals.
2003 (struct ada_tasks_pspace_data): New struct.
2004 (ada_tasks_pspace_data_handle): New static global.
2005 (get_ada_tasks_pspace_data): New function.
2006 (ada_tasks_invalidate_pspace_data): New function.
2007 (get_tcb_types_info, ptid_from_atcb_common, read_atcb)
2008 (read_known_tasks_list, ada_new_objfile_observer): Adjust.
2009 (_initialize_tasks): Create this module's per-progspace
2010 data handle.
2011
dccd3cbd
JB
20122011-09-16 Joel Brobecker <brobecker@adacore.com>
2013
2014 * ada-tasks.c (struct atcb_fieldnos): Renames struct tcb_fieldnos.
2015
f877b031
TG
20162011-09-16 Tristan Gingold <gingold@adacore.com>
2017
2018 * fork-child.c (fork_inferior): Update comment. Use alloca
2019 instead of xmalloc for argv. Move len and shell_command
2020 declarations in the block where they are used.
2021 Only call execvp. Factorize failure code.
2022
ae0c443d
JK
20232011-09-16 Abhijit Halder <abhijit.k.halder@gmail.com>
2024
2025 Code cleanup.
2026 * parse.c (write_exp_elt): Change argument to pass a pointer of union
2027 `exp_element' instead of an element of the same and make the function
2028 static.
2029 (write_exp_elt_opcode, write_exp_elt_sym, write_exp_elt_block)
2030 (write_exp_elt_objfile, write_exp_elt_longcst, write_exp_elt_dblcst)
2031 (write_exp_elt_decfloatcst, write_exp_elt_type, write_exp_elt_intern):
2032 Change argument of `write_exp_elt' function call.
2033 Remove extra spaces from comments.
2034 * parser-defs.h (write_exp_elt): Remove prototype.
2035
5af65ec0
PK
20362011-09-15 Paul Koning <paul_koning@dell.com>
2037
2038 * python/py-cmd.c (gdbpy_string_to_argv): Decrement reference
2039 count of item appended to list.
2040 * python/py-type.c (typy_fields): Likewise.
2041
72be8ccc
PK
20422011-09-15 Paul Koning <paul_koning@dell.com>
2043
883640a8 2044 * MAINTAINERS (Write After Approval): Add myself to the list.
72be8ccc 2045
92f6badc
KP
20462011-09-15 Kevin Pouget <kevin.pouget@st.com>
2047
2048 PR threads/12628
2049 * linux-fork.c (checkpoint_command): Disallow checkpointing of
2050 processes with multiple threads.
2051 (inf_has_multiple_thread_cb): New function.
2052 (inf_has_multiple_threads): New function.
2053
0672bf41 20542011-09-15 Kevin Pouget <kevin.pouget@st.com>
2aa48337
KP
2055
2056 PR Python/12692 Add gdb.selected_inferior() to Python interface.
2057 * python/py-inferior.c (GdbMethods): New Python method definition.
2058
6839b47f
KP
20592011-09-15 Kevin Pouget <kevin.pouget@st.com>
2060
2061 Handle multiple breakpoint hits in Python interface:
2062 * python/py-bpevent.c (create_breakpoint_event_object): Rename C/Python
2063 variable to breakpoints.
2064 * python/py-stopevent.c (emit_stop_event): Return a Python tuple of
2065 bps instead of single breakpoint. Fix some space typos.
2066 * python/py-stopevent.c (create_breakpoint_event_object): Rename
2067 variable to breakpoints.
2068
672f9b60
KP
20692011-09-15 Kevin Pouget <kevin.pouget@st.com>
2070
2071 * breakpoint.c (describe_other_breakpoints): Do not write 'duplicate'
2072 note if the breakpoint is internal.
2073
43675ae4
KP
20742011-09-15 Kevin Pouget <kevin.pouget@st.com>
2075
0672bf41 2076 * MAINTAINERS (Write After Approval): Add myself to the list
43675ae4 2077
15148d6a
PA
20782011-09-14 Pedro Alves <pedro@codesourcery.com>
2079
2080 * infrun.c (prepare_for_detach, wait_for_inferior)
2081 (fetch_inferior_event): Don't flush the register cache.
2082 * remote.c (struct stop_reply) <regcache>: Add comment.
2083
d83e736b
JK
20842011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2085
2086 Remove excessive DWARF expressions memory duplication.
2087 * dwarf2loc.c (per_cu_dwarf_call): Remove variable back_to and its use
2088 for block.data.
2089 (indirect_pieced_value): Remove variable result. Remove variable
2090 back_to and its use for baton.data.
2091 (dwarf2_compile_expr_to_ax): Remove variable back_to and its use for
2092 block.data.
2093 * dwarf2read.c (dwarf2_fetch_die_location_block): Remove xmemdup.
2094 Update the function comment.
2095
c65b3e0d
PA
20962011-09-13 Pedro Alves <pedro@codesourcery.com>
2097
2098 * inferior.h (ALL_INFERIORS): New.
2099 * linux-thread-db.c (thread_db_find_new_threads_2): Remove check
2100 for a stopped thread.
2101 (thread_db_find_new_threads): Look for threads in all inferiors.
2102
a1398e0c
PA
21032011-09-13 Pedro Alves <pedro@codesourcery.com>
2104
2105 * breakpoint.c (update_watchpoint): Handle the case of the
2106 watchpoint to update not being in the breakpoint list yet.
2107 (hw_watchpoint_use_count): New, factored out from
2108 hw_watchpoint_used_count.
2109 (hw_watchpoint_used_count): Rename to ...
2110 (hw_watchpoint_used_count_others): ... this. Add `except'
2111 parameter. Don't count resources of `except'. Use
2112 hw_watchpoint_use_count.
2113
30596231
PA
21142011-09-13 Pedro Alves <pedro@codesourcery.com>
2115
2116 * gdbthread.h (enum thread_state): Moved here.
2117 (struct thread_info): Rename `executing_' field to `executing' and
2118 `state_' to `state'.
2119 * thread.c (enum thread_state): Moved to gdbthread.h.
2120 (new_thread, add_thread_silent, delete_thread_1)
2121 (any_live_thread_of_process, thread_alive, set_running)
2122 (set_running, is_thread_state, any_running, is_executing)
2123 (set_executing, finish_thread_state, print_thread_info)
2124 (do_captured_thread_select): Adjust.
2125
bede5f5f
JK
21262011-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2127
2128 Fix compatibility with gcc < 4.3 and non-gcc compilers.
2129 * amd64-tdep.c (amd64_skip_xmm_prologue): Convert 0b constants.
2130
4801a9a3
PA
21312011-09-12 Pedro Alves <pedro@codesourcery.com>
2132 Matt Rice <ratmice@gmail.com>
2133
2134 PR gdb/13175
2135
2136 * interps.c (struct interp) <interpreter_out>: Delete field.
2137 (interp_new): Remove the data and uiout parameters and adjust.
2138 (interp_set): Only set the current_uiout from the interpreter's
2139 uiout after initializing the interpreter. Adjust call to
2140 init_proc.
2141 (interp_ui_out): Adjust to call procs->ui_out_proc.
2142 (interp_data, interp_name): New.
2143 * interps.h (interp_init_ftype): Add `self' parameter.
2144 (interp_ui_out_ftype): New typedef.
2145 (struct interp_procs) <ui_out_proc>: New method pointer.
2146 (interp_new): Remove the data and uiout parameters.
2147 (interp_data, interp_name): Declare.
2148 * tui/tui-interp.c (tui_init): Adjust prototype.
2149 (tui_ui_out): New.
2150 (_initialize_tui_interp): Install tui_ui_out. Don't instanciate
2151 tui_out here. Adjust call to interp_new.
2152 * tui/tui-io.c (tui_initialize_io): Don't set current_uiout here.
2153 * cli/cli-interp.c (cli_interpreter_init): Adjust prototype.
2154 (cli_ui_out): New.
2155 (_initialize_cli_interp): Install it. Adjust call to interp_new.
2156 * mi/mi-common.h (struct mi_interp) <uiout>: New field.
2157 * mi/mi-interp.c (mi_interpreter_init): Adjust prototype.
2158 Initialize mi->uiout depending on the mi_version as extracted from
2159 the interpreter's name.
2160 (mi_ui_out): New.
2161 (_initialize_mi_interp): Install mi_ui_out. Adjust calls to
2162 interp_new. Don't allocate the ui_out's of the interpreters here.
2163
d0afda03 21642011-09-12 Aleksandar Ristovski <aristovski@qnx.com>
59145f8c 2165
d0afda03 2166 * solib.c (solib_used): New function.
59145f8c
AR
2167 (update_solib_list, reload_shared_libraries_1): Check if objfile is used
2168 by another so_list object before freeing it.
2169
bdaf8d4a
JK
21702011-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 Code cleanup.
2173 * mi/mi-cmd-stack.c (list_args_or_locals): Use enum for the parameter
2174 values.
2175
df15bd07
JK
21762011-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2177
2178 Code cleanup.
2179 * amd64-tdep.c (amd64_skip_prologue): Move the XMM code to ...
2180 (amd64_skip_xmm_prologue): ... this new function. Describe its
2181 parameters. No longer use amd64_prologue_line_bug.
2182 * defs.h (producer_is_gcc_ge_4): New declaration.
2183 * dwarf2read.c (producer_is_gcc_ge_4): Move to utils.c.
2184 (process_full_comp_unit): Update its caller. Remove
2185 amd64_prologue_line_bug initialization.
2186 * symtab.h (struct symtab): Remove field amd64_prologue_line_bug.
2187 * utils.c (producer_is_gcc_ge_4): Moved here from dwarf2read.c.
2188
25289eb2
PA
21892011-09-09 Pedro Alves <pedro@codesourcery.com>
2190
2191 * linux-nat.h (enum resume_kind): New.
2192 (struct lwp_info) <last_resume_kind>: New field.
ddf17726
PA
2193 * linux-nat.c (linux_child_follow_fork): Set last_resume_kind to
2194 resume_stop on the new lwp.
25289eb2
PA
2195 (add_lwp): Set last_resume_kind as resume_continue by default.
2196 (lin_lwp_attach_lwp): Set last_resume_kind as resume_stop.
2197 (resume_lwp): New, factored out from resume_callback. Also check
2198 for pending status in lp->waitstatus.
2199 (resume_callback): Reimplement.
2200 (resume_clear_callback): Set last_resume_kind as resume_stop.
2201 (resume_set_callback): Set last_resume_kind as resume_continue.
2202 (linux_nat_resume, linux_handle_extended_wait): Set
2203 last_resume_kind.
2204 (running_callback): Also check lp->waitstatus for pending events.
2205 (select_singlestep_lwp_callback): Check that lp->last_resume_kind
2206 is resume_step.
2207 (stop_and_resume_callback): Don't re-resume if the core wanted the
2208 lwp stopped. Use resume_lwp instead of resume_callback. Avoid
2209 using an invalidated pointer.
2210 (linux_nat_filter_event): Don't discard SIGSTOPs as delayed
2211 SIGSTOPs if the core wanted the LWP to stop.
2212 (linux_nat_wait_1) Don't consume a pending SIGSTOP if the core
2213 wanted the lwp to stop. If the core wanted the lwp to stop, and
2214 the lwp stopped with a SIGSTOP, report a TARGET_SIGNAL_0 instead
2215 of TARGET_SIGNAL_STOP.
2216 (linux_nat_stop_lwp): Don't synchronously wait for the lwp to stop
2217 here. Instead, signal the lwp, and set the last_resume_kind to
2218 resume_stop.
2219
f687d035
PA
22202011-09-09 Pedro Alves <pedro@codesourcery.com>
2221
2222 * linux-nat.c (lin_lwp_attach_lwp): Return 1 (ignore) instead of
2223 -1 (error), if the lwp exits right after attaching.
2224
bc587a6b
DE
22252011-09-08 Doug Evans <dje@google.com>
2226
63d97a20
DE
2227 * py-cmd.c: Some minor formatting fixes.
2228 (gdbpy_parse_command_name): Rename text arg to name, make const.
2229 All callers updated.
2230 * python-internal.h (gdbpy_parse_command_name): Update.
2231
bc587a6b
DE
2232 * cli/cli-decode.c (add_cmd): Add comment.
2233
08711b9a
JK
22342011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 PR breakpoints/12435
2237 * amd64-tdep.c (amd64_skip_prologue): New variables start_pc_sal,
2238 next_sal, buf, offset and xmmreg. Advance PC if it sees the PR.
2239 * dwarf2read.c (process_full_comp_unit): Initialize
2240 amd64_prologue_line_bug.
2241 * symtab.h (struct symtab): New field amd64_prologue_line_bug.
2242
b2e7f004
JK
22432011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2244
2245 Fix TUI screen corruption.
2246 * utils.c (fputs_maybe_filtered): Replace !input_from_terminal_p by
2247 batch_flag.
2248
8afd712c
JK
22492011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2250
2251 * findvar.c (read_var_value): Never return NULL, throw an error
2252 instead. Update the function comment. State symbol name in the error
2253 messages.
2254 * python/py-frame.c (frapy_read_var): Remove handling of NULL from
2255 read_var_value.
2256 * stack.c (print_frame_args): Likewise.
2257 * valops.c (value_of_variable): Likewise.
2258
b99b5f66
JK
22592011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * stack.c (print_frame_args): New variable except. Wrap
2262 read_var_value and common_val_print into TRY_CATCH.
2263
85bc8cb7
JK
22642011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * eval.c (evaluate_subexp_standard) <OP_THIS>: Update the value_of_this
2267 caller to value_of_this.
2268 * p-exp.y: Update the value_of_this caller to value_of_this_silent.
2269 Twice.
2270 * valops.c (value_of_this): Remove parameter complain and variable ret.
2271 Update function comment. Never return NULL by this code.
2272 (value_of_this_silent): New function.
2273 * value.h (value_of_this): Remove parameter complain.
2274 (value_of_this_silent): New declaration.
2275
ede1849f
YQ
22762011-09-07 Yao Qi <yao@codesourcery.com>
2277
2278 * gdbthread.h (struct thread_info): Remove fields
2279 `stepping_through_solib_after_catch' and
2280 `stepping_through_solib_catchpoints'.
2281 * infrun.c (init_thread_stepping_state): Update.
2282 (process_event_stop_test, currently_stepping): Update.
2283 (currently_stepping_or_nexting_callback): Update.
2284
6aa27652
YQ
22852011-09-07 Yao Qi <yao@codesourcery.com>
2286
2287 * gdbthread.h (struct thread_info): Comment on field
2288 `step_after_step_resume_breakpoint'.
2289
00db5b94
PA
22902011-09-07 Abhijit Halder <abhijit.k.halder@gmail.com>
2291
2292 * remote.c (remote_console_output): Reindent.
2293
861152be
LM
22942011-09-06 Luis Machado <lgustavo@codesourcery.com>
2295
2296 * frame.c (has_stack_frames): Check for currently selected
2297 traceframe.
2298
ab821bc6
PA
22992011-09-06 Pedro Alves <pedro@codesourcery.com>
2300
2301 * event-top.h (MAXPROMPTS, struct prompts): Delete.
2302 (set_async_annotation_level, set_async_prompt, pop_prompt)
2303 (push_prompt, new_async_prompt): Delete declarations.
2304 * top.h (get_prompt, set_prompt): Change prototype.
2305 (get_prefix, set_prefix, get_suffix, set_suffix): Delete
2306 declarations.
2307 * top.c (command_loop):
2308 (top_prompt): New global.
2309 (get_prefix, set_prefix, get_suffix, ): Delete.
2310 (get_prompt, set_prompt): Rewrite.
2311 (show_new_async_prompt): Rename to ...
2312 (show_prompt): ... this.
2313 (init_main): Adjust. Don't handle --annotate=2 here.
2314 * event-top.c (new_async_prompt): Delete.
2315 (the_prompts): Delete.
2316 (more_to_come): Make static.
2317 (display_gdb_prompt): Use top_level_prompt() to compute the top
2318 level prompt, and don't notify the before_prompt observers
2319 directly here. Always trick readline into not trying to display
2320 the prompt if sync_execution and displaying the primary prompt.
2321 If displaying a local/secondary prompt, always show it, even if
2322 sync_execution is set.
2323 (change_annotation_level): Delete.
2324 (top_level_prompt): New, based on change_annotation_level.
2325 (push_prompt, pop_prompt): Delete.
2326 (async_disable_stdin): No longer pushes prompt.
2327 (command_line_handler): No longer pushes or pops prompt. If more
2328 input is expected, call display_gdb_prompt with an explicit empty
2329 prompt.
2330 (async_stop_sig): Adjust.
2331 (set_async_annotation_level, set_async_prompt): Delete.
2332 * python/python.c (before_prompt_hook): Adjust.
2333
f1d90504
PA
23342011-09-05 Pedro Alves <pedro@codesourcery.com>
2335
2336 PR cli/13110
2337
2338 * infrun.c (fetch_inferior_event): Check if there's a selected
2339 thread before checking if the selected thread is executing.
2340
0f641c01
PA
23412011-09-05 Pedro Alves <pedro@codesourcery.com>
2342
2343 * inf-loop.c (execute_command): Don't check if the current thread
2344 if running before synchronously waiting for command completion.
2345 * infrun.c (fetch_inferior_event): Handle "set exec-done-display"
2346 here.
2347 (normal_stop): Call async_enable_stdin here.
2348 * inf-loop.c (inferior_event_handler): Don't call
2349 async_enable_stdin, nor handle "set exec-done-display" here.
2350
30368258 23512011-09-04 Joel Brobecker <brobecker@adacore.com>
2352
2353 GDB 7.3.1 released.
2354
31916278
JB
23552011-09-04 Joel Brobecker <brobecker@adacore.com>
2356
2357 * NEWS: Change `7.3' into `7.3.1' in `Changes since GDB 7.3'.
2358
e8d56f18
JB
23592011-09-04 Joel Brobecker <brobecker@adacore.com>
2360
2361 * NEWS: Add entry for OpenBSD/NetBSD build failure.
2362
5dd05d8c
JK
23632011-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2364
2365 * config/s390/s390.mh (NATDEPFILES): Add linux-procfs.o dependency.
2366
7d8e6458 23672011-09-02 Matt Rice <ratmice@gmail.com>
2368
2369 PR gdb/10720
2370 * event-top.c (cli_command_loop): Replace readline setup with
2371 direct call to display_gdb_prompt.
2372 (display_gdb_prompt): Do not call observer mechanism during
2373 synchronous execution.
2374
84636d28
PA
23752011-09-02 Pedro Alves <pedro@codesourcery.com>
2376
2377 * linux-nat.c (in_pid_list_p): New.
2378 (linux_record_stopped_pid): Delete.
2379 (lin_lwp_attach_lwp): Check if PTRACE_ATTACH failed because we're
2380 already attached to the LWP. Return an indication if so.
2381 (linux_nat_filter_event): Adjust.
2382 * linux-thread-db.c (attach_thread): Handle lin_lwp_attach_lwp
2383 returning an indication to ignore this thread.
2384
b4a14fd0
PA
23852011-09-02 Pedro Alves <pedro@codesourcery.com>
2386
2387 * top.c: Include interps.h.
2388 (execute_command): If the target can async, but the interpreter is
2389 in sync mode, synchronously wait for the command to finish before
2390 returning.
2391 (execute_command_to_string): Force the interpreter to sync mode.
2392 * infrun.c: Include interps.h.
2393 (fetch_inferior_event): Don't restore the prompt yet if the
2394 interpreter is in sync mode.
2395 * interps.c (interpreter_async): New global.
2396 * interps.h (interpreter_async): Declare.
2397 * inf-loop.c: Include interps.h.
2398 (inferior_event_handler): Don't print the language change or run
2399 breakpoint commands yet if the interpreter in is sync mode.
2400 * main.c (captured_command_loop): Flip the interpreter to async
2401 mode.
2402 * cli/cli-script.c: Include interps.h.
2403 (execute_user_command, while_command, if_command): Force the
2404 interpreter to sync mode.
2405 * python/python.c: Include interps.h.
2406 (python_command, execute_gdb_command): Force the interpreter to
2407 sync mode.
2408
c709acd1
PA
24092011-09-02 Pedro Alves <pedro@codesourcery.com>
2410
2411 * value.c (show_convenience): Catch errors thrown while printing
2412 each internal variable.
2413 * infrun.c (validate_siginfo_access): New function.
2414 (siginfo_value_read, siginfo_value_write): Call it.
2415
9655e943
JK
24162011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2417
2418 Revert:
2419 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
2420 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
2421 attribute.
2422
cb457ae2
YQ
24232011-08-29 Yao Qi <yao@codesourcery.com>
2424
2425 * solib-dsbt.c (bfd_lookup_symbol): Removed.
2426 (cmp_name): New.
2427 (enable_break2): Update caller.
2428 * solib-frv.c (bfd_lookup_symbol): Removed.
2429 (cmp_name): New.
2430 (enable_break2): Update caller.
2431 * solib-pa64.c (bfd_lookup_symbol): Removed.
2432 (cmp_name): New.
2433 * solib-svr4.c (bfd_lookup_symbol): Removed.
2434 (cmp_name_and_sec_flags): New.
2435 (enable_break): Update caller.
2436 * solib.c (gdb_bfd_lookup_symbol_from_symtab): New.
2437 (gdb_bfd_lookup_symbol_from_dyn_symtab): New.
2438 (gdb_bfd_lookup_symbol): New.
2439 * solib.h: Functions declarations.
2440
83d1a36a
YQ
24412011-08-29 Yao Qi <yao@codesourcery.com>
2442
2443 * Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
2444 and solib-dsbt.o.
2445
c04b3e8f
JK
24462011-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 Fix TUI stepi on code without symbols.
2449 * tui/tui-stack.c (tui_show_frame_info): Remove error, set LOW for
2450 current PC instead.
2451
cb0fd152
JK
24522011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2453
2454 Code cleanup.
2455 * mi/mi-cmd-stack.c (list_args_or_locals): Remove stb initialization
2456 and the static keyword.
2457 * mi/mi-cmd-target.c (mi_cmd_target_file_get, mi_cmd_target_file_put):
2458 Make prefix an array.
2459 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
2460 * mi/mi-main.c (get_register): Remove stb initialization and the static
2461 keyword.
2462
91174723
JK
24632011-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2464
2465 Code cleanup - make mi_opt const.
2466 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Make
2467 opts const.
2468 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
2469 * mi/mi-cmd-env.c (mi_cmd_env_path): Likewise.
2470 (mi_cmd_env_dir): Likewise.
2471 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Likewise.
2472 (mi_cmd_target_file_put): Likewise.
2473 * mi/mi-cmd-target.c (mi_cmd_target_file_delete): Likewise.
2474 * mi/mi-cmd-var.c (mi_cmd_var_evaluate_expression): Likewise.
2475 * mi/mi-getopt.c (mi_getopt): Make opts and opt const.
2476 (mi_valid_noargs): Make opts const.
2477 * mi/mi-getopt.h (mi_getopt): Make opts and opt const.
2478 * mi/mi-main.c (mi_cmd_list_thread_groups): Make opts const.
2479 (mi_cmd_data_read_memory): Likewise.
2480 (mi_cmd_data_read_memory_bytes): Likewise.
2481 (mi_cmd_data_write_memory): Likewise.
2482
5068b8e8 24832011-08-26 Matt Rice <ratmice@gmail.com>
2484
2485 * solib-sunos.c (allocate_rt_common_objfile): Add missing arguments to
2486 bcache_xmalloc, replace bcache_xmalloc with call to
2487 psymbol_bcache_init for psymbol_cache.
2488 * symfile.c (reread_symbols): Remove extra calls to bcache_xmalloc.
2489
a4f2ce05
JK
24902011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 * inf-loop.c (inferior_event_handler): Add exception_print in
2493 INF_EXEC_COMPLETE.
2494
353d1d73
JK
24952011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2496
2497 * breakpoint.c (bpstat_do_actions): New variable cleanup_if_error, call
2498 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2499 * defs.h (make_bpstat_clear_actions_cleanup): New declaration.
2500 * exceptions.c (throw_exception): Remove the bpstat_clear_actions call.
2501 * inf-loop.c (inferior_event_handler): New variable cleanup_if_error,
2502 call make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2503 Call bpstat_clear_actions for failed fetch_inferior_event_wrapper.
2504 * infrun.c (fetch_inferior_event): Call
2505 make_bpstat_clear_actions_cleanup.
2506 * top.c (execute_command): New variable cleanup_if_error, call
2507 make_bpstat_clear_actions_cleanup and discard_cleanups for it.
2508 * utils.c (do_bpstat_clear_actions_cleanup)
2509 (make_bpstat_clear_actions_cleanup): New functions.
2510
3ced3da4
PA
25112011-08-26 Pedro Alves <pedro@codesourcery.com>
2512
2513 * linux-nat.c (linux_child_follow_fork): Don't set lp->resumed on
2514 either the parent or the child forks. Rename a couple locals.
2515
a9f4bb21
PA
25162011-08-26 Pedro Alves <pedro@codesourcery.com>
2517
2518 * linux-nat.c (wait_lwp): Avoid assuming errno is preserved by a
2519 library call. Avoid reading the `status' local if all waitpid
2520 calls failed.
2521
e5798bef
PA
25222011-08-26 Pedro Alves <pedro@codesourcery.com>
2523
2524 * common/linux-osdata.c (get_cores_used_by_process): Don't assume
2525 opening /proc/PID/task always succeeds.
2526
edb2aadf
AR
25272011-08-26 Aleksandar Ristovski <aristovski@qnx.com>
2528
2529 * linespec.c (symtab_from_filename): Check for the end of string.
2530
0d932b2f
MK
25312011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
2532
2533 PR mi/11912
2534 * varobj.c (cplus_describe_child): Add the keyword
2535 'class' to the output of the method when dealing
2536 with a cast to a base class.
2537
e93ca019
JK
25382011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2539
2540 No functionality change.
2541 * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make
2542 function comment a reference, new variables tp and bs, move here code
2543 from throw_exception.
2544 * breakpoint.h (bpstat_clear_actions): Remove the BS parameter,
2545 describe it in the comment.
2546 * exceptions.c (throw_exception): Remove variable tp, move the code for
2547 bpstat_clear_actions to bpstat_clear_actions.
2548
13da1c97
LM
25492011-08-24 Luis Machado <lgustavo@codesourcery.com>
2550
2551 * linux-nat.h (linux_proc_get_tgid): Remove declaration.
2552 * linux-nat.c: Include linux-procfs.h.
2553 (linux_proc_get_tgid): Move to ...
2554 * common/linux-procfs.c: ... here. New file.
2555 * common/linux-procfs.h: New file.
2556 * linux-thread-db.c: Include linux-procfs.h.
2557 * Makefile.in: Update dependencies.
2558 * config/alpha/alpha-linux.mh: Add linux-procfs.o dependency.
2559 * config/arm/linux.mh: Likewise.
2560 * config/i386/linux.mh: Likewise.
2561 * config/i386/linux64.mh: Likewise.
2562 * config/ia64/linux.mh: Likewise.
2563 * config/m32r/linux.mh: Likewise.
2564 * config/m68k/linux.mh: Likewise.
2565 * config/mips/linux.mh: Likewise.
2566 * config/pa/linux.mh: Likewise.
2567 * config/pa/linux.mh: Likewise.
2568 * config/powerpc/linux.mh: Likewise.
2569 * config/powerpc/ppc64-linux.mh: Likewise.
2570 * config/powerpc/spu-linux.mh: Likewise.
2571 * config/sparc/linux.mh: Likewise.
2572 * config/sparc/linux64.mh: Likewise.
2573 * config/xtensa/linux.mh: Likewise.
2574
4e5c165d
HZ
25752011-08-24 Hui Zhu <teawater@gmail.com>
2576
2577 * tracepoint.c (cond_string_is_same): New function.
2578 (find_matching_tracepoint): Add condition check
2579 by cond_string_is_same.
2580
6e2f5b22
JK
25812011-08-23 Josh Matthews <josh@joshmatthews.net>
2582
2583 Fix build error in Darwin port.
2584 * darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
2585
abf85f46
JK
25862011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 Code cleanup.
2589 * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left.
2590 (command_line_is_silent): New function.
2591 (bpstat_do_actions_1): No longer use commands_left, use
2592 command_line_is_silent for commands.
2593 (bpstat_alloc): Remove clearing of commands_left.
2594 (bpstat_stop_status): Remove initialization of commands_left, use
2595 command_line_is_silent.
2596 * breakpoint.h (struct bpstats): Remove commands_left.
2597
3a93a0c2
KS
25982011-08-18 Keith Seitz <keiths@redhat.com>
2599
2600 PR c++/12266
2601 * cp-name-parser.y (struct demangle_info): Remove unused
2602 member PREV.
2603 (d_grab): Likewise.
2604 (allocate_info): Change return type to struct demangle_info *.
2605 Always allocate a new demangle_info.
2606 Remove unused PREV pointer.
2607 (cp_new_demangle_parse_info): New function.
2608 (cp_demangled_name_parse_free): New function.
2609 (do_demangled_name_parse_free_cleanup): New function.
2610 (make_cleanup_cp_demangled_name_parse_free): New function.
2611 (cp_demangled_name_to_comp): Change return type to
2612 struct demangle_parse_info *.
2613 Allocate a new storage for each call.
2614 (main): Update usage for cp_demangled_name_to_comp
2615 API change.
2616 * cp-support.h (struct demangle_parse_info): New structure.
2617 (cp_demangled_name_to_comp): Update API change for
2618 return type.
2619 (cp_new_demangle_parse_info): Declare.
2620 (make_cleanup_cp_demangled_name_parse_free): New declaration.
2621 (cp_demangled_name_parse_free): Declare.
2622 * cp-support.c (cp_canonicalize_string): Update API
2623 change for cp_demangled_name_to_comp.
2624 (mangled_name_to_comp): Likewise.
2625 Return struct demangle_parse_info, too.
2626 (cp_class_name_from_physname): Update mangled_name_to_comp
2627 API change.
2628 (method_name_from_physname): Likewise.
2629 (cp_func_name): Update API change for cp_demangled_name_to_comp.
2630 (cp_remove_params): Likewise.
2631 * python/py-type.c (typy_legacy_template_argument): Likewise.
2632
2633 * cp-support.h (cp_canonicalize_string_no_typedefs): Declare.
2634 (cp_merge_demangle_parse_infos): Declare.
2635 * cp-support.c (ignore_typedefs): New file global.
2636 (copy_string_to_obstack): New function.
2637 (inspect_type): New function.
2638 (replace_typedefs): New function.
2639 (replace_typedefs_qualified_name): New function.
2640 (cp_canonicalize_string_no_typedefs): New function.
2641 * cp-name-parser.y (cp_merge_demangle_parse_infos): New function.
2642 (cp_new_demangle__parse_info): Allocate and initialize the obstack.
2643 * linespec.c (find_methods): Use cp_canonicalize_string_no_typedefs
2644 instead of cp_canonicalize_string.
2645 (find_method): Likewise.
2646 (decode_compound): Before looking up the name, call
2647 cp_canonicalize_string_no_typedefs.
2648 (decode_variable): Likewise.
2649
fa3a4f15
PM
26502011-08-17 Phil Muldoon <pmuldoon@redhat.com>
2651 Tom Tromey <tromey@redhat.com>
2652 Matt Rice <ratmice@gmail.com>
2653
2654 * python/lib/gdb/prompt.py: New file.
2655 * python/lib/gdb/command/prompt.py: New file.
2656 * NEWS: Document set extended-prompt and gdb.prompt library
2657
85661b1e
YQ
26582011-08-16 Yao Qi <yao@codesourcery.com>
2659
2660 * tic6x-linux-tdep.c: Move const arrays definition from here...
2661 * tic6x-tdep.c: to here ...
2662
11315641
YQ
26632011-08-14 Yao Qi <yao@codesourcery.com>
2664
2665 * NEWS: New port to Texas Instruments TMS320C6x.
2666
8cd64e00
YQ
26672011-08-14 Andrew Jenner <andrew@codesourcery.com>
2668 Bernd Schmidt <bernds@codesourcery.com>
2669 Yao Qi <yao@codesourcery.com>
2670
2671 * configure.tgt: Handle tic6x-*-*linux and tic6x-*-*.
2672 * solib-dsbt.c: New file. Support DSBT shared object.
2673 * tic6x-linux-tdep.c: New file.
2674 * tic6x-tdep.c: New file.
2675 * tic6x-tdep.h: New file.
2676
78d85199
YQ
26772011-08-14 Andrew Stubbs <ams@codesourcery.com>
2678 Yao Qi <yao@codesourcery.com>
2679
2680 * remote.c (PACKET_qXfer_fdpic): New enum value.
2681 (remote_protocol_features): Add qXfer:fdpic:read packet.
2682 (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
2683 (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
2684 * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
2685
224bbe49
YQ
26862011-08-14 Yao Qi <yao@codesourcery.com>
2687
2688 Target description for tic6x.
2689 * features/Makefile (WHICH): Add tic6x-c64xp tic6x-c64x tic6x-c62x
2690 tic6x-c64xp-linux tic6x-c64x-linux and tic6x-c62x-linux.
2691 * features/tic6x-c6xp.xml, features/tic6x-core.xml: New.
2692 * features/tic6x-gp.xml, features/tic6x-c62x.xml: New.
2693 * features/tic6x-c64x.xml, features/tic6x-c64xp.xml: New.
2694 * features/tic6x-c62x-linux.xml, features/tic6x-c64x-linux.xml: New.
2695 * features/tic6x-c64xp-linux.xml: New.
2696 * features/tic6x-c64xp.c, features/tic6x-c64x.c: Generated.
2697 * features/tic6x-c62x.c, features/tic6x-c64xp-linux.c: Generated.
2698 * features/tic6x-c64x-linux.c, features/tic6x-c62x-linux.c: Generated.
2699 * regformats/tic6x-c62x.dat, regformats/tic6x-c64x.dat: Generated.
f040079f
HZ
2700 * regformats/tic6x-c64xp.dat,
2701 regformats/tic6x-c62x-linux.dat: Generated.
2702 * regformats/tic6x-c64x-linux.dat,
2703 regformats/tic6x-c64xp-linux.dat: Generated.
224bbe49
YQ
2704 * config/djgpp/fnchange.lst: Add features/tic6x-*.xml and
2705 features/tic6x-*.c files.
2706 Add regformats/tic6x-*.dat files.
2707
457e09f0
DE
27082011-08-12 Doug Evans <dje@google.com>
2709
2710 * NEWS: Mention new "type" attribute of python gdb.Symbol objects.
2711 * python/py-symbol.c (sympy_get_type): New function.
2712 (symbol_object_getset): Add "type".
2713
d20c1c3f
PA
27142011-08-12 Pedro Alves <pedro@codesourcery.com>
2715
2716 PR tui/13073
2717
2718 * tui/tui-regs.c (tui_show_register_group): Skip registers with an
2719 empty name.
2720 (tui_show_register_group): Don't store a byte buffer in the data
2721 element's value.
2722 (tui_register_format): Skip registers with an empty name.
2723 (tui_get_register): Store a struct value in the data element's
2724 value field instead of a byte buffer holding the raw register
2725 contents. Account for optimized-out and unavailable registers
2726 when comparing register contents.
2727
9d8fa392
PA
27282011-08-09 Pedro Alves <pedro@codesourcery.com>
2729
2730 * printcmd.c (current_display_number): Update comment.
2731 (disable_current_display_cleanup): Delete.
2732 (do_one_display): Use make_cleanup_restore_integer. Gracefully
2733 catch errors thrown while evaluating and printing the display.
2734
401a70b8
TT
27352011-08-09 Tom Tromey <tromey@redhat.com>
2736
2737 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Fix typo.
2738
7f86f058
PA
27392011-08-09 Pedro Alves <pedro@codesourcery.com>
2740
94b71cca 2741 * elfread.c (elf_symtab_read): Rework comments.
7f86f058
PA
2742 * maint.c (maintenance_command): Ditto.
2743 * somread.c (som_symtab_read): Ditto.
2744 * solib.c (solib_find, solib_map_sections, update_solib_list)
2745 (solib_add, info_sharedlibrary_command, solib_name_from_address)
2746 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
94b71cca 2747 (sharedlibrary_command, no_shared_libraries): Ditto.
7f86f058
PA
2748 * solib-irix.c (locate_base, disable_break, enable_break)
2749 (irix_solib_create_inferior_hook, irix_solib_create_inferior_hook)
2750 (irix_current_sos, irix_open_symbol_file_object)
2751 (irix_special_symbol_handling): Ditto.
2752 * solib-sunos.c (locate_base, first_link_map_member)
2753 (sunos_current_sos, disable_break, enable_break)
2754 (sunos_special_symbol_handling, sunos_solib_create_inferior_hook):
2755 Ditto.
2756 * solib-svr4.c (bfd_lookup_symbol, elf_locate_base, locate_base)
2757 (open_symbol_file_object, svr4_current_sos, enable_break)
2758 (svr4_special_symbol_handling, svr4_solib_create_inferior_hook):
2759 Ditto.
2760 * solib-frv.c (bfd_lookup_symbol, open_symbol_file_object)
2761 (frv_current_sos, enable_break, frv_special_symbol_handling)
2762 (frv_solib_create_inferior_hook): Ditto.
2763 * solist.h (struct target_so_ops): Extend the comments of the
2764 special_symbol_handling, current_sos and open_symbol_file_object
2765 methods.
2766
5e239b84
PM
27672011-08-09 Phil Muldoon <pmuldoon@redhat.com>
2768
2769 * python/lib/gdb/__init__.py: Auto-load files in command and
2770 function directories.
2771 * python/python.c (finish_python_initialization): Use
2772 os.path.join.
2773 * python/lib/gdb/command/pretty_printers.py: Self register
2774 command.
2775 * NEWS: Document auto-loading.
2776
b6cede78
JK
27772011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2778
2779 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>
2780 (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_LITERAL>: New variable
2781 objfile_gdbarch. Fix BFD_ENDIAN_BIG case.
2782
29d0bb3d
TT
27832011-08-08 Tom Tromey <tromey@redhat.com>
2784
2785 * breakpoint.c (clean_up_filters): Remove.
2786 (catch_syscall_split_args): Use VEC_cleanup.
2787
2f7fb8e4
JK
27882011-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2789
2790 * cp-name-parser.y (xfree): Wrap the name free by CONCAT2.
2791 (main): Uncomment "Demangling error\n".
2792
d6c10e95
PP
27932011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2794
2795 * solib-target.c (segment_attributes): Make them static.
2796 (section_attributes, library_children, library_attributes): Likewise.
2797 (library_list_children, library_list_attributes): Likesise.
2798 (library_list_elements): Likewise.
2799
af6e93b2
PA
28002011-08-05 Pedro Alves <pedro@codesourcery.com>
2801
2802 * exceptions.c (throw_exception): Don't disable the current
2803 display.
2804 * printcmd.c (disable_current_display_cleanup): New function.
2805 (do_one_display): Install a cleanup to disable the current display
2806 if doing the display throws.
2807
6a1b1664
EZ
28082011-08-05 Eli Zaretskii <eliz@gnu.org>
2809
2810 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Move the
2811 initialization of the tp_new member to the corresponding
2812 gdbpy_initialize_* function.
2813 * python/py-cmd.c (gdbpy_initialize_commands): Likewise.
2814 * python/py-frame.c (gdbpy_initialize_frames): Likewise.
2815 * python/py-function.c (gdbpy_initialize_functions): Likewise.
2816 * python/py-inferior.c (gdbpy_initialize_inferior): Likewise.
2817 * python/py-param.c (gdbpy_initialize_parameters): Likewise.
2818
31a0ae49
JK
28192011-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
2822 (info_spu_mailbox_list, info_spu_mailbox_command, info_spu_dma_cmdlist)
2823 (info_spu_dma_command, info_spu_proxydma_command): Rename uiout
2824 references to current_uiout.
2825
e0dd0826
PA
28262011-08-04 Pedro Alves <pedro@codesourcery.com>
2827
2828 * event-loop.c (gdb_do_one_event): Remove `data' parameter.
2829 (start_event_loop): Use TRY_CATCH instead of catch_errors.
2830 * event-loop.h (gdb_do_one_event): Remove `data' parameter.
2831 * top.c (gdb_readline_wrapper): Adjust.
2832 * tui/tui-interp.c (tui_command_loop):
2833 (_initialize_tui_interp): Don't install it.
2834
79a45e25
PA
28352011-08-04 Pedro Alves <pedro@codesourcery.com>
2836
2837 * ui-out.h (uiout): Rename to ...
2838 (current_uiout): ... this.
2839 * ui-out.c (uiout): Rename to ...
2840 (current_uiout): ... this.
2841 * ada-lang.c (print_it_exception, print_one_exception)
2842 (print_mention_exception): Adjust.
2843 * breakpoint.c (watchpoint_check): Adjust.
2844 (print_breakpoint_location, print_one_breakpoint, breakpoint_1)
2845 (default_collect_info, watchpoints_info, print_one_catch_fork)
2846 (print_one_catch_vfork, print_one_catch_syscall)
2847 (print_one_catch_exec, mention, print_it_ranged_breakpoint)
2848 (print_one_ranged_breakpoint, print_mention_ranged_breakpoint)
2849 (print_it_watchpoint, print_mention_watchpoint)
2850 (print_it_masked_watchpoint, print_mention_masked_watchpoint)
2851 (print_it_exception_catchpoint, print_one_exception_catchpoint)
2852 (print_mention_exception_catchpoint, say_where, bkpt_print_it)
2853 (bkpt_print_mention, momentary_bkpt_print_it)
2854 (tracepoint_print_mention, update_static_tracepoint)
2855 (tracepoints_info, save_breakpoints): Adjust.
2856 * cli-out.c (field_separator): Adjust.
2857 * cp-abi.c (list_cp_abis, show_cp_abi_cmd): Adjust.
2858 * exceptions.c (catch_exceptions_with_msg, catch_errors): Adjust.
2859 * frame.c (get_current_frame): Adjust.
2860 * infcmd.c (run_command_1, print_return_value): Adjust.
2861 * inferior.c (inferior_command, info_inferiors_command): Adjust.
2862 * infrun.c (print_end_stepping_range_reason): Adjust.
2863 (print_signal_exited_reason, print_exited_reason): Adjust.
2864 (print_signal_received_reason, print_no_history_reason): Adjust.
2865 * interps.c (interp_set): Adjust.
2866 * osdata.c (info_osdata_command): Adjust.
2867 * progspace.c (maintenance_info_program_spaces_command): Adjust.
2868 * remote-fileio.c (remote_fileio_request): Adjust.
2869 * remote.c (show_remote_cmd): Adjust.
2870 * solib.c (info_sharedlibrary_command): Adjust.
2871 * source.c (print_source_lines_base): Adjust.
2872 * stack.c (print_stack_frame): Adjust.
2873 (do_gdb_disassembly, print_frame_info, print_frame): Adjust.
2874 * symfile-mem.c (add_vsyscall_page): Adjust.
2875 * symfile.c (load_progress, generic_load)
2876 (print_transfer_performance): Adjust.
2877 * thread.c (info_threads_command, restore_selected_frame)
2878 (thread_command): Adjust.
2879 * top.c (make_cleanup_restore_ui_file): Adjust.
2880 * tracepoint.c (tvariables_info_1, trace_status_mi, tfind_1)
2881 (print_one_static_tracepoint_marker): Adjust.
2882 * cli/cli-cmds.c (print_disassembly): Adjust.
2883 * cli/cli-decode.c (print_doc_line): Adjust.
2884 * cli/cli-interp.c (safe_execute_command): Adjust.
2885 * cli/cli-logging.c (set_logging_redirect, pop_output_files)
2886 (handle_redirections): Adjust.
2887 * cli/cli-script.c (show_user_1): Adjust.
2888 * cli/cli-setshow.c (do_setshow_command, cmd_show_list): Adjust.
2889 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
2890 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Adjust.
2891 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_path)
2892 (mi_cmd_env_dir): Adjust.
2893 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
2894 (print_partial_file_name, mi_cmd_file_list_exec_source_files): Adjust.
2895 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2896 (mi_cmd_stack_info_depth, mi_cmd_stack_list_args)
2897 (list_args_or_locals): Adjust.
2898 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
2899 (mi_cmd_var_delete, mi_cmd_var_set_format, mi_cmd_var_set_frozen)
2900 (mi_cmd_var_show_format, mi_cmd_var_info_num_children)
2901 (mi_cmd_var_list_children, mi_cmd_var_info_type)
2902 (mi_cmd_var_info_path_expression, mi_cmd_var_info_expression)
2903 (mi_cmd_var_show_attributes, mi_cmd_var_evaluate_expression)
2904 (mi_cmd_var_assign, mi_cmd_var_update, varobj_update_one): Adjust.
2905 * mi/mi-interp.c (mi_on_normal_stop): Adjust.
2906 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_thread_select)
2907 (mi_cmd_thread_list_ids, mi_cmd_thread_info, print_one_inferior)
2908 (list_available_thread_groups, mi_cmd_list_thread_groups)
2909 (mi_cmd_data_list_register_names)
2910 (mi_cmd_data_list_changed_registers)
2911 (mi_cmd_data_list_register_values, get_register)
2912 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
2913 (mi_cmd_data_read_memory_bytes, mi_cmd_list_features)
2914 (mi_cmd_list_target_features, mi_cmd_add_inferior)
2915 (mi_execute_command, mi_load_progress): Adjust.
2916 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Adjust.
2917 * python/py-auto-load.c (print_script, info_auto_load_scripts):
2918 Adjust.
2919 * python/py-breakpoint.c (bppy_get_commands): Adjust.
2920 * tui/tui-interp.c (tui_command_loop): Adjust.
2921 * tui/tui-io.c (tui_setup_io, tui_initialize_io): Adjust.
2922
f9679975
PA
29232011-08-04 Pedro Alves <pedro@codesourcery.com>
2924
2925 * exceptions.c (struct catcher): Remove saved_uiout field.
2926 (exceptions_state_mc_init): Remove the `func_uiout' parameter, and
2927 no longer save/resvore the global ui_out builder.
2928 (catch_exceptions_with_msg): Save/override/restore the global
2929 ui_out builder manually instead of relying on TRY_CATCH to do it.
2930 (catch_errors): Save/restore the global ui_out builder manually
2931 instead of relying on TRY_CATCH to do it.
2932 * exceptions.h (exceptions_state_mc_init): Remove the `func_uiout'
2933 parameter.
2934 (TRY_CATCH): Adjust.
2935 * cli/cli-interp.c (safe_execute_command): Save/override/restore
2936 the global ui_out builder manually instead of relying on TRY_CATCH
2937 to do it.
2938
934709f0
PW
29392011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2940
2941 * breakpoint.c (update_global_location_list): Ensure
2942 invariant 'first loc marked not duplicated and inserted,
2943 following locs marked duplicated/not inserted' is respected
2944 for multiple locations at the same address.
2945 (unduplicated_should_be_inserted) New function.
2946 (swap_insertion) New function.
2947
2421fe6f
JK
29482011-08-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 * stack.c (print_frame_arguments_choices): Comment typo fix.
2951
3fbb6ffa
TJB
29522011-08-01 Thiago Jung Bauermann <bauerman@br.ibm.com>
2953
2954 Revert:
2955 2011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2956 * breakpoint.c (insert_bp_location): Remove disabled_breaks
2957 argument. Update callers.
2958
fbe12357
PP
29592011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2960
2961 PR gdb/13045
2962 * doublest.c (convert_doublest_to_floatformat): Pass correct
2963 mantissa length to put_field.
2964
b1d288d3
JK
29652011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2966
2967 * stack.c (do_gdb_disassembly): Use RETURN_MASK_ERROR, simplify the
2968 exception_print code path.
2969 (backtrace_command): Remove variable e. Protect arg by make_cleanup in
2970 advance. Simplify memset. Remove TRY_CATCH. Remove explicit xfree.
2971 (backtrace_full_command): Remove variable e. Remove TRY_CATCH.
2972
311b5970
JK
29732011-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2974
2975 Code cleanup.
2976 * stack.c (struct print_stack_frame_args, print_stack_frame_stub):
2977 Remove, merge them into ...
2978 (print_stack_frame): ... here with a TRY_CATCH. New variable e, remove
2979 variable args and its initialization.
2980 (struct print_args_args, print_args_stub): Remove, merge them into
2981 print_frame.
2982 (struct gdb_disassembly_stub_args, gdb_disassembly_stub): Remove, merge
2983 them into ...
2984 (do_gdb_disassembly): ... here. Remove variable args and its
2985 initialization.
2986 (print_frame): Remove variable args and its initialization, new
2987 variable gdbarch and numargs (from print_args_stub), inline here
2988 print_args_stub with a TRY_CATCH.
2989 (struct backtrace_command_args, backtrace_command_stub): Remove, merge
2990 them into ...
2991 (backtrace_command, backtrace_full_command): ... here with a TRY_CATCH.
fbe12357 2992 New variable e, remove variable btargs and its initialization.
311b5970 2993
484a26a8
TG
29942011-08-01 Tristan Gingold <gingold@adacore.com>
2995
2996 * darwin-nat.c (darwin_decode_exception_message): Adjust assertion.
2997
c30eee59
TJB
29982011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
2999
3000 * breakpoint.c (insert_bp_location): Document return value.
3001 (insert_breakpoint_locations): Fix documentation.
3002 (remove_breakpoints): Add documentation.
3003
f116073b
TJB
30042011-07-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
3005
3006 * breakpoint.c (insert_bp_location): Remove disabled_breaks
3007 argument. Update callers.
3008
65aa373f
JK
30092011-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3010
3011 * stack.c (print_frame_info): Comment typo fix.
3012
a50242fb
SA
30132011-07-29 Sterling Augustine <saugustine@google.com>
3014
3015 * MAINTAINERS (Write After Approval): Add myself to the list.
3016
267f6504
TT
30172011-07-29 Tom Tromey <tromey@redhat.com>
3018
3019 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.
3020 (library_list_start_segment): Update.
3021 (library_list_start_section): Update.
3022
00bd41d6
PM
30232011-07-28 Phil Muldoon <pmuldoon@redhat.com>
3024
3025 * varobj.c (value_get_print_value): Move hint check later into the
3026 function. Comment function. Free thevalue before reusing it.
3027
18a46dbe
JK
30282011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3029 Pedro Alves <pedro@codesourcery.com>
3030
3031 * eval.c (evaluate_subexp_standard): Remove not_lval from all calls of
3032 value_one.
3033 * valops.c (value_one): Remove parameter lv. Do not pass it to itself.
3034 Assert the result kind.
3035 * value.h (value_one): Remove parameter lv.
3036
bb7da2bf
JK
30372011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 Fix crash on lval_computed values.
3040 * valops.c (value_zero): Use not_lval for lval_computed.
3041
2d5213f8
TT
30422011-07-27 Tom Tromey <tromey@redhat.com>
3043
3044 * Makefile.in (HFILES_NO_SRCDIR): Add 'common' prefix for
3045 gdb_assert.h, gdb_locale.h, gdb_dirent.h.
3046
11081198
JK
30472011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3048
3049 * typeprint.c (_initialize_typeprint): Extend the help of "whatis" and
3050 "ptype" by their typedefs difference.
3051
3c6e0cb3
JK
30522011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * dwarf2expr.c (ctx_no_read_reg): New function.
3055 * dwarf2expr.h (ctx_no_read_reg): New declaration.
3056 * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
3057 (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
3058 (decode_locdesc): Replace by a caller of dwarf_expr_eval.
3059
523f3620
JK
30602011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
3063 (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
3064 file.
3065 (dwarf2_frame_ctx_funcs): Reference the renamed functions.
3066 * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3067 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3068 (ctx_no_get_base_type): Move the functions here.
3069 * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
3070 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
3071 (ctx_no_get_base_type): New declarations.
3072
24d3216f
TT
30732011-07-27 Tom Tromey <tromey@redhat.com>
3074
3075 * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
3076 entries.
3077 * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
3078 * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
3079
5005c8a9
PP
30802011-07-26 Sterling Augustine <saugustine@google.com>
3081
3082 * cli/cli-dump.c (dump_binary_file): Change parameter type to
3083 ULONGEST.
3084 (dump_bfd_file): Likewise.
3085
480a3f21
PW
30862011-07-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3087
3088 * remote.c (remote_region_ok_for_hw_watchpoint): New function.
3089 (remote_hw_watchpoint_length_limit): New variable.
3090 (_initialize_remote) add set,show cmds for this new variable.
3091 * gdb.texinfo: document these new commands.
3092 * NEWS: Mention these new commands.
3093
efa80663
PA
30942011-07-26 Pedro Alves <pedro@codesourcery.com>
3095
3096 * breakpoint.c (works_in_software_mode_watchpoint): Also return
3097 true for software watchpoints.
3098
dbdaa232 30992011-07-26 Joel Brobecker <brobecker@adacore.com>
3100
3101 GDB 7.3 released.
3102
cf2c3c16
TT
31032011-07-26 Tom Tromey <tromey@redhat.com>
3104
3105 * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
3106 * dwarf2read.c (read_indirect_string_at_offset): New function.
3107 (read_indirect_string): Use it.
3108 (dwarf_decode_macro_bytes): New function, taken from
3109 dwarf_decode_macros. Handle DW_MACRO_GNU_*.
3110 (dwarf_decode_macros): Use it. handle DW_MACRO_GNU_*.
3111 (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
3112 New functions.
3113 (struct dwarf2_per_objfile) <macro>: New field.
3114 (dwarf2_elf_names): Add .debug_macro.
3115 (dwarf2_macros_too_long_complaint): Add 'section' argument.
3116 (dwarf2_locate_sections): Handle new section.
3117 (read_file_scope): Handle DW_AT_GNU_macros.
3118 (dwarf2_per_objfile_free): Unmap the .debug_macro section.
3119
1a532630
PP
31202011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3121
3122 * NEWS: Mention dcache configuration.
3123 * dcache.c (dcache_set_list, dcache_show_list): New variables.
3124 (dcache_size, dcache_line_size): New variables.
3125 (LINE_SIZE_MASK, XFORM, MASK): Adjust.
3126 (struct dcache_block): Make it expandable.
3127 (struct dcache_struct): New field.
3128 (dcache_invalidate): Discard freelist upon dcache_line_size changes.
3129 (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
3130 (dcache_poke_byte, dcache_print_line): Adjust.
3131 (set_dcache_size, set_dcache_line_size): New functions.
3132 (set_dcache_command, show_dcache_command): New functions.
3133 (_initialize_dcache): Add new commands.
3134
2eff07b3
PP
31352011-07-26 Paul Pluzhnikov <ppluzhnikov@google.com>
3136
3137 * progspace.h (struct program_space): Add solib_add_generation.
3138 * infcmd.c (post_create_inferior): Only call solib_add if not
3139 already done.
3140 * solib.c (solib_add): Increment solib_add_generation.
3141
543305c9
JK
31422011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 Fix implicit pointer offsets.
3145 * dwarf2loc.c (indirect_pieced_value): Comment byte_offset. Use also
3146 ptr.OFFSET.
3147
c0a91b2b
TT
31482011-07-25 Tom Tromey <tromey@redhat.com>
3149
3150 * ada-lang.c (ada_exception_breakpoint_ops): Make return type
3151 const.
3152 (ada_exception_sal): Make 'ops' const.
3153 (ada_decode_exception_location): Likewise.
3154 (ada_decode_assert_location): Likewise.
3155 (catch_assert_command): Update.
3156 (catch_ada_exception_command): Update.
3157 (create_ada_exception_catchpoint): Make 'ops' const.
3158 * breakpoint.c (set_raw_breakpoint_without_location)
3159 (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
3160 const.
3161 (create_internal_breakpoint): Update.
3162 (init_raw_breakpoint_without_location): Make 'ops' const.
3163 (init_raw_breakpoint, init_catchpoint)
3164 (create_fork_vfork_event_catchpoint)
3165 (create_syscall_event_catchpoint, init_breakpoint_sal)
3166 (create_breakpoint_sal, create_breakpoints_sal)
3167 (create_breakpoint, init_ada_exception_breakpoint): Likewise.
3168 * breakpoint.h (struct breakpoint) <ops>: Now const.
3169 (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
3170 const.
3171
6cb9b55b
PP
31722011-07-25 Paul Pluzhnikov <ppluzhnikov@google.com>
3173
3174 * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
3175
d9b3f62e
PA
31762011-07-25 Pedro Alves <pedro@codesourcery.com>
3177
3178 * breakpoint.h (print_recreate_thread): Declare.
3179 (struct breakpoint): Move step_count, pass_count,
3180 number_on_target, static_trace_marker_id,
3181 static_trace_marker_id_idx ...
3182 (struct tracepoint): ... to this new struct.
3183 (get_tracepoint, get_tracepoint_by_number_on_target)
3184 (get_tracepoint_by_number): Change return type to struct
3185 tracepoint pointer.
3186 * breakpoint.c (is_tracepoint_type): New, factored out from
3187 is_tracepoint.
3188 (is_tracepoint): Adjust.
3189 (print_one_breakpoint_location): Cast to struct tracepoint as
3190 necessary, and adjust.
3191 (print_recreate_catch_fork, print_recreate_catch_vfork)
3192 (print_recreate_catch_syscall, print_recreate_catch_exec): Call
3193 print_recreate_thread.
3194 (init_breakpoint_sal): New, factored out from
3195 create_breakpoint_sal.
3196 (create_breakpoint_sal): Reimplement.
3197 (create_breakpoint): Allocate a struct tracecepoint if the caller
3198 wanted a tracepoint. Use init_breakpoint_sal and
3199 install_breakpoint.
3200 (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
3201 (print_recreate_masked_watchpoint)
3202 (print_recreate_exception_catchpoint): Call print_recreate_thread.
3203 (tracepoint_print_one_detail): Adjust.
3204 (tracepoint_print_recreate): Adjust. Call print_recreate_thread.
3205 Dump the pass count here.
3206 (update_static_tracepoint): Adjust.
3207 (addr_string_to_sals): Adjust.
3208 (create_tracepoint_from_upload): Adjust. Change return type to
3209 struct tracepoint pointer.
3210 (trace_pass_set_count): Change parameter type to struct tracepoint
3211 pointer, and adjust.
3212 (trace_pass_command): Adjust.
3213 (get_tracepoint, get_tracepoint_by_number_on_target)
3214 (get_tracepoint_by_number): Change return type to struct
3215 tracepoint pointer, and adjust.
3216 (print_recreate_thread): New, factored out from save_breakpoints.
3217 (save_breakpoints): Don't print thread and task and passcount
3218 recreation here.
3219 * remote.c (remote_download_tracepoint): Adjust.
3220 * tracepoint.c (trace_actions_command, validate_actionline)
3221 (start_tracing, tfind_1, trace_find_tracepoint_command)
3222 (trace_dump_command): Adjust.
3223 (find_matching_tracepoint): Change return type to struct
3224 tracepoint pointer, and adjust.
3225 (merge_uploaded_tracepoints, tfile_get_traceframe_address)
3226 (tfile_trace_find, tfile_fetch_registers): Adjust.
3227 * tracepoint.h (create_tracepoint_from_upload): Change return type
3228 to struct tracepoint pointer.
3229 * ada-lang.c (print_recreate_exception): Call
3230 print_recreate_thread.
3231 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
3232
3a5c3e22
PA
32332011-07-25 Pedro Alves <pedro@codesourcery.com>
3234
3235 * breakpoint.h (struct breakpoint): Move ops as first field. Move
3236 exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
3237 cond_exp_valid_block, val, val_valid, watchpoint_frame,
3238 watchpoint_thread, watchpoint_triggered ...
3239 (struct watchpoint): ... to this new struct.
3240 (is_watchpoint): Declare.
3241 (install_breakpoint): Add new `internal' parameter.
3242 * breakpoint.c (is_watchpoint): Delete declaration.
3243 (set_breakpoint_condition): Handle watchpoints.
3244 (is_watchpoint): Make public.
3245 (watchpoint_in_thread_scope): Change parameter type to struct
3246 watchpoint.
3247 (watchpoint_del_at_next_stop): Change parameter type to struct
3248 watchpoint. Remove assertion. Adjust.
3249 (update_watchpoint): Ditto.
3250 (insert_breakpoints, breakpoint_init_inferior)
3251 (watchpoints_triggered, watchpoint_check)
3252 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
3253 (bpstat_stop_status, print_one_breakpoint_location)
3254 (print_one_breakpoint_location, watchpoint_locations_match): Cast
3255 to struct watchpoint as necessary, and adjust.
3256 (install_breakpoint): Add `internal' argument. If true, don't
3257 mention the new breakpoint. Use set_breakpoint_number.
3258 (create_fork_vfork_event_catchpoint)
3259 (create_syscall_event_catchpoint): Adjust.
3260 (dtor_watchpoint): New.
3261 (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
3262 (breakpoint_hit_watchpoint, resources_needed_watchpoint)
3263 (print_it_watchpoint, print_mention_watchpoint)
3264 (print_recreate_watchpoint, insert_masked_watchpoint)
3265 (remove_masked_watchpoint, resources_needed_masked_watchpoint)
3266 (print_one_detail_masked_watchpoint)
3267 (print_mention_masked_watchpoint)
3268 (print_recreate_masked_watchpoint): Cast to struct watchpoint as
3269 necessary, and adjust.
3270 (watch_command_1): Allocate and initialize a struct watchpoint
3271 instead of a struct breakpoint. Use install_breakpoint.
3272 (catch_exec_command_1): Adjust.
3273 (base_breakpoint_dtor): Delete accesses to watchpoint specific
3274 fields.
3275 (delete_breakpoint, enable_breakpoint_disp)
3276 (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
3277 as necessary, and adjust.
3278 (initialize_breakpoint_ops): Install dtor_watchpoint as
3279 watchpoints' dtor method.
3280 * ada-lang.c (create_ada_exception_catchpoint): Adjust.
3281 * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
3282 to struct watchpoint as necessary, and adjust.
3283
2060206e
PA
32842011-07-25 Pedro Alves <pedro@codesourcery.com>
3285
3286 * ada-lang.c (dtor_exception, re_set_exception): Indirect through
3287 the the base class ops table.
3288 (catch_exception_breakpoint_ops)
3289 (catch_exception_unhandled_breakpoint_ops)
3290 (catch_assert_breakpoint_ops): Don't statically initialize.
3291 (initialize_ada_catchpoint_ops): New.
3292 (_initialize_ada_language): Call it.
3293 * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
3294 (bkpt_breakpoint_ops): Forward declare.
3295 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
3296 (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
3297 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
3298 (masked_watchpoint_breakpoint_ops)
3299 (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
3300 (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
3301 base class ops table.
3302 (null_re_set, null_check_status, null_works_in_software_mode)
3303 (null_resources_needed, null_print_one_detail): Delete.
3304 (bkpt_dtor): Rename to ...
3305 (base_breakpoint_dtor): ... this. Make static.
3306 (bkpt_allocate_location): Rename to ...
3307 (base_breakpoint_allocate_location): ... this. Make static.
3308 (base_breakpoint_re_set): New.
3309 (internal_error_pure_virtual_called): New.
3310 (base_breakpoint_insert_location, base_breakpoint_remove_location)
3311 (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
3312 (base_breakpoint_works_in_software_mode)
3313 (base_breakpoint_resources_needed, base_breakpoint_print_it)
3314 (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
3315 (base_breakpoint_print_recreate): New functions.
3316 (base_breakpoint_ops): New global.
3317 (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
3318 (bkpt_breakpoint_hit): Make static.
3319 (bkpt_check_status): Delete.
3320 (bkpt_resources_needed): Make static.
3321 (bkpt_works_in_software_mode): Delete.
3322 (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
3323 static.
3324 (bkpt_breakpoint_ops, internal_breakpoint_ops)
3325 (momentary_breakpoint_ops): Don't statically initialize.
3326 (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
3327 Delete.
3328 (tracepoint_insert_location, tracepoint_remove_location)
3329 (tracepoint_check_status, tracepoint_works_in_software_mode)
3330 (tracepoint_print_it): Delete.
3331 (tracepoint_breakpoint_ops): Don't statically initialize.
3332 (initialize_breakpoint_ops): New.
3333 (_initialize_breakpoint): Call it.
3334 * breakpoint.h (null_re_set, null_works_in_software_mode)
3335 (null_resources_needed, null_check_status, null_print_one_detail):
3336 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3337 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3338 (bkpt_check_status, bkpt_resources_needed)
3339 (bkpt_works_in_software_mode, bkpt_print_it)
3340 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
3341 Delete declarations.
3342 (initialize_breakpoint_ops): Declare.
3343
001c8c33
PA
33442011-07-25 Pedro Alves <pedro@codesourcery.com>
3345
3346 * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
3347 (momentary_bkpt_print_it): Simplify.
3348
06edf0c0
PA
33492011-07-25 Pedro Alves <pedro@codesourcery.com>
3350
3351 Split internal, momentary and user breakpoints breakpoint_ops
3352 tables.
3353
3354 * breakpoint.c (internal_breakpoint_ops)
3355 (momentary_breakpoint_ops): Forward declare.
3356 (create_internal_breakpoint): Add new breakpoint_ops parameter.
3357 Pass it down, rather than hardcoding bkpt_breakpoint_ops.
3358 (create_overlay_event_breakpoint)
3359 (create_std_terminate_master_breakpoint)
3360 (create_exception_master_breakpoint): Create breakpoints with
3361 internal_breakpoint_ops vtable.
3362 (set_longjmp_breakpoint): Create momentary breakpoints with
3363 momentary_breakpoint_ops vtable, using
3364 momentary_breakpoint_from_master.
3365 (create_thread_event_breakpoint, create_jit_event_breakpoint)
3366 (create_solib_event_breakpoint): Create breakpoints with
3367 internal_breakpoint_ops vtable.
3368 (set_momentary_breakpoint): Create breakpoints with
3369 momentary_breakpoint_ops vtable.
3370 (momentary_breakpoint_from_master): New, factored out from
3371 clone_momentary_breakpoint.
3372 (clone_momentary_breakpoint): Adjust.
3373 (watch_command_1): Create scope breakpoints with
3374 momentary_breakpoint_ops vtable.
3375 (bkpt_re_set): Remove handling of internal and momentary
3376 breakpoints.
3377 (bkpt_print_mention, bkpt_print_recreate): New.
3378 (bkpt_breakpoint_ops): Adjust.
3379 (internal_bkpt_re_set, internal_bkpt_check_status)
3380 (internal_bkpt_print_it, internal_bkpt_print_mention)
3381 (internal_bkpt_print_recreate, internal_breakpoint_ops): New.
3382 (momentary_bkpt_re_set, momentary_bkpt_check_status)
3383 (momentary_bkpt_print_it, momentary_bkpt_print_mention)
3384 (momentary_bkpt_print_recreate): New.
3385 (momentary_breakpoint_ops): New.
3386
348d480f
PA
33872011-07-25 Pedro Alves <pedro@codesourcery.com>
3388
3389 Implement most breakpoint_ops methods for all breakpoint types,
3390 and move the default handlings to the proper callbacks.
3391
3392 * breakpoint.c (update_watchpoint): Always call the breakpoint's
3393 works_in_software_mode method.
3394 (insert_bp_location): Go through breakpoint_ops->insert_location
3395 for software and hardware watchpoints.
3396 (create_internal_breakpoint): Pass bkpt_breakpoint_ops as
3397 breakpoint_ops.
3398 (remove_breakpoint_1): Go through breakpoint_ops->remove_location
3399 for software and hardware watchpoints.
3400 (print_it_typical): Delete.
3401 (print_bp_stop_message): Always call the breakpoint_ops->print_it
3402 method.
3403 (watchpoint_check): Adjust comment.
3404 (bpstat_check_location): Simply always call the breakpoint's
3405 breakpoint_hit method.
3406 (bpstat_stop_status): Always call the breakpoint's check_status
3407 method. Remove special cases for watchpoints and internal event
3408 breakpoints from here (moved to the check_status implementations).
3409 (print_one_breakpoint_location): Assume b->ops is never NULL.
3410 Remove static tracepoint marker id printing from here (moved to
3411 the print_one_detail callback implementation of tracepoints).
3412 (init_bp_location): Assert OPS is never NULL.
3413 (allocate_bp_location): Always call the breakpoint's
3414 allocate_location method, and remove the default code from here.
3415 (free_bp_location): Always call the location's dtor method, and
3416 remove the default code from here.
3417 (init_raw_breakpoint_without_location): Assert OPS is never NULL.
3418 (set_raw_breakpoint_without_location): Add new breakpoint_ops
3419 parameter. Pass it down.
3420 (set_raw_breakpoint): Ditto.
3421 (print_it_catch_fork): Adjust to take a bpstat as argument.
3422 (catch_fork_breakpoint_ops): Install methods.
3423 (print_it_catch_vfork): Adjust to take a bpstat as argument.
3424 (catch_vfork_breakpoint_ops): Install methods.
3425 (dtor_catch_syscall): Call the base dtor.
3426 (print_it_catch_syscall): Adjust to take a bpstat as argument.
3427 (catch_syscall_breakpoint_ops): Install methods.
3428 (dtor_catch_exec): Call the base dtor.
3429 (print_it_catch_exec): Adjust to take a bpstat as argument.
3430 (catch_exec_breakpoint_ops): Install methods.
3431 (hw_breakpoint_used_count, hw_watchpoint_used_count): Always call
3432 the breakpoint's resources_needed method, and remove the default
3433 code from here.
3434 (set_momentary_breakpoint): Pass bkpt_breakpoint_ops as
3435 breakpoint_ops.
3436 (clone_momentary_breakpoint): Clone the original's ops.
3437 (mention): Always call the breakpoint's print_mention method, and
3438 remove the default code from here.
3439 (create_breakpoint_sal): Adjust to pass the ops to
3440 set_raw_breakpoint rather than setting it manually.
3441 (create_breakpoint): Assert ops is never NULL. Adjust to pass the
3442 ops to set_raw_breakpoint_without_location rather than setting it
3443 manually.
3444 (break_command_1): Pass bkpt_breakpoint_ops as breakpoint_ops.
3445 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
3446 (ranged_breakpoint_ops): Install methods.
3447 (break_range_command): Adjust to pass the ops to
3448 set_raw_breakpoint rather than setting it manually.
3449 (re_set_watchpoint, breakpoint_hit_watchpoint)
3450 (check_status_watchpoint, resources_needed_watchpoint)
3451 (works_in_software_mode_watchpoint, print_it_watchpoint)
3452 (print_mention_watchpoint, print_recreate_watchpoint): New
3453 functions.
3454 (watchpoint_breakpoint_ops): Install new methods.
3455 (print_it_masked_watchpoint): New function.
3456 (masked_watchpoint_breakpoint_ops): Install new methods.
3457 (watch_command_1): Adjust to pass the right breakpoint_ops to
3458 set_raw_breakpoint_without_location rather than setting it
3459 manually later. Record the current pspace.
3460 (print_it_exception_catchpoint): Adjust to take a bpstat as
3461 argument.
3462 (gnu_v3_exception_catchpoint_ops): Install new methods.
3463 (say_where): New function.
3464 (null_re_set, null_check_status, null_works_in_software_mode)
3465 (null_resources_needed, null_print_one_detail, bp_location_dtor):
3466 New functions.
3467 (bp_location_ops): New global.
3468 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3469 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3470 (bkpt_check_status, bkpt_resources_needed)
3471 (bkpt_works_in_software_mode, bkpt_print_it, bkpt_print_mention)
3472 (bkpt_print_recreate): New functions.
3473 (bkpt_breakpoint_ops): New global.
3474 (tracepoint_re_set, tracepoint_insert_location)
3475 (tracepoint_remove_location, tracepoint_breakpoint_hit)
3476 (tracepoint_check_status, tracepoint_works_in_software_mode)
3477 (tracepoint_print_it, tracepoint_print_one_detail)
3478 (tracepoint_print_mention, tracepoint_print_recreate): New
3479 functions.
3480 (tracepoint_breakpoint_ops): New global.
3481 (delete_breakpoint): Always call the breakpoint's dtor method, and
3482 remove the default handling from here.
3483 (breakpoint_re_set_default): Make static.
3484 (breakpoint_re_set_one): Always call the breakpoints re_set
3485 method, and remove the default handling from here.
3486 (trace_command, ftrace_command, strace_command)
3487 (create_tracepoint_from_upload): Pass appropriate breakpoints_ops
3488 to create_breakpoint.
3489 (save_breakpoints): Always call the breakpoint's print_recreate
3490 method, and remove the default handling from here.
3491
3492 * ada-lang.c (dtor_exception): Call the base dtor.
3493 (re_set_exception): Call the base method.
3494 (print_it_exception, print_it_catch_exception): Adjust to take a
3495 bpstat as argument.
3496 (catch_exception_breakpoint_ops): Install methods.
3497 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
3498 argument.
3499 (catch_exception_unhandled_breakpoint_ops): Install methods.
3500 (print_it_catch_assert): Adjust to take a bpstat as argument.
3501 (catch_assert_breakpoint_ops): Install methods.
3502
3503 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
3504 to take a bpstat as argument.
3505 (enum print_stop_action): Add describing comments to each enum
3506 value.
3507 (breakpoint_re_set_default): Delete declaration.
3508 (null_re_set, null_works_in_software_mode, null_resources_needed)
3509 (null_check_status, null_print_one_detail): Declare.
3510 (bkpt_breakpoint_ops): Declare.
3511 (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
3512 (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
3513 (bkpt_check_status, bkpt_resources_needed)
3514 (bkpt_works_in_software_mode, bkpt_print_it)
3515 (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
3516 Declare.
3517
3518 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust to pass
3519 bkpt_breakpoint_ops.
3520 * python/py-breakpoint.c (bppy_init): Ditto.
3521
be8f8133
PW
35222011-07-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3523
3524 * MAINTAINERS (Write After Approval): Add myself to the list.
3525
3807f613
PP
35262011-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3527
3528 * elfread.c (elf_rel_plt_read): Fix off-by-one bug.
3529
1ced966e
PA
35302011-07-22 Pedro Alves <pedro@codesourcery.com>
3531
3532 * i386-nat.c (I386_DR_VACANT, I386_DR_LOCAL_ENABLE)
3533 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
3534 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): Add state parameter and
3535 adjust.
3536 (dr_mirror, dr_status_mirror, dr_control_mirror): Delete.
3537 (struct i386_debug_reg_state): New.
3538 (i386_init_dregs): New.
3539 (dr_mirror): New.
3540 (i386_cleanup_dregs): Use i386_init_dregs.
3541 (i386_show_dr): Add state parameter and adjust.
3542 (i386_insert_aligned_watchpoint): Ditto. Don't pass the info to
3543 the inferior here.
3544 (i386_remove_aligned_watchpoint): Likewise.
3545 (i386_handle_nonaligned_watchpoint): Add state parameter and adjust.
3546 (i386_update_inferior_debug_regs): New.
3547 (i386_insert_watchpoint): Work on a local mirror of the debug
3548 registers, and only update the inferior on success.
3549 (i386_remove_watchpoint): Ditto.
3550 (i386_region_ok_for_watchpoint): Adjust.
3551 (i386_stopped_data_address): Adjust.
3552 (i386_insert_hw_breakpoint): Adjust.
3553 (i386_remove_hw_breakpoint): Adjust.
3554
3543a589
TT
35552011-07-22 Tom Tromey <tromey@redhat.com>
3556
3557 * amd64-tdep.c (amd64_pseudo_register_read_value): Rename
3558 from amd64_pseudo_register_read. Change arguments. Call
3559 mark_value_bytes_unavailable when needed.
3560 (amd64_init_abi): Use set_gdbarch_pseudo_register_read_value, not
3561 set_gdbarch_pseudo_register_read.
3562 * sentinel-frame.c (sentinel_frame_prev_register): Use
3563 regcache_cooked_read_value.
3564 * regcache.h (regcache_cooked_read_value): Declare.
3565 * regcache.c (regcache_cooked_read_value): New function.
3566 (regcache_cooked_read): Call
3567 gdbarch_pseudo_register_read_value if available.
3568 * i386-tdep.h (i386_pseudo_register_read_value): Declare.
3569 (i386_pseudo_register_read): Remove.
3570 * i386-tdep.c (i386_pseudo_register_read_into_value): Rename from
3571 i386_pseudo_register_read. Change arguments. Call
3572 mark_value_bytes_unavailable when needed.
3573 (i386_pseudo_register_read_value): New function.
3574 (i386_gdbarch_init): Call set_gdbarch_pseudo_register_read_value,
3575 not set_gdbarch_pseudo_register_read.
3576 * gdbarch.sh (pseudo_register_read_value): New method.
3577 * gdbarch.c, gdbarch.h: Rebuild.
3578 * findvar.c (value_from_register): Call get_frame_register_value.
3579
95298e72
PM
35802011-07-22 Phil Muldoon <pmuldoon@redhat.com>
3581
3582 * event-top.c (cli_command_loop): Use get_prompt, get_suffix,
3583 get_prefix.
3584 (display_gdb_prompt): Likewise.
3585 (change_annotation_level): Likewise.
3586 (push_prompt): Likewise.
3587 (pop_prompt): Likewise.
3588 (handle_stop_sig): Use get_prompt with a level.
3589 * top.c (command_loop): Use get_prompt with a level.
3590 (set_async_annotation_level): Use set_prompt with a level.
3591 (get_prefix): New function.
3592 (set_prefix): Ditto.
3593 (set_suffix): Ditto.
3594 (get_suffix): Ditto.
3595 (get_prompt): Accept a level argument.
3596 (set_prompt): Accept a level argument. Free old prompts. Set
3597 new_async_prompt if level is 0.
3598 (init_main): Use set_prompt with a level. Do not set
3599 new_async_prompt.
3600 * event-top.h (PROMPT, SUFFIX, PREFIX): Move to top.c
3601 * top.h: Declare set_suffix, get_suffix, set_prefix, get_prefix.
3602 Modify set_prompt, get_prompt to account for levels.
3603 * tui/tui-interp.c (tui_command_loop): Use get_prompt with a
3604 level.
3605 * python/python.c (before_prompt_hook): Use set_prompt.
3606
d26e3629
KY
36072011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
3608
3609 * defs.h: Add guard against inclusion in gdbserver.
3610 (struct ptid, ptid_t): Move to common/ptid.h.
3611 (xfree, xzalloc, xasprintf, xvasprintf, xstrprintf, xstrvprintf,
3612 xsnprintf, internal_error): Move to common/common-utils.h.
3613 (nomem): Delete.
3614 * gdb_assert.h: Move into common/ sub-directory.
3615 * gdb_locale.h: Ditto.
3616 * gdb_dirent.h: Ditto.
3617 * inferior.h (minus_one_ptid, null_ptid, ptid_build, pid_to_ptid,
3618 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid):
3619 Move into common/ptid.h.
3620 * xml-support.c (xml_escape_text): Move into common/xml-utils.c.
3621 (gdb_xml_create_parser_and_cleanup_1, xml_fetch_context_from_file):
3622 Change nomem to malloc_failure.
3623 * xml-support.h (xml_escape_text): Move into common/xml-utils.h.
3624 * utils.c (nomem): Rename to malloc_failure.
3625 (xmalloc, xzalloc, xrealloc, xcalloc, xfree, xstrprintf, xasprintf,
3626 xvasprintf, xstrvprintf, xsnprintf): Move to common/common-utils.c.
3627 (gdb_buildargv): Change nomem to malloc_failure.
3628 * infrun.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
3629 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
3630 ptid_is_pid): Move into common/ptid.c.
3631 (initialize_infrun): Delete initialization of null_ptid and
3632 minus_one_ptid.
3633 * linux-nat.c (linux_nat_xfer_osdata): Defer to
3634 linux_common_xfer_osdata.
3635 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
3636 common/ptid.c and common/buffer.c.
3637 (HFILES_NO_SRCDIR): Add common/common-utils.h, common/xml-utils.h,
3638 common/ptid.h, common/buffer.h and common/linux-osdata.h.
3639 (COMMON_OBS): Add xml-utils.o, common-utils.o, buffer.o and ptid.o.
3640 (common-utils.o, xml-utils.o, ptid.o, buffer.o, linux-osdata.o): New
3641 rules.
3642 * common/gdb_assert.h: New.
3643 * common/gdb_dirent.h: New.
3644 * common/gdb_locale.h: New.
3645 * common/buffer.c: New.
3646 * common/buffer.h: New.
3647 * common/ptid.c: New.
3648 * common/ptid.h: New.
3649 * common/xml-utils.c: New.
3650 * common/xml-utils.h: New.
3651 * common/common-utils.c: New.
3652 * common/common-utils.h: New.
3653 * common/linux-osdata.c: New.
3654 * common/linux-osdata.h: New.
3655 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-osdata.o.
3656 * config/arm/linux.mh (NATDEPFILES): Ditto.
3657 * config/i386/linux.mh (NATDEPFILES): Ditto.
3658 * config/i386/linux64.mh (NATDEPFILES): Ditto.
3659 * config/ia64/linux.mh (NATDEPFILES): Ditto.
3660 * config/m32r/linux.mh (NATDEPFILES): Ditto.
3661 * config/m68k/linux.mh (NATDEPFILES): Ditto.
3662 * config/mips/linux.mh (NATDEPFILES): Ditto.
3663 * config/pa/linux.mh (NATDEPFILES): Ditto.
3664 * config/powerpc/linux.mh (NATDEPFILES): Ditto.
3665 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Ditto.
3666 * config/s390/s390.mh (NATDEPFILES): Ditto.
3667 * config/sparc/linux.mh (NATDEPFILES): Ditto.
3668 * config/sparc/linux64.mh (NATDEPFILES): Ditto.
3669 * config/xtensa/linux.mh (NATDEPFILES): Ditto.
3670
edc84990 36712011-07-21 Matt Rice <ratmice@gmail.com>
3672
3673 * NEWS: Add info macros and info definitions commands.
3674
3a7bf607
PM
36752011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3676
3677 * NEWS: Document Python prompt substitution hook.
3678
9b158ba0 36792011-07-18 Matt Rice <ratmice@gmail.com>
3680
3681 PR macros/12999
3682 * macrotab.h (macro_callback_fn): Add new arguments to callback.
3683 * macrotab.c (foreach_macro): Ditto.
3684 (foreach_macro_in_scope): Ditto.
3685 * macrocmd.c (print_macro_callback): New function.
3686 (info_macro_command): Move some code to print_macro_definition.
3687 (print_macro_definition): New function.
3688 (print_one_macro): Add new arguments to callback.
3689 (info_definitions_command): New function.
3690 (info_macros_command): Ditto.
3691 (_initialize_macrocmd): Add info macros and info definitions commands.
3692 * symtab.c (add_macro_name): Add new arguments to callback.
3693
d17b6f81
PM
36942011-07-21 Phil Muldoon <pmuldoon@redhat.com>
3695 Tom Tromey <tromey@redhat.com>
3696
3697 * top.c (set_prompt): Rewrite to free previous prompt, free
3698 asynch_new_prompt and set both on new prompts.
3699 * event-top.c (display_gdb_prompt): Add prompt substitution
3700 logic.
3701 * python/python.c (before_prompt_hook): New function.
3702
1364323a 37032011-07-20 Matt Rice <ratmice@gmail.com>
3704
3705 * bfin-tdep.c (bfin_extract_return_value): Fix swapped
3706 arguments to store_unsigned_integer.
3707
8b70b953
TT
37082011-07-20 Tom Tromey <tromey@redhat.com>
3709
6c83ed52
TT
3710 * dwarf2read.c (process_enumeration_scope): Do not call new_symbol
3711 in some declaration-only cases.
3712
37132011-07-18 Tom Tromey <tromey@redhat.com>
3714
8b70b953
TT
3715 PR symtab/12984:
3716 * dwarf2read.c (dwarf2_section_info_def): New typedef.
3717 (struct dwarf2_per_objfile) <types>: Change to a VEC.
3718 (struct dwarf2_per_cu_data) <from_debug_types>: Remove.
3719 <debug_type_section>: New field.
3720 (dwarf2_locate_sections): Push .debug_types sections onto VEC.
3721 (load_cu): Use appropriate section.
3722 (create_signatured_type_table_from_index): Add 'section'
3723 argument.
3724 (dwarf2_read_index): Only allow a single .debug_types section.
3725 (dw2_get_file_names): Use appropriate section.
3726 (read_type_comp_unit_head): Add 'section' argument.
3727 (create_debug_types_hash_table): Loop over all .debug_types
3728 sections.
3729 (init_cu_die_reader): Use appropriate section.
3730 (process_psymtab_comp_unit, load_partial_comp_unit)
3731 (load_full_comp_unit, read_die_and_children, find_partial_die)
3732 (lookup_die_type, determine_prefix, follow_die_offset): Update.
3733 (lookup_signatured_type_at_offset): Add 'section' argument.
3734 (read_signatured_type_at_offset): Add 'sect' argument.
3735 (read_signatured_type): Use appropriate section.
3736 (set_die_type, get_die_type_at_offset): Update.
3737 (dwarf2_per_objfile_free): Free all .debug_types sections, and
3738 VEC.
3739 (write_psymtabs_to_index): Don't allow index with more than one
3740 .debug_types section.
3741
918dd910
JK
37422011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 Fix crash if referenced CU is aged out.
3745 * dwarf2loc.c (per_cu_dwarf_call): New variable back_to, use to for
3746 xfree of block.data.
3747 (indirect_pieced_value): New variable back_to, use to for xfree of
3748 baton.data.
3749 (dwarf2_compile_expr_to_ax): New variable back_to, use to for xfree of
3750 block.data.
3751 * dwarf2read.c (dwarf2_find_base_address): New prototype.
3752 (load_cu): New function from ...
3753 (dw2_do_instantiate_symtab): ... the code here ...
3754 (process_full_comp_unit): ... and here.
3755 (dwarf2_fetch_die_location_block): Call load_cu first. Call xmemdup on
3756 retval.data.
3757
0e37a63c
JK
37582011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3759
3760 * dwarf2loc.c (indirect_pieced_value): Use check_typedef for VALUE's
3761 type.
3762
7e324e48
GB
37632011-07-19 Gary Benson <gbenson@redhat.com>
3764
3765 * infrun.c (struct execution_control_state): New member
3766 stop_func_filled_in.
3767 (clear_stop_func, fill_in_stop_func): New functions.
3768 (handle_inferior_event): Call clear_stop_func rather than
3769 manipulating the execution control state directly.
3770 Call fill_in_stop_func lazily as required rather than
3771 directly calling find_pc_partial_function in all cases.
3772
d48323d8
TT
37732011-07-18 Tom Tromey <tromey@redhat.com>
3774
3775 * dwarf2read.c (read_subrange_type): Use attr_form_is_block when
3776 checking for variable-sized array.
3777
40591b7d
JCD
37782011-07-18 Jean-Charles Delay <delay@adacore.com>
3779
3780 * varobj.h (varobj_languages): Add vlang_ada definition to the list
3781 of supported languages.
3782 * varobj.c: Add top definitions and basic implementation of the
3783 following callbacks: ada_number_of_children, ada_name_of_variable,
3784 ada_name_of_child, ada_path_expr_of_child, ada_value_of_root,
3785 ada_value_of_child, ada_type_of_child, ada_value_of_variable.
3786 (languages): Register Ada-specific callbacks.
3787 (variable_language): Add the Ada case in the language setter switch.
3788
2e424e08
JK
37892011-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3790
3791 * remote-mips.c (pmon_download): Fix ignored return value GCC warning.
3792
9e8b7a03
JK
37932011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3794
3795 Code cleanup.
3796 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): New.
3797 (execute_stack_op): Use dwarf2_frame_ctx_funcs
3798 * dwarf2expr.c (dwarf_get_base_type): Access get_base_type via funcs.
3799 (execute_stack_op): Access read_reg, get_frame_base, read_mem,
3800 get_frame_cfa, get_tls_address and dwarf_call via funcs.
3801 * dwarf2expr.h (struct dwarf_expr_context): New forward declaration.
3802 (struct dwarf_expr_context_funcs): New, move here methods from ...
3803 (struct dwarf_expr_context): ... here. New fields funcs.
3804 * dwarf2loc.c (dwarf_expr_dwarf_call): Access get_frame_pc via funcs.
3805 (dwarf_expr_ctx_funcs): New.
3806 (dwarf2_evaluate_loc_desc_full): Use dwarf_expr_ctx_funcs.
3807 (needs_frame_dwarf_call): Access get_frame_pc via funcs.
3808 (needs_frame_ctx_funcs): New.
3809 (dwarf2_loc_desc_needs_frame): Use needs_frame_ctx_funcs.
3810
2b1260ab
FM
38112011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
3812
3813 * MAINTAINERS (Write After Approval): Add myself to the list.
3814
8bd90839
FM
38152011-07-15 Fawzi Mohamed <fawzi.mohamed@nokia.com>
3816
3817 * dwarf2-frame.c (decode_frame_entry, decode_frame_entry_1): Ensure
3818 that CIE pointer of an FDE really points to a CIE .
3819
953b98d1
HZ
38202011-07-15 Hui Zhu <teawater@gmail.com>
3821
3822 * remote.c (remote_get_trace_status): Add comments.
3823
c8f2448a
JK
38242011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 Code cleanup - constify struct lval_funcs.
3827 * dwarf2loc.c (pieced_value_funcs): Make it const.
3828 * infrun.c (siginfo_value_funcs): Likewise.
3829 * opencl-lang.c (opencl_value_funcs): Likewise.
3830 * valops.c (value_assign, value_ind): Make the funcs variable const.
3831 * value.c (struct value): Make location.computed.funcs target const.
3832 Rearrange the comments.
3833 (allocate_computed_value): Make the funcs parameter target const.
3834 (value_computed_funcs): Return the funcs target const.
3835 (value_free, value_copy, set_value_component_location): Make the funcs
3836 variable const.
3837 * value.h (allocate_computed_value): Make the funcs parameter target
3838 const.
3839 (value_computed_funcs): Return the funcs target const.
3840 * windows-tdep.c (tlb_value_funcs): Make it const.
3841
f652de6f
HZ
38422011-07-14 Hui Zhu <teawater@gmail.com>
3843
3844 * remote.c (remote_get_trace_status): Initialize p.
3845
67f41397
JK
38462011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 Work around kgdb.
3849 * remote.c (remote_get_trace_status): New variable ex. Put
3850 remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
3851
d1b66e6d
TT
38522011-07-13 Tom Tromey <tromey@redhat.com>
3853
3854 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use
3855 value_from_contents for final conversion.
3856
1632a688
JK
38572011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 Code cleanup.
3860 * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
3861 Indent prototypes so they do not get into tags.
3862
a7035dbb
JK
38632011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3864
3865 Code cleanup making also optimized out values lazy.
3866 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
3867 allocate_optimized_out_value. Twice.
3868 (loclist_read_variable) Use allocate_optimized_out_value. Once.
3869 * findvar.c (read_var_value): Likewise.
3870 * value.c (allocate_optimized_out_value): New function.
3871 * value.h (allocate_optimized_out_value): New declaration.
3872
d07ed419
JK
38732011-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3874
3875 Fix occasional crash of CTRL-C during DWARF read in.
3876 * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
3877
86d31898
TT
38782011-07-11 Tom Tromey <tromey@redhat.com>
3879
3880 * regcache.c (struct regcache_descr): Fix typo.
3881 * i387-tdep.c (i387_supply_xsave): Fix typo.
3882
2ab95328
TT
38832011-07-11 Tom Tromey <tromey@redhat.com>
3884
3885 * dwarf2read.c (handle_DW_AT_stmt_list): New function.
3886 (read_file_scope, read_type_unit_scope): Use it.
3887
04ad99e6
JK
38882011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3889
3890 * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
3891 `int'.
3892
713389e0
PM
38932011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3894
3895 PR python/12438
3896 * python/python.c: Set gdbpy_should_print_stack default to off.
3897 (set_python): Deprecate maint set python print-stack to
3898 class_deprecate.
3899 (_initialize_python): Deprecate maint set/show python print-stack.
3900 Add new prefix command, python. Add new setting, print-backtrace.
3901 * NEWS: Document set python print-stack. Document default change.
3902
754eadd1
PM
39032011-07-11 Phil Muldoon <pmuldoon@redhat.com>
3904
3905 * python/py-inferior.c (infpy_dealloc): New function.
3906 (inferior_to_inferior_object): Return a new object, or a
3907 new reference to the existing object.
3908 (find_thread_object): Cleanup references to inferior.
3909 (delete_thread_object): Ditto.
3910 * python/py-infthread.c (create_thread_object): Do not increment
3911 inferior reference count.
3912
5e44ecb3
TT
39132011-07-08 Tom Tromey <tromey@redhat.com>
3914
3915 * dwarf2loc.c (locexpr_regname): New function.
3916 (locexpr_describe_location_piece): Use it.
3917 (disassemble_dwarf_expression): Add per_cu argument. Use
3918 locexpr_regname.
3919 <DW_OP_GNU_deref_type, DW_OP_GNU_const_type,
3920 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
3921 New cases.
3922 (locexpr_describe_location_1): Add per_cu argument.
3923 (locexpr_describe_location): Update.
3924 (loclist_describe_location): Update.
3925
e0e9434c
TT
39262011-07-08 Tom Tromey <tromey@redhat.com>
3927
3928 * dwarf2expr.c (execute_stack_op): Add QUIT.
3929
26afc0d7
HZ
39302011-07-07 Hui Zhu <teawater@gmail.com>
3931
3932 Revert:
3933 2011-07-06 Hui Zhu <teawater@gmail.com>
3934 * remote.c (remote_start_remote): Add TRY_CATCH for
3935 remote_get_trace_status.
3936 * tracepoint.c (disconnect_tracing): Ditto.
3937
a40a111f
AB
39382011-07-07 Andrew Burgess <aburgess@broadcom.com>
3939
3940 * cli/cli-setshow.c (do_setshow_command): Display var_zinteger
3941 variables as signed, not unsigned.
3942
e2bd3b15
JB
39432011-07-06 Joel Brobecker <brobecker@adacore.com>
3944
3945 * jit.c (jit_inferior_init): Reformat forward declaration.
3946
e3d961fe 39472011-07-06 Matt Rice <ratmice@gmail.com>
3948
3949 * MAINTAINERS (Write After Approval): Add myself to the list.
3950
0f3428f0
HZ
39512011-07-06 Hui Zhu <teawater@gmail.com>
3952
3953 * remote.c (remote_start_remote): Add TRY_CATCH for
3954 remote_get_trace_status.
3955 * tracepoint.c (disconnect_tracing): Ditto.
3956
fc9f3a69
TT
39572011-07-05 Tom Tromey <tromey@redhat.com>
3958
3959 * symtab.c (operator_chars): Now static.
3960 * linespec.c (operator_chars): Don't declare.
3961
26e519b9
TJB
39622011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
3963
3964 * ui-out.h (ui_out_field_core_addr): Fix typo in comment.
3965
eb2a6f42
TT
39662011-07-05 Tom Tromey <tromey@redhat.com>
3967
3968 * gnu-v3-abi.c (gnuv3_rtti_type): Check TYPE_CPLUS_REALLY_JAVA.
3969 * gdbtypes.h (struct cplus_struct_type) <is_java>: New field.
3970 (TYPE_CPLUS_REALLY_JAVA): New macro.
3971 * dwarf2read.c (process_structure_scope): Set
3972 TYPE_CPLUS_REALLY_JAVA.
3973
21083d0f 39742011-07-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
177b42fe
TJB
3975
3976 * ada-lang.c: Fix typos.
3977 * amd64-tdep.c: Likewise.
3978 * breakpoint.c: Likewise.
3979 * cli/cli-decode.c: Likewise.
3980 * findcmd.c: Likewise.
3981 * inline-frame.c: Likewise.
3982 * mi/mi-main.c: Likewise.
3983 * minsyms.c: Likewise.
3984 * monitor.c: Likewise.
3985 * monitor.h: Likewise.
3986 * prologue-value.c: Likewise.
3987 * reverse.c: Likewise.
3988 * s390-tdep.c: Likewise.
3989
3b2a0cf2
JB
39902011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
3991
3992 * jit.c (jit_inferior_init): Forward declare.
3993 (jit_breakpoint_re_set_internal): Call jit_inferior_init.
3994
efae1d92
JB
39952011-07-04 Joel Brobecker <brobecker@adacore.com>
3996
3997 * osabi.c (generic_elf_osabi_sniffer): Minor comment reformatting.
3998
6040a59d
JB
39992011-07-04 Tristan Gingold <gingold@adacore.com>
4000
4001 * ada-tasks.c (KNOWN_TASKS_LIST): New macro.
4002 (tcb_fieldno): Add activation_link field.
4003 (get_known_tasks_addr): Moved and rewritten.
4004 (get_tcb_types_info): Set activation_link field.
4005 (read_known_tasks_array): Add parameter. Rewritten.
4006 (read_known_tasks_list): New function.
4007 (read_known_tasks): New function.
4008 (ada_build_task_list): Call read_known_tasks instead of
4009 read_known_tasks_array.
4010 * ravenscar-thread.c: Add first_task_name constant.
4011 (has_ravenscar_runtime): Check for task list too.
4012
cb741e45
JB
40132011-07-04 Tristan Gingold <gingold@adacore.com>
4014
4015 * ada-tasks.c: Renames fieldno to actb_fieldno.
4016 (ada_get_task_number): Indentation.
4017 (get_tcb_types_info): Remove all parameters. Write directly
4018 the globals.
4019 (ptid_from_atcb_common): Adjust.
4020 (read_atcb): Adjust.
4021
7475b06c
TJB
40222011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4023
4024 * symtab.c (in_prologue): Remove mention of ppc's refine_prologue_limit.
4025
15230f37
TJB
40262011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4027
4028 * ui-out.c (ui_out_field_core_addr): Mention that the function
4029 description is in the header file.
4030 * ui-out.h (ui_out_field_core_addr): Document function.
4031
65743aba
TJB
40322011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4033
4034 * ui-out.c (ui_out_get_field_separator): Remove unused function.
4035 * ui-out.h (ui_out_get_field_separator): Remove prototype.
4036
c37a5aab
TJB
40372011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4038
4039 * symtab.c (expand_line_sal): Remove empty line.
4040
59adf69e
TS
40412011-07-04 Thomas Schwinge <thomas@schwinge.name>
4042
4043 * osabi.c (generic_elf_osabi_sniffer) <ELFOSABI_GNU>: Handle in the
4044 same way as ELFOSABI_NONE.
4045 <ELFOSABI_LINUX, ELFOSABI_HURD>: Remove cases.
4046
e5dd4106
TJB
40472011-07-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
4048
4049 * breakpoint.c: Fix typos in comments.
4050 * linespec.c: Likewise.
4051 * symtab.c: Likewise.
4052
d40102a1
JB
40532011-07-04 Joel Brobecker <brobecker@adacore.com>
4054
4055 * dwarf2-frame.c (dwarf2_build_frame_info): Do not load .eh_frame
4056 section in separate object files.
4057
2f741504
JK
40582011-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 Fix false GCC warning.
4061 * linespec.c (decode_line_1): Initialize values.
4062
418c7cf7
JK
40632011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 * linespec.c (find_method): Accept the function type automatically only
4066 if it was specified with parameter types.
4067
3d50dd94
JK
40682011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 Stop on first linespec terminator instead of eating what we can.
4071 * linespec.c (is_linespec_boundary): New function.
4072 (name_end): Remove function.
4073 (keep_name_info): New parameter on_boundary, replace the body.
4074 (decode_line_1): Provide the parameter to keep_name_info.
4075 (decode_compound): Likewise. Drop the trailing java return type
4076 handling. Twice.
4077
dcf9f4ab
JK
40782011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4079
4080 Fall back linespec to minimal symbols.
4081 * linespec.c (decode_line_1): New variable ex, saved_argptr. Protect
4082 decode_compound by TRY_CATCH, fall back on minsyms if it failed.
4083 (find_method, symbol_found): Change error to cplusplus_error.
4084
3f542ed1
JK
40852011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4086
bc68c4e5 4087 * symtab.c (symbol_find_demangled_name): Remove DMGL_VERBOSE.
3f542ed1 4088
900e11f9
JK
40892011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4090 Tom Tromey <tromey@redhat.com>
4091
4092 * dwarf2read.c (check_physname): New variable.
4093 (dwarf2_physname): Prefer DW_AT_linkage_name over dwarf2_compute_name.
4094 (show_check_physname): New function.
4095 (_initialize_dwarf2_read): Add `check-physname' for check_physname.
4096
2301925d
JB
40972011-07-01 Joel Brobecker <brobecker@adacore.com>
4098
4099 * machoread.c (macho_symfile_read): Delete OBE comment.
4100
38947cca
JB
41012011-07-01 Joel Brobecker <brobecker@adacore.com>
4102
4103 * machoread.c (struct macho_oso_data): Delete.
4104 (current_oso): Delete.
4105 (macho_relocate_common_syms): New function, mostly extracted
4106 out of
4107 (macho_add_oso_symfile): Call macho_relocate_common_syms.
4108 Remove code that sets and unset current_oso.
4109 (macho_symfile_relocate): Delete handling of common symbols,
4110 now moved to macho_relocate_common_syms.
4111
a7aa0d73
JB
41122011-07-01 Joel Brobecker <brobecker@adacore.com>
4113
4114 * darwin-nat.c (darwin_ptrace): Add documentation.
4115 Set errno to zero before calling ptrace. If ptrace returns
4116 -1 and errno is zero, then change then return zero.
4117 (darwin_kill_inferior): Issue a warning instead of triggering
4118 a failed assertion when the PT_KILL ptrace operations returned
4119 nonzero.
4120
5e9bc145
JB
41212011-07-01 Joel Brobecker <brobecker@adacore.com>
4122
4123 * darwin-nat.c (darwin_detach): Call darwin_resume_inferior
4124 only when inf->private->no_ptrace.
4125
00eb2c4a
JB
41262011-07-01 Joel Brobecker <brobecker@adacore.com>
4127
4128 * ada-lang.c (print_it_exception): Print temporary catchpoints
4129 as "Temporary catchpoint".
4130 (print_mention_exception): Likewise.
4131
127c81bc
TT
41322011-07-01 Tom Tromey <tromey@redhat.com>
4133
4134 * jv-lang.c (java_language_defn): Use java_printchar,
4135 java_printstr.
4136 (java_get_encoding): New function.
4137 (java_emit_char): Use generic_emit_char.
4138 (java_printchar): New function.
4139 (java_printstr): Likewise.
4140
25552254
JB
41412011-07-01 Joel Brobecker <brobecker@adacore.com>
4142
4143 * ada-typeprint.c (print_record_type): If unable to decode
4144 the name of the parent type, use the encoded name.
4145
d2d43431
JB
41462011-07-01 Jean-Charles Delay <delay@adacore.com>
4147
4148 * ada-typeprint.c (ada_print_type): Fix both PAD type and
4149 pointer to constrained packed array type output.
4150 * ada-valprint.c (ada_val_print_1): Fix pointer to constrained
4151 packed array output.
4152
54ae186f
JB
41532011-07-01 Jean-Charles Delay <delay@adacore.com>
4154
4155 * ada-typeprint.c (print_array_type): removed if condition on show
4156 being negative for bounds printing.
4157
8f17729f
JB
41582011-07-01 Joel Brobecker <brobecker@adacore.com>
4159
4160 * ada-lang.c (ada_identical_enum_types_p): New function.
4161 (symbols_are_identical_enums): New function.
4162 (remove_extra_symbols): Do nothing if NSYMS < 2.
4163 Use symbols_are_identical_enums.
4164
f5aa6869
JB
41652011-07-01 Joel Brobecker <brobecker@adacore.com>
4166
4167 * ada-valprint.c (ada_value_print): Handle typedefs.
4168
8f465ea7
JB
41692011-07-01 Joel Brobecker <brobecker@adacore.com>
4170
4171 * ada-lang.c (ada_evaluate_subexp): Add missing word in comment.
4172
828292f2
JB
41732011-07-01 Eric Botcazou <ebotcazou@adacore.com>
4174
4175 * ada-lang.c (thin_descriptor_type): Deal with typedefs.
4176 (decode_constrained_packed_array): Likewise.
4177 (ada_evaluate_subexp) <TERNOP_SLICE>: Likewise.
4178
18920c42
JB
41792011-07-01 Joel Brobecker <brobecker@adacore.com>
4180
4181 * ada-exp.y (convert_char_literal): Handle typedef types.
4182
c90092fe
JB
41832011-07-01 Joel Brobecker <brobecker@adacore.com>
4184
4185 * ada-lang.c (ada_remove_trailing_digits): Expand documentation.
4186
f748fb40
TT
41872011-06-30 Tom Tromey <tromey@redhat.com>
4188
4189 * varobj.c (varobj_create): Call do_cleanups on early exit path.
4190 * valops.c (find_overload_match): Call do_cleanups on early exit
4191 path.
4192 * solib.c (solib_find): Call do_cleanups on early exit path.
4193
3bb47e8b
TT
41942011-06-30 Tom Tromey <tromey@redhat.com>
4195
4196 * symfile-mem.c (symbol_file_add_from_memory): Call do_cleanups.
4197 * solib-svr4.c (open_symbol_file_object): Call do_cleanups on all
4198 return paths. Defer final do_cleanups until last return.
4199 * arm-tdep.c (arm_exidx_new_objfile): Make null cleanup after
4200 early return.
4201
4727bad3
TT
42022011-06-30 Tom Tromey <tromey@redhat.com>
4203
4204 * Makefile.in (SUBDIR_MI_CFLAGS): Don't add -DMI_OUT=1.
4205
bb361dbf
AB
42062011-06-30 Andrew Burgess <aburgess@broadcom.com>
4207
4208 * MAINTAINERS (Write After Approval): Add myself to the list.
4209
e0d00bc7
JK
42102011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4211
4212 Disable epilogue unwinders on recent GCCs.
4213 * amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
4214 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4215 * dwarf2read.c (process_full_comp_unit): Initialize
4216 EPILOGUE_UNWIND_VALID.
4217 * i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
4218 initialize it, return 0 on EPILOGUE_UNWIND_VALID.
4219 * symtab.h (struct symtab): New field epilogue_unwind_valid.
4220
4632c0d0
JK
42212011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 Code cleanup - reformatting.
4224 * dwarf2read.c (producer_is_gcc_ge_4_0): Rename to ...
4225 (producer_is_gcc_ge_4): ... here, change the return value.
4226 (process_full_comp_unit): New variable gcc_4_minor, adjust the value
4227 interpretation.
4228
32019081
JK
42292011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4230
4231 Fix non-only rename list for Fortran modules import.
4232 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
4233 cp_add_using_directive caller.
4234 (cp_add_using_directive): New parameter excludes, describe it. New
4235 variables ix and param. Compare if also excludes match. Allocate NEW
4236 with variable size, initialize EXCLUDES there.
4237 (cp_lookup_symbol_imports): New variable excludep, test
4238 current->EXCLUDES with it.
4239 * cp-support.h: Include vec.h.
4240 (struct using_direct): New field excludes, describe it.
4241 (DEF_VEC_P (const_char_ptr)): New.
4242 (cp_add_using_directive): New parameter excludes.
4243 * defs.h (const_char_ptr): New typedef.
4244 * dwarf2read.c (read_import_statement): New variables child_die,
4245 excludes and cleanups, read in excludes.
4246 (read_namespace): Adjust the cp_add_using_directive caller.
4247
70c622a3
JK
42482011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 Code cleanup.
4251 * cp-namespace.c (cp_add_using_directive): Turn positive comparison to
4252 negative comparisons.
4253
39c4d40a
TT
42542011-06-29 André Pönitz <andre.poenitz@nokia.com>
4255
4256 * mi/mi-main.c (mi_cmd_list_features): Emit
4257 breakpoint-notifications.
4258
3b2b8fea
TT
42592011-06-29 Tom Tromey <tromey@redhat.com>
4260
4261 PR fortran/10036:
4262 * valprint.h (generic_emit_char, generic_printstr): Declare.
4263 * valprint.c (wchar_printable, append_string_as_wide)
4264 (print_wchar): Move from c-lang.c.
4265 (generic_emit_char): New function; mostly taken from c_emit_char.
4266 (generic_printstr): New function; mostly taken from c_printstr.
4267 * f-valprint.c (f_val_print) <TYPE_CODE_ARRAY>: Handle strings
4268 represented as arrays.
4269 <TYPE_CODE_CHAR>: Treat as TYPE_CODE_INT; recognize as character
4270 type.
4271 * f-typeprint.c (f_type_print_base) <TYPE_CODE_CHAR>: Treat
4272 identically to TYPE_CODE_INT.
4273 * f-lang.c (f_get_encoding): New function.
4274 (f_emit_char): Use generic_emit_char.
4275 (f_printchar): Replace comment.
4276 (f_printstr): Use generic_printstr.
4277 * dwarf2read.c (read_base_type) <DW_ATE_unsigned>: Handle Fortran
4278 "character" types specially.
4279 <DW_ATE_signed_char, DW_ATE_unsigned_char>: Make TYPE_CODE_CHAR
4280 for Fortran.
4281 * c-lang.c (wchar_printable, append_string_as_wide, print_wchar):
4282 Move to valprint.c
4283 (c_emit_char): Call generic_emit_char.
4284 (c_printstr): Call generic_printstr.
4285
168e6d44
GB
42862011-06-29 Gary Benson <gbenson@redhat.com>
4287
4288 * breakpoint.c (bpstat_what): Removed duplicated case.
4289
1c033f8c
TT
42902011-06-28 Tom Tromey <tromey@redhat.com>
4291
4292 * python/python-internal.h (PY_SSIZE_T_CLEAN): Define.
4293
5fe41fbf
TT
42942011-06-27 Tom Tromey <tromey@redhat.com>
4295
4296 * valops.c (find_overload_match): Call do_cleanups before early
4297 return.
4298 * top.c (execute_command): Call do_cleanups before early return.
4299 (command_loop): Likewise.
4300 * stack.c (backtrace_command): Make a null cleanup early. Don't
4301 conditionally call do_cleanups.
4302 * python/py-value.c (TRY_CATCH): Move cleanup handling into
4303 TRY_CATCH.
4304 * python/py-breakpoint.c (gdbpy_breakpoint_has_py_cond): Rearrange
4305 so cleanups are always run.
4306 * mi/mi-cmd-var.c (mi_cmd_var_delete): Reset old_cleanups.
4307 * findcmd.c (parse_find_args): Call do_cleanups on early return
4308 path.
4309 * dbxread.c (elfstab_build_psymtabs): Make a null cleanup early.
4310 Don't conditionally call do_cleanups.
4311 * cli/cli-script.c (execute_user_command): Initialize 'old_chain'
4312 later.
4313
e26bd57d
EB
43142011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4315
4316 * MAINTAINERS (Write After Approval): Use default email address.
4317
6c3097fc
JB
43182011-06-27 Joel Brobecker <brobecker@adacore.com>
4319
4320 * MAINTAINERS (Write After Approval): Add Eric Botcazou.
4321
369c397b
JB
43222011-06-27 Eric Botcazou <ebotcazou@adacore.com>
4323
4324 * sparc-tdep.h (struct sparc_frame_cache): Add frame_offset,
4325 saved_regs_mask and copied_regs_mask fields.
4326 (sparc_record_save_insn): New prototype.
4327 * sparc-tdep.c (sparc_alloc_frame_cache): Initialize the new fields.
4328 (sparc_record_save_insn): New function.
4329 (sparc_analyze_prologue): Add head comment. Recognize store insns
4330 of call-saved registers. Use OFFSET consistently. Recognize flat
4331 frames and cache their settings.
4332 (sparc32_skip_prologue): Handle flat frames.
4333 (sparc_frame_cache): Add frame_offset to the base address.
4334 (sparc32_frame_cache): Adjust to new frame description.
4335 (sparc32_frame_prev_register): Likewise.
4336 * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
4337 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
4338 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
4339 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Force the
4340 frame by calling sparc_record_save_insn.
4341 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
4342 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
4343 * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
4344
b315ab21
TG
43452011-06-27 Tristan Gingold <gingold@adacore.com>
4346
4347 * dwarf2read.c (struct dwarf2_section_info): Replace was_mmapped
4348 field by map_addr and map_len.
4349 (dwarf2_read_section): Adjust for the new bfd_mmap api.
4350 (munmap_section_buffer): Likewise.
4351
ddd49eee
TT
43522011-06-24 Tom Tromey <tromey@redhat.com>
4353
4354 * varobj.c (update_dynamic_varobj_children): Make 'name' const.
4355 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
4356 * python/python.c (gdbpy_parameter): Make 'arg' const.
4357 (execute_gdb_command): Likewise.
4358 (gdbpy_decode_line): Likewise. Copy it.
4359 (gdbpy_parse_and_eval): Make 'expr_string' const. Copy it.
4360 (gdbpy_write): Make 'arg' const.
4361 * python/py-type.c (typy_lookup_typename): Make 'type_name'
4362 const.
4363 (gdbpy_lookup_type): Likewise.
4364 * python/py-prettyprint.c (print_children): Make 'name' const.
4365 * python/py-param.c (parmpy_init): Make 'name' const. Copy it.
4366 * python/py-inferior.c (infpy_write_memory): Make 'buf_len' a
4367 Py_ssize_t.
4368 * python/py-function.c (fnpy_init): Make 'name' const.
4369 * python/py-cmd.c (cmdpy_init): Make 'name' const. Copy it.
4370 (gdbpy_string_to_argv): Make 'input' const.
4371 * python/py-breakpoint.c (bppy_init): Make 'spec' const. Copy
4372 it.
4373 * gdbtypes.h (lookup_typename): Update.
4374 * gdbtypes.c (lookup_typename): Make 'name' const.
4375 (lookup_struct): Likewise.
4376 (lookup_union): Likewise.
4377 (lookup_enum): Likewise.
4378
5998129b
TT
43792011-06-24 Tom Tromey <tromey@redhat.com>
4380
4381 * Makefile.in (HFILES_NO_SRCDIR): Add "common/" to
4382 gdb_thread_db.h. Move all common/ entries to be together.
4383 (TAGS): Don't depend on DEPFILES.
4384
6e586cc5
YQ
43852011-06-23 Yao Qi <yao@codesourcery.com>
4386
4387 * infrun.c (start_remote): Move call init_wait_for_inferior to ...
4388 * remote.c (remote_start_remote): ... here.
4389 * monitor.c (monitor_open): ... here.
4390
86c3c1fc
AB
43912011-06-23 Andrew Burgess <aburgess@broadcom.com>
4392
4393 * gdbtypes.c (append_composite_type_field_aligned): Fix
4394 calculation of bit position based on alignment.
4395
28010a5d
PA
43962011-06-22 Pedro Alves <pedro@codesourcery.com>
4397
4398 * breakpoint.c (bpstat_stop_status): Call the check_status
4399 breakpoint_ops method.
4400 (print_one_breakpoint_location): Also print the condition for Ada
4401 exception catchpoints.
4402 (allocate_bp_location): New, factored out from
4403 allocate_bp_location.
4404 (allocate_bp_location): Adjust. Call the owner breakpoint's
4405 allocate_location method, if there is one.
4406 (free_bp_location): Call the locations's dtor method, if there is
4407 one.
4408 (init_raw_breakpoint_without_location): New breakpoint_ops
4409 parameter. Use it.
4410 (set_raw_breakpoint_without_location): Adjust.
4411 (init_raw_breakpoint): New breakpoint_ops parameter. Pass it down.
4412 (set_raw_breakpoint): Adjust.
4413 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
4414 (catch_syscall_breakpoint_ops): Install NULL allocate_location,
4415 re_set and check_status methods.
4416 (init_catchpoint): Don't memset, initialize thread, addr_string
4417 and enable_state. Pass the ops down to init_raw_breakpoint.
4418 (install_catchpoint): Rename to ...
4419 (install_breakpoint): ... this, and make extern.
4420 (create_fork_vfork_event_catchpoint): Adjust.
4421 (catch_exec_breakpoint_ops): Install NULL allocate_location,
4422 re_set and check_status methods.
4423 (create_syscall_event_catchpoint): Adjust.
4424 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4425 (masked_watchpoint_breakpoint_ops): Install NULL
4426 allocate_location, re_set and check_status methods.
4427 (catch_exec_command_1): Adjust.
4428 (gnu_v3_exception_catchpoint_ops): Install NULL allocate_location,
4429 re_set and check_status methods.
4430 (create_ada_exception_breakpoint): Rename to ...
4431 (init_ada_exception_breakpoint): ... this. Add a struct
4432 breakpoint parameter, and delete the exp_string, cond_string and
4433 cond parameters. Use init_raw_breakpoint, and don't install or
4434 mention the breakpoint yet. Don't clear breakpoint fields that
4435 init_raw_breakpoint already clears.
4436 (re_set_breakpoint): Delete, split into ...
4437 (breakpoint_re_set_default, prepare_re_set_context): ... these new
4438 functions.
4439 (breakpoint_re_set_one): Call the breakpoint's
4440 breakpoint_ops->re_set implementation, if there's one. Adjust.
4441 * breakpoint.h: Forward declare struct bpstats and struct bp_location.
4442 (struct bp_location_ops): New type.
4443 (struct bp_location): New field `ops'.
4444 (struct breakpoint_ops): New `allocate_location', `re_set' and
4445 `check_status' fields. Make `breakpoint_hit''s description match
4446 reality.
4447 (init_bp_location): Declare.
4448 (breakpoint_re_set_default): Declare.
4449 (create_ada_exception_breakpoint): Rename to ...
4450 (init_ada_exception_breakpoint): ... this. Add a struct
4451 breakpoint parameter, and delete the exp_string, cond_string and
4452 cond parameters.
4453 (install_breakpoint): Declare.
4454 * ada-lang.c: Include exceptions.h.
4455 <Ada exceptions description>: Update.
4456 (struct ada_catchpoint_location): New type.
4457 (ada_catchpoint_location_dtor): New function.
4458 (ada_catchpoint_location_ops): New global.
4459 (ada_catchpoint): New type.
4460 (create_excep_cond_exprs): New function.
4461 (dtor_exception, allocate_location_exception, re_set_exception)
4462 (should_stop_exception, check_status_exception): New functions.
4463 (print_one_exception, print_mention_exception)
4464 (print_recreate_exception): Adjust.
4465 (dtor_catch_exception, allocate_location_catch_exception)
4466 (re_set_catch_exception, check_status_catch_exception): New
4467 functions.
4468 (catch_exception_breakpoint_ops): Install them.
4469 (dtor_catch_exception_unhandled)
4470 (allocate_location_catch_exception_unhandled)
4471 (re_set_catch_exception_unhandled)
4472 (check_status_catch_exception_unhandled): New functions.
4473 (catch_exception_unhandled_breakpoint_ops): Install them.
4474 (dtor_catch_assert, allocate_location_catch_assert)
4475 (re_set_catch_assert, check_status_catch_assert): New functions.
4476 (catch_assert_breakpoint_ops): Install them.
4477 (ada_exception_catchpoint_p): Delete.
4478 (catch_ada_exception_command_split)
4479 (ada_exception_catchpoint_cond_string): Rename exp_string
4480 parameter to excep_string. Adjust.
4481 (ada_parse_catchpoint_condition): Delete.
4482 (ada_exception_sal): Rename the exp_string parameter to
4483 excep_string. Delete the cond_string and cond parameters.
4484 Adjust.
4485 (ada_decode_exception_location): Rename the exp_string parameter
4486 to excep_string. Delete the cond_string and cond parameters.
4487 Adjust.
4488 (create_ada_exception_catchpoint): New function.
4489 (catch_ada_exception_command, ada_decode_assert_location)
4490 (catch_assert_command): Adjust.
4491 * ada-lang.h (ada_exception_catchpoint_p): Delete declaration.
4492
9ac4176b
PA
44932011-06-22 Pedro Alves <pedro@codesourcery.com>
4494
4495 * ada-lang.c: Include arch-utils.h.
4496 (ada_decode_exception_location): Make static.
4497 (catch_ada_exception_command): Moved here from breakpoint.c.
4498 (ada_decode_assert_location): Make static.
4499 (catch_assert_command): Moved here from breakpoint.c.
4500 (_initialize_ada_lang): Install the exception and assert
4501 catchpoint commands here.
4502 * ada-lang.h (ada_decode_exception_location)
4503 (ada_decode_assert_location): Delete declarations.
4504 * breakpoint.c (CATCH_PERMANENT, CATCH_TEMPORARY): Moved to
4505 breakpoint.h.
4506 (create_ada_exception_breakpoint): Make extern.
4507 (catch_ada_exception_command, catch_assert_command): Moved to
4508 ada-lang.c.
4509 (add_catch_command): Make extern.
4510 (_initilize_breakpoint): Don't install the exception and assert
4511 catchpoint commands here.
4512 * breakpoint.h (CATCH_PERMANENT, CATCH_TEMPORARY): Moved from
4513 breakpoint.c
4514 (add_catch_command, create_ada_exception_breakpoint): Declare.
4515
c56053d2
PA
45162011-06-22 Pedro Alves <pedro@codesourcery.com>
4517
4518 * breakpoint.c (init_raw_breakpoint_without_location): Don't add
4519 the breakpoint to the breakpoint chain here.
4520 (set_raw_breakpoint_without_location): Add the breakpoint to the
4521 breakpoint chain here.
4522 (init_raw_breakpoint): Adjust comments.
4523 (set_raw_breakpoint): Add the breakpoint to the breakpoint chain
4524 here.
4525 (init_catchpoint): Don't set the catchpoint's breakpoint number
4526 here.
4527 (install_catchpoint): New function.
4528 (create_fork_vfork_event_catchpoint)
4529 (create_syscall_event_catchpoint, catch_exec_command_1): Adjust to
4530 use install_catchpoint.
4531
d2f3fc74
PA
45322011-06-22 Pedro Alves <pedro@codesourcery.com>
4533
4534 * breakpoint.c (create_catchpoint_without_mention)
4535 (create_catchpoint): Delete.
4536
b4d90040
PA
45372011-06-22 Pedro Alves <pedro@codesourcery.com>
4538
4539 * breakpoint.h (struct breakpoint): Delete field `exec_pathname'.
4540 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4541 reference to exec_pathname.
4542 (struct exec_catchpoint): New type.
4543 (dtor_catch_exec): New function.
4544 (insert_catch_exec, print_it_catch_exec, print_one_catch_exec): Adjust.
4545 (catch_exec_breakpoint_ops): Install dtor_catch_syscall.
4546 (catch_exec_command_1): Adjust to use init_catchpoint.
4547 (delete_breakpoint): Remove reference to exec_pathname.
4548
be5c67c1
PA
45492011-06-22 Pedro Alves <pedro@codesourcery.com>
4550
4551 * breakpoint.h (struct breakpoint_ops): New field `dtor'.
4552 (struct breakpoint): Delete field `syscalls_to_be_caught'.
4553 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4554 reference to syscalls_to_be_caught.
4555 (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops): Install a
4556 NULL `dtor'.
4557 (struct syscall_catchpoint): New type.
4558 (dtor_catch_syscall): New function.
4559 (insert_catch_syscall, remove_catch_syscall)
4560 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
4561 (print_recreate_catch_syscall): Adjust.
4562 (catch_syscall_breakpoint_ops): Install dtor_catch_syscall.
4563 (catch_exec_breakpoint_ops): Install a NULL `dtor'.
4564 (create_syscall_event_catchpoint): Adjust to use init_catchpoint.
4565 (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
4566 (masked_watchpoint_breakpoint_ops)
4567 (gnu_v3_exception_catchpoint_ops): Install a NULL `dtor'.
4568 (delete_breakpoint): Call the `dtor' breakpoint_ops method, if
4569 there is one. Remove references to syscalls_to_be_caught.
4570 (catching_syscall_number): Adjust.
4571 * ada-lang.c (catch_exception_breakpoint_ops)
4572 (catch_exception_unhandled_breakpoint_ops)
4573 (catch_assert_breakpoint_ops): Install a NULL `dtor'.
4574
e29a4733
PA
45752011-06-22 Pedro Alves <pedro@codesourcery.com>
4576
4577 * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
4578 field.
4579 * breakpoint.c (init_raw_breakpoint_without_location): Remove
4580 reference to forked_inferior_pid.
4581 (struct fork_catchpoint): New type.
4582 (breakpoint_hit_catch_fork, print_it_catch_fork)
4583 (print_one_catch_fork, breakpoint_hit_catch_vfork)
4584 (print_it_catch_vfork, print_one_catch_vfork): Adjust.
4585 (create_fork_vfork_event_catchpoint): Adjust to use
4586 init_catchpoint.
4587
346774a9
PA
45882011-06-22 Pedro Alves <pedro@codesourcery.com>
4589
4590 * breakpoint.c (add_to_breakpoint_chain)
4591 (init_raw_breakpoint_without_location): New functions, factored
4592 out from ...
4593 (set_raw_breakpoint_without_location): ... this one.
4594 (init_raw_breakpoint): New function, factored out from
4595 set_raw_breakpoint and adjusted to use
4596 init_raw_breakpoint_without_location.
4597 (set_raw_breakpoint): Adjust.
4598 (init_catchpoint): New function, factored out from
4599 create_catchpoint_without_mention and adjusted to use
4600 init_raw_breakpoint.
4601 (create_catchpoint_without_mention): Adjust.
4602
c38c4bc5
TT
46032011-06-22 Tom Tromey <tromey@redhat.com>
4604
4605 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_convert>: Treat type
4606 argument of 0 specially.
4607
b138ce37
YQ
46082011-06-22 Yao Qi <yao@codesourcery.com>
4609
4610 * infrun.c (handle_inferior_event): Remove write-only local variable
4611 `sw_single_step_trap_p'.
4612
03de6823
TT
46132011-06-20 Tom Tromey <tromey@redhat.com>
4614
4615 * symtab.c (lookup_language_this): End loop if block is NULL.
4616
66a17cb6
TT
46172011-06-17 Tom Tromey <tromey@redhat.com>
4618
4619 * valops.c (value_of_this): Use lookup_language_this.
4620 * symtab.h (lookup_language_this): Declare.
4621 * symtab.c (lookup_language_this): New function.
4622 (lookup_symbol_aux): Use lookup_language_this.
4623 * ax-gdb.c (gen_expr) <OP_THIS>: Use lookup_language_this.
4624
7518bff5
TT
46252011-06-17 Tom Tromey <tromey@redhat.com>
4626
4627 * value.h (value_of_this): Update.
4628 (value_of_local): Remove.
4629 * valops.c (value_of_this): Rename from value_of_local. Change
4630 parameters.
4631 * p-exp.y (exp): Update.
4632 (variable): Likewise.
4633 * eval.c (evaluate_subexp_standard) <OP_THIS>: Use value_of_this.
4634
aee28ec6
TT
46352011-06-17 Tom Tromey <tromey@redhat.com>
4636
4637 * valops.c (value_of_local): Complain if NAME is NULL.
4638 * std-operator.def (OP_OBJC_SELF): Remove.
4639 * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove.
4640 * objc-exp.y (name_not_typename): Use OP_THIS.
4641 * expprint.c (print_subexp_standard) <OP_THIS>: Print language's
4642 name for "this".
4643 <OP_OBJC_SELF>: Remove.
4644 * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
4645
eed8f803
TG
46462011-06-16 Tristan Gingold <gingold@adacore.com>
4647
4648 * python/py-events.h (gdb_py_events): Make it extern.
4649 * python/py-evtregistry.c (gdb_py_events): Declare.
4650
864ac8a7
HZ
46512011-06-16 Hui Zhu <teawater@gmail.com>
4652
4653 * remote.c (remote_trace_set_readonly_regions): Add check for
4654 remote_protocol_packets[PACKET_qXfer_traceframe_info].support before
4655 output warning.
4656
ef7e8358
UW
46572011-06-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4658
4659 * arm-linux-tdep.c: Include "auxv.h".
4660 (AT_HWCAP): Define.
4661 (ARM_LINUX_SIZEOF_VFP): Define.
4662 (arm_linux_supply_vfp): New function.
4663 (arm_linux_collect_vfp): Likewise.
4664 (arm_linux_regset_from_core_section): Handle .reg-arm-vfp sections.
4665 (arm_linux_fpa_regset_sections): New variable.
4666 (arm_linux_vfp_regset_sections): Likewise.
4667 (arm_linux_core_read_description): New function.
4668 (arm_linux_init_abi): Install arm_linux_core_read_description and
4669 arm_linux_fpa_regset_sections or arm_linux_vfp_regset_sections as
4670 appropriate for the architecture.
4671 * arm-tdep.h (struct gdbarch_tdep): Add member "vfpregset".
4672 (tdesc_arm_with_m): Declare.
4673 (tdesc_arm_with_iwmmxt): Likewise.
4674 (tdesc_arm_with_vfpv2): Likewise.
4675 (tdesc_arm_with_vfpv3): Likewise.
4676 (tdesc_arm_with_neon): Likewise.
4677 * arm-linux-nat.c: Move features/*.c includes ...
4678 * arm-tdep.c: ... here.
4679 * arm-linux-nat.c (arm_linux_read_description): Move initializing
4680 target description data structures ...
4681 * arm-tdep.c (_initialize_arm_tdep): ... here.
4682 * arm-linux-nat.c (HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3,
4683 HWCAP_VFPv3D16): Move definitions ...
4684 * arm-linux-tdep.h: ... here.
4685
c2fa21f1
HZ
46862011-06-15 Hui Zhu <teawater@gmail.com>
4687
4688 * remote.c (remote_trace_set_readonly_regions): Add a check for
4689 target_buf_size.
4690
dd707e8e
TT
46912011-06-14 Tom Tromey <tromey@redhat.com>
4692
4693 * coffread.c (coffread_objfile): Rename from current_objfile.
4694 * dbxread.c (dbxread_objfile): Rename from current_objfile.
4695 * mdebugread.c (mdebugread_objfile): Rename from current_objfile.
4696
86cc0029
TT
46972011-06-14 Tom Tromey <tromey@redhat.com>
4698
4699 * jv-lang.c (jv_type_objfile_data_key, dynamics_objfile)
4700 (class_symtab): Remove.
4701 (jv_dynamics_progspace_key): New global.
4702 (jv_per_objfile_free): Reset program space data. Update assert.
4703 Don't clear globals.
4704 (get_dynamics_objfile): Use and set program space data.
4705 (get_java_class_symtab): Use get_dynamics_objfile.
4706 (add_class_symbol): Likewise.
4707 (java_link_class_type): Likewise.
4708 (java_object_type, jv_clear_object_type, set_java_object_type):
4709 Remove.
4710 (get_java_object_type): Update. Don't cache result.
4711 (is_object_type): Don't call set_java_object_type.
4712 (_initialize_java_language): Don't set jv_type_objfile_data_key;
4713 initialize jv_dynamics_progspace_key.
4714
91a81f69
TT
47152011-06-14 Tom Tromey <tromey@redhat.com>
4716
4717 * symtab.h (current_objfile): Don't declare.
4718 * objfiles.h (current_objfile): Don't declare.
4719 * objfiles.c (current_objfile): Remove.
4720 * mdebugread.c (current_objfile): New file-scope global.
4721 * dbxread.c (current_objfile): New file-scope global.
4722 * coffread.c (current_objfile): New file-scope global.
4723
dc7eb48e
PA
47242011-06-13 Pedro Alves <pedro@codesourcery.com>
4725
4726 * top.h (line): Rename to ...
4727 (saved_command_line): ... this.
4728 (linesize): Rename to ...
4729 (saved_command_line_size): ... this.
4730 * top.c (line): Rename to ...
4731 (saved_command_line): ... this.
4732 (linesize): Rename to ...
4733 (saved_command_line_size): ... this.
4734 (dont_repeat, command_line_input, dont_repeat_command): Adjust.
4735 * event-top.c (command_line_handler): Adjust.
4736 * main.c (captured_main): Adjust.
4737
0d6c2135
MK
47382011-06-12 Mark Kettenis <kettenis@gnu.org>
4739
4740 * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call
4741 get_frame_func instead of get_frame_pc to determine the code
4742 address used to construct the frame ID.
4743 (i386_epilogue_frame_unwind_stop_reason): Fix coding style.
4744 (i386_epilogue_frame_this_id): Likewise.
4745 (i386_epilogue_frame_prev_register): New function.
4746 (i386_epilogue_frame_unwind): Use i386_epilogue_frame_prev_register.
4747 (i386_stack_tramp_frame_sniffer): Fix coding style.
4748 (i386_stack_tramp_frame_unwind): Use i386_epilogue_frame_prev_register.
4749 (i386_gdbarch_init): Fix comments.
4750
8bbdd3f4
MK
47512011-06-12 Mark Kettenis <kettenis@gnu.org>
4752
4753 * i386-tdep.c (i386_match_insn_block): Use length of the proper
4754 instruction when walking back through the instruction stream.
4755
533a737e
JK
47562011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4757
4758 * symtab.c (output_partial_symbol_filename): Exchange the filename and
4759 fullname parameters order.
4760
44b13c5a
JK
47612011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4762
4763 Code cleanup.
4764 * dwarf2read.c (dw2_map_symbol_filenames): Use symbol_filename_ftype
4765 for fun.
4766 * psymtab.c (map_symbol_filenames_psymtab)
4767 (map_partial_symbol_filenames): Likewise.
4768 * psymtab.h: Include symfile.h.
4769 (map_partial_symbol_filenames): Use symbol_filename_ftype for fun.
4770 * symfile.h (symbol_filename_ftype): New.
4771 (struct quick_symbol_functions): Use symbol_filename_ftype for fun of
4772 map_symbol_filenames, clarify more the naming in comment.
4773
0b5574da
DE
47742011-06-07 Doug Evans <dje@google.com>
4775
4776 * cc-with-index.sh: Fix typos in comment.
b8e9bd6c 4777 Look for ../../gdb, for fullname.exp.
0b5574da 4778
5be4dfca
JK
47792011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4780 Pedro Alves <pedro@codesourcery.com>
4781
4782 * cli/cli-cmds.c (shell_escape): Use waitpid.
4783 * rs6000-nat.c (exec_one_dummy_insn): Likewise.
4784
316a8b21
TG
47852011-06-07 Tristan Gingold <gingold@adacore.com>
4786
4787 * xcoffread.c (dwarf2_xcoff_names): New variable.
4788 (aix_process_linenos): Add a guard.
4789 (xcoff_symfile_finish): Free dwarf2.
4790 (xcoff_initial_scan): Add dwarf2 support.
4791
3dd5b83d
PA
47922011-06-06 Pedro Alves <pedro@codesourcery.com>
4793
4794 * infcall.c (run_inferior_call): Don't mask async. Instead force
4795 a synchronous wait, if the target can async.
4796
4797 * target.h (struct target_ops): Delete to_async_mask.
4798 (target_async_mask): Delete.
4799 * target.c (update_current_target): Delete references to to_async_mask.
4800 * linux-nat.c (linux_nat_async_mask_value): Delete.
4801 (linux_nat_is_async_p, linux_nat_can_async_p): Remove references
4802 to linux_nat_async_mask_value.
4803 (linux_nat_async_mask): Delete.
4804 (linux_nat_async, linux_nat_close): Remove references to
4805 linux_nat_async_mask_value.
4806 * record.c (record_async_mask_value): Delete.
4807 (record_async): Remove references to record_async_mask_value.
4808 (record_async_mask): Delete.
4809 (record_can_async_p, record_is_async_p): Remove references to
4810 record_async_mask_value.
4811 (init_record_ops, init_record_core_ops): Remove references to
4812 record_async_mask.
4813 * remote.c (remote_async_mask_value): Delete.
4814 (init_remote_ops): Remove reference to remote_async_mask.
4815 (remote_can_async_p, remote_is_async_p): Remove references to
4816 remote_async_mask_value.
4817 (remote_async): Remove references to remote_async_mask_value.
4818 (remote_async_mask): Delete.
4819
4820 * infrun.c (fetch_inferior_event): Don't claim registers changed
4821 if the current thread is already not executing.
4822
64b9b334
JB
48232011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
4824
4825 From Stephen Kitt <steve@sk2.org>
4826 * breakpoint.c, breakpoint.h, cli/cli-dump.c, dwarf2expr.c,
4827 gdbarch.c, gdbarch.sh, remote.c: Various spelling fixes.
4828
325663dc
JB
48292011-06-03 Joel Brobecker <brobecker@adacore.com>
4830
4831 * dwarf2expr.c (execute_stack_op) [DW_OP_deref]: Handle
4832 the case where ADDR_SIZE is different from TYPE_LENGTH (type).
4833
8cf64490
TT
48342011-06-03 Tom Tromey <tromey@redhat.com>
4835
4836 * python/py-inferior.c (python_inferior_exit): Use inferior's exit
4837 code fields.
4838 * python/py-exitedevent.c (create_exited_event_object): Change
4839 type of 'exit_code'. Optionally add exit_code attribute.
4840 (emit_exited_event): Change type of 'exit_code'.
4841 * python/py-event.h (emit_exited_event): Update.
4842 * mi/mi-interp.c (mi_inferior_exit): Print exit code.
4843 * infrun.c (handle_inferior_event): Set exit code fields on
4844 inferior.
4845 * inferior.h (struct inferior) <has_exit_code, exit_code>: New
4846 fields.
4847 * inferior.c (exit_inferior_1): Initialize new fields.
4848
8ddd9a20
TT
48492011-06-03 Tom Tromey <tromey@redhat.com>
4850
4851 * dwarf2expr.c (get_signed_type): New function.
4852 (execute_stack_op) <DW_OP_shra>: Always perform a signed shift.
4853
8dfd1e6d
KS
48542011-06-02 Keith Seitz <keiths@redhat.com>
4855
4856 * objc-lang.c (find_methods): Increment objfile_csym earlier.
4857
65fdb766
PA
48582011-06-02 Pedro Alves <pedro@codesourcery.com>
4859
4860 * top.h (simplified_command_loop): Delete declaration.
4861
f4b8c29b
MF
48622011-06-01 Mike Frysinger <vapier@gentoo.org>
4863
4864 * remote-sim.c (gdbsim_open): Add the strlen of " --sysroot=" and
4865 gdb_sysroot to the "len" variable. Append both to "arg_buf".
4866
1706c199
YQ
48672011-06-01 Yao Qi <yao@codesourcery.com>
4868
4869 * objfiles.h (obj_section_addr): Update reference to objfile from
4870 `abfd' to `obfd'.
4871 (obj_section_endaddr): Likewise.
4872
d19cd713 48732011-06-01 Daniel Jacobowitz <drow@false.org>
8d07004d
DJ
4874
4875 * MAINTAINERS: Update my email address and affiliation. Also
4876 update Ian Lance Taylor's affiliation. Use UTF-8 for ludo@gnu.org.
4877
e8eb7bc5
KS
48782010-05-31 Keith Seitz <keiths@redhat.com>
4879
4880 PR c++/12750
4881 * linespec.c (get_search_block): New function.
4882 (find_methods): Add FILE_SYMTATB parameter and use it and
4883 get_search_block to pass an appropriate block to
4884 lookup_symbol_in_namespace.
4885 (decode_line_1): Record if *ARGPTR is single-quote enclosed.
4886 Check if *ARGPTR starts with a filename first.
4887 If it does, call locate_first_half again to locate the next
4888 "first half" of the linespec.
4889 Pass FILE_SYMTATB to decode_objc and decode_compound.
4890 Swallow the trailing single-quote if IS_SQUOTE_ENCLOSED.
4891 (locate_first_half): Stop on the first colon seen.
4892 (decode_compound): Add FILE_SYMTAB parameter.
4893 Pass FILE_SYMTAB to lookup_prefix_sym and find_method.
4894 (lookup_prefix_sym): Add FILE_SYMTAB parameter and use
4895 get_search_block with lookup_symbol.
4896 (find_method): Add FILE_SYMTAB parameter and pass it to
4897 find_methods.
4898 (decode_objc): Use get_search_block.
4899
2b1dbab0
KS
49002010-05-31 Keith Seitz <keiths@redhat.com>
4901
4902 PR symtab/12704
4903 * cp-namespace.c (ANONYMOUS_NAMESPACE_LEN): Remove.
4904 (cp_scan_for_anonymous_namespaces): Use CP_ANONYMOUS_NAMESPACE_STR
4905 and CP_ANONYMOUS_NAMESPACE_LEN.
4906 (cp_is_anonymous): Likewise.
4907 * cp-support.h (CP_ANONYMOUS_NAMESPACE_STR): Define.
4908 (CP_ANONYMOUS_NAMESPACE_LEN): Define.
4909 * dwarf2read.c (namespace_name): Likewise.
4910 (fixup_partial_die): Likewise.
4911 * linespec.c (decode_compound): If CP_ANONYMOUS_NAMESPACE_STR is
4912 seen in the input, keep it.
4913
6d549500
PA
49142011-05-30 Pedro Alves <pedro@codesourcery.com>
4915
4916 * target.h (enum inferior_event_type): Delete INF_QUIT_REQ.
4917 * inf-loop.h (inferior_event_handler_wrapper): Delete.
4918 * inf-loop.c (inferior_event_handler_wrapper): Delete.
4919 (inferior_event_handler): Don't handle INF_QUIT_REQ.
4920 * remote.c (_initialize_remote): Register
4921 async_remote_interrupt_twice directly as
4922 sigint_remote_twice_token event.
4923
395bff70
PA
49242011-05-30 Pedro Alves <pedro@codesourcery.com>
4925
4926 * target.h (enum inferior_event_type): Delete INF_ERROR.
4927 * inf-loop.c (inferior_event_handler): Don't handle INF_ERROR.
4928
97224164
PA
49292011-05-30 Pedro Alves <pedro@codesourcery.com>
4930
4931 * interps.c (interp_set): Don't cancel continuations.
4932
07e78767
JK
49332011-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4934
4935 * linux-nat.c (linux_lwp_is_zombie): Use xsnprintf.
4936
fa4cd53f
PA
49372011-05-30 Pedro Alves <pedro@codesourcery.com>
4938
4939 * continuations.h (continuation_ftype): Add `err' parameter.
4940 Document parameters.
4941 (do_all_continuations, do_all_continuations_thread)
4942 (do_all_intermediate_continuations)
4943 (do_all_intermediate_continuations_thread)
4944 (do_all_inferior_continuations): Add `err' parameter.
4945 * continuations.c (do_my_continuations_1, do_my_continuations)
4946 (do_all_inferior_continuations, do_all_continuations_ptid)
4947 (do_all_continuations_thread_callback)
4948 (do_all_continuations_thread, do_all_continuations)
4949 (do_all_intermediate_continuations_thread_callback)
4950 (do_all_intermediate_continuations_thread)
4951 (do_all_intermediate_continuations): Add `err' parameter, and pass
4952 it down all the way to the continuations proper.
4953 * inf-loop.c (inferior_event_handler): If fetching an inferior
4954 event throws an error, don't pop the target, and still call the
4955 continuations, but with `err' set. Adjust all other continuation
4956 calls.
4957 * breakpoint.c (until_break_command_continuation): Add `err'
4958 parameter.
4959 * infcmd.c (step_1_continuation): Add `err' parameter. Don't
4960 issue another step if `err' is set.
4961 (struct until_next_continuation_args): New.
4962 (until_next_continuation): Add `err' parameter. Adjust.
4963 (until_next_command): Adjust.
4964 (struct finish_command_continuation_args): Add `thread' field.
4965 (finish_command_continuation): Add `err' parameter. Handle it.
4966 (finish_forward): Adjust.
4967 (attach_command_continuation): Add `err' parameter. Handle it.
4968 * infrun.c (infrun_thread_stop_requested_callback): Adjust to
4969 cancel the continuations.
4970 * interps.c (interp_set): Adjust to cancel the continuations.
4971 * thread.c (clear_thread_inferior_resources): Adjust to cancel the
4972 continuations rather than discarding.
4973 (free_thread): Don't clear thread inferior resources here.
4974 (delete_thread_1): Do it here instead. And do it before removing
4975 the thread from the threads list. Tag the thread as exited before
4976 clearing thread inferior resources.
4977
c2949be0
JB
49782011-05-30 Joel Brobecker <brobecker@adacore.com>
4979
4980 * infcall.c (call_function_by_hand): Rephrase error message.
4981
619cebe8
PA
49822011-05-27 Pedro Alves <pedro@codesourcery.com>
4983
4984 * defs.h (struct thread_info, struct inferior): Delete forward
4985 declarations.
4986 * breakpoint.h (struct thread_info): New forward declaration.
4987 * observer.sh (struct inferior): New forward declaration.
4988 * python/python-internal.h (struct inferior): New forward
4989 declaration.
4990
be34f849
PA
49912011-05-27 Pedro Alves <pedro@codesourcery.com>
4992
4993 * defs.h (struct continuation, continuation_ftype)
4994 (continuation_free_arg_ftype, add_continuation)
4995 (do_all_continuations, do_all_continuations_thread)
4996 (discard_all_continuations, discard_all_continuations_thread)
4997 (add_intermediate_continuation, do_all_intermediate_continuations)
4998 (do_all_intermediate_continuations_thread)
4999 (discard_all_intermediate_continuations)
5000 (discard_all_intermediate_continuations_thread)
5001 (add_inferior_continuation, do_all_inferior_continuations)
5002 (discard_all_inferior_continuations): Move to ...
5003 * continuations.h: ... this new file.
5004 * breakpoint.c, continuations.c, event-top.c, inf-loop.c,
5005 infcmd.c, inferior.c, infrun.c, interps.c: Include
5006 continuations.h.
5007
432b4d03
JK
50082011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5009 Doug Evans <dje@google.com>
5010
5011 Fix PR 10970, PR 12702.
5012 * linux-nat.c (linux_lwp_is_zombie): New function.
5013 (wait_lwp): Initialize status. New variable prev_mask. Block signals.
5014 Check for linux_lwp_is_zombie. Use WNOHANG and sigsuspend.
5015
b0f260d6
PA
50162011-05-27 Pedro Alves <pedro@codesourcery.com>
5017
5018 * defs.h (continuation_ftype, continuation_free_arg_ftype): New
5019 typedefs.
5020 (add_continuation, add_intermediate_continuation)
5021 (add_inferior_continuation): Use them.
5022 * continuations.c (struct continuation): Use them.
5023 (make_continuation_ftype): Delete.
5024 (make_continuation, add_inferior_continuation, add_continuation)
5025 (add_intermediate_continuation): Use continuation_ftype and
5026 continuation_free_arg_ftype. Rename parameters to shorter names.
5027
af1e9a32
PA
50282011-05-27 Pedro Alves <pedro@codesourcery.com>
5029
5030 * continuations.c (make_continuation): Make it return void.
5031 (do_my_continuations): Rename to ...
5032 (do_my_continuations_1): ... this. Remove old_chain parameter and
5033 adjust.
5034 (do_my_continuations): New.
5035 (discard_my_continuations): Rename to ...
5036 (discard_my_continuations_1): ... this. Remove old_chain
5037 parameter and adjust.
5038 (discard_my_continuations): New.
5039 (add_inferior_continuation): Simplify.
5040 (do_all_inferior_continuations): Reimplement on top
5041 do_my_continuations.
5042 (discard_all_inferior_continuations): Simplify.
5043 (add_continuation): Simplify.
5044 (do_all_continuations_ptid): Simplify.
5045 (discard_all_continuations_thread_callback): Simplify.
5046 (add_intermediate_continuation): Simplify.
5047 (discard_all_intermediate_continuations_thread_callback):
5048 Simplify.
5049
50c0c017
PA
50502011-05-27 Pedro Alves <pedro@codesourcery.com>
5051
5052 * utils.c (struct continuation, add_continuation)
5053 (add_inferior_continuation)
5054 (do_all_inferior_continuations, discard_all_inferior_continuations)
5055 (restore_thread_cleanup, do_all_continuations_ptid)
5056 (do_all_continuations_thread_callback)
5057 (do_all_continuations_thread, do_all_continuations)
5058 (discard_all_continuations_thread_callback)
5059 (discard_all_continuations_thread, discard_all_continuations)
5060 (add_intermediate_continuation)
5061 (do_all_intermediate_continuations_thread_callback)
5062 (do_all_intermediate_continuations_thread)
5063 (do_all_intermediate_continuations)
5064 (discard_all_intermediate_continuations_thread_callback)
5065 (discard_all_intermediate_continuations_thread)
5066 (discard_all_intermediate_continuations): Move to ...
5067 * continuations.c: ... this new file, and adjust to no longer
5068 implement continuations on top of cleanups.
5069 * Makefile.in (SFILES): Add continuations.c.
5070 (COMMON_OBS): Add continuations.o.
5071
d8b34453
PA
50722011-05-26 Pedro Alves <pedro@codesourcery.com>
5073
5074 * inferior.h (enum exec_direction_kind): Delete EXEC_ERROR.
5075 * infrun.c (show_exec_direction_func): Don't handle EXEC_ERROR.
5076 Internal error on invalid values.
5077 * reverse.c: Don't handle EXEC_ERROR.
5078 * mi/mi-main.c: Don't handle EXEC_ERROR.
5079
32231432
PA
50802011-05-26 Pedro Alves <pedro@codesourcery.com>
5081
5082 * record.c: Include event-loop.h, inf-loop.h.
5083 (record_beneath_to_async): New global.
5084 (tmp_to_async): New global.
5085 (record_async_inferior_event_token): New global.
5086 (record_open_1): Don't error out if async is enabled.
5087 (record_open): Handle to_async. Create an async event source in
5088 the event loop.
5089 (record_close): Delete the async event source.
5090 (record_resumed): New global.
5091 (record_execution_dir): New global.
5092 (record_resume, record_core_resume): Set them. Register the
5093 target on the event loop.
5094 (record_wait): Rename to ...
5095 (record_wait_1): ... this. Add more debug output. Handle
5096 TARGET_WNOHANG, and the target beneath returning
5097 TARGET_WAITKIND_IGNORE.
5098 (record_wait): Reimplement on top of record_wait_1.
5099 (record_async_mask_value): New global.
5100 (record_async, record_async_mask, record_can_async_p)
5101 (record_is_async_p, record_execution_direction): New functions.
5102 (init_record_ops, init_record_core_ops): Install new methods.
5103 * infrun.c (fetch_inferior_event): Temporarily switch the global
5104 execution direction to the direction the target was going.
5105 (execution_direction): Change type to int.
5106 * target.c (default_execution_direction): New function.
5107 (update_current_target): Inherit and de_fault
5108 to_execution_direction.
5109 * target.h (struct target_ops) <to_execution_direction>: New
5110 field.
5111 (target_execution_direction): New macro.
5112 * inferior.h (execution_direction): Change type to int.
5113
949dc678
PA
51142011-05-26 Pedro Alves <pedro@codesourcery.com>
5115
5116 * infcall.c (call_function_by_hand): Don't allow calling functions
5117 in reverse execution mode.
5118
c13bd2b5
PA
51192011-05-26 Pedro Alves <pedro@codesourcery.com>
5120
5121 * infcmd.c (finish_command): Allow async finish in reverse.
5122
6938fd34
YQ
51232011-05-26 Yao Qi <yao@codesourcery.com>
5124
5125 * gdb_thread_db.h: Delete. Move to ...
5126 * common/gdb_thread_db.h: ... here.
5127
9da8c2a0
PA
51282011-05-26 Pedro Alves <pedro@codesourcery.com>
5129
5130 * infcmd.c (finish_backward): Set a step-resume breakpoint at the
5131 function's entry point instead of a manually managed momentary
5132 breakpoint, and only ever issue one proceed call.
5133 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_STEP_RESUME>: If
5134 doing a reverse-finish, switch to stepi mode, to do another step.
5135 (insert_step_resume_breakpoint_at_sal): Make public.
5136 (normal_stop): No need to save function value return registers if
5137 going reverse.
5138 * inferior.h (insert_step_resume_breakpoint_at_sal): Declare.
5139
2c03e5be
PA
51402011-05-26 Pedro Alves <pedro@codesourcery.com>
5141
5142 * breakpoint.h (enum bptype) <bp_hp_step_resume>: New.
5143 (enum bpstat_what_main_action): Move BPSTAT_WHAT_STEP_RESUME
5144 before BPSTAT_WHAT_STOP_SILENT. Add BPSTAT_WHAT_HP_STEP_RESUME
5145 at the end.
5146 * breakpoint.c (update_breakpoints_after_exec): Also delete hp
5147 step-resume breakpoints.
5148 (print_it_typical): Handle bp_hp_step_resume.
5149 (bpstat_what): Ditto.
5150 (bptype_string): Ditto.
5151 (print_one_breakpoint_location): Ditto.
5152 (allocate_bp_location): Ditto.
5153 (mention): Ditto.
5154 (breakpoint_re_set_one): Ditto.
5155 * infrun.c (handle_inferior_event): Adjust. Split
5156 BPSTAT_WHAT_STEP_RESUME handling in BPSTAT_WHAT_STEP_RESUME and
5157 BPSTAT_WHAT_HP_STEP_RESUME.
5158 (insert_step_resume_breakpoint_at_sal): Rename to ...
5159 (insert_step_resume_breakpoint_at_sal_1): ... this. Add bptype
5160 parameter. Handle it.
5161 (insert_step_resume_breakpoint_at_sal): Reimplement on top of
5162 insert_step_resume_breakpoint_at_sal_1.
5163 (insert_step_resume_breakpoint_at_frame): Rename to ...
5164 (insert_hp_step_resume_breakpoint_at_frame): ... this. Adjust to
5165 set a high-priority step-resume breakpoint.
5166 (insert_step_resume_breakpoint_at_frame): Adjust comment.
5167 (insert_step_resume_breakpoint_at_caller): Ditto.
5168
51be5b68
PA
51692011-05-26 Pedro Alves <pedro@codesourcery.com>
5170
5171 * breakpoint.c (iterate_over_related_breakpoints): New.
5172 (do_map_delete_breakpoint): New.
5173 (delete_command): Pass do_map_delete_breakpoint to
5174 map_breakpoint_numbers.
5175 (do_disable_breakpoint): New.
5176 (do_map_disable_breakpoint): Iterate over the breakpoint's related
5177 breakpoints.
5178 (do_enable_breakpoint): Rename to ...
5179 (enable_breakpoint_disp): ... this.
5180 (enable_breakpoint): Adjust.
5181 (do_enable_breakpoint): New.
5182 (enable_once_breakpoint): Delete.
5183 (do_map_enable_breakpoint): New.
5184 (do_map_enable_once_breakpoint): New.
5185 (enable_once_command, enable_delete_command)
5186 (delete_trace_command): Iterate over the breakpoint's related
5187 breakpoints.
5188
4a1be8d2
PA
51892011-05-26 Pedro Alves <pedro@codesourcery.com>
5190
5191 * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
5192 for ALPHA_ZERO_REGNUM.
5193 (alpha_supply_int_regs): Explicitly supply zero as the value for
5194 ALPHA_ZERO_REGNUM in the register cache.
5195 * alpha-nat.c (fetch_osf_core_registers): Ditto.
5196
59d70315
YQ
51972011-05-26 Yao Qi <yao@codesourcery.com>
5198
5199 * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
5200
251d32d9
TG
52012011-05-26 Tristan Gingold <gingold@adacore.com>
5202
5203 * symfile.h (struct dwarf2_section_names): New type.
5204 (struct dwarf2_debug_sections): New type.
5205 (dwarf2_has_info): Add parameter.
5206 * dwarf2read.c (dwarf2_elf_names): New variable.
5207 (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
5208 (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
5209 (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
5210 (dwarf2_has_info): Add names parameter. Pass names
5211 to dwarf2_locate_sections.
5212 (section_is_p): Rewrite using the names parameter.
5213 (dwarf2_locate_sections): Use section names from the names parameter.
5214 * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
5215 * elfread.c (read_psyms): Ditto.
5216 * machoread.c (macho_symfile_read): Ditto.
5217
652c71b4
AS
52182011-05-25 Andreas Schwab <schwab@redhat.com>
5219
5220 PR gdb/8677
5221 * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
5222
f17170e5
KS
52232011-05-24 Keith Seitz <keiths@redhat.com>
5224
5225 PR breakpoint/12803
5226 * linespec.c (keep_name_info): Add handling for "volatile" keyword.
5227 (decode_compound): Unconditionally call keep_name_info.
5228
cdac0397
PA
52292011-05-24 Pedro Alves <pedro@codesourcery.com>
5230
5231 * breakpoint.c (watchpoint_check): If the watchpoint went out of
5232 scope, clear its command list.
5233 (map_breakpoint_numbers): Don't walk the related breakpoints list
5234 of each breakpoint.
5235
91d4fe3f
TT
52362011-05-24 Tom Tromey <tromey@redhat.com>
5237
5238 * MAINTAINERS: Move Jim Blandy to past maintainers.
5239
3017a003
TG
52402011-05-24 Tristan Gingold <gingold@adacore.com>
5241
5242 * symfile.h (enum dwarf2_section_enum): New type.
5243 (dwarf2_get_section_info): New prototype.
5244 * dwarf2read.c (dwarf2_get_section_info): Replace parameter
5245 section_name by sect. Use a switch to select the info.
5246 * dwarf2-frame.c (warf2_get_section_info): Remove prototype.
5247 (dwarf2_build_frame_info): Adjust calls to dwarf2_get_section_info.
5248
c91c8c16
PA
52492011-05-24 Pedro Alves <pedro@codesourcery.com>
5250
5251 * solib-svr4.c (svr4_solib_create_inferior_hook): Skip setting
5252 shared library event breakpoint if there's no execution.
5253
77bc418a
TJB
52542011-05-24 Thiago Jung Bauermann <bauerman@br.ibm.com>
5255
5256 * breakpont.c (remove_hw_watchpoints): Remove unused function.
5257 * breakpoint.h remove_hw_watchpoints(): Remove prototype.
5258
c50491a7
TT
52592011-05-23 Tom Tromey <tromey@redhat.com>
5260
5261 * c-lang.c (evaluate_subexp_c): Use expect_type if it is not
5262 NULL.
5263
6d64e6d4
DE
52642011-05-23 Doug Evans <dje@google.com>
5265
5266 * python/lib/gdb/printing.py (register_pretty_printer): Add missing
5267 entry for RuntimeError to doc string.
5268
2067c8d4
JG
52692011-05-23 Jerome Guitton <guitton@adacore.com>
5270
5271 * sparc-tdep.c (sparc_skip_stack_check): Recognize a new instruction
5272 sequence for probing loops.
5273
b136cd05
PA
52742011-05-23 Pedro Alves <pedro@codesourcery.com>
5275
5276 * infrun.c (user_visible_resume_ptid): Fix typos in describing
5277 comment.
5278
22e74ef9
MK
52792011-05-21 Mark Kettenis <kettenis@gnu.org>
5280
5281 * sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supply
5282 zero as the value for %g0 in the register cache.
5283 * sparc-tdep.c (sparc32_supply_gregset): Likewise.
5284 * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
5285
842951eb
PA
52862011-05-20 Pedro Alves <pedro@codesourcery.com>
5287
5288 * infrun.c (proceed): Set previous_inferior_ptid here.
5289 (init_wait_for_inferior): Initialize previous_inferior_ptid from
5290 inferior_ptid, not null_ptid.
5291 (wait_for_inferior): Don't initialize previous_inferior_ptid here.
5292 (fetch_inferior_event): Nor here.
5293
46cf51e6
PA
52942011-05-20 Pedro Alves <pedro@codesourcery.com>
5295
5296 * inf-loop.c (inferior_event_handler): Only output a message if
5297 verbose.
5298
29ef4c46
LM
52992011-05-20 Luis Machado <lgustavo@codesourcery.com>
5300
5301 * MAINTAINERS: Update my e-mail address.
5302
f148b27e
PA
53032011-05-20 Pedro Alves <pedro@codesourcery.com>
5304
5305 * infrun.c (proceed): Switch the inferior event loop to
5306 INF_EXEC_COMPLETE if the target refused to resume from a
5307 vfork/fork.
5308
09cee04b
PA
53092011-05-20 Pedro Alves <pedro@codesourcery.com>
5310
5311 * infcmd.c: Include "inf-loop.h".
5312 (step_once): When stepping into an inline subroutine, pretend the
5313 target has run. If the target can async, switch the inferior
5314 event loop to INF_EXEC_COMPLETE.
5315 * inferior.h (user_visible_resume_ptid): Declare.
5316 * infrun.c (user_visible_resume_ptid): New function, factored out
5317 from `resume'.
5318 (resume): Use it.
5319 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
5320 that the current thread is running. Merge async and sync
5321 branches.
5322
751b8ce1
PA
53232011-05-20 Pedro Alves <pedro@codesourcery.com>
5324
5325 * infcmd.c (step_1): Simplify synchronous case.
5326
e93a69ed
PA
53272011-05-20 Pedro Alves <pedro@codesourcery.com>
5328
5329 * tracepoint.c: Include exceptions.h.
5330 (TFILE_PID): Move higher in file.
5331 (tfile_open): Delay pushing the tfile target until we're assured
5332 the tfile header is present in the file. Wrap reading the initial
5333 newline-terminated lines in TRY_CATCH. Pop the target if the
5334 initial setup failed. Add the tfile's thread immediately
5335 aftwards, before any non-essential setup. Don't skip
5336 post_create_inferior if there are no traceframes present in the
5337 file.
5338 (tfile_close): Remove redundant check for null before xfree call.
5339 (tfile_thread_alive): New function.
5340 (init_tfile_ops): Register it as to_thread_alive callback.
5341
6823e2b1
PA
53422011-05-20 Pedro Alves <pedro@codesourcery.com>
5343
5344 * tracepoint.c (tfile_open): Delete #if 0'd code.
5345
b3c8eb43
JK
53462011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5347
5348 Fix -readnow for -gdwarf-4 unused type units.
5349 * dwarf2read.c (struct signatured_type): Remove the field offset.
5350 (create_signatured_type_table_from_index): Remove its initialization.
5351 (create_debug_types_hash_table): Likewise. Initialize per_cu.offset
5352 instead. Add a complaint call.
5353 (process_psymtab_comp_unit): Change assignment to gdb_assert.
5354 (process_type_comp_unit, lookup_die_type, dump_die_shallow)
5355 (lookup_signatured_type_at_offset, read_signatured_type)
5356 (write_one_signatured_type): Update the field for per_cu.
5357
310afc76
TT
53582011-05-19 Tom Tromey <tromey@redhat.com>
5359
5360 * python/py-inferior.c (python_inferior_exit): Use
5361 target_gdbarch.
5362 (python_on_resume): Likewise.
5363
cf6c5ffb
TT
53642011-05-19 Matt Rice <ratmice@gmail.com>
5365
5366 * breakpoint.c (bpstat_do_actions_1): Call prevent_dont_repeat.
5367
fb80a3c5
HZ
53682011-05-19 Hui Zhu <teawater@gmail.com>
5369
5370 * tracepoint.c (tfile_trace_find): Return directly when num is -1.
5371
3672b1be
HZ
53722011-05-19 Hui Zhu <teawater@gmail.com>
5373
5374 * xcoffread.c (read_xcoff_symtab): Initialize fcn_aux_saved.
5375
ff355380
TT
53762011-05-18 Tom Tromey <tromey@redhat.com>
5377
5378 * dwarf2read.c (dwarf2_add_field): Constify.
5379 * value.c (value_static_field): Constify.
5380 * gdbtypes.h (struct main_type) <field.field_location.physname>:
5381 Now const.
5382 * ax-gdb.c (gen_static_field): Constify
5383
ed731959
JK
53842011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * linux-nat.c (kill_callback): Use SIGKILL first.
5387
967cff16
JB
53882011-05-18 Joel Brobecker <brobecker@adacore.com>
5389
5390 * ada-lang.c (print_it_exception): Avoid use of sprintf.
5391
1d06ead6
TT
53922011-05-18 Tom Tromey <tromey@redhat.com>
5393
5394 * value.c (value_fn_field): Constify.
5395 * symtab.c (gdb_mangle_name): Constify.
5396 * stabsread.c (update_method_name_from_physname): Make 'physname'
5397 argument const.
5398 * p-typeprint.c (pascal_type_print_method_args): Make arguments
5399 const. Use explicit fputc_filtered loop.
5400 (pascal_type_print_base): Constify.
5401 * p-lang.h (pascal_type_print_method_args): Update.
5402 * linespec.c (add_matching_methods): Constify.
5403 (add_constructors): Likewise.
5404 * jv-typeprint.c (java_type_print_base): Constify.
5405 * gdbtypes.h (struct cplus_struct_type)
5406 <fn_fieldlist.fn_field.physname>: Now const.
5407 * dwarf2read.c (compute_delayed_physnames): Constify.
5408 (dwarf2_add_member_fn): Likewise.
5409 * c-typeprint.c (c_type_print_base): Constify. Use cleanups.
5410
0d9a9a5f
PA
54112011-05-18 Pedro Alves <pedro@codesourcery.com>
5412
5413 * infrun.c (resume): Mention which is the current thread, and its
5414 current PC in debug output.
5415 (prepare_to_proceed): Mention the thread switching in debug
5416 output.
5417
05386e9e
TT
54182011-05-18 Tom Tromey <tromey@redhat.com>
5419
5420 * linux-thread-db.c (try_thread_db_load_from_pdir_1): Fix absolute
5421 path check. Use xmalloc and cleanups.
5422 (try_thread_db_load_from_dir): Use xmalloc and cleanups.
5423
ee86786c
TT
54242011-05-17 Tom Tromey <tromey@redhat.com>
5425
5426 * cp-valprint.c (cp_print_value_fields): Catch errors from
5427 value_static_field.
5428
9ff3b74f
TT
54292011-05-17 Tom Tromey <tromey@redhat.com>
5430
5431 * dwarf2read.c (dwarf2_get_die_type): Call
5432 get_die_type_at_offset.
5433 * dwarf2expr.c (dwarf_get_base_type): Handle NULL return from
5434 get_base_type function.
5435
cd3da28e
PA
54362011-05-17 Tomas Martinec <fyzmat@gmail.com>
5437
5438 * infrun.c (handle_inferior_event) <handling deferred step>: Clear
5439 trap_expected.
5440
fd20d931
DE
54412011-05-16 Doug Evans <dje@google.com>
5442
5443 * python/py-auto-load.c (source_section_scripts): Mention objfile
5444 name in warning.
5445
75fc9810
DE
54462011-05-15 Doug Evans <dje@google.com>
5447
290351b8
DE
5448 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New function.
5449 (try_thread_db_load_from_pdir): Call it. If unable to find
5450 libthread_db in directory of libpthread, see if we're looking at
5451 the separate-debug-info copy.
5452
75fc9810
DE
5453 * python/py-autoload.c (print_script): Print "Missing" instead of
5454 "No" for missing scripts.
5455 (info_auto_load_scripts): Tweak "Loaded" column to fit "Missing".
5456
9f7bc587
DE
54572011-05-13 Doug Evans <dje@google.com>
5458
5459 * ui-file.c (stdio_file_write_async_safe): Add comment.
5460
093cee7d
HZ
54612011-05-14 Hui Zhu <teawater@gmail.com>
5462
5463 * ui-file.c (stdio_file_write_async_safe): Add empty check for build.
5464
dbaefcf7
DE
54652011-05-13 Doug Evans <dje@google.com>
5466
98a5dd13
DE
5467 Support $pdir and $sdir in libthread-db-search-path.
5468 * NEWS: Mention $sdir,$pdir.
5469 * gdb_thread_db.h (LIBTHREAD_DB_SEARCH_PATH): Add $sdir:$pdir.
5470 * linux-thread-db.c (try_thread_db_load_from_pdir): New function.
5471 (try_thread_db_load_from_sdir): New function.
5472 (try_thread_db_load_from_dir): New function.
5473 (thread_db_load_search): Handle $pdir, $sdir. Remove trying of
5474 system directories if search of libthread-db-search-path fails,
5475 that is now done via $sdir.
5476 (has_libpthread): New function.
5477 (thread_db_load): Remove search for libthread_db in directory of
5478 libpthread, that is now done via $pdir.
5479
dbaefcf7
DE
5480 * NEWS: Mention "info auto-load-scripts".
5481 * python/py-auto-load.c (struct auto_load_pspace_info): New member
5482 script_not_found_warning_printed.
5483 (init_loaded_scripts_info): Renamed from create_loaded_scripts_hash,
5484 all callers updated. Initialize script_not_found_warning_printed.
5485 (get_auto_load_pspace_data_for_loading): New function.
5486 (maybe_add_script): New function.
5487 (source_section_scripts): Simplify. Only print one warning regardless
5488 of the number of auto-load scripts not found.
5489 (clear_section_scripts): Clear script_not_found_warning_printed.
5490 (auto_load_objfile_script): Record script in hash table.
5491 (count_matching_scripts): New function.
5492 (maybe_print_script): Renamed from maybe_print_section_script, all
5493 callers updated. Rewrite to use ui_out_*.
5494 (info_auto_load_scripts): Renamed from
5495 maintenance_print_section_scripts, all callers updated.
5496 (gdbpy_initialize_auto_load): "maintenance print section-scripts"
5497 renamed as "info auto-load-scripts".
5498
9930639c
TT
54992011-05-13 Tom Tromey <tromey@redhat.com>
5500
5501 * dwarf2expr.c (read_uleb128): Cast intermediate result.
5502 (read_sleb128): Likewise.
5503
06826322
TT
55042011-05-13 Tom Tromey <tromey@redhat.com>
5505
5506 * dwarf2loc.c (disassemble_dwarf_expression): Fix instruction
5507 offset display.
5508
01124a23
DE
55092011-05-13 Doug Evans <dje@google.com>
5510
5511 * linux-nat.c (debug_linux_nat_async): Delete.
5512 Replace all references to use debug_linux_nat instead.
5513 (show_debug_linux_nat_async): Delete.
5514 (sigchld_handler): Call ui_file_write_async_safe instead of
5515 fprintf_unfiltered.
5516 (_initialize_linux_nat): Remove `set debug lin-lwp-async'.
5517 * ui-file.c (struct ui_file): New member to_write_async_safe.
5518 (null_file_write_async_safe): New function.
5519 (ui_file_write_async_safe): New function.
5520 (set_ui_file_write_async_safe): New function.
5521 (ui_file_new): Initialize to_write_async_safe.
5522 (stdio_file_write_async_safe): New function.
5523 (struct stdio_file): New member fd.
5524 (stdio_file_new): Initialize to_write_async_safe, fd.
bbfac39e
DE
5525 (stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
5526 fileno.
01124a23
DE
5527 * ui-file.h (ui_file_write_async_safe_ftype): New typedef.
5528 (set_ui_file_write_async_safe): Declare.
5529 (ui_file_write_async_safe): Declare.
5530
72fc29ff
TT
55312011-05-13 Tom Tromey <tromey@redhat.com>
5532
5533 * utils.c (do_value_free): New function.
5534 (make_cleanup_value_free): Likewise.
5535 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle value
5536 freeing correctly.
5537 (dwarf2_loc_desc_needs_frame): Call
5538 make_cleanup_value_free_to_mark.
5539 * dwarf2expr.h (struct dwarf_expr_context) <mark>: Remove field.
5540 * dwarf2expr.c (free_dwarf_expr_context): Don't call
5541 value_free_to_mark.
5542 (new_dwarf_expr_context): Don't call value_mark.
5543 * dwarf2-frame.c (execute_stack_op): Call
5544 make_cleanup_value_free_to_mark.
5545 * defs.h (make_cleanup_value_free): Declare.
5546
028d0ed5
TJB
55472011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5548
5549 * mi/mi-main.c (mi_cmd_execute): Use cleanup from
5550 prepare_execute_command.
5551 * top.c (prepare_execute_command): Return cleanup.
5552 (execute_command): Use cleanup from prepare_execute_command.
5553 * top.h (prepare_execute_command): Change prototype to return
5554 cleanup.
5555 * defs.h (struct value): Add opaque declaration.
5556 (make_cleanup_value_free_to_mark): Add prototype.
5557 * utils.c (do_value_free_to_mark): New function.
5558 (make_cleanup_value_free_to_mark): Likewise.
5559
b087e0ed
TT
55602011-05-12 Tom Tromey <tromey@redhat.com>
5561
5562 * dwarf2expr.c (execute_stack_op) <DW_OP_shr>: Unconditionally
5563 cast left-hand-side to unsigned.
5564
8a9b8146
TT
55652011-05-12 Tom Tromey <tromey@redhat.com>
5566
5567 PR gdb/12617:
5568 * value.h (value_from_contents): Declare.
5569 * value.c (value_from_contents): New function.
5570 * dwarf2read.c (dwarf_stack_op_name): Add new values.
5571 (dwarf2_get_die_type): New function.
5572 * dwarf2loc.c (dwarf_expr_get_base_type): New function.
5573 (allocate_piece_closure): Acquire reference to values.
5574 (read_pieced_value): Update for value-based expressions.
5575 (write_pieced_value): Likewise.
5576 (free_pieced_value_closure): Call value_free as needed.
5577 (dwarf2_evaluate_loc_desc_full): Set get_base_type field.
5578 Update for value-based expressions.
5579 * dwarf2loc.h (dwarf2_get_die_type): Declare.
5580 * dwarf2expr.h (struct dwarf_stack_value) <value>: Change type.
5581 <get_base_type>: New field.
5582 (struct dwarf_expr_piece) <v.value>: Change type.
5583 <v.regno>: New field.
5584 (struct dwarf_expr_context) <mark>: New field.
5585 (dwarf_expr_piece, dwarf_expr_fetch): Update.
5586 (dwarf_expr_pop, dwarf_expr_push): Remove.
5587 (dwarf_expr_push_address): Declare.
5588 * dwarf2expr.c (dwarf_arch_cookie): New global.
5589 (struct dwarf_gdbarch_types): New.
5590 (dwarf_gdbarch_types_init, dwarf_expr_address_type): New
5591 functions.
5592 (dwarf_expr_push): Change type of 'value' argument. Update. Now
5593 static.
5594 (dwarf_expr_push_address): New function.
5595 (dwarf_expr_pop): Now static.
5596 (dwarf_expr_fetch): Change return type.
5597 (dwarf_require_integral): New function.
5598 (dwarf_expr_fetch): Simplify.
5599 (add_piece): Update.
5600 (base_types_equal_p, dwarf_get_base_type, get_unsigned_type): New
5601 functions.
5602 (execute_stack_op) <sign_ext>: Remove.
5603 Use values for DWARF stack.
5604 <DW_OP_GNU_const_type, DW_OP_GNU_deref_type,
5605 DW_OP_GNU_regval_type, DW_OP_GNU_convert, DW_OP_GNU_reinterpret>:
5606 New cases.
5607 (_initialize_dwarf2expr): New function.
5608 (add_piece): Update.
5609 (new_dwarf_expr_context): Set new field.
5610 (free_dwarf_expr_context): Call value_free_to_mark.
5611 * dwarf2-frame.c (no_base_type): New function.
5612 (execute_stack_op): Set get_base_type field. Update.
5613
e8d28ef4
TT
56142011-05-12 Tom Tromey <tromey@redhat.com>
5615
5616 * dwarf2read.c (read_common_block): Fix formatting.
5617
d248b706
KY
56182011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
5619
5620 * breakpoint.c (disable_breakpoint): Disable all locations
5621 associated with a tracepoint on target if a trace experiment is
5622 running.
5623 (disable_command): Disable a specific tracepoint location on target if
5624 a trace experiment is running.
5625 (do_enable_breakpoint): Enable all locations associated with a
5626 tracepoint on target if a trace experiment is running.
5627 (enable_command) Enable a specific tracepoint location on target if a
5628 trace experiment is running.
5629 * target.c (update_current_target): Add INHERIT and de_fault clauses for
5630 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
5631 to_disable_tracepoint.
5632 * target.h: Add declaration of struct bp_location.
5633 (struct target_ops): Add new functions
5634 to_supports_enable_disable_tracepoint, to_enable_tracepoint and
5635 to_disable_tracepoint to target operations.
5636 (target_supports_enable_disable_tracepoint): New macro.
5637 (target_enable_tracepoint): New macro.
5638 (target_disable_tracepoint): New macro.
5639 * remote.c (struct remote_state): Add new field.
5640 (remote_enable_disable_tracepoint_feature): New.
5641 (remote_protocol_features): Add new entry.
5642 (remote_supports_enable_disable_tracepoint): New.
5643 (remote_enable_tracepoint): New.
5644 (remote_disable_tracepoint): New.
5645 (init_remote_ops): Add remote_enable_tracepoint,
5646 remote_disable_tracepoint and remote_supports_enable_disable_tracepoint
5647 to remote operations.
5648 * tracepoint.c (start_tracing): Allow tracing to start without any
5649 tracepoints enabled with just a warning if they can be re-enabled
5650 later.
5651 * NEWS: Add news item for the new behaviour of the enable and disable
5652 GDB commands when applied to tracepoints.
5653 Add news items for the new remote packets QTEnable and QTDisable.
5654
cc88a640
JK
56552011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5656
5657 * config.in: Regenerate.
5658 * configure: Regenerate.
5659 * configure.ac <--with-system-readline> (for readline_echoing_p):
5660 Remove the test.
5661 * tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
5662 (tui_old_rl_echoing_p): ... here.
5663 (tui_setup_io): Rename extern declaration readline_echoing_p to
5664 _rl_echoing_p. Adjust assignments for the both renames.
5665
1f84b619
TJB
56662011-05-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
5667
5668 * symtab.c (lookup_symtab): Run cleanup before returning.
5669
74ac6d43
TT
56702011-05-11 Tom Tromey <tromey@redhat.com>
5671
5672 * dwarf2read.c (handle_data_member_location): New function.
5673 (dwarf2_add_field): Use it.
5674 (read_common_block): Likewise.
5675
5488dafb
JK
56762011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 Make addrs->SECTINDEX always defined.
5679 * symfile.c (relative_addr_info_to_section_offsets): Check for
5680 SECTINDEX -1, not for zero ADDR.
5681 (addrs_section_compar): Remove checking for invalid SECTINDEX.
5682 (addr_info_make_relative): Set SECTINDEX to -1 for unmatched entries.
5683 * symfile.h (struct section_addr_info) <sectindex>: Update the comment
5684 on its validity.
5685
84e578fb
DE
56862011-05-10 Doug Evans <dje@google.com>
5687
2471d008
DE
5688 * linux-thread-db.c: Whitespace cleanup.
5689 (try_thread_db_load_1): Fix comment.
5690
84e578fb
DE
5691 * linux-thread-db.c (set_libthread_db_search_path): New function.
5692 (_initialize_thread_db): Add setter for libthread-db-search-path.
5693
673c2bbe
DE
56942011-05-09 Doug Evans <dje@google.com>
5695
478aac75
DE
5696 * NEWS: Mention --with-iconv-bin.
5697 * configure.ac: New option --with-iconv-bin.
5698 * configure: Regenerate.
5699 * config.in: Regenerate.
5700 * defs.h (relocate_gdb_directory): Declare.
5701 * main.c (relocate_gdb_directory): Renamed from relocate_directory,
5702 removed progname parameter, and exported. All callers updated.
5703 * charset.c (find_charset_names): Use --with-iconv-bin if specified.
5704
673c2bbe
DE
5705 * linux-nat.c (lin_lwp_attach_lwp): For !WIPSTOPPED case,
5706 adding missing call to restore_child_signals_mask.
5707
e4c8541f
PA
57082011-05-09 Pedro Alves <pedro@codesourcery.com>
5709
5710 * inferior.h (wait_for_inferior): Remove `thread_exec_as_sigtrap'
5711 parameter.
5712 * infrun.c (proceed, start_remote): Adjust.
5713 (wait_for_inferior): Remove `thread_exec_as_sigtrap' parameter,
5714 and adjust to not handle it.
5715 * solib-irix.c (irix_solib_create_inferior_hook): Adjust.
5716 * solib-osf.c (osf_solib_create_inferior_hook): Adjust.
5717 * solib-sunos.c (sunos_solib_create_inferior_hook): Adjust.
5718 * solib-svr4.c (svr4_solib_create_inferior_hook): Adjust.
5719 * windows-nat.c (do_initial_windows_stuff): Adjust.
5720 * infcmd.c (attach_command): Adjust.
5721 (notice_new_inferior): Adjust.
5722
a536c6d7
UW
57232011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5724
5725 * ppc-linux-tdep.c (ppu2spu_prev_register): Handle pseudo registers.
5726 (ppu2spu_unwind_register): Mark pseudo registers unavailable.
5727 * spu-tdep.c (op_selb): Use correct value.
5728
7845b013
UW
57292011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5730
5731 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Add NULL
5732 "parent" parameter to symbol_file_add_from_bfd call.
5733
9c06b0b4
TJB
57342011-05-06 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5735 Thiago Jung Bauermann <bauerman@br.ibm.com>
5736
5737 Implement support for PowerPC BookE masked watchpoints.
5738 * NEWS: Mention masked watchpoint support. Create "Changed commands"
5739 section.
5740 * breakpoint.h (struct breakpoint_ops) <works_in_software_mode>: New
5741 method. Initialize to NULL in all existing breakpoint_ops instances.
5742 (struct breakpoint) <hw_wp_mask>: New field.
5743 * breakpoint.c (is_masked_watchpoint): Add prototype.
5744 (update_watchpoint): Don't set b->val for masked watchpoints. Call
5745 breakpoint's breakpoint_ops.works_in_software_mode if available.
5746 (watchpoints_triggered): Handle the case of a hardware masked
5747 watchpoint trigger.
5748 (watchpoint_check): Likewise.
5749 (works_in_software_mode_watchpoint): New function.
5750 (insert_masked_watchpoint, remove_masked_watchpoint)
5751 (resources_needed_masked_watchpoint)
5752 (works_in_software_mode_masked_watchpoint, print_it_masked_watchpoint)
5753 (print_one_detail_masked_watchpoint, print_mention_masked_watchpoint)
5754 (print_recreate_masked_watchpoint, is_masked_watchpoint): New
5755 functions.
5756 (masked_watchpoint_breakpoint_ops): New structure.
5757 (watch_command_1): Check for the existence of the `mask' parameter.
5758 Set b->ops according to the type of hardware watchpoint being created.
5759 * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint)
5760 (ppc_linux_remove_mask_watchpoint)
5761 (ppc_linux_masked_watch_num_registers): New functions.
5762 (_initialize_ppc_linux_nat): Initialize to_insert_mask_watchpoint,
5763 to_remove_mask_watchpoint and to_masked_watch_num_registers.
5764 * target.c (update_current_target): Mention to_insert_mask_watchpoint,
5765 to_remove_mask_watchpoint, and to_masked_watch_num_registers.
5766 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
5767 (target_masked_watch_num_registers): New functions.
5768 * target.h (struct target_ops) <to_insert_mask_watchpoint>,
5769 <to_remove_mask_watchpoint>, <to_masked_watch_num_registers>: New
5770 methods.
5771 (target_insert_mask_watchpoint, target_remove_mask_watchpoint)
5772 (target_masked_watch_num_registers): Add prototypes.
5773
8be455d7
JK
57742011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 PR 12573
5777 * dwarf2read.c (struct dwarf2_cu): New field has_loclist.
5778 (producer_is_gcc_ge_4_0): New function.
5779 (process_full_comp_unit): Set also symtab->locations_valid. Move the
5780 symtab->language code.
5781 (var_decode_location): Set cu->has_loclist.
5782 * symtab.c (skip_prologue_sal): New variables saved_pc, force_skip and
5783 skip. Intialize force_skip from locations_valid. Move the prologue
5784 skipping code into two passes.
5785 * symtab.h (struct symtab): Make the primary field a bitfield. New
5786 field locations_valid.
5787
d8228535
JK
57882011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5789
5790 * c-exp.y (qualified_name): Call destructor_name_p with $1.type.
5791 (classify_inner_name): Call cp_lookup_nested_type with
5792 yylval.tsym.type.
5793 * cp-namespace.c (cp_lookup_nested_type): New variable
5794 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
5795 type_name_no_tag_or_error with saved_parent_type.
5796 * dwarf2read.c (load_partial_dies): Read in any children of
5797 DW_TAG_typedef with complaint in such case.
5798 * gdbtypes.c (type_name_no_tag_or_error): New function.
5799 * gdbtypes.h (type_name_no_tag_or_error): New prototype.
5800 * valops.c (destructor_name_p): New comment for parameter type. Remove
5801 type const. Make dname and cp const. Call type_name_no_tag_or_error.
5802 * value.h (destructor_name_p): Remove type const.
5803
1976171a
JK
58042011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5805
5806 * symtab.c (compare_symbol_name): New function.
5807 (completion_list_add_name, expand_partial_symbol_name): Call it,
5808 remove the variable ncmp.
5809 (default_make_symbol_completion_list_break_on): Reduce SYM_TEXT_LEN,
5810 gdb_assert it.
5811
a9634178
TJB
58122011-05-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5813
5814 Demote to sw watchpoint only in update_watchpoint.
5815 * breakpoint.c (update_watchpoint): Change between software and
5816 hardware watchpoint for all kinds of watchpoints, not just
5817 read/write ones. Determine b->exact value here instead of
5818 in watch_command_1. Error out if there are not enough resources
5819 for a read or access hardware watchpoint.
5820 (watch_command_1): Remove logic of checking whether there are
5821 enough resources available, since update_watchpoint will do that
5822 work now. Don't set b->exact here. Catch exceptions thrown by
5823 update_watchpoint and delete the watchpoint.
5824 (can_use_hardware_watchpoint): Remove exact_watchpoints argument.
5825 Use target_exact_watchpoints instead.
5826 (delete_breakpoint): Notify observers only if deleted watchpoint
5827 has a breakpoint number assigned to it.
5828
4c67c798
JJ
58292011-05-05 Janis Johnson <janisjo@codesourcery.com>
5830
5831 * MAINTAINERS: Add myself as a write-after-approval maintainer.
5832
a3fcb948
JG
58332011-05-05 Jerome Guitton <guitton@adacore.com>
5834
5835 * i386-tdep.c (i386_in_stack_tramp_p, i386_stack_tramp_frame_sniffer):
5836 New functions.
5837 (i386_stack_tramp_frame_unwind): New static global.
5838 (i386_match_pattern): New function, extracted from i386_match_insn.
5839 (i386_match_insn): Use i386_match_pattern.
5840 (i386_match_insn_block): New function.
5841 (i386_tramp_chain_in_reg_insns)
5842 (i386_tramp_chain_on_stack_insns): New static variables.
5843 (i386_gdbarch_init): Add i386_stack_tramp_frame_unwind to list
5844 of unwinders.
5845
4d393d60
JM
58462011-05-04 Joseph Myers <joseph@codesourcery.com>
5847
5848 * configure.host (xscale*): Don't handle target.
5849 * configure.tgt (thumb*-*-* | strongarm*-*-* | xscale-*-*): Don't
5850 handle targets.
5851
f70bd40b
YQ
58522011-05-04 Yao Qi <yao@codesourcery.com>
5853
5854 * gdb_wait.h: remove WAITTYPE and WCOREDUMP.
5855
dd3295ee
JB
58562011-05-03 Joel Brobecker <brobecker@adacore.com>
5857
5858 Revert:
5859 | 2011-03-07 Michael Snyder <msnyder@vmware.com>
5860 | * elfread.c (elf_symtab_read): Stop memory leak.
5861
90375a0e
PM
58622011-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5863
5864 * nto-tdep.c (nto_target): Replace deprecated call to
5865 cygwin_conv_to_posix_path functions by cygwin_conv_path calls.
5866
d07205c2
JK
58672011-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 Fix false GCC warning.
5870 * breakpoint.c (do_enable_breakpoint): Initialize orig_enable_state.
5871
1e718ff1
TJB
58722011-05-03 Thiago Jung Bauermann <bauerman@br.ibm.com>
5873
5874 * breakpoint.c (update_watchpoint): Move code to change
5875 the enable state of breakpoint from here ...
5876 (do_enable_breakpoint): ... to here.
5877
35bef4fd
TT
58782011-04-26 Andrew Gontarek <andrewg@cray.com>
5879
78290264
PP
5880 * valprint.c (val_print_array_elements): Fixed poor performance
5881 of printing very large arrays with repeat_count_threshold set
5882 to unlimited. New comment.
35bef4fd 5883
38a714bb
TT
58842011-04-29 Tom Tromey <tromey@redhat.com>
5885
5886 * mi/mi-parse.c (mi_parse): Remove incorrect sizeof.
5887 (mi_parse): Likewise.
5888 * breakpoint.c (break_range_command): Use sizeof char*, not
5889 char**.
5890 (create_breakpoint): Likewise.
5891 (parse_breakpoint_sals): Likewise.
5892
eb73ad13
PA
58932011-04-29 Pedro Alves <pedro@codesourcery.com>
5894
5895 * linux-nat.c (linux_child_remove_fork_catchpoint)
5896 (linux_child_remove_vfork_catchpoint)
5897 (linux_child_remove_exec_catchpoint): New functions.
5898 (linux_target_install_ops): Install them.
5899
d65aec65
PM
59002011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5901
5902 PR mi/12531
5903
5904 * varobj.c (install_default_visualizer): Do not install a
5905 visualizer if the varobj is CPLUS_FAKE_CHILD.
5906 (construct_visualizer): Likewise.
5907
165195f4
JK
59082011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5909
5910 * symtab.c (expand_partial_symbol_name): New variable NCMP. Support
5911 case insensitive comparison.
5912
30852783
UW
59132011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5914
5915 * infrun.c (proceed): Revert previous change.
5916 (resume): Instead, handle the case of signal delivery while stepping
5917 off a breakpoint location here, and only if software single-stepping
5918 is used. Handle nested signals.
5919
7ff120b4
YQ
59202011-04-28 Yao Qi <yao@codesourcery.com>
5921
5922 * arm-tdep.c (copy_unmodified): Rename to ...
5923 (arm_copy_unmodified): .. this. New.
5924 (copy_preload): Move common part to ...
5925 (install_preload): .. this. New.
5926 (arm_copy_preload): New.
5927 (copy_preload_reg): Move common part to ...
5928 (install_preload_reg): ... this. New.
5929 (arm_copy_preload_reg): New.
5930 (copy_b_bl_blx): Move common part to ...
5931 (install_b_bl_blx): .. this. New.
5932 (arm_copy_b_bl_blx): New.
5933 (copy_bx_blx_reg): Move common part to ...
5934 (install_bx_blx_reg): ... this. New.
5935 (arm_copy_bx_blx_reg): New.
5936 (copy_alu_reg): Move common part to ...
5937 (install_alu_reg): ... this. New.
5938 (arm_copy_alu_reg): New.
5939 (copy_alu_shifted_reg): Move common part to ...
5940 (install_alu_shifted_reg): ... this. New.
5941 (copy_ldr_str_ldrb_strb): Move common part to ...
5942 (install_ldr_str_ldrb_strb): ... this. New.
5943 (arm_copy_ldr_str_ldrb_strb): New.
5944 (copy_copro_load_store): Move some common part to ...
5945 (install_copy_copro_load_store): ... this. New.
5946 (arm_copy_copro_load_store): New.
5947 (copy_svc): Delete.
5948 (arm_copy_svc): Renamed from copy_svc.
5949 (copy_undef): Delete.
5950 (arm_copy_undef): Renamed from copy_undef.
5951 (decode_ext_reg_ld_st): Delete.
5952 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
5953 (decode_svc_copro): Delete.
5954 (arm_decode_svc_copro): Renamed from decode_svc_copro.
5955 (copy_copro_load_store, copy_alu_imm): update callers.
5956 (copy_extra_ld_st, copy_block_xfer): Likewise.
5957 (decode_misc_memhint_neon, decode_unconditional): Likewise.
5958 (decode_miscellaneous, decode_dp_misc): Likewise.
5959 (decode_ld_st_word_ubyte, decode_media): Likewise.
5960 (decode_b_bl_ldmstm, decode_ext_reg_ld_st): Likewise.
5961 (decode_svc_copro, decode_misc_memhint_neon): Likewise.
5962 (decode_unconditional, decode_miscellaneous): Likewise.
5963 (decode_media, decode_b_bl_ldmstm): Likewise.
5964 (arm_process_displaced_insn): Likewise..
5965 (decode_misc_memhint_neon): Delete.
5966 (arm_decode_misc_memhint_neon): Renamed from decode_misc_memhint_neon.
5967 (decode_miscellaneous): Delete.
5968 (arm_decode_miscellaneous): Renamed from decode_miscellaneous.
5969 (decode_dp_misc): Delete.
5970 (arm_decode_dp_misc): Renamed from decode_dp_misc.
5971 (decode_ld_st_word_ubyte): Delete.
5972 (arm_decode_ld_st_word_ubyte): Renamed from decode_ld_st_word_ubyte.
5973 (decode_media): Delete.
5974 (arm_decode_media): Renamed from decode_media.
5975 (decode_b_bl_ldmstm): Delete.
5976 (arm_decode_b_bl_ldmstm): Renamed from decode_b_bl_ldmstm.
5977 (decode_ext_reg_ld_st): Delete.
5978 (arm_decode_ext_reg_ld_st): Renamed from decode_ext_reg_ld_st.
5979 (decode_unconditional): Delete.
5980 (arm_decode_unconditional): Renamed from decode_unconditional.
5981
559a7a62
JK
59822011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5983
5984 Case insensitive lookups implementation.
5985 * dwarf2read.c: Include ctype.h.
5986 (struct mapped_index): New field version.
5987 (mapped_index_string_hash): New parameter index_version. New comment
5988 for it. Call tolower appropriately.
5989 (find_slot_in_mapped_hash): New variable cmp, initialize it, use it.
5990 Choose the right index version for mapped_index_string_hash.
5991 (dwarf2_read_index): Support also the index version 5. Initialize the
5992 new struct mapped_index field version.
5993 (hash_strtab_entry): Pass INT_MAX for the new parameter, explain why.
5994 (find_slot): Explain the version needs. Pass INT_MAX for the new
5995 parameter.
5996 (write_psymtabs_to_index): Produce version 5.
5997 * minsyms.c (lookup_minimal_symbol): New variable cmp, initialize it,
5998 use it. New comment for SYMBOL_MATCHES_SEARCH_NAME.
5999 * psymtab.c (lookup_partial_symbol): Find the
6000 SYMBOL_MATCHES_SEARCH_NAME start of the found block of matching
6001 entries.
6002 * symtab.c (lookup_symbol_in_language): Remove the case_sensitive_off
6003 NAME lowercasing.
6004 (search_symbols): Pass REG_ICASE to regcomp for case_sensitive_off.
6005 (completion_list_add_name): New variable ncmp, initialize it, use it.
6006 * symtab.h (SYMBOL_HASH_NEXT): Always call tolower.
6007 * utils.c (strcmp_iw): Support case_sensitive_off.
6008 (strcmp_iw_ordered): Sort in a way compatible with case_sensitive_off.
6009 New function comment part. New variables saved_string1,
6010 saved_string2 and case_pass. Add a proper second pass.
6011
681bf369
JK
60122011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6013
6014 Replace re_comp/re_exec by regcomp/regexec.
6015 * symtab.c (struct search_symbols_data): New fields preg, preg_p.
6016 (search_symbols_name_matches): Use them, use regexec.
6017 (search_symbols): New variable retval_chain, adjust the use of
6018 old_chain against it. Replace re_comp by regcomp. Use the new struct
6019 search_symbols_data fields, use regexec instead of re_exec.
6020
b11b1f88
JK
60212011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6022
6023 Format the code for the next patch.
6024 * dwarf2read.c (struct mapped_index): Include delimiting newlines.
6025 * utils.c (strcmp_iw_ordered): Reformat the code for the next patch.
6026 New variables c1 and c2.
6027
2484c66b
UW
60282011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6029
6030 * infrun.c (proceed): Do not single-step into signal delivery
6031 when stepping off a breakpoint location.
6032 (insert_step_resume_breakpoint_at_frame): Move prototype earlier.
6033 (insert_step_resume_breakpoint_at_caller): Likewise.
6034 (insert_step_resume_breakpoint_at_sal): Likewise.
6035 (insert_longjmp_resume_breakpoint): Likewise.
6036
47423772
YQ
60372011-04-27 Yao Qi <yao@codesourcery.com>
6038
6039 * common/linux-ptrace.h: Remove include <sys/wait.h>.
6040
13bdd2e7
JB
60412011-04-27 Joel Brobecker <brobecker@adacore.com>
6042
6043 * procfs.c (procfs_pass_signals): Fix advance declaration.
6044
2455069d
UW
60452011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
6046
6047 * target.h (struct target_ops): Remove to_notice_signals;
6048 add to_pass_signals.
6049 (target_notice_signals): Remove.
6050 (target_pass_signals): Add prototype.
6051 * target.c (update_current_target): Remove to_notice_signals;
6052 mention to_pass_signals.
6053 (target_pass_signals): New function.
6054 (debug_to_notice_signals): Remove.
6055 (setup_target_debug): Do not install debug_to_notice_signals.
6056
6057 * infrun.c (signal_pass): New global.
6058 (resume): Call target_pass_signals.
6059 (handle_inferior_event): Report all signals while stepping over
6060 non-steppable watchpoint. Reset trap_expected to ensure breakpoints
6061 are re-inserted when stepping over a signal handler.
6062 (signal_cache_update): New function.
6063 (signal_stop_update): Call it.
6064 (signal_print_update): Likewise.
6065 (signal_pass_update): Likewise.
6066 (handle_command): Call signal_cache_update and target_pass_signals
6067 instead of target_notice_signals.
6068 (_initialize_infrun): Initialize signal_pass.
6069
6070 * linux-nat.c (pass_mask): New global.
6071 (linux_nat_pass_signals): New function.
6072 (linux_nat_create_inferior): Report all signals initially.
6073 (linux_nat_attach): Likewise.
6074 (linux_nat_resume): Use pass_mask to decide whether to directly
6075 handle an inferior signal.
6076 (linux_nat_wait_1): Likewise.
6077 (linux_nat_add_target): Install to_pass_signals callback.
6078
6079 * nto-procfs.c (notice_signals): Remove.
6080 (procfs_resume): Do not call notice_signals.
6081 (procfs_notice_signals): Remove.
6082 (procfs_pass_signals): New function.
6083 (init_procfs_ops): Install to_pass_signals callback instead of
6084 to_notice_signals callback.
6085 (_initialize_procfs): Report all signals initially.
6086
6087 * procfs.c (procfs_notice_signals): Remove.
6088 (procfs_pass_signals): New function.
6089 (procfs_target): Install to_pass_signals callback instead of
6090 to_notice_signals callback.
6091 (register_gdb_signals): Remove.
6092 (procfs_debug_inferior): Report all signals initially.
6093 (procfs_init_inferior): Remove redundant register_gdb_signals call.
6094
6095 * remote.c (remote_pass_signals): Add numsigs and pass_signals
6096 parameters; use them instead of calling signal_..._state routines.
6097 (remote_notice_signals): Remove.
6098 (remote_start_remote): Report all signals initially.
6099 (remote_resume): Do not call remote_pass_signals.
6100 (_initialize_remote): Install to_pass_signals callback instead of
6101 to_notice_signals callback.
6102
46c6471b
PA
61032011-04-27 Pedro Alves <pedro@codesourcery.com>
6104
6105 * breakpoint.c (user_settable_breakpoint): Delete.
6106 (user_breakpoint_p): Remove check on user_settable_breakpoint.
6107 (delete_command): Check user_breakpoint_p instead of looking at
6108 the breakpoint's type.
6109 (disable_command): Ditto.
6110 (enable_command): Ditto.
6111 (delete_trace_command): Use user_breakpoint_p instead of looking
6112 at the breakpoint number directly. When checking if there are
6113 user visible tracepoints, in order to know whether to ask the user
6114 for confirmation, check whether the breakpoint is actually a
6115 tracepoint.
6116
f6d90398
VP
61172011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6118
6119 * python/py-breakpoint.c (gdbpy_breakpoint_created): Fix
6120 compilation.
6121
8d3788bd
VP
61222011-04-27 Vladimir Prus <vladimir@codesourcery.com>
6123
6124 MI breakpoint notifications.
6125
f33edef8
PP
6126 * annotate.c (breakpoint_changed): Adjust parameter type.
6127 * breakpoint.c (set_breakpoint_condition): Adjust to change
6128 in breakpoint_modified type.
6129 (breakpoint_set_commands): Likewise.
6130 (do_map_commands_command): Likewise.
6131 (bpstat_check_breakpoint_conditions): Notify that breakpoint has
6132 changed after bumping hit count.
6133 (bpstat_stop_status): Likewise.
6134 (print_one_breakpoint_location): Don't wrap in tuple here.
6135 (print_one_breakpoint): Always print individual locations.
6136 For locations, use unnamed tuple.
6137 (disable_breakpoints_in_unloaded_shlib): Notify that breakpoint
6138 has changed.
6139 (create_catchpoint, create_syscall_event_catchpoint): Call
6140 breakpoint_created obsever.
6141 (mention): Don't call breakpoint_created observer.
6142 (create_breakpoint_sal): Call breakpoint_created observer.
6143 (create_breakpoint, watch_command_1): Likewise.
6144 (create_ada_exception_breakpoint): Likewise.
6145 (delete_breakpoint): Call breakpoint_deleted breakpoint.
6146 (locations_are_equal): New.
6147 (update_breakpoint_locations): If locations were changed, notify.
6148 (set_ignore_count, disable_breakpoint, do_enable_breakpoint):
6149 Call breakpoint_modified observer.
6150
6151 * mi/mi-cmd-break.c (breakpoint_notify): Adjust.
6152 (mi_cmd_break_insert): Don't set observers for modify and delete.
6153 * mi/mi-interp.c (mi_suppress_breakpoint_notifications): New.
6154 (mi_breakpoint_created, mi_breakpoint_deleted)
6155 (mi_breakpoint_modified): New.
6156 (mi_interpreter_init): Hook the above.
6157 * mi/mi-main.c (mi_cmd_execute): Disable breakpoint notifications
6158 while -break-* commands are executing.
6159 * mi/mi-main.h (mi_suppress_breakpoint_notifications): New.
6160 * mi/mi-out.c (struct ui_out_data): New field original_buffer.
6161 (mi_redirect): New.
6162 (mi_ui_out_impl): Hook in mi_redirect.
6163 (mi_field_skip): True to the name, skip the field, don't output
6164 a field with an empty value.
6165
6166 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6167 (gdbpy_breakpoint_deleted): Adjust.
6168 * tui/tui-hooks.c (tui_event_create_breakpoint)
6169 (tui_event_delete_breakpoint, tui_event_modify_breakpoint): Adjust.
8d3788bd 6170
a8f42b45
UW
61712011-04-26 Aleksandar Ristovski <aristovski@qnx.com>
6172
6173 * nto-procfs.c (procfs_insert_hw_watchpoint): Fix prototype.
6174 (procfs_remove_hw_watchpoint): Likewise.
6175
57e12211
TT
61762011-04-26 Michael Walle <michael@walle.cc>
6177
6178 * remote.c (remote_start_remote): Ack packet after sending the
6179 interrupt sequence.
6180
af96c192
YQ
61812011-04-26 Yao Qi <yao@codesourcery.com>
6182
f33edef8
PP
6183 * linux-nat.c: Move common macros to ...
6184 Include linux-ptrace.h.
6185 * common/linux-ptrace.h: ... here. New.
af96c192 6186
3e03848b
JK
61872011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * elfread.c (elf_symfile_read): Protect dwarf2_initialize_objfile by
6190 !objfile_has_partial_symbols. New comment.
6191 * objfiles.c (objfile_has_partial_symbols): Call HAS_SYMBOLS if
6192 SYM_READ_PSYMBOLS is not present. Extend the comment.
6193 * symfile.h (struct sym_fns): Extend the sym_read_psymbols comment.
6194
1ae0d051
JK
61952011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6196
6197 * defs.h (ENUM_BITFIELD): Remove.
6198
03f2bd59
JK
61992011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6200 Eli Zaretskii <eliz@gnu.org>
6201
6202 * NEWS: Document the new gdbserver --once option.
6203
4161fbb0
JZ
62042011-04-21 Jie Zhang <jzhang918@gmail.com>
6205
6206 * MAINTAINERS: Update my email address.
6207
bcb28afc
PM
62082011-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6209
6210 * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro.
6211 (INTERMEDIATE_ENCODING): Change value to intermediate_encoding
6212 function call if __STDC_ISO_10646__ macro is defined.
6213 (intermediate_encoding): New prototype.
6214 * charset.c (your_gdb_wchar_t_is_bogus): New extern test variable
6215 to generate compile time error for unsupported gdb_wchar_t size.
6216 (ENDIAN_SUFFIX): New macro.
6217 (intermediate_encoding): New function.
6218
7b08b9eb
JK
62192011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6220
6221 * ada-lang.c (struct add_partial_datum): Update the comment for
6222 expand_partial_symbol_name.
6223 (ada_add_partial_symbol_completions): Rename to ...
6224 (ada_expand_partial_symbol_name): ... here, change return type, update
6225 function comment, call symbol_completion_match instead of
6226 symbol_completion_add.
6227 (ada_make_symbol_completion_list): Use now expand_partial_symbol_names
6228 and ada_expand_partial_symbol_name.
6229 * dwarf2read.c (dw2_expand_symtabs_matching): Support NULL
6230 FILE_MATCHER.
6231 (dw2_map_symbol_names): Remove.
6232 (dwarf2_gdb_index_functions): Unlist dw2_map_symbol_names.
6233 * psymtab.c (map_symbol_names_psymtab): Remove.
6234 (expand_symtabs_matching_via_partial): Support NULL FILE_MATCHER.
6235 Support KIND == ALL_DOMAIN. Exchange the NAME_MATCHER and KIND check
6236 order.
6237 (psym_functions): Unlist map_symbol_names_psymtab.
6238 (map_partial_symbol_names): Rename to ...
6239 (expand_partial_symbol_names): ... here, change the FUN type, call
6240 expand_symtabs_matching with ALL_DOMAIN and NULL FILE_MATCHER now.
6241 * psymtab.h (map_partial_symbol_names): Rename to ...
6242 (expand_partial_symbol_names): ... here, change the FUN type.
6243 * symfile.h (struct quick_symbol_functions): Update the description of
6244 expand_symtabs_matching. Remove map_symbol_names.
6245 * symtab.c (search_symbols): Add ALL_DOMAIN to the function comment.
6246 (struct add_name_data): Update the comment for
6247 expand_partial_symbol_name.
6248 (add_partial_symbol_name): Rename to ...
6249 (expand_partial_symbol_name): ... here. Replace
6250 completion_list_add_name call by strncmp.
6251 (default_make_symbol_completion_list_break_on): Use now
6252 expand_partial_symbol_names and expand_partial_symbol_name.
6253 * symtab.h (enum search_domain): New element ALL_DOMAIN.
6254
90476074
TT
62552011-04-20 Tom Tromey <tromey@redhat.com>
6256
6257 * dwarf2read.c (save_gdb_index_command): Replace format
6258 documentation with a pointer to the manual.
6259
c21236dc
PA
62602011-04-20 Pedro Alves <pedro@codesourcery.com>
6261
6262 * regcache.c: Include remote.h.
6263 (enum regcache_dump_what) <regcache_dump_remote>: New enum value.
6264 (regcache_dump): Handle regcache_dump_remote.
6265 (maintenance_print_remote_registers): New function.
6266 (_initialize_regcache): Install "maint print remote-registers"
6267 command.
6268 * remote.c (map_regcache_remote_table): New function, factored out
6269 from ...
6270 (init_remote_state): ... here.
6271 (remote_register_number_and_offset): New.
6272 * remote.h (remote_register_number_and_offset): Declare.
6273
b78974c3
PA
62742011-04-20 Pedro Alves <pedro@codesourcery.com>
6275
6276 * regcache.c (get_thread_arch_regcache): If creating a regcache for
6277 null_ptid, assume and allow a NULL address space, instead of
6278 asking the target for the ptid's address space.
6279 * infrun.c (ptid_is_pid): Remove assertion.
6280
7a9dd1b2
TT
62812011-04-19 Tom Tromey <tromey@redhat.com>
6282
6283 * windows-tdep.c (windows_xfer_shared_library):
6284 * windows-nat.c (get_module_name, windows_make_so):
6285 * v850-tdep.c (v850_handle_pushm):
6286 * utils.c (null_cleanup, gdb_realpath):
6287 * ui-out.c (get_next_header):
6288 * tracepoint.c (clear_traceframe_info):
6289 * symtab.c (lookup_symtab):
6290 * serial.h (struct serial_ops):
6291 * mipsread.c (read_alphacoff_dynamic_symtab):
6292 * infcmd.c (print_return_value):
6293 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address):
6294 * f-exp.y (parse_number):
6295 * exceptions.c (catch_exceptions):
6296 * dummy-frame.c (dummy_frame_this_id):
6297 * defs.h (struct cleanup):
6298 * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
6299 * arm-tdep.c (arm_push_dummy_call):
6300 * amd64-tdep.h (amd64_collect_xsave):
6301 * amd64-tdep.c (amd64_collect_xsave):
6302 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache):
6303 * README (typing): Remove duplicate words.
6304 * cli/cli-decode.c (lookup_cmd_composition): Add comma.
6305 * infrun.c (siginfo_value_read): Fix typo.
6306 * solib-frv.c (frv_fdpic_find_global_pointer): Likewise.
6307 * top.c (source_line_number): Add comma.
6308
9941e0c5
MK
63092011-04-19 Marc Khouzam <marc.khouzam@ericsson.com>
6310
6311 * thread.c (any_live_thread_of_process): Prioritize threads
6312 that are not executing.
6313 * gdbthread.h (any_live_thread_of_process): Update comment
6314 as per above change.
6315
ed4b0e6a
AS
63162011-04-19 Andreas Schwab <schwab@linux-m68k.org>
6317
6318 * xcoffread.c (process_xcoff_symbol): Remove useless cast.
6319 (scan_xcoff_symtab): Likewise.
6320
9b13a2db
PM
63212011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6322
6323 * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid assignment
6324 inside if clause.
6325
1c6e1b0d
PM
63262011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6327 Pedro Alves <pedro@codesourcery.com>
6328
6329 * xstormy16-tdep.c (xstormy16_push_dummy_call): Add local
6330 variables to simplify code and avoid == operator at end of
6331 line as this is against GNU coding standards.
6332
74de0234
PM
63332011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6334
6335 * solib-svr4.c (svr4_keep_data_in_core): Rename local variable
6336 lm_name to name_lm to avoid conflict with lm_name function.
6337
b23518f0
PM
63382011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6339
6340 ARI fixes: Use only lowercase function name for static functions.
6341 * nto-tdep.c (LM_ADDR): Rename to...
6342 (lm_addr): New function name.
6343 (nto_relocate_section_addresses): Adapt to change above.
6344 * solib-sunos.c (LM_ADDR): Rename to...
6345 (lm_addr): New function name.
6346 (LM_NEXT): Rename to...
6347 (lm_next): New function name.
6348 (sunos_current_sos, sunos_relocate_section_addresses): Adapt to
6349 function name changes above.
6350 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Rename to...
6351 (lm_addr_from_link_map): New function name.
6352 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Rename to...
6353 (has_lm_dynamic_from_link_map): New function name.
6354 (LM_DYNAMIC_FROM_LINK_MAP): Rename to...
6355 (lm_dynamic_from_link_map): New function name.
6356 (LM_ADDR_CHECK): Rename to...
6357 (lm_addr_check): New function name.
6358 (LM_NEXT): Rename to...
6359 (lm_next): New function name.
6360 (LM_PREV): Rename to...
6361 (lm_prev): New function name.
6362 (LM_NAME): Rename to...
6363 (lm_name): New function name.
6364 (IGNORE_FIRST_LINK_MAP_ENTRY): Rename to...
6365 (ignore_first_link_map_entry): New function name.
6366 (svr4_keep_data_in_core): Adapt to function name changes above.
6367 (svr4_current_sos): Likewise.
6368 (enable_break): Likewise.
6369 (svr4_relocate_section_addresses): Likewise.
6370
1448a0a2
PM
63712011-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6372
6373 ARI cleanup.
6374 * xtensa-tdep.c (xtensa_register_type): Use xstrprintf instead of
6375 sprintf. Simplify code and avoid loosing memory.
6376 (xtensa_register_reggroup_p): Extract assignment out of IF clause.
6377 (call0_frame_cache): Remove && operator from end of line.
6378
02835898
JK
63792011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6380
6381 Fix libraries displacement if they change whether they were prelinked.
6382 * solib-svr4.c (LM_ADDR_CHECK): Set L_ADDR even if the DYNAMIC pointer
6383 does not match. Comment why.
6384
9a845ea2
JK
63852011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * corelow.c: Include wrapper.h.
6388 (core_open): Call now gdb_target_find_new_threads.
6389 * wrapper.c: Include target.h.
6390 (gdb_target_find_new_threads): New.
6391 * wrapper.h (gdb_target_find_new_threads): New declaration.
6392
254f582e
JK
63932011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6394
6395 * linux-thread-db.c (find_new_threads_callback): Exit on zero TI_TID
6396 even if !TARGET_HAS_EXECUTION.
6397
63524580
JK
63982011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6399
6400 Fix convert_code_addr_to_desc_addr for ppc64 files after eu-strip.
6401 * elfread.c (elf_symfile_read): New variable synth_abfd, pass it to
6402 bfd_get_synthetic_symtab.
6403 * jit.c (jit_register_code): Pass NULL to the new parameter parent.
6404 * machoread.c (macho_add_oso_symfile): Pass main_objfile to the new
6405 parameter parent, remove the call to add_separate_debug_objfile.
6406 * solib.c (solib_read_symbols): Pass NULL to the new parameter parent.
6407 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
6408 * symfile.c (symbol_file_add_with_addrs_or_offsets): New parameter
6409 parent, new comment for it, call add_separate_debug_objfile for it.
6410 (symbol_file_add_separate): Pass objfile as the parameter parent,
6411 remove the call to add_separate_debug_objfile.
6412 (symbol_file_add_from_bfd): New parameter parent, pass it.
6413 (symbol_file_add): Pass NULL to the new parameter parent.
6414 * symfile.h (symbol_file_add_from_bfd): New parameter parent.
6415
90359a16
JK
64162011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 * elfread.c (elf_symtab_read): Do not ignore .L symbols if they are
6419 BSF_SYNTHETIC.
6420
626e7282
JK
64212011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6422
6423 Fix Python access to inlined frames.
6424 * python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
6425 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
6426
cf31e6f9
TT
64272011-04-15 Tom Tromey <tromey@redhat.com>
6428
6429 * dwarf2read.c (add_index_entry): Use VEC_last, not VEC_length.
6430
c8d895f1
GB
64312011-04-15 Gary Benson <gbenson@redhat.com>
6432
6433 * MAINTAINERS: Add myself to write-after-approval section.
6434
56a9aa1d
MF
64352011-04-14 Mike Frysinger <vapier@gentoo.org>
6436
6437 * remote-sim.c (sim_command_completer): New function.
6438 (_initialize_remote_sim): Set completer to sim_command_completer.
6439
ba770c9c
TJB
64402011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6441
6442 * breakpoint.c (print_exception_catchpoint): Rename to ...
6443 (print_it_exception_catchpoint): ... this.
6444 (gnu_v3_exception_catchpoint_ops): Update with new name
6445 for print_it_exception_catchpoint.
6446
51bf2553
EBM
64472011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
6448
6449 * MAINTAINERS: Add myself for write after approval privileges.
6450
d242658c
MP
64512011-04-13 Marek Polacek <mpolacek@redhat.com>
6452
6453 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6454
4a4106ca
TJB
64552011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6456
6457 * breakpoint.c (watch_command_1): Remove colon from exp_string.
6458
26063d49
TJB
64592011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6460
6461 * breakpoint.c (save_breakpoints): Verify whether
6462 breakpoint_ops.print_recreate is defined before calling it.
6463
7782b183
GB
64642011-04-11 Gary Benson <gbenson@redhat.com>
6465
6466 Fix failure with --enable-maintainer-mode.
6467 * Makefile.in (aclocal_m4_deps): Updated gnulib dependencies.
6468
e8930875
JK
64692011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6470
6471 Code cleanup.
6472 * symtab.c (search_symbols): Reorder the KIND description in the
6473 function comment. Remove the unused 4th element of types, types2,
6474 types3 and types4. New gdb_assert on KIND.
6475 (symtab_symbol_info): Remove the unused 4th element of classnames.
6476 New gdb_assert on KIND.
6477 * symtab.h (enum search_domain): New warning in the enum comment.
6478 Assign numbers to the elements VARIABLES_DOMAIN, FUNCTIONS_DOMAIN and
6479 TYPES_DOMAIN.
6480
b4f2f049
JK
64812011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6482
6483 Fix crash of gdb save-index on a STABS file.
6484 * dwarf2read.c (write_psymtabs_to_index): Return also on no
6485 PSYMTABS_ADDRMAP.
6486
60d5a603
JK
64872011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6488
6489 Fix DW_AT_accessibility compatibility with gcc-4.6+.
6490 * dwarf2read.c: Include ctype.h.
6491 (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New
6492 functions.
6493 (dwarf2_add_field): Fix new_field->accessibility by calling
6494 dwarf2_default_access_attribute. Restructure setting accessibility
6495 vs. virtuality.
6496 (dwarf2_add_member_fn): New variable accessibility. Fix fnp
6497 is_private and is_protected by calling
6498 dwarf2_default_access_attribute.
6499
e0f68161
KB
65002011-04-08 Kevin Buettner <kevinb@redhat.com>
6501
6502 * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason
6503 to the initialization.
6504
2e1aae43
SE
65052011-04-08 Steve Ellcey <sje@cup.hp.com>
6506
6507 * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind
6508 initalization.
6509
c6ca3dab
PM
65102011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
6511
6512 Remove support for old Cygwin 1.5 versions.
6513 * remote-fileio.c: Remove macros used to emulate new cygwin_conv_path
6514 function on old Cygwin version.
6515 * windows-nat.c: Remove cygwin version check and always define
6516 __USEWIDE for Cygwin compilation.
6517
bd18283a
YQ
65182011-04-07 Yao Qi <yao@codesourcery.com>
6519
6520 * arm-linux-tdep.c (arm_linux_copy_svc): Remove parameters INSN
6521 and TO.
6522 * arm-tdep.c (cleanup_svc): Handle variable instruction size.
6523 (arm_copy_svc): Remove parameters INSN and TO.
6524 (decode_svc_copro): Update caller.
6525 * arm-tdep.h (struct displaced_step_closure): Remove parameters
6526 from function pointer `copy_svc_os'.
6527
8c8dba6d
YQ
65282011-04-07 Yao Qi <yao@codesourcery.com>
6529
6530 * arm-tdep.c (cleanup_branch): Set a correct return address in
6531 LR for ARM and Thumb.
6532
59d7bcaf
JK
65332011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6534
6535 Code cleanup.
6536 * dictionary.c (dict_hash): Use SYMBOL_HASH_NEXT.
6537 * dwarf2read.c (mapped_index_string_hash): Refer to SYMBOL_HASH_NEXT
6538 in the function comment, a new note on values compatibility.
6539 * minsyms.c (msymbol_hash_iw, msymbol_hash): Use SYMBOL_HASH_NEXT.
6540 * symtab.h (SYMBOL_HASH_NEXT): New.
6541
e7db58ea
TJB
65422011-04-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6543
6544 * ppc-linux-nat.c (check_condition): Add len output parameter.
6545 Set it based on the memory region referenced in the condition
6546 expression. Update all callers.
6547
9f743ef6
JK
65482011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 Fix crash regression on systems featuring .gdb_index.
6551 * objfiles.c (free_objfile): Move the
6552 forget_cached_source_info_for_objfile call earlier. Comment it.
6553 Extend the comment for objfile_free_data.
6554
9182c5bc
JK
65552011-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 Fix regression of displaying the debug format.
6558 * buildsym.c (end_symtab): Set symtab's debugformat and producer from
6559 subfile.
6560
04bd08de
TT
65612011-04-04 Tom Tromey <tromey@redhat.com>
6562
6563 * cli/cli-interp.c (struct captured_execute_command_args):
6564 Remove.
6565 (do_captured_execute_command): Remove.
6566 (safe_execute_command): Use TRY_CATCH.
6567 * cli/cli-script.c (struct wrapped_read_command_file_args):
6568 Remove.
6569 (wrapped_read_command_file): Remove.
6570 (script_from_file): Use TRY_CATCH.
6571 * exceptions.c (catch_exception): Remove.
6572 * exceptions.h (catch_exception): Remove.
6573 (deprecated_throw_reason): Update comment.
6574 * mi/mi-main.c (captured_mi_execute_command): Change 'data'
6575 argument to 'context'.
6576 (mi_execute_command): Use TRY_CATCH.
6577 * remote.c (struct start_remote_args): Remove.
6578 (remote_start_remote): Update; change arguments.
6579 (remote_open_1): Use TRY_CATCH.
6580
58438ac1
TT
65812011-04-04 Tom Tromey <tromey@redhat.com>
6582
6583 * tracepoint.c (scope_info): Update.
6584 * symtab.c (decode_line_spec): Update.
6585 * python/python.c (gdbpy_decode_line): Update.
6586 * linespec.h (decode_line_1): Update.
6587 * linespec.c (decode_line_1): Remove 'not_found_ptr' argument.
6588 (decode_compound, find_method, symtab_from_filename)
6589 (decode_variable): Likewise.
6590 * cli/cli-cmds.c (edit_command): Update.
6591 (list_command): Update.
6592 * breakpoint.c (parse_breakpoint_sals): Remove 'not_found_ptr'
6593 argument.
6594 (create_breakpoint): Update.
6595 (until_break_command): Update.
6596 (addr_string_to_sals): Update.
6597 (decode_line_spec_1): Update.
6598
b78a6381
TT
65992011-04-04 Tom Tromey <tromey@redhat.com>
6600
6601 * breakpoint.c (struct captured_parse_breakpoint_args): Remove.
6602 (do_captured_parse_breakpoint): Remove.
6603 (create_breakpoint): `e' is now volatile. Remove `parse_args'.
6604 Use TRY_CATCH directly.
6605
00174a86
TT
66062011-04-04 Tom Tromey <tromey@redhat.com>
6607
6608 * symtab.h (free_symtab): Remove.
6609 (forget_cached_source_info_for_objfile): Declare.
6610 * symmisc.c (free_symtab): Remove.
6611 * source.c (forget_cached_source_info_for_objfile): New function.
6612 (forget_cached_source_info): Use it.
6613 * objfiles.c (free_objfile): Simplify check before calling
6614 clear_current_source_symtab_and_line. Call
6615 forget_cached_source_info_for_objfile.
6616
30cc903e
TT
66172011-04-04 Tom Tromey <tromey@redhat.com>
6618
6619 * mdebugread.c (psymtab_to_symtab_1): Copy linetable to obstack.
6620 (new_symtab): Don't set `free_code' on symtab.
6621 (new_linetable): Properly handle size==0.
6622 * symtab.h (struct symtab) <free_code, free_func>: Remove.
6623 * symmisc.c (free_symtab): Don't free the linetable. Don't call
6624 free_func.
6625 * jv-lang.c (struct jv_per_objfile_data): New.
6626 (jv_per_objfile_free): Free the data.
6627 (get_dynamics_objfile): Allocate a jv_per_objfile_data.
6628 (get_java_class_symtab): Set the `dict' field on the
6629 jv_per_objfile_data.
6630 (free_class_block): Remove.
6631 * buildsym.c (end_symtab): Don't set `free_code' or `free_func' on
6632 the symtab.
6633
0c2e6019
TT
66342011-04-04 Tom Tromey <tromey@redhat.com>
6635
6636 * symfile.c (reread_symbols): Update.
6637 * objfiles.h (struct objfile) <cp_namespace_symtab>: Remove
6638 field.
6639 * objfiles.c (allocate_objfile): Update.
6640 * cp-support.h (cp_check_possible_namespace_symbols): Don't
6641 declare.
6642 * cp-namespace.c (lookup_symbol_file): Don't call
6643 lookup_possible_namespace_symbol.
6644 (initialize_namespace_symtab, get_possible_namespace_block)
6645 (free_namespace_block, cp_check_possible_namespace_symbols)
6646 (check_possible_namespace_symbols_loop)
6647 (check_one_possible_namespace_symbol)
6648 (lookup_possible_namespace_symbol): Remove.
6649 (maintenance_cplus_namespace): Replace with notice.
6650 (_initialize_cp_namespace): Deprecate `maint cplus namespace'.
6651
554d387d
TT
66522011-04-04 Tom Tromey <tromey@redhat.com>
6653
6654 * xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
6655 * symtab.h (struct symtab) <producer, debugformat>: Now const.
6656 * symmisc.c (free_symtab): Don't free debugformat.
6657 * buildsym.h (struct subfile) <producer, debugformat>: Now const.
6658 (record_debugformat, record_producer): Document.
6659 * buildsym.c (end_symtab): Don't save debugformat and producer
6660 names on obstack.
6661 (end_symtab): Don't free debugformat and producer fields.
6662 (record_debugformat): Don't call xstrdup.
6663 (record_producer): Likewise.
6664
d4d4db8a
TT
66652011-04-04 Tom Tromey <tromey@redhat.com>
6666
6667 * source.c (find_source_lines): Remove LSEEK_NOT_LINEAR code.
6668 (source_line_charpos, source_charpos_line): Remove.
6669
8903c50d
TT
66702011-04-04 Tom Tromey <tromey@redhat.com>
6671
6672 * symtab.h (domain_enum): Split in two...
6673 (enum search_domain): New.
6674 (search_symbols): Update.
6675 * symtab.c (print_symbol_info, symtab_symbol_info): Remove
6676 redundant declarations.
6677 (search_symbols): Change 'kind' argument to search_domain.
6678 Update.
6679 (print_symbol_info): Likewise.
6680 (symtab_symbol_info): Likewise.
6681 * symfile.h (struct quick_symbol_functions)
6682 <pre_expand_symtabs_matching>: Change type of 'kind' argument.
6683 <expand_symtabs_matching>: Likewise.
6684 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Update.
6685 (expand_symtabs_matching_via_partial): Update.
6686 * dwarf2read.c (dw2_pre_expand_symtabs_matching): Update.
6687 (dw2_expand_symtabs_for_function): Update.
6688 * block.h: Moved anonymous enum...
6689 * defs.h (enum block_enum): ... here. Now named.
6690
d9351f5f 66912011-04-03 Joel Brobecker <brobecker@adacore.com>
6692
6693 GDB 7.3 branch created (branch timestamp: 2011-04-01 01:00 UTC)
6694 * version.in: Bump version to 7.3.50.20110403-cvs.
6695
d6e00af6
JB
66962011-04-03 Joel Brobecker <brobecker@adacore.com>
6697
6698 * NEWS: Create a new section for the next release branch.
6699 Rename the section of the current branch, now that it has
6700 been cut.
6701
2b9e5ea6
UW
67022011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6703
6704 * arm-tdep.c (arm_gdbarch_init): Enfore correct register number
6705 for "fpscr" in target description.
6706
0cf03b49
JK
67072011-04-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * dwarf2read.c (find_slot_in_mapped_hash): New variable back_to,
6710 initialize it. Delay HASH initialization. Strip the part after open
6711 parenthesis for languages with qualifiers. Call do_cleanups.
6712
5d901a73
TT
67132011-04-01 Tom Tromey <tromey@redhat.com>
6714
6715 * utils.c (report_command_stats): Don't print `-' for negative
6716 number.
6717
b0dd7688
JB
67182011-04-01 Eric Botcazou <ebotcazou@adacore.com>
6719
6720 * ada-lang.c (ada_is_simple_array_type, ada_value_slice_from_ptr)
6721 (ada_value_slice, empty_array, to_fixed_array_type): Deal with
6722 typedefs.
6723
956a9fb9
JB
67242011-04-01 Joel Brobecker <brobecker@adacore.com>
6725
6726 * breakpoint.h (bpdisp_text): Add declaration.
6727 * breakpoint.c (bpdisp_text): Make non-static.
6728 * ada-lang.c: #include "mi/mi-common.h".
6729 (print_it_exception): Rewrite to improve GDB/MI output.
6730
3352110b
PA
67312011-04-01 Pedro Alves <pedro@codesourcery.com>
6732
6733 * arm-tdep.h (struct address_space): Add forward declaration.
6734
18819fa6
UW
67352011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6736
6737 * arm-tdep.h (arm_insert_single_step_breakpoint): Add prototype.
6738 * arm-tdep.c (arm_override_mode): New global.
6739 (arm_pc_is_thumb): Respect arm_override_mode. Remove single-step
6740 execution mode heuristics.
6741 (thumb_get_next_pc_raw): Remove INSERT_BKTP argument; always insert
6742 second single-step breakpoint if needed, using
6743 arm_insert_single_step_breakpoint.
6744 (arm_get_next_pc_raw): Remove INSERT_BKTP argument. Only handle
6745 ARM execution mode, do not call thumb_get_next_pc_raw.
6746 (arm_get_next_pc): Encode execution mode in return value. Call
6747 either arm_get_next_pc_raw or thumb_get_next_pc_raw.
6748 (arm_insert_single_step_breakpoint): New function.
6749 (arm_software_single_step): Call it.
6750 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): Add IS_THUMB
6751 argument to return execution mode of sigreturn target.
6752 (arm_linux_syscall_next_pc): Use it.
6753 (arm_linux_copy_svc): Update call.
6754 (arm_linux_software_single_step): Call
6755 arm_insert_single_step_breakpoint.
6756
a6e293d1
JK
67572011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 * dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
6760 the comment.
6761
a4c8e806
TT
67622011-03-31 Tom Tromey <tromey@redhat.com>
6763
6764 * varobj.c (update_dynamic_varobj_children): Properly handle
6765 errors from iterator.
6766
df5c6c50
JK
67672011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6768
6769 * dwarf2read.c (dwarf2_name): Initialize DEMANGLED. Avoid demangling
6770 struct linkage name twice.
6771
1dae3efc
TT
67722011-03-31 Tom Tromey <tromey@redhat.com>
6773
6774 * python/py-prettyprint.c (print_stack_unless_memory_error): Add
6775 missing ">" to message.
6776
f4f7ab05
TT
67772011-03-31 Tom Tromey <tromey@redhat.com>
6778
6779 * varobj.c (instantiate_pretty_printer): Remove duplicate
6780 'return'.
6781
fcf250e2
UW
67822011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
6783
6784 * i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
6785 if neither saved value nor register available (e.g. signal frame).
6786
ee6436e3
TJB
67872011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6788
6789 * macroexp.c (expand): Avoid uninitialized variable
6790 compiler warning.
6791
423f41a5
TJB
67922011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6793
6794 * breakpoint.c (break_range_command): Fix typo in comment.
6795
f1310107
TJB
67962011-03-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
6797 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
6798
6799 Implement support for PowerPC BookE ranged breakpoints.
6800 * NEWS: Mention support for ranged breakpoints on embedded PowerPC.
6801 * breakpoint.h (struct bp_target_info) <length>: New member
6802 variable.
6803 (struct breakpoint_ops) <breakpoint_hit>: Take struct bp_location
6804 instead of struct breakpoint as argument, and also add ASPACE
6805 and BP_ADDR arguments. Update all callers.
6806 (struct breakpoint_ops) <print_one_detail>: New method.
6807 (struct breakpoint) <addr_string_range_end>: New member variable.
6808 * breakpoint.c (breakpoint_location_address_match): Add function
6809 prototype.
6810 (insert_bp_location): Set bl->target_info.length.
6811 (breakpoint_here_p): Call breakpoint_location_address_match.
6812 (moribund_breakpoint_here_p): Likewise.
6813 (regular_breakpoint_inserted_here_p): Likewise.
6814 (breakpoint_thread_match): Likewise.
6815 (bpstat_stop_status): Likewise.
6816 (bpstat_check_location): Move call to
6817 breakpoint_ops.breakpoint_hit to the top.
6818 (print_one_breakpoint_location): Call
6819 breakpoint_ops.print_one_detail if available.
6820 (breakpoint_address_match_range): New function.
6821 (breakpoint_location_address_match): Likewise.
6822 (breakpoint_locations_match): Compare the length field of the
6823 locations too.
6824 (hw_breakpoint_used_count): Count resources used by all locations
6825 in a breakpoint, and use breakpoint_ops.resources_needed if
6826 available.
6827 (breakpoint_hit_ranged_breakpoint): New function.
6828 (resources_needed_ranged_breakpoint): Likewise.
6829 (print_it_ranged_breakpoint): Likewise.
6830 (print_one_ranged_breakpoint): Likewise.
6831 (print_one_detail_ranged_breakpoint): Likewise.
6832 (print_mention_ranged_breakpoint): Likewise.
6833 (print_recreate_ranged_breakpoint): Likewise.
6834 (ranged_breakpoint_ops): New structure.
6835 (find_breakpoint_range_end): New function.
6836 (break_range_command): Likewise.
6837 (delete_breakpoint): Free addr_string_range_end.
6838 (update_breakpoint_locations): Add SALS_END argument. Update
6839 all callers. Calculate breakpoint length if a non-zero SALS_END
6840 is given. Call breakpoint_locations_match instead of
6841 breakpoint_address_match.
6842 (reset_breakpoint): Find SaL of the end of the range if B is a
6843 ranged breakpoint.
6844 (_initialize_breakpoint): Register break-range command.
6845 * defs.h (print_core_address): Add function prototype.
6846 * ppc-linux-nat.c (ppc_linux_ranged_break_num_registers): New
6847 function.
6848 (ppc_linux_insert_hw_breakpoint): Support ranged breakpoints.
6849 (ppc_linux_remove_hw_breakpoint): Likewise.
6850 (_initialize_ppc_linux_nat): Initialize
6851 to_ranged_break_num_registers.
6852 * target.c (update_current_target): Add comment about
6853 to_ranged_break_num_registers.
6854 (target_ranged_break_num_registers): New function.
6855 * target.h (struct target_ops) <to_ranged_break_num_registers>:
6856 New method.
6857 (target_ranged_break_num_registers): Add function prototype.
6858 * ui-out.c (ui_out_field_core_addr): Move address-printing logic to ...
6859 * utils.c (print_core_address): ... here.
6860
02d20e4a
UW
68612011-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6862
6863 * breakpoint.c (addr_string_to_sals): Avoid uninitialized
6864 variable compiler warning.
6865
ef23e705
TJB
68662011-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6867
6868 * breakpoint.c (breakpoint_re_set_one): Factor out breakpoint-resetting
6869 code from here ...
6870 (re_set_breakpoint): ... to here ...
6871 (addr_string_to_sals): ... and here.
6872
311e6ab3
PM
68732011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
6874
6875 * Makefile.in (SFILES): Add missing C sources.
6876 (HFILES_NO_SRCDIR): Remove gdbserver subdirectory headers.
6877 Add missing headers.
6878
acd1d99c
MF
68792011-03-29 Mike Frysinger <vapier@gentoo.org>
6880
6881 * .gitignore: New file.
6882
66ee2731
MF
68832011-03-29 Mike Frysinger <vapier@gentoo.org>
6884
6885 * NEWS: Mention new cfi device simulation.
6886
53832f31
TT
68872011-03-29 Tom Tromey <tromey@redhat.com>
6888
6889 * dwarf2read.c (fixup_partial_die): Handle linkage name on
6890 otherwise anonymous types.
6891 (dwarf2_name): Likewise.
6892 * valops.c (value_struct_elt_for_reference): Refine artificial
6893 type logic. Call error if j==-1.
6894
09b58708
JK
68952011-03-29 Andreas Tobler <andreast-list@fgznet.ch>
6896
6897 Fix false GCC warning.
6898 * infcall.c (find_function_addr): Initialize funaddr.
6899
6023c606
PM
69002011-03-29 Pierre Muller <muller@ics.u-strasbg.fr>
6901
6902 Fix mingw compilation with --enable-targets=all.
6903 * remote-mips.c (gdb_usleep.h): Include header.
6904 (mips_enter_debug): Use gdb_usleep instead of sleep.
6905
0e30163f
JK
69062011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 Support resolution of STT_GNU_IFUNC via breakpoints.
6909 * breakpoint.c (print_it_typical): Support bp_gnu_ifunc_resolver and
6910 bp_gnu_ifunc_resolver_return.
6911 (bpstat_what): Rename parameter to bs_head, new variable bs, adjust
6912 the loop. Support bp_gnu_ifunc_resolver and
6913 bp_gnu_ifunc_resolver_return. New comment after the loop. New loop
6914 for bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return
6915 breakpoints.
6916 (bptype_string, print_one_breakpoint_location): Support
6917 bp_gnu_ifunc_resolver and bp_gnu_ifunc_resolver_return.
6918 (user_settable_breakpoint): Return true also for
6919 bp_gnu_ifunc_resolver.
6920 (allocate_bp_location): Support bp_gnu_ifunc_resolver and
6921 bp_gnu_ifunc_resolver_return.
6922 (set_breakpoint_location_function): New parameter explicit_loc,
6923 describe it. Call find_pc_partial_function_gnu_ifunc with new
6924 variable IS_GNU_IFUNC and adjust the address for STT_GNU_IFUNC if
6925 EXPLICIT_LOC is not set.
6926 (set_raw_breakpoint): Set EXPLICIT_LOC for
6927 set_breakpoint_location_function.
6928 (clone_momentary_breakpoint): Use true for EXPLICIT_LOC of
6929 set_breakpoint_location_function.
6930 (mention): Support bp_gnu_ifunc_resolver and
6931 bp_gnu_ifunc_resolver_return.
6932 (add_location_to_breakpoint): Set EXPLICIT_LOC for
6933 set_breakpoint_location_function.
6934 (update_breakpoint_locations): Remove static.
6935 (breakpoint_re_set_one): Support bp_gnu_ifunc_resolver and
6936 bp_gnu_ifunc_resolver_return.
6937 * breakpoint.h (enum bptype): New fields bp_gnu_ifunc_resolver and
6938 bp_gnu_ifunc_resolver_return.
6939 (update_breakpoint_locations): New declaration.
6940 * elfread.c: Include gdbthread.h and regcache.h.
6941 (elf_gnu_ifunc_resolver_stop, elf_gnu_ifunc_resolver_return_stop): New
6942 functions.
6943 (elf_gnu_ifunc_fns): Install them.
6944 * minsyms.c (stub_gnu_ifunc_resolver_stop)
6945 (stub_gnu_ifunc_resolver_return_stop): New functions.
6946 (stub_gnu_ifunc_fns): Install them.
6947 * symtab.h (struct gnu_ifunc_fns): New fields gnu_ifunc_resolver_stop
6948 and gnu_ifunc_resolver_return_stop.
6949 (gnu_ifunc_resolver_stop, gnu_ifunc_resolver_return_stop): New.
6950
07be84bf
JK
69512011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 STT_GNU_IFUNC reader implementation.
6954 * elfread.c: Include gdbtypes.h, value.h and infcall.h.
6955 (SYMBOL_GOT_PLT_SUFFIX, elf_rel_plt_read)
6956 (elf_objfile_gnu_ifunc_cache_data, struct elf_gnu_ifunc_cache)
6957 (elf_gnu_ifunc_cache_hash, elf_gnu_ifunc_cache_eq)
6958 (elf_gnu_ifunc_record_cache, elf_gnu_ifunc_resolve_by_cache)
6959 (elf_gnu_ifunc_resolve_by_got, elf_gnu_ifunc_resolve_name)
6960 (elf_gnu_ifunc_resolve_addr): New.
6961 (elf_symfile_read): Call elf_rel_plt_read.
6962 (elf_gnu_ifunc_fns): New.
6963 (_initialize_elfread): Initialize elf_objfile_gnu_ifunc_cache_data.
6964 Install elf_gnu_ifunc_fns.
6965 * infcall.c (find_function_return_type): New function.
6966 (find_function_addr): Resolve TYPE_GNU_IFUNC functions, if possible.
6967 * minsyms.c (stub_gnu_ifunc_resolve_addr)
6968 (stub_gnu_ifunc_resolve_name): New functions.
6969 (stub_gnu_ifunc_fns, gnu_ifunc_fns_p): New variables.
6970 * symtab.h (struct gnu_ifunc_fns, gnu_ifunc_resolve_addr)
6971 (gnu_ifunc_resolve_name, gnu_ifunc_fns_p): New.
6972
300f8e10
JK
69732011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6974
6975 Code cleanup for later STT_GNU_IFUNC support.
6976 * infcall.c (find_function_addr): Remove variable code, use explicit
6977 dereferences for it. Move VALUE_TYPE initialization later.
6978
11c81455
JK
69792011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6980
6981 GDB find_pc_partial_function support for STT_GNU_IFUNC.
6982 * blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
6983 (clear_pc_function_cache): Clear it.
6984 (find_pc_partial_function): Rename to ...
6985 (find_pc_partial_function_gnu_ifunc): ... this function. New
6986 parameter is_gnu_ifunc_p, describe it. Set *IS_GNU_IFUNC_P.
6987 (find_pc_partial_function): New wrapper for this function.
6988 * symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
6989
0875794a
JK
69902011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6991
6992 GDB internal type support for STT_GNU_IFUNC.
6993 * elfread.c (record_minimal_symbol): Support mst_text_gnu_ifunc.
6994 (elf_symtab_read): Set mst_text_gnu_ifunc for
6995 BSF_GNU_INDIRECT_FUNCTION.
6996 * eval.c (evaluate_subexp_standard): Support TYPE_GNU_IFUNC.
6997 * gdbtypes.c (init_type): Support TYPE_FLAG_GNU_IFUNC,
6998 builtin_func_func, nodebug_text_gnu_ifunc_symbol and
6999 nodebug_got_plt_symbol.
7000 * gdbtypes.h (enum type_flag_value): New entry TYPE_FLAG_GNU_IFUNC.
7001 (TYPE_GNU_IFUNC): New.
7002 (struct main_type): New field flag_gnu_ifunc.
7003 (struct builtin_type): New field builtin_func_func.
7004 (struct objfile_type): New fields nodebug_text_gnu_ifunc_symbol and
7005 nodebug_got_plt_symbol.
7006 * minsyms.c (lookup_minimal_symbol_text): Support mst_text_gnu_ifunc.
7007 (in_gnu_ifunc_stub): New.
7008 (prim_record_minimal_symbol, find_solib_trampoline_target): Support
7009 mst_text_gnu_ifunc.
7010 * parse.c (write_exp_msymbol): New variable ifunc_msym. Detect and
7011 support mst_text_gnu_ifunc. Support mst_slot_got_plt.
7012 * solib-svr4.c (svr4_in_dynsym_resolve_code): Return true also for
7013 in_gnu_ifunc_stub.
7014 * symmisc.c (dump_msymbols): Support mst_text_gnu_ifunc.
7015 * symtab.c (search_symbols): Likewise.
7016 * symtab.h (enum minimal_symbol_type): New fields mst_text_gnu_ifunc
7017 and mst_slot_got_plt.
7018 (in_gnu_ifunc_stub): New declaration.
7019
d0fb5eae
JK
70202011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7021
7022 Support a ring of related breakpoints.
7023 * breakpoint.c (watchpoint_del_at_next_stop): New, move here code from
7024 other functions, add gdb_assert.
7025 (update_watchpoint, watchpoint_check): Add gdb_assert. Use
7026 watchpoint_del_at_next_stop.
7027 (bpstat_check_watchpoint): Use watchpoint_del_at_next_stop.
7028 (bpstat_stop_status): Handle ring in related_breakpoint.
7029 (set_raw_breakpoint_without_location): Initialize ring in
7030 related_breakpoint.
7031 (delete_breakpoint): Handle ring in related_breakpoint, use
7032 watchpoint_del_at_next_stop.
7033 (map_breakpoint_numbers): Handle ring in related_breakpoint.
7034
9cded63f
TT
70352011-03-28 Tom Tromey <tromey@redhat.com>
7036
7037 PR symtab/12441:
7038 * dwarf2read.c (prepare_one_comp_unit): Don't call set_cu_language
7039 with `language_minimal'.
7040
467d42c4
UW
70412011-03-25 Ulrich Weigand <ulrich.weigand@linaro.org>
7042
7043 * arm-tdep.c (arm_elf_make_msymbol_special): Use ARM_SYM_BRANCH_TYPE
7044 instead of checking for STT_ARM_TFUNC symbol type.
7045
62853458
TT
70462011-03-25 Tom Tromey <tromey@redhat.com>
7047
7048 * linespec.c (symbol_found): Restore line-based result for
7049 non-LOC_LABEL symbols.
7050
a7417d46
KT
70512011-03-25 Kai Tietz <ktietz@redhat.com>
7052
7053 * tui/tui-source.c (tui_set_source_content): Use filename_cmp
7054 instead of strcmp for comparison.
7055 (tui_source_is_displayed): Likewise.
7056 * tui/tui-winsource.c (tui_update_breakpoint_info): Likewise.
7057
55f1336d
TT
70582011-03-24 Mark Wielaard <mjw@redhat.com>
7059
f33edef8
PP
7060 * dwarf2read.c (lookup_signatured_type): Use DW_FORM_ref_sig8 in
7061 complaint.
7062 (skip_one_die): Use DW_FORM_ref_sig8, not DW_FORM_sig8.
7063 (find_partial_die_in_comp_unit): Likewise in comment.
7064 (read_attribute_value): Likewise.
7065 (lookup_die_type): Likewise.
7066 (dwarf_form_name): Likewise.
7067 (dump_die_shallow): Likewise.
7068 (follow_die_ref_or_sig): Likewise.
55f1336d 7069
9ef07c8c
TT
70702011-03-24 Tom Tromey <tromey@redhat.com>
7071
7072 PR breakpoints/11816:
7073 * linespec.c (decode_line_1): Parse `function:label' linespecs.
7074 (decode_compound): Update.
7075 (find_function_symbol): New function.
7076 (decode_dollar): Update.
7077 (decode_label): Add 'function_symbol' parameter. Handle
7078 function-relative labels.
7079 (decode_variable): Update.
7080 (symbol_found): Add 'function_symbol' parameter. Use label's PC,
7081 not its line. Set `special_display' and canonical name for
7082 labels.
7083
56435ebe
TT
70842011-03-24 Tom Tromey <tromey@redhat.com>
7085
7086 * linespec.h (struct linespec_result) <special_display>: New
7087 field.
7088 * breakpoint.h (struct breakpoint) <display_canonical>: New
7089 field.
7090 * breakpoint.c (print_breakpoint_location): Respect
7091 display_canonical.
7092 (create_breakpoint_sal): Add 'display_canonical' parameter.
7093 (create_breakpoints_sal): Update.
7094 (create_breakpoint): Update.
7095
7efd8fc2
TT
70962011-03-24 Tom Tromey <tromey@redhat.com>
7097
7098 * symtab.c (decode_line_spec): Update.
7099 * linespec.c (build_canonical_line_spec): Change type of
7100 'canonical'.
7101 (decode_line_2, decode_line_1, decode_objc, decode_compound)
7102 (find_method, decode_all_digits, decode_dollar, decode_label)
7103 (symbol_found): Likewise.
7104 (init_linespec_result): New function.
7105 * breakpoint.c (struct captured_parse_breakpoint_args)
7106 <canonical_p>: New field, replaces addr_string_p.
7107 (create_breakpoints_sal): Add 'canonical' parameter, replacing
7108 'addr_string'.
7109 (parse_breakpoint_sals): Likewise.
7110 (do_captured_parse_breakpoint): Update.
7111 (create_breakpoint): Use struct linespec_result.
7112 (until_break_command): Update.
7113 (breakpoint_re_set_one): Update.
7114 (decode_line_spec_1): Update.
7115 * linespec.h (struct linespec_result): New.
7116 (init_linespec_result): Declare.
7117
788c8b10
PA
71182011-03-23 Pedro Alves <pedro@codesourcery.com>
7119
7120 * regcache.c (regcache_raw_read): If the target didn't supply a
7121 given raw register, mark it as unavailable.
7122
0ba1096a
KT
71232011-03-23 Kai Tietz <ktietz@redhat.com>
7124
7125 * breakpoint.c (clear_command): Use filename_cmp
7126 instead of strcmp for comparison.
7127 * buildsym.c (watch_main_source_file_lossage): Likewise.
7128 (patch_subfile_names): Use IS_DIR_SEPARATOR instead of
7129 checking just for slash.
7130 * dbxread.c (read_dbx_symtab): Use lbasename instead of
7131 strrchr and filename_cmp instead of strcmp for filenames.
7132 (add_old_header_file): Use filename_cmp
7133 instead of strcmp for comparison.
7134 * exec.c (exec_set_section_address): Likewise.
7135 * macrotab.c (macro_lookup_inclusion): Likewise.
7136 (macro_lookup_inclusion): Likewise.
7137 * elfread.c (_initialize_elfread): Likewise.
7138 (elfstab_offset_sections): Likewise.
7139 (elfstab_offset_sections): Use lbasename instead of
7140 strrchr.
7141 * mdebugread.c (parse_partial_symbols): Likewise.
7142 (arse_partial_symbols): Use filename_(n)cmp instead of
7143 str(n)cmp for comparison.
7144 * minsyms.c (lookup_minimal_symbol): Likewise.
7145 * psymtab.c (read_psymtabs_with_filename): Likewise.
7146 * solib.c (solib_read_symbols): Likewise.
7147 (reload_shared_libraries_1): Likewise.
7148 * symmisc.c (maintenance_print_symbols): Likewise.
7149 * symfile.c (separate_debug_file_exists): Likewise.
7150 (reread_symbols): Likewise.
7151 (find_separate_debug_file_by_debuglink): Likewise.
7152 * remote-fileio.c (remote_fileio_func_rename): Likewise.
7153 * source.c (add_path): Likewise.
7154 * symtab.c (filename_seen): Likewise.
7155 (file_matches): Likewise.
7156 (print_symbol_info): Likewise.
7157 (maybe_add_partial_symtab_filename): Likewise.
7158 (make_source_files_completion_list): Likewise.
7159 * xml-syscall.c (init_sysinfo): Likewise.
7160 * windows-nat.c (_initialize_check_for_gdb_ini): Use
7161 IS_DIR_SEPARATOR for checking for trailing path separator.
7162
dd90784c
JK
71632011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_entry_value. New
7166 label abort_expression.
7167 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Handle
7168 DWARF_VALUE_OPTIMIZED_OUT.
7169
3167638f
JK
71702011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 Code cleanup.
7173 * c-typeprint.c (c_type_print_args): Change parameter show_artificial
7174 to linkage_name. Invert its value. Update the function comment.
7175 (c_type_print_varspec_suffix): Invert it at the caller.
7176 * dwarf2read.c (dwarf2_compute_name): Invert it at the caller.
7177
ce406537
PA
71782011-03-22 Pedro Alves <pedro@codesourcery.com>
7179
7180 * infcmd.c (post_create_inferior): Ignore NOT_AVAILABLE_ERROR
7181 errors when reading the `stop_pc'.
7182 * printcmd.c (pc_prefix): Use get_frame_pc_if_available instead of
7183 get_frame_pc.
7184
da5d4055
PM
71852011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7186
7187 * NEWS: Document gdb.Write stream keyword.
7188
29e0eb9c
JK
71892011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7190
7191 Revert:
7192 2011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7193 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7194 (dwarf2_add_field): Fix new_field->accessibility for
7195 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7196
05775840
PM
71972011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7198
f33edef8 7199 PR python/12183
05775840
PM
7200
7201 * python/py-function.c (fnpy_call): Treat GdbErrors differently to
7202 other error classes. Do not print stack trace.
7203
a0cb7835
JK
72042011-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 * dwarf2read.c (producer_is_gxx_lt_4_6): New function.
7207 (dwarf2_add_field): Fix new_field->accessibility for
7208 cu->header.version >= 3 while verifying also producer_is_gxx_lt_4_6.
7209
d19f7eee
UW
72102011-03-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7211
7212 * arm-tdep.c (arm_analyze_prologue): Do not abort parsing when
7213 encountering a load via a non-SP register.
7214
4a2fbb50
UW
72152011-03-21 Ulrich Weigand <uweigand@de.ibm.com>
7216
7217 * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason
7218 field in returned unwinder.
7219
3489610d
JB
72202012-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7221
7222 * ada-lang.c (replace_operator_with_call): Copy also GDBARCH.
7223
8c1a34e7
JB
72242012-03-21 Joel Brobecker <brobecker@adacore.com>
7225
7226 * ada-lang.c (replace_operator_with_call): Use xzalloc instead
7227 of xmalloc.
7228
8fbca658
PA
72292012-03-18 Pedro Alves <pedro@codesourcery.com>
7230
7231 * frame.c (frame_unwind_register): Throw an error if unwinding the
7232 register failed.
7233 * get_prev_frame_1 (get_prev_frame_1): Ask the unwinder if there's
7234 an unwind stop reason.
7235 (frame_stop_reason_string): Handle UNWIND_UNAVAILABLE.
7236 * frame.h (enum unwind_stop_reason) <UNWIND_OUTERMOST,
7237 UNWIND_UNAVAILABLE>: New.
7238 * inline-frame.c (inline_frame_unwind): Install
7239 default_frame_unwind_stop_reason.
7240 * frame-unwind.c: Include "exceptions.h".
7241 (frame_unwind_find_by_frame): Swallow NOT_AVAILABLE_ERROR errors.
7242 (default_frame_unwind_stop_reason): New.
7243 * frame-unwind.h (frame_unwind_stop_reason_ftype): New typedef.
7244 (default_frame_unwind_stop_reason): Declare.
7245 (struct frame_unwind) <stop_reason>: New function pointer.
7246
7247 * dummy-frame.c: Install default_frame_unwind_stop_reason.
7248 * dwarf2-frame.c: Include exceptions.h.
7249 (struct dwarf2_frame_cache) <unavailable_retaddr>: New field.
7250 (dwarf2_frame_cache): Swallow NOT_AVAILABLE_ERROR errors when
7251 computing the CFA. If such an error was thrown, set
7252 unavailable_retaddr.
7253 (dwarf2_frame_unwind_stop_reason): New.
7254 (dwarf2_frame_this_id): Don't build a frame id if the CFA was
7255 unavailable.
7256 (dwarf2_frame_unwind): Install dwarf2_frame_unwind_stop_reason.
7257 (dwarf2_signal_frame_unwind): Ditto.
7258
7259 * amd64-tdep.c: Include "exceptions.h".
7260 (struct amd64_frame_cache): New field "base_p".
7261 (amd64_init_frame_cache): Clear it.
7262 (amd64_frame_cache_1): New, factored out from amd64_frame_cache.
7263 Avoid reading registers with functions that throw if the register
7264 is not necessary to compute the frame base.
7265 (amd64_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7266 swallowing NOT_AVAILABLE_ERROR.
7267 (amd64_frame_unwind_stop_reason): New.
7268 (amd64_frame_this_id): Don't build a frame id if the frame base
7269 was unavailable.
7270 (amd64_frame_unwind): Install amd64_frame_unwind_stop_reason.
7271 (amd64_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7272 base_p if the frame base was computable.
7273 (amd64_sigtramp_frame_unwind_stop_reason): New.
7274 (amd64_sigtramp_frame_this_id): Don't build a frame id if the
7275 frame base was unavailable.
7276 (amd64_sigtramp_frame_unwind): Install
7277 amd64_sigtramp_frame_unwind_stop_reason.
7278 (amd64_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7279 base_p if the frame base was computable.
7280 (amd64_epilogue_frame_unwind_stop_reason): New.
7281 (amd64_epilogue_frame_this_id): Don't build a frame id if the
7282 frame base was unavailable.
7283 (amd64_epilogue_frame_unwind): Install
7284 amd64_epilogue_frame_unwind_stop_reason.
7285 * i386-tdep.c: Include "exceptions.h".
7286 (struct i386_frame_cache): New field "base_p".
7287 (i386_init_frame_cache): Clear it.
7288 (i386_frame_cache_1): New, factored out from amd64_frame_cache.
7289 Avoid reading registers with functions that throw if the register
7290 is not necessary to compute the frame base.
7291 (i386_frame_cache): Reimplement wrapping amd64_frame_cache_1, and
7292 swallowing NOT_AVAILABLE_ERROR.
7293 (i386_frame_unwind_stop_reason): New.
7294 (i386_frame_this_id): Don't build a frame id if the frame base was
7295 unavailable.
7296 (i386_frame_prev_register): Handle unavailable SP.
7297 (i386_frame_unwind): Install i386_frame_unwind_stop_reason.
7298 (i386_epilogue_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7299 base_p if the frame base was computable.
7300 (i386_epilogue_frame_unwind_stop_reason): New.
7301 (i386_epilogue_frame_this_id): Don't build a frame id if the frame
7302 base was unavailable.
7303 (i386_epilogue_frame_unwind): Install
7304 i386_epilogue_frame_unwind_stop_reason.
7305 (i386_sigtramp_frame_cache): Swallow NOT_AVAILABLE_ERROR, and set
7306 base_p if the frame base was computable.
7307 (i386_sigtramp_frame_unwind_stop_reason): New.
7308 (i386_sigtramp_frame_this_id): Don't build a frame id if the frame
7309 base was unavailable.
7310 (i386_sigtramp_frame_unwind): Install
7311 i386_sigtramp_frame_unwind_stop_reason.
7312 * sentinel-frame.c (sentinel_frame_prev_register): Use the value
7313 type's size, not the register's.
7314 (sentinel_frame_unwind): Install default_frame_unwind_stop_reason.
7315
7316 * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind): Install
7317 default_frame_unwind_stop_reason.
7318 * alpha-tdep.c (alpha_sigtramp_frame_unwind)
7319 (alpha_heuristic_frame_unwind): Ditto.
7320 * amd64obsd-tdep.c (amd64obsd_trapframe_unwind): Ditto.
7321 * arm-tdep.c (arm_prologue_unwind, arm_stub_unwind): Ditto.
7322 * avr-tdep.c (avr_frame_unwind): Ditto.
7323 * cris-tdep.c (cris_sigtramp_frame_unwind, cris_frame_unwind):
7324 Ditto.
7325 * frv-linux-tdep.c (frv_linux_sigtramp_frame_unwind): Ditto.
7326 * frv-tdep.c (frv_frame_unwind): Ditto.
7327 * h8300-tdep.c (h8300_frame_unwind): Ditto.
7328 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind): Ditto.
7329 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind): Ditto.
7330 * hppa-tdep.c (hppa_frame_unwind, hppa_fallback_frame_unwind)
7331 (hppa_stub_frame_unwind): Ditto.
7332 * i386obsd-tdep.c (i386obsd_trapframe_unwind): Ditto.
7333 * ia64-tdep.c (ia64_frame_unwind, ia64_sigtramp_frame_unwind)
7334 (ia64_libunwind_frame_unwind)
7335 (ia64_libunwind_sigtramp_frame_unwind): Ditto.
7336 * iq2000-tdep.c (iq2000_frame_unwind): Ditto.
7337 * lm32-tdep.c (lm32_frame_unwind): Ditto.
7338 * m32c-tdep.c (m32c_unwind): Ditto.
7339 * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_unwind): Ditto.
7340 * m32r-tdep.c (m32r_frame_unwind): Ditto.
7341 * m68hc11-tdep.c (m68hc11_frame_unwind): Ditto.
7342 * m68k-tdep.c (m68k_frame_unwind): Ditto.
7343 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_unwind): Ditto.
7344 * m88k-tdep.c (m88k_frame_unwind): Ditto.
7345 * mep-tdep.c (mep_frame_unwind): Ditto.
7346 * microblaze-tdep.c (microblaze_frame_unwind): Ditto.
7347 * mips-tdep.c (mips_insn16_frame_unwind, mips_insn32_frame_unwind)
7348 (mips_stub_frame_unwind): Ditto.
7349 * mn10300-tdep.c (mn10300_frame_unwind): Ditto.
7350 * moxie-tdep.c (moxie_frame_unwind): Ditto.
7351 * mt-tdep.c (mt_frame_unwind): Ditto.
7352 * ppc-linux-tdep.c (ppu2spu_unwind): Ditto.
7353 * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_unwind): Ditto.
7354 * rs6000-tdep.c (rs6000_frame_unwind): Ditto.
7355 * s390-tdep.c (s390_frame_unwind, s390_stub_frame_unwind)
7356 (s390_sigtramp_frame_unwind): Ditto.
7357 * score-tdep.c (score_prologue_unwind): Ditto.
7358 * sh-tdep.c (sh_frame_unwind): Ditto.
7359 * sh64-tdep.c (sh64_frame_unwind): Ditto.
7360 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_unwind): Ditto.
7361 * sparc-tdep.c (sparc32_frame_unwind): Ditto.
7362 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind): Ditto.
7363 * sparc64-tdep.c (sparc64_frame_unwind): Ditto.
7364 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_unwind): Ditto.
7365 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_unwind): Ditto.
7366 * sparc64obsd-tdep.c (sparc64obsd_frame_unwind)
7367 (sparc64obsd_trapframe_unwind): Ditto.
7368 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_unwind): Ditto.
7369 * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_unwind): Ditto.
7370 * spu-tdep.c (spu_frame_unwind, spu2ppu_unwind): Ditto.
7371 * v850-tdep.c (v850_frame_unwind): Ditto.
7372 * vax-tdep.c (vax_frame_unwind): Ditto.
7373 * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_unwind): Ditto.
7374 * xstormy16-tdep.c (frame_unwind xstormy16_frame_unwind): Ditto.
7375 * xtensa-tdep.c (xtensa_unwind): Ditto.
7376
f23d1b92
PA
73772011-03-18 Pedro Alves <pedro@codesourcery.com>
7378
7379 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Assume
7380 there's always a frame. Use get_frame_pc_if_available instead of
7381 get_frame_pc, and if there's no PC available, don't look up a
7382 symtab.
7383
1d4f5741
PA
73842011-03-18 Pedro Alves <pedro@codesourcery.com>
7385
7386 * stack.c (print_frame_local_vars, print_frame_arg_vars): Handle
7387 unavailable PC.
7388
dba09041
PA
73892011-03-18 Pedro Alves <pedro@codesourcery.com>
7390
7391 * tracepoint.c (set_traceframe_context): Handle unavailable PC
7392 gracefully.
7393
9a26e44c
PA
73942011-03-18 Pedro Alves <pedro@codesourcery.com>
7395
7396 * frame.h (frame_unwind_caller_pc_if_available): Declare.
7397 * frame.c (frame_unwind_caller_pc_if_available): New.
7398 * stack.c (frame_info): Handle unavailable PC.
7399
74002011-03-18 Pedro Alves <pedro@codesourcery.com>
7401
7402 * frame.c (frame_unwind_pc): Rename to ...
7403 (frame_unwind_pc_if_available): ... this. New `pc' output
7404 parameter. Change return type to int. Gracefully handle
7405 gdbarch_unwind_pc throwing NOT_AVAILABLE_ERROR. Return 0 if that
7406 happened, or 1 otherwise.
7407 (frame_unwind_pc): Reimplement on top of
7408 frame_unwind_pc_if_available.
7409 (get_frame_func): Rename to ...
7410 (get_frame_func_if_available): New `pc' output parameter. Change
7411 return type to int. Gracefully handle the PC not being available.
7412 (get_frame_func): Reimplement on top of
7413 get_frame_func_if_available.
7414 (select_frame): Handle the PC being unavailable.
7415 (get_prev_frame): Handle the PC being unavailable.
7416 (get_frame_pc_if_available): New.
7417 (get_frame_address_in_block_if_available): New.
7418 (find_frame_sal): Handle the frame PC not being available.
7419 * frame.h (get_frame_pc_if_available): Declare.
7420 (get_frame_address_in_block_if_available): Declare.
7421 (get_frame_func_if_available): Declare.
7422 * stack.c (print_frame_info): Handle the PC being unavailable.
7423 (find_frame_funname): Ditto.
7424 (print_frame): Handle the PC being unavailable.
7425 (get_frame_language): Ditto.
7426 * blockframe.c (get_frame_block): Ditto.
7427 * macroscope.c (default_macro_scope): Ditto.
7428 * tui/tui-stack.c (tui_show_frame_info): Ditto.
7429
74302011-03-18 Pedro Alves <pedro@codesourcery.com>
7431
7432 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Catch
7433 NOT_AVAILABLE_ERROR when evaluating the location expression.
7434
74352011-03-18 Pedro Alves <pedro@codesourcery.com>
7436
7437 * dwarf2loc.c (read_pieced_value): Handle get_frame_register_bytes
7438 returning that the register piece is unavailable/optimized out.
7439 (write_pieced_value): Handle get_frame_register_bytes returning
7440 that the register piece is unavailable/optimized out when doing a
7441 read-modify write of a bitfield.
7442 * findvar.c (value_from_register): Handle get_frame_register_bytes
7443 returning that the register piece is unavailable/optimized out.
7444 * frame.c (get_frame_register_bytes): New parameters `optimizedp'
7445 and `unavailablep'. Throw error on bad debug info. Use
7446 frame_register instead of frame_register_read, to fill in the new
7447 arguments.
7448 * frame.h (get_frame_register_bytes): New parameters `optimizedp'
7449 and `unavailablep'.
7450 * valops.c: (value_assign): Adjust, and handle
7451 get_frame_register_bytes failing.
7452 * spu-tdep.c: Include exceptions.h.
7453 (spu_software_single_step): Adjust, and handle
7454 get_frame_register_bytes failing.
7455 (spu_get_longjmp_target): Ditto.
7456 * gdbarch.sh (register_to_value): Change to return int. New
7457 parameters `optimizedp' and `unavailablep'.
7458 * gdbarch.h, gdbarch.c: Regenerate.
7459 * i386-tdep.c (i386_register_to_value): Adjust to new
7460 gdbarch_register_to_value interface.
7461 * i387-tdep.c (i387_register_to_value): Ditto.
7462 * i387-tdep.h (i387_register_to_value): Ditto.
7463 * alpha-tdep.c (alpha_register_to_value): Ditto.
7464 * ia64-tdep.c (ia64_register_to_value): Ditto.
7465 * m68k-tdep.c (m68k_register_to_value): Ditto.
7466 * mips-tdep.c (mips_register_to_value): Ditto.
7467 * rs6000-tdep.c (rs6000_register_to_value): Ditto.
7468
0fdb4f18
PA
74692011-03-18 Pedro Alves <pedro@codesourcery.com>
7470
7471 * findvar.c (value_of_register): Mark the value as unavailable, if
7472 the register is unavailable.
7473 * frame.h (frame_register_unwind): New `unavailablep' parameter.
7474 (frame_register): New `unavailablep' parameter.
7475 (frame_register_read): Update comment.
7476 * frame.c (frame_register_unwind): New `unavailablep' parameter.
7477 Set it if the register is unavailable. If the register is
7478 unavailable, clear the output buffer.
7479 (frame_register): New `unavailablep' parameter. Pass it down.
7480 (frame_unwind_register): Adjust.
7481 (put_frame_register): Adjust.
7482 (frame_register_read): Adjust. Also return false if the register
7483 is not available.
7484 (frame_register_unwind_location): Adjust.
7485 * sentinel-frame.c (sentinel_frame_prev_register): If the register
7486 is unavailable, mark the value accordingly.
7487 * stack.c (frame_info): Handle unavailable registers.
7488
e69aa73e
PA
74892011-03-18 Pedro Alves <pedro@codesourcery.com>
7490
7491 * mi/mi-main.c (register_changed_p): Handle REG_UNAVAILABLE, and
7492 simplify, using regcache_cooked_read.
7493
05d1431c
PA
74942011-03-18 Pedro Alves <pedro@codesourcery.com>
7495
7496 * regcache.h (regcache_raw_read, regcache_raw_read_signed)
7497 (regcache_raw_read_unsigned, regcache_raw_read_signed)
7498 (regcache_raw_read_unsigned, regcache_raw_read_part)
7499 (regcache_cooked_read, regcache_cooked_read_signed)
7500 (regcache_cooked_read_unsigned, regcache_cooked_read_part)
7501 (regcache_cooked_read_ftype): Change return to enum
7502 register_status.
7503 * regcache.c: Include exceptions.h
7504 (regcache_save): Adjust to handle REG_UNAVAILABLE registers.
7505 (do_cooked_read): Change return to enum register_status. Always
7506 forward to regcache_cooked_read.
7507 (regcache_raw_read): Change return to enum register_status. If
7508 the register is not REG_VALID, memset the buffer. Return the
7509 register's status.
7510 (regcache_raw_read_signed): Handle non-REG_VALID registers and
7511 return the register's status.
7512 (regcache_raw_read_unsigned): Ditto.
7513 (regcache_cooked_read): Change return to enum register_status.
7514 Assert that with read-only regcaches, the register's status must
7515 be known. If the regcache is read-only, and the register is not
7516 REG_VALID, memset the buffer. Return the register's status.
7517 (regcache_cooked_read_signed): Change return to enum
7518 register_status. Handle non-REG_VALID registers and return the
7519 register's status.
7520 (regcache_cooked_read_unsigned): Change return to enum
7521 register_status. Handle non-REG_VALID registers and return the
7522 register's status.
7523 (regcache_xfer_part, regcache_raw_read_part)
7524 (regcache_cooked_read_part): Change return to enum
7525 register_status. Return the register's status.
7526 (regcache_read_pc): Throw NOT_AVAILABLE_ERROR if the register is
7527 unavailable.
7528 (regcache_dump): Handle unavailable cooked registers.
7529 * frame.c (do_frame_register_read): Adjust interface to match
7530 regcache_cooked_read_ftype.
7531 * gdbarch.sh (pseudo_register_read): Change return to enum
7532 register_status.
7533 * gdbarch.h, gdbarch.c: Regenerate.
7534
7535 * i386-tdep.h (i386_pseudo_register_read): Change return to enum
7536 register_status.
7537 * i386-tdep.c (i386_pseudo_register_read): Change return to enum
7538 register_status. If reading a raw register indicates the raw
7539 register is not valid, return the raw register's status,
7540 otherwise, return REG_VALID.
7541 * amd64-tdep.c (amd64_pseudo_register_read): Change return to enum
7542 register_status. Handle non-REG_VALID raw registers and return
7543 the register's status.
7544 * arm-tdep.c (arm_neon_quad_read)
7545 (arm_pseudo_read): Change return to enum register_status. Handle
7546 non-REG_VALID raw registers and return the register's status.
7547 * avr-tdep.c (avr_pseudo_register_read): Ditto.
7548 * frv-tdep.c (frv_pseudo_register_read): Ditto.
7549 * h8300-tdep.c (h8300_pseudo_register_read): Ditto.
7550 * hppa-tdep.c (hppa_pseudo_register_read): Ditto.
7551 * m32c-tdep.c (m32c_move_reg_t): Change return to enum
7552 register_status.
7553 (m32c_raw_read, m32c_raw_write, m32c_banked_read)
7554 (m32c_banked_write, m32c_sb_read, m32c_sb_write, m32c_part_read)
7555 (m32c_part_write, m32c_cat_read, m32c_cat_write)
7556 (m32c_r3r2r1r0_read, m32c_r3r2r1r0_write)
7557 (m32c_pseudo_register_read): Change return to enum
7558 register_status. Adjust.
7559 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Change return to
7560 enum register_status. Return the register's status.
7561 * mep-tdep.c (mep_pseudo_cr32_read): Change return to enum
7562 register_status. Return the register's status.
7563 (mep_pseudo_cr64_read, mep_pseudo_register_read): Ditto.
7564 * mips-tdep.c (mips_pseudo_register_read): Ditto.
7565 * mt-tdep.c (mt_pseudo_register_read): Ditto.
7566 * rs6000-tdep.c (move_ev_register_func): New typedef.
7567 (e500_move_ev_register): Use it. Change return to enum
7568 register_status. Return the register's status.
7569 (do_regcache_raw_read): New function.
7570 (do_regcache_raw_write): New function.
7571 (e500_pseudo_register_read): Change return to enum
7572 register_status. Return the register's status. Use
7573 do_regcache_raw_read.
7574 (e500_pseudo_register_write): Adjust. Use do_regcache_raw_write.
7575 (dfp_pseudo_register_read): Change return to enum register_status.
7576 Return the register's status.
7577 (vsx_pseudo_register_read): Ditto.
7578 (efpr_pseudo_register_read): Ditto.
7579 (rs6000_pseudo_register_read): Ditto.
7580 * s390-tdep.c (s390_pseudo_register_read): Change return to enum
7581 register_status. Return the register's status.
7582 * sh64-tdep.c (pseudo_register_read_portions): New function.
7583 (sh64_pseudo_register_read): Change return to enum
7584 register_status. Use pseudo_register_read_portions. Return the
7585 register's status.
7586 * ia64-tdep.c (ia64_pseudo_register_read): Change return to enum
7587 register_status. Return the register's status.
7588 * sh-tdep.c (pseudo_register_read_portions): New function.
7589 (sh_pseudo_register_read): Change return to enum register_status.
7590 Use pseudo_register_read_portions. Return the register's status.
7591 * sparc-tdep.c (sparc32_pseudo_register_read): Change return to
7592 enum register_status. Return the register's status.
7593 * sparc64-tdep.c (sparc64_pseudo_register_read): Ditto.
7594 * spu-tdep.c (spu_pseudo_register_read_spu)
7595 (spu_pseudo_register_read): Ditto.
7596 * xtensa-tdep.c (xtensa_register_read_masked)
7597 (xtensa_pseudo_register_read): Ditto.
7598 * bfin-tdep.c (bfin_pseudo_register_read): Ditto.
7599
e10abd8f
PM
76002011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7601
7602 * python/py-value.c (valpy_getitem): Fix formatting of error function
7603 call.
7604
7ea6d463
PM
76052011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7606
7607 ARI fixes: Add missing internationalization markups throughout
7608 C source files.
7609 * darwin-nat-info.c: Ditto.
7610 * record.c: Ditto.
7611 * remote.c: Ditto.
7612 * mi/mi-main.c: Ditto.
7613
001083c6
PM
76142011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7615
7616 ARI fixes: Add missing internationalization markups throughout
7617 yacc files.
7618 * c-exp.y: Ditto.
7619 * cp-name-parser.y: Ditto.
7620 * f-exp.y: Ditto.
7621 * m2-exp.y: Ditto.
7622 * objc-exp.y: Ditto.
7623 * p-exp.y: Ditto.
7624
4f1cdeec
PM
76252011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7626
7627 ARI fixes: Messages should have no trailing new lines.
7628 * darwin-nat.c (mach_check_error): Remove trailing new line from
7629 warning function call message.
7630 * record.c (bfdcore_read): Idem for error call.
7631
28e698f1
PM
76322011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7633
7634 * common/signals.c (target_signal_from_host): Add _ markup to error
7635 function call message.
7636 (target_signal_to_host): Add _ markup and remove trailing new line
7637 from warning call message.
7638 (target_signal_from_command): Add _ markup to error function call
7639 message.
7640
99c3dc11
PM
76412011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7642
f33edef8 7643 PR python/12149
99c3dc11
PM
7644
7645 * python/python.c (gdbpy_write): Accept a stream argument and
7646 operate to the appropriate stream.
7647 (gdbpy_flush): Likewise.
7648 (_initialize_python): Add stream constants.
7649 (finish_python_initialization): Add GdbOutputErrorFile class.
7650
c20800be
KY
76512011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
7652
7653 * MAINTAINERS: Add myself as a write-after-approval maintainer.
7654
f4a1794a
KY
76552011-03-18 Kwok Cheung Yeung <kcy@codesourcery.com>
7656
7657 * amd64-tdep.c (amd64_relocate_instruction): Fix ordering of arguments
f33edef8
PP
7658 to store_signed_integer. Add debug message when relocating CALL
7659 instructions. Fix formatting of debug message.
7660 * i386-tdep.c (i386_relocate_instruction): Ditto.
f4a1794a 7661
d4862372
JB
76622011-03-17 Joel Brobecker <brobecker@gnat.com>
7663
7664 * target.h (struct target_ops): Remove to_lookup_symbol field.
7665 (target_lookup_symbol): Delete macro.
7666 * target.c (nosymbol, debug_to_lookup_symbol): Delete.
7667 (update_current_target, setup_target_debug): Remove handling
7668 of to_lookup_symbol target_ops field.
7669 * ada-tasks.c (get_known_tasks_addr): Remove use of
7670 target_lookup_symbol.
7671 * coffread.c (coff_symtab_read): Likewise.
7672 * dbxread.c (read_dbx_symtab): Ditto.
7673
d645e32e
JB
76742011-03-17 Joel Brobecker <brobecker@gnat.com>
7675
7676 PR gdb/12116:
7677 * configure.ac: Add getthrds declaration check.
7678 * configure, config.in: Regenerate.
7679 * aix-thread.c (getthrds): Declare only if not already declared
7680 in procinfo.h. More declaration out of get_signaled_thread to
7681 global scope.
7682
29703da4
PM
76832011-03-17 Phil Muldoon <pmuldoon@redhat.com>
7684
7685 * python/py-symtab.c: Populate symtab_object_methods,
7686 sal_object_methods.
7687 (stpy_is_valid): New function.
7688 (salpy_is_valid): Ditto.
7689 * python/py-symbol.c: Declare symbol_object_methods. Populate.
7690 (sympy_is_valid): New function.
7691 * python/py-objfile.c: Declare objfile_object_methods. Populate.
7692 (objfpy_is_valid): New function.
7693 * python/py-inferior.c: Populate inferior_object_methods.
7694 (infpy_is_valid): New function.
7695 * python/py-infthread.c: Populate thread_object_methods.
7696 (thpy_is_valid): New function.
7697 * python/py-block.c: Declare block_object_methods. Populate. Declare
7698 block_iterator_object_methods. Populate.
7699 (blpy_is_valid): New function.
7700 (blpy_iter_is_valid): Ditto.
7701
c00f8484
KS
77022011-03-16 Keith Seitz <keiths@redhat.com>
7703
7704 * linespec.c (find_methods): Canonicalize NAME before looking
7705 up the symbol.
7706 (name_end): New function.
7707 (keep_name_info): New function.
7708 (decode_line_1): Use keep_name_info.
7709 (decode_compound): Likewise.
7710 * cli/cli-utils.h (remove_trailing_whitespace): New function.
7711 * cli/cli-utils.c (remove_trailing_whitespace): Likewise.
7712
7713 PR c++/12273
7714 * linespec.c (locate_first_half): Keep overload information, too.
7715 (decode_compound): Use a string to represent break characters
7716 to escape the loop.
7717 If P points to a break character, do not increment it.
7718 For C++ and Java, keep overload information and relevant keywords.
7719 If we cannot find a symbol, search the minimal symbols.
7720
7721 PR c++/11734
7722 * linespec.c (decode_compound): Rename SAVED_ARG to
7723 THE_REAL_SAVED_ARG.
7724 Make a copy of THE_REAL_SAVED_ARG in SAVED_ARG and strip
7725 single-quotes.
7726 Pass a valid block to lookup_symbol.
7727 (lookup_prefix_sym): Likewise.
7728 (find_method): Construct search name based on SYM_CLASS instead
7729 of SAVED_ARG.
7730 * psymtab.c (lookup_partial_symbol): Add language parameter.
7731 (lookup_symbol_aux_psymtabs): Likewise.
7732 Don't assume that the psymtab we found was the right one. Search
7733 for the desired symbol in the symtab to be certain.
7734 (psymtab_search_name): New function.
7735 (lookup_partial_symbol): Use psymtab_search_name.
7736 Add language parameter.
7737 (read_symtabs_for_function): Add language parameter and pass to
7738 lookup_partial_symbol.
7739 (find_symbol_file_from_partial): Likewise.
7740
c91513d8
PP
77412011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7742
7743 PR gdb/12528
7744 * dwarf2read.c (noop_record_line): New function.
7745 (dwarf_decode_lines): Ignore line tables for GCd functions.
7746
b37520b6
PM
77472011-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
7748
7749 Fix ARI warnings about new lines at the end of messages, which
7750 are unneeded as there is a new line added at the end of the message
7751 automatically.
7752 * darwin-nat.c (darwin_stop_inferior): Ditto.
7753 * dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
7754 * dfp.c (decimal_to_number): Ditto.
7755 * exec.c (print_section_info): Ditto.
7756 * i386-darwin-nat.c (darwin_set_sstep): Ditto.
7757 * osdata.c (get_osdata): Ditto.
7758 * record.c (bfdcore_write): Ditto.
7759 * remote-mips.c (mips_readchar): Ditto.
7760 * remote.c (read_ptid): Ditto.
7761 * ser-mingw.c (ser_windows_raw): Ditto.
7762 * tracepoint.c (add_local_symbols): Ditto.
7763 * windows-nat.c (fake_create_process): Ditto.
7764
b08ee6a2
TT
77652011-03-16 Tom Tromey <tromey@redhat.com>
7766
7767 * tracepoint.c (stop_tracing): Don't declare.
7768 * event-top.c (after_char_processing_hook): Add `(void)'.
7769
9a6f1302
PM
77702011-03-16 Phil Muldoon <pmuldoon@redhat.com>
7771
7772 * NEWS: Add Parameter sub-classing description.
7773
7ceb86b1
KT
77742011-03-16 Kai Tietz <ktietz@redhat.com>
7775
7776 * MAINTAINERS: Update my e-mail address.
7777
efeff6cf
AT
77782011-03-15 Andreas Tobler <andreast@fgznet.ch>
7779
7780 * MAINTAINERS: Add myself for write after approval privileges.
7781
681c238c
MS
77822011-03-15 Michael Snyder <msnyder@vmware.com>
7783
f3df5b08
MS
7784 * frame.c (find_frame_sal): Assert sym is not null.
7785
13f6513c
MS
7786 * dbxread.c (process_one_symbol): Assert 'name' is not null.
7787
50412521
MS
7788 * objc-lang.c (selectors_info): Check strchr for null result.
7789
681c238c
MS
7790 * stabsread.c (define_symbol): Guard against bad stabstring input.
7791
6ced1581
PM
77922011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
7793
7794 Remove trailing spaces and tabulations from pascal language
7795 support sources.
7796 p-exp.y: Ditto.
7797 p-lang.c: Ditto.
7798 p-lang.h: Ditto.
7799 p-valprint.c: Ditto.
7800
9373cf26
JK
78012011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7802
7803 * dwarf2read.c (dwarf2_get_pc_bounds): Require HIGH strictly higher
7804 than LOW. Comment it.
7805 (read_partial_die): Call complaint for inappropriate zero LOWPC or
7806 HIGHPC not strictly higher than LOWPC.
7807
9a1edae6
PM
78082011-03-15 Pierre Muller <muller@ics.u-strasbg.fr>
7809
7810 Fix formatting of function declarations returning a pointer in
7811 previous commit.
7812 * varobj.c (varobj_add_child): Ditto.
7813 * hppa-tdep.h (hppa_init_objfile_priv_data): Ditto.
7814 * inferior.h (get_displaced_step_closure_by_addr): Ditto.
7815
24e9cda0
UW
78162011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7817
7818 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Add support
7819 for the "generic" vector ABI used with GCC 4.3 and later.
7820 (ppc64_sysv_abi_return_value): Likewise.
7821
78222011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
81b4675a
UW
7823
7824 * infcall.c (call_function_by_hand): Function return value is
7825 always a non_lval, even when using struct_return.
7826
c9174737
PA
78272011-03-15 Pedro Alves <pedro@codesourcery.com>
7828
7829 * printcmd.c (ALL_DISPLAYS_SAFE): New.
7830 (map_display_numbers): New.
7831 (do_delete_display): New.
7832 (undisplay_command): Use map_display_numbers.
7833 (do_enable_disable_display): New.
7834 (enable_disable_display_command): New function.
7835 (enable_display): Delete.
7836 (enable_display_command): New.
7837 (disable_display_command): Reimplement.
7838 (_initialize_printcmd): Adjust "enable display" command to use
7839 `enable_display_command' as callback.
7840
350c6c65
PM
78412011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7842
7843 * NEWS: Add Python breakpoint 'stop' operation.
7844
824446ad
PM
78452011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7846
7847 * NEWS: Delete duplicate entry. Fix typo.
7848
2021ad3a
PM
78492011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
7850
7851 Fix ARI warning about function names in first column.
7852 Put prototype declaration on same line as return type.
7853 * objc-exp.y: Ditto.
7854 * p-exp.y: Ditto.
7855 * python/py-stopevent.h: Ditto.
7856 For long function names, split parameters to
7857 allow function name on same line as return type.
7858 * solib-pa64.c: Ditto.
7859 * varobj.c: Ditto.
7860 * varobj.h: Ditto.
7861 For long function declaration, use single line.
7862 * hppa-tdep.h: Ditto.
7863 * inferior.h: Ditto.
7864
7371cf6d
PM
78652011-03-14 Phil Muldoon <pmuldoon@redhat.com>
7866
7867 * python/python.h: Declare gdbpy_should_stop and
7868 gdbpy_breakpoint_has_py_cond.
7869 * python/python.c: Add python.h to includes. Remove python.h from
7870 HAVE_PYTHON definition
7871 (gdbpy_should_stop): New dummy function.
7872 (gdbpy_breakpoint_has_py_cond): New dummy function.
7873 * python/py-breakpoint.c (bppy_init): Rewrite to allow
7874 sub-classing capabilities.
7875 (gdbpy_should_stop): New function.
7876 (gdbpy_breakpoint_has_py_cond): New function.
7877 (local_setattro): New function.
7878 * breakpoint.c (condition_command): Add check for Python 'stop'
7879 operation.
7880 (bpstat_check_breakpoint_conditions): Execute Python 'stop'
7881 operation function as part of stop/continue tests.
7882
37b50a69
TT
78832011-03-14 Tom Tromey <tromey@redhat.com>
7884
7885 PR gdb/12576:
7886 * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'.
7887 (needs_frame_dwarf_call): Likewise.
7888
eeae04df
PM
78892011-03-14 Pierre Muller <muller@ics.u-strasbg.fr>
7890
7891 Fix ARI warning about functions without parameters that do not
7892 use (void).
7893 * breakpoint.c (all_tracepoints): Replace () by (void).
7894 * f-exp.y (match_string_literal): Ditto.
7895 (yylex): Ditto.
7896 * m2-exp.y (yylex): Ditto.
7897 * mep-tdep.c (current_me_module): Ditto.
7898 (current_options): Ditto.
7899 (current_cop_data_bus_width): Ditto.
7900 (current_cr_names): Ditto.
7901 (current_cr_is_float): Ditto.
7902 (current_ccr_names): Ditto.
7903 * objc-exp.y (yylex): Ditto.
7904 * p-exp.y (yylex): Ditto.
7905 * remote.c (send_interrupt_sequence): Ditto.
7906 * tracepoint.c (current_trace_status): Ditto.
7907 * python/py-evts.c (gdbpy_initialize_py_events): Ditto.
7908 * python/py-prettyprint.c (push_dummy_python_frame): Ditto.
7909
6dc3565d
MS
79102011-03-11 Michael Snyder <msnyder@vmware.com>
7911
1427fe5e
MS
7912 * cli/cli-decode.h (CMD_LIST_AMBIGUOUS): Define.
7913 * cli/cli-decode.c (lookup_cmd_1): Use CMD_LIST_AMBIGUOUS.
7914 (lookup_cmd): Test for CMD_LIST_AMBIGUOUS.
7915 * completer.c (complete_line_internal): Use CMD_LIST_AMBIGUOUS.
7916 * top.c (set_verbose): Use CMD_LIST_AMBIGUOUS.
7917
60bc018f
MS
7918 * event-loop-c (delete_async_signal_handler): Assert prev_ptr.
7919 (delete_async_event_handler): Ditto.
7920
f3be5b64
MS
7921 * python/py-breakpoint.c (bppy_set_condition): Stop memory leak.
7922
4c2d5724
MS
7923 * python/py-breakpoint.c (bppy_get_commands): Fix memory leak.
7924
6dc3565d
MS
7925 * top.c (set_verbose): Assert showcmd was found.
7926
4e6ca6d5
MG
79272011-03-11 Maxim Grigoriev <maxim2405@gmail.com>
7928
7929 * xtensa-tdep.c (warning_once): Correct style issues.
7930
815a83e4
YQ
79312011-03-11 Yao Qi <yao@codesourcery.com>
7932
7933 * arm-tdep.c (copy_ldr_str_ldrb_strb): Remove redundant statements.
7934
f2eb0bc8
AS
79352011-03-11 Andreas Schwab <schwab@redhat.com>
7936
7937 * common/aclocal.m4: Remove.
7938
b801de47
MG
79392011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
7940
7941 * xtensa-tdep.c (windowing_enabled): Remove inline attribute.
7942 (xtensa_write_register, xtensa_read_register): Likewise.
7943 (xtensa_hextochar): Removed.
7944 (xtensa_init_reggroups): Replace xtensa_hextochar () by explicit code.
7945
dbab50de
MG
79462011-03-10 Maxim Grigoriev <maxim2405@gmail.com>
7947
7948 * xtensa-tdep.c (xtensa_c0reg_t): Update comments.
c2a6b390 7949 (xtensa_call0_frame_cache_t): Update comments. New fields added.
dbab50de
MG
7950 (xtensa_alloc_frame_cache): Add initialization for new fields.
7951 (xtensa_frame_cache): Change the way how call0_frame_cache () is called.
7952 (warning_once): New function.
7953 (xtensa_insn_kind): New item c0opc_and.
7954 (call0_classify_opcode): Add the case for AND instruction.
c2a6b390
MG
7955 (call0_track_op): Change arguments. New local variable litbase.
7956 Add the case to handle c0opc_and. Update algorithms for c0opc_mov,
7957 c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments
7958 in the prologue.
dbab50de 7959 Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu.
c2a6b390 7960 (call0_analyze_prologue): Update the comments. Change arguments.
dbab50de
MG
7961 Add the variety of updates to handle extended prologues, which now can
7962 conduct dynamic stack adjustments.
7963 (call0_frame_cache): Likewise.
7964 (xtensa_skip_prologue): Update call0_analyze_prologue () function call.
7965 (xtensa_gdbarch_init): Initialize xtensa_session_once_reported.
7966
b2c04452
MS
79672011-03-10 Michael Snyder <msnyder@vmware.com>
7968
f8f67713
MS
7969 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
7970 (cmd_qtframe): Ditto.
7971 (cmd_qtbuffer): Ditto.
7972 (cmd_bigqtbuffer): Ditto.
7973
197f0a60
TT
79742011-03-10 Tom Tromey <tromey@redhat.com>
7975
7976 * tracepoint.c (trace_actions_command): Update.
7977 * thread.c (thread_apply_command): Update.
7978 * reverse.c (delete_bookmark_command): Update.
7979 (bookmarks_info): Update.
7980 * printcmd.c (undisplay_command): Update.
7981 * memattr.c (mem_enable_command): Update.
7982 (mem_disable_command): Update.
7983 (mem_delete_command): Update.
7984 * inferior.c (detach_inferior_command): Update.
7985 (kill_inferior_command): Update.
7986 (remove_inferior_command): Update.
7987 * cli/cli-utils.h (struct get_number_or_range_state): New.
7988 (init_number_or_range): Declare.
7989 (get_number_or_range): Update.
7990 * cli/cli-utils.c (init_number_or_range): New function.
7991 (get_number_or_range): Change 'pp' parameter to 'state'. Remove
7992 static variables.
7993 (number_is_in_list): Update.
7994 * breakpoint.h (get_tracepoint_by_number): Update.
7995 * breakpoint.c (map_breakpoint_numbers): Update for change to
7996 get_number_or_range.
7997 (find_location_by_number): Use get_number, not
7998 get_number_or_range.
7999 (trace_pass_set_count): New function.
8000 (trace_pass_command): Update for change to get_number_or_range.
8001 Rework loop logic.
8002 (get_tracepoint_by_number): Remove 'multi_p' parameter; add
8003 'state' parameter.
8004
ecec24e6
PM
80052011-03-10 Phil Muldoon <pmuldoon@redhat.com>
8006
8007 * python/py-param.c (add_setshow_generic): Add set/show callback
8008 parameters. Register Python object context.
8009 (get_show_value): New function.
8010 (get_set_value): New function.
8011 (call_doc_function): New function.
8012 (get_doc_string): Move behind get_show_value/get_set_value.
8013
6d6c6b1f
JK
80142011-03-10 Andreas Tobler <andreast-list@fgznet.ch>
8015
8016 * fbsd-nat.c (fbsd_make_corefile_notes): Constify local `fname'.
8017
68d6df83
MG
80182011-03-09 Maxim Grigoriev <maxim2405@gmail.com>
8019
dbab50de 8020 * xtensa-tdep.c (xtensa_read_register): Add comment.
68d6df83
MG
8021 (xtensa_write_register): Likewise.
8022 (xtensa_hextochar): Add comment and update to match coding conventions.
8023 (xtensa_frame_cache, xtensa_return_value): Follow coding conventions.
8024 (execute_l32e, execute_s32e, execute_code): Update comments.
8025 (xtensa_exception_handler_t): Update to match coding conventions.
8026 (xtensa_insn_kind): Likewise.
8027
85c9d6a6
MS
80282011-03-09 Michael Snyder <msnyder@vmware.com>
8029
8030 * mi-cmd-disas.c (mi_cmd_disassemble): Fix memory leak.
8031
91495617
PA
80322011-03-09 Pedro Alves <pedro@codesourcery.com>
8033
8034 * nto-tdep.c (nto_find_and_open_solib): Constify local `base'.
8035
eb8c0621
TT
80362011-03-09 Tom Tromey <tromey@redhat.com>
8037
8038 * thread.c (restore_selected_frame): Handle frame_level == -1.
8039 (make_cleanup_restore_current_thread): Use
8040 get_selected_frame_if_set.
8041 * frame.h (get_selected_frame_if_set): Declare.
8042 * frame.c (get_selected_frame_if_set): New function.
8043
9f37bbcc
PA
80442011-03-09 Pedro Alves <pedro@codesourcery.com>
8045
8046 * cli/cli-cmds.c (shell_escape): Use lbasename.
8047 * coffread.c (coff_start_symtab): Constify parameter.
8048 (complete_symtab): Constify `name' parameter.
8049 (coff_symtab_read): Constify `filestring' local.
8050 (coff_getfilename): Constify return and `result' local.
8051 Use lbasename.
8052 * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
8053 * linux-fork.c (info_checkpoints_command): Use lbasename.
8054 * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
8055 * minsyms.c (lookup_minimal_symbol): Use lbasename.
8056 * nto-tdep.c (nto_find_and_open_solib): Use lbasename.
8057 * procfs.c (procfs_make_note_section): Use lbasename.
8058 * tui/tui-io.c (printable_part): Constity return and parameter.
8059 Use lbasename.
8060 (print_filename): Constify parameters, and local `s'.
8061 (tui_rl_display_match_list): Constify local `temp'.
8062
f8de3c55
JK
80632011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8064
8065 Revert:
8066 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8067 Fix DWARF-3+ DW_AT_accessibility default assumption.
8068 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8069 cu->header.version >= 3.
8070
d9837b00
YQ
80712011-03-09 Yao Qi <yao@codesourcery.com>
8072
8073 * common/Makefile.in: Remove.
8074 * common/configure: Remove.
8075 * common/configure.ac: Remove.
8076
e637a4f5
YQ
80772011-03-09 Yao Qi <yao@codesourcery.com>
8078
8079 Revert:
8080 2011-02-11 Yao Qi <yao@codesourcery.com>
8081
8082 * common/Makefile.in: Add copyright header.
8083
8084 2011-02-11 Yao Qi <yao@codesourcery.com>
8085
8086 * Makefile.in: Remove signals.o from COMMON_OBS. Link
8087 libcommon.a.
8088 * configure.ac: Add common to sub dir.
8089 * configure: Regenerate.
8090
f976a05d
MG
80912011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8092
8093 * xtensa-tdep.c (call0_ret): New function.
8094 (xtensa_skip_prologue): Speed up analysis.
8095
57041825
MG
80962011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8097
8098 * xtensa-tdep.c (xtensa_register_reggroup_p): Count in all registers
8099 while executing MI command -data-list-changed-registers.
8100
08b9c608
MG
81012011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8102
8103 * xtensa-tdep.c (xtensa_read_register): New function.
8104 (xtensa_write_register): New function.
8105 (xtensa_find_register_by_name): New function.
8106 (xtensa_windowed_frame_cache): Update comments in type description.
8107 (xtensa_frame_cache): Likewise.
8108 (xtensa_window_interrupt_insn): New function.
8109 (xtensa_frame_cache): Add analysis for Xtensa Window Exception frames.
8110 (xtensa_insn_kind): Add new instructions.
8111 (rwx_special_register): New function.
8112 (call0_classify_opcode): Add new instructions to the analysis.
8113 (a0_saved, a7_saved, a11_saved): New variables.
8114 (a0_was_saved, a7_was_saved, a11_was_saved): New variables.
8115 (execute_l32e): New function.
8116 (execute_s32e): New function.
8117 (xtensa_exception_handler_t): New type.
8118 (execute_code): New function.
8119 (xtensa_window_interrupt_frame_cache): New function to conduct frame
8120 analysis for Xtensa Window Exception handlers.
8121
4d1acb11
MG
81222011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8123
98689b25
MG
8124 * xtensa-tdep.c (TX_PS): New.
8125 (windowing_enabled): Update to count for Call0 ABI.
8126 (xtensa_hextochar): New.
8127 (xtensa_init_reggroups): Make algorithm generic.
8128 (xtensa_frame_cache): Use TX_PS on Tiny Xtensa.
8129
81302011-03-08 Maxim Grigoriev <maxim2405@gmail.com>
8131
8132 * xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): Update.
4d1acb11 8133
d3f323f3
MS
81342011-03-08 Michael Snyder <msnyder@vmware.com>
8135
3dcabaa8
MS
8136 * i386-tdep.c (i386_follow_jump): Check return value of
8137 target_read_memory.
8138 (i386_analyze_struct_return): Ditto.
8139 (i386_skip_probe): Ditto.
8140 (i386_match_insn): Ditto.
8141 (i386_skip_noop): Ditto.
8142 (i386_analyze_frame_setup): Ditto.
8143 (i386_analyze_register_saves): Ditto.
8144 (i386_skip_prologue): Ditto.
8145 (i386_skip_main_prologue): Ditto.
8146
13b3fd9b
MS
8147 * target.c (read_whatever_is_readable): Fix memory leak.
8148
d3f323f3
MS
8149 * i386-tdep.c (i386_process_record): Document fall through.
8150
421d5c74
JK
81512011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 Fix DWARF-3+ DW_AT_accessibility default assumption.
8154 * dwarf2read.c (dwarf2_add_field): Fix new_field->accessibility for
8155 cu->header.version >= 3.
8156
63154eca
PA
81572011-03-08 Pedro Alves <pedro@codesourcery.com>
8158
8159 * remote.c (remote_check_symbols): Skip if the target has no
8160 execution.
8161
f1a507a1
JB
81622011-03-08 Joel Brobecker <brobecker@adacore.com>
8163
8164 * target.c (read_whatever_is_readable): Reformat comment,
8165 with a minor typo fix. Minor reformatting of the code.
8166
36073a92
YQ
81672011-03-08 Yao Qi <yao@codesourcery.com>
8168
8169 * arm-tdep.c: Remove prototype declaration displaced_in_arm_mode.
8170 (displaced_read_reg): Add `dsc' parameter, remove `from' parameter.
8171 Use cached result instead of calling displaced_in_arm_mode again.
8172 (branch_write_pc, alu_write_pc, load_write_pc): Add `dsc' parameter.
8173 (displaced_write_reg, copy_preload, copy_preload_reg): Callers update.
8174 (cleanup_copro_load_store, copy_copro_load_store): Likewise.
8175 (cleanup_branch, copy_bx_blx_reg, copy_alu_imm): Likewise.
8176 (cleanup_alu_reg, copy_alu_reg, cleanup_alu_shifted_reg): Likewise.
8177 (copy_alu_shifted_reg, cleanup_load, cleanup_store): Likewise.
8178 (copy_extra_ld_st, copy_ldr_str_ldrb_strb): Likewise.
8179 (cleanup_block_load_all, cleanup_block_store_pc): Likewise.
8180 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8181 * arm-linux-tdep.c (arm_linux_copy_svc): Callers update.
8182 (arm_catch_kernel_helper_return): Likewise.
8183 * gdb/arm-tdep.h : Update function declarations.
8184
d3f323f3 81852011-03-07 Michael Snyder <msnyder@vmware.com>
e6040cbd 8186
e0e40094
MS
8187 * dwarf2loc.c (indirect_pieced_value): Assert 'piece' not null.
8188
0b2381f5
MS
8189 * ser-unix.c (hardwire_get_tty_state): Stop memory leak.
8190
0350914a
MS
8191 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Free environment.
8192
69feea6f
MS
8193 * elfread.c (elf_symtab_read): Stop memory leak.
8194
e6040cbd
MS
8195 * main.c (captured_main): Fix memory leak.
8196
052874e8
AS
81972011-03-07 Andreas Schwab <schwab@linux-m68k.org>
8198
8199 * ada-lang.c (compare_names): Call is_name_suffix with string1
8200 instead of string2.
8201
b11896a5
TT
82022011-03-07 Tom Tromey <tromey@redhat.com>
8203
8204 * xcoffread.c (xcoff_sym_fns): Update.
8205 * symfile.h (struct sym_fns) <sym_read_psymbols>: New field.
8206 (enum symfile_add_flags) <SYMFILE_NO_READ>: New constant.
8207 * symfile.c (syms_from_objfile): Handle SYMFILE_NO_READ.
8208 (symbol_file_add_with_addrs_or_offsets): Likewise.
8209 (reread_symbols): Handle OBJF_PSYMTABS_READ.
8210 * somread.c (som_sym_fns): Update.
8211 * psymtab.h (require_partial_symbols): Declare.
8212 * psymtab.c (require_partial_symbols): New function.
8213 (ALL_OBJFILE_PSYMTABS_REQUIRED): New macro.
8214 (ALL_OBJFILE_PSYMTABS): Undef.
8215 (ALL_PSYMTABS): Move from psympriv.h.
8216 (lookup_partial_symtab, find_pc_sect_psymtab)
8217 (lookup_symbol_aux_psymtabs, relocate_psymtabs)
8218 (find_last_source_symtab_from_partial)
8219 (forget_cached_source_info_partial)
8220 (print_psymtab_stats_for_objfile, read_symtabs_for_function)
8221 (expand_partial_symbol_tables, read_psymtabs_with_filename)
8222 (map_symbol_names_psymtab, map_symbol_filenames_psymtab)
8223 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
8224 (expand_symtabs_matching_via_partial, maintenance_info_psymtabs):
8225 Use ALL_OBJFILE_PSYMTABS_REQUIRED.
8226 * psympriv.h (ALL_PSYMTABS): Move to psymtab.c.
8227 * objfiles.h (OBJF_PSYMTABS_READ): New macro.
8228 * objfiles.c (objfile_has_partial_symbols): Handle lazily-read
8229 psymtabs.
8230 * mipsread.c (ecoff_sym_fns): Update.
8231 * machoread.c (macho_sym_fns): Update.
8232 * elfread.c (elf_symfile_read): Set up for lazy psymtab reading.
8233 (read_psyms): New function.
8234 (elf_sym_fns, elf_sym_fns_gdb_index): Update.
8235 (elf_sym_fns_lazy_psyms): New global.
8236 * dwarf2read.c (dwarf2_initialize_objfile): Don't call
8237 dwarf2_build_psymtabs.
8238 * dbxread.c (aout_sym_fns): Update.
8239 * coffread.c (coff_sym_fns): Update.
8240
fda326dd
TT
82412011-03-07 Tom Tromey <tromey@redhat.com>
8242
8243 * infrun.c (print_exited_reason): Include inferior id and pid in
8244 message.
8245
aeaec162
TT
82462011-03-07 Tom Tromey <tromey@redhat.com>
8247
8248 * target.h (struct target_ops) <to_has_execution>: Add ptid_t
8249 parameter.
8250 (target_has_execution_1): Update.
8251 (target_has_execution_current): Declare.
8252 (target_has_execution): Call target_has_execution_current.
8253 (default_child_has_execution): Update.
8254 * target.c (default_child_has_execution): Add 'the_ptid'
8255 parameter.
8256 (target_has_execution_1): Likewise.
8257 (target_has_execution_current): New function.
8258 (add_target): Update.
8259 (init_dummy_target): Update.
8260 * remote-m32r-sdi.c (m32r_has_execution): New function.
8261 (init_m32r_ops): Use it.
8262 * record.c (record_core_has_execution): Now static. Add
8263 'the_ptid' parameter.
8264 * inferior.c (have_live_inferiors): Don't save current thread.
8265 Use target_has_execution_1.
8266
08e14083
YQ
82672011-03-07 Yao Qi <yao@codesourcery.com>
8268
8269 * Makefile.in (aclocal_m4_deps): Remove gnulib/m4/memcmp.m4.
8270
c05d19c5
JB
82712011-03-07 Joel Brobecker <brobecker@adacore.com>
8272
8273 * elfread.c (elf_symtab_read): Minor reformatting.
8274
3e6ef9e4
JB
82752011-03-07 Joel Brobecker <brobecker@adacore.com>
8276
8277 * objc-lang.c (selectors_info): Minor reformatting.
8278
dbb8534f
JB
82792011-03-07 Joel Brobecker <brobecker@adacore.com>
8280
8281 * ada-lang.c (compare_names): Add FALLTHROUGH comment.
8282
dd70cc93
JB
82832011-03-07 Joel Brobecker <brobecker@adacore.com>
8284 Michael Snyder <msnyder@vmware.com>
8285
8286 * ada-valprint.c (ada_val_print_array): Move the declaration of
8287 "byte_order" and "elttype" inside the block where these variables
8288 are actually used. Remove some special handling for the case
8289 where "elttype" and "eltlen" are null. Replace by a comment
8290 and a couple of assertion checks.
8291
b27cf2b3
MS
82922011-03-05 Michael Snyder <msnyder@vmware.com>
8293
8294 * source.c (add_path): Replace semicolon at end of block.
8295 * dwarf2expr.c (execute_stack_op): Ditto.
8296
5387a0c6
MF
82972011-03-05 Mike Frysinger <vapier@gentoo.org>
8298
8299 * bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
8300 * configure.tgt (bfin-*-*linux*): Define gdb_sim.
8301 (bfin-*-*): Likewise.
8302
e3aa49af
MS
83032011-03-05 Michael Snyder <msnyder@vmware.com>
8304
82ae4854
MS
8305 * dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
8306 * mdebugread.c (parse_symbol): Ditto.
8307 * parse.c (parse_exp_in_context): Ditto.
8308 * source.c (add_path): Ditto.
8309 * utils.c (gnu_debuglink_crc32): Ditto.
8310 * varobj.c (variable_language): Ditto.
8311
e3aa49af
MS
8312 * linux-tdep.c (linux_get_siginfo_type): Stop memory leak.
8313
154f592e
MS
83142011-03-04 Michael Snyder <msnyder@vmware.com>
8315
da3ecdc6
MS
8316 * linux-fork.c (inferior_call_waitptid): Fix copy/paste error.
8317
9cc89665
MS
8318 * symfile.c (simple_overlay_update): Check for null return value
8319 from lookup_minimal_symbol.
8320
154f592e
MS
8321 * xml-syscall.c (syscall_start_syscall): Assert name is non null.
8322
63ffa6ee
TJB
83232011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8324
8325 * eval.c (parse_and_eval_address_1): Remove function.
8326 * linespec.c (decode_indirect): Call parse_to_comma_and_eval
8327 instead of parse_and_eval_address_1.
8328 * value.h (parse_and_eval_address_1): Remove prototype.
8329
a17d146e
MS
83302011-03-04 Michael Snyder <msnyder@vmware.com>
8331
8332 * remote.c (putpkt_binary): Document that case stmt falls through.
8333
1a6a67de
TJB
83342011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
8335
8336 * breakpointc (print_it_typical): Move NULL check from here...
8337 (print_bp_stop_message): ... to here.
8338
488919c4
MS
83392011-03-04 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
8340
8341 * breakpoint.c (enable_command): Use break instead of continue,
8342 and fill in a missing break.
8343 (disable_command): Ditto.
8344
1e182ce8
UW
83452011-03-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8346
8347 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.
8348 (terminal_save_ours): Remove misleading comment.
8349 (inflow_inferior_data_cleanup): Free ttystate.
8350 (inflow_inferior_exit): Likewise.
8351 (copy_terminal_info): Copy ttystate.
8352
8353 * serial.c (serial_copy_tty_state): New function.
8354 * serial.h (serial_copy_tty_state): Add prototype.
8355 (struct serial_ops): Add copy_tty_state callback.
8356 * ser-base.c (ser_base_copy_tty_state): New function.
8357 * ser-base.h (ser_base_copy_tty_state): Add prototype.
8358 * ser-go32.c (dos_copy_tty_state): New function.
8359 (dos_ops): Install copy_tty_state callback.
8360 * ser-mingw.c (_initialize_ser_windows): Likewise.
8361 * ser-pipe.c (_initialize_ser_pipe): Likewise.
8362 * ser-unix.c (hardwire_copy_tty_state): New function.
8363 (_initialize_ser_hardwire): Install it.
8364
b2c5f112
MS
83652011-03-04 Michael Snyder <msnyder@vmware.com>
8366
2abae994
MS
8367 * breakpoint.c (create_breakpoint): Add missing break statement.
8368
7f5936f9
MS
8369 Reverting this patch:
8370 * infcall.c (call_function_by_hand): Add break statements for lint.
8371
b2c5f112
MS
8372 Reverting this patch:
8373 * cli/cli-script.c (script_from_file): Add break for lint.
8374
42b1321c
MS
83752011-03-04 Michael Snyder <msnyder@vmware.com>
8376
8377 * solib.c (reload_shared_libraries_1): Close memory leak.
8378
3e2a0cee
TT
83792011-03-03 Tom Tromey <tromey@redhat.com>
8380
8381 PR gdb/12538:
8382 * dwarf2read.c (process_psymtab_comp_unit): Handle case where
8383 DW_STRING is NULL.
8384
58397cb7
MS
83852011-03-03 Michael Snyder <msnyder@vmware.com>
8386
2e3fd767
MS
8387 * remote-fileio.c (remote_fileio_func_fstat): Initialize all
8388 fields of struct 'st' to zero.
8389
58397cb7
MS
8390 * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
8391 sal.pspace before calling set_current_source_symtab_and_line.
8392
ced54c8f
YQ
83932011-03-03 Yao Qi <yao@codesourcery.com>
8394
8395 * Makefile.in (configure-common): Remove. Let Makefile
8396 in dir common to rebuild itself.
8397 (common/Makefile): Likewise.
8398
3351ea09
JB
83992011-03-03 Joel Brobecker <brobecker@adacore.com>
8400
8401 * utils.c (parse_escape): Add i18n markup in error message.
8402
bf9f652a
YQ
84032011-03-03 Yao Qi <yao@codesourcery.com>
8404
8405 * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
8406 ARM_PC_REGNUM.
8407 (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
8408 (displaced_write_reg, displaced_read_reg): Likewise.
8409 (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
8410 (cleanup_block_load_pc, copy_block_xfer): Likewise.
8411 (cleanup_branch): Replace magic number 14 and 15 with
8412 ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
8413
d42de051
MS
84142011-03-02 Michael Snyder <msnyder@vmware.com>
8415
240f9570
MS
8416 * maint.c (maintenance_do_deprecate): No need to check for NULL.
8417
10dd8b54
MS
8418 * cli/cli-script.c (script_from_file): Add break for lint.
8419
b98bd911
MS
8420 * mdebugread.c (parse_partial_symbols): Fix indent.
8421
3494b66d
MS
8422 * target-descriptions.c (tdesc_gdb_type): No need to call
8423 xstrdup, callee saves a copy.
8424
daac021a
MS
8425 * printcmd.c (print_scalar_formatted): Use strncpy for safety.
8426
c38d16a7
MS
8427 * infcall.c (call_function_by_hand): Add break statements for lint.
8428
905b671b
MS
8429 * utils.c (parse_escape): Escape the escape char.
8430
f2eb0bc8 8431 * python/py-inferior.c (build_inferior_list): Error out if
2d565757
MS
8432 PyList_Append fails.
8433 (gdbpy_inferiors): Error out if build_inferior_list fails.
8434
8c6a60d1
MS
8435 * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
8436 a function call.
8437
d42de051
MS
8438 * record.c (record_restore): Move printf to before error return.
8439
4db71c0b
YQ
84402011-03-02 Yao Qi <yao@codesourcery.com>
8441
8442 * arm-tdep.h (struct displaced_step_closure): Add two new fields
8443 is_thumb and insn_size.
8444 * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
8445 on both ARM and Thumb mode.
8446 (arm_process_displaced_insn): Set is_thumb and insn_size.
8447 (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
8448 (arm_displaced_step_fixup): Likewise.
8449
a9dc8dcc
MS
84502011-03-01 Michael Snyder <msnyder@vmware.com>
8451
53624a93
MS
8452 * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
8453
77766669
MS
8454 * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
8455
62d5b8da
MS
8456 * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
8457
5e9e105f
MS
8458 * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
8459
dc19db01
MS
8460 * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
8461 with xmalloc.
8462
5ce64950
MS
8463 * ada-lang.c (aggregate_assign_others): Rename inner scope variable
8464 which shadows function parameter.
8465
a0aa2878
MS
8466 * tracepoint.c (create_tsv_from_upload): Superfluous call
8467 to xstrdup. Callee already calls xstrdup.
8468
e325fb69
MS
8469 * linespec.c (decode_line_1): Remove unnecessary null check.
8470
21cbba77
MS
8471 * tracepoint.c (scope_info): Fix mem leak, remove underused
8472 variable.
8473
63360adc
MS
8474 * python/py-prettyprint.c (apply_val_pretty_printer): Remove
8475 superfluous null check.
8476
18ea20ac 8477 * std-regs.c (value_of_builtin_frame_pc_reg): Frame can't be null.
23ce9890 8478 (value_of_builtin_frame_fp_reg): Ditto.
18ea20ac 8479
d014929c
MS
8480 * event-top.c (display_gdb_prompt): Remove superfluous null check.
8481
6e9130cf
MS
8482 * python/py-prettyprint.c (apply_val_pretty_printer): VAL may
8483 be null.
8484
5f01dbc0
MS
8485 * linespec.c (decode_line_1): Check for null before dereference.
8486
d684ab85
MS
8487 * reverse.c (record_restore): Move null-check to before pointer
8488 dereference.
8489
bfffb7e3
MS
8490 * python/py-utils.c (gdbpy_obj_to_string): Delete unused variable.
8491
a9dc8dcc
MS
8492 * objc-lang.c (selectors_info): Add explanitory comment.
8493 (classes_info): Ditto.
8494
478fd957
UW
84952011-03-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8496
8497 * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define.
8498 (arm_linux_restart_syscall_init): Handle both on-stack and in-kernel
8499 versions of the trampoline. Handle Thumb vs. ARM addresses.
8500 (arm_kernel_linux_restart_syscall_tramp_frame): New global.
8501 (arm_linux_init_abi): Install it.
8502 * arm-tdep.c (arm_psr_thumb_bit): Make global.
8503 * arm-tdep.c (arm_psr_thumb_bit): Add prototype.
8504
0480cefa
MS
85052011-02-28 Michael Snyder <msnyder@vmware.com>
8506
ac50ab3b
MS
8507 * ui-out.c (ui_out_field_core_addr): Make local char buffer
8508 a little bigger, to avoid possibility of an overflow.
8509
f63fbe86
MS
8510 * breakpoint.c (breakpoint_adjustment_warning): Make local char
8511 buffers a little bigger, to avoid possibility of an overflow.
8512
9e91a352
MS
8513 * coffread.c (coff_getfilename): Add check to avoid overflow.
8514
f2eb0bc8 8515 * objc-lang.c (selectors_info): Add a small safety margin to
28288541
MS
8516 avoid overflow.
8517 (classes_info): Error out on too long REGEXP.
8518
098ab512
MS
8519 * infrun.c (handle_inferior_event): Remove unused function call.
8520
bcbd1de9
MS
8521 * fork-child.c (fork_inferior): Remove ifdef'd code and
8522 unused variable.
8523
2e456570
MS
8524 * linux-thread-db.c (attach_thread): Discard unused value.
8525
14571dad
MS
8526 * linux-nat.c (linux_handle_extended_wait): Delete unused variable.
8527
a9cbf802
MS
8528 * remote.c (remote_get_noisy_reply): Discard unused value.
8529 (remote_vcont_resume): Ditto.
8530 (remote_stop_ns): Ditto.
8531
5715d26e
MS
8532 * linespec.c (decode_objc): Delete unused variable.
8533
4a9bca80
MS
8534 * tui/tui-regs.c (tui_register_format): Delete unused variable.
8535
f47fb265
MS
8536 * dwarf2read.c (add_partial_symbol): Discard unused values.
8537 (read_base_type): Delete unused variable.
8538
e81cff30
MS
8539 * dbxread.c (read_dbx_symtab): Discard unused value.
8540
262acaeb
MS
8541 * eval.c (evaluate_subexp_standard): Delete unused variable,
8542 and discard unused values.
8543
df983543
MS
8544 * infcmd.c (_initialize_infcmd): Discard unused values.
8545
89acf84d
MS
8546 * stabsread.c (rs6000_builtin_type): Missing break statement.
8547
ab8b8aca
MS
8548 * dbxread.c (process_one_symbol): Discard unused value.
8549
6b4511ab
MS
8550 * coffread.c (coff_end_symtab): Delete unused variable.
8551
e8e80198
MS
8552 * dwarf2read.c (dw2_get_file_names): Discard unused value.
8553 (dwarf2_add_typedef): Delete unused variable.
8554 (read_namespace): Ditto.
8555 (dwarf_decode_macros): Ditto.
8556
976aa66e
MS
8557 * m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
8558
5b92b49f
MS
8559 * opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
8560
91e8df85
MS
8561 * p-valprint.c (pascal_val_print): Discard unused value.
8562
899500d6
MS
8563 * utils.c (nquery): Call va_end before return;
8564 (yquery): Ditto.
8565 (query): Ditto.
8566
0480cefa
MS
8567 * proc-service.c (ps_plog): Call va_end before return.
8568
fb6a3ed3
TT
85692011-02-28 Tom Tromey <tromey@redhat.com>
8570
8571 * python/python.c (gdbpy_value_cst): New global.
8572 (_initialize_python): Initialize it.
8573 * python/python-internal.h (gdbpy_value_cst): Declare.
8574 * python/py-value.c (convert_value_from_python): Use
8575 gdbpy_value_cst.
8576
c05202a1
MS
85772011-02-28 Michael Snyder <msnyder@vmware.com>
8578
e463f587
MS
8579 * python/py-cmd.c (cmdpy_init): Fix memory leak.
8580
c38eea1a
MS
8581 * breakpoint.c (catch_syscall_completer): Free malloced list.
8582
3ef09ab5
MS
8583 * jv-lang.c (java_primitive_type_from_name): Add missing break.
8584
8f9a01ee
MS
8585 * opencl-lang.c (lval_func_check_validity): Rename inner variables.
8586 (lval_func_check_synthetic_pointer): Ditto.
8587 (lval_func_free_closure): Fix use-after-free.
c05202a1 8588
477d0d57
TT
85892011-02-28 Tom Tromey <tromey@redhat.com>
8590
8591 * psymtab.c (expand_partial_symbol_tables): Use
8592 ALL_OBJFILE_PSYMTABS.
8593
20937029
JK
85942011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8595
8596 * objc-lang.c (selectors_info): Error on too long REGEXP.
8597
907b7f4f
MS
85982011-02-28 Michael Snyder <msnyder@vmware.com>
8599
92e96192
MS
8600 * python/py-param.c (set_parameter_value): Add missing
8601 break statement.
8602
907b7f4f
MS
8603 * linux-record.c (record_linux_system_call): Add missing
8604 break statement.
8605
12c5a436
UW
86062011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8607
8608 * breakpoint.c (print_one_breakpoint_location): Remove unused
8609 argument PRINT_ADDRESS_BITS. Update callers.
8610 (print_one_breakpoint): Likewise.
8611
170b53b2
UW
86122011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8613
8614 * breakpoint.c (wrap_indent_at_field): New function.
8615 (print_breakpoint_location): Use it instead of WRAP_INDENT argument.
8616 Allocate ui_stream locally instead of using STB argument.
8617 (print_one_breakpoint_location): Update call.
8618 * ui-out.c (ui_out_query_field): New function.
8619 * ui-out.h (ui_out_query_field): Add prototype.
8620
8ab1f94d
JB
86212011-02-28 Joel Brobecker <brobecker@adacore.com>
8622
8623 From Michael Snyder <msnyder@vmware.com>
8624 * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
8625
7d488639
MS
86262011-02-27 Michael Snyder <msnyder@vmware.com>
8627
ae179fba
MS
8628 * objc-lang.c (selectors_info): Prevent string overrun.
8629
086dbf66
MS
8630 * tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
8631 error in strncpy.
8632
f2eb0bc8 8633 * symtab.c (rbreak_command): Move variable 'file_name' to
9c1e305a
MS
8634 outer scope.
8635
7d488639
MS
8636 * d-valprint.c (dynamic_array_type): Avoid shadowing a function
8637 param with a local variable of the same name.
8638
3bd0f5ef
MS
86392011-02-27 Michael Snyder <msnyder@vmware.com>
8640
8641 * value.c (value_from_history_ref): New function.
8642 * value.h (value_from_history_ref): Export.
8643 * cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
8644 to parse value history references.
8645 * cli/cli-utils.h (get_number_trailer): Update comment.
8646
86472011-02-27 Michael Snyder <msnyder@vmware.com>
8648
8649 * inferior.c (detach_inferior_command): Use get_number_or_range.
8650 (kill_inferior_command): Ditto.
8651 (remove_inferior_command): Ditto.
8652 (initialize_inferiors): Make command names plural.
8653 Update help strings.
8654
766062f6
MS
86552011-02-27 Michael Snyder <msnyder@vmware.com>
8656
8657 * darwin-nat-info.c: Fix comment typo.
8658 * dwarf2expr.h: Ditto.
8659 * fbsd-nat.c: Ditto.
8660 * fbsd-nat.h: Ditto.
8661 * frame-unwind.h: Ditto.
8662 * frame.h: Ditto.
8663 * hppa-hpux-tdep.c: Ditto.
8664 * i386-linux-nat.c: Ditto.
8665 * linux-nat.c: Ditto.
8666 * nbsd-nat.c: Ditto.
8667 * nbsd-nat.h: Ditto.
8668 * ppc-linux-tdep.c: Ditto.
8669 * serial.c: Ditto.
8670 * ui-file.h: Ditto.
8671 * tui/tui-winsource.c: Ditto.
8672
f2c4ead5
MS
86732011-02-26 Michael Snyder <msnyder@vmware.com>
8674
86b887df
MS
8675 * breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
8676
66fd3b1e
MS
8677 * maint.c (maintenance_do_deprecate): Plug a memory leak.
8678
8c814cdd
MS
8679 * dwarf2loc.c (insert_bits): Avoid shadowing a function param
8680 with a local variable of the same name.
8681
6d5e094a 8682 * i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
e5b3d7d6 8683 param with a local variable of the same name.
6d5e094a 8684 (i387_supply_xsave): Ditto.
e5b3d7d6 8685
5eee517d
MS
8686 * linux-low.c (linux_nat_xfer_osdata): Rename local variable so
8687 that it does not shadow a function parameter.
8688
8fbf6b93
MS
8689 * i386-nat.c (i386_length_and_rw_bits): Document that case
8690 statement is meant to fall through.
8691
cb969d61
MS
8692 * expprint.c (dump_subexp_body_standard): Document that case
8693 statement is meant to fall through.
8694
f2c4ead5
MS
8695 * amd64-linux-tdep.c (amd64_linux_syscall_record): Delete
8696 dead if statement. Condition can't be false.
8697
b021a221
MS
86982011-02-25 Michael Snyder <msnyder@vmware.com>
8699
8700 * arm-tdep.c: Fix typos in comments.
8701 * bsd-uthread.c: Ditto.
8702 * completer.c: Ditto.
8703 * corelow.c: Ditto.
8704 * cp-namespace.c: Ditto.
8705 * cp-support.c: Ditto.
8706 * cris-tdep.c: Ditto.
8707 * dbxread.c: Ditto.
8708 * dwarf2read.c: Ditto.
8709 * frame.h: Ditto.
8710 * gdbtypes.h: Ditto.
8711 * inferior.h: Ditto.
8712 * mdebugread.c: Ditto.
8713 * mips-tdep.c: Ditto.
8714 * ppc-linux-nat.c: Ditto.
8715 * ppc-linux-tdep.c: Ditto.
8716 * printcmd.c: Ditto.
8717 * sol-thread.c: Ditto.
8718 * solib-frv.c: Ditto.
8719 * solist.h: Ditto.
8720 * sparc64-tdep.c: Ditto.
8721 * spu-tdep.c: Ditto.
8722 * stabsread.c: Ditto.
8723 * symfile.c: Ditto.
8724 * valops.c: Ditto.
8725 * varobj.c: Ditto.
8726 * vax-nat.c: Ditto.
8727 * python/py-block.c: Ditto.
8728 * python/py-symbol.c: Ditto.
8729 * python/py-symtab.c: Ditto.
8730 * python/py-value.c: Ditto.
8731 * tui/tui-win.c: Ditto.
8732
c82c0b55
MS
87332011-02-25 Michael Snyder <msnyder@vmware.com>
8734
8735 * inferior.c (print_inferior): Accept a string instead of an int
8736 for requested_inferiors, and use get_number_or_range to parse it.
8737 (info_inferiors_command): Pass args string to print_inferior.
8738 (initialize_inferiors): Change help string for info inferiors.
8739 * inferior.h (print_inferior): Export prototype change.
8740
ee00cd23
TT
87412011-02-25 Tom Tromey <tromey@redhat.com>
8742
8743 * common/ax.def (invalid2): Set to 0x31.
8744
0502ed8c
JK
87452011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8746
8747 * dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use
8748 L and plongest.
8749 (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset,
8750 use L and plongest.
8751 (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
8752
2c9de912
MS
87532011-02-24 Michael Snyder <msnyder@vmware.com>
8754
8755 * Makefile.in (clean): Make clean should remove generated files
8756 observer.h and observer.inc.
8757
a04b0428
JB
87582011-02-24 Joel Brobecker <brobecker@adacore.com>
8759
8760 Revert the following patch (not approved yet):
8761 2011-02-21 Hui Zhu <teawater@gmail.com>
8762 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
8763 * ax-gdb.c (gen_printf_expr_callback): New function.
8764 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
8765 * ax-general.c (ax_memcpy): New function.
8766 (ax_print): Handle "printf".
8767 (ax_reqs): Ditto.
8768 * ax.h (ax_memcpy): Forward declare.
8769 * common/ax.def (invalid2): Removed.
8770 (printf): New entry.
8771 * printcmd.c (printcmd.h): New include.
8772 (string_printf): New function.
8773 (ui_printf): Removed.
8774 (printf_command): Remove static. Call string_printf.
8775 (eval_command): Call string_printf.
8776 * printcmd.h: New file.
8777 * tracepoint.c (validate_actionline,
8778 encode_actions_1): handle printf_command.
8779
2b52013f
TT
87802011-02-23 Tom Tromey <tromey@redhat.com>
8781
8782 * ax-general.c (ax_pick): Add missing newline.
8783
e5a67952
MS
87842011-02-23 Michael Snyder <msnyder@vmware.com>
8785
8786 * breakpoint.c (breakpoint_1): Change first argument from an int
8787 to a char pointer, so that the function now accepts a list of
f2eb0bc8 8788 breakpoints rather than just one. Use new function
e5a67952
MS
8789 'number_is_in_list' to implement.
8790 (breakpoints_info): Pass char * instead of int to breakpoint_1.
8791 (watchpoints_info): Ditto.
8792 (tracepoints_info): Ditto.
8793 (maintenance_info_breakpoints): Ditto.
8794 (_initialize_breakpoint): Update help strings to reflect the fact
8795 that these functions can now take more than one argument.
8796 * cli/cli-utils.c (number_is_in_list): New function.
8797 * cli/cli-utils.h (number_is_in_list): Export.
8798
87992011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
8800
8801 * memattr.c (mem_enable_command): Use get_number_or_range.
8802 (mem_disable_command): Ditto.
8803 (mem_delete_command): Ditto.
8804 (_initialize_mem): Tweak usage message to reflect multiple
8805 arguments.
8806
6e6fbe60
DE
88072011-02-22 Doug Evans <dje@google.com>
8808
8809 Add gdb.lookup_global_symbol python function.
8810 * NEWS: Add entry.
8811 * python/py-symbol.c (gdbpy_lookup_global_symbol): New function.
8812 * python/python-internal.h (gdbpy_lookup_global_symbol): Declare it.
8813 * python/python.c (GdbMethods): Add entry for lookup_global_symbol.
8814
79b97fa8
TT
88152011-02-22 Tom Tromey <tromey@redhat.com>
8816
8817 * language.c (language_class_name_from_physname): Rename
8818 'curr_language' argument to 'lang'; use in body.
8819
298f437a
MS
88202011-02-22 Michael Snyder <msnyder@vmware.com>
8821
8822 * cli/cli-utils.c (number_is_in_list): Check for zero return.
8823
b7ea3126
PA
88242011-02-22 Pedro Alves <pedro@codesourcery.com>
8825
8826 * frame-unwind.h: Fix comment to mention the this frame, not the
8827 next.
8828
58ee6d60
TT
88292011-02-22 Tom Tromey <tromey@redhat.com>
8830
8831 * symfile.c (auto_solib_limit): Remove.
8832 * symfile.h (auto_solib_limit): Remove.
8833
36238dbc
JB
88342011-02-22 Joel Brobecker <brobecker@adacore.com>
8835
8836 * Makefile.in (INSTALLED_LIBS): Delete. Update comment.
8837
aea5b279
MS
88382011-02-21 Michael Snyder <msnyder@vmware.com>
8839
8840 * gdbthread.h (print_thread_info): Change prototype.
8841 * thread.c (print_thread_info): Accept char* instead of int for
8842 requested_threads argument. Use new function number_is_in_list
8843 to determine which threads to list.
8844 (info_threads_command): Pass char* to print_thread_info.
8845 * cli/cli-utils.c (number_is_in_list): New function.
8846 * cli/cli-utils.h (number_is_in_list): Export.
f2eb0bc8 8847 * mi/mi-main.c (mi_cmd_thread_info): Pass char* to
aea5b279
MS
8848 print_thread_info.
8849 (print_one_inferior): Ditto.
8850 (mi_cmd_list_thread_groups): Ditto.
8851
8caa75ee
JK
88522011-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8853
8854 * common/Makefile.in (CFLAGS): New.
8855 (COMPILE): Add $(CFLAGS).
8856
ea666128
TT
88572011-02-21 Tom Tromey <tromey@redhat.com>
8858
8859 * breakpoint.c (catch_syscall_command_1): Fix typo.
8860
e9cafbcc
TT
88612011-02-21 Tom Tromey <tromey@redhat.com>
8862
8863 * reverse.c: Include cli-utils.h.
8864 * printcmd.c: Include cli-utils.h.
8865 (string_printf): Use skip_spaces.
8866 * cli/cli-utils.h: New file.
8867 * cli/cli-utils.c: New file.
8868 * cli/cli-dump.h (skip_spaces): Move to cli-utils.h.
8869 * cli/cli-dump.c (skip_spaces): Move to cli-utils.c.
8870 * breakpoint.h (get_number, get_number_or_range): Move to
8871 cli-utils.h.
8872 * breakpoint.c: Include cli-utils.h.
8873 (get_number_trailer, get_number, get_number_or_range)
8874 (ep_skip_leading_whitespace): Move to cli-utils.c.
8875 (create_breakpoint_sal, find_condition_and_thread)
8876 (decode_static_tracepoint_spec, watch_command_1)
8877 (watch_maybe_just_location, ep_parse_optional_if_clause)
8878 (catch_fork_command_1, catch_exec_command_1)
8879 (catch_syscall_command_1): Use skip_spaces, skip_to_space.
8880 * Makefile.in (SUBDIR_CLI_OBS): Add cli-utils.o.
8881 (SUBDIR_CLI_SRCS): Add cli-utils.c.
8882 (HFILES_NO_SRCDIR): Add cli-utils.h.
8883 (cli-utils.o): New target.
8884
f67fd822
PM
88852011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8886
8887 * remote.c (remote_close): Reset INFERIOR_PTID to NULL_PTID
8888 before calling discard_all_inferiors.
8889
c9def01d
UW
88902011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8891
8892 * opencl-lang.c (STRUCT_OCL_TYPE): Remove.
8893 (struct builtin_opencl_type): Remove.
8894 (builtin_opencl_type): Change return type to "struct type **".
8895 (lookup_opencl_vector_type): Update caller.
8896 (opencl_language_arch_info): Copy primitive type vector from gdbarch.
8897 (build_opencl_types): Install plain array of "struct type *"
8898 instead of "struct builtin_opencl_type".
8899
e3039479
UW
89002011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
8901 Ulrich Weigand <uweigand@de.ibm.com>
8902
8903 * arm-linux-nat.c: Include "observer.h" and "gdbthread.h".
8904 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define.
8905 (struct arm_linux_hwbp_cap): New type.
8906 (arm_linux_get_hwbp_cap): New function.
8907 (arm_linux_get_hw_breakpoint_count): Likewise.
8908 (arm_linux_get_hw_watchpoint_count): Likewise.
8909 (arm_linux_can_use_hw_breakpoint): Likewise.
8910 (arm_hwbp_type): New type.
8911 (arm_hwbp_control_t): Likewise.
8912 (struct arm_linux_hw_breakpoint): Likewise.
8913 (struct arm_linux_thread_points): Likewise.
8914 (arm_threads): New global variable.
8915 (arm_linux_find_breakpoints_by_tid): New function.
8916 (arm_hwbp_control_initialize): Likewise.
8917 (arm_hwbp_control_is_enabled): Likewise.
8918 (arm_hwbp_control_disable): Likewise.
8919 (arm_linux_hw_breakpoint_initialize): Likewise.
8920 (arm_linux_get_hwbp_type): Likewise.
8921 (arm_linux_hw_watchpoint_initialize): Likewise.
8922 (arm_linux_hw_breakpoint_equal): Likewise.
8923 (arm_linux_insert_hw_breakpoint1): Likewise.
8924 (arm_linux_remove_hw_breakpoint1): Likewise.
8925 (arm_linux_insert_hw_breakpoint): Likewise.
8926 (arm_linux_remove_hw_breakpoint): Likewise.
8927 (arm_linux_region_ok_for_hw_watchpoint): Likewise.
8928 (arm_linux_insert_watchpoint): Likewise.
8929 (arm_linux_remove_watchpoint): Likewise.
8930 (arm_linux_stopped_data_address): Likewise.
8931 (arm_linux_stopped_by_watchpoint): Likewise.
8932 (arm_linux_watchpoint_addr_within_range): Likewise.
8933 (arm_linux_new_thread): Likewise.
8934 (arm_linux_thread_exit): Likewise.
8935 (_initialize_arm_linux_nat): Install hardware breakpoint/watchpoint
8936 related target callbacks. Register arm_linux_new_thread and
8937 arm_linux_thread_exit.
8938 * arm-tdep.h (arm_pc_is_thumb): Add prototype.
8939 * arm-tdep.c (arm_pc_is_thumb): Make global.
8940 (arm_gdbarch_init): Call set_gdbarch_have_nonsteppable_watchpoint.
8941
b5db5dfc
UW
89422011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
8943
8944 * breakpoint.c (update_watchpoint): Do not attempt to recreate
8945 per-frame locations while within a function epilogue.
8946
e25b2cfa
PM
89472011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
8948
8949 * ser-mingw.c (ser_windows_close): Reformat comment to better conform
8950 to GNU coding standards.
8951
4af53f97
PM
89522011-02-21 Pierre Muller <muller@ics.u-strasbg.fr>
8953
8954 Allow use of mingw native on Windows 95 OS.
e25b2cfa 8955 * ser-mingw.c (CancelIo): New macro for dynamically loaded DLL entry.
4af53f97
PM
8956 (ser_windows_close): Only call CancelIo if function exists.
8957 (_initialize_ser_windows): Use LoadLirary/GetProcAddress
8958 to check for existence of CancelIo function in kernel32 DLL.
8959
d0e92d82
HZ
89602011-02-21 Hui Zhu <teawater@gmail.com>
8961
8962 * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h.
8963 * ax-gdb.c (gen_printf_expr_callback): New function.
8964 * ax-gdb.h (gen_printf_expr_callback): Forward declare.
8965 * ax-general.c (ax_memcpy): New function.
8966 (ax_print): Handle "printf".
8967 (ax_reqs): Ditto.
8968 * ax.h (ax_memcpy): Forward declare.
8969 * common/ax.def (invalid2): Removed.
8970 (printf): New entry.
8971 * printcmd.c (printcmd.h): New include.
8972 (string_printf): New function.
8973 (ui_printf): Removed.
8974 (printf_command): Remove static. Call string_printf.
8975 (eval_command): Call string_printf.
8976 * printcmd.h: New file.
8977 * tracepoint.c (validate_actionline,
8978 encode_actions_1): handle printf_command.
8979
7d357efd
MS
89802011-02-19 Michael Snyder <msnyder@vmware.com>
8981
8982 * reverse.c (delete_one_bookmark): Argument is now bookmark
8983 id rather than pointer to bookmark struct.
8984 (delete_bookmark_command): Use get_number_or_range.
8985 (goto_bookmark_command): Parse with get_number instead of strtoul.
8986 (bookmark_1): New function. Print info for one bookmark.
8987 (bookmarks_info): Use get_number_or_range and bookmark_1.
8988
7a45ebd7
MS
89892011-02-18 Michael Snyder <msnyder@vmware.com>
8990
f2eb0bc8 8991 * thread.c (info_threads_command): Re-implement using
7a45ebd7 8992 get_number_or_range.
65ebfb52 8993 (thread_apply_command): Ditto.
7a45ebd7 8994
94d5e490
TT
89952011-02-18 Tom Tromey <tromey@redhat.com>
8996
8997 * common/ax.def: New file.
8998 * ax.h (enum agent_op): Use ax.def.
8999 * ax-general.c (aop_map): Use ax.def.
9000
c7f96d2b
TT
90012011-02-18 Tom Tromey <tromey@redhat.com>
9002
9003 * ax-general.c (aop_map): Add pick and rot.
9004 * dwarf2loc.c (compile_dwarf_to_ax) <DW_OP_over>: Reimplement.
9005 <DW_OP_rot>: Implement.
9006 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
9007 (ax_pick): Declare.
9008 * ax-general.c (ax_pick): New function.
9009
66694b75
TT
90102011-02-18 Tom Tromey <tromey@redhat.com>
9011
9012 * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
9013
eeaafae2
JK
90142011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9015 Tom Tromey <tromey@redhat.com>
9016
9017 * cp-support.c (make_symbol_overload_list_namespace): Do not call
9018 make_symbol_overload_list_block with NULL BLOCK.
9019 * valarith.c (unop_user_defined_p): Resolve also TYPE_CODE_TYPEDEF.
9020
3c3fe74c
PA
90212011-02-18 Pedro Alves <pedro@codesourcery.com>
9022
9023 * breakpoint.c (get_number_trailer): No longer accept a NULL PP.
9024 * breakpoint.h (get_number_or_range): Declare.
9025 * printcmd.c (ALL_DISPLAYS): Declare.
9026 (delete_display): Reimplement taking a display pointer.
9027 (undisplay_command): Accept a range of displays to delete, using
9028 get_number_or_range.
9029
13163d80
PM
90302011-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9031
9032 * c-valprint.c (c_val_print): Add embedded_offset to address
9033 for arrays of unspecified length.
9034 * p-valprint.c (pascal_val_print): Likewise.
9035
b434a28f
YQ
90362011-02-18 Yao Qi <yao@codesourcery.com>
9037
9038 * gdb/arm-tdep.c (arm_displaced_step_copy_insn): Move code to ...
9039 (arm_process_displaced_insn): .. here. Remove parameter INSN.
9040 (thumb_process_displaced_insn): New.
9041 * gdb/arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Update
9042 call to arm_process_displaced_insn.
9043 * gdb/arm-tdep.h : Update declaration of arm_process_displaced_insn.
9044
9f6f94ff
TT
90452011-02-17 Tom Tromey <tromey@redhat.com>
9046
9047 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Declare.
9048 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Rename from
9049 compile_dwarf_to_ax. No longer static. Call
9050 dwarf2_compile_cfa_to_ax.
9051 (locexpr_tracepoint_var_ref): Update.
9052 (loclist_tracepoint_var_ref): Update.
9053 * dwarf2-frame.h (dwarf2_compile_cfa_to_ax): Declare.
9054 * dwarf2-frame.c (execute_cfa_program): Remove 'this_frame'
9055 argument; add 'gdbarch' and 'pc'.
9056 (dwarf2_compile_cfa_to_ax): New function.
9057 (dwarf2_frame_cache): Update.
9058
e67ad678
JB
90592011-02-17 Joel Brobecker <brobecker@adacore.com>
9060
9061 * ada-lang.c (ada_type_of_array): Fix the size of the array
9062 in the case of an unconstrained packed array.
9063
946ebb0d
YQ
90642011-02-17 Yao Qi <yao@codesourcery.com>
9065
9066 * common/Makefile.in: Add more targets for make.
9067
1ba1b353
TT
90682011-02-16 Tom Tromey <tromey@redhat.com>
9069
9070 * dwarf2loc.c (unimplemented): Fix typo.
9071
b1bfef65
TT
90722011-02-16 Tom Tromey <tromey@redhat.com>
9073
9074 * dwarf2loc.c (unimplemented): Handle unnamed opcodes.
9075 (compile_dwarf_to_ax) <default>: Use unimplemented.
9076 <DW_OP_deref>: Update.
9077 (disassemble_dwarf_expression): Update.
9078 * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument.
9079 (decode_locdesc): Update.
9080 * dwarf2expr.h (dwarf_stack_op_name): Update.
9081
5f1e6f19
TT
90822011-02-16 Tom Tromey <tromey@redhat.com>
9083
9084 * ax.h (struct aop_map) <name>: Now const.
9085
a0c78a73
PA
90862011-02-16 Tom Tromey <tromey@redhat.com>
9087
9088 * ax-gdb.c.c (gen_expr) <UNOP_MEMVAL>: Handle value kinds other
9089 than axs_rvalue.
9090
946ebb0d 90912011-02-16 Yao Qi <yao@codesourcery.com>
a42244db
YQ
9092
9093 * infrun.c (get_displaced_step_closure_by_addr): New.
9094 * inferior.h: Declare it.
9095 * arm-tdep.c: (arm_pc_is_thumb): Call
9096 get_displaced_step_closure_by_addr. Adjust MEMADDR if it
9097 returns non-NULL.
9098
08807d5a
PA
90992011-02-16 Pedro Alves <pedro@codesourcery.com>
9100 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 gdb/
9103 * tracepoint.c (memrange_sortmerge): Fix list A's end calculation.
9104
29976f3f
PA
91052011-02-16 Pedro Alves <pedro@codesourcery.com>
9106 Jan Kratochvil <jan.kratochvil@redhat.com>
9107
9108 * value.c (value_contents_copy_raw): Extend describing comment.
9109 Assert that the destination contents we're overwriting are wholly
9110 available.
fb68ae73 9111 (value_contents_copy): Extend describing comment.
29976f3f 9112
cd24cfaa
PA
91132011-02-16 Pedro Alves <pedro@codesourcery.com>
9114 Jan Kratochvil <jan.kratochvil@redhat.com>
9115
9116 * value.c (value_available_contents_eq): Remove redundant local
9117 variables. Fix available contents comparision.
9118 * value.h (value_available_contents_eq): Extend describing
9119 comment.
9120
60bbf338
YQ
91212011-02-16 Yao Qi <yao@codesourcery.com>
9122
9123 * thread.c (info_threads_command): Add missing i18n markup and remove
9124 trailing newline.
9125
17450429
PP
91262011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9127
9128 * breakpoint.c (longjmp_names): New variable.
9129 (struct breakpoint_objfile_data): New type.
9130 (breakpoint_objfile_key): New variable.
9131 (msym_not_found): New variable.
9132 (msym_not_found_p): New predicate.
9133 (get_breakpoint_objfile_data): New function.
9134 (create_overlay_event_breakpoint): Check per-objfile cache for
9135 symbols first.
9136 (create_longjmp_master_breakpoint): Likewise.
9137 (create_std_terminate_master_breakpoint): Likewise.
9138 (create_exception_master_breakpoint): Likewise.
9139 (_initialize_breakpoint): Register per-objfile data key.
9140
af02033e
PP
91412011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9142
9143 * breakpoint.c ((create_overlay_event_breakpoint): Const-propagate
9144 parameter value.
9145 (create_longjmp_master_breakpoint): Loop over longjmp names.
9146 (create_std_terminate_master_breakpoint): Const-propagate parameter
9147 value.
9148 (update_breakpoints_after_exec): Adjust.
9149 (breakpoint_re_set): Adjust.
9150
60f98dde
MS
91512011-02-15 Michael Snyder <msnyder@vmware.com>
9152
cdf99611
MS
9153 * thread.c (info_threads_command): Process arg as thread id,
9154 or list of thread ids.
9155 (thread_find_command): New command.
9156 (_initialize_thread): Document argument for info threads.
9157 Document 'thread find' command.
9158 * NEWS: Document new command "thread find".
60f98dde 9159
0feedb2c
JK
91602011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9161
9162 * Makefile.in (ACLOCAL_AMFLAGS): Add `-I ../config'.
9163 * aclocal.m4: Regenerated with aclocal-1.11.1.
9164 * common/configure: Regenerate with autoconf-2.64.
9165
648cd113
KW
91662011-02-15 Ken Werner <ken.werner@de.ibm.com>
9167
9168 * opencl-lang.c (build_opencl_types): Set the size of the built-in
9169 bool data type to a size of one byte.
9170
5657161f
PA
91712011-02-15 Pedro Alves <pedro@codesourcery.com>
9172 Jan Kratochvil <jan.kratochvil@redhat.com>
9173
9174 * target.c (memory_xfer_live_readonly_partial): Document where to
9175 look for interface description.
9176
494e194e
YQ
91772011-02-15 Yao Qi <yao@codesourcery.com>
9178
9179 PR tdep/12352
9180 * arm-tdep.c (copy_ldr_str_ldrb_strb): Replace PC with SP in
9181 order to store PC value on stack instead of text section.
9182
d9492458
TJB
91832011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9184
9185 * rs6000-tdep.c (IS_EFP_PSEUDOREG): Use correct constant for
9186 the EFP register set size.
9187 (efpr_pseudo_register_read): Use regcache_raw_read_part to read
9188 data from the VMX register.
9189 (efpr_pseudo_register_write): Use regcache_raw_write_part to read
9190 and write data from/to the VMX register.
9191
cdf99611
MS
91922011-02-14 Michael Snyder <msnyder@vmware.com>
9193
9194 * command.h (enum command_class): New class 'no_set_class', for
9195 "show" commands without a corresponding "set" command.
9196 * value.c (_initialize_values): Use 'no_set_class' for "show values".
9197 * copying.c (_initialize_copying): Ditto for "show copying" and
9198 "show warranty".
9199 * cli/cli-cmds.c (init_cli_cmds): Ditto for "show commands" and
9200 "show version".
9201 * cli/cli-setshow.c (cmd_show_list): Skip "show" commands for
9202 which there is no corresponding "set" command (eg. "show copying").
9203
424447ee
PA
92042011-02-14 Pedro Alves <pedro@codesourcery.com>
9205 Jan Kratochvil <jan.kratochvil@redhat.com>
9206
9207 * exec.c (section_table_available_memory): Change `len' parameter
9208 type to ULONGEST.
9209 * exec.h (section_table_available_memory): Ditto.
9210 * value.h (read_value_memory): Rename the `offset' parameter to
9211 `embedded_offset'.
9212
c0f61f9c 92132011-02-14 Pedro Alves <pedro@codesourcery.com>
e0ccc0c7 9214 Jan Kratochvil <jan.kratochvil@redhat.com>
c0f61f9c
PA
9215
9216 * memrange.c (compare_mem_ranges): Mention sort order in
9217 describing comment.
9218 (normalize_mem_ranges): Add comment. Fix ra->length calculation.
9219 * tracepoint.c (traceframe_available_memory): Extend comment to
9220 mention what happens to RESULT when the target does not support
9221 the query.
9222
6bfc80c7
PA
92232011-02-14 Pedro Alves <pedro@codesourcery.com>
9224 Jan Kratochvil <jan.kratochvil@redhat.com>
9225
9226 * value.c (mark_value_bytes_unavailable): Fix indexing the `bef'
9227 range.
9228
e7303042
PA
92292011-02-14 Pedro Alves <pedro@codesourcery.com>
9230
9231 * value.c (value_bits_valid, value_bits_synthetic_pointer):
9232 No longer handle NULL values.
9233
8af8e3bc
PA
92342011-02-14 Pedro Alves <pedro@codesourcery.com>
9235
9236 * exceptions.h (NOT_AVAILABLE_ERROR): New error.
9237 * value.c: Include "exceptions.h".
9238 (require_available): Throw NOT_AVAILABLE_ERROR instead of a
9239 generic error.
9240 * cp-abi.c: Include gdb_assert.h.
9241 (baseclass_offset): Add `embedded_offset' and `val' parameters.
9242 Assert the method is implemented. Wrap NOT_AVAILABLE_ERROR
9243 errors.
9244 * cp-abi.h (baseclass_offset): Add `embedded_offset' and `val'
9245 parameters. No longer returns -1 on error.
9246 (struct cp_abi_ops) <baseclass_offset>: Add `embedded_offset' and
9247 `val' parameters.
9248 * cp-valprint.c: Include exceptions.h.
9249 (cp_print_value): Handle NOT_AVAILABLE_ERROR errors when fetching
9250 the baseclass_offset. Handle unavailable base classes. Use
9251 val_print_invalid_address.
9252 * p-valprint.c: Include exceptions.h.
9253 (pascal_object_print_value): Handle NOT_AVAILABLE_ERROR errors
9254 when fetching the baseclass_offset. No longer expect
9255 baseclass_offset returning -1. Handle unavailable base classes.
9256 Use val_print_invalid_address.
9257 * valops.c (dynamic_cast_check_1): Rename `contents' parameter to
9258 `valaddr' parameter, and change its type to gdb_byte pointer. Add
9259 `embedded_offset' and `val' parameters. Adjust.
9260 (dynamic_cast_check_2): Rename `contents' parameter to `valaddr'
9261 parameter, and change its type to gdb_byte pointer. Add
9262 `embedded_offset' and `val' parameters. Adjust. No longer expect
9263 baseclass_offset returning -1.
9264 (value_dynamic_cast): Use value_contents_for_printing rather than
9265 value_contents. Adjust.
9266 (search_struct_field): No longer expect baseclass_offset returning
9267 -1.
9268 (search_struct_method): If reading memory from the target is
9269 necessary, wrap it in a new value to pass to baseclass_offset. No
9270 longer expect baseclass_offset returning -1.
9271 (find_method_list): No longer expect baseclass_offset returning
9272 -1. Use value_contents_for_printing rather than value_contents.
9273 * valprint.c (val_print_invalid_address): New function.
9274 * valprint.h (val_print_invalid_address): Declare.
9275 * gdbtypes.c (is_unique_ancestor_worker): New `embedded_offset'
9276 and `val' parameters. No longer expect baseclass_offset returning
9277 -1. Adjust.
9278 * gnu-v2-abi.c: Include "exceptions.h".
9279 (gnuv2_baseclass_offset): Add `embedded_offset' and `val'
9280 parameters. Handle unavailable memory. Recurse through
9281 gnuv2_baseclass_offset directly, rather than through
9282 baseclass_offset. No longer returns -1 on not found, instead
9283 throw an error.
9284 * gnu-v3-abi.c (gnuv3_baseclass_offset): Add `embedded_offset' and
9285 `val' parameters. Adjust.
9286
1b28d0b3
PA
92872011-02-14 Pedro Alves <pedro@codesourcery.com>
9288
9289 * tracepoint.c (memrange_sortmerge): Don't merge ranges that are
9290 almost but not quite adjacent.
9291
ec0a52e1
PA
92922011-02-14 Pedro Alves <pedro@codesourcery.com>
9293
9294 * value.h (value_entirely_available): Declare.
9295 * value.c (value_entirely_available): New function.
9296 * c-valprint.c (c_value_print): Don't try fetching the pointer's
9297 real type if the pointer is unavailable.
9298
24e6bcee
PA
92992011-02-14 Pedro Alves <pedro@codesourcery.com>
9300
9301 * valops.c (value_repeat): Use read_value_memory instead of
9302 read_memory.
9303
39d37385
PA
93042011-02-14 Pedro Alves <pedro@codesourcery.com>
9305
9306 * value.h (value_contents_copy, value_contents_copy_raw): Declare.
9307 * value.c (value_contents_copy_raw, value_contents_copy): New
9308 functions.
9309 (value_primitive_field): Use value_contents_copy_raw instead of
9310 memcpy.
9311 * valops.c (value_fetch_lazy): Use value_contents_copy instead of
9312 memcpy.
9313 (value_array, value_slice): Ditto.
9314 * valarith.c (value_subscripted_rvalue): Use
9315 value_contents_copy_raw instead of memcpy.
9316
a3d34bf4
PA
93172011-02-14 Pedro Alves <pedro@codesourcery.com>
9318
9319 <unavailable> references.
9320
9321 * valops.c (get_value_at): Use value_from_contents_and_address,
9322 avoiding read_memory.
9323
9fc6d940
PA
93242011-02-14 Pedro Alves <pedro@codesourcery.com>
9325
9326 * c-valprint.c (c_val_print): Print a string with unavailable
9327 contents as an array.
9328
5467c6c8
PA
93292011-02-14 Pedro Alves <pedro@codesourcery.com>
9330
9331 * value.h (unpack_bits_as_long): Delete declaration.
9332 (unpack_value_bits_as_long): Declare.
9333 (unpack_value_field_as_long): Declare.
9334 (value_field_bitfield): Declare.
9335 * value.c (unpack_bits_as_long): Rename to...
9336 (unpack_value_bits_as_long_1): ... this. Add embedded_offset and
9337 value parameters. Return the extracted result in a new output
9338 parameter. If the value contents are unavailable, return false,
9339 otherwise return true.
9340 (unpack_value_bits_as_long): New.
9341 (unpack_field_as_long): Rename to...
9342 (unpack_value_field_as_long_1): ... this. Add embedded_offset and
9343 Add embedded_offset and value parameters. Return the extracted
9344 result in a new output parameter. If the value contents are
9345 unavailable, return false, otherwise return true.
9346 (unpack_value_field_as_long): New.
9347 (unpack_field_as_long_1): New.
9348 (unpack_field_as_long): Reimplement as wrapper around
9349 unpack_value_field_as_long_1.
9350 (value_field_bitfield): New function.
9351 * valops.c (value_fetch_lazy): When fetching a bitfield, use
9352 unpack_value_bits_as_long. Mark the value as unavailable, if it
9353 is unavailable.
9354 * jv-valprint.c (java_print_value_fields): Use
9355 value_field_bitfield.
9356 * p-valprint.c (pascal_object_print_value_fields): Use
9357 value_field_bitfield.
9358 * cp-valprint.c (cp_print_value_fields): Use value_field_bitfield.
9359
3158c6ed
PA
93602011-02-14 Pedro Alves <pedro@codesourcery.com>
9361
9362 * value.c (get_internalvar_integer): Also return the int value of
9363 TYPE_CODE_INT INTERNALVAR_VALUE values.
9364 (set_internalvar): Don't special case TYPE_CODE_INT.
9365
9fbdca0d
PA
93662011-02-14 Pedro Alves <pedro@codesourcery.com>
9367
9368 * value.c (struct internalvar) <enum internalvar_kind>: Remove
9369 INTERNALVAR_POINTER.
9370 <pointer>: Delete.
9371 (value_of_internalvar): Remove INTERNALVAR_POINTER handling.
9372 (set_internalvar): Remove special TYPE_CODE_PTR handling.
9373 (preserve_one_internalvar): Remove INTERNALVAR_POINTER handling.
9374
c8c1c22f
PA
93752011-02-14 Pedro Alves <pedro@codesourcery.com>
9376
9377 * value.h (value_available_contents_eq): Declare.
9378 * value.c (find_first_range_overlap): New function.
9379 (value_available_contents_eq): New function.
9380 * valprint.c (val_print_array_elements): Use
9381 value_available_contents_eq.
9382 * ada-valprint.c (val_print_packed_array_elements): Use
9383 value_available_contents_eq.
9384 * jv-valprint.c (java_value_print): Use
9385 value_available_contents_eq.
9386
e6e4e701
PA
93872011-02-14 Pedro Alves <pedro@codesourcery.com>
9388
9389 * target.c (target_read_live_memory): New function.
9390 (memory_xfer_live_readonly_partial): New.
9391 (memory_xfer_partial): If reading from a traceframe, fallback to
9392 reading unavailable read-only memory from read-only regions of
9393 live target memory.
9394 * tracepoint.c (disconnect_tracing): Adjust.
9395 (set_current_traceframe): New, factored out from
9396 set_traceframe_number.
9397 (set_traceframe_number): Reimplement to only change the traceframe
9398 number on the GDB side.
9399 (do_restore_current_traceframe_cleanup): Adjust.
9400 (make_cleanup_restore_traceframe_number): New.
9401 (cur_traceframe_number): New global.
9402 (tfile_open): Set cur_traceframe_number to no traceframe.
9403 (set_tfile_traceframe): New function.
9404 (tfile_trace_find): If looking up a traceframe using any method
9405 other than by number, make sure the current tfile traceframe
9406 matches gdb's current traceframe. Update the current tfile
9407 traceframe if the lookup succeeded.
9408 (tfile_fetch_registers, tfile_xfer_partial)
9409 (tfile_get_trace_state_variable_value): Make sure the remote
9410 traceframe matches gdb's current traceframe.
9411 * remote.c (remote_traceframe_number): New global.
9412 (remote_open_1): Set it to -1.
9413 (set_remote_traceframe): New function.
9414 (remote_fetch_registers, remote_store_registers)
9415 (remote_xfer_memory, remote_xfer_partial)
9416 (remote_get_trace_state_variable_value): Make sure the remote
9417 traceframe matches gdb's current traceframe.
9418 (remote_trace_find): If looking up a traceframe using any method
9419 other than by number, make sure the current remote traceframe
9420 matches gdb's current traceframe. Update the current remote
9421 traceframe if the lookup succeeded.
9422 * infrun.c (fetch_inferior_event): Adjust.
9423 * tracepoint.h (set_current_traceframe): Declare.
9424 (get_traceframe_number, set_traceframe_number): Add describing
9425 comments.
9426
e6ca34fc
PA
94272011-02-14 Pedro Alves <pedro@codesourcery.com>
9428
9429 Mark pieces of values as unavailable if the corresponding memory
9430 is unavailable.
9431
9432 * valops.c: Include tracepoint.h.
9433 (value_fetch_lazy): Use read_value_memory.
9434 (read_value_memory): New.
9435 * value.h (read_value_memory): Declare.
9436 * dwarf2loc.c (read_pieced_value): Use read_value_memory.
9437 * exec.c (section_table_available_memory): New function.
9438 * exec.h (section_table_available_memory): Declare.
9439
2a7498d8
PA
94402011-02-14 Pedro Alves <pedro@codesourcery.com>
9441
9442 * Makefile.in (SFILES): Add memrange.c.
9443 (HFILES_NO_SRCDIR): Add memrange.h.
9444 (COMMON_OBS): Add memrange.o.
9445 * memrange.c: New file.
9446 * memrange.h: New file.
9447 * tracepoint.c: Include memrange.h.
9448 (struct mem_range): Delete.
9449 (mem_range_s): Delete.
9450 (traceframe_available_memory): New function.
9451 * tracepoint.h (traceframe_available_memory): Declare.
9452
b3b9301e
PA
94532011-02-14 Pedro Alves <pedro@codesourcery.com>
9454
9455 * target.h (struct traceframe_info): Forward declare.
9456 (enum target_object): Add TARGET_OBJECT_TRACEFRAME_INFO.
9457 (struct target_ops) <to_traceframe_info>: New field.
9458 (target_traceframe_info): New.
9459 * target.c (update_current_target): Inherit and default
9460 to_traceframe_info.
9461 * remote.c (PACKET_qXfer_traceframe_info): New.
9462 (remote_protocol_features): Register qXfer:traceframe-info:read.
9463 (remote_xfer_partial): Handle TARGET_OBJECT_TRACEFRAME_INFO.
9464 (remote_traceframe_info): New.
9465 (init_remote_ops): Install it.
9466 (_initialize_remote): Install "set/show remote traceframe-info"
9467 commands.
9468 * tracepoint.h (parse_traceframe_info): Declare.
9469 * tracepoint.c (struct mem_range): New.
9470 (mem_range_s): New typedef.
9471 (struct traceframe_info): New.
9472 (traceframe_info): New global.
9473 (free_traceframe_info): New function.
9474 (clear_traceframe_info): New function.
9475 (start_tracing, tfind_1, set_traceframe_number): Clear traceframe
9476 info.
9477 (build_traceframe_info): New function.
9478 (tfile_traceframe_info): New function.
9479 (init_tfile_ops): Install tfile_traceframe_info.
9480 (traceframe_info_start_memory, free_result): New functions.
9481 (memory_attributes, traceframe_info_elements): New globals.
9482 (parse_traceframe_info, get_traceframe_info): New functions.
9483 * features/traceframe-info.dtd: New file.
9484 * Makefile.in (XMLFILES): Add traceframe-info.dtd.
9485
4e07d55f
PA
94862011-02-14 Pedro Alves <pedro@codesourcery.com>
9487
9488 Base support for <unavailable> value contents.
9489
4e07d55f
PA
9490 * value.h (value_bytes_available): Declare.
9491 (mark_value_bytes_unavailable): Declare.
9492 * value.c (struct range): New struct.
9493 (range_s): New typedef.
9494 (ranges_overlap): New function.
9495 (range_lessthan): New function.
9496 (ranges_contain_p): New function.
9497 (struct value) <unavailable>: New field.
9498 (value_bytes_available): New function.
9499 (mark_value_bytes_unavailable): New function.
9500 (require_not_optimized_out): Constify parameter.
9501 (require_available): New function.
9502 (value_contents_all, value_contents): Require all bytes be
9503 available.
9504 (value_free): Free `unavailable'.
9505 (value_copy): Copy `unavailable'.
9506 * valprint.h (val_print_unavailable): Declare.
9507 * valprint.c (valprint_check_validity): Rename `offset' parameter
9508 to `embedded_offset'. If printing a scalar, check whether the
9509 value chunk is available.
9510 (val_print_unavailable): New.
9511 (val_print_scalar_formatted): Check whether the value is
9512 available.
9513 * python/py-prettyprint.c (apply_val_pretty_printer): Refuse
9514 pretty-printing unavailable values.
9515
bc9a5551
JK
95162011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9519 * c-typeprint.c (c_type_print_args): Update the function comment. New
9520 variable param_type, initialize it. Remove const/volatile qualifiers
9521 for language_cplus and !show_artificial. Use param_type.
9522
93b55aa1
JK
95232011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * symtab.c (find_pc_sect_line): New variable objfile, initialize it
9526 from S. Iterate S using ALL_OBJFILE_SYMTABS. Verify BV for each S.
9527 * symtab.h (struct symtab) <next>: Comment extension.
9528
181d9476
YQ
95292011-02-12 Yao Qi <yao@codesourcery.com>
9530
9531 * Makefile.in (CLEANDIRS): Remove duplicated common dir.
9532
b708a5c7
JK
95332011-02-11 Yao Qi <yao@codesourcery.com>
9534
9535 * common/Makefile.in: Add copyright header.
9536
c5187ac6
PA
95372011-02-11 Pedro Alves <pedro@codesourcery.com>
9538
9539 * infrun.c (proceed): Move switching out and in of tfind mode from
9540 here ...
9541 (fetch_inferior_event): ... to here.
9542
4f3e6fb7
YQ
95432011-02-11 Yao Qi <yao@codesourcery.com>
9544
9545 * Makefile.in: Remove signals.o from COMMON_OBS. Link
9546 libcommon.a.
9547 * configure.ac: Add common to sub dir.
9548 * configure: Regenerate.
9549
b708a5c7
JK
95502011-02-11 Yao Qi <yao@codesourcery.com>
9551
9552 Build libcommon.a.
9553
9554 * common/Makefile.in: New.
9555 * common/configure.ac: New.
9556 * common/aclocal.m4: New.
9557 * common/configure: Generate.
9558
2287cc7e
PA
95592011-02-10 Pedro Alves <pedro@codesourcery.com>
9560
9561 * vec.h (VEC_block_remove): Place VEC_ASSERT_INFO on the right
9562 side of the parenthesis.
9563
9564 Merge from GCC:
9565 2010-07-13 Jakub Jelinek <jakub@redhat.com>
fc013618 9566 * vec.h (VEC_block_remove): Fix comment.
2287cc7e 9567
fd62cb89
MS
95682011-02-08 Michael Snyder <msnyder@vmware.com>
9569
9570 * linux-nat.c (linux_nat_filter_event): Fix typo in comment.
9571
56d2815c
JK
95722011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 * i386-tdep.c (i386_process_record): Rename l suffixes to d suffixes
9575 in comments for pcmpgtd, pcmpeqd, psubd, paddd, pcmpgtd, pcmpeqd,
9576 psubd and paddd.
9577
4f7d61a8
JK
95782011-02-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9579
9580 PR 12361.
9581 * i386-tdep.c (i386_process_record) <0x660f3807>: Fix the comment to
9582 phsubsw.
9583 (i386_process_record) <lddqu>: Fix the opcode to 0xf20ff0.
9584 (i386_process_record) <0x0f3807>: Fix the comment to phsubsw.
9585
54fcddd0
UW
95862011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9587
9588 * dwarf2read.c (read_subroutine_type): Set special calling
9589 convention flag for functions compiled by IBM XL C for OpenCL.
9590 * ppc-sysv-tdep.c: Include "dwarf2.h"
9591 (ppc_sysv_abi_push_dummy_call): Implement IBM OpenCL vector types
9592 calling convention.
9593 (do_ppc_sysv_return_value): Add FUNC_TYPE argument. Implement
9594 IBM OpenCL vector types calling convention.
9595 (ppc_sysv_abi_return_value): Pass through FUNC_TYPE.
9596 (ppc_sysv_abi_broken_return_value): Likewise.
9597 (ppc64_sysv_abi_push_dummy_call): Implement IBM OpenCL vector
9598 types calling convention.
9599 (ppc64_sysv_abi_return_value): Likewise.
9600 * spu-tdep.c: Include "dwarf2.h"
9601 (spu_return_value): Implement IBM OpenCL vector types calling
9602 convention.
9603
d6dafb7c
UW
96042011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9605
9606 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Implement
9607 correct ABI for AltiVec vector arguments.
9608
32b72a42
PA
96092011-02-07 Pedro Alves <pedro@codesourcery.com>
9610
9611 * valprint.c (val_print): Extend comment.
9612 * ada-valprint.c (ada_valprint): Rewrite comment deferring
9613 interface explanation to val_print.
9614 (ada_val_print_array): Adjust comment to current interface.
9615 (print_field_values): Adjust comment to current interface.
9616 * c-valprint.c (c_val_print): Rewrite comment deferring interface
9617 explanation to val_print.
9618 * f-valprint.c (f_val_print): Ditto.
9619 * jv-valprint.c (java_val_print): Ditto.
9620 * m2-valprint.c (m2_val_print): Ditto.
9621 * p-valprint.c (pascal_val_print): Ditto.
9622
9998af43
TJB
96232011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9624
9625 * breakpoint.c (parse_breakpoint_sals): Fix description.
9626
505500db 96272011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9998af43 9628 Oguz Kayral <oguzkayral@gmail.com>
505500db
SW
9629
9630 * python/py-inferior.c (python_on_normal_stop): New function.
9631 (python_on_resume): New function.
9632 (python_inferior_exit): New function.
9633 (gdbpy_initialize_inferior): Add normal_stop, target_resumed, and
9634 inferior_exit observers.
9635 * python/py-evtregistry.c: New file.
9636 * python/py-threadevent.c : New file.
9637 * python/py-event.c: New file.
9638 * python/py-evts.c: New file.
9639 * python/py-continueevent.c: New file.
9640 * python/py-bpevent.c: New file.
9641 * python/py-signalevent.c: New file.
9642 * python/py-exetiedevent.c: New file.
9643 * python/py-breakpoint.c (gdbpy_breakpoint_from_bpstats): New function.
9644 Move struct breakpoint_object from here...
9645 * python/python-internal.h: ... to here.
9646 * python/py-event.h: New file.
9647 * python/py-events.h: New file.
9648 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpointstopevent.o,
9649 py-continueevent.o, py-event.o, py-eventregistry.o, py-events.o,
9650 py-exitedevent.o, py-signalstopevent.o, and py-stopevent.o.
9651 (SUBDIR_PYTHON_SRCS): Add py-breakpointstopevent.c,
9652 py-continueevent.c, py-event.c, py-eventregistry.c, py-events.c,
9653 py-exitedevent.c, py-signalstopevent.c, and py-stopevent.c.
9654 Add build rules for all the above.
9655
9e0ac564
TT
96562011-02-04 Tom Tromey <tromey@redhat.com>
9657
9658 * dwarf2read.c (dwarf2_section_empty_p): New function.
9659 (dwarf2_read_section): Use dwarf2_section_empty_p.
9660 (dwarf2_section_size): New function.
9661 (dwarf2_get_section_info): Unconditionally read section.
9662 (dwarf2_read_index): Use dwarf2_section_empty_p.
9663 (partial_read_comp_unit_head): Use dwarf2_section_size.
9664 (dwarf2_symbol_mark_computed): Likewise.
9665
eee5b35e
DD
96662011-02-04 David Daney <ddaney@caviumnetworks.com>
9667
9668 * NEWS: Add item for "catch syscall" on mips*-linux* targets.
9669
385203ed
DD
96702011-02-04 David Daney <ddaney@caviumnetworks.com>
9671
9672 * mips-linux-tdep.c: Include xml-syscall.h.
9673 (mips_linux_get_syscall_number): New function.
9674 (mips_linux_init_abi): Add calls to
9675 mips_linux_get_syscall_number() and set_xml_syscall_file_name().
9676 * data-directory/Makefile.in (SYSCALLS_FILES): Add
9677 mips-o32-linux.xml, mips-n32-linux.xml and mips-n64-linux.xml
9678 * syscalls/mips-n32-linux.xml: New file.
9679 * syscalls/mips-n64-linux.xml: New file.
9680 * syscalls/mips-o32-linux.xml: New file.
9681
9277c30c
UW
96822011-02-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9683
9684 * dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
9685 Complain about inverted range entries.
9686 (dwarf2_record_block_ranges): Likewise.
9687
a3be7890
TJB
96882011-02-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
9689
9690 Fix some typos.
9691 * breakpoint.c (update_watchpoint): Fix name of the
9692 update_global_location_list function.
9693 (print_one_breakpoint): Fix typo.
9694 (_initialize_breakpoint): Remove extra space in hbreak help
9695 string.
9696 * breakpoint.h (struct bp_location) <length>: Fix field
9697 description.
9698
041274d8
PA
96992011-02-04 Pedro Alves <pedro@codesourcery.com>
9700
9701 * regcache.c (registers_changed_ptid): Don't explictly always
9702 clear `current_regcache'. Only clear current_thread_ptid and
9703 current_thread_arch when PTID matches. Only reinit the frame
9704 cache if PTID matches the current inferior_ptid. Move alloca(0)
9705 call to ...
9706 (registers_changed): ... here.
9707
c1c2ab58
UW
97082011-02-03 Ulrich Weigand <ulrich.weigand@linaro.org>
9709
9710 * arm-tdep.c (arm_skip_stack_protector): Accept any symbol that
9711 starts with __stack_chk_guard as stack guard symbol.
9712
9011945e
AB
97132011-02-03 Andrew Burgess <aburgess@broadcom.com>
9714
9715 * disasm.c (compare_lines): Handle the end of sequence markers
9716 within the line table to better support disassembling over
9717 compilation unit boundaries.
9718
e0634ccf
UW
97192011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9720
9721 * arm-tdep.c (skip_prologue_function): Add GDBARCH and IS_THUMB
9722 arguments. Skip in-prologue calls to glibc __aeabi_read_tp
9723 implementation even if no symbols are available.
9724 (thumb_analyze_prologue): Update call to skip_prologue_function.
9725 (arm_analyze_prologue): Likewise.
9726
0e9e9abd
UW
97272011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9728
9729 * arm-tdep.c: Include "observer.h".
9730 (arm_prologue_this_id): Use frame PC if get_frame_func returns 0.
9731 (arm_exidx_data_key): New static variable.
9732 (struct arm_exidx_entry, arm_exidx_entry_s): New data types.
9733 (struct arm_exidx_data): Likewise.
9734 (arm_exidx_data_free): New function.
9735 (arm_compare_exidx_entries): Likewise.
9736 (arm_obj_section_from_vma): Likewise.
9737 (arm_exidx_new_objfile): Likewise.
9738 (arm_find_exidx_entry): Likewise.
9739 (arm_exidx_fill_cache): Likewise.
9740 (arm_exidx_unwind_sniffer): Likewise.
9741 (arm_exidx_unwind): New global variable.
9742 (arm_gdbarch_init): Append unwinder arm_exidx_unwind.
9743 (_initialize_arm_tdep): Attach arm_exidx_new_objfile to new_objfile
9744 observer. Register arm_exidx_data_key as objfile data.
9745
2e9e421f
UW
97462011-02-02 Ulrich Weigand <ulrich.weigand@linaro.org>
9747
9748 * arm-tdep.c (arm_analyze_load_stack_chk_guard): Avoid build break
9749 due to accessing uninitialized variable. Fix indentation.
9750
580688f3
PA
97512011-02-02 Pedro Alves <pedro@codesourcery.com>
9752
9753 * c-valprint.c (c_value_print): When doing virtual base pointer
9754 adjustment, create a new value with adjusted contents rather than
9755 changing the contents of the value being printed (and getting it
9756 wrong).
9757
3d2c1d41
PA
97582011-02-02 Pedro Alves <pedro@codesourcery.com>
9759
9760 * xml-support.c (xml_find_attribute): New.
9761 (xinclude_start_include): Use it.
9762 * xml-support.h (xml_find_attribute): Declare.
9763 * memory-map.c (memory_map_start_memory)
9764 (memory_map_start_property): Use xml_find_attribute.
9765 * osdata.c (osdata_start_osdata, osdata_start_column): Use
9766 xml_find_attribute.
9767 * remote.c (start_thread): Use xml_find_attribute.
9768 * solib-target.c (library_list_start_segment)
9769 (library_list_start_section, library_list_start_library)
9770 (library_list_start_list): Use xml_find_attribute.
9771 * xml-tdesc.c (tdesc_start_target, tdesc_start_feature)
9772 (tdesc_start_union, tdesc_start_struct, tdesc_start_flags)
9773 (tdesc_start_field): Use xml_find_attribute.
9774
0af3e2db
UW
97752011-02-02 Ulrich Weigand <uweigand@de.ibm.com>
9776
9777 * opencl-lang.c (STRINGIFY): Rename to OCL_STRING.
9778 (BUILD_OCL_VTYPES): Update.
9779
c1039e3c
JB
97802011-02-02 Joel Brobecker <brobecker@adacore.com>
9781
9782 * configure.ac: Work around non-GNU sed limitation when computing
9783 python version number.
9784 * configure: Regenerate.
9785
600ea1be
JK
97862011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9787
9788 Fix debug printing of TYPE_INSTANCE.
9789 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: New.
9790 (dump_subexp_body_standard) <TYPE_INSTANCE>: New.
9791
56c12414
JK
97922011-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9793
9794 Fix debug printing of BINOP_IN, OP_OBJC_MSGCALL,
9795 OP_F77_UNDETERMINED_ARGLIST, OP_COMPLEX, OP_OBJC_SELECTOR, OP_NAME,
9796 OP_OBJC_NSSTRING, OP_F90_RANGE and OP_DECFLOAT.
9797 * ada-operator.inc: Rename the file to ...
9798 * ada-operator.def: ... here, wrap all the entries by macro OP.
9799 * expprint.c (op_name_standard): Remove all the entries. Include
9800 "std-operator.def" instead.
9801 * expression.h (enum exp_opcode): Include "std-operator.def" and
9802 "ada-operator.def". Move all the entries ...
9803 * std-operator.def: ... here, wrap all the entries by macro OP.
9804
c52b559d
PP
98052011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9806
9807 * breakpoint.h (remove_jit_event_breakpoints): New prototype.
9808 * breakpoint.c (remove_jit_event_breakpoints): New function.
9809 * jit.c (jit_descriptor_addr): Delete.
9810 (registering_code): Delete.
9811 (clear_int): Delete.
9812 (jit_inferior_data): New variable.
9813 (struct jit_inferior_data): New type.
9814 (get_jit_inferior_data): New function.
9815 (jit_inferior_data_cleanup): New function.
9816 (jit_read_descriptor): Adjust.
9817 (jit_register_code): Adjust.
9818 (jit_breakpoint_re_set_internal): New function; move code here ...
9819 (jit_inferior_init): ... from here.
9820 (jit_breakpoint_re_set): Adjust.
9821 (jit_reset_inferior_data_and_breakpoints): New function.
9822 (jit_inferior_created_observer): Adjust.
9823 (jit_inferior_exit_hook): Adjust.
9824 (jit_executable_changed_observer): New function.
9825 (jit_event_handler): Adjust.
9826 (_initialize_jit): Adjust.
9827
e839132d
MS
98282011-01-31 Michael Snyder <msnyder@vmware.com>
9829
9830 * m32r-tdep.c (m32r_gdbarch_init): Replace accidentally deleted
9831 line.
9832
47a80e90
TT
98332011-01-31 Tom Tromey <tromey@redhat.com>
9834
9835 PR python/12216:
9836 * python/python.c (execute_gdb_command): Call
9837 prevent_dont_repeat.
9838 * top.c (suppress_dont_repeat): New global.
9839 (dont_repeat): Use it.
9840 (prevent_dont_repeat): New function.
9841 * command.h (prevent_dont_repeat): Declare.
9842
45a43567
TT
98432011-01-31 Tom Tromey <tromey@redhat.com>
9844
9845 * infcmd.c (finish_backward): Use breakpoint_set_silent.
9846 * python/py-breakpoint.c (bppy_set_silent): Use
9847 breakpoint_set_silent.
9848 (bppy_set_thread): Use breakpoint_set_thread.
9849 (bppy_set_task): Use breakpoint_set_task.
9850 * breakpoint.h (breakpoint_set_silent, breakpoint_set_thread)
9851 (breakpoint_set_task): Declare.
9852 (make_breakpoint_silent): Remove.
9853 * breakpoint.c (breakpoint_set_silent): New function.
9854 (breakpoint_set_thread): Likewise.
9855 (breakpoint_set_task): Likewise.
9856 (make_breakpoint_silent): Remove.
9857
09d682a4
TT
98582011-01-31 Tom Tromey <tromey@redhat.com>
9859
9860 * breakpoint.h (user_breakpoint_p): Declare.
9861 * breakpoint.c (user_breakpoint_p): New function.
9862 (breakpoint_1): Use it.
9863 (save_breakpoints): Likewise.
9864
9c4ea6c5
JB
98652011-01-31 Joel Brobecker <brobecker@adacore.com>
9866
9867 * configure.ac: Add handling of Python distribution on Windows.
9868 * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
9869 sysconfig variables are not defined, then do not use them.
9870 On Windows, if LIBPL is not defined, then use prefix + '/libs'
9871 instead. On Windows, return all paths using forward-slashes
9872 rather than backslashes.
9873
ac534cba
JB
98742011-01-31 Joel Brobecker <brobecker@adacore.com>
9875
9876 * configure.ac: Remove fallback behavior for building
9877 against Python. Remove tweaking of Python include path.
9878 Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.
9879 (AC_TRY_LIBPYTHON): Adjust program used in linking test.
9880 If link is successful, set PYTHON_CPPFLAGS and PYTHON_LIBS.
9881 Always restore CPPFLAGS and LIBS after linking test.
9882 * configure: Regenerated.
9883 * Makefile.in (INTERNAL_CPPFLAGS): Add @PYTHON_CPPFLAGS@.
9884 (INSTALLED_LIBS, CLIBS): Add @PYTHON_LIBS@.
9885 * python/python-internal.h: Adjust includes of Python .h files.
9886
c2f0d045
JB
98872011-01-31 Joel Brobecker <brobecker@adacore.com>
9888
9889 * tracepoint.c (traceframe_walk_blocks): Add missing i18n markup
9890 in error message.
9891
6b0c4c1f
JB
98922011-01-31 Joel Brobecker <brobecker@adacore.com>
9893
9894 * inflow.c (gdb_has_a_terminal): Fix typo in interactive_mode
9895 value test.
9896
672c9795
YQ
98972011-01-31 Yao Qi <yao@codesourcery.com>
9898
9899 * arm-linux-nat.c: Update calls to regcache_register_status
9900 instead of regcache_valid_p.
9901 * aix-thread.c: Likewise.
9902 * i386gnu-nat.c: Likewise.
9903
80b23b6a
JK
99042011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9905
9906 Fix crash.
9907 * valops.c (compare_parameters): Verify TYPE_NFIELDS before
9908 touching TYPE_FIELD_ARTIFICIAL.
9909
4cd712bd
RE
99102011-01-28 Richard Earnshaw <rearnsha@arm.com>
9911
9912 * MAINTAINERS: Move myself from Responsible Maintainers to Authorized
9913 Committers.
9914
ffd5ec24
PA
99152011-01-28 Pedro Alves <pedro@codesourcery.com>
9916
9917 * tracepoint.c (tfile_xfer_partial): If there's no traceframe
9918 selected, don't try iterating over the traceframe's blocks.
9919 (tfile_has_stack): If there's no traceframe selected, then there's
9920 no stack.
9921 (tfile_has_registers): If there's no traceframe selected, then
9922 there's no registers.
9923
e8c9e0a1
PA
99242011-01-28 Pedro Alves <pedro@codesourcery.com>
9925
9926 * target.c (memory_xfer_partial): No need to restore shadows if we
9927 haven't read anything.
9928
de15c4ab
PA
99292011-01-28 Pedro Alves <pedro@codesourcery.com>
9930
9931 * mips-tdep.c (mips_print_register): Use get_frame_register_value
9932 and val_print_scalar_formatted.
9933
9f41c731
PA
99342011-01-27 Pedro Alves <pedro@codesourcery.com>
9935
9936 * tracepoint.c (tfile_read): New.
9937 (tfile_open): Use it.
9938 (tfile_get_traceframe_address): Use it.
9939 (tfile_trace_find): Use it.
9940 (walk_blocks_callback_func): New typedef.
9941 (match_blocktype): New function.
9942 (traceframe_walk_blocks): New function.
9943 (traceframe_find_block_type): New function.
9944 (tfile_fetch_registers, tfile_xfer_partial)
9945 (tfile_get_trace_state_variable_value): Use
9946 traceframe_find_block_type and tfile_read.
9947
cdefc55d
KB
99482011-01-26 Kevin Buettner <kevinb@redhat.com>
9949
9950 * remote-mips.c: Add internationalization mark ups. Remove
9951 trailing \n from already marked up strings.
9952
a81766d8
TT
99532011-01-26 Tom Tromey <tromey@redhat.com>
9954
9955 * python/py-prettyprint.c (print_string_repr): Clear
9956 'addressprint' option when calling val_print_string.
9957 (print_children): Handle Val_pretty_default. Clear 'addressprint'
9958 option when calling val_print_string.
9959
74aedc46
TT
99602011-01-26 Tom Tromey <tromey@redhat.com>
9961
9962 * python/python.c (gdbpy_solib_name): Use gdb_py_longest and
9963 GDB_PY_LL_ARG.
9964 * python/python-internal.h (GDB_PY_LL_ARG, GDB_PY_LLU_ARG): New
9965 macros.
9966 (gdb_py_longest, gdb_py_ulongest): New typedefs.
9967 (gdb_py_long_from_longest, gdb_py_long_from_ulongest)
9968 (gdb_py_long_as_ulongest): New defines.
9969 (gdb_py_object_from_longest, gdb_py_object_from_ulongest)
9970 (gdb_py_int_as_long): Declare.
9971 * python/py-value.c (valpy_lazy_string): Use gdb_py_longest,
9972 GDB_PY_LL_ARG, gdb_py_object_from_longest.
9973 (valpy_long): Add comment.
9974 * python/py-utils.c (get_addr_from_python): Use
9975 gdb_py_long_as_ulongest. Handle overflow properly.
9976 (gdb_py_object_from_longest): New function.
9977 (gdb_py_object_from_ulongest): Likewise.
9978 (gdb_py_int_as_long): Likewise.
9979 * python/py-type.c (typy_array): Use gdb_py_int_as_long.
9980 * python/py-symtab.c (salpy_get_pc): Use
9981 gdb_py_long_from_ulongest.
9982 (salpy_get_line): Use PyInt_FromLong.
9983 * python/py-param.c (set_parameter_value): Use
9984 gdb_py_int_as_long.
9985 * python/py-lazy-string.c (stpy_get_address): Use
9986 gdb_py_long_from_ulongest.
9987 * python/py-frame.c (frapy_pc): Use gdb_py_long_from_ulongest.
9988 * python/py-cmd.c (cmdpy_completer): Use gdb_py_int_as_long.
9989 * python/py-breakpoint.c (bppy_set_thread): Use
9990 gdb_py_int_as_long.
9991 (bppy_set_task): Likewise.
9992 (bppy_set_ignore_count): Likewise.
9993 (bppy_set_hit_count): Likewise.
9994 * python/py-block.c (blpy_get_start): Use
9995 gdb_py_object_from_ulongest.
9996 (blpy_get_end): Likewise.
9997 (gdbpy_block_for_pc): Use gdb_py_ulongest and GDB_PY_LLU_ARG.
9998
e4f6d2ec
TJB
99992011-01-25 Mathieu Lacage <mathieu.lacage@inria.fr>
10000
10001 PR/symtab 11766:
10002 * gdb/objfiles.h (struct objfile) <addr_low>: New field.
10003 * gdb/solib.c (solib_read_symbols): Check for addr_low in
10004 equality test for objfile, initialize addr_low if needed.
10005
b30aa278
PA
100062011-01-25 Pedro Alves <pedro@codesourcery.com>
10007
10008 * tui/tui-regs.c (tui_register_format): Remove dead code.
10009
ab2188aa
PA
100102011-01-25 Pedro Alves <pedro@codesourcery.com>
10011
10012 * printcmd.c (print_formatted): Use val_print_scalar_formatted
10013 instead of print_scalar_formatted.
10014 (print_scalar_formatted): Don't handle 's' format strings here,
10015 and add an assertion that we never see such format here.
10016 * valprint.h (val_print_scalar_formatted): Declare.
10017 * valprint.c (val_print_scalar_formatted): New.
10018 * c-valprint.c (c_val_print): Use val_print_scalar_formatted
10019 instead of print_scalar_formatted.
10020 * jv-valprint.c (java_val_print): Ditto.
10021 * p-valprint.c (pascal_val_print): Ditto.
10022 * ada-valprint.c (ada_val_print_1): Ditto.
10023 * f-valprint.c (f_val_print): Ditto.
10024 * infcmd.c (registers_info): Ditto.
10025 * m2-valprint.c (m2_val_print): Ditto.
10026
66d61a4c
PA
100272011-01-25 Pedro Alves <pedro@codesourcery.com>
10028
10029 * m2-valprint.c (print_unbounded_array): Pass
10030 value_contents_for_printing rather than value_contents, to
10031 m2_print_array_contents. Also pass in the value.
10032
831adc1f
JK
100332011-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * dwarf2read.c (dwarf2_read_index, write_psymtabs_to_index)
10036 (save_gdb_index_command): Switch to .gdb_index version 4.
10037
20622269
PA
100382011-01-25 Pedro Alves <pedro@codesourcery.com>
10039
10040 * mi/mi-main.c (get_register): Use get_frame_register_value rather
10041 than frame_register, and always pass a valid value to val_print.
10042
585fdaa1
PA
100432011-01-25 Pedro Alves <pedro@codesourcery.com>
10044
10045 Centralize printing "<optimized out>".
10046
10047 * valprint.h (val_print_optimized_out): Declare.
10048 * cp-valprint.c (cp_print_value_fields): Use
10049 val_print_optimized_out.
10050 * jv-valprint.c (java_print_value_fields): Ditto.
10051 * p-valprint.c (pascal_object_print_value_fields): Ditto.
10052 * printcmd.c (print_formatted): Ditto.
10053 * valprint.c (valprint_check_validity): Ditto.
10054 (value_check_printable): Ditto.
10055 (val_print_optimized_out): New.
10056
29ec5263
PA
100572011-01-25 Pedro Alves <pedro@codesourcery.com>
10058
10059 * infcmd.c (default_print_registers_info): Allocate values so to
10060 never pass a NULL value to val_print.
10061
de4127a3
PA
100622011-01-25 Pedro Alves <pedro@codesourcery.com>
10063
10064 * cp-valprint.c (cp_print_value): Treat the 'skip' local as
10065 boolean. Make sure to always pass a value that matches the
10066 contents buffer to callees. Preserve `address' for following
10067 iterations.
10068 * value.c (value_contents_for_printing_const): New.
10069 (value_address): Constify value argument.
10070 * value.h (value_contents_for_printing_const): Declare.
10071 (value_address): Constify value argument.
10072
ee99023e
PA
100732011-01-25 Pedro Alves <pedro@codesourcery.com>
10074
10075 * regcache.c (struct regcache_descr): Rename
10076 sizeof_raw_register_valid_p field to sizeof_raw_register_status,
10077 and sizeof_cooked_register_valid_p to
10078 sizeof_cooked_register_status.
10079 (init_regcache_descr): Adjust.
10080 (struct regcache): Rename register_valid_p field to
10081 register_status.
10082 (regcache_xmalloc_1, regcache_xfree, regcache_save)
10083 (do_cooked_read): Adjust.
10084 (regcache_valid_p): Rename to ...
10085 (regcache_register_status): ... this. Adjust.
10086 (regcache_invalidate): Adjust.
10087 (regcache_raw_read, regcache_cooked_read, regcache_raw_write):
10088 Adjust.
10089 (regcache_raw_supply): Adjust. If buf i NULL, mark the register
10090 as unavailable, not valid.
10091 (regcache_dump): Adjust.
10092 * regcache.h (enum register_status): New.
10093 (regcache_register_status): Declare.
10094 (regcache_invalidate): Delete declaration.
10095 * corelow.c (get_core_registers): Adjust.
10096 * tracepoint.c (tfile_fetch_registers): Adjust.
10097 * trad-frame.c (REG_VALUE): Rename to ...
10098 (TF_REG_VALUE): ... this.
10099 (REG_UNKNOWN): Rename to ...
10100 (TF_REG_UNKNOWN): ... this.
10101 (trad_frame_set_value, trad_frame_set_unknown): Adjust.
10102 * mi/mi-main.c (register_changed_p): Adjust.
10103
99e42fd8
PA
101042011-01-25 Pedro Alves <pedro@codesourcery.com>
10105
10106 * regcache.c (struct regcache_descr): Remove outdated comment.
10107 (init_regcache_descr): Remove sizeof_raw_register_valid_p
10108 overallocate hack.
10109 (regcache_xmalloc): Rename to ...
10110 (regcache_xmalloc_1): ... this. Add `readonly_p' parameter.
10111 Allocate the regcache type accordingly.
10112 (regcache_xmalloc): New as wrapper around regcache_xmalloc_1.
10113 (regcache_xfree): Asser the source is also readonly. Copy sizeof
10114 cooked registers, not raw.
10115 (regcache_dup_no_passthrough): Delete.
10116 (get_thread_arch_regcache): Use regcache_xmalloc_1.
10117 * h8300-tdep.c (h8300_push_dummy_call): Tweak comment to not
10118 mention obsolete write_register_bytes.
10119 * regcache.h (regcache_dup_no_passthrough): Delete declaration.
10120
f7605bc2
PA
101212011-01-25 Pedro Alves <pedro@codesourcery.com>
10122
10123 Stop remote_read_bytes from handling partial reads itself.
10124
10125 * remote-fileio.c: Include target.h.
10126 (remote_fileio_write_bytes): Delete.
10127 (remote_fileio_func_open, remote_fileio_func_write)
10128 (remote_fileio_func_rename, remote_fileio_func_unlink): Use
10129 target_read_memory.
10130 (remote_fileio_func_stat): Use target_read_memory and
10131 target_write_memory.
10132 (remote_fileio_func_gettimeofday): Use target_write_memory.
10133 (remote_fileio_func_system): Use target_read_memory.
10134 * remote.c (remote_write_bytes): Make it static.
10135 (remote_read_bytes): Don't handle partial reads here.
10136 * remote.h (remote_read_bytes): Delete declaration.
10137
efc0eabd
PA
101382011-01-25 Pedro Alves <pedro@codesourcery.com>
10139
10140 Simplify XML parsing a bit.
10141
10142 * xml-support.h (gdb_xml_parse_quick): Declare.
10143 * xml-support.c (gdb_xml_create_parser_and_cleanup_1): Renamed
10144 from gdb_xml_create_parser_and_cleanup, and added `old_chain'
10145 parameter.
10146 (gdb_xml_create_parser_and_cleanup): Reimplement on top of
10147 gdb_xml_create_parser_and_cleanup_1.
10148 (gdb_xml_parse_quick): New.
10149 * memory-map.c (parse_memory_map): Use gdb_xml_parse_quick.
10150 * osdata.c (osdata_parse): Ditto.
10151 * remote.c (remote_threads_info): Ditto.
10152 * solib-target.c (solib_target_parse_libraries): Ditto.
10153 * xml-syscall.c (syscall_parse_xml): Ditto.
10154 * xml-tdesc.c (tdesc_parse_xml): Ditto.
10155
314d366a
KB
101562011-01-24 Kevin Buettner <kevinb@redhat.com>
10157
10158 * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but
10159 with remote-mips.o added to gdb_target_obs.
10160 * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o.
10161
a491d753
PA
101622011-01-24 Pedro Alves <pedro@codesourcery.com>
10163
10164 * ada-valprint.c (val_print_packed_array_elements): Pass the
10165 correct struct value to val_print.
10166 (ada_val_print_1): Ditto.
10167
490f124f
PA
101682011-01-24 Pedro Alves <pedro@codesourcery.com>
10169
10170 Don't lose embedded_offset in printing routines throughout.
10171
10172 * valprint.h (val_print_array_elements): Change prototype.
10173 * valprint.c (val_print_array_elements): Add `embedded_offset'
10174 parameter, and adjust to pass it down to val_print, while passing
10175 `valaddr' or `address' unmodified. Take embedded_offset into
10176 account when checking repetitions.
10177 * c-valprint.c (c_val_print): Pass embedded_offset to
10178 val_print_array_elements instead of adjusting `valaddr' and
10179 `address'.
10180 * m2-valprint.c (m2_print_array_contents, m2_val_print): Pass
10181 embedded_offset to val_print_array_elements instead of adjusting
10182 `valaddr'.
10183 * p-lang.h (pascal_object_print_value_fields): Adjust prototype.
10184 * p-valprint.c (pascal_val_print): Pass embedded_offset to
10185 val_print_array_elements and pascal_object_print_value_fields
10186 instead of adjusting `valaddr'.
10187 (pascal_object_print_value_fields): Add `offset' parameter, and
10188 adjust to use it.
10189 (pascal_object_print_value): Add `offset' parameter, and adjust to
10190 use it.
10191 (pascal_object_print_static_field): Use
10192 value_contents_for_printing/value_embedded_offset, rather than
10193 value_contents.
10194 * ada-valprint.c (val_print_packed_array_elements): Add `offset'
10195 parameter, and adjust to use it. Use
10196 value_contents_for_printing/value_embedded_offset, rather than
10197 value_contents.
10198 (ada_val_print): Rename `valaddr0' parameter to `valaddr'.
10199 (ada_val_print_array): Add `offset' parameter, and adjust to use
10200 it.
10201 (ada_val_print_1): Rename `valaddr0' parameter to `valaddr', and
10202 `embedded_offset' to `offset'. Don't re-adjust `valaddr'.
10203 Instead work with offsets. Use
10204 value_contents_for_printing/value_embedded_offset, rather than
10205 value_contents. Change `defer_val_int' local type to CORE_ADDR,
10206 and use value_from_pointer to extract a target pointer, rather
10207 than value_from_longest.
10208 (print_variant_part): Add `offset' parameter. Replace
10209 `outer_valaddr' parameter by a new `outer_offset' parameter.
10210 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10211 (ada_value_print): Use
10212 value_contents_for_printing/value_embedded_offset, rather than
10213 value_contents.
10214 (print_record): Add `offset' parameter, and adjust to pass it
10215 down.
10216 (print_field_values): Add `offset' parameter. Replace
10217 `outer_valaddr' parameter by a new `outer_offset' parameter.
10218 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10219 Use value_contents_for_printing/value_embedded_offset, rather than
10220 value_contents.
10221 * d-valprint.c (dynamic_array_type): Use
10222 value_contents_for_printing/value_embedded_offset, rather than
10223 value_contents.
10224 * jv-valprint.c (java_print_value_fields): Add `offset' parameter.
10225 Don't re-adjust `valaddr'. Instead pass down adjusted offsets.
10226 (java_print_value_fields): Take `offset' into account. Don't
10227 re-adjust `valaddr'. Instead pass down adjusted offsets.
10228 (java_val_print): Take `embedded_offset' into account. Pass it to
10229 java_print_value_fields.
10230 * f-valprint.c (f77_print_array_1): Add `embedded_offset'
10231 parameter. Don't re-adjust `valaddr' or `address'. Instead pass
10232 down adjusted offsets.
10233 (f77_print_array): Add `embedded_offset' parameter. Pass it down.
10234 (f_val_print): Take `embedded_offset' into account.
10235
7bfc9434
JB
102362011-01-21 Joel Brobecker <brobecker@adacore.com>
10237
10238 * inflow.c: Include "gdbcmd.h".
10239 (interactive_mode): New static global, moved here from top.c.
10240 (show_interactive_mode): New function, moved here from top.c.
10241 use gdb_has_a_terminal instead of input_from_terminal_p to
10242 determine the current mode.
10243 (gdb_has_a_terminal): Add handling of the "iteractive-mode"
10244 setting.
10245 (_initialize_inflow): Add the "set/show interactive-mode"
10246 commands. Moved here from top.c, after having adjusted slightly
10247 the help text.
10248 * top.c (interactive_mode, show_interactive_mode): Delete, moved
10249 to inflow.c.
10250 (input_from_terminal_p): Remove handling of "interactive-mode"
10251 setting, moved to infow.c.
10252 (init_main): Remove creation of the "set/show interactive-mode"
10253 commands, moved to inflow.c.
10254
44603653
JB
102552011-01-19 Joel Brobecker <brobecker@adacore.com>
10256
10257 * NEWS: Add entry for native ia64-hpux support.
10258
4694da01
TT
102592011-01-19 Tom Tromey <tromey@redhat.com>
10260
10261 PR mi/8618:
10262 * thread.c (free_thread): Free 'name'.
10263 (print_thread_info): Emit thread name. Change CLI output.
10264 (thread_name_command): New function.
10265 (do_captured_thread_select): Emit newline.
10266 (_initialize_thread): Register 'thread name' command.
10267 * target.h (struct target_ops) <to_thread_name>: New field.
10268 (target_thread_name): New macro.
10269 * target.c (update_current_target): Handle to_thread_name.
10270 * python/py-infthread.c (thpy_get_name): New function.
10271 (thpy_set_name): Likewise.
10272 (thread_object_getset): Add "name".
10273 * linux-nat.c (linux_nat_thread_name): New function.
10274 (linux_nat_add_target): Set to_thread_name.
10275 * gdbthread.h (struct thread_info) <name>: New field.
10276
10d44370
JB
102772011-01-18 Joel Brobecker <brobecker@adacore.com>
10278
10279 * ada-valprint.c (ada_print_scalar): Remove unsigned char downcast.
10280 (ada_val_print_1): Likewise.
10281
e3acb115
JB
102822011-01-18 Joel Brobecker <brobecker@adacore.com>
10283
10284 * rs6000-tdep.c (rs6000_skip_prologue): Make sure that the prologue
10285 upper limit address is not greater than the function end address
10286 when the upper limit could not be computed using the debugging
10287 info.
10288
dc92e161
TT
102892011-01-17 Tom Tromey <tromey@redhat.com>
10290
10291 * cli/cli-cmds.c (apropos_command): Free the compiled regex. Use
10292 get_regcomp_error.
10293 * utils.c: Include gdb_regex.h.
10294 (do_regfree_cleanup): New function.
10295 (make_regfree_cleanup): Likewise.
10296 (get_regcomp_error): Likewise.
10297 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Declare.
10298
f55af66d
TT
102992011-01-17 Tom Tromey <tromey@redhat.com>
10300
10301 * cli/cli-cmds.c (apropos_command): Fix formatting. Don't call
10302 re_compile_fastmap.
10303
a5a44b53
PM
103042011-01-17 Pierre Muller <muller@ics.u-strasbg.fr>
10305
10306 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPE
10307 for internal variables.
10308 (last_was_structop): New static variable.
10309 (COMPLETE): New token.
10310 (field_exp): New rule to group all '.' suffix handling.
10311 Add mark_struct_expression calls when approriate to be able
10312 to correctly find fields for completion.
10313 (yylex): Adapt to handle field completion and set INTVAR when
10314 required.
10315
2c291032
YQ
103162011-01-14 Yao Qi <yao@codesourcery.com>
10317
10318 * arm-tdep.c (arm_register_reggroup_p): FPS register is in
10319 save_reggroup, restore_reggroup and all_reggroup.
10320
447b483c
JB
103212011-01-14 Joel Brobecker <brobecker@adacore.com>
10322
10323 * ada-valprint. (ada_printchar): Use the correct type length
10324 in call to ada_emit_char.
10325 * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.
10326
7b64a93b
PM
103272011-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
10328
10329 * solib-som.h (hpux_major_release): Declare variable here.
10330 * solib-som.c: Remove <sys/utsname.h> header.
10331 (DEFAULT_HPUX_MAJOR_RELEASE): New macro.
10332 (hpux_major_release): Make global, change default value to
10333 DEFAULT_HPUX_MAJOR_RELEASE.
f2eb0bc8 10334 (get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
7b64a93b
PM
10335 * hppa-hpux-nat.c: Add <sys/utsname.h> include.
10336 Add "solib-som.h" header.
10337 (set_hpux_major_release): New function.
10338 (_initialize_hppa_hpux_nat): Call set_hpux_major_release.
10339
4e18c053
MF
103402011-01-14 Mike Frysinger <vapier@gentoo.org>
10341
10342 * configure.tgt (*-*-uclinux*): Match more Linux os targets
10343
a9df6b22
JB
103442011-01-14 Joel Brobecker <brobecker@adacore.com>
10345
10346 * ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
10347 new-line at end of warning message.
10348 (ia64_hpux_store_register): Remove trailing new-line at end of
10349 error message.
10350 * ia64-hpux-tdep.c: Rephrase comment.
10351 * solib-ia64-hpux.c (struct dld_info): Change type of field
10352 dld_flags from "long long" to ULONGEST.
10353
ecb956dd
PA
103542011-01-14 Pedro Alves <pedro@codesourcery.com>
10355
10356 * target.h (deprecated_child_ops): Delete declaration.
10357 * target.c (deprecated_child_ops): Delete definition.
10358
76adfcae
PA
103592011-01-14 Pedro Alves <pedro@codesourcery.com>
10360
10361 * Makefile.in (hpux-thread.o): Delete rule.
10362 * configure.ac: Don't check for HPUX DCE threads support.
10363 * configure, config.in: Regenerate.
10364 * hppa-hpux-nat.c (child_suppress_run): Delete.
10365 (hppa_hpux_child_can_run): Delete.
10366 (_initialize_hppa_hpux_nat): Don't override to_can_run.
10367 * hpux-thread.c: Delete.
10368
042e866e
JB
103692011-01-13 Joel Brobecker <brobecker@adacore.com>
10370
10371 * hpux-thread.c (hpux_pid_to_str): Delete.
10372
4ffa5a33
JB
103732011-01-13 Joel Brobecker <brobecker@adacore.com>
10374
10375 * ada-valprint.c (ada_emit_char): Remove strange code.
10376 Check that c is <= UCHAR_MAX before passing it to isascii.
10377 (char_at): Do not assume that TYPE_LEN is either 1 or 2.
10378
de8fa76c
JB
103792011-01-13 Joel Brobecker <brobecker@adacore.com>
10380
10381 * top.c (input_from_terminal_p): Restrict the use of interactive_mode
10382 to the case where instream is stdin.
10383
c4de7027
JB
103842011-01-13 Joel Brobecker <brobecker@adacore.com>
10385
10386 * ia64-tdep.h (struct regcache): Forward declare.
10387 (struct ia64_infcall_ops): New struct type.
10388 (struct gdbarch_tdep): New fields "find_global_pointer_from_solib"
10389 and "infcall_ops".
10390 * ia64-tdep.c (ia64_find_global_pointer_from_dynamic_section):
10391 Renames ia64_find_global_pointer.
10392 (ia64_find_global_pointer, ia64_allocate_new_rse_frame)
10393 (ia64_store_argument_in_slot, ia64_set_function_addr: New function.
10394 (ia64_push_dummy_call): Adjust to use the new tdep ia64_infocall_ops
10395 methods.
10396 (ia64_infcall_ops): New static global constant.
10397 (ia64_gdbarch_init): Set tdep->infcall_ops.
10398 * ia64-hpux-nat.c (ia64_hpux_xfer_solib_got): New function.
10399 (ia64_hpux_xfer_partial): Add TARGET_OBJECT_HPUX_SOLIB_GOT handing.
10400 * ia64-hpux-tdep.c: Include "regcache.h", "gdbcore.h" and "inferior.h".
10401 (ia64_hpux_dummy_code): New static global constant.
10402 (ia64_hpux_push_dummy_code, ia64_hpux_allocate_new_rse_frame)
10403 (ia64_hpux_store_argument_in_slot, ia64_hpux_set_function_addr)
10404 (ia64_hpux_dummy_id, ia64_hpux_find_global_pointer_from_solib):
10405 New function.
10406 (ia64_hpux_infcall_ops): New static global constant.
10407 (ia64_hpux_init_abi): Install gdbarch and tdep methods needed
10408 for inferior function calls to work properly on ia64-hpux.
10409
77ca787b
JB
104102011-01-13 Joel Brobecker <brobecker@adacore.com>
10411
10412 * target.h (enum target_object): Add TARGET_OBJECT_HPUX_UREGS.
10413 * ia64-tdep.h (struct frame_info): forward declaration.
10414 (struct gdbarch_tdep): Add field size_of_register_frame.
10415 * ia64-tdep.c (ia64_access_reg): Use tdep->size_of_register_frame
10416 to determine the size of the register frame.
10417 (ia64_size_of_register_frame): New function.
10418 (ia64_gdbarch_init): Set tdep->size_of_register_frame.
10419 * ia64-hpux-tdep.c: Include "target.h" and "frame.h".
10420 (IA64_HPUX_UREG_REASON): New macro.
10421 (ia64_hpux_stopped_in_syscall, ia64_hpux_size_of_register_frame):
10422 New functions.
10423 (ia64_hpux_init_abi): Set tdep->size_of_register_frame.
10424 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): New function.
10425 (ia64_hpux_xfer_partial): Add handling of TARGET_OBJECT_HPUX_UREGS
10426 objects.
10427
92c9a463
JB
104282011-01-13 Joel Brobecker <brobecker@adacore.com>
10429
10430 Add support for ia64-hpux.
10431 * config/ia64/hpux.mh, ia64-hpux-nat.c, ia64-hpux-tdep.c,
10432 ia64-hpux-tdep.h, solib-ia64-hpux.c, solib-ia64-hpux.h: New files.
10433
10434 * configure.host: Add handling for ia64-hpux hosts. Add associated
10435 floatformats.
10436 * configure.tgt: Add handling for ia64-hpux targets.
10437 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-hpux-tdep.o.
10438 (HFILES_NO_SRCDIR): Add ia64-hpux-tdep.h.
10439 (ALLDEPFILES): Add ia64-hpux-nat.c ia64-hpux-tdep.c.
10440
f688d93f
JB
104412011-01-13 Joel Brobecker <brobecker@adacore.com>
10442
10443 [ttrace] Compute thread list immediately after attach.
10444 * inf_ttrace_attach (inf_ttrace_create_threads_after_attach):
10445 New subprogram.
10446 (inf_ttrace_attach): Use it.
10447
1b89e62f
JB
104482011-01-13 Joel Brobecker <brobecker@adacore.com>
10449
10450 * libunwind-frame.c (libunwind_frame_cache): Do not return NULL
10451 if we could not determine the frame's function address. Instead,
10452 use the frame's PC, and then continue.
10453
3e5e6e2a
JB
104542011-01-13 Joel Brobecker <brobecker@adacore.com>
10455
10456 * libunwind-frame.c (__LITTLE_ENDIAN, __BIG_ENDIAN): Define if
10457 not already defined.
10458
825d6d8a
JB
104592011-01-13 Joel Brobecker <brobecker@adacore.com>
10460
10461 * ia64-tdep.c (ia64_struct_type_p): New function.
10462 (ia64_extract_return_value): Handle integral values that are
10463 less than 8 bytes long.
10464 (ia64_push_dummy_call): Likewise.
10465
7458e667
JB
104662011-01-13 Joel Brobecker <brobecker@adacore.com>
10467
10468 * ia64-tdep.c (floatformat_ia64_ext_little): Renames
10469 floatformat_ia64_ext.
10470 (floatformat_ia64_ext_big): New static const.
10471 (floatformats_ia64_ext): Set first entry to &floatformat_ia64_ext_big.
10472
1b05df00
TT
104732011-01-12 Tom Tromey <tromey@redhat.com>
10474
10475 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
10476 messages.
10477 * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
10478 (mi_cmd_thread_list_ids): Likewise.
10479 (mi_cmd_data_list_changed_registers): Likewise.
10480 (mi_cmd_data_list_register_values): Likewise.
10481 (mi_cmd_data_write_register_values): Likewise.
10482 (mi_cmd_data_evaluate_expression): Likewise.
10483 (mi_cmd_data_read_memory): Likewise.
10484 (mi_cmd_data_read_memory_bytes): Likewise.
10485 (mi_cmd_data_write_memory): Likewise.
10486 (mi_cmd_enable_timings): Likewise.
10487 * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
10488 * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
10489 (mi_cmd_var_delete): Likewise.
10490 (mi_cmd_var_set_format): Likewise.
10491 (mi_cmd_var_show_format): Likewise.
10492 (mi_cmd_var_info_num_children): Likewise.
10493 (mi_cmd_var_list_children): Likewise.
10494 (mi_cmd_var_info_type): Likewise.
10495 (mi_cmd_var_info_expression): Likewise.
10496 (mi_cmd_var_show_attributes): Likewise.
10497 (mi_cmd_var_assign): Likewise.
10498 (mi_cmd_var_update): Likewise.
10499 (mi_cmd_enable_pretty_printing): Likewise.
10500 (mi_cmd_var_set_update_range): Likewise.
10501 * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
10502 messages.
10503 (mi_cmd_target_file_put): Likewise.
10504 (mi_cmd_target_file_delete): Likewise.
10505 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
10506 messages.
10507 (mi_cmd_stack_info_depth): Likewise.
10508 (mi_cmd_stack_list_locals): Likewise.
10509 (mi_cmd_stack_list_args): Likewise.
10510 (mi_cmd_stack_select_frame): Likewise.
10511 (mi_cmd_stack_select_frame): Likewise.
10512 (mi_cmd_stack_info_frame): Likewise.
10513 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
10514 messages.
10515 (mi_cmd_file_list_exec_source_files): Likewise.
10516 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
10517 (mi_cmd_env_cd): Likewise.
10518 (mi_cmd_env_path): Likewise.
10519 (mi_cmd_env_dir): Likewise.
10520 (mi_cmd_inferior_tty_show): Likewise.
10521 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
10522 * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
10523 (mi_cmd_break_watch): Likewise.
10524
ad422571
TJB
105252011-01-12 Thiago Jung Bauermann <bauerman@br.ibm.com>
10526
10527 * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
10528 (ppc_linux_insert_hw_breakpoint): Likewise.
10529 (ppc_linux_remove_hw_breakpoint): Likewise.
10530 (ppc_linux_insert_watchpoint): Likewise.
10531
c2ff108b
JK
105322011-01-12 Andrew Burgess <aburgess@broadcom.com>
10533 Jan Kratochvil <jan.kratochvil@redhat.com>
10534
10535 PR fortran/11104 and DWARF unbound arrays detection.
10536 * dwarf2read.c (read_subrange_type): Set zero length on unspecified
10537 upper bound. Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
10538 unspecified upper bound.
10539 * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
10540 variables array_size_array, tmp_type and offset_item. New variable
10541 array. Remove call to f77_get_upperbound. New variables array_type
10542 and index. Call value_subscripted_rvalue for each dimenasion. Remove
10543 the final call to deprecated_set_value_type.
10544
41e8491f
JK
105452011-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10546
10547 Make value allocations more lazy.
10548 * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
10549 instead of allocate_value and set_value_lazy when possible.
f2eb0bc8 10550 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy
41e8491f
JK
10551 instead of allocate_value and set_value_lazy.
10552 * findvar.c (value_of_register_lazy): Likewise.
10553 (read_var_value): Remove V preallocation, call just check_typedef in
f2eb0bc8 10554 advance. Move allocate_value to LOC_CONST, LOC_LABEL,
41e8491f
JK
10555 LOC_CONST_BYTES. Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
10556 LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK. Set ADDR instead of
10557 set_value_address and break in LOC_BLOCK. Use allocate_value_lazy and
10558 remove lval_memory set in LOC_REGPARM_ADDR. Use allocate_value_lazy
10559 in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT. Add setting lval_memory at
10560 the end, remove set_value_lazy there.
10561 * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
10562 instead of allocate_value and set_value_lazy when possible.
10563 * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
10564 * value.c (allocate_computed_value): Use allocate_value_lazy instead
10565 of allocate_value and set_value_lazy.
10566 (value_from_contents_and_address): Use allocate_value_lazy instead of
10567 allocate_value and set_value_lazy when possible.
10568
b716877b
AB
105692011-01-12 Andrew Burgess <aburgess@broadcom.com>
10570
10571 * disasm.c (dump_insns): Support dumping opcodes for MI.
10572 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
10573 dumping of instruction opcodes.
10574
d5ae309f
JB
105752011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
10576
10577 * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
10578 appropiately.
10579
98871305
TT
105802011-01-11 Tom Tromey <tromey@redhat.com>
10581
10582 * thread.c (do_captured_thread_select): Emit newline before
10583 printing frame.
10584
c378eb4e
MS
105852011-01-11 Michael Snyder <msnyder@vmware.com>
10586
10587 * s390-tdep.c: Comment cleanup, mostly periods and spaces.
10588 * score-tdep.c: Ditto.
10589 * score-tdep.h: Ditto.
10590 * ser-base.c: Ditto.
10591 * ser-go32.c: Ditto.
10592 * serial.c: Ditto.
10593 * serial.h: Ditto.
10594 * ser-mingw.c: Ditto.
10595 * ser-pipe.c: Ditto.
10596 * ser-tcp.c: Ditto.
10597 * ser-unix.c: Ditto.
10598 * sh64-tdep.c: Ditto.
10599 * shnbsd-nat.c: Ditto.
10600 * sh-tdep.c: Ditto.
10601 * sh-tdep.h: Ditto.
10602 * solib.c: Ditto.
10603 * solib-darwin.c: Ditto.
10604 * solib-frv.c: Ditto.
10605 * solib.h: Ditto.
10606 * solib-irix.c: Ditto.
10607 * solib-osf.c: Ditto.
10608 * solib-pa64.c: Ditto.
10609 * solib-som.c: Ditto.
10610 * solib-spu.c: Ditto.
10611 * solib-sunos.c: Ditto.
10612 * solib-svr4.c: Ditto.
10613 * solist.h: Ditto.
10614 * sol-thread.c: Ditto.
10615 * somread.c: Ditto.
10616 * source.c: Ditto.
10617 * source.h: Ditto.
10618 * sparc64-linux-tdep.c: Ditto.
10619 * sparc64-tdep.c: Ditto.
10620 * sparc-linux-nat.c: Ditto.
10621 * sparc-linux-tdep.c: Ditto.
10622 * sparc-sol2-nat.c: Ditto.
10623 * sparc-sol2-tdep.c: Ditto.
10624 * sparc-tdep.c: Ditto.
10625 * sparc-tdep.h: Ditto.
10626 * spu-tdep.c: Ditto.
10627 * stabsread.c: Ditto.
10628 * stabsread.h: Ditto.
10629 * stack.c: Ditto.
10630 * symfile.c: Ditto.
10631 * symfile.h: Ditto.
10632 * symmisc.c: Ditto.
10633 * symtab.c: Ditto.
10634 * symtab.h: Ditto.
10635 * target.c: Ditto.
10636 * target-descriptions.c: Ditto.
10637 * target-descriptions.h: Ditto.
10638 * target.h: Ditto.
10639 * target-memory.c: Ditto.
10640 * terminal.h: Ditto.
10641 * thread.c: Ditto.
10642 * top.c: Ditto.
10643 * tracepoint.c: Ditto.
10644 * tracepoint.h: Ditto.
10645 * trad-frame.h: Ditto.
10646 * typeprint.c: Ditto.
10647
581e13c1
MS
106482011-01-11 Michael Snyder <msnyder@vmware.com>
10649
10650 * ui-file.c: Comment cleanup, mostly periods and spaces.
10651 * ui-file.h: Ditto.
10652 * ui-out.c: Ditto.
10653 * ui-out.h: Ditto.
10654 * utils.c: Ditto.
10655 * v850-tdep.c: Ditto.
10656 * valarith.c: Ditto.
10657 * valops.c: Ditto.
10658 * valprint.c: Ditto.
10659 * valprint.h: Ditto.
10660 * value.c: Ditto.
10661 * value.h: Ditto.
10662 * varobj.c: Ditto.
10663 * varobj.h: Ditto.
10664 * vax-tdep.c: Ditto.
10665 * vec.c: Ditto.
10666 * vec.h: Ditto.
10667 * version.h: Ditto.
10668 * windows-nat.c: Ditto.
10669 * windows-tdep.c: Ditto.
10670 * xcoffread.c: Ditto.
10671 * xcoffsolib.c: Ditto.
10672 * xml-support.c: Ditto.
10673 * xstormy16-tdep.c: Ditto.
10674 * xtensa-tdep.c: Ditto.
10675 * xtensa-tdep.h: Ditto.
10676
90e4670f
TJB
106772011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10678
10679 * breakpoint.c (resources_needed_watchpoint): Fix indentation.
10680 * gdbtypes.c (is_scalar_type_recursive): Fix formatting.
10681
e09342b5
TJB
106822011-01-11 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10683 Thiago Jung Bauermann <bauerman@br.ibm.com>
10684
10685 Implement support for PowerPC BookE ranged watchpoints.
f2eb0bc8 10686 * breakpoint.h
e09342b5
TJB
10687 (struct breakpoint_ops) <resources_needed>: New method.
10688 Initialize to NULL in all existing breakpoint_ops instances.
10689 (struct breakpoint) <exact>: New field.
10690 (target_exact_watchpoints): Declare external global.
10691 * breakpoint.c (target_exact_watchpoints): New global flag.
10692 (update_watchpoint): Set b->type to bp_hardware_watchpoint and
10693 b->enable_state to bp_enabled before calling
10694 hw_watchpoint_used_count.
10695 (hw_watchpoint_used_count): Iterate over all bp_locations in a
10696 watchpoint. Call breakpoint's breakpoint_ops.resources_needed
10697 if available.
10698 (insert_watchpoint, remove_watchpoint): Use fixed length of 1 byte
10699 if the watchpoint is exact.
10700 (resources_needed_watchpoint): New function.
10701 (watchpoint_breakpoint_ops): Add resources_needed_watchpoint.
10702 (watch_command_1): Set b->exact if the user asked for an exact
10703 watchpoint and one can be set.
10704 (can_use_hardware_watchpoint): Add exact_watchpoints argument.
10705 Pass fixed length of 1 to target_region_ok_for_hw_watchpoint if
10706 the user asks for an exact watchpoint and one can be set. Return
10707 number of needed debug registers to watch the expression.
10708 * gdbtypes.c (is_scalar_type): New function, based on
10709 valprint.c:scalar_type_p.
10710 (is_scalar_type_recursive): New function.
10711 * gdbtypes.h (is_scalar_type_recursive): Declare.
10712 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Always
10713 handle regions when ranged watchpoints are available.
10714 (create_watchpoint_request): New function.
10715 (ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Use
10716 create_watchpoint_request.
10717 * rs6000-tdep.c (show_powerpc_exact_watchpoints): New function.
10718 (_initialize_rs6000_tdep): Add `exact-watchpoints' boolean to the
10719 `set powerpc' and `show powerpc' commands.
10720 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
10721 Mention documentation comment in the target macro.
10722 (target_region_ok_for_hw_watchpoint): Document return value.
10723
9fa40276
TJB
107242011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10725
10726 * breakpoint.c (update_watchpoint): Decide on using a software or
10727 hardware watchpoint after the bp_locations are created.
10728
77b06cd7
TJB
107292010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10730
10731 Convert hardware watchpoints to use breakpoint_ops.
10732 * breakpoint.h (breakpoint_ops) <insert>: Rename to...
10733 <insert_location>: ... this. Return int instead of void.
10734 Accept pointer to struct bp_location instead of pointer to
10735 struct breakpoint. Adapt all implementations.
f2eb0bc8 10736 (breakpoint_ops) <remove>: Rename to...
77b06cd7
TJB
10737 <remove_location>: ... this. Accept pointer to struct bp_location
10738 instead of pointer to struct breakpoint. Adapt all implementations.
10739 * breakpoint.c (insert_catchpoint): Delete function.
10740 (insert_bp_location): Call the watchpoint or catchpoint's
10741 breakpoint_ops.insert method.
10742 (remove_breakpoint_1): Call the watchpoint or catchpoint's
10743 breakpoint_ops.remove method.
10744 (insert_watchpoint, remove_watchpoint): New functions.
10745 (watchpoint_breakpoint_ops): New structure.
10746 (watch_command_1): Initialize the OPS field.
10747 * inf-child.c (inf_child_insert_fork_catchpoint)
10748 (inf_child_remove_fork_catchpoint, inf_child_insert_vfork_catchpoint)
10749 (inf_child_remove_vfork_catchpoint, inf_child_insert_exec_catchpoint)
10750 (inf_child_remove_exec_catchpoint, inf_child_set_syscall_catchpoint):
10751 Delete functions.
10752 (inf_child_target): Remove initialization of to_insert_fork_catchpoint,
10753 to_remove_fork_catchpoint, to_insert_vfork_catchpoint,
10754 to_remove_vfork_catchpoint, to_insert_exec_catchpoint,
10755 to_remove_exec_catchpoint and to_set_syscall_catchpoint.
10756 * target.c (update_current_target): Change default implementation of
10757 to_insert_fork_catchpoint, to_remove_fork_catchpoint,
10758 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
10759 to_insert_exec_catchpoint, to_remove_exec_catchpoint and
10760 to_set_syscall_catchpoint to return_one.
10761 (debug_to_insert_fork_catchpoint, debug_to_insert_vfork_catchpoint)
10762 (debug_to_insert_exec_catchpoint): Report return value.
10763 * target.h (to_insert_fork_catchpoint, to_insert_vfork_catchpoint)
10764 (to_insert_exec_catchpoint): Change declaration to return int instead
10765 of void.
10766
9b20d036
MS
107672011-01-11 Michael Snyder <msnyder@vmware.com>
10768
10769 * arm-tdep.c: Internationalization.
10770 * c-lang.c: Ditto.
10771 * charset.c: Ditto.
10772 * fork-child.c: Ditto.
10773 * nto-procfs.c: Ditto.
10774 * ppc-sysv-tdep.c: Ditto.
10775 * procfs.c: Ditto.
10776 * remote-mips.c: Ditto.
10777 * remote.c: Ditto.
10778 * rs6000-nat.c: Ditto.
10779 * rs6000-tdep.c: Ditto.
10780 * target.c: Ditto.
10781 * valops.c: Ditto.
10782 * value.c: Ditto.
10783 * xml-support.c: Ditto.
10784 * mi/mi-cmd-break.c: Ditto.
10785 * mi/mi-cmd-var.c: Ditto.
10786 * mi/mi-interp.c: Ditto.
10787 * mi/mi-main.c: Ditto.
10788
dae477fe
AB
107892011-01-11 Andrew Burgess <aburgess@broadcom.com>
10790
10791 * remote-sim.c (gdbsim_store_register): Update API to
10792 sim_store_register to check more error conditions.
10793
0df8b418
MS
107942011-01-10 Michael Snyder <msnyder@vmware.com>
10795
10796 * nto-procfs.c: Comment cleanup, mostly periods and spaces.
10797 * nto-tdep.c: Ditto.
10798 * nto-tdep.h: Ditto.
10799 * objc-exp.y: Ditto.
10800 * objc-lang.c: Ditto.
10801 * objfiles.c: Ditto.
10802 * objfiles.h: Ditto.
10803 * observer.c: Ditto.
10804 * opencl-lang.c: Ditto.
10805 * osabi.c: Ditto.
10806 * parse.c: Ditto.
10807 * parser-defs.h: Ditto.
10808 * p-exp.y: Ditto.
10809 * p-lang.c: Ditto.
10810 * posix-hdep.c: Ditto.
10811 * ppcbug-rom.c: Ditto.
10812 * ppc-linux-nat.c: Ditto.
10813 * ppc-linux-tdep.c: Ditto.
10814 * ppc-linux-tdep.h: Ditto.
10815 * ppcnbsd-tdep.c: Ditto.
10816 * ppcobsd-tdep.c: Ditto.
10817 * ppcobsd-tdep.h: Ditto.
10818 * ppc-sysv-tdep.c: Ditto.
10819 * ppc-tdep.h: Ditto.
10820 * printcmd.c: Ditto.
10821 * proc-abi.c: Ditto.
10822 * proc-flags.c: Ditto.
10823 * procfs.c: Ditto.
10824 * proc-utils.h: Ditto.
10825 * progspace.h: Ditto.
10826 * prologue-value.c: Ditto.
10827 * prologue-value.h: Ditto.
10828 * psympriv.h: Ditto.
10829 * psymtab.c: Ditto.
10830 * p-typeprint.c: Ditto.
10831 * p-valprint.c: Ditto.
10832 * ravenscar-sparc-thread.c: Ditto.
10833 * ravenscar-thread.c: Ditto.
10834 * ravenscar-thread.h: Ditto.
10835 * record.c: Ditto.
10836 * regcache.c: Ditto.
10837 * regcache.h: Ditto.
10838 * remote.c: Ditto.
10839 * remote-fileio.c: Ditto.
10840 * remote-fileio.h: Ditto.
10841 * remote.h: Ditto.
10842 * remote-m32r-sdi.c: Ditto.
10843 * remote-mips.c: Ditto.
10844 * remote-sim.c: Ditto.
10845 * rs6000-aix-tdep.c: Ditto.
10846 * rs6000-nat.c: Ditto.
10847 * rs6000-tdep.c: Ditto.
10848
0d7a18f7
MS
108492011-01-10 Michael Snyder <msnyder@vmware.com>
10850
10851 * charset.c (validate): Internationalization.
10852 * coffread.c (read_one_sym): Ditto.
10853 * dwarf2read.c (dwarf2_attach_fields_to_type): Ditto.
10854 * h8300-tdep.c (H8300_extract_return_value): Ditto.
10855 * inflow.c (new_tty): Ditto.
10856 * iq2000-tdep.c (iq2000_breakpoint_from_pc): Ditto.
10857 * m32c-tdep.c (m32c_return_value): Ditto.
10858 * mep-tdep.c (mep_store_return_value): Ditto.
10859 * score-tdep.c (score7_fetch_insn): Ditto.
10860 * ser-mingw.c (pipe_windows_open): Ditto.
10861 * sh64-tdep.c (sh64_extract_return_value): Ditto.
10862 * spu-tdep.c (spu_register_type): Ditto.
10863 * tracepoint.c (trace_find_command): Ditto.
10864 * valarith.c (value_pos): Ditto.
10865
9a153e0b
JB
108662011-01-10 Joel Brobecker <brobecker@adacore.com>
10867
10868 * ada-valprint.c (printstr): Minor comment reformatting.
10869
35ecd2d6
MS
108702011-01-08 Michael Snyder <msnyder@vmware.com>
10871
10872 * m32r-rom.c (m32r_upload_command): Fix up ARI warnings for _
10873 markup.
10874
1777feb0
MS
108752011-01-08 Michael Snyder <msnyder@vmware.com>
10876
10877 * h8300-tdep.c: Comment cleanup, mostly periods and spaces.
10878 * hppa-hpux-tdep.c: Ditto.
10879 * hppa-linux-nat.c: Ditto.
10880 * hppa-linux-tdep.c: Ditto.
10881 * hppanbsd-tdep.c: Ditto.
10882 * hppa-tdep.c: Ditto.
10883 * hppa-tdep.h: Ditto.
10884 * hpux-thread.c: Ditto.
10885 * i386-cygwin-tdep.c: Ditto.
10886 * i386-darwin-nat.c: Ditto.
10887 * i386gnu-nat.c: Ditto.
10888 * i386-linux-nat.c: Ditto.
10889 * i386-linux-tdep.c: Ditto.
10890 * i386-nat.c: Ditto.
10891 * i386-nat.h: Ditto.
10892 * i386nbsd-tdep.c: Ditto.
10893 * i386-sol2-nat.c: Ditto.
10894 * i386-stub.c: Ditto.
10895 * i386-tdep.c: Ditto.
10896 * i386-tdep.h: Ditto.
10897 * i387-tdep.c: Ditto.
10898 * ia64-linux-nat.c: Ditto.
10899 * ia64-linux-tdep.c: Ditto.
10900 * ia64-tdep.c: Ditto.
10901 * infcall.c: Ditto.
10902 * infcall.h: Ditto.
10903 * infcmd.c: Ditto.
10904 * inferior.c: Ditto.
10905 * inferior.h: Ditto.
10906 * infloop.c: Ditto.
10907 * inflow.c: Ditto.
10908 * infrun.c: Ditto.
10909 * interps.c: Ditto.
10910 * interps.h: Ditto.
10911 * iq2000-tdep.c: Ditto.
10912 * irix5-nat.c: Ditto.
10913 * jit.c: Ditto.
10914 * jit.h: Ditto.
10915 * jv-exp.y: Ditto.
10916 * jv-lang.c: Ditto.
10917 * jv-lang.h: Ditto.
10918 * jv-typeprint.c: Ditto.
10919 * jv-valprint.c: Ditto.
10920 * language.c: Ditto.
10921 * language.h: Ditto.
10922 * linespec.c: Ditto.
10923 * linux-fork.c: Ditto.
10924 * linux-nat.c: Ditto.
10925 * linux-thread-db.c: Ditto.
10926 * lm32-tdep.c: Ditto.
10927
025bb325
MS
109282011-01-08 Michael Snyder <msnyder@vmware.com>
10929
10930 * m2-exp.y: Comment cleanup, mostly periods and spaces.
10931 * m2-lang.c: Ditto.
10932 * m2-typeprint.c: Ditto.
10933 * m2-valprint.c: Ditto.
10934 * m32c-tdep.c: Ditto.
10935 * m32r-linux-nat.c: Ditto.
10936 * m32r-rom.c: Ditto.
10937 * m32r-tdep.c: Ditto.
10938 * m32r-tdep.h: Ditto.
10939 * m68hc11-tdep.c: Ditto.
10940 * m58klinux-nat.c: Ditto.
10941 * m68k-tdep.c: Ditto.
10942 * m88k-tdep.c: Ditto.
10943 * m88k-tdep.h: Ditto.
10944 * machoread.c: Ditto.
10945 * macrocmd.c: Ditto.
10946 * macroexp.c: Ditto.
10947 * macrotab.c: Ditto.
10948 * main.c: Ditto.
10949 * maint.c: Ditto.
10950 * mdebugread.c: Ditto.
10951 * mdebugread.h: Ditto.
10952 * memattr.c: Ditto.
10953 * memattr.h: Ditto.
10954 * memory-map.h: Ditto.
10955 * mep-tdep.c: Ditto.
10956 * microblaze-rom.c: Ditto.
10957 * microblaze-tdep.c: Ditto.
10958 * minsyms.c: Ditto.
10959 * mips-irix-tdep.c: Ditto.
10960 * mips-linux-nat.c: Ditto.
10961 * mips-linux-tdep.c: Ditto.
10962 * mips-linux-tdep.h: Ditto.
10963 * mipsnbsd-nat.c: Ditto.
10964 * mipsnbsd-tdep.c: Ditto.
10965 * mipsread.c: Ditto.
10966 * mips-tdep.c: Ditto.
10967 * mips-tdep.h: Ditto.
10968 * mn10300-linux-tdep.c: Ditto.
10969 * mn10300-tdep.c: Ditto.
10970 * mn10300-tdep.h: Ditto.
10971 * monitor.c: Ditto.
10972 * monitor.h: Ditto.
10973 * moxie-tdep.c: Ditto.
10974 * moxie-tdep.h: Ditto.
10975 * mt-tdep.c: Ditto.
10976
1642781b
MF
109772011-01-08 Mike Frysinger <vapier@gentoo.org>
10978
10979 * bfin-tdep.h (BFIN_A0_DOT_W_REGNUM): Fix typo in name.
10980
394b0adb
JB
109812011-01-08 Robert Millan <rmh@gnu.org>
10982
10983 * fbsd-nat.c (fbsd_find_memory_regions): Fix typo.
10984
b670013c
MS
109852011-01-07 Michael Snyder <msnyder@vmware.com>
10986
10987 * charset.c (_initialize_charset): Fix typo in string.
10988
a743e542
MS
109892011-01-07 Michael Snyder <msnyder@vmware.com>
10990
10991 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message
10992 for i18n.
f2eb0bc8 10993 * tui/tui-layout.c (tui_set_layout_for_display_command):
a743e542
MS
10994 Split line so that operator goes to beginning of line.
10995 * tui/tui-winsource.c (tui_horizontal_source_scroll): Move
10996 assignment out of if statement.
10997
0963b4bd
MS
109982011-01-07 Michael Snyder <msnyder@vmware.com>
10999
11000 * ada-lang.c: Comment cleanup, mostly periods and spaces.
11001 * ada-lang.h: Ditto.
11002 * ada-tasks.c: Ditto.
11003 * ada-valprint.c: Ditto.
11004 * aix-threads.c: Ditto.
11005 * alpha-linux-nat.c: Ditto.
11006 * alpha-linux-tdep.c: Ditto.
11007 * alpha-mdebug-tdep.c: Ditto.
11008 * alpha-nat.c: Ditto.
11009 * alpha-osf1-tdep.c: Ditto.
11010 * alpha-tdep.c: Ditto.
11011 * alphabsd-nat.c: Ditto.
11012 * alphabsd-tdep.c: Ditto.
11013 * amd64-darwin-tdep.c: Ditto.
11014 * amd64-linux-nat.c: Ditto.
11015 * amd64-linux-tdep.c: Ditto.
11016 * amd64-sol2-tdep.c: Ditto.
11017 * amd64-tdep.c: Ditto.
11018 * amd64-fbsd-tdep.c: Ditto.
11019 * amd64-nbsd-tdep.c: Ditto.
11020 * amd64-obsd-tdep.c: Ditto.
11021 * amd64-linux-nat.c: Ditto.
11022 * amd64-linux-tdep.c: Ditto.
11023 * arm-tdep.c: Ditto.
11024 * arm-tdep.h: Ditto.
11025 * armnbsd-nat.c: Ditto.
11026 * avr-tdep.c: Ditto.
11027 * bfin-tdep.c: Ditto.
11028 * bsd-kvm.c: Ditto.
11029 * c-typeprintc: Ditto.
11030 * c-valprint.c: Ditto.
11031 * coff-pe-read.h: Ditto.
11032 * coffreead.c: Ditto.
11033 * cris-tdep.c: Ditto.
11034 * d-lang.c: Ditto.
11035 * darwin-nat-info.c: Ditto.
11036 * darwin-nat.c: Ditto.
11037 * dbug-rom.c: Ditto.
11038 * dbxread.c: Ditto.
11039 * dcache.c: Ditto.
11040 * dcache.h: Ditto.
11041 * dec-thread.c: Ditto.
11042 * defs.h: Ditto.
11043 * demangle.c: Ditto.
11044 * dicos-tdep.c: Ditto.
11045 * dictionary.c: Ditto.
11046 * dictionary.h: Ditto.
11047 * dink32-rom.c: Ditto.
11048 * disasm.c: Ditto.
11049 * doublest.c: Ditto.
11050 * dsrec.c: Ditto.
11051 * dummy-frame.c: Ditto.
11052 * dwarf2-frame.c: Ditto.
11053 * dwarf2expr.c: Ditto.
11054 * dwarf2loc.c: Ditto.
11055 * dwarf2read.c: Ditto.
11056 * elfread.c: Ditto.
11057 * environ.c: Ditto.
11058 * eval.c: Ditto.
11059 * event-top.h: Ditto.
11060 * exceptions.c: Ditto.
11061 * exceptions.h: Ditto.
11062 * exec.c: Ditto.
11063 * expprint.c: Ditto.
11064 * expression.h: Ditto.
11065 * f-exp.y: Ditto.
11066 * f-lang.c: Ditto.
11067 * f-lang.h: Ditto.
11068 * f-typeprint.c: Ditto.
11069 * f-valprint.c: Ditto.
11070 * fbsd-nat.c: Ditto.
11071 * findvar.c: Ditto.
11072 * fork-child.c: Ditto.
11073 * frame.c: Ditto.
11074 * frame.h: Ditto.
11075 * frv-linux-tdep.c: Ditto.
11076 * frv-tdep.c: Ditto.
11077 * gcore.c: Ditto.
11078 * gdb-stabs.h: Ditto.
11079 * gdb_assert.h: Ditto.
11080 * gdb_string.h: Ditto.
11081 * gdb_thread_db.h: Ditto.
11082 * gdb_wait.h: Ditto.
11083 * gdbarch.sh: Ditto.
11084 * gdbcore.h: Ditto.
11085 * gdbthread.h: Ditto.
11086 * gdbtypes.c: Ditto.
11087 * gdbtypes.h: Ditto.
11088 * gnu-nat.c: Ditto.
11089 * gnu-nat.h: Ditto.
11090 * gnu-v2-abi.c: Ditto.
11091 * gnu-v3-abi.c: Ditto.
11092 * go32-nat.c: Ditto.
11093 * gdbarch.c: Regenerate.
11094 * gdbarch.h: Regenerate.
11095
ac74f770
MS
110962011-01-07 Michael Snyder <msnyder@vmware.com>
11097
11098 * ax-gdb.c: Adjust some long output strings.
11099 * breakpoint.c: Ditto.
11100 * charset.c: Ditto.
11101 * cp-abi.c: Ditto.
11102 * infcall.c: Ditto.
11103 * infrun.c: Ditto.
11104 * linux-nat.c: Ditto.
11105 * solib-pa64.c: Ditto.
11106 * solib-som.c: Ditto.
11107
d8e22779
TT
111082011-01-06 Tom Tromey <tromey@redhat.com>
11109
11110 PR python/12367:
11111 * NEWS: Add item.
11112 * python/python.c (GdbMethods): Add "newest_frame" method.
11113 * python/python-internal.h (gdbpy_newest_frame): Declare.
11114 * python/py-frame.c (gdbpy_newest_frame): New function.
11115
a255712f
PP
111162010-01-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11117
11118 * jit.h (struct jit_code_entry): use ULONGEST for symfile_size.
11119 * jit.c (jit_debug): New variable.
11120 (show_jit_debug): New function.
11121 (struct target_buffer): Use ULONGEST.
11122 (bfd_open_from_target_memory): Likewise.
11123 (jit_register_code, jit_inferior_init): Add debug output.
11124 (_initialize_jit): Register "debug jit" command.
11125
ccfc3d6e
TT
111262011-01-06 Tom Tromey <tromey@redhat.com>
11127
11128 * frame.h (enum frame_type) <INLINE_FRAME>: Fix comment.
11129 * python/py-frame.c (gdbpy_initialize_frames): Add INLINE_FRAME
11130 and ARCH_FRAME.
11131
57126e4a
TT
111322011-01-06 Tom Tromey <tromey@redhat.com>
11133
11134 * python/py-frame.c (frapy_block): Use get_frame_block.
11135
16dfc9ce
JB
111362011-01-06 Joel Brobecker <brobecker@adacore.com>
11137
11138 Do not stop on SIGPRIO signals by default
11139 * infrun.c (_initialize_infrun): Unset signal_stop and
11140 signal_print for TARGET_SIGNAL_PRIO.
11141
b1ce2347
JB
111422011-01-06 Joel Brobecker <brobecker@adacore.com>
11143
11144 * ada-tasks.c: Fix style violation in comment.
11145
8f7e195f
JB
111462011-01-06 Joel Brobecker <brobecker@adacore.com>
11147
11148 * linespec.c (decode_compound, find_method): Remove trailing \n
11149 at end of error string.
11150 * solib-irix.c (irix_current_sos): Likewise.
11151 * varobj.c (uninstall_variable): Likewise.
11152
e9bdf92c
JB
111532011-01-06 Joel Brobecker <brobecker@adacore.com>
11154
11155 * copyright.py: New script.
11156 * copyright.sh (byhand): Add *.ads, *.adb, *.gpr and *.inc.
11157 Launch emacs without exec'ing. Call copyright.py afterwards.
11158
3e43a32a
MS
111592011-01-05 Michael Snyder <msnyder@vmware.com>
11160
11161 * addrmap.c: Shorten lines of >= 80 columns.
11162 * arch-utils.c: Ditto.
11163 * arch-utils.h: Ditto.
11164 * ax-gdb.c: Ditto.
11165 * ax-general.c: Ditto.
11166 * bcache.c: Ditto.
11167 * blockframe.c: Ditto.
11168 * breakpoint.c: Ditto.
11169 * buildsym.c: Ditto.
11170 * c-lang.c: Ditto.
11171 * c-typeprint.c: Ditto.
11172 * charset.c: Ditto.
11173 * coffread.c: Ditto.
11174 * command.h: Ditto.
11175 * corelow.c: Ditto.
11176 * cp-abi.c: Ditto.
11177 * cp-namespace.c: Ditto.
11178 * cp-support.c: Ditto.
11179 * dbug-rom.c: Ditto.
11180 * dbxread.c: Ditto.
11181 * defs.h: Ditto.
11182 * dfp.c: Ditto.
11183 * dfp.h: Ditto.
11184 * dictionary.c: Ditto.
11185 * disasm.c: Ditto.
11186 * doublest.c: Ditto.
11187 * dwarf2-frame.c: Ditto.
11188 * dwarf2expr.c: Ditto.
11189 * dwarf2loc.c: Ditto.
11190 * dwarf2read.c: Ditto.
11191 * elfread.c: Ditto.
11192 * eval.c: Ditto.
11193 * event-loop.c: Ditto.
11194 * event-loop.h: Ditto.
11195 * exceptions.h: Ditto.
11196 * exec.c: Ditto.
11197 * expprint.c: Ditto.
11198 * expression.h: Ditto.
11199 * f-lang.c: Ditto.
11200 * f-valprint.c: Ditto.
11201 * findcmd.c: Ditto.
11202 * frame-base.c: Ditto.
11203 * frame-unwind.c: Ditto.
11204 * frame-unwind.h: Ditto.
11205 * frame.c: Ditto.
11206 * frame.h: Ditto.
11207 * gcore.c: Ditto.
11208 * gdb-stabs.h: Ditto.
11209 * gdb_assert.h: Ditto.
11210 * gdb_dirent.h: Ditto.
11211 * gdb_obstack.h: Ditto.
11212 * gdbcore.h: Ditto.
11213 * gdbtypes.c: Ditto.
11214 * gdbtypes.h: Ditto.
11215 * inf-ttrace.c: Ditto.
11216 * infcall.c: Ditto.
11217 * infcmd.c: Ditto.
11218 * inflow.c: Ditto.
11219 * infrun.c: Ditto.
11220 * inline-frame.h: Ditto.
11221 * language.c: Ditto.
11222 * language.h: Ditto.
11223 * libunwind-frame.c: Ditto.
11224 * libunwind-frame.h: Ditto.
11225 * linespec.c: Ditto.
11226 * linux-nat.c: Ditto.
11227 * linux-nat.h: Ditto.
11228 * linux-thread-db.c: Ditto.
11229 * machoread.c: Ditto.
11230 * macroexp.c: Ditto.
11231 * macrotab.c: Ditto.
11232 * main.c: Ditto.
11233 * maint.c: Ditto.
11234 * mdebugread.c: Ditto.
11235 * memattr.c: Ditto.
11236 * minsyms.c: Ditto.
11237 * monitor.c: Ditto.
11238 * monitor.h: Ditto.
11239 * objfiles.c: Ditto.
11240 * objfiles.h: Ditto.
11241 * osabi.c: Ditto.
11242 * p-typeprint.c: Ditto.
11243 * p-valprint.c: Ditto.
11244 * parse.c: Ditto.
11245 * printcmd.c: Ditto.
11246 * proc-events.c: Ditto.
11247 * procfs.c: Ditto.
11248 * progspace.c: Ditto.
11249 * progspace.h: Ditto.
11250 * psympriv.h: Ditto.
11251 * psymtab.c: Ditto.
11252 * record.c: Ditto.
11253 * regcache.c: Ditto.
11254 * regcache.h: Ditto.
11255 * remote-fileio.c: Ditto.
11256 * remote.c: Ditto.
11257 * ser-mingw.c: Ditto.
11258 * ser-tcp.c: Ditto.
11259 * ser-unix.c: Ditto.
11260 * serial.c: Ditto.
11261 * serial.h: Ditto.
11262 * solib-frv.c: Ditto.
11263 * solib-irix.c: Ditto.
11264 * solib-osf.c: Ditto.
11265 * solib-pa64.c: Ditto.
11266 * solib-som.c: Ditto.
11267 * solib-sunos.c: Ditto.
11268 * solib-svr4.c: Ditto.
11269 * solib-target.c: Ditto.
11270 * solib.c: Ditto.
11271 * somread.c: Ditto.
11272 * source.c: Ditto.
11273 * stabsread.c: Ditto.
11274 * stabsread.c: Ditto.
11275 * stack.c: Ditto.
11276 * stack.h: Ditto.
11277 * symfile-mem.c: Ditto.
11278 * symfile.c: Ditto.
11279 * symfile.h: Ditto.
11280 * symmisc.c: Ditto.
11281 * symtab.c: Ditto.
11282 * symtab.h: Ditto.
11283 * target-descriptions.c: Ditto.
11284 * target-memory.c: Ditto.
11285 * target.c: Ditto.
11286 * target.h: Ditto.
11287 * terminal.h: Ditto.
11288 * thread.c: Ditto.
11289 * top.c: Ditto.
11290 * tracepoint.c: Ditto.
11291 * tracepoint.h: Ditto.
11292 * ui-file.c: Ditto.
11293 * ui-file.h: Ditto.
11294 * ui-out.h: Ditto.
11295 * user-regs.c: Ditto.
11296 * user-regs.h: Ditto.
11297 * utils.c: Ditto.
11298 * valarith.c: Ditto.
11299 * valops.c: Ditto.
11300 * valprint.c: Ditto.
11301 * valprint.h: Ditto.
11302 * value.c: Ditto.
11303 * varobj.c: Ditto.
11304 * varobj.h: Ditto.
11305 * vec.h: Ditto.
11306 * xcoffread.c: Ditto.
11307 * xcoffsolib.c: Ditto.
11308 * xcoffsolib.h: Ditto.
11309 * xml-syscall.c: Ditto.
11310 * xml-tdesc.c: Ditto.
11311
9a2b4c1b
MS
113122011-01-05 Michael Snyder <msnyder@vmware.com>
11313
11314 * cli/cli-cmds.c: Shorten lines of >= 80 columns.
11315 * cli/cli-decode.c: Ditto.
11316 * cli/cli-dump.c: Ditto.
11317 * cli/cli-logging.c: Ditto.
11318 * cli/cli-script.c: Ditto.
11319 * cli/cli-setshow.c: Ditto.
11320 * common/signals.c: Ditto.
11321 * mi/mi-cmd-break.c: Ditto.
11322 * mi/mi-cmd-disas.c: Ditto.
11323 * mi/mi-cmd-stack.c: Ditto.
11324 * mi/mi-cmd-var.c: Ditto.
11325 * mi/mi-cmds.c: Ditto.
11326 * mi/mi-common.h: Ditto.
11327 * mi/mi-console.c: Ditto.
11328 * mi/mi-interp.c: Ditto.
11329 * mi/mi-main.c: Ditto.
11330 * osf-share/cma_attr.c: Ditto.
11331 * osf-share/cma_deb_core.h: Ditto.
11332 * osf-share/cma_debug_client.h: Ditto.
11333 * osf-share/cma_handle.h: Ditto.
11334 * osf-share/cma_mutex.h: Ditto.
11335 * osf-share/cma_stack_int.h: Ditto.
11336 * osf-share/cma_tcb_defs.h: Ditto.
11337 * python/py-auto-load.c: Ditto.
11338 * python/py-breakpoint.c: Ditto.
11339 * python/py-cmd.c: Ditto.
11340 * python/py-frame.c: Ditto.
11341 * python/py-objfile.c: Ditto.
11342 * python/py-param.c: Ditto.
11343 * python/py-progspace.c: Ditto.
11344 * python/py-symbol.c: Ditto.
11345 * python/py-value.c: Ditto.
11346 * python/python-internal.h: Ditto.
11347 * python/python.c: Ditto.
11348 * tui/tui-data.c: Ditto.
11349 * tui/tui-disasm.c: Ditto.
11350 * tui/tui-hooks.c: Ditto.
11351 * tui/tui-io.c: Ditto.
11352 * tui/tui-layout.c: Ditto.
11353 * tui/tui-regs.c: Ditto.
11354 * tui/tui-source.c: Ditto.
11355 * tui/tui-stack.c: Ditto.
11356 * tui/tui-win.c: Ditto.
11357 * tui/tui-windata.c: Ditto.
11358 * tui/tui-winsource.c: Ditto.
11359
44944448
JB
113602011-01-05 Joel Brobecker <brobecker@adacore.com>
11361
11362 * configure.ac, gdb.1: Copyright year update.
11363
ebedcab5
JK
113642011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11365
11366 * frame.c (get_prev_frame_1) <UNWIND_INNER_ID>: New variables
11367 this_pc_in_block, morestack_msym and morestack_name. Check for
11368 "__morestack" minimal symbol there.
11369
e5cc9f32
JB
113702011-01-03 Joel Brobecker <brobecker@adacore.com>
11371
11372 * symfile.c (find_sym_fns): Add call to dont_repeat.
11373
7b6bb8da
JB
113742011-01-01 Joel Brobecker <brobecker@adacore.com>
11375
11376 Copyright year update in most files (performed by copyright.sh).
11377
71ce852c
JB
113782011-01-01 Joel Brobecker <brobecker@adacore.com>
11379
11380 * top.c (print_gdb_version): Update copyright year in version output.
0e2de366 11381
c3c1ebe8 11382For older changes see ChangeLog-2010.
c906108c
SS
11383\f
11384Local Variables:
11385mode: change-log
11386left-margin: 8
11387fill-column: 74
11388version-control: never
57da7796 11389coding: utf-8
c906108c 11390End:
This page took 1.878753 seconds and 4 git commands to generate.