63814faa07f54fd37e4d9e7f19a776196b75be56
[binutils-gdb.git] / gdb / ChangeLog
1 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * dwarf2read.c (read_func_scope, read_structure_type)
4 (read_common_block): Check for a NULL return from new_symbol.
5
6 2010-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * dwarf2read.c (dwarf2_read_index): Return on no SEC_HAS_CONTENTS.
9
10 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11
12 * dwarf2read.c (read_structure_type): Move processing of
13 fields and member functions from here...
14 (process_structure_scope): ... to here.
15
16 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17
18 * gnu-v3-abi.c (gnuv3_print_method_ptr): Do not use
19 the domain type.
20 (gnuv3_make_method_ptr): Likewise.
21
22 2010-09-08 Tom Tromey <tromey@redhat.com>
23
24 * breakpoint.c (create_breakpoint): Add missing _().
25
26 2010-09-08 Doug Evans <dje@google.com>
27
28 * dwarf2-frame.h (dwarf2_frame_build_info): Delete, unused.
29
30 2010-09-08 Tom Tromey <tromey@redhat.com>
31
32 Revert:
33 2010-09-01 Tom Tromey <tromey@redhat.com>
34 * dwarf2read.c, gdbtypes.c, psymtab.c, symfile.h, symtab.c,
35 symtab.h: Revert earlier change.
36
37 2010-09-09 Sami Wagiaalla <swagiaal@redhat.com>
38
39 * psymtab.c (add_psymbol_to_bcache): Initialize
40 obj_section.
41 memset psymbol.ginfo.value to 0.
42
43 2010-09-06 Pedro Alves <pedro@codesourcery.com>
44
45 * infrun.c (resume): Extend comment on ignoring single-step
46 requests on vfork parents waiting for a vfork-done.
47
48 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
49 Pedro Alves <pedro@codesourcery.com>
50
51 * corelow.c (core_open): Use target_signal_from_host if CORE_GDBARCH
52 is NULL.
53 * fork-child.c (startup_inferior) <resume_signal>: Use enum
54 target_signal type.
55 * linux-nat.c (linux_nat_resume): Use target_signal_to_host before
56 calling strsignal. Use enum target_signal type for saved_signo.
57 (linux_handle_extended_wait) <signo>: Use enum target_signal type.
58 (linux_nat_wait_1): Use enum target_signal type for signo. Use
59 target_signal_to_host before calling strsignal.
60 * remote-m32r-sdi.c (m32r_wait, m32r_detach): Replace 0 by
61 TARGET_SIGNAL_0.
62
63 2010-09-06 Pedro Alves <pedro@codesourcery.com>
64 Jan Kratochvil <jan.kratochvil@redhat.com>
65
66 * common/signals.c (ANY): Remove.
67 (SET): No longer use ANY.
68
69 2010-09-06 Yao Qi <yao@codesourcery.com>
70
71 * infrunc(resume): When inferior is waiting_for_vfork_done,
72 clear step and don't use displaced stepping.
73
74 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
75
76 * breakpoint.c (can_use_hardware_watchpoint): Handle the first
77 value specially.
78
79 2010-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 Code cleanup - split print_stop_reason.
82 * infrun.c (enum inferior_stop_reason): Remove.
83 (print_stop_reason): Remove by splitting into ...
84 (print_exited_reason, print_signal_exited_reason)
85 (print_no_history_reason, print_signal_received_reason)
86 (print_end_stepping_range_reason): ... these new functions. Update
87 the preceding comment.
88 (handle_inferior_event): Change the calls to print_exited_reason,
89 print_signal_exited_reason, print_no_history_reason,
90 print_signal_received_reason, print_end_stepping_range_reason.
91 (handle_step_into_function, handle_step_into_function_backward):
92 Change the calls to print_end_stepping_range_reason.
93
94 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
95
96 * breakpoint.c (save_breakpoints): Use RETURN_MASK_ALL.
97 * cli-out.c: Include vec.h.
98 (cli_field_fmt, cli_spaces, cli_text, cli_message, cli_flush): New
99 variable stream, initialize it, use it.
100 (cli_redirect): New function comment. Replace the stream and
101 original_stream fields by the new streams field. Remove the
102 original_stream != NULL conditional, assert error on NULL instead.
103 (out_field_fmt, field_separator): New variable stream, initialize it, use it.
104 (cli_out_data_ctor): Assert non-NULL stream. Replace the stream and
105 original_stream fields by the new streams field.
106 (cli_out_set_stream): Replace the stream field by the new streams
107 field.
108 * cli-out.h: Include vec.h.
109 (ui_filep): New typedef, call DEF_VEC_P for it.
110 (struct cli_ui_out_data): Replace the stream and original_stream
111 fields by the new streams field.
112 * cli/cli-logging.c (set_logging_redirect): Call ui_out_redirect with
113 NULL first. Extend the comment.
114 (handle_redirections): Call ui_out_redirect with output.
115 * python/py-breakpoint.c (bppy_get_commands): Move ui_out_redirect
116 calls outside of the TRY_CATCH block.
117
118 2010-09-03 Joel Brobecker <brobecker@adacore.com>
119
120 GDB 7.2 released.
121
122 2010-09-02 Joel Brobecker <brobecker@adacore.com>
123
124 Back out the following change:
125 | 2010-06-29 Hui Zhu <teawater@gmail.com>
126 | * record.c (set_record_pic_cmdlist,
127 | show_record_pic_cmdlist): New variables.
128 | (set_record_pic_command,
129 | show_record_pic_command): New functions.
130 | (record_pic_function, record_pic_line, record_pic_enum,
131 | set_record_pic_type, record_pic_hide_nofunction,
132 | record_pic_hide_nosource, record_pic_hide_same): New variables.
133 | (record_pic_fputs): New function.
134 | (function_list, node_list, edge_list): New struct.
135 | (function_list, node_list, edge_list): New variables.
136 | (record_pic_cleanups, record_pic_node,
137 | record_pic_edge, cmd_record_pic): New functions.
138 | (_initialize_record): Add new commands for record pic.
139
140 2010-09-02 Daniel Jacobowitz <dan@codesourcery.com>
141
142 * config.in, configure: Regenerated.
143 * configure.ac: Check for waitpid.
144 * ser-pipe.c (pipe_close): Wait for the program to exit.
145
146 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 * cli/cli-logging.c: Include gdb_assert.h.
149 (set_logging_overwrite): New function.
150 (logging_redirect): New comment.
151 (logging_no_redirect_file, set_logging_redirect)
152 (pop_output_files) <logging_no_redirect_file>: New.
153 (handle_redirections) <!logging_redirect>: New variable
154 no_redirect_file. Remove file autoclose for tee_file_new. No longer
155 discard cleanup for the close of former OUTPUT. Set
156 LOGGING_NO_REDIRECT_FILE.
157 (handle_redirections) <logging_redirect>: gdb_assert
158 LOGGING_NO_REDIRECT_FILE.
159 (show_logging_command) <logging_redirect handling>: Adjust messages
160 for SAVED_FILENAME not NULL.
161 (_initialize_cli_logging): Install set_logging_overwrite and
162 set_logging_redirect.
163
164 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * iq2000-tdep.c (iq2000_scan_prologue): Initialize SAL.END.
167
168 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
169
170 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT): Convert it to the no- form.
171 (monitor.o): Replace $(INTERNAL_WARN_CFLAGS) by $(INTERNAL_CFLAGS) and
172 add $(GDB_WARN_CFLAGS_NO_FORMAT).
173 (printcmd.o): Replace $(INTERNAL_CFLAGS_BASE) by $(INTERNAL_CFLAGS).
174
175 2010-09-02 Yao Qi <yao@codesourcery.com>
176
177 * linux-nat.c (status_to_str): Use WTERMSIG to extract the signal
178 number from a WIFSIGNALED status.
179
180 2010-09-01 Tom Tromey <tromey@redhat.com>
181
182 * symtab.h (lookup_type_symbol): Declare.
183 * symtab.c (lookup_symbol_in_language_full): Rename from
184 lookup_symbol_in_language. Add 'for_type' argument.
185 (lookup_symbol_in_language): New function.
186 (lookup_type_symbol): Likewise.
187 (lookup_symbol_aux): Add 'for_type' argument.
188 (match_symbol_aux): New function.
189 (lookup_symbol_aux_symtabs): Use expand_one_symtab_matching.
190 (match_transparent_type): New function.
191 (basic_lookup_transparent_type): Use expand_one_symtab_matching.
192 * symfile.h (struct quick_symbol_functions)
193 <pre_expand_symtabs_matching>: Remove.
194 <expand_one_symtab_matching>: New field.
195 * psymtab.c (expand_one_symtab_matching_psymtabs): New function.
196 (pre_expand_symtabs_matching_psymtabs): Remove.
197 (psym_functions): Update.
198 * gdbtypes.c (lookup_typename): Use lookup_type_symbol.
199 * dwarf2read.c (dw2_lookup_symbol): Update comment.
200 (dw2_pre_expand_symtabs_matching): Remove.
201 (dw2_expand_one_symtab_matching): New function.
202 (dwarf2_gdb_index_functions): Update.
203
204 2010-09-01 Joel Brobecker <brobecker@adacore.com>
205
206 * NEWS: Add entry announcing GDBserver support on powerpc-lynxos.
207
208 2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
209
210 * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
211 as a feature reported by -list-target-features.
212
213 2010-09-01 Joel Brobecker <brobecker@adacore.com>
214
215 * features/Makefile (WHICH): Add rs6000/powerpc-32.
216 (powerpc-32.o, powerpc-32.c): New rules.
217 (clean): Also remove powerpc-32.c.
218 * regformats/rs6000/powerpc-32.dat: Generate.
219
220 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
221
222 * symfile.c (reread_symbols): Use psymbol_bcache_free, and
223 psymbol_bcache_init.
224 * psymtab.h (psymbol_bcache_init): New function prototype.
225 (psymbol_bcache_free): New function prototype.
226 (psymbol_bcache_get_bcache): New function prototype.
227 * psymtab.c (psymbol_bcache_init): New function.
228 (psymbol_bcache_free): New function.
229 (psymbol_bcache_full): New function.
230 (psymbol_bcache_get_bcache): New function.
231 (add_psymbol_to_bcache): use psymbol_bcache_full.
232 * objfiles.h (psymbol_cache): Change type of psymbol_cache to
233 psymbol_bcache.
234 * symmisc.c (print_symbol_bcache_statistics): Updated.
235 (print_objfile_statistics): Updated.
236 * objfiles.c (allocate_objfile): Use psymbol_bcache_init to initialize
237 psymbol_cache.
238 (free_objfile): Use psymbol_bcache_free.
239
240 2010-08-31 Tom Tromey <tromey@redhat.com>
241
242 PR c++/11961:
243 * dwarf2read.c (new_symbol_full) <DW_TAG_template_type_param>:
244 Don't set TYPE_NAME on the type.
245
246 2010-08-31 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
247
248 * infrun.c (set_exec_direction_func): Error out if target does not
249 support reverse execution.
250
251 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
252
253 Make linux_get_siginfo_type `type *' unique.
254 * linux-tdep.c (linux_gdbarch_data_handle, struct linux_gdbarch_data)
255 (init_linux_gdbarch_data, get_linux_gdbarch_data): New.
256 (linux_get_siginfo_type): New variable linux_gdbarch_data. Initialize
257 it. Use linux_gdbarch_data->siginfo_type as a persistent storage.
258 (_initialize_linux_tdep): New.
259
260 2010-08-31 Jan Kratochvil <jan.kratochvil@redhat.com>
261
262 Code cleanup.
263 * defs.h (find_memory_region_ftype): New typedef.
264 (exec_set_find_memory_regions): Use it.
265 * exec.c (exec_set_find_memory_regions): Use find_memory_region_ftype.
266 * fbsd-nat.c (fbsd_find_memory_regions): Likewise.
267 * gcore.c (objfile_find_memory_regions): Likewise.
268 * gnu-nat.c (gnu_find_memory_regions): Likewise.
269 * linux-nat.c (linux_nat_find_memory_regions): Likewise.
270 * procfs.c (iterate_over_mappings_cb_ftype): Remove.
271 (iterate_over_mappings): Rename iterate_over_mappings_cb_ftype to
272 find_memory_region_ftype.
273 (insert_dbx_link_bpt_in_region): Likewise.
274 (iterate_over_mappings): Likewise. Drop the comment part about the
275 function prototype.
276 (find_memory_regions_callback): Use find_memory_region_ftype.
277 (proc_find_memory_regions): Likewise.
278 (info_mappings_callback): Rename iterate_over_mappings_cb_ftype to
279 find_memory_region_ftype.
280 * target.c (dummy_find_memory_regions): Use find_memory_region_ftype.
281 * target.h (struct target_ops) <to_find_memory_regions>: Likewise.
282
283 2010-08-31 Sami Wagiaalla <swagiaal@redhat.com>
284
285 * psymtab.c (add_psymbol_to_bcache): Remove 'static' from
286 'static partial_symbol psymbol'.
287 (psymbol_hash): New function.
288 (psymbol_compare): New function.
289 * bcache.c (hash_continue): New.
290 (hash): Use hash_continue.
291 * bcache.c: Add hash_function and compare_function
292 pointers to bcache struct.
293 (bcache_full): Use bcache->hash_function, and
294 bcache->compare_function.
295 (bcache_compare): New function.
296 (bcache_xmalloc): Take hash_function and
297 compare_function arguments and initialize the
298 bcach's pointers.
299 Updated comment.
300 * objfiles.c (allocate_objfile): Updated.
301 * symfile.c (reread_symbols): Updated.
302 * python/py-type.c (typy_richcompare): Updated.
303
304 2010-08-30 Andre Poenitz <andre.poenitz@nokia.com>
305 Tom Tromey <tromey@redhat.com>
306
307 PR python/11792:
308 * python/py-value.c (valpy_get_dynamic_type): New function.
309 (value_object_getset): Add "dynamic_type".
310 (valpy_get_type): Fail on error.
311
312 2010-08-30 Yao Qi <yao@codesourcery.com>
313
314 * arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
315 (arm_linux_syscall_next_pc): New.
316 (arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
317 (arm_linux_init_abi): Initialize syscall_next_pc.
318 * arm-tdep.c (thumb_get_next_pc_raw): Get next pc of SWI in Thumb mode.
319 (arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
320 * arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
321 Declare arm_frame_is_thumb.
322
323 2010-08-30 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 Code cleanup.
326 * breakpoint.c (bpstat_alloc): Remove unused prototype.
327 (bpstat_alloc): Change parameters cbs to bs_link_pointer. Adjust the
328 code.
329 (bpstat_stop_status): Change root_bs into bs_head and bs_link. Adjust
330 calls of bpstat_alloc. Remove explicit bs chain termination.
331
332 2010-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 Code cleanup.
335 * linux-nat.c (pull_pid_from_list): Rename status to statusp.
336 (my_waitpid): Likewise.
337
338 2010-08-27 Doug Evans <dje@google.com>
339
340 * dwarf2read.c (dw2_require_line_header): Read from .debug_types
341 as appropriate.
342
343 2010-08-27 Tom Tromey <tromey@redhat.com>
344
345 * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
346 TYPE_FIELD_IGNORE_BITS.
347
348 2010-08-27 Doug Evans <dje@google.com>
349
350 * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
351 the order they're defined in. munmap .debug_types buffer.
352
353 2010-08-26 Doug Evans <dje@google.com>
354
355 * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.
356 (dw2_forget_cached_source_info): Rename local cu to per_cu.
357 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching): Ditto.
358 (dw2_print_stats, dw2_expand_all_symtabs): Ditto.
359 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file): Ditto.
360 (dw2_find_symbol_file, dw2_expand_symtabs_matching): Ditto.
361 (dw2_map_symbol_filenames, dwarf2_initialize_objfile): Ditto.
362 (dwarf2_free_objfile, write_one_signatured_type): Ditto.
363 (write_psymtabs_to_index): Ditto.
364
365 2010-08-26 Pedro Alves <pedro@codesourcery.com>
366
367 * NEWS: Mention libthread_db debugging with core files.
368
369 2010-08-26 Doug Evans <dje@google.com>
370
371 * dwarf2read.c (dwarf2_build_include_psymtabs): Remove unnecessary
372 forward decl. Pass pst->dirname to dwarf_decode_lines.
373 (psymtab_include_file_name): New function.
374 (dwarf_decode_lines): Call it. Update comments.
375
376 2010-08-25 Pedro Alves <pedro@codesourcery.com>
377
378 * dwarf2read.c (inherit_abstract_dies): Handle origin die's
379 compilation unit being different from target die's.
380
381 2010-08-24 Doug Evans <dje@google.com>
382
383 PR symtab/11942
384 * dwarf2read.c (dwarf2_per_objfile): New members debug_info_type_hash,
385 debug_types_type_hash.
386 (dwarf2_cu, dwarf2_per_cu_data): Delete member type_hash.
387 All uses updated.
388 (lookup_die_type): Renamed from tag_type_to_tag. First look in
389 appropriate type_hash table. All callers updated.
390 (allocate_signatured_type_table): Renamed from
391 allocate_signatured_type_hash_table. All callers updated.
392 (create_signatured_type_table_from_index): Renamed from
393 create_signatured_type_hash_from_index. All callers updated.
394 (read_die_type): Add comment. Move actual reading to ...
395 (read_die_type_1): ... here. New function.
396 (follow_die_ref_or_sig): Tweak comment.
397 (set_die_type): Rewrite to use appropriate choice of
398 debug_info_type_hash or debug_types_type_hash.
399 (get_die_type_at_offset): New function.
400 (get_die_type): Call it.
401
402 2010-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 * python/py-type.c (typy_richcompare): Initialize worklist.
405
406 2010-08-24 Daniel Jacobowitz <dan@codesourcery.com>
407 Kazu Hirata <kazu@codesourcery.com>
408 Jonathan Larmour <jifl@eCosCentric.com>
409
410 * arm-tdep.c: Include features/arm-with-m.c.
411 (arm_psr_thumb_bit): New. Update all uses of CPSR_T to
412 call this function.
413 (arm_pc_is_thumb): Add a gdbarch argument. Update all callers.
414 Check is_m after force-mode.
415 (arm_gdbarch_init): Check the binary before the target description.
416 Add check for M profile attribute. If we have an M-profile device,
417 but no target register description, use arm-with-m. Recognize the
418 new org.gnu.gdb.arm.m-profile feature and its xpsr register.
419 (_initialize_arm_tdep): Call initialize_tdesc_arm_with_m.
420 * arm-tdep.h (XPSR_T): Define.
421 (struct gdbarch_tdep): Add is_m member.
422 * features/arm-m-profile.xml, features/arm-with-m.c,
423 features/arm-with-m.xml: New files.
424
425 2010-08-23 Doug Evans <dje@google.com>
426
427 * dwarf2read.c (read_structure_type): Add comment.
428 (read_enumeration_type): Add comment.
429 (process_enumeration_scope): Move definition of some locals
430 closer to their use.
431 (read_namespace_type): Add comment.
432 (set_die_type): Fix typo in comment.
433
434 2010-08-23 Tom Tromey <tromey@redhat.com>
435
436 PR python/11145:
437 * python/py-value.c: Include expression.h.
438 (valpy_do_cast): New function.
439 (valpy_cast): Use it.
440 (valpy_dynamic_cast): New function.
441 (valpy_reinterpret_cast): Likewise.
442 (value_object_methods): Add dynamic_cast, reinterpret_cast.
443
444 2010-08-23 Tom Tromey <tromey@redhat.com>
445
446 PR python/11391:
447 * python/py-value.c (valpy_nonzero): Don't throw error for other
448 Value types.
449
450 2010-08-23 Tom Tromey <tromey@redhat.com>
451
452 PR python/10676:
453 * python/py-type.c: Include bcache.h, vec.h.
454 (struct type_equality_entry): New.
455 (compare_strings): New function.
456 (check_types_equal): Likewise.
457 (check_types_worklist): Likewise.
458 (typy_richcompare): Likewise.
459 (type_object_type): Set tp_richcompare field.
460
461 2010-08-23 Tom Tromey <tromey@redhat.com>
462
463 PR python/10953:
464 * python/py-type.c (typy_fields): Call check_typedef.
465 (typy_template_argument): Add TRY_CATCH.
466
467 2010-08-23 Tom Tromey <tromey@redhat.com>
468
469 PR python/11915:
470 * python/py-type.c (typy_array): New function.
471 (type_object_methods): Add "array".
472
473 2010-08-20 Pedro Alves <pedro@codesourcery.com>
474
475 * python/python.c: Include "serial.h".
476 (gdbpy_event_fds): Change type to `struct serial *' a array from
477 int array.
478 (gdbpy_run_events): Change parameters. Use serial_readchar in
479 place of read.
480 (gdbpy_post_event): Use serial_write in place of write.
481 (gdbpy_initialize_events): Use serial_pipe instead of pipe, and
482 serial_async in place of add_file_handler.
483
484 2010-08-20 Pedro Alves <pedro@codesourcery.com>
485
486 * serial.h (gdb_pipe, serial_pipe): Declare.
487 * serial.c (serial_interface_lookup): Take a const char pointer.
488 (serial_fdopen): Rename to ...
489 (serial_fdopen_ops): ... this. Add an OPS parameter and use it.
490 Call the OPS' fdopen function if there is one.
491 (serial_fdopen): Rewrite as wrapper to serial_fdopen_ops.
492 (serial_pipe): New.
493 (struct serial_ops) <fdopen>: New field.
494
495 * ser-mingw.c (free_pipe_state):
496 (free_pipe_state): Close output on non-pex pipes.
497 (pipe_windows_fdopen): New.
498 (gdb_pipe): New.
499 (_initialize_ser_windows): Register pipe_windows_fdopen.
500 * ser-go32.c (gdb_pipe): New.
501 * ser-pipe.c (pipe_close): Close file descriptor even if there's
502 no state pointer.
503 (pipe_ops): Delete.
504 (gdb_pipe): New.
505
506 2010-08-20 Keith Seitz <keiths@redhat.com>
507
508 PR symtab/11465:
509 * dwarf2read.c (struct delayed_method_info): New struct.
510 (struct dwarf2_cu): Add vector method_list.
511 (scan_partial_symbols): Count methods for union, class, structure,
512 and interface types.
513 (add_to_method_list): New function.
514 (free_delayed_list): New function.
515 (compute_delayed_physnames): New function.
516 (process_full_comp_unit): Make a cleanup for the CU's delayed
517 physname list, compute the delayed physnames, and free the
518 the list.
519 (dwarf2_add_member_fn): For C++ and Java, delay the computation
520 of the physname until after the CU is read.
521
522 * dwarf2read.c (read_structure_type): Check if the current
523 DIE's type was already completed after dwarf2_full_name
524 was called.
525
526 2010-08-19 Stan Shebs <stan@codesourcery.com>
527
528 * NEWS: Mention some additional changes.
529
530 2010-08-19 Tom Tromey <tromey@redhat.com>
531
532 * Makefile.in (install-python): Add DESTDIR.
533
534 2010-08-19 Doug Evans <dje@google.com>
535
536 PR exp/11926
537 * parser-defs.h (parse_float, parse_c_float): Declare.
538 * parse.c (parse_float, parse_c_float): New function.
539 * c-exp.y (parse_number): Call parse_c_float.
540 * objc-exp.y (parse_number): Ditto.
541 * p-exp.y (parse_number): Ditto. Use ANSI/ISO-style definition.
542 * jv-exp.y (parse_number): Call parse_float, fix suffix handling.
543
544 2010-08-19 Joel Brobecker <brobecker@adacore.com>
545
546 * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
547 the arguments in the correct order.
548 * symtab.c (maybe_add_partial_symtab_filename): Declare
549 the arguments in the correct order.
550
551 2010-08-19 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * varobj.c (varobj_create): Replace variable old_fi with old_id,
554 initialize it by null_frame_id, wrap its usage by get_frame_id,
555 frame_id_p and frame_find_by_id.
556
557 2010-08-18 Tom Tromey <tromey@redhat.com>
558
559 PR python/11900:
560 * configure: Rebuild.
561 * configure.ac: Add install-python to CONFIG_INSTALL.
562 * Makefile.in (install-python): New.
563
564 2010-08-18 Doug Evans <dje@google.com>
565
566 * gdb_assert.h (gdb_assert_not_reached): New macro.
567 (gdb_assert_fail): Fix typo in comment.
568 * avr-tdep.c (avr_return_value): Use gdb_assert_not_reached instead of
569 gdb_assert (0).
570 * darwin-nat.c (darwin_check_new_threads): Ditto.
571 * dwarf2read.c (dwarf2_get_section_info): Ditto.
572 (munmap_section_buffer): Ditto.
573 * m32c-tdep.c (make_types): Ditto.
574 (m32c_decode_srcdest4, m32c_decode_sd23, m32c_frame_base): Ditto.
575 * macroexp.c (get_character_constant): Ditto.
576 (get_string_literal): Ditto.
577 * mep-tdep.c (mep_pseudo_cr_size): Ditto.
578 (mep_pseudo_cr_index, mep_register_type): Ditto.
579 (mep_pseudo_register_read, mep_pseudo_register_write): Ditto.
580 (mep_get_insn, mep_analyze_prologue): Ditto.
581 * objfiles.c (qsort_cmp): Ditto.
582 * prologue-value.c (pv_is_identical): Ditto.
583 * record.c (record_get_loc): Ditto.
584 * value.c (value_static_field): Ditto.
585 * xtensa-tdep.c (call0_track_op): Ditto.
586
587 2010-08-18 Tom Tromey <tromey@redhat.com>
588
589 PR symtab/11919:
590 * gdbtypes.c (lookup_struct_elt_type): Clean up error emission.
591 * parse.c (parse_field_expression): Use RETURN_MASK_ERROR. Move
592 name-copying lower. Document exception behavior.
593 * completer.c (expression_completer): Catch exceptions from
594 parse_field_expression.
595
596 2010-08-18 Pedro Alves <pedro@codesourcery.com>
597
598 PR corefile/8210
599
600 * linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
601 workaround on core files.
602 (try_thread_db_load_1): Don't try enabling thread event reporting
603 on core files.
604 (thread_db_load): Allow thread_db on core files.
605 (attach_thread): Don't check thread signals on core files, nor try
606 really attaching to the thread, nor enabling thread event event
607 reporting.
608 (thread_db_detach): Don't try disabing thread event reporting or
609 removing thread event breakpoints when debugging a core file.
610 (find_new_threads_callback): Don't try enabling thread event
611 reporting on core files.
612 (thread_db_find_new_threads_2): Don't look for a stopped lwp when
613 debugging a core file.
614 (thread_db_find_new_threads): Don't update thread
615 cores (processors) when debugging a core (dump).
616
617 2010-08-18 Pedro Alves <pedro@codesourcery.com>
618
619 PR corefile/8210
620
621 * corelow.c (add_to_thread_list): Don't use
622 gdbarch_core_reg_section_encodes_pid. Use bfd_core_file_pid.
623 (get_core_register_section): Don't use
624 gdbarch_core_reg_section_encodes_pid.
625
626 * gdbarch.sh (core_reg_section_encodes_pid): Delete.
627 * gdbarch.h, gdbarch.c: Regenerate.
628 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Don't set
629 gdbarch_core_reg_section_encodes_pid.
630 * i386-sol2-tdep.c (i386_sol2_init_abi): Ditto.
631 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Ditto.
632 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
633
634 2010-08-18 Yao Qi <yao@codesourcery.com>
635
636 * MAINTAINERS : Add myself under Write After Approval.
637
638 2010-08-17 Tom Tromey <tromey@redhat.com>
639
640 * NEWS: Mention template parameter support.
641
642 2010-08-17 Pedro Alves <pedro@codesourcery.com>
643
644 PR breakpoints/11371
645
646 * breakpoint.c (decref_bp_location): Assert the reference count is
647 sane.
648
649 2010-08-17 Pedro Alves <pedro@codesourcery.com>
650
651 PR breakpoints/11371
652
653 * breakpoint.c (breakpoint_init_inferior): Decrement the
654 location's reference count instead of deleting right away.
655 (bpstat_free): Decrement the location's reference count. Make
656 static.
657 (bpstat_copy): Increment the location's reference count.
658 (bpstat_find_breakpoint): Adjust.
659 (bpstat_num): Adjust.
660 (print_it_typical): Adjust. Use the breakpoint pointer in the
661 bpstat instead of the location's owner.
662 (bpstat_alloc): Remove const qualifier from the 'bl' parameter.
663 Adjust to record the location's owner in the bpstat.
664 (watchpoint_check): Use the breakpoint pointer in the bpstat
665 instead of the location's owner.
666 (bpstat_check_breakpoint_conditions): Don't handle
667 bp_watchpoint_scope here. Use the breakpoint pointer in the
668 bpstat instead of the location's owner.
669 (bpstat_stop_status): Defer inferior function calls to after
670 building the bpstat list. Handle bp_watchpoint_scope here. Use
671 the breakpoint pointer in the bpstat instead of the location's
672 owner.
673 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
674 the location's owner.
675 (free_bp_location): Don't walk bpstats clearing locations.
676 (incref_bp_location): New.
677 (decref_bp_location): New.
678 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
679 instead of the location's owner.
680 (update_global_location_list): Clear the location's owner, and
681 decrement the location's reference count instead of deleting it
682 right away.
683 (breakpoint_retire_moribund): Decrement the location's reference
684 count instead of deleting it right away.
685 (bpstat_remove_bp_location): Delete.
686 (bpstat_remove_breakpoint): New.
687 (bpstat_remove_bp_location_callback): Delete.
688 (bpstat_remove_breakpoint_callback): New.
689 (delete_breakpoint): Iterate over all threads' stop_bpstat's
690 clearing references to the breakpoint that is being deleted.
691
692 * breakpoint.h (struct bp_location) <refc>: New field.
693 <owner>: Update comments.
694 (bpstat_free): Delete declaration.
695 (struct bpstats): Change the type of the breakpoint_at field to
696 struct breakpoint point, from struct bp_location pointer. Add new
697 field bp_location_at.
698
699 2010-08-16 Tom Tromey <tromey@redhat.com>
700
701 * NEWS: Fix typo.
702
703 2010-08-16 Tom Tromey <tromey@redhat.com>
704
705 * NEWS: Mention watch -location.
706
707 2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
708
709 * breakpoint.c (update_watchpoint): Add source empty line. Prefer
710 EXP_STRING_REPARSE to EXP_STRING.
711 (watch_command_1): Set also EXP_STRING_REPARSE.
712 (delete_breakpoint): Free also EXP_STRING_REPARSE.
713 * breakpoint.h (struct breakpoint): New field exp_string_reparse.
714 Update comment for exp_string.
715
716 2010-08-16 Tom Tromey <tromey@redhat.com>
717
718 * value.c (release_value): Clear 'next' pointer.
719 * breakpoint.c (watch_command_1): Add 'just_location' argument.
720 (watch_command_wrapper): Update.
721 (watch_maybe_just_location): New function.
722 (watch_command): Update.
723 (rwatch_command_wrapper): Update.
724 (rwatch_command): Update.
725 (awatch_command_wrapper): Update.
726 (awatch_command): Update.
727 (check_for_argument): New function.
728 (_initialize_breakpoint): Update help text.
729
730 2010-08-14 Ulrich Weigand <uweigand@de.ibm.com>
731
732 * arm-tdep.c (arm_push_dummy_call): Handle pointers to
733 typedef'ed function types correctly.
734
735 2010-08-13 Tom Tromey <tromey@redhat.com>
736
737 * python/python-internal.h (gdbpy_get_hook_function): Don't
738 declare.
739
740 2010-08-13 Jan Kratochvil <jan.kratochvil@redhat.com>
741
742 * cli/cli-logging.c (logging_overwrite, logging_redirect): Make them
743 static.
744
745 2010-08-13 Ken Werner <ken.werner@de.ibm.com>
746
747 * python/python.c (gdbpy_solib_name): Remove the const qualifier of
748 the format strings to be compatible with Python 2.4.
749
750 2010-08-13 Vladimir Prus <vladimir@codesourcery.com>
751
752 Easier and more stubborn MI memory read commands.
753
754 * mi/mi-cmds.c (mi_cmds): Register data-read-memory-bytes
755 and data-write-memory-bytes.
756 * mi/mi-cmds.h (mi_cmd_data_read_memory_bytes)
757 (mi_cmd_data_write_memory_bytes): New.
758 * mi/mi-main.c (mi_cmd_data_read_memory): Use regular target_read.
759 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory_bytes):
760 New.
761 (mi_cmd_list_features): Add "data-read-memory-bytes" feature.
762 * target.c (target_read_until_error): Remove.
763 (read_whatever_is_readable, free_memory_read_result_vector)
764 (read_memory_robust): New.
765 * target.h (target_read_until_error): Remove.
766 (struct memory_read_result, free_memory_read_result_vector)
767 (read_memory_robust): New.
768
769 2010-08-13 Hui Zhu <teawater@gmail.com>
770
771 * dwarf2read.c (load_partial_comp_unit): Initialize free_cu_cleanup.
772 (read_comp_unit): Initialize back_to.
773
774 2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
775 Pedro Alves <pedro@codesourcery.com>
776
777 * dwarf2read.c: Include "c-lang.h" and "valprint.h".
778 (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
779 (struct partial_die_info) <has_template_arguments>: New field.
780 <num_attrs>: Change type to unsigned char.
781 <building_fullname>: New field.
782 (dwarf2_build_psymtabs_hard): Set reading_partial_symbols. Only
783 allocate a CU if we don't have one already. Add a cleanup for the
784 CU.
785 (partial_die_full_name): Handle template arguments not in
786 DW_AT_name.
787 (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
788 (load_full_comp_unit): Only allocate a CU if we don't have one
789 already.
790 (do_ui_file_peek_last): New.
791 (dwarf2_compute_name): Handle template parameters not in
792 DW_AT_name.
793 (read_comp_unit): Read and free abbrevs if not read yet.
794 (load_partial_dies): Handle template arguments not in DW_AT_name.
795 (find_partial_die): If we have a CU, but no a partial dies yet,
796 also read in the CU.
797 (dwarf2_const_value_attr): New, abstracted out from
798 dwarf2_const_value.
799 (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
800 dwarf2_const_value_attr.
801 (determine_prefix): Detect and break loops created by RCVT's debug
802 info.
803 (maybe_queue_comp_unit): Bail out early if reading partial
804 symbols.
805 (follow_die_offset): Load full CU if we have no dies.
806 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
807 * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
808
809 2010-08-11 Tom Tromey <tromey@redhat.com>
810 Phil Muldoon <pmuldoon@redhat.com>
811
812 * python/python.c (gdbpy_run_events): New function.
813 (gdbpy_post_event): Likewise.
814 (gdbpy_initialize_events): Likewise.
815 (_initialize_python): Call gdbpy_initialize_events.
816
817 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
818
819 * gdb/valarith.c (vector_binop): New function.
820 (scalar_binop): Likewise.
821 (value_binop): Call scalar_binop or vector_binop depending on the types.
822 * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
823 (evaluate_subexp_with_coercion): Add vector check to not convert vectors
824 to pointers.
825 * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
826
827 2010-08-11 Brad Roberts <braddr@puremagic.com>
828
829 * d-lang.c (extract_identifiers): Handle multiple digits.
830
831 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
832
833 Code cleanup.
834 * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
835 Rename to dummy_frame_unwind.
836 (dummy_frame_unwind): Remove.
837 * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
838 * frame-unwind.c (frame_unwind_init): Use address of
839 dummy_frame_unwind and inline_frame_unwind.
840 * frame.c (create_sentinel_frame): Use address of
841 sentinel_frame_unwind.
842 * inline-frame.c (inline_frame_unwinder): Rename to
843 inline_frame_unwind.
844 (inline_frame_unwind): Remove.
845 * inline-frame.h (inline_frame_unwind): Reference directly the struct.
846 * sentinel-frame.c (sentinel_frame_unwinder): Rename to
847 sentinel_frame_unwind.
848 (sentinel_frame_unwind): Remove.
849 * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
850 struct.
851
852 2010-08-11 Jan Kratochvil <jan.kratochvil@redhat.com>
853
854 Code cleanup.
855 * frame-unwind.c (frame_unwind_find_by_frame): Remove the return type
856 and returned value. New comment from frame-unwind.h.
857 * frame-unwind.h (frame_unwind_find_by_frame): Remove the return type.
858 Extend the comment.
859 * frame.c (get_frame_id, frame_unwind_register_value)
860 (create_new_frame, get_prev_frame_1, frame_unwinder_is)
861 (get_frame_type, frame_unwind_arch): Do not use the return value of
862 frame_unwind_find_by_frame.
863
864 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
865 Thiago Jung Bauermann <bauerman@br.ibm.com>
866 Tom Tromey <tromey@redhat.com>
867
868 * python/python.c (gdbpy_solib_address): New function.
869 (gdbpy_decode_line): Likewise.
870
871 2010-08-10 Tom Tromey <tromey@redhat.com>
872
873 Revert gdb-add-index addition:
874 * Makefile.in (install-only): Don't install gdb-add-index.
875 * gdb-add-index.sh: Remove.
876
877 2010-08-09 Kevin Buettner <kevinb@redhat.com>
878
879 * remote-sim.c (gdbsim_xfer_inferior_memory): Replace
880 `target_has_execution' check with `to_has_memory' check.
881 (gdbsim_has_all_memory, gdbsim_has_memory): New functions.
882 (init_gdbsym_ops): Initialize relevant fields of `gdbsim_ops'
883 with `gdbsim_has_all_memory' and `gdbsim_has_memory'.
884
885 2010-08-09 Kevin Buettner <kevinb@redhat.com>
886
887 * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid)
888 (resume_siggnal, resume_step): Move these static globals...
889 (struct sim_inferior_data): ...into this new struct.
890 (sim_inferior_data_key, next_pid, sim_argv, gdbsim_is_open):
891 New static globals.
892 (gdb_callback, callbacks_initialized): Move these globals to
893 a point earlier in the file.
894 (check_for_duplicate_sim_descriptor, get_sim_inferior_data)
895 (get_sim_inferior_data_by_ptid, sim_inferior_data_cleanup)
896 (gdbsim_close_inferior, gdbsim_resume_inferior)
897 (gdbsim_stop_inferior): New functions.
898 (SIM_INSTANCE_NOT_NEEDED, SIM_INSTANCE_NEEDED, INITIAL_PID):
899 New constants.
900 (gdbsim_fetch_register, gdbsim_store_register, gdbsim_load)
901 (gdbsim_create_inferior, gdbsim_open, gdbsim_close, gdbsim_resume)
902 (gdbsim_stop, gdbsim_cntrl_c, gdbsim_wait)
903 (gdbsim_xfer_inferior_memory, gdbsim_files_info)
904 (gdbsim_mourn_inferior, simulator_command, gdbsim_thread_alive,
905 (gdbsim_pid_to_str): Invoke `get_sim_inferior_data' to set
906 new local variable `sim_data' in each of these functions. Use
907 `sim_data' to reference former globals `program_loaded',
908 `gdbsim_desc', `remote_sim_ptid', `resume_siggnal', and
909 `resume_step'.
910 (gdbsim_open): Remove local variable `argv'. Put results of call
911 to `gdb_buildargv' in `sim_argv' rather than in `argv'. Don't
912 make a cleanup for it. Free it though when a sim instance cannot
913 be obtained.
914 (gdbsim_close): Free sim_argv and null it out as appropriate.
915 Close sim instances in all inferiors.
916 (gdbsim_cntrl_c): Stop all inferiors.
917 (gdbsim_wait):
918 (_initialize_remote_sim): Initialize `sim_inferior_data_key'.
919
920 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
921
922 * dwarf2read.c (new_symbol): Add symbol to variable list at end of
923 function after symbol construction is complete.
924 Do the same for template symbol addition to template_symbols list.
925
926 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
927
928 * symtab.c (symbol_get_demangled_name): Remove assertion and
929 return NULL when language_specific.cplus_specific is not initialized.
930 * stabsread.c (define_symbol): Set the name before calling
931 cp_scan_for_anonymous_namespaces.
932
933 2010-08-09 Sami Wagiaalla <swagiaal@redhat.com>
934
935 * symtab.h: Renamed SYMBOL_INIT_LANGUAGE_SPECIFIC to
936 SYMBOL_SET_LANGUAGE.
937 (symbol_init_language_specific): Renamed to symbol_set_language.
938 * symtab.c (symbol_init_language_specific): Removed redundant check
939 for language_cplus.
940 Renamed to symbol_set_language.
941 * stabsread.c (define_symbol): Updated.
942 (read_enum_type): Updated
943 * psymtab.c (add_psymbol_to_bcache): Updated.
944 * minsyms.c (install_minimal_symbols): Updated.
945 * coffread.c (process_coff_symbol): SYMBOL_SET_LANGUAGE instead of
946 SYMBOL_LANGUAGE to set the language.
947 * minsyms.c (prim_record_minimal_symbol_full): Ditto.
948 * mdebugread.c (new_symbol): Ditto.
949 * cp-namespace.c (check_one_possible_namespace_symbol): Ditto.
950 * dwarf2read.c (new_symbol_full): Ditto.
951 * jv-lang.c (add_class_symbol): Ditto.
952
953 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
954
955 * defs.h (make_cleanup_restore_uinteger, make_cleanup_restore_ui_file)
956 (make_cleanup_restore_page_info)
957 (set_batch_flag_and_make_cleanup_restore_page_info): New declarations.
958 * gdbcmd.h (execute_command_to_string): New declaration.
959 * python/python.c (struct restore_ui_file_closure, restore_ui_file)
960 (make_cleanup_restore_ui_file): Move to utils.c
961 (execute_gdb_command) <to_string>: Move ...
962 * top.c (execute_command_to_string): ... here. Call
963 set_batch_flag_and_make_cleanup_restore_page_info.
964 * utils.c (make_cleanup_restore_integer): New source file blank line.
965 (make_cleanup_restore_uinteger): New.
966 (struct restore_ui_file_closure, do_restore_ui_file)
967 (make_cleanup_restore_ui_file): Move here from python/python.c.
968 (init_page_info) <batch_flag>
969 (do_restore_page_info_cleanup, make_cleanup_restore_page_info)
970 (set_batch_flag_and_make_cleanup_restore_page_info): New.
971
972 2010-08-06 Maciej W. Rozycki <macro@codesourcery.com>
973
974 * thread.c (add_thread_silent): Use null_ptid instead of
975 minus_one_ptid while getting rid of stale inferior_ptid.
976
977 2010-08-06 Corinna Vinschen <vinschen@redhat.com>
978
979 * dwarf2-frame.c (struct dwarf2_cie): Add ptr_size member.
980 Throughout, call read_encoded_value with ptr_size rather than addr_size.
981 (decode_frame_entry_1): Remove redundant setting of
982 addr_size. Call gdbarch_dwarf2_addr_size rather than gdbarch_ptr_bit
983 to determine addr_size in Dwarf versions < 4. Set ptr_size dependent
984 on examined frame section. Add comment to explain why.
985 * gdbarch.sh (dwarf2_addr_size): Define as variable. Add lengthy
986 comment to explain usage.
987 * gdbarch.c: Regenerate.
988 * gdbarch.h: Regenerate.
989
990 * xstormy16-tdep.c (xstormy16_gdbarch_init): Set dwarf2_addr_size to 4.
991
992 2010-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 Code cleanup.
995 * varobj.c (varobj_create): Move variables fi, old_fi and block to
996 a more inner block.
997
998 2010-08-05 Pedro Alves <pedro@codesourcery.com>
999
1000 * configure.tgt (alpha*-*-linux*, am33_2.0*-*-linux*, frv-*-*)
1001 (hppa*-*-linux*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1002 (microblaze*-linux-*, mips*-*-linux*, sh*-*-linux*)
1003 (sparc-*-linux*, sparc64-*-linux*, xtensa*-*-linux*): Add
1004 linux-tdep.o to gdb_target_obs.
1005
1006 2010-08-05 Marc Khouzam <marc.khouzam@ericsson.com>
1007
1008 * mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
1009 argument.
1010
1011 2010-08-05 Hui Zhu <teawater@gmail.com>
1012
1013 * mips-linux-tdep.c(regset.h): New include.
1014 (mips_supply_gregset_wrapper, mips_fill_gregset_wrapper,
1015 mips_supply_fpregset_wrapper, mips_fill_fpregset_wrapper,
1016 mips64_supply_gregset_wrapper, mips64_fill_gregset_wrapper,
1017 mips64_supply_fpregset_wrapper, mips64_fill_fpregset_wrapper,
1018 mips_linux_regset_from_core_section): New functions.
1019 (fetch_core_registers, regset_core_fns): Deleted.
1020 (mips_linux_init_abi): Add mips_linux_regset_from_core_section.
1021 Deleted regset_core_fns.
1022 * mips-tdep.c(mips_gdbarch_init): Initialize tdep->gregset,
1023 tdep->gregset64, tdep->fpregset and tdep->fpregset64.
1024 * mips-tdep.h(gdbarch_tdep): Add gregset, gregset64, fpregset
1025 and fpregset64.
1026
1027 2010-08-04 Pedro Alves <pedro@codesourcery.com>
1028
1029 * s390-tdep.c: Include linux-tdep.h.
1030 (s390_gdbarch_init): Call linux_init_abi.
1031
1032 2010-08-04 Pedro Alves <pedro@codesourcery.com>
1033
1034 * corelow.c (core_pid_to_str): Default to using normal_pid_to_str
1035 instead of printing "Thread" here.
1036 * linux-tdep.c: Include inferior.h.
1037 (linux_core_pid_to_str): New.
1038 (linux_init_abi): New.
1039 * linux-tdep.h (linux_init_abi): Declare.
1040 * alpha-linux-tdep.c: Include linux-tdep.h.
1041 (alpha_linux_init_abi): Call linux_init_abi.
1042 * amd64-linux-tdep.c (amd64_linux_init_abi): Call linux_init_abi.
1043 * arm-linux-tdep.c (arm_linux_init_abi): Call linux_init_abi.
1044 * frv-linux-tdep.c: Include linux-tdep.h
1045 (frv_linux_init_abi): Call linux_init_abi.
1046 * hppa-linux-tdep.c: Include linux-tdep.h
1047 (hppa_linux_init_abi): Call linux_init_abi.
1048 * i386-linux-tdep.c (i386_linux_init_abi): Call linux_init_abi.
1049 * ia64-linux-tdep.c: Include linux-tdep.h.
1050 (ia64_linux_init_abi): Call linux_init_abi.
1051 * m32r-linux-tdep.c: Include linux-tdep.h.
1052 (m32r_linux_init_abi): Call linux_init_abi.
1053 * m68klinux-tdep.c: Include linux-tdep.h.
1054 (m68k_linux_init_abi): Call linux_init_abi.
1055 * microblaze-linux-tdep.c: Include linux-tdep.h.
1056 (microblaze_linux_init_abi): Call linux_init_abi.
1057 * mips-linux-tdep.c: Include linux-tdep.h.
1058 (mips_linux_init_abi): Call linux_init_abi.
1059 * mn10300-linux-tdep.c: Include linux-tdep.h.
1060 (am33_linux_init_osabi): Call linux_init_abi. Rename the
1061 'gdbinfo' parameter to 'info'.
1062 * ppc-linux-tdep.c: Include linux-tdep.h.
1063 (ppc_linux_init_abi): Call linux_init_abi.
1064 * sh-linux-tdep.c: Include linux-tdep.h.
1065 (sh_linux_init_abi): Call linux_init_abi.
1066 * sparc-linux-tdep.c: Include linux-tdep.h.
1067 (sparc32_linux_init_abi): Call linux_init_abi.
1068 * sparc64-linux-tdep.c: Include linux-tdep.h.
1069 (sparc64_linux_init_abi): Call linux_init_abi.
1070 * xtensa-linux-tdep.c: Include linux-tdep.h.
1071 (xtensa_linux_init_abi): Call linux_init_abi.
1072 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): New.
1073 (i386_cygwin_init_abi): Install it as gdbarch_core_pid_to_str
1074 callback.
1075
1076 2010-08-03 Doug Evans <dje@google.com>
1077
1078 * breakpoint.c (bpdisp_text): Constify bpdisps.
1079 * solib-svr4.c (solib_break_names): Constify.
1080 (bkpt_names, main_name_list): Constify.
1081 (match_main): Constify soname arg.
1082 (bfd_lookup_symbol): Remove unnecessary forward decl.
1083 Constify symname arg.
1084 (enable_break): Constify bkpt_namep.
1085 * symtab.c (search_symbols): Constify types, types2, types3, types4.
1086 (symtab_symbol_info): Constify classnames.
1087
1088 2010-08-03 Phil Muldoon <pmuldoon@redhat.com>
1089
1090 * NEWS: Document Python value inferior function calls.
1091
1092 2010-08-02 Doug Evans <dje@google.com>
1093
1094 * dwarf2read.c (dwarf_attr_name): Add DW_AT_GNU_odr_signature.
1095
1096 2010-07-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1097
1098 * linux-thread-db.c (libthread_db_debug): New variable.
1099 (thread_db_find_new_threads_silently): Control verbosity with it.
1100 (try_thread_db_load_1, try_thread_db_load): Likewise.
1101 (find_new_threads_once): Likewise.
1102 (_initialize_thread_db): Set/show it.
1103
1104 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1105
1106 * common/signals.c (signals): Move the content to signals.def.
1107 Include it. Remove the INDENT comments.
1108
1109 2010-07-30 Tom Tromey <tromey@redhat.com>
1110
1111 * Makefile.in (install-only): Install gdb-add-index.
1112 * gdb-add-index.sh: New file.
1113
1114 2010-07-31 Renquan Cheng <crq@gcc.gnu.org>
1115
1116 * MAINTAINERS: Add myself for write after approval privileges.
1117
1118 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1119
1120 * symfile.c (addr_section_name): New function.
1121 (addrs_section_compar): Use it.
1122 (addr_info_make_relative): Use it. Move variable sect_name into a more
1123 inner block. Make ".dynbss" and ".sdynbss" checks more strict.
1124
1125 2010-07-30 Tom Tromey <tromey@redhat.com>
1126
1127 * configure: Rebuild.
1128 * configure.ac: Add missing case for Python 2.7.
1129
1130 2010-07-29 DJ Delorie <dj@redhat.com>
1131
1132 * rx-tdep.c (rx_analyze_prologue): Don't require branches to have
1133 conditions.
1134
1135 2010-07-29 Pedro Alves <pedro@codesourcery.com>
1136
1137 * PROBLEMS: Remove mention of all problems.
1138
1139 2010-07-28 Pedro Alves <pedro@codesourcery.com>
1140
1141 PR build/11848
1142 * configure.ac: Check for wresize.
1143 * configure, config.in: Regenerate.
1144 * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call
1145 with HAVE_WRESIZE.
1146
1147 2010-07-28 Tom Tromey <tromey@redhat.com>
1148
1149 PR python/11060:
1150 * python/py-type.c (typy_legacy_template_argument): New function,
1151 extracted from typy_template_argument.
1152 (typy_template_argument): Use TYPE_TEMPLATE_ARGUMENT. Return a
1153 value when needed.
1154
1155 2010-07-28 Oleg Nesterov <oleg@redhat.com>
1156
1157 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
1158
1159 2010-07-27 Tom Tromey <tromey@redhat.com>
1160
1161 * dwarf2read.c (dwarf2_const_value_data): Never sign extend.
1162
1163 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
1164
1165 * dwarf2read.c (read_subroutine_type): Improve THIS detection,
1166 handling DW_AT_object_pointer, and workaround GCC PR 43053.
1167
1168 2010-07-28 Tom Tromey <tromey@redhat.com>
1169
1170 * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h.
1171
1172 2010-07-28 Joel Brobecker <brobecker@adacore.com>
1173
1174 * remote.c (remote_download_tracepoint): Add missing gettext markup.
1175 * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
1176
1177 2010-07-28 Joel Brobecker <brobecker@adacore.com>
1178
1179 * breakpoint.c (breakpoint_re_set_one): Move call to set_language
1180 down, just before the block that parse the breakpoint addr_string.
1181
1182 2010-07-28 Tom Tromey <tromey@redhat.com>
1183
1184 PR c++/9946:
1185 * symfile.c (reread_symbols): Clear template_symbols.
1186 * symtab.h (struct symbol) <is_cplus_template_function>: New
1187 field.
1188 (SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION): New macro.
1189 (struct template_symbol): New.
1190 * symtab.c (lookup_symbol_aux_local): Use
1191 cp_lookup_symbol_imports_or_template.
1192 * objfiles.h (struct objfile) <template_symbols>: New field.
1193 * objfiles.c (relocate_one_symbol): New function.
1194 (objfile_relocate1): Use it. Relocate isolated symbols.
1195 * gdbtypes.h (struct cplus_struct_type) <n_template_arguments,
1196 template_arguments>: New fields.
1197 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
1198 (TYPE_TEMPLATE_ARGUMENTS): Likewise.
1199 (TYPE_TEMPLATE_ARGUMENT): Likewise.
1200 (lookup_typename): Update.
1201 * gdbtypes.c (lookup_typename): Constify "block" argument.
1202 * dwarf2read.c: Include vec.h.
1203 (symbolp): New typedef.
1204 (read_func_scope): Read template arguments. Allocate a
1205 template_symbol when needed.
1206 (read_structure_type): Read template arguments.
1207 (new_symbol_full): New function, from new_symbol. Handle
1208 DW_TAG_template_type_param and DW_TAG_template_value_param.
1209 (new_symbol): Rewrite as wrapper.
1210 * cp-support.h (cp_lookup_symbol_imports_or_template): Declare.
1211 * cp-namespace.c: Include language.h.
1212 (search_symbol_list): New function.
1213 (cp_lookup_symbol_imports_or_template): Likewise.
1214
1215 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
1216
1217 * tui/tui-win.c (make_visible_with_new_height): Resize and move
1218 the command window to the new size and position.
1219
1220 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
1221
1222 * tui/tui-win.c (tui_resize_all): Update the locator's origin's
1223 coordinates.
1224
1225 2010-07-28 Balazs Kezes <rlblaster@gmail.com>
1226
1227 * tui/tui-io.c (tui_handle_resize_during_io): Call tui_resize_all
1228 after a detecting a resize.
1229 * tui/tui-win.c (tui_resize_all): Remove tui_set_win_resized_to
1230 call.
1231
1232 2010-07-28 Pedro Alves <pedro@codesourcery.com>
1233
1234 * configure.ac: Check for resize_term.
1235 * configure, config.in: Regenerate.
1236
1237 2010-07-27 Joel Brobecker <brobecker@adacore.com>
1238
1239 * MAINTAINERS (Write After Approval): Reorder a couple of entries.
1240
1241 2010-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1242
1243 * dwarf2read.c (read_string): Rename to ...
1244 (read_direct_string): ... this.
1245 (skip_one_die, read_attribute_value, dwarf_decode_line_header)
1246 (dwarf_decode_lines, dwarf_decode_macros): Adjust.
1247
1248 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 * linux-nat.c (linux_nat_lp_status_is_event): New function.
1251 (count_events_callback, select_event_lwp_callback)
1252 (cancel_breakpoints_callback, linux_nat_wait_1): Use it.
1253
1254 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1255
1256 * ia64-linux-nat.c (ia64_linux_status_is_event): New function.
1257 (_initialize_ia64_linux_nat): Install it.
1258 * linux-nat.c (sigtrap_is_event, linux_nat_status_is_event)
1259 (linux_nat_set_status_is_event): New.
1260 (stop_wait_callback, count_events_callback, select_event_lwp_callback)
1261 cancel_breakpoints_callback, linux_nat_filter_event)
1262 (linux_nat_wait_1): Use linux_nat_status_is_event.
1263 * linux-nat.h (linux_nat_set_status_is_event): New prototype.
1264
1265 2010-07-27 Tom Tromey <tromey@redhat.com>
1266
1267 * NEWS: Mention labels, .gdb_index.
1268
1269 2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
1270
1271 * cli/cli-cmds.c (disassemble_command): Add support of disassemble
1272 "start,+length" form of arguments.
1273 * NEWS: Add "Changed commands" (disassemble) section for "Changes
1274 since GDB 7.1"; and merge two separated paragraphs of disassemble
1275 description in "Changes in GDB 7.0".
1276
1277 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1278
1279 * top.c (input_from_terminal_p): Return 0 on BATCH_FLAG.
1280 * utils.c (defaulted_query): Do not explicitly check for BATCH_FLAG.
1281 (fputs_maybe_filtered): Do not do filtering also on
1282 ! INPUT_FROM_TERMINAL_P.
1283
1284 2010-07-27 Joel Brobecker <brobecker@adacore.com>
1285
1286 * dwarf2read.c (dw2_find_pc_sect_symtab): Remove trailing newline
1287 in warning message.
1288
1289 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
1290
1291 * python/py-value.c (valpy_call): New Function.
1292
1293 2010-07-27 Ken Werner <ken.werner@de.ibm.com>
1294
1295 * dwarf2read.c (dwarf2_read_index): Initialize the types_list and
1296 types_list_elements variables.
1297
1298 2010-07-26 Tom Tromey <tromey@redhat.com>
1299
1300 * dwarf2loc.c (locexpr_describe_location_piece): Also recognize
1301 TLS with DW_OP_const4u or DW_OP_const8u.
1302
1303 2010-07-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
1304
1305 * ppc-linux-nat.c (store_vsx_register): Use PTRACE_GETVSXREGS to get
1306 VSX registers contents.
1307
1308 2010-07-26 Jerome Guitton <guitton@adacore.com>
1309
1310 * dwarf2read.c (add_partial_symbol): Do not add a global variable if
1311 its adress is null. Add comment to explain why.
1312 (new_symbol): Ditto.
1313
1314 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1315
1316 * linux-nat.c (linux_nat_do_thread_registers): Convert STOP_SIGNAL to
1317 the host signal first.
1318
1319 2010-07-23 Tom Tromey <tromey@redhat.com>
1320
1321 * dwarf2read.c (struct dwarf2_per_objfile) <n_type_comp_units,
1322 type_comp_units>: New fields.
1323 (dw2_get_cu): New function.
1324 (create_cus_from_index): Remove unused argument.
1325 (create_signatured_type_hash_from_index): New function.
1326 (create_addrmap_from_index): Update.
1327 (dwarf2_read_index): Handle version 2.
1328 (dw2_find_last_source_symtab, dw2_forget_cached_source_info)
1329 (dw2_lookup_symtab, dw2_do_expand_symtabs_matching)
1330 (dw2_print_stats, dw2_expand_all_symtabs)
1331 (dw2_expand_symtabs_with_filename, dw2_find_symbol_file)
1332 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Update.
1333 (dwarf2_initialize_objfile): Call create_debug_types_hash_table.
1334 (allocate_signatured_type_hash_table): New function.
1335 (add_signatured_type_cu_to_list): Likewise.
1336 (create_debug_types_hash_table): Use them. Set type_comp_units.
1337 (read_signatured_type): Ensure section data is available.
1338 (add_address_entry): Don't record empty ranges.
1339 (struct signatured_type_index_data): New.
1340 (write_one_signatured_type): New function.
1341 (write_psymtabs_to_index): Write type CUs.
1342 (save_gdb_index_command): Update comment.
1343 (process_type_comp_unit): Move inititalization of
1344 from_debug_types...
1345 (create_debug_types_hash_table): ... here.
1346
1347 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1348
1349 * gdb_gcore.sh (tmpfile): Remove the variable, its initialization,
1350 cleanup and generating of gdb script to it.
1351 (gdb): Use redirection from /dev/null. Use --nx. Turn off pagination
1352 and terminal size. Convert $tmpfile to a series of -ex-es.
1353
1354 2010-07-23 Keith Seitz <keiths@redhat.com>
1355
1356 * symtab.c (basic_lookup_transparent_type): Call pre-expand
1357 hook for STATIC_BLOCK types, too.
1358
1359 2010-07-23 Keith Seitz <keiths@redhat.com>
1360
1361 * dwarf2read.c: Remove unused typedef dwarf2_cu_per_cu_data_ptr
1362 and vector definition.
1363
1364 2010-07-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1365
1366 * linux-nat.c (cancel_breakpoint): Remove unused forward declaration.
1367
1368 2010-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1369
1370 * dwarf2read.c: Include completer.h.
1371 (save_gdb_index_command): Use matching usage command name.
1372 (_initialize_dwarf2_read): New variable c, initialize it by add_cmd.
1373 Set filename_completer for it.
1374
1375 2010-07-22 Tom Tromey <tromey@redhat.com>
1376
1377 * dwarf2read.c (create_debug_types_hash_table): Set objfile on
1378 type signature's per-CU data.
1379
1380 2010-07-22 Pedro Alves <pedro@codesourcery.com>
1381
1382 * NEWS: Mention target reported shared libraries support by
1383 default.
1384
1385 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1386
1387 PR symtab/11827
1388
1389 Revert:
1390 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1391 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1392 and DW_TAG_volatile_type.
1393 (new_symbol): Likewise.
1394
1395 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1396
1397 * eval.c (evaluate_subexp_standard): Disabled evaluation of C++
1398 function symbols before overload resolution.
1399
1400 2010-07-21 Pedro Alves <pedro@codesourcery.com>
1401
1402 * breakpoint.c (bptype_string): New, abstracted out from
1403 print_one_breakpoint_location.
1404 (print_one_breakpoint_location): Adjust.
1405 (breakpoint_1): Adjust the type column width dynamically.
1406
1407 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1408
1409 * symfile.c (find_separate_debug_file_by_debuglink): Remove
1410 a gdb_assert call, new comment.
1411
1412 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1413
1414 * linux-nat.c (linux_handle_extended_wait): Handle case when
1415 event == PTRACE_EVENT_CLONE && stopping && WSTOPSIG (status) != SIGSTOP.
1416
1417 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 Code cleanup.
1420 * linux-nat.c (linux_nat_wait_1): Reset STATUS after calling
1421 linux_nat_wait_1. Use always LP->STATUS afterwards.
1422
1423 2010-07-20 Hui Zhu <teawater@gmail.com>
1424
1425 * inf-ptrace.c (inf_ptrace_create_inferior): Initialize back_to.
1426 (inf_ptrace_attach): Ditto.
1427
1428 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 Make core files the process_stratum.
1431 * corefile.c (core_target): New variable.
1432 (core_file_command): Remove variable t, use core_target.
1433 * corelow.c (core_ops): Make it static.
1434 (init_core_ops): Change to process_stratum. Initialize CORE_TARGET.
1435 * defs.h (make_cleanup_unpush_target): New prototype.
1436 * gdbarch.h: Regenerate.
1437 * gdbarch.sh (core_pid_to_str): Remove core_stratum from its comment.
1438 * gdbcore.h (core_target): New declaration.
1439 * inf-ptrace.c (inf_ptrace_create_inferior, inf_ptrace_attach): New
1440 variables ops_already_pushed and back_to. Use push_target,
1441 make_cleanup_unpush_target and discard_cleanups calls.
1442 * record.c (record_open): Replace core_stratum by a core_bfd check.
1443 * target.c (target_is_pushed): New function.
1444 (find_core_target): Remove.
1445 * target.h (enum strata) <core_stratum>: Remove.
1446 (target_is_pushed): New declaration.
1447 (find_core_target): Remove declaration.
1448 * tracepoint.c (init_tfile_ops) <to_stratum>: Remove comment.
1449 * utils.c (do_unpush_target, make_cleanup_unpush_target): New functions.
1450
1451 2010-07-19 Hui Zhu <teawater@gmail.com>
1452
1453 * breakpoint.c (single_step_breakpoints_inserted): New
1454 function.
1455 * breakpoint.h (single_step_breakpoints_inserted): Extern.
1456 * infrun.c (maybe_software_singlestep): Add check code.
1457 * record.c (record_resume): Add code for software single step.
1458 (record_wait): Ditto.
1459
1460 2010-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 * linux-nat.c (linux_handle_extended_wait): Move variable new_lp into
1463 a more inner block. Remove its unused declaration initializer.
1464
1465 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1466
1467 * NEWS: Mention support for the new ptrace interface and hardware
1468 accelerated watchpoint conditions on powerpc-linux.
1469
1470 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
1471
1472 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
1473 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
1474 and host_address_to_string() and %s for pointers.
1475 (debug_to_remove_breakpoint): Likewise.
1476 (debug_to_region_ok_for_hw_watchpoint): Likewise.
1477 (debug_to_can_accel_watchpoint_condition): Likewise.
1478 (debug_to_stopped_data_address): Likewise.
1479 (debug_to_watchpoint_addr_within_range): Likewise.
1480 (debug_to_insert_hw_breakpoint): Likewise.
1481 (debug_to_remove_hw_breakpoint): Likewise.
1482 (debug_to_insert_watchpoint): Likewise.
1483 (debug_to_remove_watchpoint): Likewise.
1484
1485 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1486
1487 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
1488 argument.
1489 (cplus_specific): New struct.
1490 * symtab.c (symbol_set_demangled_name): Updated.
1491 Use cplus_specific for cplus symbols.
1492 (symbol_get_demangled_name): Retrive the name from the cplus_specific
1493 struct for cplus symbols.
1494 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
1495 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
1496 * symtab.c (symbol_init_cplus_specific): New function.
1497
1498 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1499
1500 * symtab.h (symbol_set_demangled_name): New function.
1501 (symbol_get_demangled_name): New function.
1502 * symtab.c (symbol_set_demangled_name): New function.
1503 (symbol_get_demangled_name): New function.
1504 (symbol_init_language_specific): Use demangled_name setter and getter.
1505 (symbol_set_names): Ditto.
1506 (symbol_natural_name): Ditto.
1507 (symbol_demangled_name): Ditto.
1508 * dwarf2read.c (new_symbol): Ditto.
1509
1510 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
1511
1512 * symtab.h: Renamed cplus_specific to mangled_lang.
1513 * symtab.c (symbol_init_language_specific): Updated.
1514 (symbol_set_names): Updated.
1515 (symbol_natural_name): Updated.
1516 (symbol_demangled_name): Updated.
1517 * ada-lang.c (ada_decode_symbol): Updated.
1518 * dwarf2read.c (new_symbol): Updated.
1519
1520 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1521
1522 * valops.c (value_assign): Do not call to value_coerce_to_target.
1523 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
1524
1525 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1526
1527 * MAINTAINERS: Add myself for write after approval privileges.
1528
1529 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
1530
1531 * c-valprint.c (c_val_print): Add embedded_offset to address in
1532 call to val_print_array_elements.
1533
1534 2010-07-13 Tom Tromey <tromey@redhat.com>
1535
1536 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
1537
1538 2010-07-13 Tom Tromey <tromey@redhat.com>
1539
1540 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
1541 objfile.
1542
1543 2010-07-13 Tom Tromey <tromey@redhat.com>
1544
1545 * symfile.c (set_initial_language): Update.
1546 (deduce_language_from_filename): Argument type now const.
1547 * symtab.h (find_main_filename): Update.
1548 (deduce_language_from_filename): Update.
1549 * symtab.c (find_main_filename): Make result const.
1550 * dwarf2read.c (dw2_find_symbol_file): Change return type.
1551 * psymtab.c (find_symbol_file_from_partial): Change return type.
1552 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
1553 Make result const.
1554
1555 2010-07-13 Tom Tromey <tromey@redhat.com>
1556
1557 * breakpoint.c (save_cmdlist): No longer static.
1558 * gdbcmd.h (save_cmdlist): Declare.
1559 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
1560 OBJF_READNOW on objfile if readnow_symbol_files.
1561 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
1562 (elf_sym_fns_gdb_index): New global.
1563 * dwarf2read.c: Include exceptions.h.
1564 (offset_type): New.
1565 (struct mapped_index): New.
1566 (dwarf2_per_cu_data_ptr): New typedef.
1567 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
1568 New fields.
1569 (GDB_INDEX_SECTION): New define.
1570 (struct dwarf2_per_cu_quick_data): New.
1571 (struct dwarf2_per_cu_data) <objfile>: New field.
1572 <psymtab>: Removed.
1573 <v>: New field.
1574 (byte_swap): New function.
1575 (MAYBE_SWAP): New macro.
1576 (INDEX_SUFFIX): New macro.
1577 (dw2_do_instantiate_symtab): New function.
1578 (dw2_instantiate_symtab): Likewise.
1579 (create_cus_from_index): Likewise.
1580 (create_addrmap_from_index): Likewise.
1581 (mapped_index_string_hash): Likewise.
1582 (find_slot_in_mapped_hash): Likewise.
1583 (dwarf2_read_index): Likewise.
1584 (dw2_setup): Likewise.
1585 (dw2_require_line_header): Likewise.
1586 (dw2_require_full_path): Likewise.
1587 (dw2_find_last_source_symtab): Likewise.
1588 (dw2_forget_cached_source_info): Likewise.
1589 (dw2_lookup_symtab): Likewise.
1590 (dw2_lookup_symbol): Likewise.
1591 (dw2_do_expand_symtabs_matching): Likewise.
1592 (dw2_pre_expand_symtabs_matching): Likewise.
1593 (dw2_print_stats): Likewise.
1594 (dw2_dump): Likewise.
1595 (dw2_relocate): Likewise.
1596 (dw2_expand_symtabs_for_function): Likewise.
1597 (dw2_expand_all_symtabs): Likewise.
1598 (dw2_expand_symtabs_with_filename): Likewise.
1599 (dw2_find_symbol_file): Likewise.
1600 (dw2_map_ada_symtabs): Likewise.
1601 (dw2_expand_symtabs_matching): Likewise.
1602 (dw2_find_pc_sect_symtab): Likewise.
1603 (dw2_map_symbol_names): Likewise.
1604 (dw2_map_symbol_filenames): Likewise.
1605 (dw2_has_symbols): Likewise.
1606 (dwarf2_gdb_index_functions): New global.
1607 (dwarf2_initialize_objfile): New function.
1608 (process_psymtab_comp_unit): Update.
1609 (add_partial_subprogram): Likewise.
1610 (dwarf2_psymtab_to_symtab): Likewise.
1611 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
1612 (process_full_comp_unit): Update.
1613 (find_file_and_directory): New function.
1614 (read_file_scope): Use find_file_and_directory.
1615 (dwarf2_per_cu_objfile): Update.
1616 (dwarf2_per_cu_addr_size): Update.
1617 (dwarf2_per_cu_offset_size): Update.
1618 (dwarf2_free_objfile): Free the index, if needed.
1619 (dwarf2_per_objfile_free): Unmap the index, if needed.
1620 (struct strtab_entry): New.
1621 (hash_strtab_entry): New function.
1622 (eq_strtab_entry): Likewise.
1623 (create_strtab): Likewise.
1624 (add_string): Likewise.
1625 (struct symtab_index_entry): New.
1626 (struct mapped_symtab): New.
1627 (hash_symtab_entry): New function.
1628 (eq_symtab_entry): Likewise.
1629 (delete_symtab_entry): Likewise.
1630 (create_index_table): Likewise.
1631 (create_mapped_symtab): Likewise.
1632 (cleanup_mapped_symtab): Likewise.
1633 (find_slot): Likewise.
1634 (hash_expand): Likewise.
1635 (add_index_entry): Likewise.
1636 (add_indices_to_cpool): Likewise.
1637 (write_hash_table): Likewise.
1638 (add_address_entry): Likewise.
1639 (write_psymbols): Likewise.
1640 (write_obstack): Likewise.
1641 (unlink_if_set): Likewise.
1642 (write_psymtabs_to_index): Likewise.
1643 (save_gdb_index_command): Likewise.
1644 (_initialize_dwarf2_read): Install "save gdb-index"
1645 command.
1646 (create_all_comp_units): Initialize 'objfile' field of CU.
1647 (dwarf2_locate_sections): Check for .gdb_index.
1648 * psymtab.h (dwarf2_gdb_index_functions): Declare.
1649 * symfile.h (dwarf2_initialize_objfile): Declare.
1650
1651 2010-07-13 Tom Tromey <tromey@redhat.com>
1652
1653 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
1654 (basic_lookup_transparent_type): Likewise.
1655 * symfile.h (struct quick_symbol_functions)
1656 <pre_expand_symtabs_matching>: New field.
1657 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
1658 (psym_functions): Update.
1659
1660 2010-07-13 Tom Tromey <tromey@redhat.com>
1661
1662 PR breakpoints/8357:
1663 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
1664 * linespec.c (decode_line_1): Update comment. Call decode_label.
1665 (decode_label): New function.
1666 (symbol_found): Handle LOC_LABEL.
1667 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
1668 domain. Call add_symbol_to_list.
1669
1670 2010-07-13 Tom Tromey <tromey@redhat.com>
1671
1672 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
1673 * dwarf2loc.c (find_location_expression): Use
1674 dwarf2_per_cu_text_offset.
1675 (dwarf2_evaluate_loc_desc): Likewise.
1676 (dwarf2_loc_desc_needs_frame): Likewise.
1677 (compile_dwarf_to_ax): Likewise.
1678 (loclist_describe_location): Likewise.
1679 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
1680 (dwarf2_per_cu_objfile): Update comment.
1681
1682 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1683
1684 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
1685 * p-lang.c (pascal_printstr): Likewise.
1686
1687 2010-07-09 Tom Tromey <tromey@redhat.com>
1688
1689 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
1690 'hint' if it is NULL.
1691
1692 2010-07-09 Hui Zhu <teawater@gmail.com>
1693
1694 * source.c (print_source_lines_base): Add check for noprint.
1695
1696 2010-07-08 Joel Brobecker <brobecker@adacore.com>
1697
1698 * python/python-config.py: Resync with Python 2.7 version of this
1699 script.
1700
1701 2010-07-08 Joel Brobecker <brobecker@adacore.com>
1702
1703 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
1704
1705 2010-07-07 Joel Brobecker <brobecker@adacore.com>
1706
1707 * NEWS: Create a new section for the next release branch.
1708 Rename the section of the current branch, now that it has
1709 been cut.
1710
1711 2010-07-07 Joel Brobecker <brobecker@adacore.com>
1712
1713 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
1714 * version.in: Bump version to 7.2.50.20100707-cvs.
1715
1716 2010-07-07 Tom Tromey <tromey@redhat.com>
1717
1718 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
1719 LOC_COMPUTED symbol.
1720 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
1721 (dwarf2_loc_desc_needs_frame): Likewise.
1722 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
1723 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
1724 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
1725 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
1726 'offset' argument.
1727 (struct dwarf2_frame_cache) <text_offset>: New field.
1728 (dwarf2_frame_cache): Set new field.
1729 (dwarf2_frame_prev_register): Update.
1730 (dwarf2_frame_sniffer): Update.
1731 (dwarf2_frame_base_sniffer): Update.
1732 (dwarf2_frame_find_fde): Add 'out_offset' argument.
1733
1734 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
1735 Thiago Jung Bauermann <bauerman@br.ibm.com>
1736
1737 Support for hw accelerated condition watchpoints in booke powerpc.
1738
1739 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
1740 and move to eval.c. Change callers.
1741 (insert_bp_location): Pass watchpoint condition in
1742 target_insert_watchpoint.
1743 (remove_breakpoint_1) Pass watchpoint condition in
1744 target_remove_watchpoint.
1745 (watchpoint_locations_match): Call
1746 target_can_accel_watchpoint_condition.
1747 * eval.c: Include wrapper.h.
1748 (fetch_subexp_value): Moved from breakpoint.c.
1749 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
1750 Formatting fix.
1751 (can_use_watchpoint_cond_accel): New function.
1752 (calculate_dvc): Likewise.
1753 (num_memory_accesses): Likewise.
1754 (check_condition): Likewise.
1755 (ppc_linux_can_accel_watchpoint_condition): Likewise
1756 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
1757 check_condition and calculate_dvc.
1758 (ppc_linux_remove_watchpoint): Likewise.
1759 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
1760 ppc_linux_can_accel_watchpoint_condition
1761 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
1762 condition.
1763 (debug_to_remove_watchpoint): Likewise.
1764 (debug_to_can_accel_watchpoint_condition): New function.
1765 (update_current_target): Set to_can_accel_watchpoint_condition.
1766 (setup_target_debug): Set to_can_accel_watchpoint_condition.
1767 * target.h: Add opaque declaration for struct expression.
1768 (struct target_ops) <to_insert_watchpoint>,
1769 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
1770 <to_can_accel_watchpoint_condition>: New member.
1771 condition. Update all callers and implementations.
1772 (target_can_accel_watchpoint_condition): New macro.
1773 * value.c (free_value_chain): New function.
1774 * value.h (fetch_subexp_value): New prototype.
1775 (free_value_chain): Likewise.
1776
1777 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
1778
1779 * linux-nat.c (linux_nat_do_thread_registers): Use section size
1780 from gdbarch_core_regset_sections also for .reg if present.
1781
1782 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
1783 section size for .reg.
1784 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
1785 (ppc_linux_vmx_regset_sections): Likewise.
1786 (ppc_linux_fp_regset_sections): Likewise.
1787 (ppc64_linux_vsx_regset_sections): New variable.
1788 (ppc64_linux_vmx_regset_sections): Likewise.
1789 (ppc64_linux_fp_regset_sections): Likewise.
1790 (ppc_linux_init_abi): Install core_regset_section lists appropriate
1791 for current word size.
1792
1793 2010-07-06 Joel Brobecker <brobecker@adacore.com>
1794
1795 * server.c (myresume): Make static.
1796
1797 2010-07-06 Tom Tromey <tromey@redhat.com>
1798
1799 * configure, config.in: Rebuild.
1800 * configure.ac (HAVE_LIBPYTHON2_7): New define.
1801 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
1802
1803 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
1804
1805 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
1806 "clear".
1807
1808 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
1809
1810 * gdbtypes.h (floatformats_ieee_half): Add declaration.
1811 * gdbtypes.c (floatformats_ieee_half): New variable.
1812 * doublest.c (floatformat_from_length): Set format to
1813 gdbarch_half_format if length matches.
1814 * gdbarch.sh (half_bit): New architecture method.
1815 (half_format): Likewise.
1816 * gdbarch.h: Regenerate.
1817 * gdbarch.c: Likewise.
1818
1819 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1820 Joel Brobecker <brobecker@adacore.com>
1821
1822 Fix re-run of PIE executable, PR shlibs/11776.
1823 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
1824 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
1825
1826 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1827 Joel Brobecker <brobecker@adacore.com>
1828
1829 * auxv.c (memory_xfer_auxv): Update attach comment.
1830 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
1831 svr4_relocate_main_executable.
1832 (svr4_solib_create_inferior_hook): Make the call to
1833 svr4_relocate_main_executable unconditional.
1834
1835 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1836 Joel Brobecker <brobecker@adacore.com>
1837
1838 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
1839
1840 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1841 Joel Brobecker <brobecker@adacore.com>
1842
1843 Fix attaching to PIEs prelinked on the disk after the process was
1844 started.
1845 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
1846 Verify it against bfd_get_arch_size. Try to match arbitrary
1847 displacement for the phdrs comparison.
1848
1849 2010-07-02 Tom Tromey <tromey@redhat.com>
1850
1851 PR exp/11780:
1852 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
1853 value as optimized-out.
1854
1855 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
1856 Thiago Jung Bauermann <bauerman@br.ibm.com>
1857
1858 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
1859 represent?" question in comment. Change comment to a proper sentence.
1860
1861 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
1862
1863 * c-valprint.c (c_val_print): Fix printing of character vectors.
1864
1865 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1866
1867 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
1868 create_breakpoint prototype.
1869
1870 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1871
1872 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
1873 usefulness suggestion of multiple breakpoints at same location.
1874
1875 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1876
1877 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
1878
1879 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1880
1881 * dwarf2loc.c (locexpr_tracepoint_var_ref)
1882 (loclist_tracepoint_var_ref): Handle optimized out values.
1883
1884 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1885
1886 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
1887 unnecessary space in string.
1888 * filesystem.c (_initialize_filesystem): Ditto.
1889 * frame.c (_initialize_frame): Ditto.
1890 * infcmd.c (step_once): Ditto.
1891 * infrun.c (_initialize_infrun): Ditto.
1892 * linux-nat.c (linux_child_follow_fork): Ditto.
1893 * maint.c (maintenance_deprecate): Ditto.
1894 * memattr.c (_initialize_mem): Ditto.
1895 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1896 * monitor.c (monitor_open): Ditto.
1897 * procfs.c (procfs_xfer_memory): Ditto.
1898 * reverse.c (bookmarks_info): Ditto.
1899 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
1900 * stack.c (_initialize_stack): Ditto.
1901 * tracepoint.c (_initialize_tracepoint): Ditto.
1902 * xtensa-tdep.c (xtensa_supply_gregset,
1903 xtensa_regset_from_core_section): Ditto.
1904
1905 2010-07-01 Tom Tromey <tromey@redhat.com>
1906
1907 * value.h (struct lval_funcs) <check_any_valid>: Rename from
1908 check_all_valid.
1909 * value.c (value_entirely_optimized_out): Invert result. Update
1910 for new function name.
1911
1912 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1913
1914 Static tracepoints support.
1915
1916 * NEWS: Mention new support for static tracepoints.
1917 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
1918 qXfer:statictrace:read.
1919 (New features in the GDB remote stub, GDBserver): Mention static
1920 tracepoints support using an UST based backend.
1921 (New commands): Mention "info static-tracepoint-markers" and
1922 "strace".
1923 * breakpoint.c (is_marker_spec): New.
1924 (is_tracepoint): Handle static tracepoints.
1925 (validate_commands_for_breakpoint): Static tracepoints can't do
1926 while-stepping.
1927 (static_tracepoints_here): New.
1928 (bpstat_what): Handle static tracepoints.
1929 (print_one_breakpoint_location, allocate_bp_location, mention):
1930 Ditto.
1931 (create_breakpoint_sal): Ditto.
1932 (decode_static_tracepoint_spec): New.
1933 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
1934 `type_wanted'. Adjust. Handle static tracepoint marker
1935 locations.
1936 (break_command_1): Adjust.
1937 (update_static_tracepoint): New.
1938 (update_breakpoint_locations): Handle static tracepoints.
1939 (breakpoint_re_set_one): Handle static tracepoint marker
1940 locations.
1941 (disable_command, enable_command): Handle static tracepoints.
1942 (trace_command, ftrace_command): Adjust.
1943 (strace_command): New.
1944 (create_tracepoint_from_upload): Adjust.
1945 (save_breakpoints): Handle static tracepoints.
1946 (_initialize_breakpoint): Install the "strace" command.
1947 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
1948 (struct breakpoint): New fields static_trace_marker_id and
1949 static_trace_marker_id_idx.
1950 (breakpoints_here_p): Declare.
1951 (create_breakpoint): Adjust.
1952 (static_tracepoints_here): Declare.
1953 * remote.c (struct remote_state) <static_tracepoints>: New field.
1954 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
1955 (remote_static_tracepoint_marker_at): New.
1956 (remote_static_tracepoint_markers_by_strid): New.
1957 (remote_static_tracepoint_feature): New.
1958 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
1959 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
1960 (remote_supports_static_tracepoints): New.
1961 (remote_download_tracepoint): Download static tracepoints.
1962 (init_remote_ops): Install remote_static_tracepoint_marker_at and
1963 remote_static_tracepoint_markers_by_strid.
1964 (_initialize_remote): Install set|show remote static-tracepoints,
1965 and set|show remote read-sdata-object commands.
1966 * target.c (update_current_target): Inherit and default
1967 to_static_tracepoint_marker_at, and
1968 to_static_tracepoint_markers_by_strid.
1969 * target.h (static_tracepoint_marker): Forward declare.
1970 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
1971 (static_tracepoint_marker_p): New typedef.
1972 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
1973 (struct target_ops): New fields to_static_tracepoint_marker_at and
1974 to_static_tracepoint_markers_by_strid.
1975 (target_static_tracepoint_marker_at)
1976 (target_static_tracepoint_markers_by_strid): New.
1977 * tracepoint.c: Include source.h.
1978 (validate_actionline): Handle $_sdata.
1979 (struct collection_list): New field strace_data.
1980 (add_static_trace_data): New.
1981 (clear_collection_list): Clear strace_data.
1982 (stringify_collection_list): Account for a possible static trace
1983 data collection.
1984 (encode_actions_1): Encode an $_sdata collection.
1985 (parse_tracepoint_definition): Handle static tracepoints.
1986 (parse_static_tracepoint_marker_definition): New.
1987 (release_static_tracepoint_marker): New.
1988 (print_one_static_tracepoint_marker): New.
1989 (info_static_tracepoint_markers_command): New.
1990 (sdata_make_value): New.
1991 (_initialize_tracepoint): Create the $_sdata convenience variable.
1992 Add the "info static-tracepoint-markers" command.
1993 Mention $_sdata in the "collect" command's help output.
1994 * tracepoint.h (struct static_tracepoint_marker): New.
1995 (parse_static_tracepoint_marker_definition)
1996 (release_static_tracepoint_marker): Declare.
1997 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
1998 * python/py-breakpoint.c (bppy_new): Adjust.
1999
2000 2010-06-30 Joel Brobecker <brobecker@adacore.com>
2001
2002 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
2003 including Python.h.
2004
2005 2010-06-29 Doug Evans <dje@google.com>
2006
2007 PR gdb/11702
2008 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
2009 DW_AT_external is present.
2010
2011 PR gdb/11702
2012 * NEWS: Add entry.
2013 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
2014 create a symbol for the field and record the value.
2015 (new_symbol): Handle DW_TAG_member.
2016 * gdbtypes.c (field_is_static): Remove FIXME.
2017 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
2018 only ignore LOC_CONST symbols that are enums.
2019
2020 * dwarf2read.c: Remove trailing whitespace.
2021
2022 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
2023 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
2024 (struct main_type, field loc): Delete dwarf_block.
2025 (FIELD_DWARF_BLOCK): Delete.
2026 (SET_FIELD_DWARF_BLOCK): Delete.
2027 (TYPE_FIELD_DWARF_BLOCK): Delete.
2028 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
2029 Update.
2030
2031 2010-06-29 Hui Zhu <teawater@gmail.com>
2032
2033 * record.c (set_record_pic_cmdlist,
2034 show_record_pic_cmdlist): New variables.
2035 (set_record_pic_command,
2036 show_record_pic_command): New functions.
2037 (record_pic_function, record_pic_line, record_pic_enum,
2038 set_record_pic_type, record_pic_hide_nofunction,
2039 record_pic_hide_nosource, record_pic_hide_same): New variables.
2040 (record_pic_fputs): New function.
2041 (function_list, node_list, edge_list): New struct.
2042 (function_list, node_list, edge_list): New variables.
2043 (record_pic_cleanups, record_pic_node,
2044 record_pic_edge, cmd_record_pic): New functions.
2045 (_initialize_record): Add new commands for record pic.
2046
2047 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2048
2049 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
2050 ALLOCATE_CPLUS_STRUCT_TYPE.
2051
2052 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2053 Tom Tromey <tromey@redhat.com>
2054 Thiago Jung Bauermann <bauerman@br.ibm.com>
2055
2056 * value.c (pack_unsigned_long): New function.
2057 (value_from_ulongest): New function.
2058 * value.h (value_from_ulongest): Declare.
2059 * python/python.c (_initialize_python): Call
2060 gdbpy_initialize_thread and gdbpy_initialize_inferior.
2061 * python/python-internal.h: Define thread_object.
2062 (gdbpy_inferiors, gdbpy_selected_thread)
2063 (frame_info_to_frame_object, create_thread_object)
2064 (find_thread_object, find_inferior_object)
2065 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
2066 (gdbpy_is_value_object, get_addr_from_python): Declare.
2067 * python/py-value.c (builtin_type_upylong): Define.
2068 (convert_value_from_python): Add logic for ulongest.
2069 (gdbpy_is_value_object): New function.
2070 * python/py-utils.c (get_addr_from_python): New function.
2071 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
2072 (gdbpy_selected_frame): Use PyObject over frame_info.
2073 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
2074 py-infthread.
2075 (SUBDIR_PYTHON_SRCS): Likewise.
2076 (py-inferior.o): New Rule.
2077 (py-infthread.o): New Rule.
2078 * python/py-inferior.c: New File.
2079 * python/py-infthread.c: New File.
2080
2081 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 * c-typeprint.c (c_type_print_base): For no fields check include also
2084 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
2085 * dwarf2read.c (struct typedef_field_list)
2086 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
2087 (dwarf2_add_typedef): New.
2088 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
2089 Copy also FI.TYPEDEF_FIELD_LIST.
2090 * gdbtypes.h (struct typedef_field)
2091 (struct cplus_struct_type) <typedef_field, typedef_field_count>
2092 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
2093 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
2094
2095 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2096
2097 * cp-namespace.c (cp_lookup_nested_type): New variable
2098 concatenated_name. Turn the current return condition into a reverse
2099 one. Call also lookup_static_symbol_aux on the constructed qualified
2100 name.
2101 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
2102 other files into a called ...
2103 (lookup_static_symbol_aux): ... new function here.
2104 * symtab.h (lookup_static_symbol_aux): New prototype.
2105 * valops.c (value_maybe_namespace_elt): Call also
2106 lookup_static_symbol_aux if we failed otherwise.
2107
2108 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2109
2110 Fix PR c++/11703 and PR gdb/1448.
2111 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
2112 FIRST_ITER check.
2113
2114 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
2116 Fix modification of cplus_struct_default.
2117 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
2118 Call ALLOCATE_CPLUS_STRUCT_TYPE.
2119 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
2120
2121 2010-06-28 Joel Brobecker <brobecker@adacore.com>
2122
2123 * NEWS: Add entry announcing the python directory.
2124
2125 2010-06-28 Tom Tromey <tromey@redhat.com>
2126
2127 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
2128
2129 2010-06-28 Doug Evans <dje@google.com>
2130
2131 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
2132 All callers updated.
2133
2134 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2135
2136 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
2137 obstack_begin after each obstack_free.
2138
2139 2010-06-27 Doug Evans <dje@google.com>
2140
2141 * value.c (value_static_field): Use `switch' instead of `if'.
2142 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
2143
2144 * valops.c (search_struct_field): Fix typo in error message.
2145
2146 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
2147
2148 * dwarf2expr.c (execute_stack_op): Place preprocessor
2149 directives at the start of the source line.
2150
2151 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
2152
2153 * defs.h (make_command_stats_cleanup): Declare.
2154 (set_display_time): Declare.
2155 (set_display_space): Declare.
2156 * event-top.c (command_handler): Use make_command_stats_cleanup.
2157 * main.c (display_time, display_space): Move definitions to utils.c.
2158 (captured_main): Use make_command_stats_cleanup to get start-up
2159 statistics.
2160 Use set_display_time and set_display_space for processing OPT_STATISTICS
2161 case.
2162 * maint.c (maintenance_time_display): Use set_display_time.
2163 (maintenance_space_display): Use set_display_space.
2164 * top.c (execute_command): Remove obsolete 'maint time' code.
2165 (command_loop): Use make_command_stats_cleanup.
2166 * utils.c (struct cmd_stats): Structure for storing initial time
2167 and space usage.
2168 (display_time, display_space): Move definitions here from utils.c.
2169 (set_display_time): New function.
2170 (set_display_space): New function.
2171 (make_command_stats_cleanup): New function.
2172 (report_command_stats): New auxiliary function for
2173 make_command_stats_cleanup.
2174
2175 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2176
2177 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
2178 hosts where CORE_ADDR is long long.
2179
2180 2010-06-25 Tom Tromey <tromey@redhat.com>
2181
2182 PR python/10808:
2183 * python/python.c (execute_gdb_command): Add keywords. Accept
2184 "to_string" argument.
2185 (struct restore_ui_file_closure): New.
2186 (restore_ui_file): New function.
2187 (make_cleanup_restore_ui_file): Likewise.
2188 (GdbMethods) <execute>: Update.
2189
2190 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2191
2192 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
2193 during inferior call stack frame setup.
2194
2195 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
2196
2197 * solib-spu.c: Include "exception.h".
2198 (ocl_program_data_key): New variable.
2199 (append_ocl_sos): New function.
2200 (ocl_enable_break): Likewise.
2201 (spu_current_sos): Call append_ocl_sos.
2202 (spu_solib_loaded): Call ocl_enable_break.
2203 (_initialize_spu_solib): Register ocl_program_data_key.
2204
2205 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2206
2207 * cp-support.c (reset_directive_searched): New function.
2208 (make_symbol_overload_list_using): Prevent recursive calls.
2209
2210 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
2211
2212 * printcmd.c (print_variable_and_value): Print error message on
2213 caught exception.
2214
2215 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
2216
2217 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
2218 of stack values.
2219 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
2220 "value" member.
2221 (dwarf_expr_push): Change input type to ULONGEST.
2222 (dwarf_expr_fetch): Change return type to ULONGEST.
2223 (dwarf_expr_fetch_address): Add prototype.
2224 (dwarf2_read_address): Remove prototype.
2225 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
2226 Truncate stack values to ctx->addr_size bytes.
2227 (dwarf_expr_fetch): Change return value to ULONGEST.
2228 (dwarf_expr_fetch_address): New function.
2229 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
2230 when appropriate. Update for struct dwarf_expr_piece changes.
2231 (dwarf2_read_address): Remove.
2232 (unsigned_address_type): Remove.
2233 (signed_address_type): Remove.
2234 (execute_stack_op): Use dwarf_expr_fetch_address instead of
2235 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
2236 values. Perform operations on ULONGEST instead of on GDB values,
2237 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
2238 values and DW_OP_deref results as unsigned integers.
2239 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
2240 changes.
2241 (write_pieced_value): Likewise.
2242 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
2243 dwarf_expr_fetch when appropriate.
2244 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
2245 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
2246 instead of dwarf_expr_fetch when appropriate.
2247
2248 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
2249
2250 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
2251
2252 2010-06-24 Joel Brobecker <brobecker@adacore.com>
2253
2254 * python/python.c (_initialize_python): Add new "constant"
2255 PYTHONDIR in gdb module. Insert this path at the head of
2256 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
2257 exec its __init__.py script if it exists in that directory.
2258
2259 2010-06-24 Kevin Buettner <kevinb@redhat.com>
2260
2261 * rx-tdep.c (RX_ACC_REGNUM): Define.
2262 (RX_NUM_REGS): Redefine to 26.
2263 (rx_register_name): Add register "acc". Change order of several
2264 registers. Change name of "vct" register to "fintv" to match RX
2265 documentation.
2266 (rx_register_type): Add case for RX_ACC_REGNUM.
2267
2268 2010-06-24 Tom Tromey <tromey@redhat.com>
2269
2270 * psymtab.c (lookup_partial_symbol): Mark definition as static.
2271
2272 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2273 Tom Tromey <tromey@redhat.com>
2274
2275 Fix GDB startup on readonly filesystem.
2276 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
2277
2278 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2279 Pedro Alves <pedro@codesourcery.com>
2280
2281 Fix PR 9436.
2282 * breakpoint.c (handle_jit_event): New function.
2283 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
2284 jit, err, table and bs_class. New variables shlib_event, jit_event,
2285 this_action and bptype. Change bs_class assignments to this_action
2286 assignments. new unhandled bptype internal error. Move here
2287 shlib_event and jit_event handling from handle_inferior_event.
2288 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
2289 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
2290 BPSTAT_WHAT_CHECK_JIT.
2291 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
2292 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
2293 (handle_inferior_event): Reinitialize frame and gdbarch after
2294 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
2295 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
2296 gdbarch when frame gets reinitialized.
2297
2298 2010-06-24 Hui Zhu <teawater@gmail.com>
2299
2300 * printcmd.c (ui_printf): New function.
2301 (printf_command): Call ui_printf.
2302 (_initialize_printcmd): New command "eval".
2303
2304 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
2305
2306 * infrun.c (handle_inferior_event): Handle presence of single-step
2307 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
2308 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
2309 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
2310 * breakpoint.c (detach_single_step_breakpoints): New function.
2311 (detach_breakpoints): Call it.
2312 (cancel_single_step_breakpoints): New function.
2313 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
2314
2315 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
2316 (spu_gdbarch_init): Install it.
2317
2318 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2319
2320 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
2321 * configure: Regenerate.
2322
2323 2010-06-22 Hui Zhu <teawater@gmail.com>
2324
2325 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
2326 (i386_process_record): Ditto.
2327 * record.c (record_memory_query): New variable.
2328 (_initialize_record): New command "set record memory-query".
2329 * record.h (record_memory_query): New extern.
2330
2331 2010-06-21 Doug Evans <dje@google.com>
2332
2333 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
2334 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
2335 (i386_syscall_p): Change type of lengthp to int.
2336 (i386_displaced_step_fixup): Handle kernels that run one past a
2337 syscall insn.
2338 * i386-linux-tdep.c (i386_linux_init_abi): Use
2339 i386_displaced_step_copy_insn instead of
2340 simple_displaced_step_copy_insn.
2341
2342 2010-06-21 Tom Tromey <tromey@redhat.com>
2343
2344 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
2345 (dwarf_type_encoding_name): Likewise.
2346
2347 2010-06-21 Tom Tromey <tromey@redhat.com>
2348
2349 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
2350 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
2351 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
2352 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
2353 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
2354 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
2355 * dwarf2read.c (tag_type_to_type): Create a new error type on
2356 failure.
2357 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
2358 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
2359
2360 2010-06-21 Michael Snyder <msnyder@vmware.com>
2361
2362 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
2363 not add_abbrev_prefix_cmd, for "enable breakpoints".
2364
2365 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
2366
2367 * dwarf2loc.c (find_location_expression): Add relocation offset
2368 to base-address-selection entry base addresses. Read addresses
2369 (and offsets) as signed/unsigned integers, depending on the
2370 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
2371 (loclist_describe_location): Likewise.
2372 (disassemble_dwarf_expression): Read DW_OP_addr operand as
2373 unsigned integer. Do not call dwarf2_read_address.
2374 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
2375
2376 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2377
2378 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
2379 value instead of hard-coded SPU_LS_SIZE.
2380 (spu_software_single_step): Likewise.
2381 * spu-tdep.h (SPU_LS_SIZE): Remove.
2382
2383 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2384
2385 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
2386 limit on local store memory accesses.
2387 * spu-linux-nat.c (spu_xfer_partial): Likewise.
2388 * spu-tdep.c (spu_lslr): Remove.
2389 (spu_pointer_to_address): Do not truncate addresses.
2390 (spu_integer_to_address): Likewise.
2391 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
2392 * spu-tdep.h: Add comments.
2393 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
2394 (SPU_OVERLAY_LMA): Define.
2395
2396 2010-06-18 Stan Shebs <stan@codesourcery.com>
2397
2398 * osdata.c (get_osdata): Warn separately if target does not report
2399 type list.
2400 (info_osdata_command): Allow empty type, report error if target
2401 does not return available types of OS data.
2402 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
2403 types if no annex supplied.
2404
2405 * thread.c (thread_id_make_value): Make a value representing the
2406 current thread.
2407 (_initialize_thread): Create $_thread.
2408
2409 2010-06-17 Joel Brobecker <brobecker@adacore.com>
2410
2411 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
2412 last local variable declaration. No real code change.
2413
2414 2010-06-17 Tom Tromey <tromey@redhat.com>
2415
2416 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
2417 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
2418 temporary obstack.
2419
2420 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
2421 Jan Kratochvil <jan.kratochvil@redhat.com>
2422
2423 * breakpoint.c: Include parser-defs.h.
2424 (watchpoint_exp_is_const): New function.
2425 (watch_command_1): Call watchpoint_exp_is_const to check
2426 if the expression is constant.
2427
2428 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
2429
2430 * configure.ac: Check for RDYNAMIC also for cross builds.
2431 * configure: Regenerate.
2432
2433 2010-06-15 Pedro Alves <pedro@codesourcery.com>
2434
2435 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
2436 (SFILES): Remove solib-null.c, add solib-target.c.
2437 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
2438 (ALLDEPFILES): Remove solib-target.c.
2439 * solib-target.c (_initialize_solib_target): Set
2440 current_target_so_ops to solib_target_so_ops if not already set.
2441 * solib-null.c: Delete.
2442
2443 2010-06-14 Pedro Alves <pedro@codesourcery.com>
2444
2445 * NEWS: Mention GDBserver's JIT compilation of tracepoint
2446 bytecode.
2447
2448 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2449
2450 * cp-valprint.c (cp_print_static_field): Members of
2451 dont_print_stat_array_obstack are of type "struct type *".
2452 (_initialize_cp_valprint): Likewise.
2453
2454 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2455
2456 * frame.c (frame_register_unwind): Do not access contents
2457 of "optimized out" unwound register value.
2458
2459 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2460
2461 * ada-lang.h (ada_print_type): Make varstring const.
2462 * ada-typeprint.c (print_func_type): Make name const.
2463 (ada_print_type): Make varstring const.
2464 * c-lang.h (c_print_type): Make varstring const.
2465 * c-typeprint.c (c_print_type): Likewise.
2466 * f-lang.h (f_print_type): Likewise.
2467 * f-typeprint.c (f_print_type): Likewise.
2468 * jv-lang.h (java_print_type): Likewise.
2469 * jv-typeprint.c (java_print_type): Likewise.
2470 * language.c (unk_lang_print_type): Likewise.
2471 * language.h (struct language_defn) <la_print_type>: Likewise.
2472 * m2-lang.h (m2_print_type): Likewise.
2473 * m2-typeprint.c (m2_print_type): Likewise.
2474 * p-lang.h (pascal_print_type): Likewise.
2475 * p-typeprint.c (pascal_print_type): Likewise.
2476
2477 2010-06-11 Stan Shebs <stan@codesourcery.com>
2478
2479 Add per-operation permission flags.
2480
2481 * target.h (struct target_ops): New method to_set_permissions.
2482 (target_set_permissions): New macro.
2483 (target_insert_breakpoint): Change macro to function.
2484 (target_remove_breakpoint): Ditto.
2485 (target_stop): Ditto.
2486 (may_write_registers): Declare.
2487 (may_write_memory): Declare.
2488 (may_insert_breakpoints): Declare.
2489 (may_insert_tracepoints): Declare.
2490 (may_insert_fast_tracepoints): Declare.
2491 (may_stop): Declare.
2492 * target.c (may_write_registers, may_write_registers_1): New globals.
2493 (may_write_memory, may_write_memory_1): New globals.
2494 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
2495 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
2496 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
2497 globals.
2498 (may_stop, may_stop_1): New global.
2499 (target_xfer_partial): Test for write permission.
2500 (target_store_registers): Ditto.
2501 (target_insert_breakpoint): New function.
2502 (target_remove_breakpoint): New function.
2503 (target_stop): New function.
2504 (_initialize_targets): Add new set/show variables.
2505 (set_write_memory_permission): New function.
2506 (update_target_permissions): New function.
2507 (set_target_permissions): New function.
2508 (update_current_target): Default to_set_permissions.
2509 (_initialize_targets): Use new globals and setter function.
2510 * tracepoint.c (start_tracing): Test for permission.
2511 * inferior.h (update_observer_mode): Declare.
2512 * infrun.c (non_stop_1): Define earlier.
2513 (observer_mode, observer_mode_1): New globals.
2514 (set_observer_mode, show_observer_mode): New functions.
2515 (update_observer_mode): New function.
2516 (_initialize_infrun): Define "set observer" command.
2517 * remote.c (PACKET_QAllow): New optional packet.
2518 (remote_protocol_features): Add QAllow.
2519 (remote_set_permissions): New function.
2520 (remote_start_remote): Call it.
2521 (init_remote_ops): Add it to target vector.
2522 (_initialize_remote): Add config command for QAllow.
2523
2524 2010-06-11 Tom Tromey <tromey@redhat.com>
2525
2526 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
2527 DW_AT_vtable_elem_location even when GCC extension is seen.
2528
2529 2010-06-11 Tom Tromey <tromey@redhat.com>
2530
2531 PR gdb/9977, PR exp/11636:
2532 * value.h (value_offset): Update.
2533 (struct lval_funcs) <check_validity>: New field.
2534 <copy_closure>: Make argument const.
2535 (value_computed_closure): Update.
2536 (value_contents_for_printing): Declare.
2537 (value_bits_valid): Likewise.
2538 (val_print): Likewise.
2539 (set_value_component_location): Update.
2540 (value_entirely_optimized_out): Declare.
2541 * value.c (value_offset): Argument now const.
2542 (require_not_optimized_out): New function.
2543 (value_contents_for_printing): New function.
2544 (value_contents_all): Call require_not_optimized_out.
2545 (value_contents): Likewise.
2546 (value_bits_valid): New function.
2547 (value_computed_closure): Argument now const.
2548 (set_value_component_location): Make 'whole' argument const.
2549 (value_entirely_optimized_out): New function.
2550 (value_bitsize): Argument now 'const'.
2551 (value_bitpos): Likewise.
2552 (value_type): Likewise.
2553 * valprint.h (val_print_array_elements): Update.
2554 * valprint.c (val_print): Add 'val' argument. Use
2555 valprint_check_validity.
2556 (valprint_check_validity): New function.
2557 (value_check_printable): Use value_entirely_optimized_out.
2558 (common_val_print): Update.
2559 (value_print): Likewise.
2560 (val_print_array_elements): Add 'val' argument.
2561 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
2562 value_bits_valid. Reinit frame cache for lval_computed.
2563 * sh64-tdep.c (sh64_do_register): Update.
2564 * scm-valprint.c (scm_val_print): Add 'val' argument.
2565 * scm-lang.h (scm_val_print): Update.
2566 * python/python.h (apply_val_pretty_printer): Update.
2567 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
2568 argument. Call set_value_component_location.
2569 * printcmd.c (print_scalar_formatted): Update.
2570 * p-valprint.c (pascal_val_print): Add 'val' argument.
2571 (pascal_object_print_value_fields): Likewise.
2572 (pascal_object_print_value): Likewise.
2573 (pascal_object_print_static_field): Update.
2574 * p-lang.h (pascal_val_print): Update.
2575 (pascal_object_print_value_fields): Update.
2576 * mt-tdep.c (mt_registers_info): Update.
2577 * mi/mi-main.c (get_register): Update.
2578 (mi_cmd_data_evaluate_expression): Use common_val_print.
2579 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
2580 (m2_print_unbounded_array): Likewise.
2581 (m2_val_print): Likewise.
2582 * m2-lang.h (m2_val_print): Update.
2583 * language.h (struct language_defn) <la_val_print>: Add 'val'
2584 argument.
2585 (LA_VAL_PRINT): Likewise.
2586 * language.c (unk_lang_val_print): Add 'val' argument.
2587 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
2588 (java_val_print): Likewise.
2589 * jv-lang.h (java_val_print): Add 'val' argument.
2590 * infcmd.c (default_print_registers_info): Update.
2591 * f-valprint.c (f77_print_array_1): Add 'val' argument.
2592 (f77_print_array): Likewise.
2593 (f_val_print): Likewise.
2594 * f-lang.h (f_val_print): Add 'val' argument.
2595 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
2596 value_bitpos.
2597 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
2598 set_value_optimized_out.
2599 (write_pieced_value): Use value_bitsize and value_bitpos.
2600 <default>: Don't exit loop.
2601 (check_pieced_value_validity): New function.
2602 (pieced_value_funcs): Reference check_pieced_value_validity,
2603 check_pieced_value_invalid.
2604 (copy_pieced_value_closure): Update.
2605 (check_pieced_value_bits): New function.
2606 (check_pieced_value_invalid): New function.
2607 * d-valprint.c (dynamic_array_type): Add 'val' argument.
2608 (d_val_print): Likewise.
2609 * d-lang.h (d_val_print): Update.
2610 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
2611 (cp_print_value_fields_rtti): Likewise.
2612 (cp_print_value): Likewise.
2613 (cp_print_static_field): Update.
2614 * c-valprint.c (c_val_print): Add 'val' argument.
2615 (c_value_print): Update.
2616 * c-lang.h (c_val_print): Update.
2617 (cp_print_value_fields): Likewise.
2618 (cp_print_value_fields_rtti): Likewise.
2619 * ada-valprint.c (struct ada_val_print_args): Remove.
2620 (val_print_packed_array_elements): Add 'val' argument.
2621 (ada_val_print): Likewise. Rewrite.
2622 (ada_val_print_stub): Remove.
2623 (ada_val_print_array): Add 'val' argument.
2624 (ada_val_print_1): Likewise.
2625 (print_variant_part): Likewise.
2626 (ada_value_print): Update.
2627 (print_record): Add 'val' argument.
2628 (print_field_values): Likewise.
2629 * ada-lang.h (ada_val_print): Update.
2630
2631 2010-06-11 Tom Tromey <tromey@redhat.com>
2632
2633 * vec.h (VEC_cleanup): New macro.
2634 (DEF_VEC_ALLOC_FUNC_I): Update.
2635 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2636 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2637 * dwarf2loc.c (struct axs_var_loc): Remove.
2638 (unimplemented): New function.
2639 (translate_register): Likewise.
2640 (access_memory): Likewise.
2641 (compile_dwarf_to_ax): Likewise.
2642 (dwarf2_tracepoint_var_loc): Remove.
2643 (dwarf2_tracepoint_var_access): Likewise.
2644 (dwarf2_tracepoint_var_ref): Likewise.
2645 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
2646 (loclist_tracepoint_var_ref): Likewise.
2647 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
2648 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
2649 require_composition. No longer static.
2650 (execute_stack_op): Update.
2651 * ax-gdb.h (trace_kludge): Declare.
2652
2653 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2654
2655 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
2656 (should_be_inserted): Return zero also on NULL OWNER.
2657 (breakpoint_program_space_exit): New OWNER comment.
2658 (insert_breakpoint_locations): Extend comment for OWNER.
2659 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
2660 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
2661 New OWNER comment.
2662 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
2663 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
2664 (bpstat_check_location): New assert on OWNER.
2665 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
2666 and B initializations to the code block. New assert on them.
2667 (print_one_breakpoint_location): New OWNER comment.
2668 (watchpoint_locations_match): Assert on OWNER.
2669 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
2670 initializations to the code block. New assert on OWNER.
2671 (set_breakpoint_location_function): New assert on OWNER.
2672 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
2673 (bp_location_compare, update_global_location_list)
2674 (update_global_location_list): New OWNER comment.
2675
2676 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2677
2678 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
2679
2680 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2681
2682 * config/nm-linux.h (struct target_ops): Remove forward declaration.
2683 (lin_thread_get_thread_signals): Remove prototype.
2684 (GET_THREAD_SIGNALS): Remove.
2685 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
2686 * linux-thread-db.c (check_thread_signals): Directly call
2687 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
2688
2689 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
2690
2691 * gregset.h (GDB_FPXREGSET_T): Remove.
2692 (gdb_fpxregset_t): Likewise.
2693 (supply_fpxregset): Remove prototype.
2694 (fill_fpxregset): Likewise.
2695 * i386-linux-nat.c (supply_fpxregset): Remove.
2696 (fill_fpxregset): Likewise.
2697 (fetch_fpxregs): Inline supply_fpxregset call.
2698 (store_fpxregs): Inline fill_fpxregset call.
2699
2700 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
2701 * config/i386/nm-linux.h: Remove file.
2702
2703 2010-06-09 Michael Snyder <msnyder@vmware.com>
2704
2705 * target.c (update_current_target): Fix spelling error in comment.
2706 (target_mourn_inferior): Fix spelling error in error message.
2707
2708 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
2709
2710 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
2711 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
2712
2713 2010-06-08 Michael Snyder <msnyder@vmware.com>
2714
2715 * remote.c (remote_close): Set inferior_ptid to null_ptid.
2716
2717 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * configure.ac <"${have_libpython}" != no>: New workaround of
2720 python#4434.
2721 * configure: Regenerate.
2722
2723 2010-06-08 Hui Zhu <teawater@gmail.com>
2724
2725 * record.c (record_wait): Move signal out of replay code.
2726
2727 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2728
2729 Fix PR 10640.
2730 * dwarf2-frame.c (no_dwarf_call): New function.
2731 (execute_stack_op): Set CTX->DWARF_CALL.
2732 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
2733 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
2734 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
2735 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
2736 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
2737 (needs_frame_dwarf_call): New function.
2738 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
2739 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
2740 Update the comment. Move variables die, offset and error call to ...
2741 (follow_die_ref): ... a new function.
2742 (dwarf2_fetch_die_location_block): New function.
2743 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
2744
2745 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2746
2747 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
2748 (dwarf_expr_tls_address): Use per_cu instead of objfile.
2749 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
2750 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
2751 this change.
2752 (struct needs_frame_baton): New field per_cu.
2753 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
2754 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
2755
2756 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2757
2758 * cp-support.c (make_symbol_overload_list_namespace): Only search
2759 static and global blocks.
2760 (make_symbol_overload_list_block): New function.
2761 (make_symbol_overload_list): Separate namespace search from block
2762 search.
2763 (make_symbol_overload_list_qualified): Use
2764 make_symbol_overload_list_block.
2765
2766 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
2767
2768 * value.h: Created oload_search_type enum.
2769 (find_overload_match): Use oload_search_type enum.
2770 * valops.c (find_overload_match): Support combined member and
2771 non-member search.
2772 * eval.c (evaluate_subexp_standard): Calls to
2773 find_overload_match now use oload_search_type enum.
2774 (oload_method_static): Verify index is a proper value.
2775 * valarith.c (value_user_defined_cpp_op): Search for and handle
2776 both member and non-member operators.
2777 (value_user_defined_cpp_op): New function.
2778 (value_user_defined_op): New function.
2779 (value_x_unop): Use value_user_defined_op.
2780 (value_x_binop): Ditto.
2781 * cp-support.c (make_symbol_overload_list_using): Added block
2782 iteration.
2783 Add check for namespace aliases and imported declarations.
2784
2785 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * breakpoint.h (owner): Extend the comment.
2788
2789 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 Clear stale specific bp_location from former whole breakpoint.
2792 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
2793 code ...
2794 (free_bp_location): ... here. Rename there the called function to
2795 bpstat_remove_bp_location_callback.
2796 (bpstat_remove_breakpoint_callback): Rename to ...
2797 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
2798 to struct bp_location. Change the called function to
2799 bpstat_remove_bp_location. Create new declaration for the function.
2800 (bpstat_remove_breakpoint): Rename to ...
2801 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
2802 code for the new parameter type.
2803
2804 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
2805
2806 * README: Make version-agnostic.
2807
2808 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2809
2810 Fix duplicate types for single DIE.
2811 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
2812 set_die_type.
2813 (read_array_type): Remove type initialization. Recheck get_die_type
2814 after initial die_type. Move set_die_type before set_descriptive_type.
2815 (read_set_type): New variable domain_type. Recheck get_die_type after
2816 initial die_type. Move attr initialization later.
2817 (read_tag_pointer_type, read_tag_reference_type): New variable
2818 target_type. Recheck get_die_type after initial die_type.
2819 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
2820 die_type and die_containing_type.
2821 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
2822 Recheck get_die_type after initial die_type.
2823 (read_subrange_type): Recheck get_die_type after initial die_type.
2824 Move set_die_type before set_descriptive_type.
2825 (set_die_type): Extend the function comment. Call complaint if DIE has
2826 some type already set.
2827
2828 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
2829
2830 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
2831 for current naming of thread groups (iN, not N).
2832
2833 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
2834
2835 * ada-lang.c (ada_operator_length): Constify `struct expression'.
2836 * parse.c (operator_length): Likewise.
2837 (operator_length_standard): Likewise.
2838 * parser-defs.h (operator_length): Likewise.
2839 (operator_length_standard): Likewise.
2840 (struct exp_descriptor <operator_length>): Likewise.
2841
2842 2010-06-04 Doug Evans <dje@google.com>
2843
2844 Add support for enabling/disabling individual pretty-printers.
2845 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
2846 * python/python-internal.h (gdbpy_enabled_cst): Declare.
2847 * python/python.c (gdbpy_enabled_cst): Define.
2848 (_initialize_python): Initialize gdbpy_enabled_cst.
2849 * NEWS: Add entry.
2850
2851 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2852
2853 * breakpoint.c (update_global_location_list): Fix comment typo.
2854
2855 2010-06-04 Hui Zhu <teawater@gmail.com>
2856
2857 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
2858
2859 2010-06-03 Doug Evans <dje@google.com>
2860
2861 * configure.ac: Don't fail if python is unusable when
2862 configured with --with-python=auto.
2863 * configure: Regenerate.
2864
2865 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
2866
2867 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
2868
2869 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
2870
2871 * valprint.h (get_array_bounds): Change low and high parameter types
2872 to LONGEST *.
2873 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
2874 compute bounds.
2875 (val_print_array_elements): Adapt to change above.
2876 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
2877 * p-valprint.c (pascal_val_print): Likewise.
2878
2879 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2880
2881 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
2882 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
2883 .F08.
2884
2885 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 Support DW_TAG_module as separate namespaces.
2888 * dwarf2read.c (typename_concat): New parameter physname.
2889 (read_module_type): New function and declaration.
2890 (scan_partial_symbols): Scan also DW_TAG_module children.
2891 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
2892 to typename_concat backward compatible physname value 0.
2893 (partial_die_full_name, read_namespace_type): Pass to typename_concat
2894 backward compatible physname value 0.
2895 (add_partial_module, read_module): Remove FIXME comment.
2896 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
2897 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
2898 DIEs under DW_TAG_module.
2899 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
2900 DW_AT_MIPS_linkage_name first, extend it for language_fortran
2901 && physname and return there instead of just setting NAME. Extend
2902 the main block for language_fortran. Pass physname parameter to the
2903 typename_concat call.
2904 (read_import_statement, read_func_scope, get_scope_pc_bounds)
2905 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
2906 (new_symbol): Fill in cplus_specific.demangled_name if it is still
2907 missing from SYMBOL_SET_NAMES in the language_fortran case.
2908 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
2909 variables.
2910 (read_type_die) <DW_TAG_module>: New.
2911 (MAX_SEP_LEN): Increase to 7.
2912 (typename_concat): New parameter physname. New variable lead. Support
2913 also language_fortran.
2914 * f-exp.y (yylex): Consider : also as a symbol name character class.
2915 * f-lang.c: Include cp-support.h.
2916 (f_word_break_characters, f_make_symbol_completion_list): New functions.
2917 (f_language_defn): Use cp_lookup_symbol_nonlocal,
2918 f_word_break_characters and f_make_symbol_completion_list.
2919 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
2920 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
2921 * symtab.c (symbol_init_language_specific): Support language_fortran.
2922 (symbol_find_demangled_name): New comment on language_fortran.
2923 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
2924 for language_fortran.
2925 (lookup_symbol_aux_local): Check imports also for language_fortran.
2926 (default_make_symbol_completion_list): Rename to ...
2927 (default_make_symbol_completion_list_break_on): ... this name. New
2928 parameter break_on, use it.
2929 (default_make_symbol_completion_list): New stub.
2930 * symtab.h (default_make_symbol_completion_list_break_on): New
2931 prototype.
2932
2933 2010-06-02 Joel Brobecker <brobecker@adacore.com>
2934
2935 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
2936 to error.
2937
2938 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2939
2940 * dwarf2read.c (typename_concat): Add const to the variable sep.
2941
2942 2010-06-02 Tom Tromey <tromey@redhat.com>
2943
2944 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
2945 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
2946 type is const. Add 'def' argument. Add missing operators, remove
2947 unhandled ones.
2948 (decode_locdesc): Update.
2949 (dwarf2_always_disassemble): New global.
2950 (show_dwarf2_always_disassemble): New function.
2951 (_initialize_dwarf2_read): Add always-disassemble.
2952 (dwarf2_per_cu_offset_size): New function.
2953 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
2954 (piece_end_p): New function.
2955 (locexpr_describe_location_piece): Replace 'size' argument with
2956 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
2957 some constants. Remove errors.
2958 (disassemble_dwarf_expression): New function.
2959 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
2960 Add 'offset_size' argument.
2961 (loclist_describe_location): Change output formatting.
2962 * dwarf2expr.h (dwarf_stack_op_name): Declare.
2963
2964 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
2965
2966 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
2967 anonymous type case.
2968
2969 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
2970
2971 * dwarf2read.c (read_subrange_type): Handle missing base type
2972 according to Dwarf-2 specifications.
2973
2974 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
2975
2976 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
2977 BINOP_EXCL.
2978 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
2979 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
2980 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
2981 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
2982 UNOP_CHMAX, UNOP_CHMIN.
2983 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
2984 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
2985 UNOP_CHMIN>: Remove opcodes.
2986
2987 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
2988
2989 * dwarf2read.c (read_func_scope): Do not complain for
2990 external function if bounds are not found.
2991
2992 2010-06-01 Pedro Alves <pedro@codesourcery.com>
2993
2994 * NEWS: Mention gdbserver fast tracepoints support.
2995
2996 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
2997
2998 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
2999 New macros.
3000 (windows_set_console_info): New function.
3001 (windows_create_inferior): Call windows_set_console_info
3002 if NEW_CONSOLE is true.
3003 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
3004 (_initialize_loadable): Initialize GetConsoleFontSize and
3005 GetCurrentConsoleFont.
3006
3007 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 * Makefile.in (RDYNAMIC): New.
3010 (SFILES): Add proc-service.list.
3011 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
3012 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
3013 * config/arm/linux.mh: Likewise.
3014 * config/i386/linux.mh: Likewise.
3015 * config/i386/linux64.mh: Likewise.
3016 * config/ia64/linux.mh: Likewise.
3017 * config/m32r/linux.mh: Likewise.
3018 * config/m68k/linux.mh: Likewise.
3019 * config/mips/linux.mh: Likewise.
3020 * config/pa/linux.mh: Likewise.
3021 * config/powerpc/linux.mh: Likewise.
3022 * config/powerpc/ppc64-linux.mh: Likewise.
3023 * config/s390/s390.mh: Likewise.
3024 * config/sparc/linux.mh: Likewise.
3025 * config/sparc/linux64.mh: Likewise.
3026 * config/xtensa/linux.mh: Likewise.
3027 * configure.ac: New RDYNAMIC on native host and GCC.
3028 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
3029 * configure: Regenerate.
3030 * proc-service.list: New.
3031
3032 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
3035 CONTENT.
3036
3037 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3038
3039 * linux-nat.c (linux_nat_wait_1): Do not call
3040 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
3041 TARGET_WAITKIND_SIGNALLED.
3042
3043 2010-05-27 Joel Brobecker <brobecker@adacore.com>
3044
3045 * ada-lang.c (ada_inferior_data): New struct.
3046 (ada_inferior_data): New static global.
3047 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
3048 (ada_get_tsd_type): New functions.
3049 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
3050 to look the tsd type up.
3051 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
3052 event. Set ada_inferior_data.
3053
3054 2010-05-27 Pedro Alves <pedro@codesourcery.com>
3055
3056 * remote.c (unpack_varlen_hex): Remove forward declaration.
3057 (remote_console_output): Make static, and add forward declaration.
3058 * remote.h: Drop FIXME comment.
3059 (unpack_varlen_hex): Declare.
3060 (remote_console_output, remote_cisco_objfile_relocate)
3061 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
3062 Delete declarations.
3063 * tracepoint.c: Include "remote.h".
3064 (unpack_varlen_hex): Delete declaration.
3065
3066 2010-05-27 Tom Tromey <tromey@redhat.com>
3067
3068 * dwarf2loc.c (struct piece_closure) <refc>: New field.
3069 (allocate_piece_closure): Initialize refc.
3070 (copy_pieced_value_closure): Use refc.
3071 (free_pieced_value_closure): Likewise.
3072
3073 2010-05-27 Tom Tromey <tromey@redhat.com>
3074
3075 * arm-tdep.c (push_stack_item): 'contents' now const.
3076 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
3077 value_contents_writeable. Introduce new temporary.
3078
3079 2010-05-27 Tom Tromey <tromey@redhat.com>
3080
3081 * findcmd.c (parse_find_args): Use value_contents, not
3082 value_contents_raw.
3083
3084 2010-05-27 Tom Tromey <tromey@redhat.com>
3085
3086 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
3087 const. Use value_contents, not value_contents_writeable.
3088
3089 2010-05-27 Joel Brobecker <brobecker@adacore.com>
3090
3091 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
3092 by call to value_contents.
3093
3094 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
3095
3096 * MAINTAINERS: Add myself for write after approval privileges.
3097
3098 2010-05-26 Doug Evans <dje@google.com>
3099
3100 Allow python to find its files if moved from original location.
3101 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
3102 (GDB_AC_WITH_DIR): Call it.
3103 * configure.ac: Define WITH_PYTHON_PATH if we can find the
3104 python installation directory.
3105 * config.in: Regenerate.
3106 * configure: Regenerate.
3107 * defs.h (python_libdir): Declare.
3108 * main.c (python_libdir): Define.
3109 (captured_main): Initialize python_libdir.
3110 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
3111 call Py_SetProgramName to make sure python can find its libraries
3112 and modules.
3113
3114 * configure.ac: Try to use python's distutils to fetch compilation
3115 parameters.
3116 * configure: Regenerate.
3117 * python/python-config.py: New file.
3118
3119 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
3120
3121 * ser-tcp.c (net_open): Check error return from socket() call by its
3122 equality to -1 not by it being negative.
3123 (net_close): Likewise.
3124
3125 2010-05-26 Pedro Alves <pedro@codesourcery.com>
3126
3127 * NEWS: Mention the `qRelocInsn' feature.
3128 * gdbarch.sh (relocate_instruction): New.
3129 * amd64-tdep.c (rip_relative_offset): New.
3130 (append_insns): New.
3131 (amd64_relocate_instruction): New.
3132 (amd64_init_abi): Install it.
3133 * i386-tdep.c (append_insns): New.
3134 (i386_relocate_instruction): New.
3135 (i386_gdbarch_init): Install it.
3136 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
3137 * gdbarch.h, gdbarch.c: Regenerate.
3138
3139 2010-05-26 Tom Tromey <tromey@redhat.com>
3140
3141 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
3142 (struct dwarf2_loclist_baton) <data>: Likewise.
3143 * dwarf2loc.c (find_location_expression): Constify return type.
3144 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
3145 (dwarf2_loc_desc_needs_frame): Likewise.
3146 (loclist_read_variable): Constify.
3147 (loclist_describe_location): Likewise.
3148 (loclist_tracepoint_var_ref): Likewise.
3149
3150 2010-05-25 Tom Tromey <tromey@redhat.com>
3151
3152 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
3153 (dwarf_expr_frame_base_1): Likewise.
3154 (read_pieced_value): Update.
3155 (needs_frame_frame_base): Constify.
3156 (dwarf2_tracepoint_var_loc): Likewise.
3157 (dwarf2_tracepoint_var_access): Likewise.
3158 (locexpr_describe_location_piece): Likewise.
3159 (locexpr_describe_location_1): Likewise.
3160 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
3161 Constify.
3162 (data): Now const.
3163 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
3164 (dwarf_expr_eval, read_uleb128, read_sleb128)
3165 (dwarf2_read_address): Update.
3166 * dwarf2expr.c (dwarf_expr_eval): Constify.
3167 (read_uleb128): Likewise.
3168 (read_sleb128): Likewise.
3169 (dwarf2_read_address): Likewise.
3170 (require_composition): Likewise.
3171 (execute_stack_op): Likewise.
3172 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
3173 "const gdb_byte *".
3174 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
3175 Now const.
3176 (no_get_frame_base): Constify.
3177 (execute_stack_op): Likewise.
3178 (execute_cfa_program): Likewise.
3179 (read_encoded_value): Likewise.
3180
3181 2010-05-25 Doug Evans <dje@google.com>
3182
3183 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
3184
3185 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
3186 * event-loop.c: ... here.
3187 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
3188 `error' for clarity.
3189 (tui_getc): Pass correct value for `error' parameter to
3190 tui_readline_output.
3191
3192 Add python gdb.GdbError and gdb.string_to_argv.
3193 * NEWS: Document them.
3194 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
3195 the exception is gdb.GdbError. Print a second traceback if there's
3196 an error computing the error message.
3197 (gdbpy_string_to_argv): New function.
3198 * python/py-utils.c (gdbpy_obj_to_string): New function.
3199 (gdbpy_exception_to_string): New function.
3200 * python/python-internal.h (gdbpy_string_to_argv): Declare.
3201 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
3202 (gdbpy_gdberror_exc): Declare.
3203 * python/python.c (gdbpy_gdberror_exc): New global.
3204 (_initialize_python): Initialize gdbpy_gdberror_exc and create
3205 gdb.GdbError.
3206 (GdbMethods): Add string_to_argv.
3207
3208 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3209
3210 * windows-nat.c (display_selector): Call GetLastError to give better
3211 failure explanation.
3212
3213 2010-05-24 Pedro Alves <pedro@codesourcery.com>
3214
3215 * config.in: Regenerate.
3216
3217 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3218
3219 Code cleanup.
3220 * target.c (push_target): Return only void. Remove the return value
3221 comment.
3222 * target.h (push_target): Return only void.
3223
3224 2010-05-23 Pedro Alves <pedro@codesourcery.com>
3225
3226 Update gnulib from latest git.
3227 (250b80067c1e1d8faa0c42fb572f721975b929c5)
3228
3229 * gnulib/memcmp.c: Removed.
3230 * gnulib/memchr.valgrind: New.
3231 * gnulib/stddef.in.h: New.
3232 * gnulib/Makefile.am: Updated.
3233 * gnulib/memchr.c: Updated.
3234 * gnulib/memmem.c: Updated.
3235 * gnulib/stdint.in.h: Updated.
3236 * gnulib/str-two-way.h: Updated.
3237 * gnulib/string.in.h: Updated.
3238 * gnulib/wchar.in.h: Updated.
3239
3240 * gnulib/extra/link-warning.h: Removed.
3241 * gnulib/extra/c++defs.h: New.
3242 * gnulib/extra/warn-on-use.h: New.
3243 * gnulib/extra/arg-nonnull.h: Updated.
3244
3245 * gnulib/m4/extensions.m4: Updated.
3246 * gnulib/m4/gnulib-cache.m4: Updated.
3247 * gnulib/m4/gnulib-common.m4: Updated.
3248 * gnulib/m4/gnulib-comp.m4: Updated.
3249 * gnulib/m4/gnulib-tool.m4: Updated.
3250 * gnulib/m4/include_next.m4: Updated.
3251 * gnulib/m4/longlong.m4: Updated.
3252 * gnulib/m4/memchr.m4: Updated.
3253 * gnulib/m4/memmem.m4: Updated.
3254 * gnulib/m4/stdint.m4: Updated.
3255 * gnulib/m4/string_h.m4: Updated.
3256 * gnulib/m4/memcmp.m4: Removed.
3257 * gnulib/m4/onceonly_2_57.m4: Removed.
3258 * gnulib/m4/00gnulib.m4: New.
3259 * gnulib/m4/mmap-anon.m4: New.
3260 * gnulib/m4/multiarch.m4: New.
3261 * gnulib/m4/onceonly.m4: New.
3262 * gnulib/m4/stddef_h.m4: New.
3263 * gnulib/m4/warn-on-use.m4: New.
3264 * gnulib/m4/wchar.m4: Removed.
3265 * gnulib/m4/wchar_h.m4: New.
3266 * gnulib/m4/wchar_t.m4: New.
3267 * gnulib/m4/wint_t.m4: New.
3268
3269 * aclocal.m4: Regenerate.
3270 * config.in: Likewise.
3271 * configure: Likewise.
3272 * gnulib/Makefile.in: Likewise.
3273
3274 2010-05-21 Tom Tromey <tromey@redhat.com>
3275
3276 * dwarf2loc.c (extract_bits_primitive): New function.
3277 (extract_bits): Likewise.
3278 (insert_bits): Likewise.
3279 (copy_bitwise): Likewise.
3280 (read_pieced_value): Do all operations in bits.
3281 (write_pieced_value): Likewise.
3282 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
3283 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
3284 Always use xrealloc to resize piece array.
3285 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
3286 <DW_OP_piece>: Update.
3287 <DW_OP_bit_piece>: New case.
3288
3289 2010-05-21 Tom Tromey <tromey@redhat.com>
3290
3291 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
3292 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
3293 * dwarf2expr.h (enum dwarf_value_location)
3294 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
3295 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
3296 (add_piece): Handle empty piece.
3297 (execute_stack_op) <DW_OP_piece>: Handle
3298 DWARF_VALUE_OPTIMIZED_OUT.
3299
3300 2010-05-21 Tom Tromey <tromey@redhat.com>
3301
3302 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
3303 evaluate_subexp, not evaluate_subexp_with_coercion.
3304
3305 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3306
3307 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
3308 attribute.
3309
3310 2010-05-21 Tom Tromey <tromey@redhat.com>
3311
3312 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
3313 offset.
3314 (write_pieced_value): Likewise.
3315
3316 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
3317
3318 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
3319 and DW_TAG_volatile_type.
3320 (new_symbol): Likewise.
3321
3322 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
3323
3324 * p-valprint.c (pascal_val_print): Call get_array_bounds
3325 to obtain the number of elements in an array.
3326
3327 2010-05-19 Doug Evans <dje@google.com>
3328
3329 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
3330
3331 * python.c (source_python_script): Add comment.
3332 (source_python_script_for_objfile): Remove unnecessary call to
3333 gdbpy_print_stack.
3334
3335 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3336 Sergio Durigan Junior <sergiodj@redhat.com>
3337
3338 Code cleanup.
3339 * parse.c (exp_iterate): Use operator_length wrapper function.
3340
3341 2010-05-18 Michael Snyder <msnyder@vmware.com>
3342
3343 * ada-lang.c: White space.
3344 * ada-typeprint.c: White space.
3345 * ada-valprint.c: White space.
3346 * addrmap.c: White space.
3347 * auxv.c: White space.
3348 * ax-gdb.c: White space.
3349
3350 2010-05-18 Hui Zhu <teawater@gmail.com>
3351
3352 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
3353 for oldfp.
3354 (inferior_call_waitpid): Move make_cleanup out of check.
3355 Check the return of waitpid.
3356 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
3357
3358 2010-05-17 Michael Snyder <msnyder@vmware.com>
3359
3360 * tui/tui.c: White space.
3361 * tui/tui-data.c: White space.
3362 * tui/tui-disasm.c: White space.
3363 * tui/tui-file.c: White space.
3364 * tui/tui-interp.c: White space.
3365 * tui/tui-main.c: White space.
3366 * tui/tui-out.c: White space.
3367 * tui/tui-regs.c: White space.
3368 * tui/tui-source.c: White space.
3369 * tui/tui-stack.c: White space.
3370 * tui/tui-win.c: White space.
3371 * tui/tui-winsource.c: White space.
3372
3373 * procfs.c: White space.
3374
3375 * python/py-auto-load.c: White space.
3376 * python/py-block.c: White space.
3377 * python/py-breakpoint.c: White space.
3378 * python/py-cmd.c: White space.
3379 * python/py-function.c: White space.
3380 * python/py-lazy-string.c: White space.
3381 * python/py-objfile.c: White space.
3382 * python/py-param.c: White space.
3383 * python/py-prettyprint.c: White space.
3384 * python/py-progspace.c: White space.
3385 * python/py-symtab.c: White space.
3386 * python/python.c: White space.
3387 * python/py-type.c: White space.
3388 * python/py-utils.c: White space.
3389 * python/py-value.c: White space.
3390
3391 * mi/mi-cmd-break.c: White space.
3392 * mi/mi-cmd-env.c: White space.
3393 * mi/mi-cmds.c: White space.
3394 * mi/mi-cmd-stack.c: White space.
3395 * mi/mi-cmd-var.c: White space.
3396 * mi/mi-console.c: White space.
3397 * mi/mi-getopt.c: White space.
3398 * mi/mi-interp.c: White space.
3399 * mi/mi-main.c: White space.
3400 * mi/mi-out.c: White space.
3401 * mi/mi-parse.c: White space.
3402
3403 * cli/cli-cmds.c: White space.
3404 * cli/cli-decode.c: White space.
3405 * cli/cli-dump.c: White space.
3406 * cli/cli-interp.c: White space.
3407 * cli/cli-logging.c: White space.
3408 * cli/cli-script.c: White space.
3409 * cli/cli-setshow.c: White space.
3410
3411 * valarith.c: White space.
3412 * valops.c: White space.
3413 * valprint.c: White space.
3414 * value.c: White space.
3415 * varobj.c: White space.
3416 * xcoffread.c: White space.
3417 * xml-support.c: White space.
3418 * xml-tdesc.c: White space.
3419
3420 2010-05-17 Andreas Schwab <schwab@redhat.com>
3421
3422 PR gdb/11092
3423 * c-lang.c (c_printstr): Compute real length of NUL terminated
3424 string at first.
3425
3426 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3427
3428 * parse.c (parse_exp_in_context): When block is not NULL, use
3429 its associated language to parse the expression instead of
3430 the current_language.
3431
3432 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3433
3434 * jv-lang.c (java_lookup_class): Remove commented out code.
3435 (type_from_class): Likewise.
3436 (java_op_print_tab): Remove commented-out elements.
3437
3438 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3439
3440 * ada-lang.c (to_fixed_range_type): The the raw index type as
3441 argument instead of the raw type name. Remove orig_type parameter.
3442 Update calls throughout.
3443 (ada_fixup_array_indexes_type): New function.
3444 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
3445 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
3446 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
3447 Remove name parameter.
3448 (print_array_type): Add call to ada_fixup_array_indexes_type.
3449 Update calls to print_range_type.
3450 (ada_print_type): Update calls to print_range_type.
3451
3452 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
3453
3454 * dwarf2read.c (read_set_type): Set type length if
3455 DW_AT_byte_size attribute is present.
3456
3457 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
3458
3459 * p-valprint.c (pascal_val_print): Handle set type if range limits
3460 are undefined but size is known.
3461
3462 2010-05-17 Pedro Alves <pedro@codesourcery.com>
3463
3464 * procfs.c: Reformat.
3465
3466 2010-05-16 Michael Snyder <msnyder@vmware.com>
3467
3468 * target.c: White space.
3469 * target-descriptions.c: White space.
3470 * target-memory.c: White space.
3471 * thread.c: White space.
3472 * top.c: White space.
3473 * tracepoint.c: White space.
3474 * trad-frame.c: White space.
3475 * tramp-frame.c: White space.
3476 * ui-file.c: White space.
3477 * ui-out.c: White space.
3478 * user-regs.c: White space.
3479 * utils.c: White space.
3480
3481 * scm-exp.c: White space.
3482 * scm-lang.c: White space.
3483 * scm-valprint.c: White space.
3484 * sentinel-frame.c: White space.
3485 * ser-base.c: White space.
3486 * ser-go32.c: White space.
3487 * serial.c: White space.
3488 * ser-mingw.c: White space.
3489 * ser-pipe.c: White space.
3490 * ser-tcp.c: White space.
3491 * ser-unix.c: White space.
3492 * solib.c: White space.
3493 * solib-darwin.c: White space.
3494 * solib-frv.c: White space.
3495 * solib-irix.c: White space.
3496 * solib-osf.c: White space.
3497 * solib-pa64.c: White space.
3498 * solib-som.c: White space.
3499 * solib-spu.c: White space.
3500 * solib-svr4.c: White space.
3501 * solib-target.c: White space.
3502 * source.c: White space.
3503 * stabsread.c: White space.
3504 * stack.c: White space.
3505 * std-regs.c: White space.
3506 * symfile.c: White space.
3507 * symmisc.c: White space.
3508 * symtab.c: White space.
3509
3510 2010-05-16 Michael Snyder <msnyder@vmware.com>
3511
3512 * source.c (_initialize_source): Add "rev" as an abbreviation
3513 for the "reverse-search" command.
3514
3515 2010-05-16 Michael Snyder <msnyder@vmware.com>
3516
3517 * record.c: White space.
3518 * regcache.c: White space.
3519 * reggroups.c: White space.
3520 * remote-fileio.c: White space.
3521 * remote-m32r-sdi.c: White space.
3522 * remote-mips.c: White space.
3523 * remote-sim.c: White space.
3524 * remote.c: White space.
3525 (process_g_packet): Remove orphan braces.
3526
3527 2010-05-15 Michael Snyder <msnyder@vmware.com>
3528
3529 * parse.c: White space.
3530 * p-lang.c: White space.
3531 * posix-hdep.c: White space.
3532 * printcmd.c: White space.
3533 * progspace.c: White space.
3534 * prologue-value.c: White space.
3535 * psymtab.c: White space.
3536 * p-typeprint.c: White space.
3537 * p-valprint.c: White space.
3538
3539 * objc-lang.c: White space.
3540 * objfiles.c: White space.
3541 * observer.c: White space.
3542 * osabi.c: White space.
3543 * osdata.c: White space.
3544
3545 * m2-lang.c: White space.
3546 * m2-valprint.c: White space.
3547 * macrocmd.c: White space.
3548 * macroexp.c: White space.
3549 * macroscope.c: White space.
3550 * macrotab.c: White space.
3551 * main.c: White space.
3552 * maint.c: White space.
3553 * mdebugread.c: White space.
3554 * memattr.c: White space.
3555 * minsyms.c: White space.
3556 * monitor.c: White space.
3557
3558 2010-05-14 Michael Snyder <msnyder@vmware.com>
3559
3560 * jv-lang.c: White space.
3561 * jv-typeprint.c: White space.
3562 * jv-valprint.c: White space.
3563 * language.c: White space.
3564 * libunwind-frame.c: White space.
3565 * linespec.c: White space.
3566 * linux-nat.c: White space.
3567 * linux-record.c: White space.
3568 * linux-thread-db.c: White space.
3569
3570 * infcall.c: White space.
3571 * inf-child.c: White space.
3572 * infcmd.c: White space.
3573 * inferior.c: White space.
3574 * inf-loop.c: White space.
3575 * inflow.c: White space.
3576 * inline-frame.c: White space.
3577 * interps.c: White space.
3578
3579 * gcore.c: White space.
3580 * gdb.c: White space.
3581 * gdbtypes.c: White space.
3582 * gnu-nat.c: White space.
3583 * gnu-v2-abi.c: White space.
3584 * gnu-v3-abi.c: White space.
3585
3586 * findcmd.c: White space.
3587 * findvar.c: White space.
3588 * fork-child.c: White space.
3589 * frame-base.c: White space.
3590 * frame.c: White space.
3591 * frame-unwind.c: White space.
3592 * f-valprint.c: White space.
3593
3594 * elfread.c: White space.
3595 * environ.c: White space.
3596 * eval.c: White space.
3597 * event-loop.c: White space.
3598 * event-top.c: White space.
3599 * exceptions.c: White space.
3600 * exec.c: White space.
3601 * expprint.c: White space.
3602
3603 * dbxread.c: White space.
3604 * dcache.c: White space.
3605 * disasm.c: White space.
3606 * doublest.c: White space.
3607 * dsrec.c: White space.
3608 * dummy-frame.c: White space.
3609 * dwarf2expr.c: White space.
3610 * dwarf2-frame.c: White space.
3611 * dwarf2loc.c: White space.
3612 * dwarf2read.c: White space.
3613
3614 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3615
3616 PR python/11482
3617
3618 * python/py-value.c (valpy_hash): New function.
3619 (value_object_type): Register valpy_hash.
3620
3621 2010-05-14 Hui Zhu <teawater@gmail.com>
3622 Michael Snyder <msnyder@vmware.com>
3623
3624 * linux-fork.c (gdbthread.h): New include.
3625 (fork_info): Add parent_ptid.
3626 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
3627 functions.
3628 (delete_checkpoint_command): Call inferior_call_waitpid.
3629 (checkpoint_command): Set parent_ptid.
3630
3631 2010-05-13 Michael Snyder <msnyder@vmware.com>
3632
3633 * dictionary.c: Re-indent to GNU coding standard.
3634
3635 * charset.c: White space.
3636 * c-lang.c: White space.
3637 * cli-out.c: White space.
3638 * coffread.c: White space.
3639 * complaints.c: White space.
3640 * completer.c: White space.
3641 * corefile.c: White space.
3642 * corelow.c: White space.
3643 * cp-abi.c: White space.
3644 * cp-namespace.c: White space.
3645 * cp-support.c: White space.
3646 * cp-valprint.c: White space.
3647 * c-typeprint.c: White space.
3648 * c-valprint.c: White space.
3649 * blockframe.c: White space.
3650 * breakpoint.c: White space.
3651 * buildsym.c: White space.
3652 * blockframe.c: White space.
3653 * bcache.c: White space.
3654 * gdbarch.sh: White space, add blank lines.
3655 * arch-utils.c: Ditto.
3656 * gdbarch.c: Regenerate.
3657 * frame.c: White space, add blank lines.
3658 * stack.c: White space, add blank lines.
3659 (initialize_stack): Remove long-dead code.
3660
3661 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3662
3663 Code cleanup.
3664 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
3665 (locexpr_read_variable, loclist_read_variable): Update the callers.
3666
3667 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 Code cleanup.
3670 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
3671 Remove check of NULL returned by tag_type_to_type.
3672 (die_containing_type): Remove variable type. Remove type_die variable
3673 initialization. Remove check of NULL returned by tag_type_to_type.
3674
3675 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3676
3677 PR exp/11530.
3678 * gdbtypes.c (lookup_struct_elt_type): Also lookup
3679 names of unnamed structures or unions.
3680
3681 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3682
3683 * procfs.c (proc_watchpoint_address): New function.
3684 (procfs_stopped_by_watchpoint): Remove useless check after
3685 find_procinfo_or_die call.
3686 (procfs_stopped_data_address): New function.
3687 (procfs_use_watchpoints): Register new watchpoint related function.
3688
3689 2010-05-11 Tom Tromey <tromey@redhat.com>
3690
3691 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
3692
3693 2010-05-10 Michael Snyder <msnyder@vmware.com>
3694
3695 * utils.c: White space cleanup.
3696
3697 2010-05-10 Tom Tromey <tromey@redhat.com>
3698
3699 * eval.c (ptrmath_type_p): Add 'lang' argument.
3700 (evaluate_subexp_standard): Update.
3701 (evaluate_subexp_with_coercion): Update.
3702 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
3703
3704 2010-05-10 Michael Snyder <msnyder@vmware.com>
3705
3706 * utils.c (do_fclose_cleanup) Restore local variable.
3707
3708 2010-05-09 Doug Evans <dje@google.com>
3709
3710 * record.c (init_record_core_ops): Rename record_core to record-core.
3711
3712 2010-05-08 Joel Brobecker <brobecker@adacore.com>
3713
3714 Implement task switching on pa-hpux.
3715 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
3716 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
3717
3718 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
3719
3720 * valops.c (find_overload_match): Add missing i18n markup.
3721
3722 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
3723
3724 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
3725
3726 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
3729 list for the obconcat call.
3730 * mdebugread.c (parse_symbol): Likewise.
3731 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
3732 Likewise.
3733 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
3734 New variable ap. Remove variables len and val.
3735 * symfile.h (obconcat): Likewise for the prototype.
3736
3737 2010-05-07 Michael Snyder <msnyder@vmware.com>
3738
3739 * python/python.c (execute_gdb_command): Remove unused variables.
3740 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
3741 * python/py-breakpoint.c (gdbpy_breakpoint_created):
3742 Remove unused variable.
3743 * python/py-cmd.c (cmdpy_function): Remove unused variable.
3744 (cmdpy_completer): Remove unused variable.
3745 * python/py-frame.c (frapy_find_sal): Remove unused variable.
3746 * python/py-function.c (fnpy_call): Remove unused variable.
3747 * python/py-objfile.c (objfile_to_objfile_object):
3748 Remove unused variable.
3749 * python/py-param.c (parmpy_init): Remove unused variable.
3750 * python/py-prettyprint.c (apply_varobj_pretty_printer):
3751 Remove unused variable.
3752 (gdbpy_default_visualizer): Remove unused variable.
3753 * python/py-progspace.c (pspace_to_pspace_object):
3754 Remove unused variable.
3755 * python/py-symtab.c (symtab_and_line_to_sal_object):
3756 Remove unused variable.
3757 * python/py-type.c (typy_template_argument):
3758 Remove unused variable.
3759 * python/py-value.c (valpy_string): Remove unused variable.
3760 (convert_value_from_python): Remove unused variables.
3761
3762 2010-05-07 Michael Snyder <msnyder@vmware.com>
3763
3764 * valops.c (value_cast_pointers): Restore unused variable 'type1',
3765 and use it to compute variable 't1'.
3766
3767 2010-05-07 Joel Brobecker <brobecker@adacore.com>
3768
3769 * ada-lang.c (assign_aggregate): Remove unused variable.
3770
3771 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3772
3773 PR C++/7943:
3774 * valops.c (find_overload_match): Handle fsym == NULL case.
3775 Add int no_adl argument.
3776 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
3777 when appropriate.
3778 Add int no_adl argument.
3779 (find_oload_champ_namespace): Add int no_adl argument.
3780 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
3781 expression.
3782 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
3783 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
3784 Evaluate arguments and use them to perform ADL lookup.
3785 Pass no_adl argument to find_overload_match.
3786 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
3787 * cp-support.h: Added prototype for
3788 make_symbol_overload_list_namespace.
3789 * cp-support.c (make_symbol_overload_list_namespace): New function.
3790 (make_symbol_overload_list_adl_namespace): New function.
3791 (make_symbol_overload_list_adl): New function.
3792 (make_symbol_overload_list_using): Moved code to add function to
3793 overload set to make_symbol_overload_list_namespace.
3794 * c-exp.y: create UNKNOWN_CPP_NAME token.
3795 Add parse rule for ADL functions.
3796 (classify_name): Recognize an UNKNOWN_CPP_NAME.
3797
3798 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3799
3800 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
3801 sentinel.
3802
3803 2010-05-07 Joel Brobecker <brobecker@adacore.com>
3804
3805 Implement task switching on solaris targets.
3806 * sol-thread.c (thread_db_find_thread_from_tid)
3807 (sol_get_ada_task_ptid): New functions.
3808 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
3809
3810 2010-05-07 Pedro Alves <pedro@codesourcery.com>
3811
3812 * remote.c (remote_query_supported_append): Use reconcat.
3813 (remote_query_supported): Install a cleanup. Use reconcat.
3814
3815 2010-05-07 Pedro Alves <pedro@codesourcery.com>
3816
3817 * gdbarch.sh (qsupported): Delete.
3818 * gdbarch.h, gdbarch.c: Regenerate.
3819 * remote.c (remote_query_supported): Remove use of
3820 gdbarch_qsupported.
3821
3822 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
3823
3824 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
3825 function.
3826
3827 2010-05-06 Michael Snyder <msnyder@vmware.com>
3828
3829 * xml-support.c (xinclude_start_include): Delete unused variable.
3830 (xml_process_xincludes): Delete unused variable.
3831 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
3832 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
3833 (tdesc_find_arch_register): Delete unused variable.
3834 (tdesc_use_registers): Delete unused variable.
3835 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
3836 * inferior.c (print_inferior): Delete unused variable.
3837 * record.c (record_open_1): Delete unused variable.
3838 (record_restore): Delete unused variable.
3839 (cmd_record_save): Delete unused variable.
3840 * gcore.c (derive_heap_segment): Delete unused variable.
3841 (objfile_find_memory_regions): Use unused variable.
3842 * jit.c (jit_inferior_init): Delete unused variable.
3843 * progspace.c (clone_program_space): Delete unused variable.
3844 (pspace_empty_p): Delete unused variable.
3845
3846 * frame-unwind.c (frame_unwind_find_by_frame):
3847 Delete unused variable.
3848 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
3849 * cp-support.c (mangled_name_to_comp): Delete unused variable.
3850 (method_name_from_physname): Delete unused variable.
3851 (cp_func_name): Delete unused variable.
3852 (cp_validate_operator): Delete unused variable.
3853 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
3854 Delete unused variable.
3855 * trad-frame.c (trad_frame_get_prev_register):
3856 Delete unused variable.
3857 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
3858
3859 * serial.c (serial_for_fd): Delete unused variable.
3860 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
3861 * top.c (execute_command): Delete unused variable.
3862 (init_main): Delete unused variable.
3863 * utils.c (do_fclose_cleanup): Delete unused variable.
3864 (do_all_inferior_continuations): Delete unused variable.
3865 (initialize_utils): Delete unused variable.
3866 (internal_problem_mode): Delete unused global.
3867 * frame.c (get_prev_frame): Delete unused global.
3868 (get_frame_locals_address): Delete unused global.
3869 (get_frame_args_address): Delete unused global.
3870
3871 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
3872 (pascal_type_print_varspec_prefix): Delete unused variable.
3873 * f-typeprint.c (f_type_print_base): Delete unused variable.
3874 (f_type_print_varspec_suffix): Delete unused variable.
3875 * m2-typeprint.c (m2_print_type): Delete unused variable.
3876 (m2_long_set): Delete unused variable.
3877 * ada-valprint.c (ada_val_print_1): Delete unused variable.
3878 * d-valprint.c (dynamic_array_type): Delete unused variable.
3879 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
3880 Delete unused variable.
3881 (f77_create_arrayprint_offset_tbl): Delete unused variable.
3882 * m2-valprint.c (m2_val_print): Delete unused variable.
3883
3884 * ui-out.c (ui_out_field_int): Delete unused variable.
3885 (ui_out_field_fmt_int): Delete unused variable.
3886 * varobj.c (varobj_list_children): Delete unused variable.
3887 (varobj_set_value): Delete unused variable.
3888 (install_new_value_visualizer): Delete unused variable.
3889 (varobj_set_visualizer): Delete unused variable.
3890 (varobj_update): Delete unused variable.
3891 (varobj_editable_p): Delete unused variable.
3892 (c_value_of_root): Delete unused variable.
3893 (cplus_describe_child): Delete unused variable.
3894
3895 * ada-lang.c (add_defn_to_vec): Delete unused variable.
3896 (decode_constrained_packed_array_type): Delete unused variable.
3897 (add_defn_to_vec): Delete unused variable.
3898 (symbol_completion_match): Delete unused variable.
3899 (value_tag_from_contents_and_address): Delete unused variable.
3900 (ada_evaluate_subexp): Delete unused variable.
3901 * c-lang.c (classify_type): Delete unused variable.
3902 * f-lang.c (f_printstr): Delete unused variable.
3903 * objc-lang.c (objc_printstr): Delete unused variable.
3904 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
3905 * jv-lang.c (type_from_class): ifdef unused variable.
3906 (java_class_name_from_physname): Delete unused variable.
3907 * m2-lang.c (m2_printstr): Delete unused variable.
3908
3909 * objfiles.c (objfile_relocate): Delete unused variable.
3910 * maint.c (_initialize_maint_cmds): Delete unused variable.
3911 * demangle.c (_initialize_demangler): Delete unused variable.
3912 * corefile.c (reopen_exec_file): Delete unused variable.
3913 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
3914 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
3915
3916 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
3917 * memattr.c (mem_delete): Delete unused variable.
3918 (invalidate_target_mem_regions): Delete unused variable.
3919 * mem-break.c (default_memory_insert_breakpoint):
3920 Delete unused variable.
3921 * target.c (target_get_osdata): Delete unused variable.
3922 * parse.c (length_of_subexp): Delete unused variable.
3923 (prefixify_subexp): Delete unused variable.
3924 (exp_iterate): Delete unused variable.
3925 * reverse.c (delete_bookmark_command): Delete unused variable.
3926
3927 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
3928 * macroexp.c (gather_arguments): Delete unused variable.
3929 (substitute_args): Delete unused variable.
3930 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
3931 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
3932 (_initialize_gdbarch): Delete unused variable.
3933 * gdbarch.c, gdbarch.h: Regenerate.
3934 * arch-utils.c (initialize_current_architecture):
3935 Delete unused variable.
3936 (_initialize_gdbarch_utils): Delete unused variable.
3937 * gdbtypes.c (make_cv_type): Delete unused variable.
3938 (make_type_with_address_space): Delete unused variable.
3939
3940 * linespec.c (decode_compound): Delete unused variable.
3941 * dictionary.c (iterator_next_hashed): Delete unused variable.
3942 * infcall.c (call_function_by_hand): Delete unused variable.
3943 * infcmd.c (step_1): Delete unused variable.
3944 (registers_info): Delete unused variable.
3945 (attach_command): Delete unused variable.
3946 * infrun.c (follow_exec): Delete unused variable.
3947 (handle_step_into_function_backwards): Delete unused variable.
3948 (_initialize_infrun): Delete unused variable.
3949 * stack.c (parse_frame_specification_1): Delete unused variable.
3950 (frame_info): Delete unused variable.
3951 (backtrace_command_1): Delete unused variable.
3952 (catch_info): Delete unused variable.
3953
3954 * eval.c (evaluate_subexp_standard): Delete unused variable.
3955 * valops.c (value_cast_pointers): Delete unused variable.
3956 (value_dynamic_cast): Delete unused variable.
3957 (value_array): Delete unused variable.
3958 (find_overload_match): Delete unused variable.
3959 * valarith.c (value_subscript): Delete unused variable.
3960 (value_binop): Delete unused variable.
3961 * valprint.c (_initialize_valprint): Delete unused variable.
3962 * printcmd.c (print_command_1): Delete unused variable.
3963 (address_info): Delete unused variable.
3964 (printf_command): Delete unused variable.
3965
3966 * auxv.c (target_auxv_search): Delete unused variable.
3967 * blockframe.c (get_frame_block): Delete unused variable.
3968 * regcache.c (regcache_cpy): Delete unused variable.
3969 (regcache_cpy_no_passthrough): Delete unused variable.
3970 * charset.c (wchar_iterate): Delete unused variable.
3971 (find_charset_names): Delete unused variable.
3972 (_initialize_charset): Delete unused variable.
3973 * disasm.c (do_mixed_source_and_assembly):
3974 Delete unused variable.
3975 * source.c (set_default_source_symtab_and_line):
3976 Delete unused variable.
3977 (set_substitute_path_command): Delete unused variable.
3978 * value.c (preserve_values): Delete unused variable.
3979 (value_from_double): Delete unused variable.
3980
3981 2010-05-05 Michael Snyder <msnyder@vmware.com>
3982
3983 * psymtab.c (lookup_partial_symbol): Delete unused variable.
3984 (find_last_source_symtab_from_partial): Delete unused variable.
3985 * symfile.c (place_section): Delete unused variable.
3986 (default_symfile_offsets): Delete unused variable.
3987 (get_debug_link_info): Delete unused variable.
3988 (find_separate_debug_file_by_debuglink): Delete unused variable.
3989 (add_symbol_file_command): Delete unused variable.
3990 (symfile_find_segment_sections): Delete unused variable.
3991 * symmisc.c (free_symtab): Delete unused variable.
3992 (dump_symtab_1): Delete unused variable.
3993 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
3994 (find_pc_sect_symtab): Delete unused variable.
3995 (skip_prologue_using_lineinfo): Delete unused variable.
3996 (sources_info): Delete unused variable.
3997 (completion_list_add_name): Delete unused variable.
3998 (expand_line_sal): Delete unused variable.
3999
4000 * breakpoint.c (validate_commands_for_breakpoint):
4001 Delete unused variables.
4002 (insert_catchpoint): Delete unused variable.
4003 (update_watchpoint): Delete unused variable.
4004 (insert_bp_location): Delete unused variable.
4005 (insert_breakpoint_locations): Delete unused variable.
4006 (remove_breakpoint_1): Delete unused variable.
4007 (software_breakpoint_inserted_here_p): Delete unused variable.
4008 (watchpoints_triggered): Delete unused variable.
4009 (bpstat_check_watchpoint): Delete unused variable.
4010 (bpstat_stop_status): Delete unused variable.
4011 (print_one_breakpoint_location): Delete unused variable.
4012 (allocate_bp_location): Delete unused variable.
4013 (create_breakpoint): Delete unused variable.
4014 (watch_command_1): Delete unused variable.
4015 (catch_exception_command_1): Delete unused variable.
4016 (catch_ada_exception_command): Delete unused variable.
4017 (delete_breakpoint): Delete unused variable.
4018 (breakpoint_re_set_one): Delete unused variable.
4019 (do_enable_breakpoint): Delete unused variable.
4020
4021 2010-05-06 Pedro Alves <pedro@codesourcery.com>
4022
4023 * amd64-tdep.c: Include disasm.h.
4024 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
4025 (amd64_insn_length): Moved to disasm.c and renamed.
4026 (fixup_riprel): Adjust.
4027 * disasm.c (do_ui_file_delete): New.
4028 (gdb_insn_length): New.
4029 (gdb_buffered_insn_length_fprintf)
4030 (gdb_buffered_insn_length_init_dis)
4031 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
4032 renamed.
4033 * disasm.h (gdb_insn_length): Declare.
4034 (gdb_buffered_insn_length): Declare.
4035
4036 2010-05-06 Pedro Alves <pedro@codesourcery.com>
4037
4038 * remote.c (clear_threads_parsing_context): New.
4039 (remote_threads_info): Delete unused null_cleanup. Install a
4040 cleanup to clear the threads_parsing_context in case parsing
4041 throws.
4042
4043 2010-05-05 Michael Snyder <msnyder@vmware.com>
4044
4045 * c-exp.y (parse_string_or_char): Delete unused variable.
4046 (c_lex): Delete unused variable.
4047 * cp-name-parser.y (cpname_lex): Delete unused variable.
4048 * ada-exp.y (find_primitive_type): Delete unused variable.
4049 (write_var_or_type): Delete unused variable.
4050 * jv-exp.y (java_parse): Delete unused variable.
4051 (push_expression_name): Delete unused variable.
4052 * p-exp.y (pascal_lex): Delete unused variable.
4053
4054 2010-05-05 Pedro Alves <pedro@codesourcery.com>
4055
4056 * remote.c (remote_threads_info): Really revert previous previous
4057 change.
4058
4059 2010-05-05 Michael Snyder <msnyder@vmware.com>
4060
4061 * elfread.c (elf_symtab_read): Delete unused variable.
4062 (find_separate_debug_file_by_buildid): Delete unused variables.
4063 (elf_symfile_read): Delete unused variable.
4064
4065 * coffread.c (coff_symfile_read): Delete unused variables.
4066
4067 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
4068 (read_pe_exported_syms): Delete unused variable.
4069
4070 * stabsread.c (define_symbol): Delete unused variable.
4071
4072 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
4073 (process_psymtab_comp_unit): Delete unused variable.
4074 (dwarf2_build_psymtabs_hard): Delete unused variable.
4075 (load_partial_comp_unit): Delete unused variable.
4076 (create_all_comp_units): Delete unused variable.
4077 (scan_partial_symbols): Delete unused variable.
4078 (add_partial_symbol): Delete unused variable.
4079 (add_partial_namespace): Delete unused variable.
4080 (add_partial_enumeration): Delete unused variable.
4081 (load_full_comp_unit): Delete unused variable.
4082 (process_full_comp_unit): Delete unused variable.
4083 (read_file_scope): Delete unused variable.
4084 (read_type_unit_scope): Delete unused variable.
4085 (process_structure_scope): Delete unused variable.
4086 (process_enumeration_scope): Delete unused variable.
4087 (read_tag_ptr_to_member_type): Delete unused variable.
4088 (read_typedef): Delete unused variable.
4089 (read_partial_die): Delete unused variable.
4090 (decode_locdesc): Delete unused variable.
4091 (zeroed_partial_die): Delete unused global variable.
4092
4093 * tui/tui-interp.c (_initialize_tui_interp):
4094 Delete unused variable.
4095 * tui/tui-regs.c tui_display_registers_from):
4096 Delete unused variable.
4097 (tui_check_register_values): Delete unused variable.
4098 (tui_register_format): Delete unused variable.
4099 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
4100 * tui/tui-windata.c (tui_display_data_from_line):
4101 Delete unused variables.
4102 (tui_vertical_data_scroll): Delete unused variables.
4103
4104 2010-05-05 Michael Snyder <msnyder@vmware.com>
4105
4106 * remote.c (remote_threads_info): Revert questionable part of
4107 the previous change.
4108
4109 2010-05-05 Michael Snyder <msnyder@vmware.com>
4110
4111 * mi/mi-out.c (mi_table_begin): Delete unused variable.
4112 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
4113 (mi_cmd_var_list_children): Delete unused variable.
4114 (varobj_update_one): Delete unused variable.
4115 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
4116 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
4117 Delete unused variable.
4118 (mi_cmd_stack_list_variables): Delete unused variable.
4119 (list_args_or_locals): Delete unused variable.
4120 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
4121 Delete unused variables.
4122 (mi_cmd_file_list_exec_source_files): Delete unused variable.
4123 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
4124 Delete unused variable.
4125 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
4126 (mi_cmd_interpreter_exec): Delete unused variable.
4127 (mi_on_normal_stop): Delete unused variable.
4128 * mi/mi-main.c (run_one_inferior): Delete unused variable.
4129 (print_one_inferior): Delete unused variables.
4130 (mi_execute_command): Delete unused variable.
4131 (mi_cmd_execute): Delete unused variable.
4132 (timestamp): Delete unused variable.
4133
4134 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
4135 (restore_binary_file): Delete unused variable.
4136 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
4137 * cli/cli-script.c (define_command): Delete unused variables.
4138 (recurse_read_control_structure): Delete unused variable.
4139 (script_from_file): Delete unused variable.
4140 * cli/cli-cmds.c (complete_command): Delete unused variable.
4141 (disassemble_command): Delete unused variable.
4142
4143 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
4144 * tracepoint.c (delete_trace_variable_command):
4145 Delete unused variables.
4146 (encode_actions_1): Delete unused variables.
4147 (start_tracing): Delete unused variable.
4148 (trace_status_mi): Delete unused variable.
4149 (tfind_1): Delete unused variable.
4150 (trace_find_pc_command): Delete unused variable.
4151 (trace_find_line_command): Delete unused variables.
4152 (trace_find_range_command): Delete unused variables.
4153 (trace_find_outside_command): Delete unused variables.
4154 (parse_tracepoint_definition): Delete unused variables.
4155 (tfile_fetch_registers): Delete unused variable.
4156
4157 * dcache.c (dcache_init): Delete unused variable.
4158 (dcache_info): Delete unused variable.
4159
4160 * remote.c (remote_threads_info): Delete unused variable.
4161 (process_stop_reply) :Delete unused variable.
4162 (remote_get_trace_status): Delete unused variables.
4163
4164 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
4165 (thread_from_lwp): Delete unused variable.
4166 (enable_thread_event_reporting): Delete unused variable.
4167 (check_for_thread_db): Delete unused variables.
4168 (thread_db_find_new_threads_2): Delete unused variable.
4169
4170 * linux-fork.c (info_checkpoints_command): Delete unused variables.
4171 (checkpoint_command): Delete unused variable.
4172 (linux_fork_context): Delete unused variables.
4173
4174 * linux-nat.c (linux_parent_pid): Delete unused global variable.
4175 (linux_tracefork_child): Delete unused variable.
4176 (linux_child_follow_fork): Delete unused variable.
4177 (linux_nat_detach): Delete unused variable.
4178 (linux_handle_extended_wait): Delete unused variable.
4179 (linux_nat_has_pending_sigint): Delete unused variable.
4180 (linux_nat_find_memory_regions): Delete unused variable.
4181 (linux_nat_make_corefile_notes): Delete unused variables.
4182 (linux_nat_info_proc_cmd): Delete unused variable.
4183 (linux_proc_pending_signals): Delete unused variable.
4184 (linux_nat_stop_lwp): Delete unused variables.
4185 (_initialize_linux_nat): Delete unused variable.
4186
4187 * ser-pipe.c (pipe_ops): Delete unused global variable.
4188
4189 * linux-record.c (record_linux_system_call):
4190 Delete unused variables.
4191
4192 * corelow.c (core_xfer_partial): Delete unused variables.
4193
4194 * solib-svr4.c (find_program_interpreter): Delete unused variable.
4195 (svr4_solib_create_inferior_hook): Add ifdef around
4196 conditionally-used variable declarations.
4197
4198 * solib.c (solib_find): Delete unused variable.
4199 (free_so_symbols): Delete unused variable.
4200 (info_sharedlibrary_command): Delete unused variable.
4201 (reload_shared_libraries_1): Delete unused variable.
4202 (_initialize_solib): Delete unused variable.
4203
4204 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
4205 (i386_collect_xstateregset): Delete unused variable.
4206 * i387-tdep.c (i387_print_float_info): Delete unused variable.
4207
4208 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
4209 Delete unused variable 'type'.
4210
4211 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4212
4213 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
4214 ada-lang.c: Remove comment mentioning these macros.
4215 * m2-exp.y: Delete commented out code.
4216
4217 2010-05-05 Joel Brobecker <brobecker@adacore.com>
4218
4219 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
4220 for array types.
4221 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
4222
4223 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4224
4225 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
4226 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
4227 ATTRIBUTE_UNUSED.
4228 (cleanup_kernel_helper_return): Likewise.
4229 * arm-tdep.c (copy_unmodified): Likewise.
4230 (copy_preload): Likewise.
4231 (copy_copro_load_store): Likewise.
4232 (cleanup_branch): Likewise.
4233 (copy_b_bl_blx): Likewise.
4234 (copy_bx_blx_reg): Likewise.
4235 (copy_alu_imm): Likewise.
4236 (copy_alu_reg): Likewise.
4237 (copy_alu_shifted_reg): Likewise.
4238 (cleanup_load): Likewise.
4239 (cleanup_store): Likewise.
4240 (cleanup_block_load_pc): Likewise.
4241 (cleanup_svc): Likewise.
4242 (copy_undef): Likewise.
4243 (copy_unpred): Likewise.
4244 * remote.c (register_remote_support_xml): Likewise.
4245
4246 2010-05-05 Hui Zhu <teawater@gmail.com>
4247
4248 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
4249
4250 2010-05-04 Mark Kettenis <kettenis@gnu.org>
4251
4252 * remote.c (register_remote_support_xml)
4253 (remote_query_supported_append, remote_query_supported): Add cast
4254 to NULL used as sentinel.
4255 * tracepoint.c (tvariables_info_1): Likewise.
4256 * utils.c (add_internal_problem_command): Likewise.
4257
4258 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4259
4260 * dwarf2loc.c (read_pieced_value, write_pieced_value,
4261 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
4262 registers gracefully.
4263
4264 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4265
4266 * exec.c (print_section_info): Display entry point without arch
4267 specific parts.
4268
4269 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
4270
4271 PR exp/11349.
4272 * printcmd.c (x_command): Only dereference once implicitly for
4273 TYPE_CODE_REF.
4274
4275 2010-05-03 Doug Evans <dje@google.com>
4276
4277 * event-loop.c (gdb_timer): Delete unused global.
4278 (create_timer): Update.
4279
4280 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
4283 CURRENT->DECLARATION case.
4284 * cp-support.h (struct using_direct): Provide extended comment.
4285
4286 2010-05-03 Mark Kettenis <kettenis@gnu.org>
4287
4288 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
4289 HPPABSD_SIZEOF_GREGS.
4290 (HPPAOBSD_SIZEOF_FPREGS): New define.
4291 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
4292 (hppaobsd_supply_fpregset): New function.
4293 (hppaobsd_gregset): Renamed from hppabsd_gregset.
4294 (hppaobsd_fpregset): New variable.
4295 (hppaobsd_regset_from_core_section): Handle floating-point registers.
4296 (_initialize_hppabsd_tdep): Remove spurious blank line.
4297
4298 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
4299
4300 PR pascal/11349.
4301 * p-valprint.c (pascal_value_print): Always dereference a value with
4302 type code TYPE_CODE_REF.
4303
4304 2010-05-03 Pedro Alves <pedro@codesourcery.com>
4305
4306 * remote.c (remote_notice_signals): New.
4307 (remote_start_remote): In non-stop mode, update the remote end on
4308 which signals it can silently pass.
4309 (init_remote_ops): Install remote_notice_signals.
4310
4311 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4312
4313 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
4314 * command.h (error_no_arg): ... here. Remove NORETURN, change
4315 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4316 * defs.h (NORETURN, ATTR_NORETURN): Remove.
4317 (perror_with_name, verror, error, error_stream, vfatal, fatal)
4318 (internal_verror, internal_error, nomem): Remove NORETURN, change
4319 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4320 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
4321 (throw_vfatal, throw_error): Remove NORETURN.
4322 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
4323 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
4324 (throw_error, deprecated_throw_reason): Remove NORETURN, change
4325 ATTR_NORETURN to ATTRIBUTE_NORETURN.
4326 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
4327 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
4328 NORETURN.
4329 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
4330 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
4331 ATTRIBUTE_NORETURN.
4332 * target.c (tcomplain): Likewise.
4333 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
4334 ATTRIBUTE_NORETURN.
4335 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
4336 (internal_error, perror_with_name, nomem): Remove NORETURN.
4337 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
4338 ATTRIBUTE_NORETURN.
4339
4340 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4341
4342 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4343 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
4344 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
4345 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4346 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
4347 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4348 * complaints.h (complaint, internal_complaint): Likewise.
4349 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
4350 (ATTR_FORMAT): Remove.
4351 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
4352 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
4353 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
4354 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
4355 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
4356 (internal_error, internal_vwarning, internal_warning, warning)
4357 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
4358 * disasm.c (fprintf_disasm): Likewise.
4359 * exceptions.c (throw_it): Likewise.
4360 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
4361 (throw_error): Likewise.
4362 * language.h (type_error, range_error): Likewise.
4363 * linespec.c (cplusplus_error): Likewise.
4364 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
4365 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
4366 * monitor.c (monitor_debug): Likewise.
4367 * parser-defs.h (parser_fprintf): Likewise.
4368 * serial.h (serial_printf): Likewise.
4369 * tui/tui-hooks.c (tui_query_hook): Likewise.
4370 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
4371 (uo_message): Likewise.
4372 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
4373 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
4374 Likewise.
4375 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
4376
4377 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4378
4379 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
4380 (cli_table_header, cli_begin, cli_end, cli_field_int)
4381 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
4382 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
4383 Delete forward declarations.
4384 (cli_ui_out_impl): Move below the callbacks.
4385 (_initialize_cli_out): Delete.
4386
4387 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4388
4389 * README: Use consistent `GDB' and `GDBserver' spellings.
4390
4391 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
4394
4395 2010-05-01 Pedro Alves <pedro@codesourcery.com>
4396
4397 * infrun.c (prepare_for_detach): In non-stop, context switch to
4398 the thread that got the event before handling the event.
4399
4400 2010-04-30 Tom Tromey <tromey@redhat.com>
4401
4402 * symtab.c (symbol_set_names): Fix typo.
4403
4404 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4405
4406 * python/py-param.c (parm_constants): Avoid ARI warning
4407 by adding ARI comment.
4408 (parmpy_init): Likewise.
4409
4410 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4411
4412 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
4413 and created type for re-use.
4414
4415 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
4416
4417 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
4418
4419 2010-04-29 Doug Evans <dje@google.com>
4420
4421 * ser-base.h (reschedule): Delete prototype.
4422 * ser-base.c (reschedule): Make static.
4423
4424 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4425
4426 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
4427 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
4428 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
4429 EABI.
4430 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
4431 use.
4432
4433 2010-04-29 Pedro Alves <pedro@codesourcery.com>
4434
4435 PR gdb/11557
4436
4437 * regcache.c (registers_changed): Rename to ...
4438 (registers_changed_ptid): ... this, and only delete register cache
4439 entries matching the ptid filter argument.
4440 (registers_changed): Reimplement on top of registers_changed_ptid.
4441 * regcache.h (registers_changed_ptid): Declare.
4442 * target.c (target_resume): Flush register caches.
4443
4444 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
4445 Tom Tromey <tromey@redhat.com>
4446 Thiago Jung Bauermann <bauerman@br.ibm.com>
4447
4448 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
4449 (SUBDIR_PYTHON_SRCS): Likewise.
4450 (py-parameter.o): New rule.
4451 * python/py-parameter.c: New file.
4452 * python/python-internal.h (gdbpy_initialize_parameter)
4453 (gdbpy_parameter, gdbpy_parameter_value)
4454 (gdbpy_parse_command_name): Declare.
4455 * python/py-cmd.c (parse_command_name): Rename to
4456 gdbpy_parse_command_name.
4457 (gdbpy_parse_command_name): Accept a starting list parameter and
4458 use over cmdlist.
4459 (cmdpy_init): Use gdbpy_parse_command_name.
4460 * python/python.c (parameter_to_python): Rename to
4461 gdbpy_parameter_to_python. Accept enum var_types and value.
4462 (gdbpy_parameter): Use gdbpy_parameter_value.
4463 (_initialize_python): Call gdbpy_initialize_parameters.
4464
4465 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4466
4467 * MAINTAINERS: Add myself for write after approval privileges.
4468
4469 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
4470
4471 D language support.
4472 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
4473 (COMMON_OBS): Add d-lang.o d-valprint.o.
4474 (HFILES_NO_SRCDIR): Add d-lang.h.
4475 * NEWS: Mention D language support.
4476 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
4477 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
4478 * d-lang.c: New file.
4479 * d-lang.h: New file.
4480 * d-valprint.c: New file.
4481 * defs.h (enum language): Add language_d.
4482 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
4483 * language.c (binop_result_type, integral_type, character_type)
4484 (string_type, boolean_type, structured_type): Add language_d.
4485 * symfile.c (init_filename_language_table): Add language_d.
4486 * symtab.c: Include d-lang.h.
4487 (symbol_init_language_specific, symbol_find_demangled_name)
4488 (symbol_natural_name, lookup_symbol_in_language)
4489 (symbol_demangled_name, symbol_matches_domain): Add language_d.
4490
4491 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4492
4493 * solib-svr4.c (solib_svr4_r_map): Expand function description.
4494
4495 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4496
4497 * symfile.c (init_filename_language_table): Register .dg files
4498 with language_ada.
4499
4500 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdbtypes.h (struct main_type): Expand comment about target_type
4503 field.
4504
4505 2010-04-27 Pedro Alves <pedro@codesourcery.com>
4506 Tristan Gingold <gingold@adacore.com>
4507
4508 * symfile.c (reread_symbols): Also search for file in libraries.
4509 Update comment.
4510
4511 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4512
4513 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
4514 in terms of configuration.
4515
4516 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 * objfiles.c: Include solist.h.
4519 (free_all_objfiles): New variable so. Check stale solist objfiles.
4520 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
4521 and no_shared_libraries.
4522
4523 2010-04-27 Joel Brobecker <brobecker@adacore.com>
4524
4525 ARI warning fix.
4526 * python/py-auto-load.c (source_section_scripts): Remove trailing
4527 new-line in i18n string.
4528
4529 2010-04-26 Doug Evans <dje@google.com>
4530
4531 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
4532
4533 2010-04-26 Tom Tromey <tromey@redhat.com>
4534
4535 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
4536 command list.
4537
4538 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4539
4540 Removal of config/i386/nm-i386sol2.h native configuration file.
4541 * config/i386/nm-i386sol2.h: Remove file.
4542 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
4543 * config/i386/sol2-64.mh: Idem.
4544 * config/djgpp/fnchange.lst: Remove reference to that file.
4545 * Makefile.in (HFILES_NO_SRCDIR): Idem.
4546
4547 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
4548
4549 PR breakpoints/11531.
4550 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
4551 macro definition and related comment.
4552 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
4553 (resume): Remove code and comment related to this macro.
4554
4555 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4556
4557 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
4558 Fix whitespace.
4559
4560 2010-04-24 Pedro Alves <pedro@codesourcery.com>
4561
4562 * defs.h: Adjust comment.
4563 * filesystem.h, filesystem.c: New files.
4564 * Makefile.in (SFILES): Add filesystem.c.
4565 (COMMON_OBS): Add filesystem.o.
4566 * solib.c (solib_find): Handle DOS-based filesystems. Handle
4567 different target and host path flavours.
4568 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
4569 has_dos_based_file_system on the gdbarch.
4570 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
4571 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
4572 * i386-tdep.c (i386_go32_init_abi): Ditto.
4573 * gdbarch.sh (has_dos_based_file_system): New.
4574 * gdbarch.h, gdbarch.c: Regenerate.
4575 * NEWS: Mention improved support for remote targets with DOS-based
4576 filesystems. Mention new `set/show target-file-system-kind'
4577 commands.
4578
4579 2010-04-23 Stan Shebs <stan@codesourcery.com>
4580
4581 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
4582 comments.
4583 (struct agent_reqs): Remove.
4584 (ax_reg_mask): Declare.
4585 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
4586 (free_agent_expr): Free reg_mask.
4587 (ax_print): Add scope and register mask info.
4588 (ax_reqs): Remove agent_reqs argument, use agent expression
4589 fields, and move part of register mask computation to...
4590 (ax_reg_mask): New function.
4591 * ax-gdb.c (gen_trace_static_fields): Call it.
4592 (gen_traced_pop): Ditto.
4593 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
4594 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
4595 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
4596 (gen_eval_for_expr): Ditto, and require an rvalue.
4597 (agent_command): Call ax_reqs.
4598 (agent_eval_command): Ditto.
4599 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
4600 (validate_action_line): Ditto.
4601 (collect_symbol): Ditto.
4602 (encode_actions_1): Ditto.
4603
4604 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
4605 Paul Pluzhnikov <ppluzhnikov@google.com>
4606 Jan Kratochvil <jan.kratochvil@redhat.com>
4607
4608 Fix deadlock on looped list of loaded shared objects.
4609 * solib-svr4.c (LM_PREV): New function.
4610 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
4611 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
4612 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
4613 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
4614
4615 2010-04-23 Doug Evans <dje@google.com>
4616
4617 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
4618 python.
4619 * configure: Regenerate.
4620 * main.c: #include "python/python.h".
4621 (captured_main): Defer loading auto-loaded scripts until after
4622 local_gdbinit has been sourced.
4623 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
4624 (load_auto_scripts_for_objfile): New function.
4625 (auto_load_new_objfile): Call it.
4626 * python/python.h (gdbpy_global_auto_load): Declare.
4627 (load_auto_scripts_for_objfile): Declare.
4628
4629 Add support for auto-loading scripts from .debug_gdb_scripts section.
4630 * NEWS: Add entry for .debug_gdb_scripts.
4631 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
4632 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
4633 (py-auto-load.o): New rule.
4634 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
4635 * cli/cli-cmds.h (find_and_open_script): Update prototype.
4636 * python/py-auto-load.c: New file.
4637 * python/python-internal.h: #include <stdio.h>.
4638 (set_python_list, show_python_list): Declare.
4639 (gdbpy_initialize_auto_load): Declare.
4640 (source_python_script_for_objfile): Declare.
4641 * python/python.c: Remove #include of observer.h.
4642 (gdbpy_auto_load): Moved to py-auto-load.c.
4643 (GDBPY_AUTO_FILENAME): Ditto.
4644 (gdbpy_new_objfile): Delete.
4645 (source_python_script_for_objfile): New function.
4646 (set_python_list, show_python_list): Make externally visible.
4647 (_initialize_python): Move "auto-load" command to py-auto-load.c
4648 and observer_attach_new_objfile to py-auto-load.c.
4649
4650 2010-04-23 Jerome Guitton <guitton@adacore.com>
4651
4652 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
4653 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
4654 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
4655 New constants.
4656 (alpha_heuristic_analyze_probing_loop): New function.
4657 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
4658 and handle cases when a stack probe loop is generated.
4659 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
4660 (alpha_mdebug_max_frame_size_exceeded): New function.
4661 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
4662 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
4663 Return 0 when the maximum debuggable frame size has been exceeded.
4664
4665 2010-04-23 Joel Brobecker <brobecker@adacore.com>
4666
4667 Fix ARI warning.
4668 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
4669
4670 2010-04-20 Chris Moller <cmoller@redhat.com>
4671
4672 PR 10179
4673
4674 * symtab.c (rbreak_command): Added code to include a filename
4675 specification in the rbreak argument.
4676 * NEWS: Added a brief description of filename-qualified rbreak.
4677
4678 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4679
4680 Fix crashes on dangling display expressions.
4681 * ada-lang.c (ada_operator_check): New function.
4682 (ada_exp_descriptor): Fill-in the field operator_check.
4683 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
4684 * jv-lang.c (exp_descriptor_java): Likewise.
4685 * m2-lang.c (exp_descriptor_modula2): Likewise.
4686 * scm-lang.c (exp_descriptor_scm): Likewise.
4687 * parse.c (exp_descriptor_standard): Likewise.
4688 (operator_check_standard): New function.
4689 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
4690 * parser-defs.h (struct exp_descriptor): New field operator_check.
4691 (operator_check_standard, exp_uses_objfile): New declarations.
4692 * printcmd.c: Remove the inclusion of solib.h.
4693 (display_uses_solib_p): Remove the function.
4694 (clear_dangling_display_expressions): Call lookup_objfile_from_block
4695 and exp_uses_objfile instead of display_uses_solib_p.
4696 * solist.h (struct so_list) <objfile>: New comment.
4697 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
4698 * symtab.h (lookup_objfile_from_block): New declaration.
4699 (struct general_symbol_info) <obj_section>: Extend the comment.
4700
4701 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4702 Thiago Jung Bauermann <bauerman@br.ibm.com>
4703
4704 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
4705 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
4706 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
4707 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
4708 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
4709 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
4710 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
4711 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
4712 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
4713 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
4714 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
4715 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
4716 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
4717 Define, in case <ptrace.h> doesn't provide it.
4718 (booke_debug_info): New variable.
4719 (max_slots_number): Ditto.
4720 (hw_break_tuple): New struct.
4721 (thread_points): Ditto.
4722 (ppc_threads): New variable.
4723 (PPC_DEBUG_CURRENT_VERSION): New define.
4724 (have_ptrace_new_debug_booke): New function.
4725 (ppc_linux_check_watch_resources): Renamed to ...
4726 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
4727 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
4728 (booke_cmp_hw_point): New function.
4729 (booke_find_thread_points_by_tid): Ditto.
4730 (booke_insert_point): Ditto.
4731 (booke_remove_point): Ditto.
4732 (ppc_linux_insert_hw_breakpoint): Ditto.
4733 (ppc_linux_remove_hw_breakpoint): Ditto.
4734 (get_trigger_type): Ditto.
4735 (ppc_linux_insert_watchpoint): Handle BookE processors.
4736 (ppc_linux_remove_watchpoint): Ditto.
4737 (ppc_linux_new_thread): Ditto.
4738 (ppc_linux_thread_exit): New function..
4739 (ppc_linux_stopped_data_address): Handle BookE processors.
4740 (ppc_linux_watchpoint_addr_within_range): Ditto.
4741 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
4742 to_remove_hw_breakpoint fields of the target operations struct.
4743 Add observe for the thread_exit event.
4744
4745 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
4746
4747 * i386-linux-nat.c (regmap): Removed.
4748 (fetch_register): Replace regmap with
4749 i386_linux_gregset_reg_offset.
4750 (store_register): Likewise.
4751 (supply_gregset): Likewise.
4752 (fill_gregset): Likewise.
4753
4754 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
4755 global.
4756
4757 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
4758
4759 2010-04-22 Chris Moller <cmoller@redhat.com>
4760
4761 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
4762 method of popping recursion-detection stack with a method based on
4763 obstack_object_size(). (Similar to the PR9167 patch below, but for
4764 the static array obstack rather than the static member obstack.)
4765
4766 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
4767
4768 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
4769 (_initialize_amd64_linux_nat): Replace
4770 amd64_linux_gregset64_reg_offset with
4771 amd64_linux_gregset_reg_offset.
4772
4773 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
4774 global.
4775
4776 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
4777
4778 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4779
4780 PR stabs/11479.
4781 * stabsread.c (set_length_in_type_chain): New function.
4782 (read_struct_type): Call set_length_in_type_chain function.
4783 (read_enum_type): Idem.
4784
4785 2010-04-21 Stan Shebs <stan@codesourcery.com>
4786 Nathan Sidwell <nathan@codesourcery.com>
4787
4788 * tracepoint.c (trace_save): Open in binary mode.
4789
4790 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4791
4792 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
4793 fields.
4794 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
4795 builtin_char32 fields.
4796 * printcmd.c (decode_format): Set char size to '\0'
4797 for strings unless explicit size is given.
4798 (print_formatted): Correct calculation of NEXT_ADDRESS
4799 for 16 or 32 bit strings.
4800 (do_examine): Do not force byte size for strings.
4801 Use builtin_char16 and builtin_char32 types to display
4802 16 or 32 bit-wide strings.
4803 (x_command): Set LAST_SIZE to 'b' for string type.
4804
4805 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
4806
4807 PR corefiles/11523
4808 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
4809 XCR0 first.
4810
4811 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
4812 there is no .reg-xstate section.
4813 (i386_linux_core_read_description): Check XCR0 first.
4814
4815 2010-04-21 Mike Frysinger <vapier@gentoo.org>
4816
4817 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
4818 for len <= 8.
4819
4820 2010-04-21 Chris Moller <cmoller@redhat.com>
4821
4822 PR 9167
4823 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
4824 method of popping recursion-detection stack with a method based on
4825 obstack_object_size().
4826
4827 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4828
4829 PR pascal/11492.
4830 * p-valprint.c (pascal_val_print): Fix default printing of integer
4831 arrays.
4832
4833 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4834
4835 Fix compilation warning on gcc-4.1.2.
4836 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
4837 local variable`pc' to zero.
4838
4839 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4840
4841 Implement thread support with core files on alpha-tru64.
4842 * dec-thread.c (dec_thread_find_new_threads): New function,
4843 extracted from resync_thread_list.
4844 (resync_thread_list): Add OPS parameter. Replace extracted-out
4845 code by call to dec_thread_find_new_threads.
4846 (dec_thread_wait): Update call to resync_thread_list.
4847 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
4848
4849 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4850
4851 * ada-lang.c (value_pointer): New function.
4852 (make_array_descriptor): Call value_pointer to convert addresses to
4853 pointers.
4854
4855 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4856
4857 * rs6000-aix-tdep.c: #include exceptions.h.
4858 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
4859 while reading the memory at ADDR, then ADDR cannot be a function
4860 descriptor.
4861
4862 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4863
4864 * ada-typeprint.c (ada_print_typedef): New function.
4865 * ada-lang.h (ada_print_typedef): Add declaration.
4866 * ada-lang.c (ada_language_defn): set la_print_typdef field
4867 to ada_print_typedef.
4868
4869 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4870
4871 * procfs.c (procfs_address_to_host_pointer): Only define when used.
4872
4873 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4874
4875 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
4876 (iterate_over_mappings): Adjust function profile. Add declaration.
4877 (insert_dbx_link_bpt_in_region, info_mappings_callback):
4878 Adjust accordingly.
4879
4880 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4881
4882 * procfs.c (solib_mappings_callback): Move function up to avoid
4883 a compiler warning.
4884
4885 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4886
4887 * procfs.c (find_signalled_thread, find_stop_signal): Move
4888 these functions down to define them only when used.
4889
4890 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4891
4892 * valprint.c (common_val_print): Fix the value before extracting
4893 its contents.
4894 * ada-lang.c (ada_to_fixed_value): Make this function extern.
4895 * ada-lang.h (ada_to_fixed_value): New function declaration.
4896 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
4897 to avoid code duplication and fix a bug in the handling of
4898 fixed types contents.
4899
4900 2010-04-20 Tom Tromey <tromey@redhat.com>
4901
4902 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
4903 (read_partial_die): Likewise.
4904 (dwarf_attr_name): Likewise.
4905
4906 2010-04-20 Chris Moller <cmoller@redhat.com>
4907
4908 PR 10867
4909
4910 * cp-valprint.c (global): Adding new static array recursion
4911 detection obstack.
4912 (cp_print_value_fields, cp_print_static_field): Added new static
4913 array recursion detection code.
4914
4915 2010-04-20 Mark Kettenis <kettenis@gnu.org>
4916
4917 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
4918 general-purpose register set should be 68 instead of 144.
4919 (i386_linux_sse_regset_sections): Likewise.
4920 (i386_linux_avx_regset_sections): Likewise.
4921
4922 2010-04-20 Stan Shebs <stan@codesourcery.com>
4923 Nathan Sidwell <nathan@codesourcery.com>
4924
4925 * dwarf2loc.c (struct axs_var_loc): New struct.
4926 (dwarf2_tracepoint_var_loc): New function.
4927 (dwarf2_tracepoint_var_access): New function.
4928 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
4929 with DW_OP_piece.
4930 (locexpr_describe_location_piece): New function.
4931 (locexpr_describe_location_1): New function.
4932 (locexpr_describe_location): Call it, update signature.
4933 (loclist_describe_location): Rewrite to loop over locations,
4934 update signature.
4935 * symtab.h (struct symbol_computed_ops): Add address to
4936 describe_location arguments, return void.
4937 * printcmd.c (address_info): Get context PC, pass to computed
4938 location description.
4939 * tracepoint.c (scope_info): Ditto.
4940 * ax-gdb.c (trace_kludge): Export.
4941
4942 2010-04-20 Tom Tromey <tromey@redhat.com>
4943
4944 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
4945 (struct dwarf2_cie) <segment_size>: New field.
4946 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
4947 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
4948 DW_FORM_exprloc.
4949 (read_attribute_value): Handle DW_FORM_flag_present,
4950 DW_FORM_sec_offset, DW_FORM_exprloc.
4951 (dump_die_shallow): Likewise.
4952 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
4953 (dwarf2_const_value): Handle DW_FORM_exprloc.
4954 (attr_form_is_block): Likewise.
4955 (struct line_header) <maximum_ops_per_instruction>: New field.
4956 (dwarf_decode_line_header): Set new field.
4957 (dwarf_decode_lines): Handle new field.
4958
4959 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4960
4961 * f-exp.y: Add new production to recognize the `logical*8' type.
4962 (LOGICAL_S8_KEYWORD): New token.
4963 * f-lang.c (enum f_primitive_types)
4964 <f_primitive_type_logical_s8>: New field.
4965 (f_language_arch_info): Handling `logical*8' type.
4966 (build_fortran_types): Building `logical*8' type.
4967 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
4968
4969 2010-04-19 Doug Evans <dje@google.com>
4970
4971 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
4972 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
4973 (pipe_close): Ditto.
4974
4975 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4976
4977 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
4978
4979 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4980
4981 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
4982 type to void function.
4983
4984 2010-04-19 Stan Shebs <stan@codesourcery.com>
4985 Vladimir Prus <vladimir@codesourcery.com>
4986
4987 * tracepoint.c (tfind_1): Add missing newline, report exit from
4988 tfind mode as such.
4989 * target.c (update_current_target): Make default
4990 to_trace_find return -1.
4991
4992 2010-04-19 Mike Frysinger <vapier@gentoo.org>
4993
4994 * objc-lang.c (find_methods): Move symname check up.
4995
4996 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4997
4998 * ada-lang.c (print_recreate_exception)
4999 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
5000 not "catch unhandled".
5001
5002 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5003
5004 PR breakpoints/8554.
5005
5006 Implement `save-breakpoints'.
5007
5008 * breakpoint.c (save_cmdlist): New.
5009 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
5010 to save_cmdlist.
5011 (print_recreate_catch_fork): New.
5012 (catch_fork_breakpoint_ops): Install it.
5013 (print_recreate_catch_vfork): New.
5014 (catch_vfork_breakpoint_ops): Install it.
5015 (print_recreate_catch_syscall): New.
5016 (catch_syscall_breakpoint_ops): Install it.
5017 (print_recreate_catch_exec): New.
5018 (catch_exec_breakpoint_ops): Install it.
5019 (print_recreate_exception_catchpoint): New.
5020 (gnu_v3_exception_catchpoint_ops): Install it.
5021 (save_breakpoints): New, based on tracepoint_save_command, but
5022 handle all breakpoint types.
5023 (save_breakpoints_command): New.
5024 (tracepoint_save_command): Rename to...
5025 (save_tracepoints_command): ... this, and reimplement using
5026 save_breakpoints.
5027 (save_command): New.
5028 (_initialize_breakpoints): Install the "save" command prefix.
5029 Install the "save breakpoints" command. Make "save-tracepoints" a
5030 deprecated alias for "save tracepoints".
5031 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
5032 * ada-lang.c (print_recreate_exception): New.
5033 (print_recreate_catch_exception): New.
5034 (catch_exception_breakpoint_ops): Install it.
5035 (print_recreate_catch_exception_unhandled): New.
5036 (catch_exception_unhandled_breakpoint_ops): Install it.
5037 (print_recreate_catch_assert): New.
5038 (catch_assert_breakpoint_ops): Install it.
5039
5040 * NEWS: Mention the new `save breakpoints' command. Mention the
5041 new `save tracepoints' alias and that `save-tracepoints' is now
5042 deprecated.
5043
5044 2010-04-18 Pedro Alves <pedro@codesourcery.com>
5045
5046 PR tui/9217
5047
5048 * tui/tui-out.c: Include cli-out.h.
5049 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5050 (tui_begin, tui_end, tui_field_int, tui_field_skip)
5051 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
5052 (tui_message, tui_wrap_hint, tui_flush): Delete forward
5053 declarations.
5054 (struct ui_out_data): Rename to...
5055 (struct tui_ui_out_data): ... this. Remove `stream' and
5056 `suppress_output' fields, and inherit cli_ui_out_data.
5057 (tui_out_data): New typedef.
5058 (tui_ui_out_impl): Don't initialize fields staticaly.
5059 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
5060 (tui_begin, tui_end): Delete.
5061 (tui_field_int): Adjust to delegate most work to the base type.
5062 (tui_field_skip): Delete.
5063 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
5064 delegate most work to the base type.
5065 (tui_spaces): Delete.
5066 (tui_text): Adjust to delegate most work to the base type.
5067 (tui_message): Delete.
5068 (tui_wrap_hint): Delete.
5069 (tui_flush): Delete.
5070 (out_field_fmt): Delete.
5071 (field_separator): Delete.
5072 (tui_out_new): Adjust to initialize the base type.
5073 (_initialize_tui_out): Initialize tui_ui_out_impl.
5074 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
5075 cli_ui_out_data.
5076 (cli_out_data): Adjust.
5077 (cli_ui_out_impl): Make extern.
5078 (cli_table_header, cli_field_int, cli_field_skip): Use
5079 uo_field_string instead of cli_field_string.
5080 (cli_redirect): Adjust to use cli_out_data.
5081 (cli_out_data_ctor): New.
5082 (cli_out_new): Use it.
5083 * cli-out.h (struct ui_file): Remove forward declaration.
5084 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
5085 (cli_ui_out_impl): Declare.
5086 (cli_out_data_ctor): Declare.
5087 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
5088 (uo_field_string): No longer static.
5089 (ui_out_data): Change return type to void pointer.
5090 (ui_out_new): Change `data' parameter type to void pointer.
5091 * ui-out.h (struct ui_out_data): Don't forward declare.
5092 (ui_out_data): Change return type to void pointer.
5093 (ui_out_new): Change `data' parameter type to void pointer.
5094 (uo_field_string): Declare.
5095
5096 2010-04-17 Pedro Alves <pedro@codesourcery.com>
5097
5098 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
5099 instead of always false.
5100
5101 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5102
5103 PR corefiles/11511
5104 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
5105 orig_rax.
5106
5107 2010-04-17 Pedro Alves <pedro@codesourcery.com>
5108
5109 * breakpoint.c (watchpoints_triggered): Use
5110 is_hardware_watchpoint.
5111 (watchpoints_triggered): Ditto.
5112 (bpstat_check_location): Use is_watchpoint and
5113 is_hardware_watchpoint.
5114 (bpstat_check_watchpoint): Use is_watchpoint and
5115 is_hardware_watchpoint.
5116 (bpstat_stop_status): Fix comment.
5117 (user_settable_breakpoint): Use is_watchpoint.
5118 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
5119 (disable_watchpoints_before_interactive_call_start): Use
5120 is_watchpoint.
5121 (enable_watchpoints_after_interactive_call_stop): Use
5122 is_watchpoint.
5123 (clear_command): Use is_watchpoint.
5124 (do_enable_breakpoint): Use is_watchpoint.
5125
5126 2010-04-16 Mike Frysinger <vapier@gentoo.org>
5127
5128 * solib-frv.c (enable_break1_done): Delete.
5129 (enable_break2): Do not check enable_break1_done. Move the
5130 enable_break2_done setting and call to
5131 remove_solib_event_breakpoints() to the end. Return without
5132 warning when the contents of _dl_debug_addr are 0.
5133 (enable_break): Do not set enable_break1_done.
5134 (frv_clear_solib): Likewise.
5135
5136 2010-04-16 Kevin Buettner <kevinb@redhat.com>
5137
5138 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
5139 instead of an error if no PLT entry is found. Return a
5140 potentially useful result.
5141 (m32c_m16c_pointer_to_address): Add code to search for function
5142 address when no .plt entry is found.
5143
5144 2010-04-16 Stan Shebs <stan@codesourcery.com>
5145
5146 * tracepoint.c (trace_variable_command): Run a cleanup.
5147
5148 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5149
5150 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
5151
5152 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5153
5154 Support for Windows OS Thread Information Block.
5155 * NEWS: Document new feature.
5156 * remote.c (PACKET_qGetTIBAddr): New enum element.
5157 (remote_get_tib_address): New function.
5158 (init_remote_ops): Set to_get_tib_address field
5159 to remote_get_tib_address.
5160 (_initialize_remote): Add add_packet_config_cmd
5161 for PACKET_qGetTIBAddr.
5162 * target.c (update_current_target): Set default value for
5163 new to_get_tib_address field.
5164 * target.h (target_ops): New field to_get_tib_address.
5165 (target_get_tib_address): New macro.
5166 * windows-nat.c (thread_info): Add thread_local_base field.
5167 (windows_add_thread): Add tlb argument of type 'void *'.
5168 (fake_create_process): Adapt windows_add_thread call.
5169 (get_windows_debug_event): Idem.
5170 (windows_get_tib_address): New function.
5171 (init_windows_ops): Set to_get_tib_address field
5172 to remote_get_tib_address.
5173 (_initialize_windows_nat): Replace info_w32_cmdlist
5174 initialization by a call to init_w32_command_list.
5175 (info_w32_command, info_w32_cmdlist): Removed from here...
5176 to windows-tdep.c file.
5177 * windows-tdep.h (info_w32_cmdlist): Declare.
5178 (init_w32_command_list): New external function
5179 declaration.
5180 * windows-tdep.c: Add several headers.
5181 (info_w32_cmdlist): to here, made global.
5182 (thread_information_32): New struct.
5183 (thread_information_64): New struct.
5184 (TIB_NAME): New char array.
5185 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
5186 (maint_display_all_tib): New static variable.
5187 (windows_get_tlb_type): New function.
5188 (tlb_value_read, tlb_value_write): New functions.
5189 (tlb_value_funcs): New static struct.
5190 (tlb_make_value): New function.
5191 (display_one_tib): New function.
5192 (display_tib): New function.
5193 (show_maint_show_all_tib):New function.
5194 (info_w32_command): Moved from windows-nat.c.
5195 (init_w32_command_list): New function.
5196 (_initialize_windows_tdep): New function.
5197 New "maint set/show show-all-tib" command
5198 New "$_tlb" internal variable.
5199
5200 2010-04-16 Joel Brobecker <brobecker@adacore.com>
5201
5202 * tui/tui-regs.c (tui_display_register): Add comment about
5203 a couple of casts.
5204 * tui/tui-stack.c (tui_show_locator_content): Ditto.
5205
5206 2010-04-15 Stan Shebs <stan@codesourcery.com>
5207
5208 * frame.c: Include tracepoint.h.
5209 (get_current_frame): Allow a trace frame to be an alternate source
5210 of stack frame data.
5211 * tracepoint.c (tfind_1): Don't try to get current stack frame if
5212 it won't succeed.
5213
5214 2010-04-15 Pedro Alves <pedro@codesourcery.com>
5215
5216 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
5217 flags.
5218 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
5219
5220 2010-04-15 Doug Evans <dje@google.com>
5221
5222 * NEWS: Add entry for python program space support.
5223 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
5224 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
5225 (py-progspace.o): New rule.
5226 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
5227 function.
5228 (find_pretty_printer_from_progspace): New function.
5229 (find_pretty_printer_from_gdb): New function.
5230 (find_pretty_printer): Rewrite.
5231 * python/py-progspace.c: New file.
5232 * python/python-internal.h (program_space): Add forward decl.
5233 (pspace_to_pspace_object, pspy_get_printers): Declare.
5234 (gdbpy_initialize_pspace): Declare.
5235 * python/python.c: #include "progspace.h".
5236 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
5237 (_initialize_python): Call gdbpy_initialize_pspace.
5238 (GdbMethods): Add current_progspace, progspaces.
5239
5240 Add -s option to source command.
5241 * NEWS: Document new option.
5242 * cli/cli-cmds.c (find_and_open_script): Add function comment.
5243 Delete from_tty and cleanupp args. Split filep arg into file and
5244 full_pathp. New arg search_path.
5245 (source_script_from_stream): New function.
5246 (source_script_with_search): New function.
5247 (source_script): Rewrite.
5248 (source_command): Parse "-s" option.
5249 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
5250 * python/python.c (source_python_script): Make file arg a const char *.
5251 Don't call fclose, leave for caller.
5252 * python/python.h (source_python_script): Update.
5253
5254 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5255 Pedro Alves <pedro@codesourcery.com>
5256
5257 Avoid rereading shared libraries that haven't changed.
5258
5259 * solib.c (free_so_symbols): New function, from ...
5260 (free_so): ... here. Call it.
5261 (solib_read_symbols): Don't warn here if symbols have already been
5262 loaded.
5263 (solib_add): Warn here instead, if a pattern was specified.
5264 (reload_shared_libraries_1): New.
5265 (reload_shared_libraries): Rewrite to not fetch the library list.
5266
5267 2010-04-14 Doug Evans <dje@google.com>
5268
5269 * source.c (openp): Strip DOS drive letter if present before
5270 concatenating string to search path.
5271
5272 2010-04-14 Pedro Alves <pedro@codesourcery.com>
5273
5274 * objfiles.h (gdb_bfd_close_or_warn): Declare.
5275 * objfiles.c (gdb_bfd_close_or_warn): New.
5276 * corelow.c: Include objfiles.h
5277 (core_close): Use gdb_bfd_close_or_warn.
5278 * elfread.c (build_id_verify): Ditto.
5279 * exec.c (exec_close, exec_close_1): Ditto.
5280
5281 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5282 Pedro Alves <pedro@codesourcery.com>
5283
5284 Group errors for many missing shared libraries.
5285
5286 * solist.h (struct so_list): Remove from_tty.
5287 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
5288 (solib_map_sections): Take so_list argument. Return 0 if we
5289 failed to open a BFD. Add target sections here.
5290 (symbol_add_stub): Delete.
5291 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
5292 not from_tty copied from the so_list. Don't warn a second time
5293 for a missing library.
5294 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
5295 add to the section table here. Print out a single warning for all
5296 missing libraries.
5297 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
5298 flags.
5299
5300 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5301
5302 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
5303 error/warning messages. Capitalize and use complete sentences.
5304 (blpy_block_syms_iternext): Likewise.
5305 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
5306 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
5307 (frame_info_to_frame_object, frapy_read_var)
5308 (gdbpy_frame_stop_reason_string): Likewise.
5309 * python/py-lazy-string.c (stpy_convert_to_value)
5310 (gdbpy_create_lazy_string_object): Likewise.
5311 * python/py-objfile.c (objfpy_set_printers): Likewise.
5312 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
5313 * python/python.c (parameter_to_python): Likewise.
5314 * python/py-type.c (typy_range, typy_target): Likewise.
5315 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
5316 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
5317
5318
5319 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5320
5321 PR python/11381
5322
5323 * python/py-prettyprint.c (pretty_print_one_value): Test for
5324 Py_None.
5325 (print_string_repr): Test for Py_None. Set flags accordingly.
5326 Return value depending on return type.
5327 (print_children): Take a value indicating whether data was printed
5328 before this function was called. Alter output accordingly.
5329 (apply_val_pretty_printer): Capture return value from
5330 print_string_repr and pass to print_children.
5331
5332 2010-04-13 Mark Kettenis <kettenis@gnu.org>
5333
5334 PR corefiles/11481
5335 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
5336 register note sections.
5337 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
5338 New variables.
5339 (i386_linux_init_abi): Install list of supported register note
5340 sections that matches the target description.
5341
5342 2010-04-13 Pedro Alves <pedro@codesourcery.com>
5343
5344 * remote.c (remote_get_noisy_reply): Don't error out on empty
5345 replies.
5346 (remote_start_remote): Update and merge tracepoints and trace
5347 state variables as long as the target supports tracepoints.
5348 (remote_trace_init): Fix prototype.
5349 (remote_download_trace_state_variable): Validate reply.
5350 (remote_trace_set_readonly_regions): Fix prototype.
5351 (remote_trace_start): Fix prototype. Check for empty reply.
5352 (remote_get_trace_status): Small cleanup.
5353 (remote_trace_stop): Fix prototype. Check for empty reply.
5354 (remote_trace_find): Check for empty reply.
5355 (remote_save_trace_data): Validate reply.
5356 (remote_set_disconnected_tracing): Check for empty reply, and
5357 validate reply.
5358 (remote_set_circular_trace_buffer): Ditto.
5359
5360 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
5361
5362 Suppress unused value warning during compilation.
5363 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
5364 calls to void.
5365 * tui/tui-stack.c (tui_show_locator_content): Likewise.
5366
5367 2010-04-12 Stan Shebs <stan@codesourcery.com>
5368
5369 * tracepoint.c (tfile_xfer_partial): Check read result.
5370
5371 2010-04-12 Mike Frysinger <vapier@gentoo.org>
5372
5373 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
5374 * remote-sim.c (gdbsim_files_info): Likewise.
5375
5376 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5377
5378 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
5379 * arm-linux-nat.c (arm_linux_vfp_register_count): New
5380 variable.
5381 (fetch_vfp_registers): New function to fetch VFP registers.
5382 (store_vfp_registers): New function to store VFP registers.
5383 (arm_linux_fetch_inferior_registers): Add support for VFP
5384 registers.
5385 (arm_linux_store_inferior_registers): Likewise.
5386 (arm_linux_read_description): Likewise.
5387 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
5388 until we need it.
5389
5390 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
5391
5392 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
5393 tdep.
5394 (amd64_collect_xstateregset): Likewise.
5395
5396 2010-04-09 Stan Shebs <stan@codesourcery.com>
5397
5398 * tracepoint.c (trace_status_mi): Report frames created.
5399
5400 * tracepoint.c (trace_dump_command): Include default-collect
5401 expressions.
5402
5403 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
5404
5405 * symtab.c (find_function_start_sal): Never return SAL pointing
5406 before function start address, even if line info is missing.
5407
5408 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5409
5410 * NEWS: Mention tracepoints support.
5411
5412 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5413
5414 * tracepoint.c (trace_status_mi): Report disconnected tracing and
5415 circular trace buffer statuses.
5416
5417 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 * config/djgpp/fnchange.lst: Fix typo in translations for
5420 symbol-without-target_section.exp and symbol-without-target_section.c.
5421
5422 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5423
5424 * breakpoint.c (condition_command): Pass condition expression to
5425 set_breakpoint_condition stripped from breakpoint number.
5426
5427 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5428 Thiago Jung Bauermann <bauerman@br.ibm.com>
5429 Tom Tromey <tromey@redhat.com>
5430
5431 * breakpoint.c (condition_command): Simplify. Move condition
5432 setting code to ...
5433 (set_breakpoint_condition): ... here. New function.
5434 * breakpoint.h (set_breakpoint_condition): Declare.
5435 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
5436 (SUBDIR_PYTHON_SRCS): Likewise.
5437 (py-breakpoint.o): New rule.
5438 * python/py-breakpoint.c: New file.
5439 * python/python-internal.h (gdbpy_breakpoints)
5440 (gdbpy_initialize_breakpoints): Declare.
5441 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
5442
5443 2010-04-09 Pedro Alves <pedro@codesourcery.com>
5444
5445 * regformats/regdat.sh: Include server.h. Don't include
5446 regcache.h.
5447
5448 2010-04-08 Stan Shebs <stan@codesourcery.com>
5449 Pedro Alves <pedro@codesourcery.com>
5450
5451 * tracepoint.h (struct trace_status): New fields disconnected_tracing
5452 and circular_buffer.
5453 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
5454 * tracepoint.c (trace_status_command): Display target's status for
5455 disconnected tracing and circular buffer.
5456 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
5457 query for non-disconnected-tracing case, remove the stop_tracing
5458 call.
5459 (tfile_open): Clear disconnected and circular buffer status.
5460 (trace_save): Save disconnected and circular buffer status.
5461 (parse_trace_status): Parse disconnected and circular buffer status,
5462 also recognize disconnected as a stop reason.
5463 * remote.c (remote_set_disconnected_tracing): Only set
5464 QTDisconnected if the remote end supports disconnected tracing.
5465 Warn otherwise, if trying to enable disconnected tracing.
5466 * infcmd.c (detach_command): Update disconnect_tracing call.
5467 * cli/cli-cmds.c (quit_command): Ditto.
5468
5469 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5470
5471 * i387-tdep.c (i387_collect_xsave): Replace abort with
5472 internal_error.
5473
5474 2010-04-08 Stan Shebs <stan@codesourcery.com>
5475
5476 * breakpoint.c (default_collect_info): New function.
5477 (breakpoints_info): Call it.
5478 (maintenance_info_breakpoints): Ditto.
5479 (tracepoints_info): Ditto.
5480
5481 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5482
5483 * i387-tdep.c (i387_collect_xsave): Re-indent.
5484
5485 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
5486
5487 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
5488 if HAVE_PTRACE_GETFPXREGS is defined.
5489 (i386_linux_read_description): Set have_ptrace_getfpxregs and
5490 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
5491
5492 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
5493 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
5494 if .reg-xfp section doesn't exist.
5495 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
5496
5497 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
5498
5499 * i386-tdep.c: Include "features/i386/i386-mmx.c".
5500 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
5501 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
5502 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
5503 (i386_gdbarch_init): Update comments.
5504 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
5505
5506 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
5507
5508 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
5509
5510 * features/Makefile (i386/i386-mmx-expedite): New.
5511 (i386/i386-mmx-linux-expedite): Likewise.
5512 ($(outdir)/i386/i386-mmx.dat): Likewise.
5513 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
5514
5515 * features/i386/i386-mmx-linux.c: New.
5516 * features/i386/i386-mmx-linux.xml: Likewise.
5517 * features/i386/i386-mmx.c: Likewise.
5518 * features/i386/i386-mmx.xml: Likewise.
5519 * regformats/i386/i386-mmx-linux.dat: Likewise.
5520 * regformats/i386/i386-mmx.dat: Likewise.
5521
5522 * features/Makefile (WHICH): Add i386/i386-mmx and
5523 i386/i386-mmx-linux.
5524
5525 2010-04-08 Doug Evans <dje@google.com>
5526
5527 * source.c (openp): Skip $cdir in PATH.
5528
5529 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5530
5531 PR python/11417
5532 * python/py-lazy-string.c (stpy_convert_to_value): Check for
5533 a NULL address.
5534 (gdbpy_create_lazy_string_object): Allow strings with a NULL
5535 address and a zero length.
5536
5537 2010-04-08 Hui Zhu <teawater@gmail.com>
5538
5539 * i386-tdep.c (i386_process_record): Add support for insn
5540 rdtsc.
5541
5542 2010-04-07 Doug Evans <dje@google.com>
5543
5544 * python/python.c (source_python_script): Use ensure_python_env
5545 to prepare environment for script.
5546
5547 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5548
5549 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
5550 <sys/uio.h> and "i386-xstate.h".
5551 (PTRACE_GETREGSET): New.
5552 (PTRACE_SETREGSET): Likewise.
5553 (have_ptrace_getregset): Likewise.
5554 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
5555 registers.
5556 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
5557 registers.
5558 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
5559 (amd64_linux_store_inferior_registers): Likewise.
5560 (amd64_linux_read_description): Check and enable AVX target
5561 descriptions.
5562
5563 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
5564 and "features/i386/amd64-avx-linux.c".
5565 (amd64_linux_regset_sections): New.
5566 (amd64_linux_core_read_description): Check and enable AVX
5567 target description.
5568 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
5569 set_gdbarch_core_regset_sections.
5570 (_initialize_amd64_linux_tdep): Call
5571 initialize_tdesc_amd64_avx_linux.
5572
5573 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
5574 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
5575 (tdesc_amd64_avx_linux): New.
5576 (amd64_linux_update_xstateregset): Likewise.
5577
5578 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
5579 (amd64_ymm_names): New.
5580 (amd64_ymmh_names): Likewise.
5581 (amd64_register_name): Likewise.
5582 (amd64_supply_xstateregset): Likewise.
5583 (amd64_collect_xstateregset): Likewise.
5584 (amd64_supply_xsave): Likewise.
5585 (amd64_collect_xsave): Likewise.
5586 (AMD64_NUM_REGS): Removed.
5587 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
5588 %xmmN if AVX is available.
5589 (amd64_pseudo_register_name): Support pseudo YMM registers.
5590 (amd64_regset_from_core_section): Support .reg-xstate section.
5591 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
5592 and ymm0h_regnum. Call set_gdbarch_register_name.
5593 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
5594
5595 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
5596 AMD64_YMM15H_REGNUM.
5597 (AMD64_NUM_REGS): New.
5598 (amd64_supply_xsave): Likewise.
5599 (amd64_collect_xsave): Likewise.
5600 (amd64_register_name): Removed.
5601 (amd64_register_type): Likewise.
5602
5603 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5604
5605 * i387-tdep.c: Include "i386-xstate.h".
5606 (XSAVE_XSTATE_BV_ADDR): New.
5607 (xsave_avxh_offset): Likewise.
5608 (XSAVE_AVXH_ADDR): Likewise.
5609 (i387_supply_xsave): Likewise.
5610 (i387_collect_xsave): Likewise.
5611
5612 * i387-tdep.h (I387_NUM_YMM_REGS): New.
5613 (I387_YMM0H_REGNUM): Likewise.
5614 (I387_YMMENDH_REGNUM): Likewise.
5615 (i387_supply_xsave): Likewise.
5616 (i387_collect_xsave): Likewise.
5617
5618 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5619
5620 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
5621 <sys/uio.h> and "i386-xstate.h".
5622 (PTRACE_GETREGSET): New.
5623 (PTRACE_SETREGSET): Likewise.
5624 (fetch_xstateregs): Likewise.
5625 (store_xstateregs): Likewise.
5626 (GETXSTATEREGS_SUPPLIES): Likewise.
5627 (regmap): Include 8 upper YMM registers.
5628 (i386_linux_fetch_inferior_registers): Support XSAVE extended
5629 state.
5630 (i386_linux_store_inferior_registers): Likewise.
5631 (i386_linux_read_description): Check and enable AVX target
5632 descriptions.
5633
5634 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
5635 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
5636 (i386_linux_regset_sections): Add ".reg-xstate".
5637 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
5638 (i386_linux_core_read_xcr0): New.
5639 (i386_linux_core_read_description): Check and enable AVX target
5640 description.
5641 (i386_linux_init_abi): Set xsave_xcr0_offset.
5642 (_initialize_i386_linux_tdep): Call
5643 initialize_tdesc_i386_avx_linux.
5644
5645 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
5646 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
5647 (i386_linux_core_read_xcr0): New.
5648 (tdesc_i386_avx_linux): Likewise.
5649 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
5650
5651 * i386-tdep.c: Include "i386-xstate.h" and
5652 "features/i386/i386-avx.c".
5653 (i386_ymm_names): New.
5654 (i386_ymmh_names): Likewise.
5655 (i386_ymmh_regnum_p): Likewise.
5656 (i386_ymm_regnum_p): Likewise.
5657 (i386_xmm_regnum_p): Likewise.
5658 (i386_register_name): Likewise.
5659 (i386_ymm_type): Likewise.
5660 (i386_supply_xstateregset): Likewise.
5661 (i386_collect_xstateregset): Likewise.
5662 (i386_sse_regnum_p): Removed.
5663 (i386_pseudo_register_name): Support pseudo YMM registers.
5664 (i386_pseudo_register_type): Likewise.
5665 (i386_pseudo_register_read): Likewise.
5666 (i386_pseudo_register_write): Likewise.
5667 (i386_dbx_reg_to_regnum): Return %ymmN register number for
5668 %xmmN if AVX is available.
5669 (i386_regset_from_core_section): Support .reg-xstate section.
5670 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
5671 (i386_process_record): Replace i386_sse_regnum_p with
5672 i386_xmm_regnum_p.
5673 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
5674 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
5675 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
5676 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
5677 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
5678 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
5679 Set ymm0_regnum.
5680 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
5681
5682 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
5683 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
5684 i386_ymm_type.
5685 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
5686 (I386_AVX_NUM_REGS): New.
5687 (i386_xmm_regnum_p): Likewise.
5688 (i386_ymm_regnum_p): Likewise.
5689 (i386_ymmh_regnum_p): Likewise.
5690
5691 * common/i386-xstate.h: New.
5692
5693 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5694
5695 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
5696
5697 * features/Makefile (WHICH): Add i386/i386-avx,
5698 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
5699 (i386/i386-avx-expedite): New.
5700 (i386/i386-avx-linux-expedite): Likewise.
5701 (i386/x86-64-avx-expedite):Likewise.
5702 (i386/x86-64-avx-linux-expedite): Likewise.
5703 ($(outdir)/i386/i386-avx.dat): New dependency.
5704 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
5705 ($(outdir)/i386/x86-avx-64.dat): Likewise.
5706 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
5707
5708 * features/i386/32bit-avx.xml: New.
5709 * features/i386/64bit-avx.xml: Likewise.
5710 * features/i386/i386-avx-linux.c: Likewise.
5711 * features/i386/i386-avx-linux.xml: Likewise.
5712 * features/i386/i386-avx.c: Likewise.
5713 * features/i386/i386-avx.xml: Likewise.
5714 * features/i386/x86-64-avx-linux.c: Likewise.
5715 * features/i386/x86-64-avx-linux.xml: Likewise.
5716 * features/i386/x86-64-avx.c: Likewise.
5717 * features/i386/x86-64-avx.xml: Likewise.
5718 * regformats/i386/i386-avx-linux.dat: Likewise.
5719 * regformats/i386/i386-avx.dat: Likewise.
5720 * regformats/i386/x86-64-avx-linux.dat: Likewise.
5721 * regformats/i386/x86-64-avx.dat: Likewise.
5722
5723 2010-04-07 Doug Evans <dje@google.com>
5724
5725 * top.c (source_file_name): Make const char *.
5726 * top.h (source_file_name): Update.
5727 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
5728 const char *.
5729 (script_from_file): Change `file' arg to const char *.
5730 * cli/cli-script.h (script_from_file): Update.
5731
5732 2010-04-06 Doug Evans <dje@google.com>
5733
5734 * cli/cli-cmds.c (source_command): Run cleanups.
5735
5736 2010-04-06 Stan Shebs <stan@codesourcery.com>
5737
5738 * defs.h (char_ptr): Move typedef here from...
5739 * ada-lang.c (char_ptr): Remove.
5740 * charset.c (char_ptr): Remove.
5741 * tracepoint.h (struct uploaded_string): Remove.
5742 (struct uploaded_tp): Use vectors for string arrays.
5743 * tracepoint.c (trace_save): Use vectors of actions.
5744 (parse_tracepoint_definition): Ditto.
5745 (get_uploaded_tp): Clear vectors.
5746 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
5747 (next_cmd): Change to an int.
5748 (read_next_cmd): Use vector of command strings.
5749
5750 2010-04-06 Doug Evans <dje@google.com>
5751
5752 * top.h (source_script, cd_command): Delete.
5753 * main.c: #include "cli/cli-cmds.h"
5754
5755 2010-04-06 Kevin Buettner <kevinb@redhat.com>
5756
5757 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
5758 type in bytes, not bits.
5759
5760 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5761
5762 * stabsread.c (define_symbol): Add support for char
5763 and string constants.
5764
5765 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5766
5767 Remove remaining "%ll" uses.
5768 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
5769 hex_string call.
5770 * rs6000-nat.c (rs6000_ptrace64): Idem.
5771 * solib-pa64.c (pa64_current_sos): Idem.
5772 * solib-spu.c (spu_current_sos): Idem.
5773 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
5774 plongest call.
5775 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
5776 phex (VAR, 8) call.
5777 * sh64-tdep.c (sh64_show_media_regs): Idem.
5778
5779 2010-04-05 Stan Shebs <stan@codesourcery.com>
5780
5781 * tracepoint.c: Include gdbcore.h.
5782 (tfile_xfer_partial): Return partial results, also try reading
5783 from executable.
5784 (tfile_has_all_memory): New function.
5785 (init_tfile_ops): Use it.
5786
5787 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5788
5789 PR gdb/10736:
5790 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
5791 the changes in data-directory.
5792 (init_sysinfo): Reload the syscall XML file if the data-directory
5793 has changed.
5794
5795 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 Code cleanup.
5798 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
5799
5800 2010-04-04 Stan Shebs <stan@codesourcery.com>
5801 Nathan Sidwell <nathan@codesourcery.com>
5802
5803 * breakpoint.c (breakpoint_1): Add filter argument, return number of
5804 breakpoints printed.
5805 (is_hardware_watchpoint): Make argument const.
5806 (is_watchpoint): Ditto.
5807 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
5808 use it everywhere.
5809 (breakpoints_info): Pass NULL to breakpoint_1.
5810 (maintenance_info_breakpoints): Ditto.
5811 (watchpoints_info): New function.
5812 (tracepoints_info): Use breakpoint_1 filter.
5813 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
5814 (_initialize_breakpoint): Make "info watchpoints" its own command.
5815 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
5816 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
5817
5818 2010-04-04 Stan Shebs <stan@codesourcery.com>
5819
5820 * tracepoint.c (tfile_fetch_registers): Add fallback case.
5821
5822 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
5825 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
5826
5827 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5828
5829 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
5830 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
5831
5832 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5833
5834 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
5835 code form.
5836
5837 2010-04-02 Hui Zhu <teawater@gmail.com>
5838
5839 * i386-tdep.c (OT_DQUAD): New enum.
5840 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
5841 SSE3, SSSE3 and SSE4.
5842
5843 2010-04-02 Hui Zhu <teawater@gmail.com>
5844
5845 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
5846 "*addr = 0".
5847
5848 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5849
5850 * tracepoint.c (trace_dump_actions): New, factored out from
5851 trace_dump_command, and adjusted to recurse into while-stepping's
5852 action list.
5853 (trace_dump_command): Use it.
5854
5855 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5856
5857 * breakpoint.h (struct counted_command_line): Moved definition to
5858 breakpoint.c, and forward declare.
5859 (breakpoint_commands): Declare.
5860 * breakpoint.c (struct counted_command_line): Moved here.
5861 (breakpoint_commands): New.
5862 * tracepoint.c (encode_actions): Use breakpoint_commands.
5863 * remote.c (remote_download_tracepoint): Ditto.
5864
5865 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5866
5867 * remote.c (remote_parse_stop_reply): Use hex_string instead
5868 of phex_nz for error.
5869
5870 2010-04-01 Stan Shebs <stan@codesourcery.com>
5871 Nathan Sidwell <nathan@codesourcery.com>
5872
5873 * tracepoint.h (enum actionline_type): Remove.
5874 (validate_actionline): Change return to void.
5875 * tracepoint.c (report_agent_reqs_errors): New function.
5876 (validate_actionline): Call it, change return to void, report errors
5877 more consistently.
5878 (collect_symbol): Call report_agent_reqs_errors.
5879 (encode_actions_1): Ditto.
5880 (encode_actions): Don't expect a result from validate_actionline.
5881
5882 2010-04-01 Stan Shebs <stan@codesourcery.com>
5883
5884 * tracepoint.c (trace_start_command): Confirm if trace is running.
5885 (trace_stop_command): Error if trace not running.
5886
5887 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5888
5889 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
5890 (AMD64_NUM_LOWER_BYTE_REGS): New.
5891 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
5892 (amd64_pseudo_register_write): Likewise.
5893 (amd64_init_abi): Set num_byte_regs to 20.
5894
5895 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5896
5897 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
5898 (prev_breakpoint_count): New.
5899 (set_breakpoint_count): Adjust.
5900 (rbreak_start_breakpoint_count): New.
5901 (start_rbreak_breakpoints): Adjust.
5902 (end_rbreak_breakpoints): Adjust.
5903 (struct commands_info) <arg>: New field.
5904 (do_map_commands_command): Tweak output to include breakpoint spec
5905 range.
5906 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
5907 ARG was empty on entry. Set INFO's arg.
5908 (create_breakpoint): Adjust.
5909
5910 * NEWS: Clarify `commands' changes.
5911
5912 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5913
5914 * tracepoint.c: Include stack.h.
5915 (struct add_local_symbols_data): New.
5916 (do_collect_symbol): New.
5917 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
5918 iterate_over_block_local_vars.
5919 * stack.c (print_block_frame_locals): Rewrite as ...
5920 (iterate_over_block_locals): ... this. Take a callback function
5921 pointer and generic data pointer, and call that instead of
5922 print_variable_and_value.
5923 (struct print_variable_and_value_data): New.
5924 (do_print_variable_and_value): New.
5925 (iterate_over_block_local_vars): New, abstracted out from
5926 print_frame_local_vars.
5927 (print_frame_local_vars): Rewrite using
5928 iterate_over_block_local_vars.
5929 (iterate_over_block_arg_vars): New, abstracted out from
5930 print_frame_arg_vars.
5931 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
5932 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
5933 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
5934
5935 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
5936
5937 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
5938 instructions. Use the PC+4 if the base of the TBB or TBH is the
5939 PC register.
5940
5941 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5942
5943 Fix crash on reading wrong function declaration DWARF.
5944 * dwarf2read.c (read_subroutine_type): New variable void_type.
5945 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
5946 more close to their use.
5947
5948 2010-03-31 Stan Shebs <stan@codesourcery.com>
5949
5950 * breakpoint.c (tracepoint_save_command): Include variables,
5951 conditionals, tracepoint types, and default-collect.
5952 * tracepoint.c (save_trace_state_variables): New function.
5953 * tracepoint.h (save_trace_state_variables): Declare it.
5954
5955 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
5956
5957 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
5958
5959 2010-03-30 Keith Seitz <keiths@redhat.com>
5960
5961 * c-typeprint.c (c_type_print_args): Don't print "void"
5962 for java, regardless of whether it is TYPE_PROTOTYPED.
5963 Use the passed-in language instead of current_language.
5964 (c_type_print_varspec_suffix): Use current_language instead
5965 of assuming language_c.
5966 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
5967 any return type specifier from the physname.
5968
5969 2010-03-30 Pedro Alves <pedro@codesourcery.com>
5970
5971 * tui/tui-interp.c (tui_is_toplevel): New.
5972 (tui_init): Set it.
5973 (tui_allowed_p): New.
5974 * tui/tui.c (tui_enable): Check if the TUI is allowed before
5975 enabling it.
5976 * tui/tui.h (tui_allowed_p): Declare.
5977
5978 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
5979
5980 * serial.h: Include winsock2.h before windows.h.
5981
5982 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
5983
5984 * NEWS: Mention xmlRegisters= in qSupported packet.
5985
5986 * i386-tdep.c: Include "remote.h".
5987 (_initialize_i386_tdep): Call register_remote_support_xml.
5988
5989 * remote.c (remote_support_xml): New.
5990 (register_remote_support_xml): Likewise.
5991 (remote_query_supported_append): Likewise.
5992 (remote_query_supported): Support remote_support_xml.
5993
5994 * remote.h (register_remote_support_xml): New.
5995
5996 2010-03-29 Stan Shebs <stan@codesourcery.com>
5997
5998 * tracepoint.c (trace_find_line_command): Remove dead code.
5999
6000 * tracepoint.h (struct uploaded_string): New struct.
6001 (struct uploaded_tp): New fields for source strings.
6002 * breakpoint.c (this_utp, next_cmd): New globals.
6003 (read_uploaded_action): New function.
6004 (create_tracepoint_from_upload): Fill in more parts
6005 of a tracepoint.
6006 * tracepoint.c (encode_source_string): New function.
6007 (trace_save): Write out source strings, fix error checks.
6008 (parse_tracepoint_definition): Add source string parsing.
6009 * remote.c (PACKET_TracepointSource): New packet type.
6010 (remote_download_command_source): New function.
6011 (remote_download_tracepoint): Download source pieces also.
6012 (_initialize_remote): Add packet config command.
6013
6014 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
6015 expression handler.
6016
6017 * tracepoint.c (start_tracing): Check tracepoints before sending
6018 commands to target, don't start if all tracepoints disabled.
6019
6020 2010-03-28 Pedro Alves <pedro@codesourcery.com>
6021
6022 * cli/cli-script.c (process_next_line): Handle 'stepping'.
6023
6024 2010-03-26 Stan Shebs <stan@codesourcery.com>
6025
6026 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
6027
6028 2010-03-26 Tom Tromey <tromey@redhat.com>
6029
6030 * breakpoint.c (commands_command_1): Duplicate 'arg'.
6031
6032 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6033
6034 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
6035 (skip_prologue_sal): Remove local definition.
6036 (resolve_sal_pc): Remove now unnecessary code.
6037 * linespec.c (minsym_found): Call skip_prologue_sal.
6038 * symtab.c (find_function_start_pc): Remove.
6039 (find_function_start_sal): Extract prologue skipping into ...
6040 (skip_prologue_sal): ... this new function. Handle code both
6041 with and without debug info. Respect SAL's explicit_pc and
6042 explicit_line flags. Inline old find_function_start_pc.
6043 * symtab.h (find_function_start_pc): Remove.
6044 (skip_prologue_sal): Add prototype.
6045
6046 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6047
6048 * dwarf2read.c (read_func_scope): Also scan specification DIEs
6049 for DW_TAG_imported_module children.
6050
6051 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6052
6053 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
6054 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
6055 * completer.c (add_struct_fields): Fix inverted logic.
6056
6057 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
6058
6059 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
6060
6061 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6062
6063 * tracepoint.c (current_trace_status): Don't make sure error_desc
6064 is non-NULL here.
6065 (parse_trace_status): Release a previous error_desc string, and
6066 set it to NULL by default. If stop reason is tracepoint_error,
6067 make sure error_desc is not left NULL.
6068
6069 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6070
6071 * tracepoint.c (trace_save): Remove X from tracepoint error
6072 description.
6073
6074 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6075
6076 * tracepoint.c (parse_trace_status): Don't allow plain strings in
6077 the terror description. Don't expect an X prefix.
6078
6079 2010-03-25 Stan Shebs <stan@codesourcery.com>
6080
6081 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
6082 (struct trace_status): New field error_desc.
6083 * tracepoint.c (stop_reason_names): Add terror.
6084 (current_trace_status): Ensure non-NULL error description.
6085 (trace_status_command): Add error report.
6086 (trace_status_mi): Ditto.
6087 (trace_save): Add special case for error description.
6088 (parse_trace_status): Add case for errors.
6089
6090 2010-03-25 Keith Seitz <keiths@redhat.com>
6091
6092 * dwarf2read.c (read_subroutine_type): If the compilation unit
6093 language is Java, mark any formal parameter named "this" as
6094 artificial (GCC/43521).
6095 (dwarf2_name): Add special handling for Java constructors.
6096
6097 2010-03-25 Tom Tromey <tromey@redhat.com>
6098
6099 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
6100 * infrun.c (handle_inferior_event): Change initialization of
6101 stop_stack_dummy.
6102 (handle_inferior_event): Change assignment to stop_stack_dummy.
6103 (normal_stop): Update use of stop_stack_dummy.
6104 (struct inferior_status) <stop_stack_dummy>: Change type.
6105 * inferior.h (stop_stack_dummy): Update.
6106 * infcmd.c (stop_stack_dummy): Change type.
6107 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
6108 function.
6109 (call_function_by_hand): Call set_std_terminate_breakpoint.
6110 Rewrite std::terminate handling.
6111 * breakpoint.h (enum bptype) <bp_std_terminate,
6112 bp_std_terminate_master>: New.
6113 (enum stop_stack_kind): New.
6114 (struct bpstat_what) <call_dummy>: Change type.
6115 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
6116 Declare.
6117 * breakpoint.c (create_std_terminate_master_breakpoint): New
6118 function.
6119 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
6120 Call create_std_terminate_master_breakpoint.
6121 (print_it_typical): Handle new breakpoint kinds.
6122 (bpstat_stop_status): Handle bp_std_terminate_master.
6123 (bpstat_what): Correctly set call_dummy field. Handle
6124 bp_std_terminate_master and bp_std_terminate.
6125 (print_one_breakpoint_location): Update.
6126 (allocate_bp_location): Update.
6127 (set_std_terminate_breakpoint): New function.
6128 (delete_std_terminate_breakpoint): Likewise.
6129 (create_thread_event_breakpoint): Update.
6130 (delete_command): Update.
6131 (breakpoint_re_set_one): Update.
6132 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
6133
6134 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 * symfile.c (build_section_addr_info_from_bfd): New.
6137 (build_section_addr_info_from_objfile): Base it on
6138 build_section_addr_info_from_bfd.
6139 (addrs_section_compar, addrs_section_sort): New.
6140 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
6141 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
6142 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
6143
6144 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
6145
6146 * elfread.c (find_separate_debug_file_by_buildid):
6147 Remove unused local variable.
6148
6149 2010-03-24 Tom Tromey <tromey@redhat.com>
6150
6151 PR breakpoints/9352:
6152 * NEWS: Mention changes to `commands' and `rbreak'.
6153 * symtab.c (do_end_rbreak_breakpoints): New function.
6154 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
6155 end_rbreak_breakpoints.
6156 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
6157 (set_breakpoint_count): Likewise. Clear last_was_multi.
6158 (multi_start, multi_end, last_was_multi): New globals.
6159 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
6160 functions.
6161 (struct commands_info): New
6162 (do_map_commands_command): New function.
6163 (commands_command_1): New function.
6164 (commands_command): Use it.
6165 (commands_from_control_command): Likewise.
6166 (do_delete_breakpoint): New function.
6167 (delete_command): Use it.
6168 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
6169 (do_map_disable_breakpoint): New function.
6170 (disable_command): Use it.
6171 (do_map_enable_breakpoint): New function.
6172 (enable_command): Use it.
6173 (enable_once_breakpoint): Add argument.
6174 (enable_once_command): Update.
6175 (enable_delete_breakpoint): Add argument.
6176 (enable_delete_command): Update.
6177 (break_command_really): Set last_was_multi when needed.
6178 (check_tracepoint_command): Fix formatting.
6179 (validate_commands_for_breakpoint): New function.
6180 (breakpoint_set_commands): Use it.
6181 (tracepoint_save_command): Update.
6182 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
6183 Declare.
6184
6185 2010-03-24 Tom Tromey <tromey@redhat.com>
6186
6187 * breakpoint.h (struct counted_command_line): New struct.
6188 (struct breakpoint) <commands>: Change type.
6189 (struct bpstats) <commands>: Change type.
6190 <commands_left>: New field.
6191 * breakpoint.c (alloc_counted_command_line): New function.
6192 (incref_counted_command_line): Likewise.
6193 (decref_counted_command_line): Likewise.
6194 (do_cleanup_counted_command_line): Likewise.
6195 (make_cleanup_decref_counted_command_line): Likewise.
6196 (breakpoint_set_commands): Use decref_counted_command_line and
6197 alloc_counted_command_line.
6198 (commands_command): Don't error if breakpoint commands are
6199 executing.
6200 (commands_from_control_command): Likewise.
6201 (bpstat_free): Update.
6202 (bpstat_copy): Likewise.
6203 (bpstat_clear_actions): Likewise.
6204 (bpstat_do_actions_1): Likewise.
6205 (bpstat_stop_status): Likewise.
6206 (print_one_breakpoint_location): Likewise.
6207 (delete_breakpoint): Likewise.
6208 (bpstat_alloc): Initialize new field.
6209 (tracepoint_save_command): Update.
6210 * tracepoint.c (encode_actions): Update.
6211 (trace_dump_command): Update.
6212
6213 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6214
6215 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
6216 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
6217 (read_structure_type): For RealView, set TYPE_STUB on structures with
6218 no byte size and no children.
6219 (read_subroutine_type): Mark functions as prototyped by default.
6220 * symtab.c (producer_is_realview): New function.
6221 * symtab.h (expand_line_sal): Fix declaration formatting.
6222 (producer_is_realview): Declare.
6223
6224 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6225
6226 * arm-tdep.c (skip_prologue_function): New function.
6227 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
6228 (thumb_analyze_prologue): Document return value. Recognize more
6229 Thumb instructions, skippable calls, and some Thumb-2 instructions.
6230 Add debug output.
6231 (arm_skip_prologue): Remove call dummy check. Check the prologue
6232 for non-GNU compilers.
6233 (arm_instruction_changes_pc): New function.
6234 (arm_analyze_prologue): New function, broken out from
6235 arm_scan_prologue. Recognize more ARM instructions and skippable
6236 calls. Update comments. Handle NULL cache. Return the address
6237 of the first unrecognized instruction. Do not skip past other
6238 instructions which change control flow. Add debug output.
6239 (arm_scan_prologue): Use arm_analyze_prologue.
6240 (ARM_PC_32): Delete.
6241 (shifted_reg_val): Simplify ARM_PC_32 check.
6242
6243 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6244
6245 * tracepoint.c (tvariables_info_1): Actually compute
6246 the number of rows in the result.
6247
6248 2010-03-24 Pedro Alves <pedro@codesourcery.com>
6249
6250 * remote.c (crc32): Constify `buf' parameter.
6251 (remote_verify_memory): New, abstracted out from...
6252 (compare_sections_command): ... this. Remove hardcoded target
6253 checks.
6254 (init_remote_ops): Install remote_verify_memory.
6255 * target.c (target_verify_memory): New.
6256 * target.h (struct target_ops) <to_verify_memory>: New field.
6257 (target_verify_memory): Declare.
6258
6259 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6260
6261 Implement -trace-save.
6262
6263 * mi-cmds.h (mi_cmds_trace_save): Declare.
6264 * mi-cmds.c (mi_cmds): Register -trace-save.
6265 * mi/mi-main.c (mi_cmd_trace_save): New.
6266 * remote.c (remote_save_trace_data): Take const parameter.
6267 * target.h (struct target_ops::to_save_trace_data): Take
6268 const parameter.
6269 * target.c (update_current_target): Adjust to the above.
6270 * tracepoint.c (trave_save): New, extracted from
6271 (trace_save_command): ...this.
6272 (tfile_trace_find): Remove message that is unnecessary now
6273 that 'tfind' reports found frame.
6274 * tracepoint.h (trace_save): Declare.
6275
6276 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6277
6278 Implement -trace-find.
6279
6280 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
6281 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
6282 * mi/mi-main.c (mi_cmd_trace_find): New.
6283 * target.h (struct target_ops): Document to_trace_find.
6284 * tracepoint.h (tfind_1): Declare.
6285 * tracepoint.c (finish_tfind_command): Rename to...
6286 (tfind_1): ...this.
6287 * remote.c (remote_trace_find): Return -1 if target say
6288 there's no frame. Improve error diagnostics.
6289
6290 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6291
6292 -trace-define-variable and -trace-list-variables.
6293
6294 * tracepoint.c (create_trace_state_variable): Make
6295 private copy of name, as opposed to assuming the
6296 pointer lives forever.
6297 (tvariables_info_1): New.
6298 (tvariables_info): Use the above.
6299 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
6300 Declare.
6301 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
6302 and -trace-list-variables.
6303 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
6304 (mi_cmd_trace_list_variables): New.
6305 * mi/mi-main.c (mi_cmd_trace_define_variable)
6306 (mi_cmd_trace_list_variables): New.
6307
6308 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6309
6310 Implement -break-passcount.
6311
6312 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
6313 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
6314 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
6315
6316 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6317
6318 -trace-start/-trace-end/-trace-status.
6319
6320 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
6321 and -trace-stop.
6322 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
6323 (mi_cmd_trace_stop): Declare.
6324 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
6325 (mi_cmd_trace_stop): New.
6326 * tracepoint.c (start_tracing): New, extracted from...
6327 (trace_start_command): ...this.
6328 (trace_status_mi): New.
6329 * tracepoint.h (struct trace_status): Document
6330 stopping_tracepoint.
6331 (start_tracing, stop_tracing, trace_status_mi): Declare.
6332
6333 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6334
6335 Implement creating tracepoints with -break-insert.
6336
6337 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
6338 to mean that tracepoint should be created.
6339
6340 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6341
6342 * breakpoint.c (check_no_tracepoint_commands): Use
6343 current spelling of 'teval'.
6344
6345 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
6346
6347 Unify actions and commands
6348
6349 * defs.h (read_command_lines, read_command_lines_1): New
6350 parameters validator and closure.
6351 * tracepoint.h (struct action_line): Remove.
6352 * breakpoint.h (struct breakpoint): Remove the 'actions'
6353 field.
6354 * defs.h (enum command_control_type): New value
6355 while_stepping_control.
6356 (struct command_line): Add comments.
6357 * breakpoint.c (breakoint_is_tracepoint): New.
6358 (breakpoint_set_commands): For tracepoints,
6359 verify the commands are permissible.
6360 (check_tracepoint_commands): New.
6361 (commands_command): Require that each new line is validated using
6362 check_tracepoint_command, if we set commands for a tracepoint.
6363 (create_tracepoint_from_upload): Likewise.
6364 (print_one_breakpoint_location): Remove the code to print
6365 actions specifically.
6366 (tracepoint_save_command): Relay to print_command_lines.
6367 * cli/cli-script.c (process_next_line): New parameters validator
6368 and closure. Handle 'while-stepping'. Call validator if not null.
6369 (read_command_lines, read_command_lines1): Likewise.
6370 (recurse_read_control_structure): New parameters validator and
6371 closure. Handle while_stepping_control.
6372 (print_command_lines): Handle while-stepping.
6373 (get_command_line, define_command, document_command): Adjust.
6374 * remote.c (remote_download_tracepoint): Adjust.
6375 * tracepoint.c (make_cleanup_free_actions, read_actions)
6376 (free_actions, do_free_actions_cleanup): Remove.
6377 (trace_actions_command): Use read_command_lines.
6378 (validate_actionline): Use error in one place.
6379 (encode_actions_1): New, extracted from...
6380 (encode_actions): ...this. Also use cleanups for exception
6381 safety.
6382 (trace_dump_command): Adjust.
6383 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
6384 it's tracepoint.
6385
6386 2010-03-23 Mike Frysinger <vapier@gentoo.org>
6387
6388 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
6389
6390 2010-03-22 Stan Shebs <stan@codesourcery.com>
6391
6392 * value.c (value_static_field): Be lazy about the field's value.
6393
6394 2010-03-22 Reid Kleckner <reid@kleckner.net>
6395
6396 PR gdb/11094
6397 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
6398 bp_jit_event.
6399 (disable_breakpoints_in_shlibs): Likewise.
6400
6401 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
6402
6403 * dwarf2read.c (partial_die_parent_scope): Work around buggy
6404 GCC 4.1 debug info generation (GCC PR c++/28460).
6405 (determine_prefix): Likewise.
6406
6407 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
6408
6409 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
6410 get_current_arch.
6411 * tui/tui-layout.c (extract_display_start_addr): Likewise.
6412
6413 2010-03-19 Stan Shebs <stan@codesourcery.com>
6414
6415 * ax-gdb.c (gen_fetch): Handle bool.
6416 (gen_usual_unary): Ditto.
6417 (gen_cast): Ditto.
6418 (gen_equal): New function.
6419 (gen_less): New function.
6420 (gen_expr_binop_rest): Call them, also return integer type from
6421 logical operations.
6422 (gen_expr): Ditto.
6423
6424 2010-03-19 Tom Tromey <tromey@redhat.com>
6425
6426 * jv-lang.c (jv_dynamics_objfile_data_key)
6427 (jv_type_objfile_data_key): New globals.
6428 (class_symtab): Move earlier.
6429 (jv_per_objfile_free): New function.
6430 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
6431 parameter.
6432 Remove ancient #if 1.
6433 (add_class_symbol): Remove redundant declaration.
6434 (java_lookup_class): Use alloc_type, not alloc_type_arch.
6435 (java_link_class_type): Mark as static. Update.
6436 (jv_clear_object_type): New function.
6437 (set_java_object_type): Likewise.
6438 (get_java_object_type): Use set_java_object_type.
6439 (is_object_type): Likewise.
6440 (_initialize_java_language): Register new objfile keys.
6441 (get_java_class_symtab): Add 'gdbarch' parameter.
6442 (add_class_symtab_symbol): Update.
6443 (type_from_class): Update.
6444
6445 2010-03-19 Stan Shebs <stan@codesourcery.com>
6446
6447 * ax-general.c (ax_const_l): Fix a sizing bug.
6448
6449 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6450
6451 GDB 7.1 released.
6452
6453 2010-03-18 Stan Shebs <stan@codesourcery.com>
6454 Pedro Alves <pedro@codesourcery.com>
6455
6456 * target.h (struct target_ops): New method
6457 to_set_circular_trace_buffer.
6458 (target_set_circular_trace_buffer): New macro.
6459 * target.c (update_current_target): Add
6460 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
6461 default behavior.
6462 * remote.c (remote_set_circular_trace_buffer): New function.
6463 (init_remote_ops): Add it to vector.
6464 * tracepoint.h (struct trace_status): New field traceframes_created,
6465 change buffer_size and buffer_free to int.
6466 * tracepoint.c (circular_trace_buffer): New global.
6467 (start_tracing): Send values of disconnected tracing and circular
6468 trace buffer settings.
6469 (set_circular_trace_buffer): New function.
6470 (parse_trace_state): Handle total space and frames created.
6471 (trace_status_command): Display total space and total frames
6472 created.
6473 (trace_save): Write out new status values.
6474 (parse_trace_status): Set traceframe_count, traceframes_created,
6475 buffer_free and buffer_size to -1 by default.
6476 (_initialize_tracepoint): New setshow for circular-trace-buffer.
6477 * NEWS: Mention the circular trace buffer option.
6478
6479 2010-03-18 Tom Tromey <tromey@redhat.com>
6480
6481 * infcmd.c (finish_command_continuation): Wrap print_return_value
6482 in TRY_CATCH.
6483
6484 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6485
6486 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
6487 DIE has a name before creating the associated partial symbol.
6488 (read_func_scope): Emit a complaint if the subprogram does not
6489 have a name or when we can't extract the subprogram PC bounds.
6490
6491 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
6492
6493 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
6494 instead of selected frame architecture.
6495
6496 2010-03-18 Pedro Alves <pedro@codesourcery.com>
6497
6498 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
6499 a valid selected thread, and that it is not running.
6500 (advance_command): Ditto.
6501 (finish_command): Ditto.
6502
6503 2010-03-17 Stan Shebs <stan@codesourcery.com>
6504
6505 * ax-gdb.c (require_rvalue): Disallow non-scalars.
6506
6507 * infcall.c: Include tracepoint.h.
6508 (call_function_by_hand): Disallow calls in tfind mode.
6509 * infcmd.c: Include tracepoint.h.
6510 (ensure_not_tfind_mode): New function.
6511 (continue_1): Call it.
6512 (step_1) Ditto.
6513 (jump_command): Ditto.
6514 (signal_command): Ditto.
6515 (advance_command): Ditto.
6516 (until_command): Ditto.
6517 (finish_command): Ditto.
6518 * tracepoint.h (disconnect_or_stop_tracing): Declare.
6519
6520 * ax-gdb.h (struct axs_value): New field optimized_out.
6521 (gen_trace_for_var): Add gdbarch argument.
6522 * ax-gdb.c (gen_trace_static_fields): New function.
6523 (gen_traced_pop): Call it, add gdbarch argument.
6524 (gen_trace_for_expr): Update call to it.
6525 (gen_trace_for_var): Ditto, and report optimized-out variables.
6526 (gen_struct_ref_recursive): Check for optimized-out value.
6527 (gen_struct_elt_for_reference): Ditto.
6528 (gen_static_field): Pass gdbarch instead of expression, assume
6529 optimization if field not found.
6530 (gen_var_ref): Set the optimized_out flag.
6531 (gen_expr): Error on optimized-out variable.
6532 * tracepoint.c (collect_symbol): Handle struct-valued vars as
6533 expressions, skip optimized-out variables with computed locations.
6534 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
6535 erroring out if location expression missing.
6536 (loclist_tracepoint_var_ref): Don't error out here.
6537
6538 2010-03-17 Tom Tromey <tromey@redhat.com>
6539
6540 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
6541 DWARF data is available.
6542
6543 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
6544
6545 * symfile.c (generic_load): Reset breakpoints after loading.
6546
6547 2010-03-17 Tom Tromey <tromey@redhat.com>
6548
6549 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
6550
6551 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6552
6553 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
6554 create_breakpoint call, adjust the parameters.
6555
6556 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6557 Chandru <chandru@in.ibm.com>
6558
6559 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
6560 * valarith.c (value_subscripted_rvalue): Suppress error if
6561 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
6562
6563 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
6564
6565 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
6566
6567 2010-03-16 Joel Brobecker <brobecker@adacore.com>
6568
6569 * ada-tasks.c (task_command_1): Check that the task ptid is valid
6570 before doing the associated thread switch.
6571
6572 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6573
6574 * MAINTAINERS: Update my email address.
6575
6576 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
6577
6578 Simplify MI breakpoint setting.
6579
6580 * breakpoint.c (break_command_really): Make nonstatic and
6581 rename to...
6582 (create_breakpoint): ...this. Rename prior function by this name
6583 to...
6584 (create_breakpoint_sal): ...this.
6585 (create_breakpoints): Rename to...
6586 (create_breakpoints_sal): ...this.
6587 (set_breakpoint): Remove.
6588 * breakpoint.h: Adjust to above changes.
6589 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
6590
6591 2010-03-15 Stan Shebs <stan@codesourcery.com>
6592
6593 * ax-gdb.c: Include cp-support.h.
6594 (find_field): Remove.
6595 (gen_primitive_field): New function.
6596 (gen_struct_ref_recursive): New function.
6597 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
6598 of find_field.
6599 (gen_static_field): New function.
6600 (gen_struct_elt_for_reference): New.
6601 (gen_namespace_elt): New.
6602 (gen_maybe_namespace_elt): New.
6603 (gen_aggregate_elt_ref): New.
6604 (gen_expr): Add OP_SCOPE, display opcode name in error message.
6605
6606 2010-03-15 Tom Tromey <tromey@redhat.com>
6607
6608 * dwarf2read.c (die_needs_namespace): Also return 0 for
6609 DW_TAG_subprogram.
6610
6611 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6612
6613 PR c++/7936:
6614 * cp-support.h: Added char *declaration element to using_direct
6615 data struct.
6616 (cp_add_using): Added char *declaration argument.
6617 (cp_add_using_directive): Ditto.
6618 (cp_lookup_symbol_imports): made extern.
6619 * cp-namespace.c: Updated with the above changes.
6620 * dwarf2read.c (read_import_statement): Ditto.
6621 (read_namespace): Ditto.
6622 (read_import_statement): Support import declarations.
6623 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
6624 declarations.
6625 Added support for 'declaration_only' search.
6626 (cp_lookup_symbol_namespace): Attempt to search for the name as
6627 is before consideration of imports.
6628 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
6629 search at every block level search.
6630 Now takes language argument.
6631 (lookup_symbol_aux): Updated.
6632
6633 2010-03-15 Tom Tromey <tromey@redhat.com>
6634
6635 * c-exp.y (name_not_typename): Add 'operator' clause.
6636
6637 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
6638
6639 * configure.ac: Exit if ${gdb_target_obs}" is not set.
6640 * configure: Regenerate.
6641
6642 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6643
6644 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
6645 and ".sdynbss". Update the comment.
6646
6647 2010-03-15 Jie Zhang <jie@codesourcery.com>
6648
6649 * MAINTAINERS: Update my email address.
6650
6651 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6652
6653 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
6654
6655 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6656
6657 * charset.c [USE_WIN32API]: Include <windows.h>.
6658 (_initialize_charset): Correct type of w32_host_default_charset.
6659
6660 2010-03-14 Pedro Alves <pedro@codesourcery.com>
6661
6662 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
6663
6664 2010-03-12 Tom Tromey <tromey@redhat.com>
6665
6666 PR c++/9708:
6667 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
6668 in a lexical block does not need a namespace.
6669 (new_symbol) <DW_TAG_variable>: Put extern variables on
6670 list_in_scope in all cases.
6671
6672 2010-03-12 Stan Shebs <stan@codesourcery.com>
6673
6674 * ax-gdb.c (gen_expr): Add shift expressions.
6675 (gen_expr_binop_rest): Ditto.
6676
6677 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6678
6679 * buildsym.c (finish_block): Reset using_directives pointer
6680 after block initialization.
6681
6682 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
6683
6684 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
6685 * i386-tdep.c (i386_word_names): Likewise.
6686
6687 2010-03-12 Pedro Alves <pedro@codesourcery.com>
6688
6689 * target.c (memory_xfer_partial): Don't use the stack cache if
6690 inspecting trace frames.
6691 * tracepoint.c (finish_tfind_command): Invalidate the target
6692 dcache.
6693
6694 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6695
6696 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
6697 for the PIC displacement, print also the displacement value.
6698 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
6699
6700 2010-03-10 Kevin Buettner <kevinb@redhat.com>
6701
6702 * remote-mips.c (close_ports, mips_initialize_cleanups)
6703 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
6704 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
6705 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
6706 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
6707 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
6708 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
6709 comments describing each of these functions.
6710 (mips_enter_debug, mips_exit_debug, common_open)
6711 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
6712 blank line after the comment describing the function.
6713
6714 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 * solib-svr4.c (svr4_exec_displacement): Return now success, new
6717 parameter displacementp. Update comment.
6718 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
6719 element exists. Return if svr4_exec_displacement was not successful.
6720 Update comment.
6721
6722 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6723 Daniel Jacobowitz <dan@codesourcery.com>
6724
6725 * solib-svr4.c (read_program_header): Support type == -1 to read
6726 all program headers.
6727 (read_program_headers_from_bfd): New function.
6728 (svr4_static_exec_displacement): Remove and move the comment ...
6729 (svr4_exec_displacement): ... here. Remove variable found. New
6730 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
6731 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
6732 targets using read_program_headers_from_bfd. Remove the call of
6733 svr4_static_exec_displacement.
6734
6735 2010-03-10 Tom Tromey <tromey@redhat.com>
6736
6737 * dwarf2read.c (struct pubnames_header): Remove.
6738 (_PUBNAMES_HEADER): Remove.
6739 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
6740 (struct aranges_header): Remove.
6741 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
6742 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
6743 (PUBNAMES_SECTION): Remove.
6744 (ARANGES_SECTION): Remove.
6745 (dwarf2_locate_sections): Don't handle pubnames or aranges.
6746 (dwarf2_build_psymtabs): Remove dead code.
6747 (dwarf2_build_psymtabs_easy): Remove.
6748
6749 2010-03-10 Tom Tromey <tromey@redhat.com>
6750
6751 * elfread.c (elf_symfile_read): Don't call
6752 dwarf2_build_frame_info.
6753 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
6754 (struct dwarf2_per_objfile) <objfile>: New field.
6755 (dwarf2_has_info): Now idempotent. Set objfile field.
6756 (dwarf2_read_section): Check and set readin field. Call
6757 posix_madvise.
6758 (dwarf2_build_psymtabs): Don't read all sections.
6759 (read_type_comp_unit_head): Read types section.
6760 (create_debug_types_hash_table): Likewise.
6761 (init_cu_die_reader): Add asserts.
6762 (process_type_comp_unit): Add assert.
6763 (dwarf2_build_psymtabs_hard): Read info section.
6764 (load_partial_comp_unit): Add assert.
6765 (create_all_comp_units): Read info section.
6766 (load_full_comp_unit): Likewise.
6767 (dwarf2_ranges_read): Read ranges section.
6768 (dwarf2_record_block_ranges): Add assert.
6769 (dwarf2_read_abbrevs): Read abbrev section.
6770 (read_indirect_string): Read str section.
6771 (dwarf_decode_line_header): Read line section.
6772 (read_signatured_type_at_offset): Read types section.
6773 (dwarf_decode_macros): Read macinfo section.
6774 (dwarf2_symbol_mark_computed): Read loc section.
6775 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
6776 dwarf2_build_frame_info.
6777 (dwarf2_build_frame_info): Unconditionally set
6778 dwarf2_frame_objfile_data on the objfile.
6779 * configure.ac: Check for posix_madvise.
6780 * config.in, configure: Rebuild.
6781
6782 2010-03-10 Tom Tromey <tromey@redhat.com>
6783
6784 * xcoffread.c (xcoff_start_psymtab): Update.
6785 (xcoff_end_psymtab): Update.
6786 * psymtab.c (allocate_psymtab): Remove dead code.
6787 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
6788 void*.
6789 * mdebugread.c (parse_partial_symbols): Update.
6790 (new_psymtab): Likewise.
6791 * dwarf2read.c (process_psymtab_comp_unit): Update.
6792 (psymtab_to_symtab_1): Update.
6793 * dbxread.c (start_psymtab): Update.
6794 (end_psymtab): Likewise.
6795
6796 2010-03-10 Tom Tromey <tromey@redhat.com>
6797
6798 * xcoffread.c: Include psymtab.h.
6799 (xcoff_sym_fns): Update.
6800 * symtab.h (struct partial_symbol): Remove.
6801 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
6802 (struct partial_symtab): Remove.
6803 (PSYMTAB_TO_SYMTAB): Remove.
6804 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
6805 (find_pc_sect_psymtab): Remove.
6806 (find_pc_sect_symtab_via_partial): Declare.
6807 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
6808 (find_main_psymtab): Remove.
6809 (find_main_filename): Declare.
6810 (fixup_psymbol_section): Remove.
6811 (fixup_section): Declare.
6812 * symtab.c: Include psymtab.h.
6813 (lookup_symtab): Use lookup_symtab method.
6814 (lookup_partial_symtab): Remove.
6815 (find_pc_sect_psymtab_closer): Remove.
6816 (find_pc_sect_psymtab): Remove.
6817 (find_pc_sect_symtab_via_partial): New function.
6818 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
6819 (fixup_section): No longer static.
6820 (fixup_psymbol_section): Remove.
6821 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
6822 (lookup_global_symbol_from_objfile): Likewise.
6823 (lookup_symbol_aux_psymtabs): Remove.
6824 (lookup_symbol_aux_quick): New function.
6825 (lookup_symbol_global): Use lookup_symbol_aux_quick.
6826 (lookup_partial_symbol): Remove.
6827 (basic_lookup_transparent_type_quick): New function.
6828 (basic_lookup_transparent_type): Use it.
6829 (find_main_psymtab): Remove.
6830 (find_main_filename): New function.
6831 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
6832 (find_line_symtab): Use expand_symtabs_with_filename method.
6833 (output_partial_symbol_filename): New function.
6834 (sources_info): Use map_partial_symbol_filenames.
6835 (struct search_symbols_data): New type.
6836 (search_symbols_file_matches): New function.
6837 (search_symbols_name_matches): Likewise.
6838 (search_symbols): Use expand_symtabs_matching method.
6839 (struct add_name_data): Rename from add_macro_name_data.
6840 (add_macro_name): Update.
6841 (add_partial_symbol_name): New function.
6842 (default_make_symbol_completion_list): Use
6843 map_partial_symbol_names.
6844 (struct add_partial_symbol_name): New type.
6845 (maybe_add_partial_symtab_filename): New function.
6846 (make_source_files_completion_list): Use
6847 map_partial_symbol_filenames.
6848 (expand_line_sal): Use expand_symtabs_with_filename method.
6849 * symmisc.c: Include psymtab.h.
6850 (print_objfile_statistics): Use print_stats method.
6851 (dump_objfile): Use dump method.
6852 (dump_psymtab, maintenance_print_psymbols)
6853 (maintenance_info_psymtabs, maintenance_check_symtabs)
6854 (extend_psymbol_list): Remove.
6855 * symfile.h (struct quick_symbol_functions): New struct.
6856 (struct sym_fns) <qf>: New field.
6857 (sort_pst_symbols): Remove.
6858 (increment_reading_symtab): Declare.
6859 * symfile.c: Include psymtab.h.
6860 (compare_psymbols, sort_pst_symbols): Remove.
6861 (psymtab_to_symtab): Remove.
6862 (increment_reading_symtab): New function.
6863 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
6864 method.
6865 (set_initial_language): Use find_main_filename.
6866 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
6867 (free_named_symtabs): Remove unused code.
6868 (start_psymtab_common, add_psymbol_to_bcache)
6869 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
6870 Remove.
6871 * stack.c: Include psymtab.h, symfile.h.
6872 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
6873 * source.h (psymtab_to_fullname): Don't declare.
6874 * source.c: Include psymtab.h.
6875 (select_source_symtab): Use find_last_source_symtab method.
6876 (forget_cached_source_info): Use forget_cached_source_info
6877 method.
6878 (find_and_open_source): No longer static.
6879 (psymtab_to_fullname): Remove.
6880 * somread.c: Include psymtab.h.
6881 (som_sym_fns): Update.
6882 * psympriv.h: New file.
6883 * psymtab.h: New file.
6884 * psymtab.c: New file.
6885 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
6886 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
6887 * objfiles.c: Include psymtab.h.
6888 (objfile_relocate1): Use relocate method.
6889 (objfile_has_partial_symbols): Use has_symbols method.
6890 * mipsread.c: Include psymtab.h.
6891 (ecoff_sym_fns): Update.
6892 * mi/mi-cmd-file.c: Include psymtab.h.
6893 (print_partial_file_name): New function.
6894 (mi_cmd_file_list_exec_source_files): Use
6895 map_partial_symbol_filenames.
6896 * mdebugread.c: Include psympriv.h.
6897 * machoread.c: Include psympriv.h.
6898 (macho_sym_fns): Update.
6899 * m2-exp.y (yylex): Use lookup_symtab.
6900 * elfread.c: Include psympriv.h.
6901 (elf_sym_fns): Update.
6902 * dwarf2read.c: Include psympriv.h.
6903 * dbxread.c: Include psympriv.h.
6904 (aout_sym_fns): Update.
6905 * cp-support.c: Include psymtab.h.
6906 (read_in_psymtabs): Remove.
6907 (make_symbol_overload_list_qualified): Use
6908 expand_symtabs_for_function method.
6909 * coffread.c: Include psympriv.h.
6910 (coff_sym_fns): Update.
6911 * blockframe.c: Include psymtab.h.
6912 (find_pc_partial_function): Use find_pc_sect_symtab method.
6913 * ada-lang.h (ada_update_initial_language): Update.
6914 * ada-lang.c: Include psymtab.h.
6915 (ada_update_initial_language): Remove 'main_pst' argument.
6916 (ada_lookup_partial_symbol): Remove.
6917 (struct ada_psym_data): New type.
6918 (ada_add_psyms): New function.
6919 (ada_add_non_local_symbols): Use map_ada_symtabs method.
6920 (struct add_partial_datum): New type.
6921 (ada_add_partial_symbol_completions): New function.
6922 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
6923 (ada_exception_support_info_sniffer): Update.
6924 * Makefile.in (SFILES): Add psymtab.c.
6925 (COMMON_OBS): Add psymtab.o.
6926 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
6927
6928 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
6929
6930 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
6931
6932 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
6933
6934 PR C++/11236:
6935 * cp-namespace.c (cp_add_using): Deleted.
6936 (cp_add_using_directive): Use obstack allocations.
6937 Merged the function cp_add_using into this one.
6938 Added 'struct obstack *' argument.
6939 (cp_scan_for_anonymous_namespaces): Updated.
6940 * cp-support.h: Updated.
6941 * dwarf2read.c (read_import_statement): Updated.
6942 (read_namespace): Updated.
6943
6944 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
6945
6946 * windows-nat.c (cygwin_conv_path): Remove old macro.
6947
6948 2010-03-10 Pedro Alves <pedro@codesourcery.com>
6949
6950 * breakpoint.c (condition_command): Handle watchpoint conditions.
6951 (is_hardware_watchpoint): Add comment.
6952 (is_watchpoint): New.
6953 (update_watchpoint): Don't reparse the watchpoint's condition
6954 unless necessary.
6955 (WP_IGNORE): New.
6956 (watchpoint_check): Use it.
6957 (bpstat_check_watchpoint): Handle it.
6958 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
6959 conditions in a frame where it makes sense.
6960 (watch_command_1): Store the innermost block of the condition
6961 expression.
6962 (delete_breakpoint): Delete the watchpoint condition expression.
6963 * breakpoint.h (struct bp_location) <cond>: Update comment.
6964 (struct breakpoint): New field `cond_exp_valid_block'.
6965
6966 2010-03-09 Joel Brobecker <brobecker@adacore.com>
6967
6968 Adjust handling of Ada DIEs after dwarf2_physname patch.
6969 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
6970
6971 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
6972 Pierre Muller <muller@ics.u-strasbg.fr>
6973
6974 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
6975 from/to posix/win32.
6976 (windows_make_so): Use non-Cygwin 1.7 specific function.
6977 (windows_create_inferior): Make sure that cygallargs points to
6978 original args in non Cygwin 1.7. case.
6979
6980 2010-03-09 Michael Snyder <msnyder@vmware.com>
6981
6982 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
6983 after target_read_memory to get host byte order.
6984 (i386_process_record): Ditto.
6985
6986 2010-03-09 Keith Seitz <keiths@redhat.com>
6987
6988 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
6989 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
6990 print out const or volatile qualifiers, too.
6991 (c_type_print_args): Add parameters show_artificial and language.
6992 Skip artificial parameters when requested.
6993 Use the appropriate language printer.
6994 (c_type_print_varspec): Tell c_type_print_args to skip artificial
6995 parameters and pass language_c.
6996 * dwarf2read.c (die_list): New file global.
6997 (struct partial_die_info): Update comments for name field.
6998 (pdi_needs_namespace): Renamed to ...
6999 (die_needs_namespace): ... this. Rewrite.
7000 (dwarf2_linkage_name): Remove.
7001 (add_partial_symbol): Do not predicate the call to
7002 partial_die_full_name based on pdi_needs_namespace.
7003 Remove call to cp_check_possible_namespace_symbols and associated
7004 outdated comments.
7005 (guess_structure_name): Do not inspect child subprogram DIEs.
7006 (dwarf2_fullname): Update comments.
7007 Use die_needs_namespace to assist in computing the name.
7008 (read_func_scope): Use dwarf2_name to get the DIE's name.
7009 Use dwarf2_physname to get the "linkage name" of the DIE.
7010 (dwarf2_add_member_field): Use dwarf2_physname instead of
7011 dwarf2_linkage_name.
7012 (read_structure_type): For structs and classes, set TYPE_NAME, too.
7013 (determine_class): Remove.
7014 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
7015 except Ada.
7016 (new_symbol): Unconditionally call dwarf2_name.
7017 Compute the "linkage name" using dwarf2_physname.
7018 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
7019 When determining to scan for anonymous C++ namespaces, ignore
7020 the linkage name.
7021 (dwarf2_physname): New function.
7022 (dwarf2_full_name): Move content to new function and call
7023 that.
7024 (dwarf2_compute_name): "New" function.
7025 (_initialize_dwarf2_read): Initialize die_list.
7026 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
7027 physname.
7028 (gnu_v3_print_method_ptr): Use the physname for virtual methods
7029 without a demangled name.
7030 Print out type information for non-virtual methods.
7031 * linespec.c (decode_line_1): Force ANY string using "::" (or
7032 "." for java) to use decode_compound, and clean up any stray quoting.
7033 If we found a file symtab, re-evaluate whether the remainder is_quoted.
7034 (decode_compound): Stop consuming at an open parenthesis.
7035 Keep template parameters.
7036 Keep any overload information.
7037 Keep keywords like "const".
7038 Remove paren_pointer.
7039 Move is_quoted check from set_flags to here.
7040 Remove #if 0 code from 2000. Ten years is long enough.
7041 (find_method): Before comparing symbol names, canonicalize the string
7042 from the user.
7043 If a specific overload is requested, find it. Otherwise throw an error.
7044 (find_method_overload_end): New function.
7045 (set_flags): Remove.
7046 (decode_compound): Assume that parentheses are matched.
7047 It's a lot easier.
7048 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
7049 to cplus_demangle.
7050 * linespec.c (decode_line_1): Keep important keywords like
7051 "const" and "volatile".
7052 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
7053 * typeprint.h (c_type_print_args): Add declaration.
7054 * ui-file.c (do_ui_file_obsavestring): New function.
7055 (ui_file_obsavestring): New function.
7056 * ui-file.h (ui_file_obsavestring): Add declaration.
7057 * valops.c (find_overload_match): Resolve the object to
7058 a non-pointer type.
7059 If the object is a data member, search the object for the member
7060 and return with staticp set.
7061 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
7062 Do not attempt to extract a function name from non-function types.
7063 If the extracted function name and the original name are the same,
7064 we don't have a C++ method.
7065
7066 From Jan Kratochvil <jan.kratochvil@redhat.com>:
7067 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
7068
7069 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
7070 and arguments from symbol lookups.
7071 * ax-gdb.c (gen_expr): Likewise.
7072 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
7073 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
7074 lookup_possible_namespace_symbol): Likewise.
7075 * cp-support.c (read_in_psymtabs): Likewise.
7076 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
7077 * language.h (la_lookup_symbol_nonlocal): Likewise.
7078 * scm-valprint.c (scm_inferior_print): Likewise.
7079 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
7080 * solib-svr.c (elf_lookup_lib): Likewise.
7081 * solib.c (show_auto_solib_add): Likewise.
7082 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
7083 * symmisc.c (maintenance_check_symtabs): Likewise.
7084 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
7085 lookup_symbol_aux_local, lookup_symbol_aux_block,
7086 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
7087 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
7088 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
7089 basic_lookup_transparent_type, find_main_psymtab,
7090 lookup_block_symbol): Likewise.
7091 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
7092 lookup_symbol_global, lookup_symbol_aux_block,
7093 lookup_symbol_partial_symbol, lookup_block_symbol,
7094 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
7095
7096 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
7097
7098 * python/python-internal.h: Include symtab.h.
7099
7100 2010-03-09 Joel Brobecker <brobecker@adacore.com>
7101 Pierre Muller <muller@ics.u-strasbg.fr>
7102
7103 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
7104 * p-valprint.c (pascal_val_print): Remove undeed block and fix
7105 indentation.
7106
7107 2010-03-08 Tom Tromey <tromey@redhat.com>
7108
7109 * breakpoint.c (breakpoint_1): Add "QUIT".
7110
7111 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
7112 Pedro Alves <pedro@codesourcery.com>
7113
7114 * solib.c (solib_find): Replace extension if
7115 solib_symbols_extension is set in the target gdbarch.
7116 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
7117 solib_symbols_extension to "sym".
7118 * gdbarch.sh (solib_symbols_extension): New variable.
7119 (pstring): New function.
7120 * gdbarch.h, gdbarch.c: Regenerate.
7121
7122 2010-03-08 Tom Tromey <tromey@redhat.com>
7123
7124 PR cli/9591:
7125 * NEWS: Update.
7126 * utils.c: Include main.h.
7127 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
7128 (defaulted_query): Use default answer if `batch_flag'.
7129 * main.h (batch_flag): Declare.
7130 * main.c (batch_flag): New global.
7131 (captured_main): Remove 'batch'. Update.
7132
7133 2010-03-08 Kevin Buettner <kevinb@redhat.com>
7134
7135 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
7136 and Kevin Buettner:
7137
7138 * remote-mips.c (rockhopper_ops): New target_ops struct.
7139 (MON_ROCKHOPPER): New mips_monitor_type.
7140 (read_hex_value): New function.
7141 (mips_request): Send 8-byte values with a 'T' packet. Read the
7142 packet argument as a string and use read_hex_value to parse it.
7143 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
7144 (rockhopper_open): New function.
7145 (mips_wait): Read the PC, FP and SP fields as strings. Use
7146 read_hex_value to parse them and mips_set_register to commit them.
7147 (mips_set_register): New function.
7148 (mips_fetch_registers): Do not cast register value to "unsigned"
7149 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
7150 (mips_store_registers): Use a 'T' packet to set registers when
7151 using MON_ROCKHOPPER.
7152 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
7153 and expect the total to be printed before the entry address.
7154 (_initialize_remote_mips): Initialize and add rockhopper_ops.
7155
7156 2010-03-08 Kevin Buettner <kevinb@redhat.com>
7157
7158 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
7159 Change return value to int. Store value fetched in location
7160 addressed by `val'. Use function's return value as success
7161 or failure indicator. Adjust all callers.
7162
7163 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
7164
7165 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
7166
7167 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7168 Hui Zhu <teawater@gmail.com>
7169
7170 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
7171 tmp_to_stopped_data_address.
7172 (record_open): Reset tmp_to_stopped_by_watchpoint and
7173 tmp_to_stopped_data_address.
7174 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
7175 to_stopped_data_address.
7176
7177 2010-03-08 Hui Zhu <teawater@gmail.com>
7178
7179 * i386-tdep.c (i386_process_record): Initialize regnum.
7180
7181 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
7184 Do not warn on ".gnu.liblist" and ".gnu.conflict".
7185
7186 2010-03-08 Joel Brobecker <brobecker@adacore.com>
7187
7188 Memory error when reading wrong core file.
7189 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
7190 errors while reading the inferior memory, and return zero if
7191 an exception was raised.
7192
7193 2010-03-07 Michael Snyder <msnyder@vmware.com>
7194
7195 * record.c (record_restore): Rename tmpu8 to rectype.
7196
7197 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
7198 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
7199
7200 (i386_record_push): Rename local tmpulongest to addr.
7201
7202 (i386_process_record): Rename local tmpulongest to addr.
7203
7204 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
7205 addr64.
7206
7207 Rename local variable tmpu8 to opcode8 and regnum.
7208
7209 2010-03-07 Joel Brobecker <brobecker@adacore.com>
7210
7211 * remote.c (remote_get_ada_task_ptid): New function.
7212 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
7213
7214 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
7215
7216 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
7217 block. Define helper macros to reduce ifdefs in code.
7218 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
7219 size. Call unadorned GetModuleFileNameEx rather than
7220 GetModuleFileNameEx*.
7221 (windows_make_so): Use __PMAX to denote maximum buffer size and
7222 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
7223 appropriate.
7224 (get_image_name): Use __PMAX to denote maximum buffer size.
7225 (handle_load_dll): Likewise.
7226 (windows_pid_to_exec_file): Likewise.
7227 (windows_create_inferior): Add many accommodations for older Cygwin and
7228 non-Cygwin.
7229 (bad_GetModuleFileNameExW): Control inclusion of this function based on
7230 __USEWIDE conditional.
7231 (bad_GetModuleFileNameExA): Likewise.
7232 (_initialize_loadable): Just use real function names without the dyn_
7233 part since they are defined earlier.
7234
7235 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
7236 Tom Tromey <tromey@redhat.com>
7237
7238 * utils.c (host_char_to_target): Add 'gdbarch' argument.
7239 (parse_escape): Likewise.
7240 * python/py-utils.c (unicode_to_target_string): Update.
7241 (unicode_to_target_python_string): Update.
7242 (target_string_to_unicode): Update.
7243 * printcmd.c (printf_command): Update.
7244 * p-exp.y (yylex): Update.
7245 * objc-exp.y (yylex): Update.
7246 * mi/mi-parse.c: Include charset.h.
7247 (mi_parse_escape): New function.
7248 (mi_parse_argv): Use it.
7249 * jv-exp.y (yylex): Update.
7250 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
7251 function.
7252 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
7253 * gdbarch.sh (auto_charset, auto_wide_charset): New.
7254 * gdbarch.c: Rebuild.
7255 * gdbarch.h: Rebuild.
7256 * defs.h (parse_escape): Update.
7257 * cli/cli-setshow.c: Include arch-utils.h.
7258 (do_setshow_command): Update.
7259 * cli/cli-cmds.c (echo_command): Update.
7260 * charset.h (target_charset, target_wide_charset): Update.
7261 * charset.c: Include arch-utils.h.
7262 (target_charset_name): Default to "auto".
7263 (target_wide_charset_name): Likewise.
7264 (show_target_charset_name): Handle "auto".
7265 (show_target_wide_charset_name): Likewise.
7266 (be_le_arch): New global.
7267 (set_be_le_names): Add 'gdbarch' argument.
7268 (validate): Likewise. Don't call set_be_le_names.
7269 (set_charset_sfunc, set_host_charset_sfunc)
7270 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
7271 Update.
7272 (target_charset): Add 'gdbarch' argument.
7273 (target_wide_charset): Likewise. Remove 'byte_order' argument.
7274 (auto_target_charset_name): New global.
7275 (default_auto_charset, default_auto_wide_charset): New functions.
7276 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
7277 for target charsets. Copy result of nl_langinfo. Use GetACP if
7278 USE_WIN32API.
7279 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
7280 remove 'byte_order' argument. Update.
7281 (classify_type): Likewise.
7282 (c_emit_char): Update.
7283 (c_printchar): Update.
7284 (c_printstr): Update.
7285 (c_get_string): Update.
7286 (evaluate_subexp_c): Update.
7287 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
7288 Declare.
7289 * python/python.c (gdbpy_target_charset): New function.
7290 (gdbpy_target_wide_charset): Likewise.
7291 (GdbMethods): Update.
7292 * NEWS: Update.
7293
7294 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
7295
7296 * symfile.c (build_section_addr_info_from_objfile): Do not mask
7297 off high address bits.
7298
7299 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
7300
7301 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
7302 address as UnsignedLongLong, not LongLong.
7303
7304 2010-03-05 Kevin Buettner <kevinb@redhat.com>
7305 Pedro Alves <pedro@codesourcery.com>
7306
7307 * remote-mips.c (gdbthread.h): Include.
7308 (remote_mips_ptid): Declare.
7309 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
7310 (common_open): Set inferior_ptid, add it as an inferior, and
7311 as a thread too. Delete FIXME comment regarding start_remote().
7312 (mips_close): Invoke generic_mourn_inferior().
7313 (mips_kill): Make sure that target_mourn_inferior is invoked.
7314 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
7315 it's now invoked from mips_close().
7316 (mips_load): Don't null out inferior_ptid. Don't call
7317 clear_symtab_users().
7318 (mips_thread_alive, mips_pid_to_str): New functions.
7319 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
7320 to_thread_alive and to_pid_to_str operations.
7321
7322 2010-03-04 Tom Tromey <tromey@redhat.com>
7323
7324 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
7325 in DWARF 3 and later.
7326 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
7327
7328 2010-03-04 Keith Seitz <keiths@redhat.com>
7329
7330 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
7331 If the filename portion of the linespec was quoted, recheck the
7332 remainder for additional quoting.
7333 (locate_first_half): Skip over completer chars, too.
7334
7335 2010-03-04 Tom Tromey <tromey@redhat.com>
7336
7337 * printcmd.c (printf_command): Pass dummy argument to
7338 printf_filtered.
7339
7340 2010-03-04 Doug Evans <dje@google.com>
7341
7342 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
7343 unwound_fp.
7344
7345 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
7346
7347 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7348
7349 * breakpoint.c (update_watchpoint): Create a sentinel location if
7350 the software watchpoint isn't watching any memory.
7351 (breakpoint_address_bits): Skip dummy software watchpoint locations.
7352
7353 2010-03-04 Pedro Alves <pedro@codesourcery.com>
7354
7355 * utils.c (fputs_maybe_filtered): Check if there's already a top
7356 level interpreter before dereferencing it. If there isn't one,
7357 don't paginate either.
7358
7359 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7360
7361 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
7362 the state right when single stepping.
7363 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
7364 Get the next PC along with the instruction state.
7365 (thumb_get_next_pc): Remove.
7366 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
7367
7368 2010-03-04 Hui Zhu <teawater@gmail.com>
7369
7370 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
7371
7372 2010-03-03 Pedro Alves <pedro@codesourcery.com>
7373
7374 * utils.c (fputs_maybe_filtered): Always disable pagination if the
7375 top level interpreter is MI.
7376
7377 2010-03-03 Stan Shebs <stan@codesourcery.com>
7378
7379 * remote.c (remote_download_tracepoint): Iterate over locations.
7380 * tracepoint.c (validate_actionline): Ditto.
7381 (encode_actions): Add location argument.
7382 (trace_dump_command): Check all locations to see if stepping
7383 frame.
7384
7385 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
7386 Eli Zaretskii <eliz@gnu.org>
7387
7388 * NEWS: Add X86 general purpose registers section.
7389
7390 2010-03-03 Tom Tromey <tromey@redhat.com>
7391
7392 PR mi/11098:
7393 * varobj.c (install_new_value): Handle case where new print_value
7394 is NULL.
7395
7396 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
7397
7398 PR gdb/11345:
7399 * printcmd.c (printf_command): Print end of format string using
7400 printf_filtered.
7401
7402 2010-03-02 Tom Tromey <tromey@redhat.com>
7403
7404 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
7405 * defs.h (read_command_lines_1): Add missing 'void'.
7406 * cli/cli-script.c (recurse_read_control_structure): Add missing
7407 'void'.
7408 (read_next_line): Likewise.
7409 (read_command_lines_1): Likewise.
7410
7411 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
7412
7413 * spu-tdep.c (spu_analyze_prologue): Track instruction to
7414 store backchain as part of prologue.
7415
7416 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
7417
7418 * progspace.c (update_address_spaces): Update inferior address spaces
7419 also.
7420
7421 2010-03-02 Doug Evans <dje@google.com>
7422
7423 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
7424 lowpc,highpc args to addrmap_set_empty.
7425
7426 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
7427
7428 * amd64-tdep.c (amd64_byte_names): New.
7429 (amd64_word_names): Likewise.
7430 (amd64_dword_names): Likewise.
7431 (amd64_pseudo_register_name): Likewise.
7432 (amd64_pseudo_register_read): Likewise.
7433 (amd64_pseudo_register_write): Likewise.
7434 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
7435 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
7436 set_gdbarch_pseudo_register_write and
7437 set_tdesc_pseudo_register_name. Don't call
7438 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
7439
7440 * i386-tdep.c (i386_num_mmx_regs): Removed.
7441 (i386_num_pseudo_regs): Likewise.
7442 (i386_byte_names): New.
7443 (i386_word_names): Likewise.
7444 (i386_byte_regnum_p): Likewise.
7445 (i386_word_regnum_p): Likewise.
7446 (i386_mmx_regnum_p): Updated.
7447 (i386_pseudo_register_name): Make it global. Handle byte and
7448 word pseudo-registers.
7449 (i386_pseudo_register_read): Likewise.
7450 (i386_pseudo_register_write): Likewise.
7451 (i386_pseudo_register_type): Handle byte, word and dword
7452 pseudo-registers
7453 (i386_register_reggroup_p): Don't include pseudo
7454 registers, except for MXX, in any register groups. Don't
7455 include pseudo byte, word, dword registers in general_reggroup.
7456 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
7457 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
7458 pseudo-registers after word pseudo-registers. Call
7459 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
7460
7461 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
7462 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
7463 eax_regnum.
7464 (i386_byte_regnum_p): New.
7465 (i386_word_regnum_p): Likewise.
7466 (i386_dword_regnum_p): Likewise.
7467 (i386_pseudo_register_name): Likewise.
7468 (i386_pseudo_register_read): Likewise.
7469 (i386_pseudo_register_write): Likewise.
7470
7471 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7472
7473 * target-descriptions.c (tdesc_type): Remove
7474 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
7475 (tdesc_predefined_types): Likewise.
7476 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
7477 if flag name is empty.
7478 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
7479
7480 * features/i386/32bit-core.xml: Define i386_eflags.
7481 * features/i386/64bit-core.xml: Likewise.
7482
7483 * features/i386/32bit-sse.xml: Define i386_mxcsr.
7484 * features/i386/64bit-sse.xml: Likewise.
7485
7486 * features/i386/amd64-linux.c: Regenerated.
7487 * features/i386/amd64.c: Likewise.
7488 * features/i386/i386-linux.c: Likewise.
7489 * features/i386/i386.c: Likewise.
7490
7491 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
7492
7493 * gdbtypes.c (append_composite_type_field_raw): New.
7494 (append_composite_type_field_aligned): Use the new function.
7495 * gdbtypes.h (append_composite_type_field_raw): Declare.
7496 * target-descriptions.c (struct tdesc_type_field): Add start and end.
7497 (struct tdesc_type_flag): New type.
7498 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
7499 kind. Add size to u.u. Add u.f for flags.
7500 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
7501 (tdesc_free_type): Likewise.
7502 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
7503 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
7504 (tdesc_add_bitfield, tdesc_add_flag): New.
7505 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
7506 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
7507 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
7508 current_type. Add current_type_size and current_type_is_flags.
7509 (tdesc_start_union): Clear the new fields.
7510 (tdesc_start_struct, tdesc_start_flags): New.
7511 (tdesc_start_field): Handle struct fields, including bitfields.
7512 (field_attributes): Make type optional. Add start and end.
7513 (union_children): Rename to struct_union_children.
7514 (union_attributes): Rename to struct_union_attributes. Add optional
7515 size.
7516 (flags_attributes): New.
7517 (feature_children): Add struct and flags.
7518 * features/gdb-target.dtd: Add flags and struct to features.
7519 Make field type optional. Add field start and end.
7520
7521 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
7522
7523 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
7524 (amd64_linux_read_description): Likewise.
7525 (_initialize_amd64_linux_nat): Set to_read_description to
7526 amd64_linux_read_description.
7527
7528 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
7529 (amd64_linux_register_name): Removed.
7530 (amd64_linux_register_type): Likewise.
7531 (amd64_linux_core_read_description): New.
7532 (amd64_linux_init_abi): Set target description to
7533 tdesc_amd64_linux if needed. Support orig_rax in target
7534 description. Don't call set_gdbarch_register_name nor
7535 set_gdbarch_register_type. Call
7536 set_gdbarch_core_read_description.
7537 (_initialize_amd64_linux_tdep): Call
7538 initialize_tdesc_amd64_linux.
7539
7540 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
7541
7542 * amd64-tdep.c: Include "features/i386/amd64.c".
7543 (amd64_register_names): Removed.
7544 (amd64_register_name): Likewise.
7545 (amd64_register_type): Likewise.
7546 (amd64_init_abi): Set num_core_regs and register_names. Set
7547 target description to tdesc_amd64 if needed. Don't call
7548 set_gdbarch_register_name nor set_gdbarch_register_type.
7549 (_initialize_amd64_tdep): New.
7550
7551 * i386-linux-nat.c (i386_linux_read_description): New.
7552 (_initialize_i386_linux_nat): Set to_read_description to
7553 i386_linux_read_description.
7554
7555 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
7556 (i386_linux_register_name): Removed.
7557 (i386_linux_core_read_description): New.
7558 (i386_linux_read_description): Likewise.
7559 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
7560 Set target description to tdesc_i386_linux if needed. Support
7561 orig_eax. Set register_reggroup_p. Call
7562 set_gdbarch_core_read_description.
7563 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
7564
7565 * i386-linux-tdep.h (tdesc_i386_linux): New.
7566
7567 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
7568 with I387_NUM_REGS.
7569
7570 * i386-tdep.c: Include "features/i386/i386.c".
7571 (i386_register_names): Make it const.
7572 (i386_mmx_names): Likewise.
7573 (i386_num_register_names): Removed.
7574 (i386_register_name): Likewise.
7575 (i386_eflags_type): Likewise.
7576 (i386_mxcsr_type): Likewise.
7577 (i386_sse_type): Likewise.
7578 (i386_register_type): Likewise.
7579 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
7580 (i386_pseudo_register_name): New.
7581 (i386_pseudo_register_type): Likewise.
7582 (i386_mmx_type): Make it static.
7583 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
7584 I387_NUM_REGS. Set num_core_regs and register_names. Don't
7585 call set_gdbarch_register_name nor set_gdbarch_register_type.
7586 Set register_reggroup_p. Set target description to tdesc_i386
7587 if needed. Call set_tdesc_pseudo_register_type,
7588 set_tdesc_pseudo_register_name and tdesc_use_registers.
7589 (_initialize_i386_tdep): Call initialize_tdesc_i386.
7590 initialize_tdesc_x86_64.
7591
7592 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
7593 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
7594 register_names, tdesc and register_reggroup_p.
7595 (I386_NUM_FREGS): Removed.
7596 (i386_eflags_type): Likewise.
7597 (i386_mxcsr_type): Likewise.
7598 (i386_mmx_type): Likewise.
7599 (i386_sse_type): Likewise.
7600 (i386_register_name): Likewise.
7601 (i386_regnum): Add I386_MXCSR_REGNUM.
7602 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
7603
7604 * i387-tdep.h (I387_NUM_REGS): New.
7605
7606 * regformats/i386/i386-linux.dat: Generated.
7607 * regformats/i386/i386.dat: Likewise.
7608 * regformats/i386/amd64-linux.dat: Likewise.
7609 * regformats/i386/amd64.dat: Likewise.
7610
7611 * regformats/reg-i386-linux.dat: Removed.
7612 * regformats/reg-i386.dat: Likewise.
7613 * regformats/reg-x86-64-linux.dat: Likewise.
7614 * regformats/reg-x86-64.dat: Likewise.
7615
7616 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
7617
7618 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
7619 cygwin_conv_path API rather than the deprecated
7620 cygwin_conv_to_full_posix_path.
7621 * windows-nat.c:
7622 (GetModuleFileNameExA): Undefine for Cygwin.
7623 (GetModuleFileNameExW): Define for Cygwin.
7624 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
7625 Call GetModuleFileNameExW and convert path to POSIX using
7626 cygwin_conv_path.
7627 (windows_make_so): Always define p. Drop unused variable m.
7628 Don't use Win32 functions to check file existance, rather use
7629 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
7630 Use canonicalize_file_name to get full path.
7631 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
7632 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
7633 use correct target buffer size in call to WideCharToMultiByte.
7634 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
7635 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
7636 (windows_create_inferior): Convert all paths and arguments to wchar_t
7637 and use CreateProcessW on Cygwin.
7638 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
7639 (bad_GetModuleFileNameExA): Undefine for Cygwin.
7640 (bad_GetModuleFileNameExW): Define for Cygwin.
7641 (_initialize_loadable): Load GetModuleFileNameExW into
7642 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
7643
7644 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
7645
7646 PR python/11036
7647 * python/py-frame.c (frapy_read_var): Add block argument and logic
7648 to cope with user provided blocks.
7649
7650 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
7653 New comment.
7654
7655 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
7656
7657 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
7658 (COMMON_OBS): ... to here since it's used unconditionally.
7659 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
7660 (SFILES): To here.
7661
7662 2010-02-26 David Daney <ddaney@caviumnetworks.com>
7663
7664 * mips-linux-tdep.c: Update struct sigframe comments.
7665 (SIGFRAME_CODE_OFFSET): Delete macro.
7666 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
7667 this_frame's sp.
7668 (mips_linux_n32n64_sigframe_init): Same.
7669
7670 2010-02-26 Kevin Buettner <kevinb@redhat.com>
7671
7672 * remote-mips.c (mips_load): Don't use pseudo-register when
7673 invalidating regcache.
7674
7675 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7676
7677 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
7678
7679 2010-02-26 Pedro Alves <pedro@codesourcery.com>
7680
7681 * NEWS: Add "New targets" section, and mention ARM Symbian
7682 support.
7683
7684 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
7685
7686 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
7687 add ADDR_SIZE member.
7688 (allocate_piece_closure): Update.
7689 (copy_pieced_value_closure): Likewise.
7690 (dwarf2_evaluate_loc_desc): Likewise.
7691 (read_pieced_value): Use DWARF address size instead of
7692 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
7693
7694 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
7695 Tom Tromey <tromey@redhat.com>
7696
7697 * python/py-type.c (typy_lookup_typename): Add in block argument.
7698 If provided restrict lookup to specified blocks.
7699 (gdbpy_lookup_type): Likewise.
7700 (typy_lookup_type): Likewise.
7701
7702 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
7703
7704 Symbian config
7705
7706 gdb/
7707 * arm-symbian-tdep.c: New.
7708 * configure.tgt (arm*-*-symbianelf*): New target.
7709 (*-*-symbianelf*): New OS.
7710 * osabi.c (gdb_osabi_names): Add Symbian.
7711 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
7712 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
7713 (ALLDEPFILES): Add arm-symbian-tdep.c.
7714
7715 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
7716
7717 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
7718
7719 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7720
7721 * mi/mi-main.c (mi_cmd_execute): Fix typo.
7722
7723 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
7724 Tom Tromey <tromey@redhat.com>
7725 Thiago Jung Bauermann <bauerman@br.ibm.com>
7726
7727 * python/python.c (_initialize_python): Call
7728 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
7729 gdbpy_initialize_blocks.
7730 * python/python-internal.h: Declare struct symbol, block and
7731 symtab_and_line. Declare block_object_type and
7732 symbol_object_type
7733 (gdbpy_lookup_symbol gdbpy_block_for_pc)
7734 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
7735 (symbol_to_symbol_object, block_to_block_object)
7736 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
7737 (gdbpy_initialize_blocks ): Declare.
7738 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
7739 (frapy_select): Add methods.
7740 (frapy_read_var): Add symbol branch.
7741 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
7742 py-block.
7743 (SUBDIR_PYTHON_SRCS): Likewise.
7744 (py-symbol.o): New rule.
7745 (py-symtab.o): Likewise.
7746 (py-block.o): Likewise.
7747 * python/py-symbol.c: New file.
7748 * python/py-symtab.c: Likewise.
7749 * python/py-block.c: Likewise.
7750
7751 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7752
7753 PR gdb/11321
7754
7755 * inferior.h (prepare_for_detach): Declare.
7756 (struct inferior) <detaching>: New field.
7757 * infrun.c (prepare_for_detach): New.
7758 (handle_inferior_event) <random signal>: Don't stop if detaching.
7759 * target.c (target_detach): Call prepare_for_detach.
7760
7761 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7762
7763 Per-process displaced stepping queue.
7764
7765 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
7766 (displaced_step_gdbarch, displaced_step_closure,
7767 (displaced_step_original, displaced_step_copy): Move globals to
7768 this...
7769 (struct displaced_step_inferior_state): ... new structure.
7770 (displaced_step_inferior_states): New global.
7771 (get_displaced_stepping_state, add_displaced_stepping_state)
7772 (remove_displaced_stepping_state, infrun_inferior_exit): New
7773 functions.
7774 (displaced_step_clear): Add displaced_step_inferior_state
7775 parameter, and adjust to handle it.
7776 (displaced_step_clear_cleanup): Parameter is now a
7777 displaced_step_inferior_state. Adjust.
7778 (displaced_step_prepare): Adjust.
7779 (displaced_step_fixup, displaced_step_fixup)
7780 (infrun_thread_ptid_changed, resume): Adjust.
7781 (init_wait_for_inferior): Don't call displaced_step_clear.
7782 (infrun_thread_stop_requested): Rewrite.
7783 (_initialize_infrun): Install infrun_inferior_exit as
7784 inferior_exit observer.
7785
7786 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7787
7788 * inferior.h (ptid_match): Declare.
7789 * infrun.c (ptid_match): New.
7790 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
7791 (handle_notification): Add debug output.
7792 * linux-nat.c (ptid_match): Delete.
7793
7794 2010-02-24 David S. Miller <davem@davemloft.net>
7795
7796 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
7797 * syscalls/sparc-linux.xml: New.
7798 * syscalls/sparc64-linux.xml: New.
7799 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
7800 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
7801 (sparc32_linux_get_syscall_number): New function.
7802 (sparc32_linux_init_abi): Set syscall XML file name and hook up
7803 syscall number fetcher.
7804 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
7805 (sparc64_linux_get_syscall_number): New function.
7806 (sparc64_linux_init_abi): Set syscall XML file name and hook up
7807 syscall number fetcher.
7808
7809 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
7810
7811 Multiexec MI
7812
7813 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
7814 * inferior.c (add_inferior_silent): Notify inferior_added
7815 observer.
7816 (delete_inferior_1): Notify inferior_removed observer.
7817 (exit_inferior_1): Pass inferior, not pid, to observer.
7818 (inferior_appeared): Likewise.
7819 (add_inferior_with_spaces): New.
7820 (add_inferior_command): Use the above.
7821 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
7822 Declare.
7823
7824 * inflow.c (inflow_inferior_exit): Likewise.
7825 * jit.c (jit_inferior_exit_hook): Likewise.
7826
7827 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
7828 remove-inferior.
7829 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
7830 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
7831 (report_initial_inferior): New.
7832 (mi_inferior_removed): Register the above. Make sure
7833 inferior_added observer is called on the first inferior.
7834 (mi_new_thread, mi_thread_exit): Thread group is now identified by
7835 inferior number, not pid.
7836 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
7837 affected.
7838 * mi/mi-main.c (current_context): New.
7839 (proceed_thread_callback): Use typed closure.
7840 Proceed everything if pid is 0. Most implementation split into
7841 (proceed_thread): ... this.
7842 (run_one_inferior): New.
7843 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
7844 Adjust for multiexec behaviour.
7845 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
7846 (mi_cmd_execute): Handle the 'thread-group' option here.
7847 Do some extra checks.
7848 * mi-parse.c (mi_parse): Handle the --all and --thread-group
7849 options.
7850 * mi-parse.h (struct mi_parse): New fields all and thread_group.
7851
7852 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
7853
7854 Make -exec-run a proper MI commands.
7855
7856 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
7857 * mi/mi-cmds.c (mi_cmds): Adjust.
7858 * mi/mi-main.c (mi_cmd_exec_run): New.
7859
7860 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7861 Stan Shebs <stan@codesourcery.com>
7862
7863 * tracepoint.h (set_traceframe_number)
7864 (cleanup_restore_current_traceframe): Declare.
7865 * tracepoint.c (set_traceframe_number): New.
7866 (struct current_traceframe_cleanup): New.
7867 (do_restore_current_traceframe_cleanup)
7868 (restore_current_traceframe_cleanup_dtor)
7869 (make_cleanup_restore_current_traceframe): New.
7870 * infrun.c: Include tracepoint.h.
7871 (fetch_inferior_event): Switch out and in of tfind mode.
7872
7873 2010-02-24 Pedro Alves <pedro@codesourcery.com>
7874
7875 * breakpoint.c (breakpoint_init_inferior): Also delete
7876 bp_shlib_event breakpoints.
7877 * solib-frv.c (enable_break): Remove call to
7878 remove_solib_event_breakpoints.
7879 * solib-svr4.c (enable_break): Ditto.
7880 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
7881 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
7882 * solib-som.c (som_solib_create_inferior_hook): Ditto.
7883 * solib-spu.c (spu_enable_break): Ditto.
7884
7885 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
7886
7887 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
7888
7889 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
7890
7891 * varobj.c (varobj_update): Avoid non-constants in initializers.
7892
7893 2010-02-23 Tom Tromey <tromey@redhat.com>
7894
7895 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
7896 handle big-endian values.
7897 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
7898
7899 2010-02-22 Pedro Alves <pedro@codesourcery.com>
7900
7901 PR9605
7902
7903 gdb/
7904 * breakpoint.c (insert_bp_location): If inserting the read
7905 watchpoint failed, fallback to an access watchpoint.
7906 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
7907 if the value changed, if not watching the same memory for writes.
7908 (watchpoint_locations_match): Add comment.
7909 (update_global_location_list): Copy the location's watchpoint type.
7910 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
7911 handle read watchpoints here.
7912 (i386_insert_watchpoint): Read watchpoints aren't supported.
7913 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
7914 packets.
7915 * target.h (target_insert_watchpoint): Update description.
7916
7917 2010-02-19 Tom Tromey <tromey@redhat.com>
7918
7919 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
7920 * m2-typeprint.c (m2_print_type): Update.
7921 * gdbtypes.c (recursive_dump_type): Update.
7922 (copy_type_recursive): Update.
7923 * c-typeprint.c (c_type_print_varspec_prefix): Update.
7924 (c_type_print_base): Update.
7925 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
7926 Remove.
7927 (struct cplus_struct_type) <ntemplate_args>: Remove.
7928 <struct template_arg>: Remove.
7929 <is_dynamic>: Move earlier.
7930 (TYPE_TEMPLATE_ARGS): Remove.
7931 (TYPE_NTEMPLATE_ARGS): Remove.
7932 (TYPE_TEMPLATE_ARG): Remove.
7933
7934 2010-02-19 Tom Tromey <tromey@redhat.com>
7935
7936 PR c++/8693, PR c++/9496:
7937 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
7938 * c-exp.y (lex_one_token): Rename from yylex. Don't call
7939 write_dollar_variable. Don't try to classify NAME tokens.
7940 (token_and_value): New type.
7941 (token_fifo, popping, name_obstack): New globals.
7942 (classify_name): New function.
7943 (classify_inner_name): Likewise.
7944 (yylex): Likewise.
7945 (VARIABLE): Now has type sval.
7946 (exp : VARIABLE): Call write_dollar_variable.
7947 (qualified_name): Use TYPENAME, not typebase. Add production for
7948 multiple "::" instances.
7949 (variable): Use name_not_typename.
7950 (qualified_type): Remove.
7951 (typebase): Update.
7952
7953 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
7956 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
7957 found by bfd_get_section_by_name.
7958 * symfile.h (struct section_addr_info) <sectindex>: New comment.
7959
7960 2010-02-19 Joel Brobecker <brobecker@adacore.com>
7961
7962 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
7963 7.0 section" into "Changes in 7.1".
7964
7965 2010-02-19 Joel Brobecker <brobecker@adacore.com>
7966
7967 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
7968 * version.in: Bump version to 7.1.50.20100219-cvs.
7969
7970 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
7971
7972 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
7973 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
7974
7975 2010-02-17 Tom Tromey <tromey@redhat.com>
7976
7977 * NEWS: Add Python API Improvements section.
7978
7979 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
7980
7981 * NEWS: Correct typo.
7982
7983 2010-02-17 Tom Tromey <tromey@redhat.com>
7984
7985 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
7986
7987 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7988
7989 * symfile.c (build_section_addr_info_from_objfile): Include sections
7990 only if they are SEC_ALLOC or SEC_LOAD.
7991
7992 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
7993
7994 PR shlibs/11293
7995 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
7996 of ULONGEST for address size.
7997
7998 2010-02-17 Tom Tromey <tromey@redhat.com>
7999
8000 * NEWS: Add C++ improvements section.
8001
8002 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
8003
8004 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
8005 PyThreadState_Swap): Avoid "statement with no effect" warning.
8006
8007 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8008
8009 * solib-svr4.c (enable_break <target_auxv_search>): New variable
8010 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
8011
8012 2010-02-17 Tristan Gingold <gingold@adacore.com>
8013 Petr Hluzin <petr.hluzin@gmail.com>
8014
8015 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
8016 gdb_assert. Fix info->size for SIG prologue.
8017
8018 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8019
8020 * infcmd.c (show_inferior_tty_command): Check for NULL.
8021 Correct output message.
8022
8023 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8024
8025 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
8026 FUNCTION contains parentheses. Improve removal of a trailing
8027 single quote.
8028
8029 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8030
8031 * gcore.c (do_bfd_delete_cleanup): New function.
8032 (gcore_command): Use it. Discard the cleanup after success.
8033 (gcore_copy_callback): Delete dead code.
8034
8035 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
8036
8037 * symfile.c (addr_info_make_relative): Always use
8038 find_lowest_section.
8039
8040 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
8041
8042 * NEWS: Added entry for namespace fixes.
8043
8044 2010-02-15 Tom Tromey <tromey@redhat.com>
8045
8046 * dwarf2read.c (guess_structure_name): Allocate name on the
8047 objfile obstack.
8048
8049 2010-02-15 Tom Tromey <tromey@redhat.com>
8050
8051 * c-typeprint.c (c_type_print_base): Reverse order of test.
8052
8053 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8054
8055 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
8056 initialize it from ELF BFD. Extend the prelink condition by it.
8057
8058 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8059
8060 * defs.h (parse_pid_to_attach): New.
8061 * utils.c (parse_pid_to_attach): New.
8062 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
8063 * gnu-nat.c (gnu_attach): Likewise.
8064 * nto-procfs.c (procfs_attach): Likewise.
8065 * procfs.c (procfs_attach): Likewise.
8066 * windows-nat.c (windows_attach): Likewise.
8067 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
8068 * inf-ttrace.c (inf_ttrace_attach): Likewise.
8069 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
8070 check.
8071
8072 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
8073
8074 * MAINTAINERS: Add myself for write after approval privileges.
8075
8076 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
8079 block.
8080
8081 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8082
8083 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
8084 only if INFO_VERBOSE.
8085
8086 2010-02-12 Tomas Holmberg <th@virtutech.com>
8087
8088 * mi/mi-main.c: Added the --reverse flag to the following MI
8089 commands: exec-continue, exec-finish, exec-next, exec-step,
8090 exec-next-instruction, exec-step-instruction. This is to
8091 support reverse execution over the MI interface to gdb.
8092
8093 2010-02-12 Pedro Alves <pedro@codesourcery.com>
8094
8095 * tracepoint.c (_initialize_tracepoint): Specify that the address
8096 range of `tfind outsize' is exclusive, and that the address range
8097 of `tfind range' is inclusive, in the commands' help strings.
8098
8099 2010-02-12 Joel Brobecker <brobecker@adacore.com>
8100
8101 Spurious "dll not found" error messages on x64-windows.
8102 * windows-nat.c: Add include of complaints.h.
8103 (handle_unload_dll): Change dll-not-found error into a complaint.
8104
8105 2010-02-12 Pedro Alves <pedro@codesourcery.com>
8106
8107 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
8108 bp_tracepoint and bp_fast_tracepoint, not
8109 bp_loc_software_breakpoint.
8110 (update_global_location_list): Tracepoints are never duplicates of
8111 anything.
8112
8113 2010-02-12 Pedro Alves <pedro@codesourcery.com>
8114
8115 * breakpoint.c (break_command_really): Change return type to int.
8116 Return false if no breakpoint was created, true otherwise.
8117 (trace_command): Don't set the tracepoint count if no tracepoint
8118 was created.
8119 (ftrace_command): Ditto.
8120 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
8121 created in the breakpoints table.
8122
8123 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8124 Ulrich Weigand <uweigand@de.ibm.com>
8125
8126 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
8127
8128 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8129
8130 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
8131 the offset value isn't of integral type.
8132
8133 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8134
8135 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
8136 New.
8137
8138 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8139
8140 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
8141 non-subscriptable types.
8142 * valarith.c (binop_types_user_defined_p): New, abstracted out
8143 from ...
8144 (binop_user_defined_p): ... this.
8145 * value.h (binop_types_user_defined_p): Declare.
8146
8147 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8148
8149 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
8150 Merge uploaded TSVs before merging uploaded tracepoints.
8151
8152 2010-02-11 Pedro Alves <pedro@codesourcery.com>
8153
8154 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
8155
8156 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
8157
8158 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
8159 whitespace character after a dot in comment.
8160 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
8161 Likewise.
8162 (list_args_or_locals): For the 'all' (that is
8163 -stack-list-variables) case, always output list of tuples.
8164 Output 'arg' field if variable is argument.
8165
8166 2010-02-10 Tom Tromey <tromey@redhat.com>
8167
8168 * parser-defs.h (parser_debug): Declare.
8169 * parse.c (_initialize_parse): Install "debug parser" set/show
8170 command.
8171 (parser_debug): New global.
8172 (show_parserdebug): New function.
8173 * c-exp.y (c_parse): Set yydebug.
8174
8175 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
8176
8177 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
8178 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8179 (tdesc_predefined_types): Add i387_ext, i386_eflags and
8180 i386_mxcsr.
8181 (tdesc_find_type): New.
8182 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
8183 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
8184
8185 * target-descriptions.h (tdesc_find_type): New.
8186
8187 2010-02-10 Michael Snyder <msnyder@vmware.com>
8188
8189 * gdb-gdb.py: Comment fix.
8190
8191 2010-02-09 Tristan Gingold <gingold@adacore.com>
8192
8193 * machoread.c (macho_symfile_relocate): New function.
8194 (macho_sym_fns): Use macho_symfile_relocate instead of
8195 default_symfile_relocate.
8196 (macho_oso_data): New type.
8197 (current_oso): New variable.
8198 (macho_add_oso_symfile): Do not compute section_addr_info, but
8199 instead set vma of sections.
8200 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
8201 Set and clear current_oso.
8202
8203 2010-02-09 Joel Brobecker <brobecker@adacore.com>
8204
8205 Wrong type description for tagged type parameter.
8206 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
8207 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
8208 reference to a tagged type.
8209
8210 2010-02-09 Tristan Gingold <gingold@adacore.com>
8211
8212 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
8213 brothers of the parent.
8214
8215 2010-02-08 Tom Tromey <tromey@redhat.com>
8216
8217 PR c++/8017:
8218 * value.h: Update.
8219 * valops.c (search_struct_field): Make 'name' const.
8220 (search_struct_method): Likewise.
8221 (find_method_list): Make 'method' const.
8222 (value_struct_elt): Make 'name' and 'err' const.
8223 (value_find_oload_method_list): Make 'method' const.
8224 (find_overload_match): Make 'name' const.
8225 * eval.c (evaluate_subexp_standard): New locals function,
8226 function_name.
8227 <OP_FUNCALL>: Handle OP_SCOPE specially.
8228
8229 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
8230
8231 * infrun.c (handle_inferior_event): Do not look up regcache
8232 for exited processes.
8233
8234 2010-02-08 Chris Moller <moller@mollerware.com>
8235
8236 PR gdb/10728
8237 * valarith.c (value_ptrdiff): Added a test for a zero type length,
8238 warn if found, and assume length = 1.
8239
8240 2010-02-08 Chris Moller <cmoller@redhat.com>
8241
8242 PR gdb/9067
8243 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
8244 (cp_print_static_field) Fix use of obstacks.
8245
8246 2010-02-08 Pedro Alves <pedro@codesourcery.com>
8247
8248 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
8249 resumed LWPs as resumed.
8250 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
8251 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
8252 of throwing an internal error. If an LWP of a process we're not
8253 waiting for reports a signal, don't force collecting a SIGSTOP,
8254 and if it was breakpoint hit in non-stop mode, cancel it. Don't
8255 go through all LWPs cancelling breakpoints in non-stop mode.
8256 (resume_stopped_resumed_lwps): New.
8257 (linux_nat_wait): Use it.
8258
8259 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
8260
8261 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
8262 i386/amd64 and i386/amd64-linux.
8263 (i386/i386-expedite): New.
8264 (i386/i386-linux-expedite): Likewise.
8265 (i386/amd64-expedite):Likewise.
8266 (i386/amd64-linux-expedite): Likewise.
8267 ($(outdir)/i386/i386-linux.dat): Likewise.
8268 ($(outdir)/i386/amd64.dat): Likewise.
8269 ($(outdir)/i386/amd64-linux.dat): Likewise.
8270
8271 * features/i386/32bit-core.xml: New.
8272 * features/i386/32bit-linux.xml: Likewise.
8273 * features/i386/32bit-sse.xml: Likewise.
8274 * features/i386/64bit-core.xml: Likewise.
8275 * features/i386/64bit-linux.xml: Likewise.
8276 * features/i386/64bit-sse.xml: Likewise.
8277 * features/i386/i386-linux.xml: Likewise.
8278 * features/i386/i386.xml: Likewise.
8279 * features/i386/amd64-linux.xml: Likewise.
8280 * features/i386/amd64.xml: Likewise.
8281 * features/i386/i386-linux.c: Likewise.
8282 * features/i386/i386.c: Likewise.
8283 * features/i386/amd64-linux.c: Likewise.
8284 * features/i386/amd64.c: Likewise.
8285
8286 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
8287
8288 PR c++/7935:
8289 * cp-support.h: Added char* alias element to using_direct data
8290 struct.
8291 (cp_add_using): Added char* alias argument.
8292 (cp_add_using_directive): Ditto.
8293 * cp-namespace.c: Updated with the above changes.
8294 (cp_lookup_symbol_imports): Check for aliases.
8295 * dwarf2read.c (read_import_statement): Figure out local alias
8296 for the import and pass it on to cp_add_using.
8297 (read_namespace): Pass alias argument to cp_add_using.
8298
8299 2010-02-05 Hui Zhu <teawater@gmail.com>
8300
8301 * defs.h (gdb_bfd_errmsg): New extern.
8302 * exec.c (exec_file_attach): Change bfd_errmsg to
8303 gdb_bfd_errmsg.
8304 * utils.c (AMBIGUOUS_MESS1): New macro.
8305 (AMBIGUOUS_MESS2): New macro.
8306 (gdb_bfd_errmsg): New function.
8307
8308 2010-02-04 Doug Evans <dje@google.com>
8309
8310 * solib-svr4.c (enable_break): Add comment.
8311
8312 2010-02-04 Anthony Green <green@moxielogic.com>
8313
8314 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
8315 gracefully.
8316
8317 2010-02-04 Tom Tromey <tromey@redhat.com>
8318
8319 * valops.c (search_struct_field): Account for
8320 value_embedded_offset. Fix check for virtual base past the end of
8321 the object. Use value_copy when making a slice of the value.
8322
8323 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
8324
8325 PR tui/9622
8326 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
8327 only if gdb_stdout is a tty.
8328
8329 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
8330
8331 * target-descriptions.c: Include "osabi.h".
8332 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
8333 OSABI.
8334
8335 2010-02-04 Tristan Gingold <gingold@adacore.com>
8336
8337 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
8338 (macho_symtab_read): Adjust calls to macho_add_oso.
8339 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
8340 (macho_symfile_read): Adjust call to macho_oso_symfile.
8341 (macho_new_init): Move this function after declarations.
8342 (macho_symfile_init): Ditto.
8343 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
8344 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
8345
8346 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
8347
8348 Include MI command in remotelog.
8349
8350 * mi/mi-main.c (mi_execute_command): Call target_log_command.
8351
8352 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8353
8354 * remote.c (remote_state): Remove gdbarch.
8355 (init_remote_state): Don't set gdbarch.
8356 (remote_query_supported): Pass target_gdbarch instead of
8357 rs->gdbarch to gdbarch_qsupported.
8358
8359 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8360
8361 * gdbarch.sh: Add qsupported.
8362
8363 * gdbarch.c: Regenerated.
8364 * gdbarch.h: Likewise.
8365
8366 * remote.c (remote_state): Add gdbarch.
8367 (init_remote_state): Set gdbarch.
8368 (remote_query_supported): Support gdbarch_qsupported.
8369
8370 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
8371
8372 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
8373 __FreeBSD_kernel_version.
8374
8375 2010-02-03 Tristan Gingold <gingold@adacore.com>
8376
8377 * symfile.h (struct sym_fns): Add sym_relocate field.
8378 (default_symfile_relocate): New prototype.
8379 (symfile_relocate_debug_section): First argument is now an objfile.
8380 * symfile.c (default_symfile_relocate): Rename from
8381 symfile_relocate_debug_section, first argument is now an objfile.
8382 (symfile_relocate_debug_section): New function.
8383 * coffread.c (coff_sym_fns): Set sym_relocate field.
8384 * somread.c (som_sym_fns): Ditto.
8385 * mipsread.c (ecoff_sym_fns): Ditto.
8386 * machoread.c (macho_sym_fns): Ditto.
8387 * elfread.c (elf_sym_fns): Ditto.
8388 * dwarf2read.c (dwarf2_read_section): Ditto.
8389 * xcoffread.c (xcoff_sym_fns): Ditto.
8390 * dbxread.c (aout_sym_fns): Ditto.
8391 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
8392 (elfstab_build_psymtabs): Ditto.
8393
8394 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
8395
8396 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
8397
8398 2010-02-02 Tom Tromey <tromey@redhat.com>
8399
8400 * valops.c (value_cast_structs): Try downcasting using the RTTI
8401 type.
8402
8403 2010-02-02 Tom Tromey <tromey@redhat.com>
8404
8405 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
8406 (gnuv2_baseclass_offset): Now static.
8407 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
8408 * gnu-v2-abi.h: Remove.
8409
8410 2010-02-02 Tom Tromey <tromey@redhat.com>
8411
8412 * m2-typeprint.c (m2_record_fields): Don't use
8413 TYPE_DECLARED_TYPE.
8414 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
8415 (struct main_type) <flag_declared_class>: New field.
8416 (struct cplus_struct_type) <declared_type>: Remove.
8417 <ntemplate_args>: Move earlier.
8418 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
8419 (DECLARED_TYPE_TEMPLATE): Remove.
8420 (TYPE_DECLARED_TYPE): Remove.
8421 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
8422 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
8423 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
8424 TYPE_DECLARED_TYPE.
8425
8426 2010-02-02 Tom Tromey <tromey@redhat.com>
8427
8428 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
8429 * valops.c (search_struct_field): Compute nbases after calling
8430 CHECK_TYPEDEF.
8431 (check_field): Call CHECK_TYPEDEF.
8432 * cp-valprint.c (cp_print_value): Pass correct address to
8433 baseclass_offset. Fix check for virtual base past the end of the
8434 object. Don't offset address passed to cp_print_value_fields or
8435 apply_val_pretty_printer.
8436 (cp_print_value_fields): Fix call to val_print.
8437 (cp_print_value_fields_rtti): New function.
8438 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
8439 * p-valprint.c (pascal_object_print_value_fields): Fix call to
8440 val_print.
8441 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
8442 offset to address.
8443 * language.h (struct language_defn) <la_val_print>: Document.
8444 * c-lang.h (cp_print_value_fields_rtti): Declare.
8445
8446 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8447
8448 PR libc/11214:
8449 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8450 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
8451 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
8452
8453 2010-02-01 Michael Matz <matz@suse.de>
8454 Daniel Jacobowitz <dan@codesourcery.com>
8455
8456 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
8457 functions use a frame pointer.
8458
8459 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8460
8461 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
8462 by a conditional setting DYN_ADDR. Use DYN_ADDR.
8463 * config/djgpp/fnchange.lst: Add translations for
8464 symbol-without-target_section.exp and symbol-without-target_section.c.
8465
8466 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8467
8468 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
8469 (remote_breakpoint_for_pc): Correct invalid_p check.
8470 * gdbarch.c: Regenerated.
8471
8472 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8473
8474 * arm-tdep.c (arm_find_mapping_symbol): New function, from
8475 arm_pc_is_thumb.
8476 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
8477 (extend_buffer_earlier): New function.
8478 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
8479 (arm_adjust_breakpoint_address): New function.
8480 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
8481
8482 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8483
8484 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
8485 (arm_linux_thumb2_le_breakpoint): New constants.
8486 (arm_linux_init_abi): Set thumb2_breakpoint and
8487 thumb2_breakpoint_size.
8488 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
8489 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
8490 Implement support for single stepping through IT blocks if
8491 a 32-bit Thumb breakpoint instruction is available.
8492 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
8493 is available, use it when needed.
8494 (arm_remote_breakpoint_from_pc): New function.
8495 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
8496 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
8497 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
8498
8499 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8500
8501 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
8502 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
8503 * gdbarch.c, gdbarch.h: Regenerated.
8504 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
8505 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
8506 gdbarch_remote_breakpoint_from_pc.
8507
8508 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8509
8510 * infrun.c (prepare_to_proceed): Handle other signals which might
8511 match a breakpoint.
8512 (handle_inferior_event): Move the check for unusual breakpoint
8513 signals earlier.
8514
8515 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
8516
8517 amd64 - function returning record with field straddling 2 registers.
8518 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
8519 a record of length <= 16 in which a field straddles the two
8520 eightbytes.
8521
8522 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8523
8524 Implement return values on amd64-windows.
8525 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
8526 (amd64_windows_return_value): New function.
8527 (amd64_windows_init_abi): Call set_gdbarch_return_value with
8528 amd64_windows_return_value.
8529
8530 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8531
8532 amd64-windows: 32 bytes allocated on stack by caller for integer
8533 parameter registers.
8534 * i386-tdep.h (struct gdbarch_tdep): Add new field
8535 integer_param_regs_saved_in_caller_frame.
8536 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
8537 tdep->integer_param_regs_saved_in_caller_frame to 1.
8538 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
8539 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
8540
8541 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8542
8543 amd64-windows: memory args passed by pointer during function calls.
8544 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
8545 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
8546 where tdep->memory_args_by_pointer is non-zero.
8547 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
8548 tdep->memory_args_by_pointer to 1.
8549
8550 2010-01-29 Joel Brobecker <brobecker@adacore.com>
8551
8552 amd64-windows: Integer parameters in function calls.
8553 * i386-tdep.h (enum amd64_reg_class): New, moved here from
8554 amd64-tdep.c.
8555 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
8556 call_dummy_integer_regs, and classify.
8557 * amd64-tdep.h (amd64_classify): Add declaration.
8558 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
8559 (amd64_reg_class): Delete, moved to i386-tdep.h.
8560 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
8561 Replace call to amd64_classify by call to tdep->classify.
8562 (amd64_push_arguments): Get the list of registers to use for
8563 passing integer parameters from the gdbarch tdep structure,
8564 rather than using a hardcoded one. Replace calls to amd64_classify
8565 by calls to tdep->classify.
8566 (amd64_push_dummy_call): Get the register number used for
8567 the "hidden" argument from tdep->call_dummy_integer_regs.
8568 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
8569 and tdep->call_dummy_integer_regs. Set tdep->classify.
8570 * amd64-windows-tdep.c: Add include of gdbtypes.h.
8571 (amd64_windows_dummy_call_integer_regs): New static global.
8572 (amd64_windows_classify): New function.
8573 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
8574 tdep->call_dummy_integer_regs and tdep->classify.
8575
8576 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
8577
8578 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
8579 for the new regcache. All callers updated.
8580 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
8581 (get_thread_arch_regcache): Do not set aspace here.
8582 * regcache.h (regcache_xmalloc): Update declaration.
8583
8584 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
8585 regcache_xmalloc updated.
8586
8587 2010-01-28 Joel Brobecker <brobecker@adacore.com>
8588
8589 Another -Wunused-function error in procfs.c (sparc-solaris)
8590 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
8591 Only define if SYS_syssgi is defined.
8592 (remove_dbx_link_breakpoint): Delete declaration. Move up.
8593 (dbx_link_addr, insert_dbx_link_bpt_in_file)
8594 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
8595 is itself defined.
8596
8597 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
8598
8599 * windows-nat.c (windows_initialization_done): New variable.
8600 (get_windows_debug_event): Issue error when process dies before
8601 completely initializing.
8602 (do_initial_windows_stuff): Set flag to indicate when we are done with
8603 the initial steps of attaching to the child.
8604
8605 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8606
8607 * symtab.h (struct symbol <symtab>): New comment on NULL values.
8608
8609 2010-01-27 Doug Evans <dje@google.com>
8610
8611 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
8612
8613 * breakpoint.c (bpstat_stop_status): Delete useless code.
8614
8615 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 * printcmd.c (display_uses_solib_p): Remove variable section. Access
8618 objfile via SYMBOL_SYMTAB.
8619
8620 2010-01-26 Tom Tromey <tromey@redhat.com>
8621
8622 PR exp/7643:
8623 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
8624 coerce_array on result.
8625
8626 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
8627
8628 * cp-namespace.c (cp_lookup_symbol_namespace): Added
8629 search_parent argument.
8630 (cp_add_using): Initialize 'searched' field.
8631 (reset_directive_searched): New function.
8632 * cp-support.h: Add 'searched' field to using_direct struct.
8633 (cp_lookup_symbol_imports): Ditto.
8634 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
8635 Perform recursive search.
8636 Implement non parent search.
8637 * valops.c (value_maybe_namespace_elt): Updated.
8638
8639 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
8640
8641 PR gdb/10929:
8642 * dwarf2read.c (read_lexical_block_scope): Create blocks for
8643 scopes which contain using directives even if they contain no
8644 declarations.
8645 * symtab.c (lookup_symbol_aux): Pass lowest level block to
8646 la_lookup_symbol_nonlocal.
8647 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
8648 cp_lookup_symbol_namespace.
8649 (cp_lookup_symbol_namespace): Perform an import lookup at every
8650 block level.
8651 (cp_lookup_symbol_imports): New function.
8652 (cp_lookup_symbol_in_namespace): New function.
8653
8654 2010-01-25 Tom Tromey <tromey@redhat.com>
8655
8656 PR gdb/11049:
8657 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
8658 result.
8659
8660 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8661
8662 * configure.ac: Only use host_os part when disabling TUI on osf.
8663 Use test to check variables, prefix strings with x.
8664 * configure: Regenerate.
8665
8666 * solib-osf.c (osf_current_sos): Initialize tail.
8667
8668 2010-01-25 gingold <gingold@adacore.com>
8669
8670 * windows-nat.c (windows_continue): Use %x to print thread id.
8671 (get_windows_debug_event): Ditto.
8672
8673 2010-01-22 Tom Tromey <tromey@redhat.com>
8674
8675 PR symtab/11199:
8676 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
8677 type and arguments. Use smash_to_methodptr_type.
8678 (read_structure_type): Call quirk_gcc_member_function_pointer
8679 later.
8680 * gdbtypes.h (smash_to_methodptr_type): Declare.
8681 * gdbtypes.c (smash_to_methodptr_type): New function.
8682 (lookup_methodptr_type): Use it.
8683
8684 2010-01-21 Tom Tromey <tromey@redhat.com>
8685
8686 PR symtab/11198:
8687 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
8688 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
8689 * glibc-tdep.c (find_minsym_and_objfile): Remove.
8690 (glibc_skip_solib_resolver): Use
8691 lookup_minimal_symbol_and_objfile.
8692
8693 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
8694
8695 * inflow.c (check_syscall): Guard by #if clause for GO32 and
8696 WIN32 targets.
8697
8698 2010-01-20 Tom Tromey <tromey@redhat.com>
8699
8700 PR backtrace/10770:
8701 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
8702 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
8703 * dwarf2expr.c (new_dwarf_expr_context): Allocate
8704 dwarf_stack_values, not CORE_ADDRs.
8705 (execute_stack_op): Change DW_OP_div and comparison operators to
8706 use signed operands.
8707
8708 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
8709
8710 Per-inferior args and tty and environment.
8711
8712 * infcmd.c (inferior_args): Rename to ...
8713 (inferior_args_scratch): ... this.
8714 (inferior_io_terminal): Rename to ...
8715 (inferior_io_terminal_scratch): ... this.
8716 (inferior_argc, inferior_argv): Remove.
8717 (set_inferior_io_terminal, get_inferior_io_terminal): Store
8718 inside current_inferior().
8719 (set_inferior_tty_command, show_inferior_tty_command): New.
8720 (get_inferior_args, set_inferior_args): Store inside
8721 current_inferior().
8722 (notice_args_set): Likewise and rename to...
8723 (set_args_command): ... this.
8724 (set_inferior_args_vector): Likewise.
8725 (notice_args_read): Rename to...
8726 (show_args_command): ...new.
8727 (tty_command): Remove.
8728 (run_command_1): Don't free old args, as they are freed by
8729 set_inferior_arg now.
8730 (run_no_args_command): Likewise.
8731 (inferior_environ): Remove.
8732 (run_command_1): Use environment of the current inferior.
8733 (environment_info, set_environment_command)
8734 (unset_environment_command, path_info, path_command): Likewise.
8735 (_initialize_infcmd): Adjust for function and variable renames.
8736 Do not init inferior_environ.
8737 * inferior.h (set_inferior_arg): Adjust prototype.
8738 (struct inferior): New fields args, argc, argv, terminal, environment.
8739 (inferior_environ): Remove declaration.
8740 * inferior.c (free_inferior): Free new fields.
8741 (add_inferior_silent): Initialize 'environment' field.
8742 * main.c (captured_main): Set arguments only after the initial
8743 inferior has been created. Set set_inferior_io_terminal,
8744 not tty_command.
8745 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
8746 inferior.
8747 (_initialize_mi_cmd_env): Adjust for disappearance of global
8748 inferior_environ.
8749 * solib.c (solib_find): Use environment of the current inferior.
8750
8751 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8752
8753 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
8754 HAVE_PYTHON.
8755 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
8756
8757 2010-01-20 Joel Brobecker <brobecker@adacore.com>
8758
8759 Get rid of ada-lang.c:function_name_from_pc.
8760 * ada-lang.c: Add "stack.h" #include.
8761 (function_name_from_pc): Delete.
8762 (is_known_support_routine): Replace call to function_name_from_pc
8763 by call to find_frame_funname.
8764 (ada_unhandled_exception_name_addr_from_raise): Likewise.
8765
8766 2010-01-19 Tom Tromey <tromey@redhat.com>
8767
8768 PR c++/11026:
8769 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
8770 objfile obstack.
8771
8772 2010-01-19 Tom Tromey <tromey@redhat.com>
8773
8774 * top.c (stop_sig, float_handler, do_nothing): Remove.
8775
8776 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * breakpoint.c (watchpoint_check): Check the call
8779 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
8780 Extend the comment.
8781 * config/djgpp/fnchange.lst: Add translations for
8782 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
8783 watchpoint-cond-gone-stripped.c.
8784
8785 2010-01-19 Tom Tromey <tromey@redhat.com>
8786
8787 PR c++/8000:
8788 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
8789 into parent scope, and enumerator into grandparent scope.
8790
8791 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8792
8793 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
8794
8795 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8796
8797 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
8798 i[34567]86-*-solaris2.1[0-9]*.
8799 * configure.tgt: Likewise.
8800
8801 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8802
8803 * NEWS: Document the source command enhancement allowing it
8804 to load Python scripts. Document the "set/show script-extension"
8805 commands.
8806
8807 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8808
8809 Add -Wunused-function to compile flags.
8810 * configure.ac: Add -Wunused-function to build_warnings.
8811 * configure: Regenerate.
8812
8813 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8814
8815 "delete" ada-lex.c:input function, not used.
8816 * ada-lex.l: #define YY_NO_INPUT.
8817
8818 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8819
8820 Delete free_named_symtabs and associated cleanup.
8821 * symfile.h (free_named_symtabs): Delete declaration.
8822 * symfile.c: Remove some commented out code (clear_symtab_users_once).
8823 (cashier_psymtab): Comment function out.
8824 Delete declaration.
8825 (free_named_symtabs): Delete.
8826 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
8827 * dbxread.c (end_psymtab): Likewise.
8828 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
8829 * exec.c (exec_close_1): Ditto.
8830 * xcoffread.c (xcoff_end_psymtab): Likewise.
8831
8832 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8833
8834 * stack.c (print_block_frame_labels): Comment function out.
8835
8836 2010-01-19 Joel Brobecker <brobecker@adacore.com>
8837
8838 Delete unused or undefined functions.
8839 * breakpoint.c (ep_parse_optional_filename): Delete.
8840 * dcache.c (dcache_write_line): Remove declaration.
8841 * infrun.c (build_infrun): Remove declaration.
8842 * tracepoint.c (tracepoint_save_command): Remove declaration.
8843 * linux-nat.c (init_lwp_list): Delete. No longer used.
8844 * event-loop.c (check_async_signal_handlers): Delete declaration.
8845 * infrun.c (init_execution_control_state): Delete.
8846 (proceed): Update comment to avoid mentioning
8847 init_execution_control_state.
8848 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
8849 * ada-lang.c (ada_to_static_fixed_value): Delete.
8850 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
8851 * cp-namespace.c (cp_copy_usings): Delete.
8852 * xml-syscall.c (xml_number_of_syscalls): Delete.
8853 * progspace.c (find_program_space_by_num): Delete.
8854 * inflow.c (handle_sigio): Delete declaration.
8855 * hppa-tdep.c (hppa_alignof): Delete.
8856 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
8857 (mipsnbsd_core_osabi_sniffer): Delete.
8858
8859 2010-01-18 Tom Tromey <tromey@redhat.com>
8860
8861 PR c++/9680:
8862 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
8863 (CONST_CAST): New tokens.
8864 (exp): Add new productions.
8865 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
8866 reinterpret_cast.
8867 (is_cast_operator): New function.
8868 (yylex): Handle cast operators specially.
8869 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
8870 UNOP_REINTERPRET_CAST>: New cases.
8871 * expprint.c (print_subexp_standard): Likewise.
8872 (op_name_standard): Likewise.
8873 (dump_subexp_body_standard): Likewise.
8874 * parse.c (operator_length_standard): Likewise.
8875 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
8876 UNOP_REINTERPRET_CAST.
8877 * gdbtypes.c (class_types_same_p): New function.
8878 (is_ancestor): Use it.
8879 (is_public_ancestor): New function.
8880 (is_unique_ancestor_worker): Likewise.
8881 (is_unique_ancestor): Likewise.
8882 * gdbtypes.h (class_types_same_p, is_public_ancestor)
8883 (is_unique_ancestor): Declare.
8884 * valops.c (value_reinterpret_cast): New function.
8885 (dynamic_cast_check_1): Likewise.
8886 (dynamic_cast_check_2): Likewise.
8887 (value_dynamic_cast): Likewise.
8888 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
8889
8890 2010-01-18 Joel Brobecker <brobecker@adacore.com>
8891
8892 Fix build failure when building without Python support.
8893 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
8894 is not defined.
8895
8896 2010-01-18 Joel Brobecker <brobecker@adacore.com>
8897
8898 Use XVS field type instead of doing a parallel lookup.
8899 * ada-lang.c (ada_get_base_type): Follow the XVS field type
8900 if it is a reference type instead of doing a type lookup using
8901 the XVS field name.
8902
8903 2010-01-18 Joel Brobecker <brobecker@adacore.com>
8904
8905 Trust PAD types instead of using PAD___XVS.
8906 * ada-lang.c (trust_pad_over_xvs): New static variable.
8907 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
8908 parallel XVS type, follow the XVS type instead of the PAD type.
8909 (unwrap_value): Make sure that there is no parallel XVE type
8910 before returning the value as is.
8911 (set_ada_list, show_ada_list): New static variables.
8912 (set_ada_command, show_ada_command): New functions.
8913 (_initialize_ada_language): Add new "set/show ada" prefix commands.
8914 Add new "set/show ada trust-PAD-over-XVS" setting.
8915
8916 2010-01-18 Tom Tromey <tromey@redhat.com>
8917 Thiago Jung Bauermann <bauerman@br.ibm.com>
8918
8919 Allow "source" to load python scripts.
8920 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
8921 * python/python.c (source_python_script): New function.
8922 * python/python.h (source_python_script): Add declaration.
8923 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
8924 (script_ext_off, script_ext_soft, script_ext_strict)
8925 (script_ext_enums, script_ext_mode): New static constants.
8926 (show_script_ext_mode, find_and_open_script): New functions.
8927 (source_script): Enhance to handle Python scripts.
8928 (init_cli_cmds): Add set/show script-extension commands.
8929
8930 2010-01-16 Stan Shebs <stan@codesourcery.com>
8931
8932 * tracepoint.h (struct trace_status): Use unsigned long long
8933 instead of size_t.
8934 * tracepoint.c (trace_status_command): Fix printf directive.
8935 (trace_save_command): Check fwrite returns, fix printf directive.
8936 (trace_filename): New global.
8937 (tfile_open): Set it, check read returns.
8938 (tfile_close): Free trace_filename.
8939 (tfile_get_traceframe_address): Check read returns.
8940 (tfile_trace_find): Ditto.
8941 (tfile_fetch_registers): Ditto.
8942 (tfile_xfer_partial): Ditto.
8943 (tfile_get_trace_state_variable_value): Ditto.
8944
8945 2010-01-15 Stan Shebs <stan@codesourcery.com>
8946
8947 Add trace file support.
8948 * tracepoint.h (enum trace_stop_reason): New enum.
8949 (struct trace_status): New struct.
8950 (parse_trace_status): Declare.
8951 (struct uploaded_tp): Move here from remote.c,
8952 add fields for actions.
8953 (struct uploaded_tsv): New struct.
8954 * tracepoint.c (tfile_ops): New target vector.
8955 (trace_fd): New global.
8956 (tfile_open): New function.
8957 (tfile_close): New function.
8958 (tfile_files_info): New function.
8959 (tfile_get_trace_status): New function.
8960 (tfile_get_traceframe_address): New function.
8961 (tfile_trace_find): New function.
8962 (tfile_fetch_registers): New function.
8963 (tfile_xfer_partial): New function.
8964 (tfile_get_trace_state_variable_value): New function.
8965 (init_tfile_ops): New function.
8966 (_initialize_tracepoint): Call it, add tfile target.
8967 (trace_status): New global.
8968 (current_trace_status): New function.
8969 (trace_running_p): Remove, change all users to get from
8970 current_trace_status()->running.
8971 (get_trace_status): Remove.
8972 (trace_status_command): Call target_get_trace_status directly,
8973 report more detail including tracing stop reasons.
8974 (trace_find_command): Always allow tfind on a file.
8975 (trace_find_pc_command): Ditto.
8976 (trace_find_tracepoint_command): Ditto.
8977 (trace_find_line_command): Ditto.
8978 (trace_find_range_command): Ditto.
8979 (trace_find_outside_command): Ditto.
8980 (trace_frames_offset, cur_offset): Declare as off_t.
8981 (trace_regblock_size): Rename from reg_size, update users.
8982 (parse_trace_status): New function.
8983 (tfile_interp_line): New function.
8984 (disconnect_or_stop_tracing): Ensure current trace
8985 status before asking what to do.
8986 (stop_reason_names): New global.
8987 (trace_save_command): New command.
8988 (get_uploaded_tp): Move here from remote.c.
8989 (find_matching_tracepoint): Ditto.
8990 (merge_uploaded_tracepoints): New function.
8991 (parse_trace_status): Use stop_reason_names.
8992 (_initialize_tracepoint): Define tsave command.
8993 * target.h (target_ops): New fields to_save_trace_data,
8994 to_upload_tracepoints, to_upload_trace_state_variables,
8995 to_get_raw_trace_data, change to_get_trace_status
8996 to take a pointer to a status struct.
8997 (target_save_trace_data): New macro.
8998 (target_upload_tracepoints): New macro.
8999 (target_upload_trace_state_variables): New macro.
9000 (target_get_raw_trace_data): New macro.
9001 * target.c (update_current_target): Add new methods, change
9002 signature of to_get_trace_status.
9003 * remote.c (hex2bin): Make globally visible.
9004 (bin2hex): Ditto.
9005 (remote_download_trace_state_variable): Download name also.
9006 (remote_get_trace_status): Update parameter, use
9007 parse_trace_status.
9008 (remote_save_trace_data): New function.
9009 (remote_upload_tracepoints): New function.
9010 (remote_upload_trace_state_variables): New function.
9011 (remote_get_raw_trace_data): New function.
9012 (remote_start_remote): Use them.
9013 (_initialize_remote_ops): Add operations.
9014 * ax-gdb.c: Include breakpoint.h.
9015 * breakpoint.c (create_tracepoint_from_upload): Use
9016 break_command_really, return tracepoint, warn about unimplemented
9017 parts.
9018 * NEWS: Mention trace file addition.
9019
9020 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 Fix compilation warning on gcc-3.4.
9023 * exec.c (print_section_info): Move the `displacement' variable
9024 initialization to its declaration.
9025
9026 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
9029 comparison.
9030
9031 2010-01-15 Eric Botcazou <botcazou@adacore.com>
9032
9033 "info tasks" broken by typedefs in ATCB type definitions.
9034 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
9035 ada_check_typedef before retrieving the length of the type for
9036 regular fields.
9037
9038 2010-01-15 Joel Brobecker <brobecker@adacore.com>
9039
9040 Do not use name-based lookup for unconstrained packed arrays.
9041 * ada-lang.c (find_parallel_type_by_descriptive_type):
9042 Limit the fallback to name-based lookups to the case where
9043 the type is a constrained packed array.
9044
9045 2010-01-15 Joel Brobecker <brobecker@adacore.com>
9046
9047 Enhance gdb-gdb.py to handle main_type.type_specific.
9048 * gdb-gdb.py: Print the type-specific part of struct main_type.
9049
9050 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9051
9052 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
9053 * configure: Regenerate.
9054 * config.in: Regenerate.
9055 * utils.c: Include sys/resource.h.
9056 (dump_core, can_dump_core): New.
9057 (internal_vproblem): Update the comment. Check can_dump_core while
9058 setting dump_core_p. Replace two abort calls by dump_core calls.
9059
9060 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9061 Eli Zaretskii <eliz@gnu.org>
9062
9063 * NEWS: Document the PIE support.
9064
9065 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
9068 (check_is_pie_binary, _initialize_linux_tdep): Remove.
9069
9070 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
9073 Replace exec_entry_point call by bfd_get_start_address.
9074
9075 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9076
9077 Support Valgrind attachments broken by the PIE support.
9078 * auxv.c: Include gdbcore.h.
9079 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
9080 parameters ops, object and annex. Remove their assertions.
9081 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
9082 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
9083 (memory_xfer_auxv): ... here.
9084 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
9085 memory_xfer_auxv.
9086 * procfs.c (procfs_xfer_partial): Likewise.
9087 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
9088 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
9089 (svr4_solib_create_inferior_hook): Conditionalize the
9090 svr4_relocate_main_executable call.
9091
9092 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9093
9094 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
9095 target_section. Find SECT in current_target_sections, gdb_assert it.
9096 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
9097 New variable abfd.
9098 * symtab.c (lookup_objfile_from_block): Return the binary file instead
9099 of separate debug info file.
9100
9101 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9102
9103 Support PIEs with no symfile_objfile.
9104 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
9105 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
9106
9107 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9108
9109 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
9110 code part to ...
9111 (svr4_static_exec_displacement): ... a new function.
9112 (svr4_exec_displacement): New function.
9113 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
9114 new_offsets using alloca now. Remove variable old_chain and changed.
9115 Call objfile_relocate unconditionally now.
9116
9117 2010-01-14 Doug Evans <dje@google.com>
9118
9119 * gdbtypes.c (arch_flags_type): Fix comment.
9120 * gdbtypes.h (arch_composite_type): Fix comment.
9121
9122 2009-01-14 Tristan Gingold <gingold@adacore.com>
9123
9124 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
9125 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
9126 to symbol_file_add_from_bfd. Add OSO as separate objfile.
9127 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
9128 macho_add_oso_symfile.
9129 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
9130
9131 2010-01-14 Joel Brobecker <brobecker@adacore.com>
9132
9133 Tru64: Dead threads are never deleted.
9134 * dec-thread.c (dec_thread_ptid_is_alive): New function.
9135 (dec_thread_count_gdb_threads): Fix counter increment.
9136 (dec_thread_add_gdb_thread): Fix *listp increment.
9137 (resync_thread_list): Fix bug in deletion of dead threads that
9138 caused all threads to be deleted, instead of just the dead ones.
9139
9140 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
9141
9142 PR python/10705
9143
9144 * python/python-internal.h: Add lazy_string_object_type
9145 definition.
9146 (create_lazy_string_object, gdbpy_initialize_lazy_string)
9147 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
9148 * python/py-value.c (valpy_lazy_string): New function.
9149 (convert_value_from_python): Add lazy string conversion.
9150 * python/py-prettyprint.c (pretty_print_one_value): Check if
9151 return is also a lazy string.
9152 (print_string_repr): Add lazy string printing branch.
9153 (print_children): Likewise.
9154 * python/py-lazy-string.c: New file. Implement lazy strings.
9155 * python/python.c (_initialize_python): Call
9156 gdbpy_initialize_lazy_string.
9157 * varobj.c (value_get_print_value): Add lazy string printing
9158 branch. Account for encoding.
9159 * c-lang.c (c_printstr): Account for new encoding argument. If
9160 encoding is NULL, find encoding suited for type, otherwise use
9161 user encoding.
9162 * language.h (language_defn): Add encoding argument.
9163 (LA_PRINT_STRING): Likewise.
9164 * language.c (unk_lang_printstr): Update to reflect new encoding
9165 argument to language_defn.
9166 * ada-lang.h (ada_printstr): Likewise.
9167 * c-lang.h (c_printstr): Likewise.
9168 * p-lang.h (pascal_printstr);
9169 * f-lang.c (f_printstr): Likewise.
9170 * m2-lang.c (m2_printstr): Likewise.
9171 * objc-lang.c (objc_printstr): Likewise.
9172 * p-lang.c (pascal_printstr): Likewise.
9173 * scm-lang.c (scm_printstr): Likewise.
9174 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
9175 encoding argument.
9176 * ada-valprint.c (ada_printstr): Likewise.
9177 * f-valprint.c (f_val_print): Likewise
9178 * m2-valprint.c (m2_val_print): Likewise.
9179 * p-valprint.c (pascal_val_print): Likewise.
9180 * expprint.c (print_subexp_standard): Likewise.
9181 * valprint.c (val_print_string): Likewise.
9182 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
9183 (SUBDIR_PYTHON_SRCS): Likewise.
9184 (py-lazy-string.o): New rule.
9185
9186 2010-01-13 Doug Evans <dje@google.com>
9187
9188 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
9189 uninitialized" warning from gcc on local `tree'.
9190
9191 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9192
9193 Implement core awareness.
9194
9195 * bcache.c (compare_ints): Remove
9196 (print_percentage): Use compare_positive_ints.
9197 * defs.h (compare_positive_ints): Declare.
9198 * linux-nat.h (struct lin_lwp): New field core.
9199 (linux_nat_core_of_thread_1): Declare.
9200 * linux-nat.c (add_lwp): Init the 'core' field.
9201 (linux_nat_wait_1): Record the core.
9202 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
9203 (linux_nat_add_target): Register the above.
9204 * linux-thread-db.c (update_thread_core): New.
9205 (thread_db_find_new_threads): Update core information for
9206 every thread.
9207 * remote.c (struct private_thread_info): New.
9208 (free_private_thread_info, demand_private_info): New.
9209 (PACKET_qXfer_threads, use_osdata_threads): New.
9210 (struct thread_item, threads_parsing_context
9211 (start_thread, end_thread, thread_attributes)
9212 (thread_children, threads_children, threads_elements): New.
9213 (remote_threads_info): Try qXfer:threads before anything
9214 else.
9215 (remote_protocol_packets): Register qXfer:threads.
9216 (remote_open_1): Init use_osdata_threads.
9217 (struct stop_reply): New field 'core'.
9218 (remote_parse_stop_reply): Parse core number.
9219 (process_stop_reply): Record core number.
9220 (remote_xfer_partial): Handle qXfer:threads.
9221 (remote_core_of_thread): New.
9222 (init_remote_ops): Register remote_core_of_thread.
9223 (_initialize_remote): Register qXfer:read.
9224 * target.c (target_core_of_thread): New
9225 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
9226 (struct target_ops): New field to_core_of_threads.
9227 (target_core_of_thread): Declare.
9228 * gdbthread.h (struct thread_info): New field private_dtor.
9229 * thread.c (print_thread_info): Report the core.
9230 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
9231 * utils.c (compare_positive_ints): New.
9232 * features/threads.dtd: New.
9233 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
9234 * mi/mi-main.c (struct collect_cores_data, collect_cores)
9235 (do_nothing, free_vector_of_osdata_items)
9236 (splay_tree_int_comparator, free_splay_tree): New.
9237 (print_one_inferior_data): Implemented printing of selected
9238 inferiors. Collect and print cores.
9239 (output_cores): New.
9240 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
9241 thread groups together with --available.
9242
9243 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9244
9245 * configure: Regenerate (for _STRUCTURED_PROC).
9246
9247 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9248
9249 Delete dead function.
9250 * ada-lang.c (extract_string): Delete. No longer used.
9251
9252 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9253
9254 Fix -Wunused warning in dec-thread.c.
9255 * dec-thread.c (dec_thread_count_gdb_threads)
9256 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
9257
9258 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9259
9260 * ada-valprint.c (ada_print_floating): Remove trailing space.
9261
9262 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9263
9264 Add support for DW_AT_GNAT_descriptive_type.
9265 * gdbtypes.h (enum type_specific_kind): New enum.
9266 (struct main_type) [type_specific_field]: New component.
9267 [type_specific]: Add new component "gnat_stuff".
9268 (struct gnat_aux_type): New type.
9269 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
9270 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
9271 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
9272 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
9273 (TYPE_SPECIFIC_FIELD): New macros.
9274 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
9275 type does not hold any cplus-specific data.
9276 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
9277 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
9278 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
9279 cplus-specific data.
9280 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
9281 Set new component TYPE_SPECIFIC_FIELD (type).
9282 (gnat_aux_default): New constant.
9283 (allocate_gnat_aux_type): New function.
9284 (init_type): Add initialization the type-specific stuff for
9285 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
9286 (print_gnat_stuff): New function.
9287 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
9288 specific data. Adjust code that prints the contents of the
9289 type-specific union using the TYPE_SPECIFIC_FIELD value.
9290 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
9291 the type cplus stuff for Ada types.
9292 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
9293 Error out if these routines are called with an Ada type.
9294 (read_structure_type, read_array_type, read_subrange_type):
9295 Add call to set_descriptive_type.
9296 (set_die_type): Initialize the gnat-specific data if necessary.
9297 (need_gnat_info, die_descriptive_type, set_descriptive_type):
9298 New functions.
9299 * ada-lang.c (decode_constrained_packed_array_type): Use
9300 decode_constrained_packed_array_type instead of doing a standard
9301 lookup to locate a parallel type.
9302 (find_parallel_type_by_descriptive_type): New function.
9303 (ada_find_parallel_type_with_name): New function.
9304 (ada_find_parallel_type): Reimplement using
9305 ada_find_parallel_type_with_name.
9306 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
9307 to check if type has a cplus stuff.
9308 * linespec.c (total_number_of_methods): Likewise.
9309 * mdebugread.c (new_type): Likewise.
9310
9311 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9312
9313 * NEWS: Document the 0b binary number prefix parsing.
9314
9315 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 * objfiles.c (objfile_relocate1): Change the return type to int.
9318 Describe the new return value. Return non-zero if data changed.
9319 (objfile_relocate): New variable changed. Set it. Call
9320 breakpoint_re_set depending on CHANGED.
9321
9322 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9323
9324 Implement binary numbers parsing.
9325 * c-exp.y (parse_number): New case 'b' and 'B'.
9326
9327 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9328 Tristan Gingold <gingold@adacore.com>
9329
9330 * solib.c (info_sharedlibrary_command): Replace
9331 objfile_has_partial_symbols and objfile_has_full_symbols calls by
9332 objfile_has_symbols.
9333
9334 2010-01-10 Joel Brobecker <brobecker@adacore.com>
9335
9336 * NEWS: Document the improvements made to the mips-irix port.
9337
9338 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9339
9340 Fix the documentation of valprint.c:value_print.
9341 * valprint.c (value_print): Update the function description to
9342 mention that the syntax of the output follows the current_language,
9343 not necessarily C.
9344
9345 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 Fix displacement of separate debug info files.
9348 * objfiles.c (objfile_relocate): Rename to ...
9349 (objfile_relocate1): ... here and make it static. Extend the comment.
9350 (objfile_relocate): New function.
9351 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
9352 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
9353 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
9354 allocated using alloca.
9355 * symfile.c (copy_section_addr_info): Remove.
9356 (build_section_addr_info_from_objfile): Make it global. New variables
9357 addr_bit and mask, use them.
9358 * symfile.h (build_section_addr_info_from_objfile): New prototype.
9359 (copy_section_addr_info): Remove.
9360
9361 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9362
9363 Signal unwinder for mips-irix N32.
9364 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
9365 tramp-frame.h.
9366 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
9367 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
9368 (SIGCONTEXT_LO_OFF): New macros.
9369 (mips_irix_n32_tramp_frame_init): New function.
9370 (mips_irix_n32_tramp_frame): New static constant.
9371 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
9372
9373 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9374
9375 Breakpoint in shared library does not work on mips-irix.
9376 * procfs.c: #include "observer.h".
9377 (procfs_inferior_created): New function, moving here the code
9378 which unsets the syssgi syscall-exit notifications.
9379 (procfs_create_inferior): Remove the code which unsets the syssgi
9380 syscall-exit notifications. It is too early to do this here.
9381 (_initialize_procfs): Attach the procfs_inferior_created observer.
9382
9383 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9384
9385 Wrong return convention for arrays (mips-irix).
9386 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
9387 128 bits or smaller are returned the same way as structs
9388 and unions of the the same size.
9389
9390 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9391
9392 Cannot set the PC on mips-irix.
9393 * irix5-nat.c (fill_gregset): Check regno against the raw PC
9394 register number, no the cooked one.
9395
9396 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9397
9398 Error while loading core file on mips-irix.
9399 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
9400 if debugging from a core file.
9401
9402 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9403
9404 GDB hangs when attaching to process on mips-irix.
9405 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
9406 attaching to a process.
9407
9408 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9409
9410 Use the correct breakpoint instruction on mips-irix.
9411 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
9412 containing the correct breakpoint instruction to use on mips-irix.
9413 Use it when the osabi is GDB_OSABI_IRIX.
9414
9415 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9416
9417 -Wunused warning in procfs.c (mips-irix only).
9418 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
9419 throughout instead of using praddset and prdelset respectively.
9420
9421 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9422
9423 GDB crash while stepping into function.
9424 * infrun.c (handle_inferior_event): Refetch the current frame
9425 after handling what.main_action, in case that pointer became
9426 dangling.
9427
9428 2010-01-09 Joel Brobecker <brobecker@adacore.com>
9429
9430 Fix build failure of solaris-hosted cross debuggers.
9431 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
9432
9433 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
9434
9435 Fix build failure on sparc-solaris.
9436 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
9437
9438 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 Move some symfile code into subroutines.
9441 * symfile.h (relative_addr_info_to_section_offsets)
9442 (addr_info_make_relative): New prototypes.
9443 * symfile.c (default_symfile_offsets): Move a part to ...
9444 (relative_addr_info_to_section_offsets): ... this new function.
9445 (default_symfile_offsets): Call it.
9446 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
9447 this part to ...
9448 (addr_info_make_relative): ... this new function.
9449
9450 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 Add from_tty to solib_create_inferior_hook.
9453 * infcmd.c (post_create_inferior): Move solib_add after
9454 solib_create_inferior_hook. Pass from_tty to
9455 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
9456 0 from_tty and comment why.
9457 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
9458 * linux-nat.c (linux_child_follow_fork): Likewise.
9459 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
9460 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
9461 from_tty.
9462 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
9463 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
9464 * solib-null.c (null_solib_create_inferior_hook): Likewise.
9465 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
9466 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
9467 * solib-som.c (som_solib_create_inferior_hook): Likewise.
9468 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
9469 Pass it to svr4_so_ops.solib_create_inferior_hook.
9470 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
9471 from_tty.
9472 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
9473 solib_add.
9474 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
9475 enable_break.
9476 * solib-target.c (solib_target_solib_create_inferior_hook): New
9477 parameter from_tty.
9478 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
9479 it to ops->solib_create_inferior_hook.
9480 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
9481 Move solib_add after solib_create_inferior_hook, call it now with
9482 from_tty as 0. New comment there.
9483 * solib.h (solib_create_inferior_hook): New parameter from_tty.
9484 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
9485 Likewise.
9486
9487 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
9488
9489 Fix multiexec race.
9490 * infrun.c (handle_inferior_event): Use get_thread_regcache
9491 with events ptid, not get_current_regcache.
9492
9493 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9494
9495 GDB crash with empty executable name (MinGW).
9496 * source.c (openp): Add assert that parameter string is not NULL.
9497 if parameter string is an empty string, then return with a failure
9498 immediately.
9499
9500 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9501
9502 Get rid of support for VAX Floats.
9503 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
9504 (ada_vax_float_print_function): Delete.
9505 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
9506 (ada_vax_float_print_function): Delete.
9507 * ada-typeprint.c (print_vax_floating_point_type): Delete.
9508 (ada_print_type): Remove support for VAX floats.
9509 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
9510
9511 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9512
9513 * stabsread.c (read_args): Handle zero arguments.
9514
9515 2009-01-08 Joel Brobecker <brobecker@adacore.com>
9516
9517 Cannot find in-tree libiconv.a after reconfigure.
9518 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
9519 that we can use, then cache the path to this archive.
9520 * configure: Regenerate.
9521
9522 2010-01-07 Stan Shebs <stan@codesourcery.com>
9523
9524 Make tracepoint operations go through target vector.
9525 * target.h (enum trace_find_type): New enum.
9526 (struct target_ops): New fields to_trace_init,
9527 to_download_tracepoint, to_download_trace_state_variable,
9528 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
9529 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
9530 to_set_disconnected_tracing.
9531 (target_trace_init): New macro.
9532 (target_download_tracepoint): New macro.
9533 (target_download_trace_state_variable): New macro.
9534 (target_trace_start): New macro.
9535 (target_trace_set_readonly_regions): New macro.
9536 (target_get_trace_status): New macro.
9537 (target_trace_stop): New macro.
9538 (target_trace_find): New macro.
9539 (target_get_trace_state_variable_value): New macro.
9540 (target_set_disconnected_tracing): New macro.
9541 * target.c (update_current_target): Inherit and set defaults for
9542 tracepoint operations.
9543 * tracepoint.c (default_collect): Make globally visible.
9544 (target_is_remote): Remove, along with all calls.
9545 (tvariables_info): Call target_get_trace_state_variable_value.
9546 (remote_set_transparent_ranges): Remove.
9547 (trace_start_command): Call target_trace_init,
9548 target_download_tracepoint, etc.
9549 (download_tracepoint): Remove.
9550 (trace_stop_command): Simplify.
9551 (stop_tracing): Call target_trace_stop.
9552 (get_trace_status): Call target_get_trace_status.
9553 (trace_status_command): Add case for targets that cannot trace.
9554 (finish_tfind_command): Change to take numerical arguments, call
9555 target_trace_find.
9556 (trace_find_command): Update call to finish_tfind_command.
9557 (trace_find_pc_command): Ditto.
9558 (trace_find_tracepoint_command): Ditto.
9559 (trace_find_line_command): Ditto.
9560 (trace_find_range_command): Ditto.
9561 (trace_find_outside_command): Ditto.
9562 (set_disconnected_tracing_value): Call
9563 target_set_disconnected_tracing.
9564 * remote.c: Add protocol encoding bits from tracepoint.c.
9565 (trace_error): Move from tracepoint.c.
9566 (remote_get_noisy_reply): Ditto.
9567 (free_actions_list_cleanup_wrapper): Ditto.
9568 (free_actions_list): Ditto.
9569 (remote_trace_init): New function.
9570 (remote_download_tracepoint): New function.
9571 (remote_download_trace_state_variable): New function.
9572 (remote_trace_set_readonly_regions): New function.
9573 (remote_trace_start): New function.
9574 (remote_get_trace_status): New function.
9575 (remote_trace_stop): New function.
9576 (remote_trace_find): New function.
9577 (remote_download_trace_state_variable): New function.
9578 (remote_set_disconnected_tracing): New function.
9579 (init_remote_ops): Add tracepoint operations.
9580
9581 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
9582
9583 2010-01-07 Tristan Gingold <gingold@adacore.com>
9584
9585 * symfile.c (build_section_addr_info_from_objfile): New function.
9586 (symbol_file_add_separate): Don't use offsets from objfile but
9587 built an addr info.
9588
9589 2010-01-06 Stan Shebs <stan@codesourcery.com>
9590
9591 Support disconnected tracing.
9592 * infcmd.c (detach_command): Ask whether to stop tracing.
9593 * cli/cli-cmds.c (quit_command): Ditto.
9594 * breakpoint.h (struct breakpoint): New field number_on_target.
9595 * breakpoint.c (create_tracepoint_from_upload): New function.
9596 (get_tracepoint_by_number_on_target): New function.
9597 * remote.c (struct remote): New field disconnected_tracing.
9598 (remote_disconnected_tracing_feature): New function.
9599 (remote_protocol_features): Add DisconnectedTracing.
9600 (struct uploaded_tp): New struct.
9601 (uploaded_tps): New global.
9602 (get_uploaded_tp): New function.
9603 (find_matching_tracepoint): New function.
9604 (remote_get_tracing_state): New function.
9605 (remote_start_remote): Call it.
9606 * tracepoint.c (disconnected_tracing): New global.
9607 (trace_start_command): Initialize number_on_target.
9608 (stop_tracing): New function, split out from...
9609 (trace_stop_command): Call stop_tracing.
9610 (get_trace_status): New function, split out from...
9611 (trace_status_command): Call get_trace_status, add info on
9612 disconnection behavior.
9613 (disconnect_or_stop_tracing): New function.
9614 (finish_tfind_command): Translate from number on target.
9615 (trace_find_tracepoint_command): Translate to number on target.
9616 (send_disconnected_tracing_value): New function.
9617 (set_disconnected_tracing): New function.
9618 (_initialize_tracepoint): Add disconnected-tracing variable.
9619 * NEWS: Mention disconnected tracing.
9620
9621 2010-01-06 Tristan Gingold <gingold@adacore.com>
9622
9623 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
9624 parameter to main_objfile. Iterate on all separate debug objfiles.
9625 * symfile.h (symbol_file_add_separate)
9626 (find_separate_debug_file_by_debuglink): Remove parameter names.
9627 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
9628 (reread_symbols): Use free_objfile_separate_debug.
9629 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
9630 Adjust comment.
9631 (objfile_separate_debug_iterate, add_separate_debug_objfile)
9632 (free_objfile_separate_debug): New prototypes.
9633 * objfiles.c (objfile_separate_debug_iterate): New function.
9634 (add_separate_debug_objfile, free_objfile_separate_debug): New
9635 functions.
9636 (free_objfile): Use free_objfile_separate_debug. Adjust for
9637 multiple separate debug objfile.
9638 (objfile_has_symbols): Adjust comment. Iterate on all separate
9639 debug objfiles.
9640 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
9641 debug objfile.
9642 (lookup_minimal_symbol_text): Ditto.
9643 (lookup_minimal_symbol_by_pc_name): Ditto.
9644 (lookup_minimal_symbol_solib_trampoline): Ditto.
9645 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
9646 debug objfiles.
9647
9648 2010-01-05 Stan Shebs <stan@codesourcery.com>
9649
9650 Add fast tracepoints.
9651 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
9652 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
9653 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
9654 * breakpoint.c (tracepoint_type): New function.
9655 (ALL_TRACEPOINTS): Use it.
9656 (should_be_inserted): Ditto.
9657 (bpstat_check_location): Ditto.
9658 (print_one_breakpoint_location): Ditto.
9659 (user_settable_breakpoint): Ditto.
9660 (set_breakpoint_location_function): Ditto.
9661 (disable_breakpoints_in_shlibs): Ditto.
9662 (delete_trace_command): Ditto.
9663 (print_it_typical): Add bp_fast_tracepoint case.
9664 (bpstat_what): Ditto.
9665 (print_one_breakpoint_location): Ditto.
9666 (allocate_bp_location): Ditto.
9667 (mention): Ditto.
9668 (breakpoint_re_set_one): Ditto.
9669 (disable_command): Ditto.
9670 (enable_command): Ditto.
9671 (check_fast_tracepoint_sals): New function.
9672 (break_command_really): Call it.
9673 (ftrace_command): New function.
9674 (_initialize_breakpoint): Add ftrace command.
9675 * gdbarch.sh (fast_tracepoint_valid_at): New.
9676 * gdbarch.h, gdbarch.c: Regenerate.
9677 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
9678 (i386_gdbarch_init): Use it.
9679 * remote.c (struct remote_state): New field fast_tracepoints.
9680 (PACKET_FastTracepoints): New packet config type.
9681 (remote_fast_tracepoint_feature): New function.
9682 (remote_protocol_features): Add FastTracepoints.
9683 (remote_supports_fast_tracepoints): New function.
9684 (_initialize_remote): Add FastTracepoints.
9685 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
9686 * NEWS: Mention fast tracepoints.
9687
9688 2010-01-06 Joel Brobecker <brobecker@adacore.com>
9689
9690 * gdb-gdb.py: New file.
9691
9692 2010-01-05 Michael Snyder <msnyder@vmware.com>
9693
9694 * infrun.c (handle_inferior_event): Fix typo in comment.
9695
9696 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9697
9698 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
9699
9700 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9701
9702 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
9703 and s390x-linux64.
9704 (s390-linux32-expedite): Define.
9705 (s390-linux64-expedite): Define.
9706 (s390x-linux64-expedite): Define.
9707 * features/s390-acr.xml: New file.
9708 * features/s390-fpr.xml: New file.
9709 * features/s390-core32.xml: New file.
9710 * features/s390-core64.xml: New file.
9711 * features/s390x-core64.xml: New file.
9712 * features/s390-linux32.xml: New file.
9713 * features/s390-linux64.xml: New file.
9714 * features/s390x-linux64.xml: New file.
9715 * features/s390-linux32.c: New generated file.
9716 * features/s390-linux64.c: New generated file.
9717 * features/s390x-linux64.c: New generated file.
9718
9719 * regformats/s390-linux32.dat: New generated file.
9720 * regformats/s390-linux64.dat: New generated file.
9721 * regformats/s390x-linux64.dat: New generated file.
9722 * regformats/reg-s390.dat: Remove.
9723 * regformats/reg-s390x.dat: Remove.
9724
9725 * s390-nat.c: Include "auxv.h" and <elf.h>.
9726 (HWCAP_S390_HIGH_GPRS): Define if undefined.
9727 (s390_target_wordsize): New function.
9728 (s390_auxv_parse): Likewise.
9729 (s390_get_hwcap): Likewise.
9730 (s390_read_description): Likewise.
9731 (_initialize_s390_nat): Install s390_auxv_parse and
9732 s390_read_description.
9733
9734 * s390-tdep.c: Include "features/s390-linux32.c",
9735 "features/s390-linux64.c", and "features/s390x-linux64.c".
9736 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
9737 (s390_register_call_saved): New function.
9738 (s390_register_name): Remove.
9739 (s390_register_type): Remove.
9740 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
9741 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
9742 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
9743 (s390_pseudo_register_name): New function.
9744 (s390_pseudo_register_type): New function.
9745 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
9746 Handle full GPR pesudos and varying pseudo register numbers.
9747 (s390_pseudo_register_write): Likewise
9748 (s390x_pseudo_register_read): Remove.
9749 (s390x_pseudo_register_write): Likewise.
9750 (s390_register_group): Remove.
9751 (s390_pseudo_register_group): New function.
9752 (s390_regmap_gregset): Add GPR upper halves.
9753 (s390x_regmap_gregset): Likewise.
9754 (s390_regmap_fpregset): Likewise.
9755 (s390_regmap_upper): New global variable.
9756 (s390_upper_regset): New global variable.
9757 (s390_upper_regset_sections): New global variable.
9758 (s390_regset_from_core_section): Handle GPR upper halves.
9759 (s390_core_read_description): New function.
9760 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
9761 register information. Handle varying pseudo register numbers.
9762 (s390_backchain_frame_unwind_cache): Likewise.
9763 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
9764 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
9765 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
9766 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
9767 Handle varying pseudo register numbers.
9768 (s390_unwind_pc): Handle varying pseudo register numbers.
9769 (s390_dwarf2_prev_register): New function.
9770 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
9771 register information. Handle varying pseudo register numbers.
9772 Install s390_dwarf2_prev_register to unwind full GPRs.
9773 (s390_gdbarch_init): Handle target descriptions. Assign varying
9774 pseudo register numbers. Install s390_adjust_frame_regnum.
9775 (_initialize_s390_tdep): Initialize target descriptions.
9776
9777 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
9778 (S390_NUM_REGS): Redefine to include upper half registers.
9779 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
9780 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
9781 (tdesc_s390_linux32): Add declaration.
9782 (tdesc_s390_linux64): Likewise.
9783 (tdesc_s390x_linux64): Likewise.
9784
9785 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9786
9787 * regset.h (struct core_regset_section): Add HUMAN_NAME.
9788 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
9789 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
9790 (ppc_linux_vmx_regset_sections): Likewise.
9791 (ppc_linux_fp_regset_sections): Likewise.
9792
9793 * corelow.c (get_core_register_section): Constify arguments.
9794 (get_core_registers): Use gdbarch_core_regset_sections instead
9795 of hard-coded platform-specific register section names.
9796
9797 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9798
9799 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
9800 a register, assume the least-significant part is used.
9801 (write_pieced_value): Likewise.
9802
9803 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9804
9805 * printcmd.c: Include "arch-utils.h".
9806 (do_one_display): Re-parse expression if current architecture changed.
9807
9808 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9809 Joel Brobecker <brobecker@adacore.com>
9810
9811 * gdbtypes.c (check_typedef): New comment on type length.
9812 * value.c (allocate_value_lazy): Remove the unused atype variable. New
9813 comment on type length.
9814 (value_primitive_field): Keep the original TYPE value, new comment.
9815
9816 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
9819 p_start. Change != comparisons to > and < comparisons.
9820
9821 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 * cli/cli-script.c (process_next_line): Check P2 overrun.
9824
9825 2009-01-01 Joel Brobecker <brobecker@adacore.com>
9826
9827 Update the copyright hearder to add year 2010 for most GDB files.
9828
9829 2009-01-01 Joel Brobecker <brobecker@adacore.com>
9830
9831 Fix build failure in inf-ptrace.c.
9832 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
9833
9834 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9835
9836 * top.c (print_gdb_version): Update copyright year.
9837
9838 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
9839
9840 Fix break *FUN'address thread NUM.
9841 * ada-lex.l (task): Expand rule to also match the thread keyword.
9842
9843 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9844
9845 Fix break *FUN'address task NUM.
9846 * ada-lex.l (task): New rule.
9847 * ada-lang.c (valid_task_id): Make sure the Ada task list has
9848 been built before using it.
9849
9850 For older changes see ChangeLog-2009.
9851 \f
9852 Local Variables:
9853 mode: change-log
9854 left-margin: 8
9855 fill-column: 74
9856 version-control: never
9857 coding: utf-8
9858 End: