]> Git Repo - binutils.git/blame - gdb/ChangeLog
2012-11-07 David Holsgrove <[email protected]>
[binutils.git] / gdb / ChangeLog
CommitLineData
719502e9
PM
12012-11-07 Pierre Muller <[email protected]>
2
3 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
4 File already uses "gdb_dirent.h" header.
5
ed86b350
YQ
62012-11-07 Yao Qi <[email protected]>
7
8 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
9 tracepoint_count'.
10
9a4f1e4f
TT
112012-11-06 Tom Tromey <[email protected]>
12
13 * target.h (inferior_has_forked, inferior_has_vforked)
14 (inferior_has_execd, inferior_has_called_syscall): Remove
15 declarations.
16
0316657e
PM
172012-11-06 Pierre Muller <[email protected]>
18
19 * remote.c (remote_insert_hw_breakpoint): ARI fix,
20 add missing internalization markup.
21
f6592439
PA
222012-11-06 Pedro Alves <[email protected]>
23
24 PR gdb/14810
25
26 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
27
01f2564a
PM
282012-11-06 Pierre Muller <[email protected]>
29
30 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
31 is not executable.
32
f37c4431
JB
332012-11-05 Joel Brobecker <[email protected]>
34
35 * gnulib/update-gnulib.sh: New script.
36
550889c3
JB
372012-11-05 Stephane Carrez <[email protected]>
38
39 * MAINTAINERS: Update my email address.
40
954b50b3
TT
412012-11-05 Tom Tromey <[email protected]>
42
43 * frame.c (put_frame_register): Don't use temporary buffer.
44
68c9da30
PA
452012-11-05 Pedro Alves <[email protected]>
46
47 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
48 child. Clear 'pending_detach'.
49 * infrun.c (handle_vfork_child_exec_or_exit): Clear
50 'pending_detach' in the vfork parent.
51
80626a55
DE
522012-11-05 Doug Evans <[email protected]>
53
54 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
55 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
56 * dwarf2read.c: #include "elf-bfd.h".
57 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
58 (dwop_section_names): Renamed from dwo_section names. All uses
59 updated. Add entries for .debug_cu_index, .debug_tu_index.
60 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
61 All uses updated.
62 (struct dwp_sections): New type.
63 (struct virtual_dwo_sections): New type.
64 (struct dwp_hash_table): New type.
65 (struct dwp_file): New type.
66 (init_cutu_and_read_dies): Ensure DWO info/types section has been
67 read in. Handle DWOs coming from DWP files.
68 (lookup_dwo_file_slot): New function.
69 (dwarf2_locate_dwo_sections): Move definition closer to use.
70 (create_dwo_debug_info_hash_table_reader): Renamed from
71 create_debug_info_hash_table_reader. All callers updated.
72 (create_dwo_debug_info_hash_table): Renamed from
73 create_debug_info_hash_table. All callers updated.
74 (create_dwp_hash_table): New function.
75 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
76 (lookup_dwo_in_dwp): New function.
77 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
78 is_dwp. All callers updated.
79 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
80 (open_and_init_dwo_file): Renamed from init_dwo_file.
81 All callers updated.
82 (lookup_dwo_file): Delete.
83 (dwarf2_locate_dwp_sections): New function.
84 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
85 (allocate_dwp_loaded_cutus_table): New function.
86 (open_and_init_dwp_file): New function.
87 (lookup_dwo_cutu): New function.
88 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
89
6f6484cd
YQ
902012-11-03 Yao Qi <[email protected]>
91
92 Fix PR gdb/14617.
93 * breakpoint.c (trace_pass_set_count): Call
94 observer_notify_breakpoint_modified instead of
95 observer_notify_tracepoint_modified.
96 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
97
b45627a0
TT
982012-11-02 Tom Tromey <[email protected]>
99
100 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
101 argument to complete_on_enum.
102
d4fb63e1
TT
1032012-11-02 Tom Tromey <[email protected]>
104
105 * configure: Rebuild.
106 * configure.ac (build_warnings): Add -Wempty-body.
107 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
108 * remote.c (handle_notification): Use braces for empty 'else' body.
109 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
110 'else' body.
111 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
112 'else' body.
113 * solib-som.c (som_relocate_section_addresses): Use braces
114 for empty 'else' body.
115 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
116 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
117
f50f4e56
PA
1182012-11-02 Pedro Alves <[email protected]>
119
120 PR gdb/14766
121
122 * infrun.c (handle_inferior_event)
123 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
124 null_ptid before handling a vfork child exec or exit. Switch to
125 the event ptid afterwards.
126
f0559fff
YQ
1272012-11-02 Yao Qi <[email protected]>
128
129 * std-operator.def: Remove OP_LABELED.
130 * eval.c: Remove the declaration of 'get_label'.
131 (get_label): Remove.
132 (evaluate_struct_tuple): Remove code handling OP_LABELED.
133 Update comment.
134 Remove local variable 'variantno' and related code.
135 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
136 with 'fieldno'.
137 * expprint.c (print_subexp_standard): Likewise.
138 (dump_subexp_body_standard): Likewise.
139 * parse.c (operator_length_standard): Likewise.
140
e5496e3e
PM
1412012-11-01 Pierre Muller <[email protected]>
142
143 Incorporate ARI web page generator into GDB sources.
144 * contrib/ari/create-web-ari-in-src.sh: New file.
145 * contrib/ari/gdb_ari.sh: New file.
146 * contrib/ari/gdb_find.sh: New file.
147 * contrib/ari/update-web-ari.sh: New file.
148
c66fb220
TT
1492012-10-31 Tom Tromey <[email protected]>
150
151 * gdbarch.c: Rebuild.
152 * gdbarch.sh: Remove references to gdbarch_swap.
153 * corelow.c (core_open): Remove obsolete comment.
154
2f27adfe
AB
1552012-10-31 Andrew Burgess <[email protected]>
156
157 PR cli/14772
158 * c-typeprint.c (c_print_type): Don't print a space for vector
159 types, this is handled within the suffix.
160 (c_type_print_varspec_suffix): Add a space to vector suffix.
161
144db827
PA
1622012-10-26 Pedro Alves <[email protected]>
163
164 * amd64-tdep.c (amd64_relocate_instruction): Use
165 store_unsigned_integer instead of memcpy.
166 * i386-tdep.c (i386_relocate_instruction): Ditto.
167
940c3c06
PA
1682012-10-26 Pedro Alves <[email protected]>
169
170 * infrun.c (handle_inferior_event): Merge handling of
171 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
172 switch case.
173
47b19065
PA
1742012-10-26 Pedro Alves <[email protected]>
175
176 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
177 Remove comment.
178
87d2d2a4
PA
1792012-10-26 Pedro Alves <[email protected]>
180
181 * target.c (target_waitstatus_to_string): Handle
182 TARGET_WAITKIND_VFORK_DONE.
183
fed708ed
PA
1842012-10-26 Pedro Alves <[email protected]>
185
186 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
187 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
188
2590b645
JB
1892012-10-24 Tristan Gingold <[email protected]>
190
191 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
192 Add comments.
193
bed0c243
JB
1942012-10-24 Joel Brobecker <[email protected]>
195
196 * ravenscar-thread.c (ravenscar_wait): Only update the list
197 of threads and inferior_ptid if the inferior is still alive.
198
f69c91ad
JB
1992012-10-24 Joel Brobecker <[email protected]>
200
201 * ada-lang.c (is_known_support_routine): Use lbasename when
202 matching the symtab's filename against
203 known_runtime_file_name_patterns.
204
d99dcf51
JB
2052012-10-24 Joel Brobecker <[email protected]>
206
207 * ada-lang.c (ada_same_array_size_p): New function.
208 (ada_promote_array_of_integrals): New function.
209 (coerce_for_assign): Add handling of arrays where the elements
210 are integrals of a smaller size than the size of the target
211 array element type.
212
32560274
JB
2132012-10-24 Joel Brobecker <[email protected]>
214
215 * doublest.c (convert_doublest_to_floatformat): Fix comparison
216 against maximum exponent value.
217
5a04cc98
JB
2182012-10-24 Joel Brobecker <[email protected]>
219
220 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
221 "unwind-seh.c".
222
5ded5331
JB
2232012-10-24 Joel Brobecker <[email protected]>
224
225 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
226 strip typedef layer when computing the fixed type's field type,
227 only when computing its size.
228
2445fd7b
MK
2292012-10-24 Mark Kettenis <[email protected]>
230
231 PR gdb/12783
232 * i386-tdep.c (i386_return_value): Handle complex double and long
233 double.
234
8f205f9c
JB
2352012-10-24 Joel Brobecker <[email protected]>
236
237 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
238 New local variable args_len.
239 Quote the name of the executable when computing the command line.
240
7f7930dd
MK
2412012-10-23 Mark Kettenis <[email protected]>
242
243 PR gdb/12796
244 PR gdb/12798
245 PR gdb/12800
246 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
247 AMD64_FTAG_REGNUM.
248 * amd64-tdep.c (amd64_classify): Classify complex types.
249 (amd64_return_value): Handle the COMPLEX_X87 class.
250
38a69d0a
JB
2512012-10-23 Joel Brobecker <[email protected]>
252
253 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
254 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
255
83ab93c6
JB
2562012-10-23 Joel Brobecker <[email protected]>
257
258 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
259 function.
260 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
261 to amd64_windows_auto_wide_charset.
262
f6fbab7d
YQ
2632012-10-23 Yao Qi <[email protected]>
264
265 * event-top.c (mark_async_signal_handler_wrapper): Remove.
266 * event-top.h: Remove its declaration.
267 (async_request_quit): Call mark_async_signal_handler instead of
268 mark_async_signal_handler_wrapper.
269 (async_do_nothing, async_disconnect): Likewise.
270 (async_stop_sig): Likewise.
271 * remote.c (handle_remote_sigint): Likewise.
272 (handle_remote_sigint_twice): Likewise.
273
05fa9251
YQ
2742012-10-23 Yao Qi <[email protected]>
275
276 * event-top.c (sigint_token, sighup_token): Replace 'void *'
277 with 'static struct async_signal_handler *'.
278 (sighup_token, sigquit_token, sigstp_token): Likewise.
279
08af7a40
AA
2802012-10-22 Ali Anwar <[email protected]>
281
282 * gdbarch.sh (function_list): Use 'pstring' when printing
283 a variable which could return NULL.
284 * gdbarch.c: Regenerate.
285
beb4b03c
JB
2862012-10-10 Joel Brobecker <[email protected]>
287 Tom Tromey <[email protected]>
288
289 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
290 inneffective if condition by gdb assertion. Add function
291 description comment.
292
a5b12627
JB
2932012-10-19 Joel Brobecker <[email protected]>
294
295 * parser-defs.h (struct exp_descriptor): Document constraint
296 on return value for "op_name" callbacks.
297
0b0865da
TT
2982012-10-18 Tom Tromey <[email protected]>
299
300 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
301 * symtab.c (iterate_over_some_symtabs): Constify.
302 * source.h (symtab_to_fullname): Return 'const char *'.
303 * source.c (symtab_to_fullname): Return 'const char *'.
304 * python/py-symtab.c (stpy_fullname): Constify.
305 * cli/cli-cmds.c (edit_command): Constify.
306 * breakpoint.c (print_breakpoint_location)
307 (update_static_tracepoint): Constify.
308
94b0e70d
TT
3092012-10-18 Tom Tromey <[email protected]>
310
311 * breakpoint.c (compare_breakpoints): Fix comparison.
312
fff10684
TT
3132012-10-18 Tom Tromey <[email protected]>
314
315 * valprint.c (generic_emit_char, generic_printstr): Pass size of
316 gdb_wchar_t to convert_between_encodings.
317
8de0566d
YQ
3182012-10-17 Yao Qi <[email protected]>
319
320 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
321 more parameter 'inferior'.
322 * corefile.c (write_memory_with_notification): Caller update.
323
324 * mi/mi-cmd-var.c: Include "mi-main.h".
325 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
326 to 1 and restore it later.
327 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
328 and "data-write-memory-bytes.
329 * mi/mi-interp.c: Include objfiles.h.
330 (mi_interpreter_init): Call observer_attach_memory_changed.
331 (mi_memory_changed): New.
332 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
333 New field.
334
335 * NEWS: Mention new MI notification "memory-changed".
336
6235cdd1
JK
3372012-10-16 Jan Kratochvil <[email protected]>
338
339 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
340
07540c15
DE
3412012-10-15 Doug Evans <[email protected]>
342
343 New option -nh: inhibit loading of ~/.gdbinit.
344 * NEWS: Mention -nh.
345 * main.c (captured_main): Recognize and process -nh.
346 (print_gdb_help): Mention -nh.
347 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
348
eab09350
L
3492012-10-15 H.J. Lu <[email protected]>
350
351 PR backtrace/14646
352 PR gdb/14647
353 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
354 pc_regnum_from_eax.
355 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
356 nor pc_regnum_from_eax.
357 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
358 nor pc_regnum_from_eax.
359
9e3a7d65
JK
3602012-10-15 Jan Kratochvil <[email protected]>
361
362 Fix entry values resolving in inlined frames.
363 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
364 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
365 entries of FRAME.
366
c83393b9
JB
3672012-10-15 Joel Brobecker <[email protected]>
368
369 * configure.ac: Build with -DMS_WIN64 if building with Python
370 enabled using GCC on amd64-windows.
371 * configure: Regenerate.
372
801e4185
TT
3732012-10-15 Tom Tromey <[email protected]>
374
375 PR python/14635:
376 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
377 to Py_None.
378
74f910c8
TT
3792012-10-15 Tom Tromey <[email protected]>
380
381 PR python/14634:
382 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
383
2a7c8fd5
AB
3842012-10-11 Andrew Burgess <[email protected]>
385
386 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
387 reset thread numbering back to 1.
388
7c09e5a0
DE
3892012-10-11 Doug Evans <[email protected]>
390
391 PR breakpoints/14643.
392 * linespec.c (struct ls_parser): New member keyword_ok.
393 (linespec_lexer_lex_string): Add comment.
394 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
395 for one.
396 (parse_linespec): Set keyword_ok.
397
a1855c1d
DE
3982012-10-10 Doug Evans <[email protected]>
399
844226d6
DE
400 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
401 "0x" prefix on address in log message.
402
a1855c1d
DE
403 * dwarf2read.c (read_1_byte): Add const to buf parameter.
404 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
405 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
406 (lookup_dwo_file): Add const to dwo_name parameter.
407 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
408
2e24f4aa
JK
4092012-10-06 Jan Kratochvil <[email protected]>
410
411 Fix crash during stepping on ppc32.
412 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
413 SYM.
414
aa14df25
DE
4152012-10-03 Doug Evans <[email protected]>
416
417 PR symtab/14601
418 * buildsym.c (buildsym_init): Reset using_directives to NULL.
419
3d468296
AB
4202012-10-02 Andrew Burgess <[email protected]>
421
422 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
423 output and use uint32_t not long to ensure 4 byte size.
424
8f0ee2eb
JB
4252012-10-02 Joel Brobecker <[email protected]>
426
427 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
428 unref'ed it.
429
b3dc46ff
AB
4302012-10-01 Andrew Burgess <[email protected]>
431
432 * target.c (simple_search_memory): Include access length in
433 warning message.
434
f712f01f
EBM
4352012-09-28 Nathan Miller <[email protected]>
436 Edjunior Machado <[email protected]>
437
438 PR gdb/13989
439 * solib.c (solib_find): Prevent GDB from loading native libraries when
440 debugging a cross-target corefile.
441
39181896
PA
4422012-09-28 selven <[email protected]>
443
444 Make definition match declaration.
445
446 * regcache.c (regcache_register_status): Change return type to
447 enum register_status.
448
4c2786ba
YQ
4492012-09-28 Yao Qi <[email protected]>
450
451 * mi/mi-main.c (mi_cmd_data_write_memory): Call
452 write_memory_with_notification instead of write_memory.
453 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
454 instead of target_write_memory.
455
1ae0c35e
YQ
4562012-09-28 Yao Qi <[email protected]>
457
458 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
459 when the length of content is not an even number.
460
7977e5d2
TT
4612012-09-27 Tom Tromey <[email protected]>
462
463 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
464 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
465
807160da
JB
4662012-09-27 Joel Brobecker <[email protected]>
467
468 * sol-thread.c (sol_thread_fetch_registers)
469 (sol_thread_store_registers): Delete commented out code.
470
43c75337
JB
4712012-09-27 Joel Brobecker <[email protected]>
472
473 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
474 Move these functions to sparc-sol-thread.c.
475 * sparc-sol-thread.c: New file.
476 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
477 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
478 configurations.
479 * configure: Regenerate.
480
d292a972
JB
4812012-09-27 Joel Brobecker <[email protected]>
482
483 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
484 Remove commented-out code.
485
8c3da003
JB
4862012-09-27 Joel Brobecker <[email protected]>
487
488 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
489 Enable this code for sparc hosts only.
490
f00482b6
JB
4912012-09-27 Joel Brobecker <[email protected]>
492
493 * procfs.h (procfs_find_LDT_entry): Add declaration.
494 * sol-thread.c (ps_lgetLDT): Delete local declaration of
495 function procfs_find_LDT_entry.
496
337c776f
JB
4972012-09-27 Joel Brobecker <[email protected]>
498
499 * procfs.c (proc_get_LDT_entry): Make static.
500
1a04d88f
JB
5012012-09-27 Joel Brobecker <[email protected]>
502
503 * procfs.c (proc_find_memory_regions): Fix declaration.
504
bad43aa5
SP
5052012-09-27 Siddhesh Poyarekar <[email protected]>
506
507 * amd64-tdep.c (amd64_return_value): Revert previous change
508 that used TYPE_LENGTH directly.
509 * bfin-tdep.c (bfin_extract_return_value): Likewise.
510 (bfin_store_return_value): Likewise.
511 * cris-tdep.c (cris_store_return_value): Likewise.
512 (cris_extract_return_value): Likewise.
513 * h8300-tdep.c (h8300_extract_return_value): Likewise.
514 * hppa-tdep.c (hppa64_return_value): Likewise.
515 * lm32-tdep.c (lm32_store_return_value): Likewise.
516 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
517 * spu-tdep.c (spu_value_from_register): Likewise.
518 * vax-tdep.c (vax_return_value): Likewise.
519
63375b74
SP
5202012-09-27 Siddhesh Poyarekar <[email protected]>
521
522 * gdbtypes.c (lookup_array_range_type): Expand parameters
523 LOW_BOUND and HIGH_BOUND to LONGEST.
524 (lookup_string_range_type): Likewise.
525 * gdbtypes.h (lookup_array_range_type): Likewise.
526 (lookup_string_range_type): Likewise.
527 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
528 Expand HIGHBOUND to ssize_t.
529 (value_string): Likewise.
530 * value.h (value_cstring): Expand parameter LEN to ssize_t.
531 (value_string): Likewise.
532
19ca11c5
YQ
5332012-09-27 Yao Qi <[email protected]>
534
535 PR breakpoints/13898
536 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
537 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
538 per breakpoint type.
539
92107356
PM
5402012-09-26 Pierre Muller <[email protected]>
541
542 * procfs.c: Add gdb_bfd header.
543 * rs6000-nat.c: Likewise.
544 * solib-pa64.c: Likewise.
545 * spu-linux-nat.c: Likewise.
546 * windows-nat.c: Likewise.
547
9742094a
TT
5482012-09-26 Tom Tromey <[email protected]>
549
550 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
551
0971de02
TT
5522012-09-26 Tom Tromey <[email protected]>
553
554 * dwarf2read.c (mark_common_block_symbol_computed): New function.
555 (read_common_block): Handle child DIEs with
556 DW_AT_data_member_location.
557 (new_symbol_full): Add special case for common blocks.
558
4357ac6c
TT
5592012-09-26 Jan Kratochvil <[email protected]>
560 Tom Tromey <[email protected]>
561
562 * dwarf2read.c (read_common_block): Rewrite.
563 (new_symbol_full): Handle DW_TAG_common_block.
564 * f-lang.c (head_common_list, find_common_for_function):
565 Remove.
566 * f-lang.h (struct common_entry, struct saved_f77_common,
567 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
568 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
569 BLANK_COMMON_NAME_LOCAL): Remove.
570 (struct common_block): New.
571 * f-valprint.c (list_all_visible_commons): Remove.
572 (info_common_command_for_block): New function.
573 (info_common_command): Use it.
574 * stack.c (iterate_over_block_locals): Special case for
575 COMMON_BLOCK_DOMAIN.
576 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
577 constant.
578 (struct general_symbol_info) <value.common_block>: New field.
579 (SYMBOL_VALUE_COMMON_BLOCK): New define.
580
965f07a8
TT
5812012-09-26 Jan Kratochvil <[email protected]>
582 Tom Tromey <[email protected]>
583
584 * f-lang.c (allocate_saved_bf_node,
585 allocate_saved_function_node, allocate_saved_f77_common_node,
586 allocate_common_entry_node, tail_common_list, current_common,
587 saved_bf_list, saved_bf_list_end, current_head_bf_list,
588 tmp_bf_ptr, add_common_block, add_common_entry,
589 find_first_common_named, patch_common_entries,
590 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
591 global_remote_debug, get_bf_for_fcn, saved_function_list,
592 saved_function_list_end, clear_function_list, struct saved_fcn,
593 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
594 SAVED_BF, SAVED_BF_PTR): Remove.
595 * f-lang.h (tail_common_list, current_common,
596 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
597 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
598 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
599 real_main_c_value): Remove.
600 * f-valprint.c (there_is_a_visible_common_named): Remove.
601
6f380991
AB
6022012-09-26 Andrew Burgess <[email protected]>
603
604 * breakpoint.c (update_global_location_list): Ignore previous
605 duplicate status of a breakpoint when starting a new scan for
606 duplicate breakpoints.
607
9ead7ae4 6082012-09-26 Karthik Bhat <[email protected]>
8b3d5494 609 PR breakpoints/14419
2536b51c
YQ
610 * arm-tdep.c (arm_skip_prologue): Extending producer check to
611 support LLVM compiler.
9ead7ae4 612
8f8a23a2
SP
6132012-09-26 Siddhesh Poyarekar <[email protected]>
614
615 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
616 * bfin-tdep.c (bfin_extract_return_value): Likewise.
617 (bfin_store_return_value): Likewise.
618 * cris-tdep.c (cris_store_return_value): Likewise.
619 (cris_extract_return_value): Likewise.
620 * h8300-tdep.c (h8300_extract_return_value): Likewise.
621 * hppa-tdep.c (hppa64_return_value): Likewise.
622 * lm32-tdep.c (lm32_store_return_value): Likewise.
623 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
624 * spu-tdep.c (spu_value_from_register): Likewise.
625 * vax-tdep.c (vax_return_value): Likewise.
626
d7019589
SP
6272012-09-26 Siddhesh Poyarekar <[email protected]>
628
629 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
630 parameter LEN to ssize_t.
631
744a8059
SP
6322012-09-25 Siddhesh Poyarekar <[email protected]>
633
634 * ada-valprint.c (ada_val_print_1): Eliminate single-use
635 variable LEN.
636 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
637 directly.
638 (alpha_store_return_value): Likewise.
639 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
640 (amd64_push_arguments): Likewise.
641 * ax-gdb.c (gen_trace_static_fields): Likewise.
642 (gen_traced_pop): Likewise.
643 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
644 * breakpoint.c (update_watchpoint): Likewise.
645 * findcmd.c (parse_find_args): Use local variable for type
646 instead of length.
647 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
648 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
649 (h8300_store_return_value): Likewise.
650 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
651 Use i386_darwin_arg_type_alignment directly.
652 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
653 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
654 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
655 (m68hc11_extract_return_value): Likewise.
656 * mep-tdep.c (mep_push_dummy_call): Likewise.
657 * printcmd.c (float_type_from_length): Likewise.
658 * s390-tdep.c (s390_value_from_register): Likewise.
659 * stack.c (read_frame_arg): Likewise.
660 * tracepoint.c (encode_actions_1): Likewise.
661 * valops.c (value_fetch_lazy): Use local variable for type
662 instead of length. Use TYPE_LENGTH directly.
663 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
664
a4b411d6
JB
6652012-09-25 Joel Brobecker <[email protected]>
666
667 * symtab.c (skip_prologue_sal): Fix typo in comment.
668
11dba07a
JB
6692012-09-25 Joel Brobecker <[email protected]>
670
671 * linespec.c (create_sals_line_offset): Fix typo in comment.
672
318102b9
SP
6732012-09-25 Siddhesh Poyarekar <[email protected]>
674
675 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
676 use plongest to print the array size.
677
b4aa388a
SP
6782012-09-24 Siddhesh Poyarekar <[email protected]>
679
680 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
681 * p-valprint.c (pascal_type_print_base): Likewise.
682
84cebc4a
YQ
6832012-09-22 Yao Qi <[email protected]>
684
685 * remote.c (remote_get_trace_status): Remove setting default
686 values of fields of 'ts'.
687
04e7407c
JK
6882012-09-21 Jan Kratochvil <[email protected]>
689
690 Fix internal error on canonicalization of clang types.
691 * cp-name-parser.y (operator): New comment at make_operator call for
692 new, delete, new[] and delete[].
693 (exp): Use "sizeof ". Add new comment at make_operator call.
694
9bf4bce9
JK
6952012-09-21 Jan Kratochvil <[email protected]>
696
697 Fix disassemble without parameters in tailcall frame.
698 * cli/cli-cmds.c (disassemble_current_function): Use
699 get_frame_address_in_block.
700
1c5b7826
TT
7012012-09-21 Tom Tromey <[email protected]>
702
703 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
704 TYPE_CODE_UNION>: Unify, removing a goto.
705
62a49610
TT
7062012-09-21 Tom Tromey <[email protected]>
707
708 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
709
2603f7ee
AB
7102012-09-21 Andrew Burgess <[email protected]>
711
712 * findvar.c (read_frame_register_value): Mark the result value as
713 optimized out if any of the input registers have been optimized out.
714
810849a3
AS
7152012-09-21 Andreas Schwab <[email protected]>
716
717 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
718
0953dec1
SP
7192012-09-21 Siddhesh Poyarekar <[email protected]>
720
721 * eval.c (evaluate_subexp_standard): Eliminate single-use
722 variable LOWER.
723
82a90ccf
YQ
7242012-09-21 Yao Qi <[email protected]>
725
726 * mi/mi-interp.c: Declare mi_record_changed.
727 (mi_interpreter_init): Call observer_attach_record_changed.
728 (mi_record_changed): New.
729 * record.c (record_open): Call observer_notify_record_changed.
730 (cmd_record_stop): Call observer_notify_record_changed.
731 * NEWS: Mention it.
732
d7de8e3c
TT
7332012-09-20 Tom Tromey <[email protected]>
734
735 * NEWS: Update.
736 * python/python.c (finalize_python): New function.
737 (_initialize_python): Make a final cleanup.
738
43c7c83d
DE
7392012-09-19 Doug Evans <[email protected]>
740
741 * buildsym.h (param_symbols): Delete, unused.
742 (context_stack): Delete member "params", unused.
743 * buildsym.c (push_context): Update.
744 * dwarf2read.c (read_func_scope): Update.
745
aa9259cc
TS
7462012-09-19 Thomas Schwinge <[email protected]>
747
a6521d9a
TS
748 * sh-tdep.c (sh_register_convert_to_virtual)
749 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
750 all callers. Just do a memcpy if not the little-endian case.
751
f92589cb
TS
752 * h8300-tdep.c (h8300_gdbarch_init): Invoke
753 set_gdbarch_double_format and set_gdbarch_long_double_format.
754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
755 set_gdbarch_double_format.
756 * sh-tdep.c (sh_gdbarch_init): Likewise.
757
aa9259cc
TS
758 * NEWS: Document the removal of SH's 'regs' command.
759 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
760 command.
761
c1d780c2
SDJ
7622012-09-18 Sergio Durigan Junior <[email protected]>
763
764 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
765 `jump'.
766
4ae24af0
JB
7672012-09-18 Joel Brobecker <[email protected]>
768
769 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
770 language when iterating over symbols.
771
bb25a15c
YQ
7722012-09-18 Yao Qi <[email protected]>
773
774 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
775 (mi_interpreter_init): Call observer_attach_tsv_created and
776 observer_attach_tsv_deleted.
777 (mi_tsv_created, mi_tsv_deleted): New.
778 * tracepoint.c (delete_trace_state_variable): Call
779 observer_notify_tsv_deleted.
780 (trace_variable_command): Call observer_notify_tsv_created.
781 (delete_trace_variable_command): Call
782 observer_notify_tsv_deleted.
783 (create_tsv_from_upload): Call observer_notify_tsv_created.
784 * NEWS: Mention it.
785
201b4506
YQ
7862012-09-18 Yao Qi <[email protected]>
787
788 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
789 if traceframe changed.
790 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
791 "trace-find".
792 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
793 (mi_interpreter_init): Hook mi_traceframe_changed to observer
794 'traceframe_changed'.
795 (mi_traceframe_changed): New.
796 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
797 New field.
798 * NEWS: Mention the new MI notification.
799
eaeb12db
MW
8002012-09-17 Mike Wrighton <[email protected]>
801
802 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
803
6e3c039e
JK
8042012-09-17 Jan Kratochvil <[email protected]>
805
806 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
807 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
808 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
809 Extend code also for PaX support. Convert all gdb_assert to warning
810 calls.
811
9a950c7c
JK
8122012-09-17 Jan Kratochvil <[email protected]>
813
814 Implement auto-load user conveniences suggested by Doug Evans.
815 * auto-load.c: Include top.h.
816 (file_is_auto_load_safe): New variable advice_printed. Print advice.
817 (_initialize_auto_load): New variable scripts_directory_help. Mention
818 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
819 scripts-directory. Document in online help one can use also files for
820 set auto-load safe-path.
821 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
822 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
823
deec9a9d
SP
8242012-09-17 Siddhesh Poyarekar <[email protected]>
825
826 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
827 of LEN.
828
354ecfd5
SP
8292012-09-17 Siddhesh Poyarekar <[email protected]>
830
831 * m2-valprint.c (m2_print_array_contents): Eliminate variable
832 ELTLEN and use TYPE_LENGTH directly.
833 (m2_val_print): Likewise.
834 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
835 variable LEN and use TYPE_LENGTH directly.
836 (m68k_svr4_store_return_value): Likewise.
837 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
838 ARGLEN and use TYPE_LENGTH directly.
839 (mips_o64_push_dummy_call): Likewise.
840 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
841 variable LENGTH and use TYPE_LENGTH directly.
842 (s390_function_arg_float): Likewise.
843 (s390_function_arg_integer): Likewise.
844 (s390_push_dummy_call): Likewise.
845 (s390_return_value_convention): Likewise.
846 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
847 TYPE_LENGTH directly.
848
6fc1c773
YQ
8492012-09-17 Yao Qi <[email protected]>
850
851 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
852 Update comment to add_setshow_integer_cmd.
853 * cli/cli-setshow.c (do_set_command): Handle case
854 'var_zuinteger_unlimited'.
855 (do_show_command): Likewise.
856 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
857 for command 'remotetimeout'.
858 * command.h (enum var_types): New zuinteger_unlimited. Update comment
859 to var_integer.
860 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
861 for command 'set listsize'.
862
6acef6cd
SP
8632012-09-17 Siddhesh Poyarekar <[email protected]>
864
865 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
866 variable LEN.
867
1ab3b62c
JK
8682012-09-17 Jan Kratochvil <[email protected]>
869
870 PR 14119
871 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
872 (frame_pop): Drop also TAILCALL_FRAME frames.
873 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
874
acf9414f
JK
8752012-09-17 Jan Kratochvil <[email protected]>
876 Pedro Alves <[email protected]>
877
878 PR 14548
879 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
880 function start if we are already at function start. Both for
881 reverse-next and for reverse-step into function without line number
882 info.
883
193facb3
JK
8842012-09-17 Jan Kratochvil <[email protected]>
885
886 Code cleanup - rename 'inline' depth to 'artificial' depth.
887 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
888 frame_id_artificial_p, extend the comment.
889 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
890 * frame.c (fprint_frame_id): Rename at a user, change debug output
891 text to "artificial=".
892 (skip_inlined_frames): Rename to ...
893 (skip_artificial_frames): ... here. Extend the comment.
894 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
895 (frame_id_inlined_p): Rename to ...
896 (frame_id_artificial_p): ... here. Rename at a user.
897 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
898 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
899 at a user.
900 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
901 Extend the comment.
902 (frame_id_inlined_p): Rename to ...
903 (frame_id_artificial_p): ... here.
904 * inline-frame.c (inline_frame_this_id): Rename at a user.
905
42056501
AB
9062012-09-14 Andrew Burgess <[email protected]>
907
908 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
909 vector variables using vector_size syntax rather than array
910 syntax.
911
84c47588
SP
9122012-09-14 Siddhesh Poyarekar <[email protected]>
913
914 * valarith.c (value_concat): Replace unsafe ALLOCA with
915 XMALLOC/XFREE.
916
f4045bcb
PA
9172012-09-14 Pedro Alves <[email protected]>
918
919 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
920
63b46266
YPK
9212012-09-14 Khoo Yit Phang <[email protected]>
922
923 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
924 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
925 data-directory as appropriate.
926
ddd7a8e7
SP
9272012-09-14 Siddhesh Poyarekar <[email protected]>
928
929 * printcmd.c (ui_printf): Eliminate single-use variable
930 PARAM_LEN.
931
d649a38e
YQ
9322012-09-14 Yao Qi <[email protected]>
933 Pedro Alves <[email protected]>
934
935 * valops.c (value_assign): Move observer_notify_target_changed
936 below to replace reinit_frame_cache.
937
b9516fa1
YPK
9382012-09-13 Khoo Yit Phang <[email protected]>
939
940 Refactor Python "gdb" module into a proper Python package, by
941 introducing a new "_gdb" module for code implemented in C, and
942 using reload/__import__ instead of exec.
943 * python/lib/gdb/__init__.py: Import * from _gdb.
944 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
945 prompt_hook, sys.argv): Moved from finish_python_initialization.
946 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
947 (packages, auto_load_packages): New list and function replacing
948 module_dict and auto-loading code, using __file__ instead of
949 gdb.PYTHONDIR and reload/__import__ instead of exec.
950 (GdbSetPythonDirectory): Replacing function of the same name
951 from finish_python_initialization, using reload/__import__ instead
952 of exec, as well as call auto_load_packages.
953 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
954 gdb_python_module and not gdb_module.
955 * python/python-internal.h (gdb_python_module): Declare.
956 * python/python.c (gdb_python_module): New global.
957 (before_prompt_hook): Check gdb_python_module and not gdb_module.
958 (_initialize_python): Rename gdb module to _gdb.
959 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
960 (finish_python_initialization): Move Python code to
961 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
962 __main__.
963
aa0fbdd8
PA
9642012-09-13 Pedro Alves <[email protected]>
965
966 * Makefile.in (COMMON_OBS): Add registry.o.
967 * registry.c: New file.
968 * registry.h (struct registry_container): Declare.
969 (registry_data_callback): New typedef.
970 (struct registry_data, struct registry_data_registration, struct
971 registry_data_registry): New type.
972 (register_data_with_cleanup, registry_alloc_data)
973 (registry_callback_adaptor, registry_clear_data)
974 (registry_container_free_data, registry_set_data, registry_data):
975 Declare.
976 (DEFINE_REGISTRY): Refactor structures and functions as shims over
977 the new common structures and functions.
978 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
979 callback typedefs.
980
42b5c53d
MW
9812012-09-12 Mike Wrighton <[email protected]>
982
983 * remote.c (remote_insert_hw_breakpoint): Throw exception if
984 there is an error inserting hardware breakpoints and use the
985 error message from the target.
986
987 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
988 Catch this exception and print the error message contained within. Do not
989 print the default hardware error breakpoint message in this case.
990
a1b64ce1
DE
9912012-09-12 Doug Evans <[email protected]>
992
993 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
994 cu == NULL.
995
83a788b8
DE
9962012-09-11 Doug Evans <[email protected]>
997
998 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
999 .gdb_index symbol attributes if there are none.
1000
d9eaeb59
JB
10012012-09-11 Joel Brobecker <[email protected]>
1002
1003 * symtab.h (struct minimal_symbol) [has_size]: New field.
1004 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1005 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1006 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1007 minimal symbols if the symbol's size is actually known.
1008 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1009 of msymbol's size field. Add comment.
1010 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1011 SET_MSYMBOL_SIZE to set the minimal symbol size.
1012
a83e9154
JB
10132012-09-11 Joel Brobecker <[email protected]>
1014
1015 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1016 minimal_symbol struct object, rather than setting some of its
1017 fields one by one.
1018
350b1b26
AB
10192012-09-11 Andrew Burgess <[email protected]>
1020
1021 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1022 passed_a_ptr flag when displaying typedef types.
1023
2fa15f23
JB
10242012-09-10 Joel Brobecker <[email protected]>
1025
1026 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1027 the optimized_out flag is preserved.
1028
5152ff90
AG
10292012-09-10 Anthony Green <[email protected]>
1030
1031 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1032 prologue changes in GCC.
1033
5b4f6e25
KS
10342012-09-10 Keith Seitz <[email protected]>
1035
1036 PR gdb/13483
1037 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1038 (BOOL_CONVERSION_BADNESS): ... this.
1039 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1040 (rank_one_type): Allow all boolean conversions
1041 permitted by the standard.
1042
f1070426
TT
10432012-09-06 Tom Tromey <[email protected]>
1044
1045 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1046 Don't decref py_objfile.
1047
a8db4212
YPK
10482012-09-02 Khoo Yit Phang <[email protected]>
1049
1050 Do not enable -lmcheck by default when Python is enabled with
1051 threading support.
1052 * configure.ac: (python_has_threads) New variable, by testing
1053 if WITH_THREAD is defined in Python.h.
1054 Move --enable-lmcheck after --with-python.
1055 Do not enable -lmcheck by default if python_has_threads=yes.
1056 Warn if --enable-lmcheck and python_has_threads=yes.
1057 * configure: Regenerate.
1058
648beb2b
YQ
10592012-08-31 Yao Qi <[email protected]>
1060
1061 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1062 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1063 Update some commands.
1064 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1065 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1066 to 1.
1067
ef07a9f7
YQ
10682012-08-31 Yao Qi <[email protected]>
1069
1070 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1071
fda395cf
YPK
10722012-08-30 Khoo Yit Phang <[email protected]>
1073
1074 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1075
8efd8e78
DE
10762012-08-29 Doug Evans <[email protected]>
1077
1078 * main.c (print_gdb_help): Remove reference to
1079 --use-deprecated-index-sections.
1080
883b9c6c
YQ
10812012-08-28 Yao Qi <[email protected]>
1082
1083 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1084 (init_cmds): Call add_setshow_uinteger_cmd for command
1085 'max-user-call-depth'.
1086 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1087 declaration of 'max_user_call_depth'.
1088 * frame.c (backtrace_limit): Add 'unsigned'.
1089 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1090 'limit'.
1091 * remote.c (remoteaddresssize): Add 'unsigned'.
1092 (remote_address_masked): Change local var 'address_size' to
1093 'unsigned'.
1094 (_initialize_remote): Call add_setshow_uinteger_cmd for
1095 'remoteaddresssize'.
1096 * top.c (history_size): Add 'unsigned'.
1097 (show_commands): Change local variables to 'unsigned'.
1098 (set_history_size_command): Don't check history_size is negative.
1099 Adjust the condition to call unstifle_history and set history_size
1100 to UNIT_MAX.
1101
1292279a
PA
11022012-08-28 Pedro Alves <[email protected]>
1103
1104 PR gdb/14428
1105
1106 * infcmd.c (default_print_one_register_info): New, factored out
1107 from default_print_registers_info.
1108 (default_print_registers_info): Use it. Mark value unavailable if
1109 necessary.
1110 (registers_info): Print user registers with
1111 default_print_one_register_info.
1112
f629cd75
L
11132010-08-27 H.J. Lu <[email protected]>
1114
1115 PR tui/14486
1116 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1117 is not NULL before referencing it.
1118
1c8cdcb1
JK
11192012-08-27 Jan Kratochvil <[email protected]>
1120
1121 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1122 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1123 original PC for it.
1124
e9687799
JK
11252012-08-27 Eli Zaretskii <[email protected]>
1126 Jan Kratochvil <[email protected]>
1127
1128 * auto-load.c (auto_load_objfile_script): Rename to ...
1129 (auto_load_objfile_script_1): ... here, change variable realname to
1130 parameter realname, document it, add return value, add variable retval.
1131 (auto_load_objfile_script): New function.
1132
7afa1642
JK
11332012-08-27 Jan Kratochvil <[email protected]>
1134
1135 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1136 followed by a whitespace.
1137
dc7650b8
JK
11382012-08-27 Jan Kratochvil <[email protected]>
1139
28e66c70 1140 PR gdb/14494.
dc7650b8
JK
1141 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1142 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1143 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1144 here.
1145
1591a1e8
PA
11462012-08-27 Wei-cheng Wang <[email protected]>
1147
1148 * memattr.c (create_mem_region): Fix memory region overlapping
1149 checking.
1150
ecfb0d68
SP
11512012-08-24 Siddhesh Poyarekar <[email protected]>
1152
1153 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1154 with xmalloc/cleanup.
1155 * mt-tdep.c (mt_push_dummy_call): Likewise.
1156 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1157 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1158
8c56c1b9
YQ
11592012-08-24 Yao Qi <[email protected]>
1160
1161 * jv-exp.y (push_expression_name): Add "." at the end of error
1162 message.
1163
e3480f4a
YPK
11642012-08-23 Khoo Yit Phang <[email protected]>
1165
1166 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
1167 * python/python.c (_initialize_python): Update documentation.
1168
dfbd5e7b
PA
11692012-08-23 Pedro Alves <[email protected]>
1170
1171 * infrun.c (_initialize_infrun) <handle command help text>:
1172 Mention that multiple signals are supported.
1173
2edda2ff
PA
11742012-08-23 Pedro Alves <[email protected]>
1175
1176 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1177 string.
1178
8d735b87
YQ
11792012-08-23 Yao Qi <[email protected]>
1180
1181 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1182 (tfind_1): Don't call registers_changed, set_traceframe_num,
1183 and clear_traceframe_info.
1184 Call set_current_traceframe.
1185 (set_current_traceframe): call set_traceframe_num.
1186
c5d9b215
SDJ
11872012-08-22 Sergio Durigan Junior <[email protected]>
1188
1189 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1190 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1191
037bbc8e
YPK
11922012-08-22 Khoo Yit Phang <[email protected]>
1193
1194 Enable readline in Python in a GDB-specific way and block the
1195 standard Python readline module to prevent conflicts with GDB.
1196 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1197 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1198 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1199 * python/py-gdb-readline.c: New file.
1200 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1201 prototype.
1202 * python/python.c (_initialize_python): Call
1203 gdbpy_initialize_gdb_readline.
1204
406b1477
KS
12052012-08-22 Keith Seitz <[email protected]>
1206
1207 * defs.h: Include build-gnulib/config.h
1208
6ca1b147
JM
12092012-08-22 Joseph Myers <[email protected]>
1210
1211 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1212 and blx pc.
1213
8315665e
YPK
12142012-08-22 Khoo Yit Phang <[email protected]>
1215
1216 Add a new "python-interactive" command that starts a standard
1217 Python interactive prompt with "pi" as alias, and add "py" as
1218 an alias to "python".
1219 * NEWS: Mention the new commands.
8315665e
YPK
1220 * python/python.c (eval_python_command): New function.
1221 (python_interactive_command): For "python-interactive" with
1222 arguments, call eval_python_command. For "python-interactive"
1223 without arguments, call PyRun_InteractiveLoop.
1224 (_initialize_python): Add "python-interactive" command with
1225 "pi" as alias, and add "py" as an alias to "python".
1226
522002f9
TT
12272012-08-22 Tom Tromey <[email protected]>
1228
1229 * defs.h (quit_flag): Don't declare.
1230 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1231 (QUIT): Use new functions.
1232 * event-top.c (command_handler): Use clear_quit_flag.
1233 (handle_sigint): Use set_quit_flag.
1234 (async_request_quit): Use check_quit_flag. Don't check
1235 immediate_quit.
1236 * exceptions.c (throw_exception): Use clear_quit_flag.
1237 * main.c (captured_main): Use clear_quit_flag.
1238 * python/python.c (clear_quit_flag, set_quit_flag)
1239 (check_quit_flag): New functions.
1240 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1241 clear_quit_flag.
1242 * remote.c (remote_wait_as): Use check_quit_flag,
1243 clear_quit_flag.
1244 (remote_start_remote): Call QUIT.
1245 * symfile.c (load_progress): Use check_quit_flag.
1246 * top.c (command_loop): Use clear_quit_flag.
1247 (command_line_input): Call QUIT.
1248 * utils.c (quit_flag): Conditionally define.
1249 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1250 functions.
1251 (prompt_for_continue): Call QUIT. Use quit, not
1252 async_request_quit.
1253 * remote-mips.c (mips_expect_timeout): Call QUIT.
1254 * monitor.c (monitor_expect): Call QUIT.
1255
b583003e
TT
12562012-08-22 Tom Tromey <[email protected]>
1257
1258 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1259 (async_init_signals): Update.
1260 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1261 (SIGWINCH_HANDLER_BODY): Remove.
1262
e1507e95
TT
12632012-08-22 Tom Tromey <[email protected]>
1264
1265 * jit.c (jit_object_close_impl): Don't malloc the objfile
1266 name.
1267 * objfiles.c (allocate_objfile): Don't malloc the objfile
1268 name.
1269 (free_objfile): Don't free the objfile name.
1270 * objfiles.h (struct objfile) <name>: Update comment.
1271 * symfile.c (reread_symbols): Fix reference counting. Don't
1272 malloc objfile name.
1273
1c00ec6b
TT
12742012-08-22 Tom Tromey <[email protected]>
1275
1276 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1277 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1278 (symfile_bfd_open): Likewise.
1279 (generic_load): Likewise.
1280 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1281 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1282 gdb_bfd_open.
1283 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1284 Use gdb_bfd_open.
1285 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1286 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1287 (pmon_load_fast): Likewise.
1288 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1289 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1290 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1291 (macho_check_dsym): Likewise.
1292 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1293 (m32r_upload_command): Likewise.
1294 * gdb_bfd.h (gdb_bfd_cache): Declare.
1295 * gdb_bfd.c (struct gdb_bfd_data): New.
1296 (gdb_bfd_cache): New global.
1297 (struct gdb_bfd_cache_search): New.
1298 (hash_bfd): New function.
1299 (eq_bfd): Likewise.
1300 (gdb_bfd_open): Likewise.
1301 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1302 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1303 gdb_bfd_data.
1304 * exec.c (exec_file_attach): Use gdb_bfd_open.
1305 * dsrec.c (load_srec): Use gdb_bfd_open.
1306
6532ff36
TT
13072012-08-22 Tom Tromey <[email protected]>
1308
1309 * dwarf2read.c (macro_start_file): Update.
1310 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1311 (free_objfile_per_bfd_storage): Destroy macro_cache.
1312 (allocate_objfile, free_objfile): Update.
1313 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1314 New field.
1315 (struct objfile) <macro_cache>: Remove.
1316 * symfile.c (reread_symbols): Update.
1317 * symmisc.c (print_symbol_bcache_statistics): Update.
1318 (print_objfile_statistics): Update.
1319
706e3705
TT
13202012-08-22 Tom Tromey <[email protected]>
1321
1322 * elfread.c (elf_symtab_read): Update.
1323 * objfiles.c (objfiles_bfd_data): New global.
1324 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1325 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1326 (allocate_objfile, free_objfile): Update.
1327 (_initialize_objfiles): Initialize objfiles_bfd_data.
1328 * objfiles.h (struct objfile_per_bfd_storage): New.
1329 (struct objfile) <per_bfd>: New field.
1330 <filename_cache>: Remove.
1331 (set_objfile_per_bfd): Declare.
1332 * symfile.c (reread_symbols): Update. Call
1333 set_objfile_per_bfd.
1334 (allocate_symtab): Update.
1335 * symmisc.c (print_symbol_bcache_statistics): Update.
1336 (print_objfile_statistics): Print the size of the BFD obstack.
1337
e992eda4
TT
13382012-08-22 Tom Tromey <[email protected]>
1339
1340 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1341 * gdb_bfd.c: Use DEFINE_REGISTRY.
1342 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1343 (gdb_bfd_ref): Call bfd_alloc_data.
1344 (gdb_bfd_unref): Call bfd_free_data.
1345
6b81941e
TT
13462012-08-22 Tom Tromey <[email protected]>
1347
1348 * registry.h (struct registry_fields): New.
1349 (REGISTRY_FIELDS): Redefine.
1350 (REGISTRY_ACCESS_FIELD): New macro.
1351 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1352 functions.
1353
8e260fc0
TT
13542012-08-22 Tom Tromey <[email protected]>
1355
1356 * auto-load.c (_initialize_auto_load): Update.
1357 * solib-svr4.c (_initialize_svr4_solib): Update
1358 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1359 * solib-darwin.c (_initialize_darwin_solib): Update.
1360 * registry.h: New file.
1361 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1362 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1363 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1364 (register_program_space_data_with_cleanup)
1365 (register_program_space_data, program_space_alloc_data)
1366 (clear_program_space_data, set_program_space_data)
1367 (program_space_data): Don't declare.
1368 * progspace.c: Use DEFINE_REGISTRY.
1369 (struct program_space_data, struct
1370 program_space_data_registration, struct
1371 program_space_data_registry, program_space_data_registry)
1372 (register_program_space_data_with_cleanup)
1373 (register_program_space_data, program_space_alloc_data)
1374 (program_space_free_data, clear_program_space_data)
1375 (set_program_space_data, program_space_data): Remove.
1376 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1377 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1378 (register_objfile_data_with_cleanup, register_objfile_data)
1379 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1380 declare.
1381 * objfiles.c: Use DEFINE_REGISTRY.
1382 (struct objfile_data, struct objfile_data_registration, struct
1383 objfile_data_registry, objfile_data_registry)
1384 (register_objfile_data_with_cleanup, register_objfile_data)
1385 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1386 (set_objfile_data, objfile_data): Remove.
1387 (_initialize_objfiles): Update.
1388 * jit.c (_initialize_jit): Update.
1389 * inflow.c (_initialize_inflow): Update.
1390 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1391 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1392 (register_inferior_data_with_cleanup, register_inferior_data)
1393 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1394 declare.
1395 * inferior.c: Use DEFINE_REGISTRY.
1396 (struct inferior_data, struct inferior_data_registration, struct
1397 inferior_data_registry, inferior_data_registry)
1398 (register_inferior_data_with_cleanup, register_inferior_data)
1399 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1400 (set_inferior_data, inferior_data): Remove.
1401 * auxv.c (_initialize_auxv): Update.
1402 * ada-lang.c (_initialize_ada_language): Update.
1403 * breakpoint.c (_initialize_breakpoint): Update.
1404 * i386-nat.c (i386_use_watchpoints): Update.
1405
ed9eebaf
TT
14062012-08-22 Tom Tromey <[email protected]>
1407
1408 * exec.c (exec_close, exec_file_attach): Update.
1409 (add_to_section_table): Initialize 'key' field.
1410 (add_target_sections, remove_target_sections): Add 'key' argument.
1411 * exec.h (add_target_sections, remove_target_sections): Add
1412 'key' argument.
1413 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1414 (reload_shared_libraries_1): Update.
1415 * target.h (struct target_section) <key>: New field.
1416
2f2e97fa
TT
14172012-08-22 Tom Tromey <[email protected]>
1418
1419 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1420
b3dbbd6f
PM
14212012-08-21 Pierre Muller <[email protected]>
1422
1423 * symfile.c (allocate_symtab): Use host_address_to_string
1424 function instead of cast of pointer to long which is not
1425 compatible with x86_64-w64-mingw32 build.
1426
f94363d7
AP
14272012-08-19 Andrew Pinski <[email protected]>
1428
1429 * mips-tdep.c (is_octeon): New function.
1430 (is_octeon_bbit_op): New function.
1431 (mips32_next_pc): Handle Octeon's bbit instructions.
1432 (mips32_instruction_has_delay_slot): Likewise.
1433
78a59c2f
AP
14342012-08-19 Andrew Pinski <[email protected]>
1435
1436 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1437 before the function.
1438
4f5bcb50
AP
14392012-08-19 Andrew Pinski <[email protected]>
1440
1441 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1442
e5afdbd7
KS
14432012-08-19 Keith Seitz <[email protected]>
1444
1445 PR c++/14365
1446 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1447 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1448
13c9750e
EZ
14492012-08-18 Eli Zaretskii <[email protected]>
1450
1451 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1452 The typo broke "make TAGS".
1453
db761810 14542012-08-17 Joel Brobecker <[email protected]>
1455
1456 GDB 7.5 released.
1457
a451cb65
KS
14582012-08-17 Keith Seitz <[email protected]>
1459
1460 PR c++/13356
1461 * gdbtypes.c (strict_type_checking): New variable.
1462 (show_strict_type_checking): New function.
1463 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1464 if strict type checking is disabled.
1465 (_initialize_gdbtypes): Add "check type" subcommand.
1466 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1467
14682012-08-17 Keith Seitz <[email protected]>
1469
1470 * language.h (type_mode): Remove.
1471 (type_check): Remove.
1472 (struct language_defn): Remove la_type_check.
1473 (STRICT_TYPE): Remove unused macro.
1474 (type_error): Remove.
1475 * language.c (set_type_range_case): Renamed to ...
1476 (set_range_case): ... this. Update all callers.
1477 Remove type_mode/type_check.
1478 (type_mode): Remove.
1479 (type_check): Remove.
1480 (show_type_command): Remove.
1481 (set_type_command): Remove.
1482 (language_info): Remove type checking output.
1483 (type_error): Remove unused function.
1484 (range_error): Update comment.
1485 (unknown_language_defn): Remove la_type_check.
1486 (auto_language_defn): Likewise.
1487 (local_language_defn): Likewise.
1488 (_initialize_language): Remove "check type" subcommand.
1489 * ada-lang.c (ada_language_defn): Remove la_type_check.
1490 * c-lang.c (c_language_defn): Likewise.
1491 (cplus_language_defn): Likewise.
1492 (asm_language_defn): Likewise.
1493 (minimal_language_defn): Likewise.
1494 * d-lang.c (d_language_defn): Likewise.
1495 * f-lang.c (f_language_defn): Likewise.
1496 * go-lang.c (go_language_defn): Likewise.
1497 * jv-lang.c (java_language_defn): Likewise.
1498 * m2-lang.c (m2_language_defn): Likewise.
1499 * objc-lang.c (objc_language_defn): Likewise.
1500 * opencl-lang.c (opencl_language_defn): Likewise.
1501 * p-lang.c (pascal_language_defn): Likewise.
1502
dbf6a605
MF
15032012-08-16 Mike Frysinger <[email protected]>
1504
1505 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1506
973e3cf7
JB
15072012-08-16 Joel Brobecker <[email protected]>
1508
1509 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1510 New function.
1511 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1512 using the regache. Use ia64_hpux_get_register_from_save_state_t
1513 to access the bsp and bspstore registers if not.
1514
d80ee84f
JB
15152012-08-16 Joel Brobecker <[email protected]>
1516
1517 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1518 * breakpoint.c (detach_breakpoints): Change pid parameter into
1519 a ptid. Adjust code accordingly.
1520 * infrun.c (handle_inferior_event): Delete variable child_pid.
1521 Update call to detach_breakpoints to pass the child ptid for
1522 fork events.
1523 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1524 assert that inferior_ptid's lwp is zero.
1525 (linux_handle_extended_wait): Update call to detach_breakpoints.
1526 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1527 detach_breakpoints.
1528
2dcc6086
JB
15292012-08-16 Joel Brobecker <[email protected]>
1530
1531 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1532 parent, only call detach_breakpoints if tts.tts_event ==
1533 TTEVT_VFORK.
1534
0c92d8c1
JB
15352012-08-16 Joel Brobecker <[email protected]>
1536
1537 * dwarf2-frame.c (dwarf2_frame_cache): Use
1538 get_frame_address_in_block instead of get_frame_pc as
1539 the bound for executing the frame's FDE.
1540
6b1755ce
YQ
15412012-08-16 Yao Qi <[email protected]>
1542
1543 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1544 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1545 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1546 (c_type_print_varspec_suffix): Likewise.
1547 * eval.c (evaluate_subexp_standard): Likewise.
1548 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1549 (f_type_print_varspec_suffix): Likewise.
1550 * gdbtypes.c (is_scalar_type): Likewise.
1551 (recursive_dump_type): Likewise.
1552 * infcall.c (value_arg_coerce): Likewise.
1553 * m2-valprint.c (m2_val_print): Likewise.
1554 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1555 (pascal_type_print_varspec_suffix): Likewise.
1556 (pascal_type_print_base): Likewise.
1557 * p-valprint.c (pascal_val_print): Likewise.
1558 (pascal_val_print): Likewise.
1559 * valops.c (value_slice): Likewise.
1560 * valprint.c (scalar_type_p): Likewise.
1561 * valarith.c (value_bitstring_subscript): Remove.
1562 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1563 Remove comment on TYPE_CODE_BITSTRING.
1564
1565 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1566 TYPE_CODE_BITSTRING.
1567
1568 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1569 slot 0.
1570
8acc4065
YQ
15712012-08-16 Yao Qi <[email protected]>
1572
1573 * tracepoint.c (trace_find_none_command): Remove.
1574 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1575
8128fd8e
YQ
15762012-08-16 Yao Qi <[email protected]>
1577
1578 * remote.c (handle_notification): Remove parameter 'length'.
1579 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1580
2873700e
KS
15812012-08-15 Keith Seitz <[email protected]>
1582
1583 * gdbtypes.c (opaque_type_resolution): Make static.
1584 Add missing comment.
1585 (overload_debug): Add missing comment.
1586 (show_opaque_type_resolution): Likewise.
1587 (show_overload_debug): Likewise.
1588 (print_bit_vector): Remove unnecessary forward declaration.
1589 (print_arg_types): Likewise.
1590 (dump_fn_fieldlists): Likewise.
1591 (print_cplus_stuff): Likewise.
1592
b82d08cd
TT
15932012-08-15 Tom Tromey <[email protected]>
1594
1595 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1596 (gdb_bfd_ref): Initialize new field.
1597 (gdb_bfd_unref): Unref the archive BFD.
1598 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1599 parent archive.
1600
db6573d6
TT
16012012-08-15 Tom Tromey <[email protected]>
1602
1603 PR python/14387:
1604 * python/py-bpevent.c (create_breakpoint_event_object): Update
1605 comment.
1606 * python/py-event.c (evpy_add_attribute): Update comment.
1607 * python/py-exitedevent.c (create_exited_event_object): Fix
1608 reference counting and error handling.
1609 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1610 Fix reference counting.
1611 * python/py-signalevent.c (create_signal_event_object): Fix
1612 reference counting and error handling.
1613 * python/py-stopevent.c (emit_stop_event): Fix reference
1614 counting.
1615 * python/py-threadevent.c (get_event_thread): Return a
1616 borrowed reference.
1617 * python/py-type.c (convert_field): Fix reference counting.
1618
a036ba48
TT
16192012-08-15 Tom Tromey <[email protected]>
1620
1621 * dwarf2read.c (dwarf_decode_macro_bytes)
1622 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1623 as hash key.
1624
486c7739
MF
16252012-08-14 Mike Frysinger <[email protected]>
1626
1627 * infcmd.c (_initialize_infcmd): Update help text for the signal,
1628 stepi, nexti, finish, next, step, jump, and continue commands.
1629 * infrun.c (_initialize_infrun): Update help text for the handle
1630 command.
1631
4cf93a03
DE
16322012-08-14 Doug Evans <[email protected]>
1633
70b099cf
DE
1634 * gdbtypes.c (struct extra): Delete, unused.
1635
5212577a
DE
1636 * gdbtypes.c: Whitespace cleanup.
1637 (address_space_name_to_int): Remove "extern" from definition.
1638 (_initialize_gdbtypes): Declare with initialize_file_ftype.
1639
4cf93a03
DE
1640 * gdbtypes.c (make_pointer_type): Remove redundant setting of
1641 TYPE_POINTER_TYPE (type).
1642
3756ef7e
GB
16432012-08-14 Gary Benson <[email protected]>
1644
1645 * solib-svr4.c (svr4_free_library_list): Use free_so.
1646
40d72643
MF
16472012-08-13 Mike Frysinger <[email protected]>
1648
1649 * .gitignore: Add go-exp.c.
1650
f47f77df
DE
16512012-08-13 Doug Evans <[email protected]>
1652
1653 * value.c (show_convenience): Tweak comment.
1654 (_initialize_values): Mention convenience functions in the help text
1655 for "show convenience".
1656
7507c54a
YQ
16572012-08-13 Yao Qi <[email protected]>
1658
1659 * std-operator.def: Remove TERNOP_SLICE_COUNT.
1660 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1661 TERNOP_SLICE_COUNT.
1662 * eval.c (evaluate_subexp_standard): Likewise.
1663 * expprint.c (print_subexp_standard): Likewise.
1664 (dump_subexp_body_standard): Likewise.
1665 * parse.c (operator_length_standard): Likewise.
1666
5cad9736
YQ
16672012-08-13 Yao Qi <[email protected]>
1668
1669 * std-operator.def: Remove OP_BITSTRING.
1670 * breakpoint.c (watchpoint_exp_is_const): Update.
1671 * eval.c (evaluate_subexp_standard): Remove handling to
1672 OP_BITSTRING.
1673 * expprint.c (print_subexp_standard): Likewise.
1674 (dump_subexp_body_standard): Likewise.
1675 * parse.c (operator_length_standard): Likewise.
1676 * valops.c (value_bitstring): Remove.
1677 * value.h: Remove the declaration of 'value_bitstring'.
1678
bad7670a
SDJ
16792012-08-10 Sergio Durigan Junior <[email protected]>
1680
1681 * linespec.c (find_methods): Remove unused variables `i1' and
1682 `name_len'.
1683 (decode_line_full): Likewise for `arg_start'.
1684
d9dce7fa
SDJ
16852012-08-10 Sergio Durigan Junior <[email protected]>
1686
1687 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1688 (zlib_decompress_section): Likewise for `section_data'.
1689 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1690
a72c3253
DE
16912012-08-10 Doug Evans <[email protected]>
1692
1693 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1694 * NEWS: Document them.
1695 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1696 function/strfns.py.
1697 * python/py-type.c (typy_array_1): New function.
1698 (typy_array): Call it.
1699 (typy_vector): New function.
1700 (type_object_methods): Add "vector".
1701 * python/lib/gdb/function/__init__.py: New file.
1702 * python/lib/gdb/function/strfns.py: New file.
1703
200bc880
SP
17042012-08-10 Siddhesh Poyarekar <[email protected]>
1705
1706 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1707 for TYPE_FIELD_BITPOS.
1708 (typy_get_sizeof): Likewise for TYPE_LENGTH.
1709
de0bea00
MF
17102012-08-10 Mike Frysinger <[email protected]>
1711
1712 PR cli/10436:
1713 * common/vec.h (VEC_merge): Define.
1714 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1715 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1716 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1717 * completer.c: Include gdb_signals.h.
1718 (signal_completer): Define.
1719 * completer.h (signal_completer): Add prototype.
1720 * infcmd.c (_initialize_infcmd): Assign the command
1721 completer for "signal" to handle_completer.
1722 * infrun.c: Include completer.h.
1723 (handle_completer): Define.
1724 (_initialize_infrun): Declare a new local variable c. Store the
1725 result of add_com("handle") to it. Assign the command
1726 completer for "handle" to handle_completer.
1727
5b9afe8a
YQ
17282012-08-09 Yao Qi <[email protected]>
1729
1730 * cli/cli-decode.c (set_cmd_prefix): New.
1731 (lookup_cmd_for_prefixlist): New.
1732 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1733 of each cmd_list_element in *prefixlist.
1734 (add_setshow_cmd_full): set_cmd_prefix.
1735 (add_alias_cmd): Likewise.
1736 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1737 Declare 'auto_boolean_enums'.
1738 * cli/cli-setshow.c: Include "observer.h".
1739 (notify_command_param_changed_p): New.
1740 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1741 Remove 'static'.
1742 (do_setshow_command): Split it to ...
1743 (do_set_command, do_show_command): ... them. New.
1744 (do_set_command): Call observer_notify_command_param_changed if
1745 notify_command_param_changed_p returns true.
1746 (cmd_show_list): Caller update.
1747 * auto-load.c (set_auto_load_cmd): Likewise.
1748 * remote.c (show_remote_cmd): Likewise.
1749 * cli/cli-setshow.h: Update declarations.
1750 * top.c (execute_command): Call do_set_command and do_show_command.
1751
1752 * NEWS: Mention new MI notification.
1753 * mi/mi-interp.c: Declare mi_command_param_changed.
1754 (mi_interpreter_init): Attach mi_command_param_changed to
1755 observer command_param_changed.
1756 (mi_command_param_changed): New.
1757 Remove mi_suppress_breakpoint_notifications.
1758 Define global variable mi_suppress_notification.
1759 (mi_breakpoint_created): Update.
1760 (mi_breakpoint_deleted): Likewise.
1761 (mi_breakpoint_modified): Likewise.
1762 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
1763 'gdb-set' and set mi_suppress_notification.
1764 * mi/mi-main.h: (mi_suppress_notification): New struct.
1765
1969df89
JK
17662012-08-09 Andreas Tobler <[email protected]>
1767 Jan Kratochvil <[email protected]>
1768
1769 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1770
8bfd80db
YQ
17712012-08-09 Yao Qi <[email protected]>
1772
1773 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1774 (skiplist): Move it to skip.c.
1775 (init_cmd_lists): Remove code setting enablebreaklist and
1776 skiplist to NULL.
1777 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1778 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1779 skiplist.
1780 * gdbcmd.h: Likewise.
1781 * skip.c (_initialize_step_skip): Move 'skiplist' from
1782 cli/cli-cmds.c.
1783
28578e6b
YQ
17842012-08-09 Yao Qi <[email protected]>
1785
1786 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1787 * gnu-nat.c, symfile.c: Likewise.
1788
260c0b2a
DE
17892012-08-08 Aaron Gamble <[email protected]>
1790
1791 * utils.c (prompt_for_continue_wait_time): New static global.
1792 (make_command_stats_cleanup): Initialize it.
1793 (report_command_stats): Subtract time waiting for user.
1794 (prompt_for_continue): Track time waiting for user.
1795 (defaulted_query): Track time waiting for user.
1796
4f485ebc
DE
17972012-08-08 Doug Evans <[email protected]>
1798
1799 * eval.c (evaluate_subexp_standard): Fix thinko in handling
1800 UNOP_MEMVAL_TYPE.
1801 * expprint.c (print_subexp_standard, case OP_TYPE): New.
1802 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1803 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1804 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1805 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1806 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1807 elt.
1808 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1809 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1810 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1811 (dump_prefix_expression): Handle OP_TYPE.
1812
2acf2b39
KS
18132012-08-08 Keith Seitz <[email protected]>
1814
1815 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1816 addr_start.
1817
e6712ff1
DE
18182012-08-08 Doug Evans <[email protected]>
1819
1820 * linux-thread-db.c: #include "gdb_vecs.h".
1821 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
1822 updated.
1823 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
1824 (thread_db_load_search): Use a vector to iterate over path elements.
1825 Handle text appearing after "$pdir".
1826
1827 * gdb_string.h: Moved to ...
1828 * common/gdb_string.h: ... here.
1829 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1830 gdb_string.h and gdb_assert.h.
1831
ab854e54
YQ
18322012-08-08 Yao Qi <[email protected]>
1833
1834 * tic6x-tdep.c (tic6x_register_to_value): Remove.
1835 (tic6x_value_to_register): Likewise.
1836 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1837 and set_gdbarch_value_to_register.
1838
4f69f4c2
JK
18392012-08-07 Jan Kratochvil <[email protected]>
1840 Jean-Marc Saffroy <[email protected]>
1841
1842 PR 11804
1843 * defs.h (find_memory_region_ftype): New comment. New arg modified.
1844 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1845 * gcore.c (gcore_create_callback): New function comment. Add modified
1846 parameter. Only write modified regions. Set SEC_READONLY exactly
1847 according to MODIFIED.
1848 (objfile_find_memory_regions): Ignore separate debug info files. Ass
1849 the passed modified value to FUNC.
1850 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1851 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1852 first. New variables modified and has_anonymous. Parse the lines of
1853 smaps file. Add the passed MODIFIED value to FUNC.
1854 * procfs.c (find_memory_regions_callback): Add the passed modified
1855 value.
1856
78ac5f83
TT
18572012-08-06 Tom Tromey <[email protected]>
1858
1859 * dwarf2-frame.c (clear_pointer_cleanup): New function.
1860 (dwarf2_frame_cache): Use it.
1861 * frame-unwind.h (frame_sniffer_ftype): Document prologue
1862 cache initialization constraint.
1863
2c12abee
TT
18642012-08-06 Tom Tromey <[email protected]>
1865
1866 PR python/14386:
1867 * varobj.c (update_dynamic_varobj_children): Don't call
1868 PyIter_Check.
1869
4979d7f0
TT
18702012-08-06 Tom Tromey <[email protected]>
1871
1872 PR cli/14392:
1873 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1874
f3c8a52a
JK
18752012-08-06 Nathaniel Flath <[email protected]>
1876
1877 * NEWS: New entry for 'cd' default parameters.
1878 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1879
5a1cf4d6
TT
18802012-08-03 Tom Tromey <[email protected]>
1881
1882 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1883 return.
1884
7c3270ae
UW
18852012-08-02 Ulrich Weigand <[email protected]>
1886
1887 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1888 to attempting lseek/write.
1889 (inf_child_fileio_pread): Likewise for pread.
1890
ccce17b0
YQ
18912012-08-02 Yao Qi <[email protected]>
1892
1893 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1894 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1895 add_setshow_zinteger_cmd.
1896 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1897 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1898 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1899 instead of add_setshow_zinteger_cmd.
1900 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1901 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1902 instead of add_setshow_zinteger_cmd.
1903 * frame.c (frame_debug): Add 'unsigned'.
1904 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1905 add_setshow_zinteger_cmd.
1906 * frame.h: Update the declaration of 'frame_debug'.
1907 * gdbtypes.c (overload_debug): Add 'unsigned'.
1908 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1909 add_setshow_zinteger_cmd.
1910 * inferior.h: Update declaration of 'debug_infrun'.
1911 * infrun.c (debug_infrun): Add 'unsigned'.
1912 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1913 add_setshow_zinteger_cmd.
1914 * jit.c (jit_debug): Add 'unsigned'.
1915 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1916 add_setshow_zinteger_cmd.
1917 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1918 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1919 instead of add_setshow_zinteger_cmd.
1920 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1921 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1922 add_setshow_zinteger_cmd.
1923 * machoread.c (mach_o_debug_level): Add 'unsigned'.
1924 (_initialize_machoread): Call add_setshow_zuinteger_cmd
1925 instead of add_setshow_zinteger_cmd.
1926 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1927 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1928 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1929 intead of add_setshow_zinteger_cmd.
1930 * mips-tdep.c (mips_debug): Add 'unsigned'.
1931 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1932 instead of add_setshow_zinteger_cmd.
1933 * monitor.c (monitor_debug): Add 'unsigned'.
1934 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1935 add_setshow_zinteger_cmd.
1936 * observer.c (observer_debug): Add 'unsigned'.
1937 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1938 add_setshow_zinteger_cmd.
1939 * parse.c (expressiondebug): Add 'unsigned'.
1940 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1941 add_setshow_zinteger_cmd.
1942 * record.c (record_debug): Add 'unsigned'.
1943 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1944 add_setshow_zinteger_cmd.
1945 * record.h: Update the declaration of 'record_debug'.
1946 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1947 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1948 add_setshow_zinteger_cmd.
1949 * serial.c (global_serial_debug_p): Add 'unsigned'.
1950 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1951 add_setshow_zinteger_cmd.
1952 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1953 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1954 add_setshow_zinteger_cmd.
1955 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1956 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1957 add_setshow_zinteger_cmd.
1958 * target.c (targetdebug): Add 'unsigned'.
1959 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1960 add_setshow_zinteger_cmd.
1961 * valops.c (overload_debug): Add 'unsigned'.
1962 * varobj.c (varobjdebug): Add 'unsigned'.
1963 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1964 add_setshow_zinteger_cmd.
1965 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1966 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1967 instead of add_setshow_zinteger_cmd.
1968
1969 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1970 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1971 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1972 instead of add_setshow_zinteger_cmd.
1973 * gdbarch.c, gdbarch.h: Re-generated.
1974
95b07c96
YQ
19752012-08-02 Yao Qi <[email protected]>
1976
1977 * nto-tdep.c: Don't include cli/cli-decode.h and
1978 cli/cli-cmds.h.
1979 (_initialize_nto_tdep): Remove.
1980 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1981 Remove field.
1982 Remove macro nto_internal_debugging.
1983
57295b0b
RH
19842012-08-01 Richard Henderson <[email protected]>
1985
1986 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1987 (mep-*-*) [gdb_target_obs]: Likewise.
1988
f782ad9b
AS
19892012-07-31 Andreas Schwab <[email protected]>
1990
1991 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1992 linux_get_siginfo_type.
1993
a14dd77e
JK
19942012-07-31 Jan Kratochvil <[email protected]>
1995
1996 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1997 AT_ENTRY_POINT.
1998 (call_function_by_hand) <ON_STACK>: Call write_memory with
1999 gdbarch_breakpoint_from_pc, if possible.
2000 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2001 here.
2002
1467929f
YQ
20032012-07-31 Yao Qi <[email protected]>
2004
2005 * tracepoint.c: Add 'static' for some variables.
2006
70976b65
YQ
20072012-07-31 Yao Qi <[email protected]>
2008
2009 * go32-nat.c: Declare _initialize_go32_nat.
2010 * ser-go32.c: Declare _initialize_ser_dos.
2011 * top.c (do_chdir_cleanup): Add 'static'.
2012
eff9c3e6
KS
20132012-07-30 Keith Seitz <[email protected]>
2014
2015 * linespec.c (linespec_lex_number): A number followed
2016 by quotes is a valid number, too.
2017
728400d7
TT
20182012-07-30 Tom Tromey <[email protected]>
2019
2020 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2021
fcf303ab
UW
20222012-07-30 Ulrich Weigand <[email protected]>
2023
2024 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2025 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2026
4e969b4f
AB
20272012-07-30 Andrew Burgess <[email protected]>
2028
2029 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2030 invalid or reevaluated to prevent prevent references to possibly
2031 delete'd type objects being left in the varobj.
2032
c4bfde41
JK
20332012-07-27 Tom Tromey <[email protected]>
2034 Jan Kratochvil <[email protected]>
2035
2036 * copying.awk: Print buffer-read-only and vi ro markers.
2037 * copying.c: Rebuild.
2038 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2039 * gdbarch.c, gdbarch.h: Rebuild.
2040 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2041 buffer-read-only and vi ro markers.
2042 * features/arm-with-iwmmxt.c: Rebuild.
2043 * features/arm-with-m-fpa-layout.c: Rebuild.
2044 * features/arm-with-m-vfp-d16.c: Rebuild.
2045 * features/arm-with-m.c: Rebuild.
2046 * features/arm-with-neon.c: Rebuild.
2047 * features/arm-with-vfpv2.c: Rebuild.
2048 * features/arm-with-vfpv3.c: Rebuild.
2049 * features/i386/amd64-avx-linux.c: Rebuild.
2050 * features/i386/amd64-avx.c: Rebuild.
2051 * features/i386/amd64-linux.c: Rebuild.
2052 * features/i386/amd64.c: Rebuild.
2053 * features/i386/i386-avx-linux.c: Rebuild.
2054 * features/i386/i386-avx.c: Rebuild.
2055 * features/i386/i386-linux.c: Rebuild.
2056 * features/i386/i386-mmx-linux.c: Rebuild.
2057 * features/i386/i386-mmx.c: Rebuild.
2058 * features/i386/i386.c: Rebuild.
2059 * features/i386/x32-avx-linux.c: Rebuild.
2060 * features/i386/x32-avx.c: Rebuild.
2061 * features/i386/x32-linux.c: Rebuild.
2062 * features/i386/x32.c: Rebuild.
2063 * features/mips-dsp-linux.c: Rebuild.
2064 * features/mips-linux.c: Rebuild.
2065 * features/mips64-dsp-linux.c: Rebuild.
2066 * features/mips64-linux.c: Rebuild.
2067 * features/rs6000/powerpc-32.c: Rebuild.
2068 * features/rs6000/powerpc-32l.c: Rebuild.
2069 * features/rs6000/powerpc-403.c: Rebuild.
2070 * features/rs6000/powerpc-403gc.c: Rebuild.
2071 * features/rs6000/powerpc-405.c: Rebuild.
2072 * features/rs6000/powerpc-505.c: Rebuild.
2073 * features/rs6000/powerpc-601.c: Rebuild.
2074 * features/rs6000/powerpc-602.c: Rebuild.
2075 * features/rs6000/powerpc-603.c: Rebuild.
2076 * features/rs6000/powerpc-604.c: Rebuild.
2077 * features/rs6000/powerpc-64.c: Rebuild.
2078 * features/rs6000/powerpc-64l.c: Rebuild.
2079 * features/rs6000/powerpc-7400.c: Rebuild.
2080 * features/rs6000/powerpc-750.c: Rebuild.
2081 * features/rs6000/powerpc-860.c: Rebuild.
2082 * features/rs6000/powerpc-altivec32.c: Rebuild.
2083 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2084 * features/rs6000/powerpc-altivec64.c: Rebuild.
2085 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2086 * features/rs6000/powerpc-cell32l.c: Rebuild.
2087 * features/rs6000/powerpc-cell64l.c: Rebuild.
2088 * features/rs6000/powerpc-e500.c: Rebuild.
2089 * features/rs6000/powerpc-e500l.c: Rebuild.
2090 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2091 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2092 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2093 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2094 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2095 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2096 * features/rs6000/powerpc-vsx32.c: Rebuild.
2097 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2098 * features/rs6000/powerpc-vsx64.c: Rebuild.
2099 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2100 * features/rs6000/rs6000.c: Rebuild.
2101 * features/s390-linux32.c: Rebuild.
2102 * features/s390-linux32v1.c: Rebuild.
2103 * features/s390-linux32v2.c: Rebuild.
2104 * features/s390-linux64.c: Rebuild.
2105 * features/s390-linux64v1.c: Rebuild.
2106 * features/s390-linux64v2.c: Rebuild.
2107 * features/s390x-linux64.c: Rebuild.
2108 * features/s390x-linux64v1.c: Rebuild.
2109 * features/s390x-linux64v2.c: Rebuild.
2110 * features/tic6x-c62x-linux.c: Rebuild.
2111 * features/tic6x-c62x.c: Rebuild.
2112 * features/tic6x-c64x-linux.c: Rebuild.
2113 * features/tic6x-c64x.c: Rebuild.
2114 * features/tic6x-c64xp-linux.c: Rebuild.
2115 * features/tic6x-c64xp.c: Rebuild.
2116
826f0041
TT
21172012-07-27 Tom Tromey <[email protected]>
2118
2119 * c-exp.y (classify_name): Avoid assignment in condition.
2120
84552b16
PA
21212012-07-27 Roland Schwingel <[email protected]>
2122
2123 * amd64-windows-tdep.c: Include "frame.h".
2124 (amd64_windows_skip_trampoline_code): New function.
2125 (amd64_windows_init_abi): Add trampoline registration.
2126
a8a64aa8
YQ
21272012-07-27 Yao Qi <[email protected]>
2128
2129 * tracepoint.c (cur_traceframe_number): Remove.
2130 (set_tfile_traceframe): Remove.
2131 (tfile_trace_find, tfile_fetch_registers): Update callers.
2132 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2133 (tfile_open, tfile_trace_find): Likewise.
2134
d99067cb
YQ
21352012-07-27 Yao Qi <[email protected]>
2136
2137 * thread.c (switch_to_thread): Don't call registers_changed.
2138
f2e8016f
TT
21392012-07-26 Tom Tromey <[email protected]>
2140
f782ad9b
AS
2141 * Makefile.in (SFILES): Remove objc-exp.y.
2142 (YYFILES): Remove objc-exp.c.
2143 (YYOBJ): Remove objc-exp.o.
2144 (local-maintainer-clean): Don't mention objc-exp.c.
2145 * c-exp.y: Include objc-lang.h.
2146 (%union) <class>: New field.
2147 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2148 (exp): Clone subscript production for OBJC_LBRAC. Add various
2149 Objective C productions.
2150 (msglist, msgarglist, msgarg): New productions.
2151 (array_mod, func_mod, operator): Clone productions for
2152 OBJC_LBRAC.
2153 (parse_string_or_char): Handle '@' strings.
2154 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2155 (classify_name): Check la_name_of_this. Recognize ObjC class
2156 names.
2157 * objc-exp.y: Remove.
2158 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2159 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 2160
f66713d2
JK
21612012-07-26 Markus Metzger <[email protected]>
2162
2163 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2164
7cfe01b4
JK
21652012-07-26 Jan Kratochvil <[email protected]>
2166
2167 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2168 and decrement.
2169
5ba19b4c
TT
21702012-07-26 Tom Tromey <[email protected]>
2171
2172 * copying.c: Rebuild.
2173 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2174 'no_class'.
2175
27618ce4
TT
21762012-07-26 Tom Tromey <[email protected]>
2177
2178 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2179 immediate_quit.
2180 (print_objfile_statistics): Likewise.
2181 (maintenance_print_symbols): Likewise.
2182 (maintenance_print_msymbols): Likewise.
2183 (maintenance_print_objfiles): Likewise.
2184 * psymtab.c (print_partial_symbols): Call QUIT.
2185 (maintenance_print_psymbols): Likewise. Don't modify
2186 immediate_quit.
2187 * copying.c (show_copying_command): Don't modify immediate_quit.
2188 (show_warranty_command): Likewise.
2189 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2190
dd3818c8
KS
21912012-07-26 Keith Seitz <[email protected]>
2192
2193 * linespec.c (linespec_lexer_lex_number): The input
2194 is also a valid number if the next character is a comma
2195 or colon.
2196
23a80689
JB
21972012-07-26 Joel Brobecker <[email protected]>
2198
2199 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2200 configure options.
2201
29f77997
TG
22022012-07-26 Tristan Gingold <[email protected]>
2203
2204 * machoread.c: Include gdb_bfd.h.
2205
a55c1f32
TG
22062012-07-26 Tristan Gingold <[email protected]>
2207
2208 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2209 offset.
2210
56eb65bd
SP
22112012-07-26 Siddhesh Poyarekar <[email protected]>
2212
2213 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2214 SIZE to size_t.
2215 (dwarf2_evaluate_loc_desc): Likewise.
2216 (dwarf2_loc_desc_needs_frame): Likewise.
2217 (locexpr_describe_location_1): Likewise.
2218 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2219 size_t.
2220 (struct dwarf2_loclist_baton): Likewise.
2221 * dwarf2read.c (struct dwarf_block): Likewise.
2222 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2223 (decode_locdesc): Expand SIZE and I to size_t.
2224
aec8845c
JK
22252012-07-25 Jan Kratochvil <[email protected]>
2226
2227 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2228
33d7655b
JB
22292012-07-25 Joel Brobecker <[email protected]>
2230
2231 * doublest.c (convert_doublest_to_floatformat): If the exponent
2232 is too small, treat the value as zero. If the exponent is too
2233 large, treat the value as infinity.
2234
a22d44ff
JB
22352012-07-25 Joel Brobecker <[email protected]>
2236
2237 * configure.ac: Add --enable-lmcheck configure option.
2238 * configure: Regenerate.
2239
d6b28940
TT
22402012-07-25 Tom Tromey <[email protected]>
2241
f782ad9b
AS
2242 * NEWS: Mention maint info bfds.
2243 * gdb_bfd.c (all_bfds): New global.
2244 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2245 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2246 New functions.
d6b28940 2247
6e73ba20
RC
22482012-07-25 Ralf Corsépius <[email protected]>
2249
2250 * configure.tgt: Add v850*-*-rtems*.
2251
d560eebd
TT
22522012-07-25 Tom Tromey <[email protected]>
2253
2254 * macrotab.c (macro_bcache_str): Remove cast.
2255
d7cbec71
HZ
22562012-07-25 Hui Zhu <[email protected]>
2257
2258 * linespec.c (linespec_lexer_lex_number): Update comments,
2259 change the return and add check to make sure the input is
2260 the decimal numbers.
2261 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2262 false, call linespec_lexer_lex_string.
2263
882f447f
TT
22642012-07-24 Tom Tromey <[email protected]>
2265
2266 * symfile.c (symbol_file_add): Don't open BFD twice.
2267
53ab4066 22682012-07-24 Marc Khouzam <[email protected]>
e12c7713
MK
2269
2270 * breakpoint.c (create_breakpoint): Store condition for pending
2271 breakpoints.
2272
108fb0f7
AS
22732012-07-24 Andreas Schwab <[email protected]>
2274
2275 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2276 (m68k_return_value): Handle complex types like structures.
2277 (m68k_svr4_return_value): Likewise.
2278
1634dcbe
JK
22792012-07-24 Marcus Shawcroft <[email protected]>
2280
2281 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2282 parameters to bfd_get_section_name.
2283
e2d12c21
YQ
22842012-07-24 Yao Qi <[email protected]>
2285
2286 * cli/cli-setshow.c: Handle case 'var_uinteger'
2287 and 'var_zuninteger' together. Handle case 'var_integer' and
2288 'var_zinteger' together.
2289
64b92e45
KS
22902012-07-23 Keith Seitz <[email protected]>
2291
2292 * linespec.c (convert_linespec_to_sal): Don't add
2293 any symbols to the result vector if symbol_to_sal
2294 returns zero.
2295
0f5f4ffe
KS
22962012-07-23 Keith Seitz <[email protected]>
2297
2298 * linespec.c (decode_objc): Record the function name
2299 in the linespec.
2300
da1cc82f
TT
23012012-07-23 Tom Tromey <[email protected]>
2302
2303 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2304 counting.
2305 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2306 (map_vmap): Acquire a reference to the BFD.
2307
6c18f3e0
SP
23082012-07-23 Siddhesh Poyarekar <[email protected]>
2309
2310 * p-valprint.c (pascal_object_print_value): Replace potentially
2311 unsafe alloca with xmalloc/xfree.
2312 * valops.c (search_struct_method): Likewise.
2313
695c3173
TT
23142012-07-23 Tom Tromey <[email protected]>
2315
2316 * solib-svr4.c (enable_break): Update.
2317 * bfd-target.h (target_bfd_reopen): Update documentation.
2318
08d2cd74
TT
23192012-07-23 Tom Tromey <[email protected]>
2320
2321 * symfile.c (separate_debug_file_exists): Update.
2322 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2323 (reread_symbols): Update.
2324 * elfread.c (build_id_verify): Update.
2325 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2326 bfd_open_maybe_remote.
2327
596f7d67
TT
23282012-07-23 Tom Tromey <[email protected]>
2329
2330 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2331
8ac244b4
TT
23322012-07-23 Tom Tromey <[email protected]>
2333
2334 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2335 and 'abfd'.
2336 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2337 and 'abfd'.
2338 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2339 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2340 'abfd'.
2341 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2342 * objfiles.c (allocate_objfile): Acquire a new reference.
2343 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2344 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2345 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2346 a cleanup for 'nbfd'.
2347 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2348 for 'nbfd'.
2349 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2350 make a cleanup for 'abfd'.
2351 (symbol_file_add): Make a BFD cleanup.
2352
64c31149
TT
23532012-07-23 Tom Tromey <[email protected]>
2354
2355 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2356 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2357 * corelow.c (core_open): Use gdb_bfd_fopen.
2358 * dsrec.c (load_srec): Use gdb_bfd_openr.
2359 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2360 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2361 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2362 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2363 (gdb_bfd_fdopenr): New functions.
2364 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2365 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2366 (gdb_bfd_fdopenr): Declare.
2367 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2368 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2369 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2370 gdb_bfd_openr_next_archived_file.
2371 (macho_check_dsym): Use gdb_bfd_openr.
2372 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2373 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2374 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2375 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2376 gdb_bfd_openr.
2377 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2378 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2379 gdb_bfd_openr_next_archived_file.
2380 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2381 Use gdb_bfd_openr.
2382 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2383 gdb_bfd_openr.
2384 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2385 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2386 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2387 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2388 (symfile_bfd_open): Use gdb_bfd_fopen.
2389 (generic_load): Use gdb_bfd_openr.
2390 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2391
520b0001
TT
23922012-07-23 Tom Tromey <[email protected]>
2393
2394 * bfd-target.c (target_bfd_reopen): Update.
2395 * cli/cli-dump.c (bfd_openr_with_cleanup)
2396 (bfd_openw_with_cleanup): Update.
2397 * corelow.c (core_open): Update.
2398 * dsrec.c (load_srec): Update.
2399 * exec.c (exec_file_attach): Update.
2400 * gcore.c (create_gcore_bfd): Update.
2401 * gdb_bfd.c (gdb_bfd_ref): Return void.
2402 (gdb_bfd_open): Update.
2403 * gdb_bfd.h (gdb_bfd_ref): Return void.
2404 Update comments.
2405 * jit.c (jit_bfd_try_read_symtab): Update.
2406 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2407 * machoread.c (macho_symfile_read_all_oso): Update.
2408 (macho_check_dsym): Update.
2409 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2410 * remote-m32r-sdi.c (m32r_load): Update.
2411 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2412 * rs6000-nat.c (add_vmap): Update.
2413 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2414 Update.
2415 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2416 * solib-spu.c (spu_bfd_open): Update.
2417 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2418 * spu-linux-nat.c (spu_bfd_open): Update.
2419 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2420 (generic_load): Update.
2421 * windows-nat.c (windows_make_so): Update.
2422
2322ff16
SP
24232012-07-22 Siddhesh Poyarekar <[email protected]>
2424
2425 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2426
3def0b36
PA
24272012-07-20 Jeff Kenton <[email protected]>
2428
2429 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2430 SIGTRAMP_FRAME unwinding.
2431
e615022a
DE
24322012-07-20 Doug Evans <[email protected]>
2433
2434 * NEWS: Document new options "set/show use-deprecated-index-sections",
2435 and delete reference to --use-deprecated-index-sections.
2436 * symfile.h (use_deprecated_index_sections): Delete.
2437 * dwarf2read.c (use_deprecated_index_sections): Make static.
2438 (read_index_from_section): Update wording of how to load
2439 deprecated index sections.
2440 (_initialize_dwarf2_read): New options
2441 "set/show use-deprecated-index-sections".
2442 * main.c (captured_main): Delete --use-deprecated-index-sections.
2443
64776a0b
PA
24442012-07-20 Pedro Alves <[email protected]>
2445
2446 PR threads/11692
2447 PR gdb/12203
2448
2449 * infrun.c (handle_inferior_event) <new thread>: Don't special
2450 case minus_one_ptid.
2451 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2452 * linux-thread-db.c (thread_get_info_callback): Don't return early
2453 if the thread is zombie.
2454 (thread_from_lwp): Change return type to void. Rewrite stale
2455 comment.
2456 (attach_thread): Don't return early if the thread is zombie,
2457 instead set its "dying" flag.
2458 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2459 (find_new_threads_callback): Don't return early if the thread is
2460 zombie.
2461
09826ec5
PA
24622012-07-20 Pedro Alves <[email protected]>
2463
2464 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2465 * target.c (target_wait): Likewise.
2466 (str_comma_list_concat_elem, do_option, target_options_to_string):
2467 New functions.
2468 * target.h (target_options_to_string): Declare.
2469
f7a35f02
TT
24702012-07-20 Jan Kratochvil <[email protected]>
2471 Tom Tromey <[email protected]>
2472
2473 * dwarf2read.c (dwarf_decode_macros)
2474 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2475 DW_MACRO_GNU_transparent_include_alt>: New cases.
2476 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2477 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2478
b81e1ee0
TT
24792012-07-20 Tom Tromey <[email protected]>
2480
2481 * dwarf2read.c (try_open_dwo_file): Don't call
2482 gdb_bfd_stash_filename.
2483
99c1624c
PA
24842012-07-20 Pedro Alves <[email protected]>
2485
2486 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2487 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2488 (i386_process_record): Tweak description comments.
2489
4ffa4fc7
PA
24902012-07-20 Pedro Alves <[email protected]>
2491
2492 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2493 (i386_process_record): Use record_read_memory.
2494 * record.c (record_read_memory): New function.
2495 (record_arch_list_add_mem, record_exec_insn): Use
2496 record_read_memory.
2497 * record.h (record_read_memory): Declare.
2498
c24343e2
YQ
24992012-07-20 Yao Qi <[email protected]>
2500
2501 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2502 NULL for xfree.
2503
90f47860
PA
25042012-07-19 Pedro Alves <[email protected]>
2505
2506 * record.c (record_resume): Ask the target beneath to report all
2507 signals.
2508
01093045
DE
25092012-07-19 Doug Evans <[email protected]>
2510
2511 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2512 there's no section at address zero.
2513 (dwarf2_record_block_ranges): Ditto.
2514
a7c3d162
YQ
25152012-07-19 Yao Qi <[email protected]>
2516
2517 * command.h, remote.c: Fix a typo in comment.
2518
608b4967
TT
25192012-07-19 Tom Tromey <[email protected]>
2520
2521 PR exp/13206:
2522 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2523 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2524 OP_DECLTYPE>: New cases.
2525 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2526 (type_exp): Add new productions.
2527 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2528 and decltype.
2529 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2530 New case.
2531 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2532 OP_DECLTYPE>: New case.
2533 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2534 New case.
2535 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2536 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2537
274b54d7
TT
25382012-07-19 Tom Tromey <[email protected]>
2539
2540 * c-exp.y (enum token_flags): New.
2541 (struct token) <cxx_only>: Remove.
2542 <flags>: New field.
2543 (tokentab3, tokentab2, ident_tokens): Update.
2544 (lex_one_token): Update. Handle FLAG_SHADOW.
2545
9eaf6705
TT
25462012-07-19 Tom Tromey <[email protected]>
2547
2548 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2549 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2550 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2551 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
2552 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
2553 type_exp production where appropriate.
2554 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2555 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2556 <UNOP_MEMVAL_TYPE>: New case.
2557 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2558 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2559 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2560 <UNOP_MEMVAL_TYPE>: New case.
2561 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2562 UNOP_REINTERPRET_CAST>: Update.
2563 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2564 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2565 UNOP_REINTERPRET_CAST>: Update.
2566 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2567 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2568 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2569 constants.
2570
6ace3df1
YQ
25712012-07-19 Yao Qi <[email protected]>
2572 Jan Kratochvil <[email protected]>
2573
2574 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2575 and case 'var_optional_filename' together.
2576 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2577 instead of add_setshow_optional_filename_cmd for setshow command
2578 'args'. Set completer for 'set args'.
2579
48faced0
DE
25802012-07-18 Doug Evans <[email protected]>
2581
2582 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2583 * common/gdb_vecs.c: New file, contents from utils.c.
2584 * common/host-defs.h: New file, contents from defs.h.
2585 * utils.h: New file, contents from defs.h.
2586 * defs.h: Move all declarations of objects defined in utils.c
2587 to utils.h (except QUIT() and related).
2588 #include "utils.h", "host-defs.h".
2589 * probe.h (probe_p): Move here from gdb_vecs.h.
2590 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2591 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2592 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2593 * Makefile.in (SFILES): Add common/gdb_vecs.c.
2594 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2595 (COMMON_OBS): Add gdb_vecs.o.
2596 (gdb_vecs.o): New rule.
2597
66f1999b
KS
25982012-07-18 Keith Seitz <[email protected]>
2599
2600 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2601 parameter. If non-zero, use SYMNAME as the canonical name
2602 for the SaL.
2603 Update all callers.
2604 (convert_linespec_to_sals): Use add_sal_to_sals for
2605 expressions, too.
2606 (decode_line_full): No need to "fill in missing canonical names"
2607 anymore. Simply make cleanups for the allocated names.
2608
5d94e27b
KS
26092012-07-18 Keith Seitz <[email protected]>
2610
2611 * linespec.c (struct linespec): Constify expression,
2612 source_filename, function_name, and label_name.
2613 (symbol_not_found_error): Make all parameters const.
2614 (linespec_parser_delete): No need to check for NULL
2615 when using xfree. Cast const char * to char * for xfree.
2616
af4908ba
KS
26172012-07-18 Keith Seitz <[email protected]>
2618
2619 * breakpoint.c (invalid_thread_id_error): New function.
2620 (find_condition_and_thread): Use invalid_thread_id_error.
2621 (watch_command_1): Likewise.
2622
853254db
TT
26232012-07-18 Tom Tromey <[email protected]>
2624
2625 * cc-with-index.sh, cc-with-dwz.sh: Remove.
2626 * contrib/cc-with-tweaks.sh: New file.
2627
2ec9a5e0
TT
26282012-07-18 Tom Tromey <[email protected]>
2629
2630 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2631 (locate_dwz_sections): Recognize .gdb_index.
2632 (create_cus_from_index_list): New function.
2633 (create_cus_from_index): Use it. Handle .dwz data.
2634 (read_index_from_section): New function, extracted from
2635 dwarf2_read_index.
2636 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
2637 if needed.
2638
36586728
TT
26392012-07-18 Tom Tromey <[email protected]>
2640
2641 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2642 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2643 <is_dwz>: New field.
2644 (struct dwz_file): New.
2645 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2646 (locate_dwz_sections, dwarf2_get_dwz_file)
2647 (get_abbrev_section_for_cu): New functions.
2648 (error_check_comp_unit_head, read_and_check_comp_unit_head)
2649 (read_and_check_type_unit_head): Add abbrev_section argument.
2650 (create_debug_types_hash_table): Update.
2651 (init_cutu_and_read_dies): Use proper abbrev section.
2652 (init_cutu_and_read_dies_no_follow): Likewise.
2653 (set_partial_user): Do nothing if PST==NULL.
2654 (read_comp_units_from_section): New function.
2655 (create_all_comp_units): Use it.
2656 (scan_partial_symbols, partial_die_parent_scope): Update.
2657 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2658 (process_imported_unit_die, read_partial_die): Handle .dwz files.
2659 (find_partial_die): Add offset_in_dwz argument. Update.
2660 (guess_partial_die_structure_name, fixup_partial_die): Update.
2661 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2662 DW_FORM_GNU_strp_alt.
2663 (read_indirect_string_from_dwz): New function.
2664 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2665 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2666 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2667 (follow_die_offset): Add offset_in_dwz argument.
2668 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2669 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2670 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2671 Handle new macro forms.
2672 (dwarf_decode_macros): Update.
2673 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2674 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2675 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2676 (create_debug_types_hash_table): Use correct abbrev section.
2677 (get_debug_line_section): New function.
2678 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2679 (process_full_comp_unit): Pass 'required' argument to
2680 end_symtab_get_static_block.
2681 * buildsym.h (end_symtab_get_static_block): Update.
2682 * buildsym.c (end_symtab_get_static_block): Add 'required'
2683 argument.
2684 (end_symtab, end_expandable_symtab): Update.
2685
4bf44c1c
TT
26862012-07-18 Tom Tromey <[email protected]>
2687
2688 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2689 (pagesize): Remove.
2690 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2691 (zlib_decompress_section): Remove.
2692 (dwarf2_read_section): Use gdb_bfd_map_section.
2693 (munmap_section_buffer): Remove.
2694 (free_dwo_file, dwarf2_per_objfile_free): Don't use
2695 munmap_section_buffer.
2696 * gdb_bfd.c: Include zlib.h, sys/mman.h.
2697 (struct gdb_bfd_section_data): New.
2698 (free_one_bfd_section): New function.
2699 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2700 (get_section_descriptor, zlib_decompress_section)
2701 (gdb_bfd_map_section): New functions.
2702 * gdb_bfd.h (gdb_bfd_map_section): Declare.
2703
bb397797
TT
27042012-07-18 Tom Tromey <[email protected]>
2705
2706 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2707
6ec53d05
TT
27082012-07-18 Tom Tromey <[email protected]>
2709
2710 * gdb_bfd.c (struct gdb_bfd_data): New.
2711 (gdb_bfd_cache): New global.
2712 (struct gdb_bfd_cache_search): New.
2713 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2714 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2715 * gdb_bfd.h (gdb_bfd_open): Declare.
2716
f9a062ff
TT
27172012-07-18 Tom Tromey <[email protected]>
2718
2719 * utils.c (make_cleanup_bfd_unref): Rename from
2720 make_cleanup_bfd_close.
2721 * defs.h (make_cleanup_bfd_unref): Rename from
2722 make_cleanup_bfd_close.
2723 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2724 (bfd_openw_with_cleanup): Update.
2725 * corelow.c (core_open): Update.
2726 * dsrec.c (load_srec): Update.
2727 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2728 * remote-m32r-sdi.c (m32r_load): Update.
2729 * remote-mips.c (mips_load_srec): Update.
2730 (pmon_load_fast): Update.
2731 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2732 Update.
2733 (darwin_bfd_open): Update.
2734 * solib.c (solib_bfd_fopen): Update.
2735 * symfile-mem.c (symbol_file_add_from_memory): Update.
2736 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2737 (symfile_bfd_open): Update.
2738 (generic_load): Update.
2739
d6ad71ba
TT
27402012-07-18 Tom Tromey <[email protected]>
2741
2742 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2743 (pmon_load_fast): Likewise.
2744 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2745 (m32r_upload_command): Likewise.
2746 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2747 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2748 Use make_cleanup_bfd_close.
2749
a4453b7e
TT
27502012-07-18 Tom Tromey <[email protected]>
2751
2752 * symfile.c (symfile_bfd_open): Don't copy name. Call
2753 gdb_bfd_stash_filename.
2754 (load_command): Open the new BFD before freeing the old.
2755 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2756 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2757 Call gdb_bfd_stash_filename.
2758 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2759 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
2760 gdb_bfd_stash_filename.
2761 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2762 Free found_pathname.
2763 * rs6000-nat.c (add_vmap): Don't copy filename. Call
2764 gdb_bfd_stash_filename.
2765 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2766 * machoread.c (macho_add_oso_symfile): Call
2767 gdb_bfd_stash_filename.
2768 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
2769 gdb_bfd_stash_filename.
2770 (macho_check_dsym): Don't copy filename. Call
2771 gdb_bfd_stash_filename.
2772 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2773 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2774 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2775 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2776 * exec.c (exec_close): Don't free the BFD's filename.
2777 (exec_file_attach): Don't copy the filename. Call
2778 gdb_bfd_stash_filename.
2779 * corelow.c (core_close): Don't free the BFD's filename.
2780 (core_open): Call gdb_bfd_stash_filename.
2781 * corefile.c (reopen_exec_file): Remove #if 0 code.
2782 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
2783 pathname.
2784 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2785
cbb099e8
TT
27862012-07-18 Tom Tromey <[email protected]>
2787
2788 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2789 gdb_bfd_unref.
2790 (free_dwo_file): Use gdb_bfd_unref.
2791 * cli/cli-dump.c: Include gdb_bfd.h.
2792 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2793 (bfd_openr_with_cleanup): Likewise.
2794 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2795 gdb_bfd_unref.
2796 * utils.c: Include gdb_bfd.h.
2797 (do_bfd_close_cleanup): Use gdb_bfd_unref.
2798 * symfile.c: Include gdb_bfd.h.
2799 (separate_debug_file_exists): Use gdb_bfd_unref.
2800 (bfd_open_maybe_remote): Use gdb_bfd_ref.
2801 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2802 (generic_load): Use gdb_bfd_ref.
2803 (reread_symbols): Use gdb_bfd_unref.
2804 * symfile-mem.c: Include gdb_bfd.h.
2805 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2806 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2807 * solib.c: Include gdb_bfd.h.
2808 (solib_bfd_fopen): Use gdb_bfd_ref.
2809 (solib_bfd_open): Use gdb_bfd_unref.
2810 (free_so_symbols): Use gdb_bfd_unref.
2811 (reload_shared_libraries_1): Use gdb_bfd_unref.
2812 * solib-spu.c: Include gdb_bfd.h.
2813 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2814 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2815 gdb_bfd_unref.
2816 * solib-frv.c: Include gdb_bfd.h.
2817 (enable_break2): Use gdb_bfd_unref.
2818 * solib-dsbt.c: Include gdb_bfd.h.
2819 (enable_break2): Use gdb_bfd_unref.
2820 * solib-darwin.c: Include gdb_bfd.h.
2821 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2822 gdb_bfd_unref.
2823 (darwin_bfd_open): Use gdb_bfd_unref.
2824 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2825 * remote-mips.c: Include gdb_bfd.h.
2826 (mips_load_srec): Use gdb_bfd_ref.
2827 (pmon_load_fast): Use gdb_bfd_ref.
2828 * remote-m32r-sdi.c: Include gdb_bfd.h.
2829 (m32r_load): Use gdb_bfd_ref.
2830 * record.c: Include gdb_bfd.h.
2831 (record_save_cleanups): Use gdb_bfd_unref.
2832 (cmd_record_save): Use gdb_bfd_unref.
2833 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2834 gdb_bfd_unref.
2835 * objfiles.h (gdb_bfd_close_or_warn): Remove.
2836 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2837 * objfiles.c: Include gdb_bfd.h.
2838 (free_objfile): Use gdb_bfd_unref.
2839 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2840 gdb_bfd.c.
2841 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2842 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2843 (macho_check_dsym): Likewise.
2844 * m32r-rom.c: Include gdb_bfd.h.
2845 (m32r_load): Use gdb_bfd_ref.
2846 (m32r_upload_command): Use gdb_bfd_ref.
2847 * jit.c: Include gdb_bfd.h.
2848 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2849 * gdb_bfd.h: New file.
2850 * gdb_bfd.c: New file.
2851 * gcore.c: Include gdb_bfd.h.
2852 (create_gcore_bfd): Use gdb_bfd_ref.
2853 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2854 (gcore_command): Use gdb_bfd_unref.
2855 * exec.c: Include gdb_bfd.h.
2856 (exec_close): Use gdb_bfd_unref.
2857 (exec_close_1): Use gdb_bfd_unref.
2858 (exec_file_attach): Use gdb_bfd_ref.
2859 * elfread.c: Include gdb_bfd.h.
2860 (build_id_verify): Use gdb_bfd_unref.
2861 * dsrec.c: Include gdb_bfd.h.
2862 (load_srec): Use gdb_bfd_ref.
2863 * corelow.c: Include gdb_bfd.h.
2864 (core_close): Use gdb_bfd_unref.
2865 (core_open): Use gdb_bfd_ref.
2866 * bfd-target.c: Include gdb_bfd.h.
2867 (target_bfd_xclose): Use gdb_bfd_unref.
2868 (target_bfd_reopen): Use gdb_bfd_ref.
2869 * Makefile.in (SFILES): Add gdb_bfd.c.
2870 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2871 (COMMON_OBS): Add gdb_bfd.o.
2872
ed1d1739
KS
28732012-07-18 Keith Seitz <[email protected]>
2874
2875 * breakpoint.c (find_condition_and_thread): Initialize
2876 TASK and REST.
2877 (create_breakpiont): find_condition_and_thread will now
2878 initialize COND_STRING, THREAD, and REST (and TASK).
2879 (addr_string_to_sals): Likewise.
2880
eab402df
PA
28812012-07-18 Pedro Alves <[email protected]>
2882
2883 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2884 Pull the single step breakpoints out of the target.
2885
2b963b68
SDJ
28862012-07-18 Sergio Durigan Junior <[email protected]>
2887
2888 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2889 * stap-probe.c (compile_probe_arg): Likewise.
2890
6bac7473
SDJ
28912012-07-18 Sergio Durigan Junior <[email protected]>
2892
2893 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2894 (elf_compile_to_ax): Likewise.
2895 * infrun.c (insert_exception_resume_from_probe): Likewise.
2896 (check_exception_resume): Remove `objfile' variable.
2897 * probe.c (find_probe_by_pc): Remove `objfile' argument.
2898 (struct probe_and_objfile, probe_and_objfile_s): Delete.
2899 (collect_probes): Adjust return value to `VEC (probe_p) *'.
2900 (compare_entries): Rename to...
2901 (compare_probes): ...this. Adjust function to work with
2902 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
2903 respectively.
2904 (gen_ui_out_table_header_info): Adjust `probes' argument to be
2905 `VEC (probe_p) *'.
2906 (print_ui_out_info): Adjust argument to be `struct probe *'.
2907 (info_probes_for_ops): Adjust internal computations to use
2908 `VEC (probe_p) *'.
2909 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2910 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2911 gen_info_probes_table_values>: Remove `objfile' argument.
2912 (struct probe) <objfile>: New field.
2913 (find_probe_by_pc): Remove `objfile' argument.
2914 * stap-probe.c (stap_parse_probe_arguments): Likewise.
2915 (stap_get_probe_argument_count): Likewise.
2916 (stap_get_arg): Likewise.
2917 (stap_evaluate_probe_argument): Likewise.
2918 (stap_compile_to_ax): Likewise.
2919 (compile_probe_arg): Refactor not to pass `objfile' anymore.
2920 (handle_stap_probe): Fill `objfile' field from `struct probe'.
2921 (stap_gen_info_probes_table_header): Remove `objfile' argument.
2922 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2923 sym_compile_to_ax>: Likewise.
2924
3347eb1a 29252012-07-18 Terry Guo <[email protected]>
2926
2927 PR 14329
2928 * defs.h (GDB_MI_MSG_WIDTH): New.
2929 * ser_base (ser_base_read_error_fd): New function.
2930 (do_ser_base_readchar): Poll error file descriptor as well as
2931 standard output.
f782ad9b 2932 (generic_readchar): Refactor error handling.
3347eb1a 2933
80c8d323
JB
29342012-07-18 Joel Brobecker <[email protected]>
2935
2936 * NEWS: Create a new section for the next release branch.
2937 Rename the section of the current branch, now that it has
2938 been cut.
2939
b45a0664 29402012-07-18 Joel Brobecker <[email protected]>
2941
2942 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2943 * version.in: Bump version to 7.5.50.20120718-cvs.
2944
09cf2b22
KS
29452012-07-17 Keith Seitz <[email protected]>
2946
2947 * linespec.c (linespec_parse_line_offset): Make parameter
2948 const.
2949
8f043999
JK
29502012-07-16 Jan Kratochvil <[email protected]>
2951
2952 PR 11914
2953 * f-valprint.c (info_common_command): New variable frame_id.
2954 Reinitialize FI form FRAME_ID after each print_variable_and_value.
2955 * printcmd.c (print_variable_and_value): Extend function comment.
2956 Add comment for invalidated FRAME.
2957 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
2958 FI form FRAME_ID after each print_frame_local_vars.
2959 (struct print_variable_and_value_data): Change frame to frame_id.
2960 (do_print_variable_and_value): New variable frame, initialize it from
2961 p->frame_id. Add comment for invalidated FRAME.
2962 (print_frame_local_vars, print_frame_arg_vars): New function comment.
2963 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
2964 for invalidated FRAME.
2965
ae5e0686
MK
29662012-07-16 Marc Khouzam <[email protected]>
2967 Pedro Alves <[email protected]>
2968
2969 * linux-nat.c (linux_nat_detach): Don't unregister from the event
2970 loop.
2971
5049c5be
TT
29722012-07-16 Tom Tromey <[email protected]>
2973
2974 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2975
2908cac6
DE
29762012-07-15 Doug Evans <[email protected]>
2977
094b34ac
DE
2978 * dwarf2read.c (stmt_list_hash): New struct.
2979 (type_unit_group): Embed "per_cu" member, remove pointer.
2980 New union member "t", move member "tus" into it, all uses updated.
2981 New member "hash", replaces member "line_offset, all uses updated.
2982 (quick_file_names): Replace member "offset" with "hash", all uses
2983 updated.
2984 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2985 (hash_file_name_entry, eq_file_name_entry): Call them.
2986 (hash_type_unit_group, eq_type_unit_group): Ditto.
2987 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2988 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2989 (dw2_get_file_names): Update.
2990 (create_type_unit_group): Replace "per_cu" arg with "cu".
2991 All callers updated. Fix "quick" (.gdb_index) handling.
2992 (get_type_unit_group): Replace "per_cu" arg with "cu".
2993 All callers updated.
2994 (build_type_unit_groups): Don't reset tu_stats.
2995
2908cac6
DE
2996 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2997 "tab_cur_size". Change member "tab" to be a htab_t.
2998 (create_filename_seen_cache): Update.
2999 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3000 (filename_seen): Update.
3001
a2b6eff5
DE
30022012-07-13 Doug Evans <[email protected]>
3003
3004 * symtab.c (filename_seen): Update comment.
3005
4359dff1
JK
30062012-07-13 Jan Kratochvil <[email protected]>
3007 Doug Evans <[email protected]>
3008
3009 * buildsym.c (end_symtab_1): Split it to ...
3010 (end_symtab_get_static_block): ... this ...
3011 (end_symtab_from_static_block): ... and this function.
3012 (end_symtab, end_expandable_symtab): Call them.
3013 * buildsym.h (end_symtab_get_static_block)
3014 (end_symtab_from_static_block): New declarations.
3015 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3016 Set its valid CU ranges.
3017
a24f71ab
JK
30182012-07-13 Jan Kratochvil <[email protected]>
3019
3020 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3021 DW_OP_GNU_parameter_ref.
3022
d76b7dbc
JK
30232012-07-13 Jan Kratochvil <[email protected]>
3024
3025 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3026 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3027
9fdc877b
DE
30282012-07-13 Doug Evans <[email protected]>
3029
3030 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3031 (filename_seen_cache): New struct.
3032 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3033 (create_filename_seen_cache): New function.
3034 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3035 (filename_seen): Delete arg "first". New arg "cache". All callers
3036 updated.
3037 (output_source_filename_data): New struct.
3038 (output_source_filename): Delete arg "first". New arg "data".
3039 All callers updated.
3040 (sources_info): Delete local "first". New locals "data", "cleanups".
3041 Rewrite to use filename_seen_cache.
3042 (add_partial_filename_data): Delete member "first". New member
3043 "filename_seen_cache". All uses updated.
3044 (make_source_files_completion_list): Rewrite to use
3045 filename_seen_cache.
3046
f80c6f3f
DE
30472012-07-12 Doug Evans <[email protected]>
3048
3049 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3050
0bfa869d
DE
30512012-07-10 Doug Evans <[email protected]>
3052
f4dc4d17
DE
3053 PR gdb/13498
3054 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3055 all_type_unit_groups, type_unit_groups, tu_stats.
3056 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3057 All uses updated. Add type_unit_group to union "s".
3058 (type_unit_group): New struct.
3059 (IS_TYPE_UNIT_GROUP): New macro.
3060 (abbrev_table): Delete unused member "section".
3061 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3062 (dw2_get_cu): Assert not used with type_unit_group.
3063 (dw2_get_primary_cu): New function.
3064 (dw2_build_type_unit_groups_reader): New function.
3065 (dw2_build_type_unit_groups): New function.
3066 (dw2_get_file_names): Assert not called on type units.
3067 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3068 Redo loop to iterate over type unit groups instead of type units.
3069 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3070 (read_abbrev_offset): New function.
3071 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3072 updated.
3073 (create_partial_symtab): New function.
3074 (process_psymtab_comp_unit_reader): Assert not used with type units.
3075 Call create_partial_symtab.
3076 (process_psymtab_type_unit): Delete.
3077 (hash_type_unit_group, eq_type_unit_group): New functions.
3078 (allocate_type_unit_groups_table): New function.
3079 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3080 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3081 (create_type_unit_group, get_type_unit_group): New functions.
3082 (tu_abbrev_offset): New struct.
3083 (sort_tu_by_abbrev_offset): New function.
3084 (add_type_unit_group_to_table): New function.
3085 (build_type_unit_groups): New function.
3086 (build_type_psymtabs_reader): New function.
3087 (build_type_psymtab_dependencies): New function.
3088 (build_type_psymtabs): Rewrite.
3089 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3090 is seen in a type unit.
3091 (process_queue): Move symtab expansion debugging printfs here.
3092 Call process_full_type_unit for type units.
3093 (compute_symtab_includes): Assert not called for type units.
3094 (process_cu_includes): Don't call compute_symtab_includes for
3095 type units.
3096 (process_full_type_unit): New function.
3097 (process_imported_unit_die): Flag an error if called for type units.
3098 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3099 updated. Assert not called for type units.
3100 (read_file_scope): Call dwarf2_start_symtab.
3101 (setup_type_unit_groups): New function.
3102 (read_type_unit_scope): Rewrite.
3103 (abbrev_table_read_table): Initialize abbrev_table->offset.
3104 (abbrev_table_free_cleanup): New function.
3105 (dwarf2_start_symtab): New function.
3106 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
3107 * buildsym.c (finish_block_internal): New arg "expandable".
3108 All callers updated.
3109 (start_symtab): Move most contents to ...
3110 (restart_symtab): ... here. New function.
3111 (reset_symtab_globals): New function.
3112 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3113 Call reset_symtab_globals.
3114 (end_symtab, end_expandable_symtab): New functions.
3115 (set_missing_symtab, augment_type_symtab): New functions.
3116 * buildsym.h (end_expandable_symtab): Declare.
3117 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
3118 * psympriv.h (struct partial_symtab): New member "anonymous".
3119 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3120 anonymous psymtabs.
3121 (read_psymtabs_with_filename): Ditto.
3122 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3123 (expand_symtabs_matching_via_partial): Ditto.
3124 (dump_psymtab): Update.
0bfa869d
DE
3125 * dictionary.c (dict_add_pending): New function.
3126 * dictionary.h (dict_add_pending): Declare.
3127
45e58e77
DE
31282012-07-09 Doug Evans <[email protected]>
3129
b74db436
DE
3130 * buildsym.c (start_subfile): Remove unnecessary check for
3131 name == NULL.
3132
fd55216c
DE
3133 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3134
6721b2ec
DE
3135 * dwarf2read.c (load_full_type_unit): Simplify.
3136
b4dd5633
DE
3137 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3138 to struct signatured_type **. All uses updated.
3139
45e58e77
DE
3140 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3141 All callers updated.
3142
e314d629
TT
31432012-07-09 Tom Tromey <[email protected]>
3144
3145 * c-exp.y (check_parameter_typelist): New function.
3146 (parameter_typelist): Call it.
3147 * eval.c (make_params): Handle '(void)' case.
3148 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3149 '(void)' case.
3150
aa7c7447
JK
31512012-07-07 Jan Kratochvil <[email protected]>
3152
3153 * common/linux-ptrace.c: Include gdb_assert.h.
3154 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3155 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3156 stdint.h.
3157 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3158 functions.
3159 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3160 * linux-nat.c (linux_child_post_attach)
3161 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3162
889003ed
JK
31632012-07-07 Jan Kratochvil <[email protected]>
3164
3165 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3166 nptl <2.7 bug workaround for core files.
3167
da559b09
JK
31682012-07-06 Jan Kratochvil <[email protected]>
3169
3170 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3171 clearing.
3172 (save_siginfo): Remove.
3173 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3174 call.
3175 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3176 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3177 * linux-nat.h (struct lwp_info): Remove field siginfo.
3178
f865ee35
JK
31792012-07-06 Jan Kratochvil <[email protected]>
3180
3181 Code cleanup for the next patch.
3182 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3183 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3184 call for it.
3185 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3186 (ia64_linux_stopped_data_address):
3187 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3188 the return value.
3189 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3190 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3191 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3192 call for it.
3193
76b83c51
JK
31942012-07-06 Jan Kratochvil <[email protected]>
3195
3196 PR 14321
3197 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3198 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3199
a6fb9c08
TT
32002012-07-06 Tom Tromey <[email protected]>
3201
3202 * c-exp.y (DOTDOTDOT): New token.
3203 (func_mod, exp): Use parameter_typelist.
3204 (parameter_typelist): New production.
3205 (tokentab3): Add "..." token.
3206 * eval.c (make_params): Handle varargs.
3207 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3208 varargs.
3209
71918a86
TT
32102012-07-06 Tom Tromey <[email protected]>
3211
3212 PR exp/9608:
3213 * c-exp.y (%union) <tvec>: Change type.
3214 (func_mod): Now uses <tvec> type.
3215 (exp): Update for tvec change.
3216 (direct_abs_decl): Push the typelist.
3217 (func_mod): Return a typelist.
3218 (nonempty_typelist): Update for tvec change.
3219 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3220 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3221 * parse.c (pop_type_list): New function.
3222 (push_typelist): New function.
3223 (follow_types): Handle tp_function_with_arguments.
3224 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3225 (enum type_pieces) <tp_function_with_arguments>: New constant.
3226 (union type_stack_elt) <typelist_val>: New field.
3227 (push_typelist): Declare.
3228
fcde5961
TT
32292012-07-06 Tom Tromey <[email protected]>
3230
3231 * c-exp.y (%union) <type_stack>: New field.
3232 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3233 (ptr_operator_ts): New production.
3234 (ptype): Update.
3235 * parse.c (type_stack_reserve): New function.
3236 (check_type_stack_depth): Use it.
3237 (pop_type_stack, append_type_stack, push_type_stack)
3238 (get_type_stack, type_stack_cleanup): New functions.
3239 (follow_types): Handle tp_type_stack.
3240 (_initialize_parse): Simplify initialization.
3241 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3242 constant.
3243 (union type_stack_elt) <stack_val>: New field.
3244 (get_type_stack, append_type_stack, push_type_stack)
3245 (type_stack_cleanup): Declare.
3246
1a7d0ce4
TT
32472012-07-06 Tom Tromey <[email protected]>
3248
3249 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3250 Remove.
3251 (struct type_stack): New.
3252 * parse.c (type_stack, type_stack_size, type_stack_depth):
3253 Remove.
3254 (type_stack): New global.
3255 (parse_exp_in_context, check_type_stack_depth)
3256 (insert_into_type_stack, insert_type, push_type, push_type_int)
3257 (insert_type_address_space, pop_type, pop_type_int)
3258 (_initialize_parse): Update.
3259
16d01384
TT
32602012-07-06 Tom Tromey <[email protected]>
3261
3262 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3263 Remove %type.
3264
9bfc60bf
SP
32652012-07-06 Siddhesh Poyarekar <[email protected]>
3266
3267 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3268
d5161074
SP
32692012-07-06 Siddhesh Poyarekar <[email protected]>
3270 Jan Kratochvil <[email protected]>
3271
3272 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3273 alloca with xmalloc/xfree.
3274
a74bc576
SP
32752012-07-06 Siddhesh Poyarekar <[email protected]>
3276
3277 * MAINTAINERS (Write After Approval): Add myself to the list.
3278
667e0a4b
DE
32792012-07-05 Doug Evans <[email protected]>
3280
3281 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3282
34b536a8
HZ
32832012-07-05 Hui Zhu <[email protected]>
3284
3285 * ax-gdb.c (cli/cli-utils.h): New include.
3286 (linespec.h): Ditto.
3287 (agent_eval_command_one): New function.
3288 (agent_command_1): Ditto.
3289 (agent_command): Call function agent_command_1.
3290 (agent_eval_command): Ditto.
3291 (_initialize_ax_gdb): Change help for "maint agent"
3292 and "maint agent-eval".
3293
e6f0bce7
HZ
32942012-07-05 Hui Zhu <[email protected]>
3295
3296 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3297 * cli/cli-utils.c (check_for_argument): New function.
3298 * cli/cli-utils.h (check_for_argument): Ditto.
3299
1b3371b1
L
33002012-07-04 H.J. Lu <[email protected]>
3301
3302 * NEWS: Mention x32 ABI support.
3303
23e2d720
L
33042012-07-04 H.J. Lu <[email protected]>
3305
3306 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3307 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3308
3309 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3310 and pc_regnum_from_eax to -1. Update SP regnum from
3311 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3312 needed.
3313
3314 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3315 pc_regnum_from_eax.
3316
836bf454
JK
33172012-07-03 Jan Kratochvil <[email protected]>
3318
3319 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3320 * dwarf2expr.h: Include gdbtypes.h.
3321 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3322 these forward declarations.
3323 (cu_offset, sect_offset): Move these ...
3324 * gdbtypes.h: Remove include dwarf2expr.h.
3325 (cu_offset, sect_offset): ... here.
3326
1e55e04f
L
33272012-07-03 H.J. Lu <[email protected]>
3328
3329 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3330 (amd64_linux_sigtramp_code): This.
3331 (amd64_x32_linux_sigtramp_code): New.
3332 (LINUX_SIGTRAMP_LEN): Updated.
3333 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3334
7d0e21ad
JK
33352012-07-02 Jan Kratochvil <[email protected]>
3336
3337 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3338
8775fd2d
JK
33392012-07-02 Jan Kratochvil <[email protected]>
3340
3341 * config.in: Regenerate.
3342 * configure: Regenerate.
3343 * configure.ac: Remove check for gnu/libc-version.h.
3344 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3345 gnu/libc-version.h.
3346 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3347 variables libc_version, libc_major and libc_minor. Replace sscanf by
3348 inferior_has_bug. Extend the comment.
3349
fcb44371
JK
33502012-07-02 Jan Kratochvil <[email protected]>
3351
3352 * linux-thread-db.c (inferior_has_bug): New function.
3353 (thread_db_find_new_threads_silently): Return boolean as checked by
3354 inferior_has_bug, describe it in the comments.
3355 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3356 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 3357 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
3358 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3359 if UNTIL_NO_NEW,
3360
09406207
DE
33612012-07-02 Doug Evans <[email protected]>
3362
0907af0c
DE
3363 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3364 related to queue management.
3365
09406207
DE
3366 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3367 instead of "debug dwarf2-die" in debugging printfs.
3368 (create_debug_info_hash_table_reader): Ditto.
3369 (create_debug_info_hash_table): Ditto.
3370 (init_dwo_file): Ditto.
3371 (init_cutu_and_read_dies): Add debugging printf.
3372 (init_cutu_and_read_dies_no_follow): Ditto.
3373 (process_psymtab_comp_unit_reader): Ditto.
3374
d3ce09f5
SS
33752012-07-02 Stan Shebs <[email protected]>
3376
3377 Add target-side support for dynamic printf.
3378 * NEWS: Mention the additional style.
3379 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3380 (struct bp_location): New field cmd_bytecode.
3381 * breakpoint.c: Include format.h.
3382 (disconnected_dprintf): New global.
3383 (parse_cmd_to_aexpr): New function.
3384 (build_target_command_list): New function.
3385 (insert_bp_location): Call it.
3386 (remove_breakpoints_pid): Skip dprintf breakpoints.
3387 (print_one_breakpoint_location): Ditto.
3388 (dprintf_style_agent): New global.
3389 (dprintf_style_enums): Add dprintf_style_agent.
3390 (update_dprintf_command_list): Add agent case.
3391 (agent_printf_command): New function.
3392 (_initialize_breakpoint): Add new commands.
3393 * common/ax.def (printf): New bytecode.
3394 * ax.h (ax_string): Declare.
3395 * ax-gdb.h (gen_printf): Declare.
3396 * ax-gdb.c: Include cli-utils.h, format.h.
3397 (gen_printf): New function.
3398 (maint_agent_print_command): New function.
3399 (_initialize_ax_gdb): Add maint agent-printf command.
3400 * ax-general.c (ax_string): New function.
3401 (ax_print): Add printf disassembly.
3402 * Makefile.in (SFILES): Add format.c
3403 (COMMON_OBS): Add format.o.
3404 * common/format.h: New file.
3405 * common/format.c: New file.
3406 * printcmd.c: Include format.h.
3407 (ui_printf): Call parse_format_string.
3408 * remote.c (remote_state): New field breakpoint_commands.
3409 (PACKET_BreakpointCommands): New enum.
3410 (remote_breakpoint_commands_feature): New function.
3411 (remote_protocol_features): Add new BreakpointCommands entry.
3412 (remote_can_run_breakpoint_commands): New function.
3413 (remote_add_target_side_commands): New function.
3414 (remote_insert_breakpoint): Call it.
3415 (remote_insert_hw_breakpoint): Ditto.
3416 (_initialize_remote): Add new packet configuration for
3417 target-side breakpoint commands.
3418 * target.h (struct target_ops): New field
3419 to_can_run_breakpoint_commands.
3420 (target_can_run_breakpoint_commands): New macro.
3421 * target.c (update_current_target): Handle
3422 to_can_run_breakpoint_commands.
3423
2d7b58e8
JK
34242012-07-02 Jan Kratochvil <[email protected]>
3425
3426 Execute -ix and -iex only after system and user gdbinit files.
3427 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3428 processing down after gdbinit files.
3429
8690e634
JK
34302012-07-02 Jan Kratochvil <[email protected]>
3431
3432 Add fnmatch-gnu module.
3433 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3434 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3435 * gnulib/aclocal.m4: Regenerate.
3436 * gnulib/config.in: Regenerate.
3437 * gnulib/configure: Regenerate.
3438 * gnulib/import/dummy.c: Remove.
3439 * gnulib/import/Makefile.am: Regenerate.
3440 * gnulib/import/Makefile.in: Likewise.
3441 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3442 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3443 * gnulib/import/alloca.c: New file.
3444 * gnulib/import/alloca.in.h: Likewise.
3445 * gnulib/import/config.charset: Likewise.
3446 * gnulib/import/fnmatch.c: Likewise.
3447 * gnulib/import/fnmatch.in.h: Likewise.
3448 * gnulib/import/fnmatch_loop.c: Likewise.
3449 * gnulib/import/localcharset.c: Likewise.
3450 * gnulib/import/localcharset.h: Likewise.
3451 * gnulib/import/m4/alloca.m4: Likewise.
3452 * gnulib/import/m4/codeset.m4: Likewise.
3453 * gnulib/import/m4/configmake.m4: Likewise.
3454 * gnulib/import/m4/fcntl-o.m4: Likewise.
3455 * gnulib/import/m4/fnmatch.m4: Likewise.
3456 * gnulib/import/m4/glibc21.m4: Likewise.
3457 * gnulib/import/m4/localcharset.m4: Likewise.
3458 * gnulib/import/m4/locale-fr.m4: Likewise.
3459 * gnulib/import/m4/locale-ja.m4: Likewise.
3460 * gnulib/import/m4/locale-zh.m4: Likewise.
3461 * gnulib/import/m4/mbrtowc.m4: Likewise.
3462 * gnulib/import/m4/mbsinit.m4: Likewise.
3463 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3464 * gnulib/import/m4/mbstate_t.m4: Likewise.
3465 * gnulib/import/m4/stdbool.m4: Likewise.
3466 * gnulib/import/m4/wchar_h.m4: Likewise.
3467 * gnulib/import/m4/wctype_h.m4: Likewise.
3468 * gnulib/import/m4/wint_t.m4: Likewise.
3469 * gnulib/import/mbrtowc.c: Likewise.
3470 * gnulib/import/mbsinit.c: Likewise.
3471 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3472 * gnulib/import/mbsrtowcs-state.c: Likewise.
3473 * gnulib/import/mbsrtowcs.c: Likewise.
3474 * gnulib/import/ref-add.sin: Likewise.
3475 * gnulib/import/ref-del.sin: Likewise.
3476 * gnulib/import/stdbool.in.h: Likewise.
3477 * gnulib/import/streq.h: Likewise.
3478 * gnulib/import/strnlen1.c: Likewise.
3479 * gnulib/import/strnlen1.h: Likewise.
3480 * gnulib/import/verify.h: Likewise.
3481 * gnulib/import/wchar.in.h: Likewise.
3482 * gnulib/import/wctype.in.h: Likewise.
3483
202cbf1c
JK
34842012-07-02 Jan Kratochvil <[email protected]>
3485
3486 Support shell wildcards for 'set auto-load safe-path'.
3487 * auto-load.c: Include fnmatch.h.
3488 (filename_is_in_dir): Rename to ...
3489 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3490 it. Update function comment. Rename dir_len to pattern_len. New
3491 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3492 messages. Use gdb_filename_fnmatch.
3493 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3494 pattern.
3495 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3496 * defs.h (gdb_filename_fnmatch): New declaration.
3497 * utils.c: Include fnmatch.h.
3498 (gdb_filename_fnmatch): New function.
3499
fb7b5af4
SDJ
35002012-07-02 Sergio Durigan Junior <[email protected]>
3501
3502 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3503 `-probe' and `-probe-stap' options.
3504
72d0e2c5
YQ
35052012-07-01 Yao Qi <[email protected]>
3506
3507 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3508 always_inserted_off, and always_inserted_enums.
3509 Change always_inserted_mode's type to 'enum auto_boolean'.
3510 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3511 callers.
3512 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3513 of add_setshow_enum_cmd.
3514 * infrun.c: Remove can_use_displaced_stepping_auto,
3515 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3516 can_use_displaced_stepping_enum.
3517 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3518 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3519 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3520 add_setshow_enum_cmd.
3521
42e7ad6c
DE
35222012-06-30 Doug Evans <[email protected]>
3523
3524 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3525 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3526 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3527
39cf75f7
DE
35282012-06-29 Doug Evans <[email protected]>
3529
3530 * linespec.c: #include "stack.h".
3531 (decode_line_with_current_source): Moved here from symtab.c and
3532 renamed from decode_line_spec. All callers updated.
3533 (decode_line_with_last_displayed): Moved here from breakpoint.c and
3534 renamed from decode_line_spec_1. All callers updated.
3535 * linespec.h (decode_line_with_current_source): Move declaration here
3536 from symtab.h and renamed from decode_line_spec.
3537 (decode_line_with_last_displayed): Move declaration here from symtab.h
3538 and renamed from decode_line_spec_1.
3539 * macrocmd.c: #include "linespec.h".
3540 * symtab.c: Remove #include "linespec.h".
3541
433df2d4
DE
35422012-06-28 Doug Evans <[email protected]>
3543
1ce1cefd
DE
3544 * dwarf2read.c (get_cu_length): New function.
3545 (offset_in_cu_p, error_check_comp_unit_head): Call it.
3546 (create_debug_types_hash_table): Ditto.
3547 (init_cutu_and_read_dies): Ditto.
3548 (init_cutu_and_read_dies_no_follow): Ditto.
3549
3b80fe9b
DE
3550 * dwarf2read.c (dwarf2_find_base_address): Move definition.
3551
433df2d4
DE
3552 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3553 (struct abbrev_table): Define.
3554 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3555 abbrev_table.
3556 (init_cutu_and_read_dies): Update.
3557 (abbrev_table_alloc_abbrev): New function. Replaces
3558 dwarf_alloc_abbrev. All callers updated.
3559 (abbrev_table_add_abbrev): New function.
3560 (abbrev_table_lookup_abbrev): New function. Replaces
3561 dwarf2_lookup_abbrev. All callers updated.
3562 (abbrev_table_read_table): New function. Contents moved here from
3563 dwarf2_read_abbrevs.
3564 (dwarf2_read_abbrevs): Call it.
3565 (abbrev_table_free): New function.
3566 (dwarf2_free_abbrev_table): Call it.
3567
71caed83
SS
35682012-06-28 Stan Shebs <[email protected]>
3569
3570 * osdata.c (info_osdata_command): Filter out "Title" columns
3571 from non-MI uses.
3572 * common/linux-osdata.c (struct osdata_type): Add title field.
3573 (osdata_table): Add titles to each entry.
3574 (linux_command_xfer_osdata): Add a column for title data.
3575
37ce89eb
SS
35762012-06-28 Stan Shebs <[email protected]>
3577
3578 Make logging work for MI.
3579 * NEWS: Mention it.
3580 * interps.h (interp_set_logging_ftype): New typedef.
3581 (struct interp_procs): New field set_logging_proc.
3582 (current_interp_set_logging): Declare.
3583 * interps.c (current_interp_set_logging): New function.
3584 * cli/cli-logging.c: Include interps.h.
3585 (set_logging_redirect): Call current_interp_set_logging.
3586 (pop_output_files): Ditto.
3587 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3588 * mi/mi-console.h (mi_console_set_raw): Declare.
3589 * mi/mi-console.c (mi_console_set_raw): New function.
3590 * mi/mi-interp.c (saved_raw_stdout): New global.
3591 (mi_set_logging): New function.
3592 (_initialize_mi_interp): Add it to interp procs.
3593
659c9f3a
DE
35942012-06-28 Doug Evans <[email protected]>
3595
a743abeb
DE
3596 * symtab.c (lookup_symbol_aux_objfile): Use
3597 ALL_OBJFILE_PRIMARY_SYMTABS.
3598
659c9f3a
DE
3599 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3600
da2d6d3d
JK
36012012-06-28 Jan Kratochvil <[email protected]>
3602
3603 * common/buffer.c: Include inttypes.h and stdint.h.
3604 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3605
e5ef252a
PA
36062012-06-28 Jan Kratochvil <[email protected]>
3607 Pedro Alves <[email protected]>
3608
3609 * gdbthread.h (ALL_THREADS): New macro.
3610 (thread_list): Declare.
3611 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3612 going, but instead fall through to the stepping handling.
3613 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
3614 the passed in signal. Adjust debug output.
3615 (resume_callback): Rename to ...
3616 (linux_nat_resume_callback): ... this. Pass the thread's last
3617 stop signal, if in "pass" state.
3618 (linux_nat_resume): Adjust to rename.
3619 (stop_wait_callback): New assertion. Don't respawn signals;
3620 instead let the LWP remain with SIGNALLED set.
3621 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3622 * remote.c (append_pending_thread_resumptions): New.
3623 (remote_vcont_resume): Call it.
3624 * target.h (target_resume): Extend comment.
3625
1d7975eb
IS
36262012-06-28 Iain Sandoe <[email protected]>
3627
3628 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3629
2e3cf129
DE
36302012-06-27 Doug Evans <[email protected]>
3631
3632 * dwarf2read.c (dwarf2_cu): Add ranges_base.
3633 Delete have_addr_base, unused. All uses updated.
3634 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3635 (dwarf2_get_pc_bounds): Add ranges_base.
3636 (dwarf2_record_block_ranges): Ditto.
3637
1bb9788d
TT
36382012-06-27 Tom Tromey <[email protected]>
3639
3640 PR macros/7961:
3641 * varobj.c (varobj_create): Update.
3642 (varobj_set_value): Update.
3643 * tracepoint.c (validate_actionline): Update.
3644 (encode_actions_1): Update.
3645 * parse.c (parse_exp_1): Add 'pc' argument.
3646 (parse_exp_in_context): Add 'pc' argument. Change how
3647 expression_context_pc is set.
3648 (parse_expression): Update.
3649 (parse_field_expression): Update.
3650 * expression.h (parse_exp_1): Update.
3651 * eval.c (parse_to_comma_and_eval): Update.
3652 * breakpoint.c (set_breakpoint_condition): Update.
3653 (update_watchpoint): Update.
3654 (init_breakpoint_sal): Update
3655 (find_condition_and_thread): Update.
3656 (watch_command_1): Update.
3657 (update_breakpoint_locations): Update.
3658 * ada-lang.c (ada_read_renaming_var_value): Update.
3659 (create_excep_cond_exprs): Update.
3660
0bc3a05c
DE
36612012-06-27 Doug Evans <[email protected]>
3662
3663 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3664 type units.
3665
4bdcc0c1
DE
36662012-06-26 Doug Evans <[email protected]>
3667
3668 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3669 prototype.
3670 (error_check_comp_unit_head): New arg abbrev_section. All callers
3671 updated.
3672 (read_and_check_comp_unit_head): Ditto.
3673 (read_and_check_type_unit_head): Ditto.
3674
ee0bf529
SCR
36752012-06-26 Siva Chandra Reddy <[email protected]>
3676
3677 New attribute 'last' for gdb.Symtab_and_line.
3678 * NEWS (Python Scripting): Add entry about the new attribute.
3679 * python/py-symtab.c (salpy_get_last): New function which
3680 implements the get method for the 'last' attribute of
3681 gdb.Symtab_and_line.
3682 (sal_object_getset): Add entry for the 'last' attribute.
3683
1c658ad5
DE
36842012-06-26 Doug Evans <[email protected]>
3685
09262596
DE
3686 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3687 (dwo_sections): Add macinfo, macro.
3688 (dwarf2_locate_dwo_sections): Watch for macro sections.
3689 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3690 All callers updated. Handle DWO files.
3691
45cfd468
DE
3692 * NEWS: Mention new options "set debug dwarf2-read" and
3693 "set debug symtab-create".
3694 * dwarf2read.c (dwarf2_read_debug): New static global.
3695 (dwarf2_build_psymtabs_hard): Add debugging printfs.
3696 (process_queue): Ditto.
3697 (process_full_comp_unit): Ditto.
3698 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3699 * elfread.c (elf_symfile_read): Add debugging printf.
3700 * minsyms.c (install_minimal_symbols): Ditto.
3701 * psymtab.c (allocate_psymtab): Ditto.
3702 * symfile.c (allocate_symtab): Ditto.
3703 * symtab.c (symtab_create_debug): New global.
3704 (_initialize_symtab): Add new option "set debug symtab-create".
3705 * symtab.h (symtab_create_debug): Declare.
3706
1c658ad5
DE
3707 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3708 (lookup_dwo_type_unit): Ditto.
3709
6fea9e18
L
37102012-06-26 Roland McGrath <[email protected]>
3711 H.J. Lu <[email protected]>
3712
3713 * amd64-linux-nat.c: Include <sys/user.h>.
3714 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3715 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3716 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3717
3718 * configure.ac: Check if the fs_base and gs_base members of
3719 `struct user_regs_struct' exist.
3720 * config.in: Regenerated.
3721 * configure: Likewise.
3722
adb4fe3b
ME
37232012-06-25 Michael Eager <[email protected]>
3724
3725 PR python/14291
f782ad9b 3726 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 3727
fc51cce1
MGD
37282012-06-25 Greta Yorsh <[email protected]>
3729
3730 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3731 register as a stack alignment in ARM mode.
3732
40a73391
JK
37332012-06-24 Jan Kratochvil <[email protected]>
3734
3735 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3736 * gnulib/config.in: Regenerate.
3737 * gnulib/configure: Likewise.
3738 * gnulib/import/m4/extensions.m4: Update it.
3739 * gnulib/import/m4/gnulib-common.m4: Likewise.
3740 * gnulib/import/m4/memmem.m4: Likewise.
3741 * gnulib/import/m4/mmap-anon.m4: Likewise.
3742 * gnulib/import/m4/multiarch.m4: Likewise.
3743 * gnulib/import/stdint.in.h: Likewise.
3744
972daa01
YQ
37452012-06-24 Yao Qi <[email protected]>
3746
3747 * corefile.c (write_memory_with_notification): New.
3748 * gdbcore.h: Declare write_memory_with_notification.
3749 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3750 'observer_notify_memory_changed' with 'write_memory_with_notification'.
3751 * valops.c (value_assign): Likewise.
3752 * python/py-inferior.c (infpy_write_memory): Call
3753 'write_memory_with_notification'.
3754
8d6e0714
JK
37552012-06-24 Jan Kratochvil <[email protected]>
3756
3757 * cc-with-index.sh: Use also -ex "set auto-load no".
3758
156942c7
DE
37592012-06-23 Doug Evans <[email protected]>
3760
3761 PR 14125
3762 * NEWS: Document additions to .gdb_index.
3763 * dwarf2read.c: #include "gdb/gdb-index.h".
3764 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3765 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3766 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3767 (dwarf2_read_index): Recognize version 7.
3768 (dw2_do_expand_symtabs_matching): New args want_specific_block,
3769 block_kind, domain): All callers updated.
3770 (dw2_find_symbol_file): Handle new index CU values.
3771 (dw2_expand_symtabs_matching): Match symbol kind if requested.
3772 (add_index_entry): New args is_static, kind. All callers updated.
3773 (offset_type_compare, uniquify_cu_indices): New functions
3774 (symbol_kind): New function.
3775 (write_psymtabs_to_index): Remove duplicate CU values.
3776 (write_psymtabs_to_index): Write .gdb_index version 7.
3777
352b3eda
JB
37782012-06-22 Joel Brobecker <[email protected]>
3779
3780 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3781 * configure: Regenerate.
3782
2678e2af
YQ
37832012-06-20 Yao Qi <[email protected]>
3784
3785 * python/py-inferior.c: Update comments of infpy_read_memory
3786 and infpy_write_memory.
3787
95c391b6
TT
37882012-06-19 Tom Tromey <[email protected]>
3789
3790 PR exp/9514:
3791 * parser-defs.h (insert_type, insert_type_address_space): Declare.
3792 (push_type_address_space): Remove.
3793 * parse.c (insert_into_type_stack): New function.
3794 (insert_type): Likewise.
3795 (insert_type_address_space): Rename from push_type_address_space.
3796 Insert tp_space_identifier.
3797 * c-exp.y (ptr_operator): New production.
3798 (abs_decl): Use ptr_operator.
3799 (space_identifier): Call insert_type_address_space.
3800 (ptype): Don't use const_or_volatile_or_space_identifier.
3801 (const_or_volatile_noopt): Call insert_type.
3802 (conversion_type_id, conversion_declarator): New productions.
3803 (operator): Use conversion_type_id.
3804
6ac9ef80
DE
38052012-06-18 Doug Evans <[email protected]>
3806
422d65e7
DE
3807 * symtab.h (minimal_symbol): New member created_by_gdb.
3808 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3809 created by gdb.
3810 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3811 (search_symbols): Call it instead of lookup_symbol.
3812 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
3813
49f6c839
DE
3814 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3815 Adjust address for DW_OP_GNU_addr_index.
3816 * dwarf2expr.h (dwarf_expr_context): Update comment.
3817 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3818 all callers updated. Handle TLS vars described with
3819 DW_OP_GNU_const_index.
3820 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3821 and DW_OP_GNU_const_index.
3822 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3823
6ac9ef80
DE
3824 * block.c (find_block_in_blockvector): Make explicit the fact that we
3825 ignore GLOBAL_BLOCK.
3826
4cd18215
TT
38272012-06-18 Tom Tromey <[email protected]>
3828
3829 * c-exp.y (operator): Remove trailing space after "delete" and
3830 "delete[]".
3831
a9b8d892
JK
38322012-06-18 Mark Kettenis <[email protected]>
3833 Jan Kratochvil <[email protected]>
3834
3835 Switch i386 and derived targets to ON_STACK.
3836 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3837 (amd64_dicos_init_abi): Remove its installment.
3838 * dicos-tdep.c (dicos_init_abi): Remove the
3839 set_gdbarch_call_dummy_location call. Update the comment here.
3840 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3841 (i386_dicos_init_abi): Remove its installment.
3842 * i386-tdep.c (i386_push_dummy_code): New function.
3843 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3844 i386_push_dummy_code.
3845
e2e4d78b
JK
38462012-06-18 Jan Kratochvil <[email protected]>
3847
3848 Remove stale dummy frames.
3849 * breakpoint.c: Include dummy-frame.h.
3850 (longjmp_breakpoint_ops): New variable.
3851 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3852 bp_longjmp_call_dummy.
3853 (bpstat_what, bptype_string, print_one_breakpoint_location)
3854 (init_bp_location): Support bp_longjmp_call_dummy.
3855 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
3856 (set_longjmp_breakpoint_for_call_dummy)
3857 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3858 functions.
3859 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3860 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
3861 FIXME comment and extend the other comment for bp_call_dummy.
3862 (set_longjmp_breakpoint_for_call_dummy)
3863 (check_longjmp_breakpoint_for_call_dummy): New declarations.
3864 * dummy-frame.c: Include gdbthread.h.
3865 (pop_dummy_frame_bpt): New function.
3866 (pop_dummy_frame): Call pop_dummy_frame_bpt.
3867 (dummy_frame_discard): New function.
3868 (cleanup_dummy_frames): Update the comment about longjmps.
3869 * dummy-frame.h (dummy_frame_discard): New declaration.
3870 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3871 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
3872 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
3873 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3874 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
3875 keep_going if IS_LONGJMP and there is no other reason to stop.
3876
09d5912c
TT
38772012-06-18 Greta Yorsh <[email protected]>
3878
3879 * remote-sim.c (sim_command_completer): Initialize
3880 variable 'result'.
3881
1788b2d3
JK
38822012-06-17 Jan Kratochvil <[email protected]>
3883
3884 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3885 * dwarf2loc.c (call_site_parameter_matches): Support
3886 CALL_SITE_PARAMETER_PARAM_OFFSET.
3887 (needs_dwarf_reg_entry_value): Push stub value.
3888 * dwarf2read.c (read_call_site_scope): New variable origin. Support
3889 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3890 * gdbtypes.h (enum call_site_parameter_kind): New item
3891 CALL_SITE_PARAMETER_PARAM_OFFSET.
3892 (struct call_site.parameter.u): New field param_offset.
3893
24c5c679
JK
38942012-06-17 Jan Kratochvil <[email protected]>
3895
3896 Code cleanup: Generalize call_site.parameter key.
3897 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3898 variable dwarf_reg. New variable kind_u. Update parameters to
3899 push_dwarf_reg_entry_value.
3900 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3901 * dwarf2expr.h (enum call_site_parameter_kind)
3902 (union call_site_parameter_u): Forward declarations.
3903 (struct dwarf_expr_context_funcs): Update parameters and their
3904 description for push_dwarf_reg_entry_value.
3905 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3906 * dwarf2loc.c (call_site_parameter_matches): New function.
3907 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3908 description. Use call_site_parameter_matches.
3909 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3910 Update parameters and their description.
3911 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3912 New variable kind_u. Adjust the caller for updated parameters.
3913 (needs_dwarf_reg_entry_value): Update parameters.
3914 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
3915 instead of attr. Update for the changed fields of struct
3916 call_site_parameter.
3917 * gdbtypes.h: Include dwarf2expr.h.
3918 (enum call_site_parameter_kind): New.
3919 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
3920 fb_offset into new union u.
3921
ac142d96
L
39222012-06-16 H.J. Lu <[email protected]>
3923
3924 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3925 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3926 for x32.
3927
ba224c70
L
39282012-06-16 H.J. Lu <[email protected]>
3929
3930 * amd64-linux-nat.c (compat_x32_clock_t): New.
3931 (compat_x32_siginfo_t): Likewise.
3932 (compat_x32_siginfo_from_siginfo): Likewise.
3933 (siginfo_from_compat_x32_siginfo): Likewise.
3934 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3935 and siginfo_from_compat_x32_siginfo for x32.
3936
7ecbc825
HZ
39372012-06-15 Hui Zhu <[email protected]>
3938
3939 * tracepoint.c (tfile_xfer_partial): Add a lseek.
3940
233dfcf0
L
39412012-06-15 H.J. Lu <[email protected]>
3942
3943 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3944 instead of gdbarch_ptr_bit.
3945 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3946 (amd64_supply_native_gregset): Likewise.
3947 (amd64_collect_native_gregset): Likewise.
3948 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3949 (amd64_supply_xsave): Likewise.
3950 (amd64_collect_fxsave): Likewise.
3951 (amd64_collect_xsave): Likewise.
3952
6da38f42
L
39532012-06-15 H.J. Lu <[email protected]>
3954
3955 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3956 (amd64_linux_read_description): Check DS segment register for
3957 x32 process.
3958
663b969e
TT
39592012-06-15 Tom Tromey <[email protected]>
3960
3961 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3962 init_cutu_and_read_dies.
3963
d6f05027
IS
39642012-06-15 Iain Sandoe <[email protected]>
3965
3966 * MAINTAINERS (Write After Approval): Add myself to the list.
3967
6598ed07
TT
39682012-06-15 Tom Tromey <[email protected]>
3969
3970 * valops.c (value_find_oload_method_list): Now static.
3971 * value.h (value_find_oload_method_list): Don't declare.
3972
2b214ea6
TT
39732012-06-15 Tom Tromey <[email protected]>
3974
3975 * valops.c (find_overload_match): Use value_ind.
3976
a210c238
MR
39772012-06-15 Maciej W. Rozycki <[email protected]>
3978
3979 * infrun.c (handle_inferior_event): Correct indentation.
3980
3771a44c
DE
39812012-06-14 Doug Evans <[email protected]>
3982
3983 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3984 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3985 All uses updated.
3986 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
3987 updated. Handle DEBUG_LOC_START_LENGTH.
3988 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3989 (loclist_describe_location): Ditto.
3990
1c5a993e
MR
39912012-06-14 Maciej W. Rozycki <[email protected]>
3992
3993 PR backtrace/13866
3994 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3995 after hiding inline functions.
3996
0b155465
JB
39972012-06-13 Joel Brobecker <[email protected]>
3998
3999 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4000 _initialize_inf_ttrace.
4001
45717bac
JB
40022012-06-13 Joel Brobecker <[email protected]>
4003
4004 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4005 _initialize_hppa_hpux_nat.
4006
34370865
JB
40072012-06-13 Joel Brobecker <[email protected]>
4008
4009 * remote-sim.c (sim_command_completer): Change type of return
4010 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4011
284c5a60
MK
40122012-06-13 Mark Kettenis <[email protected]>
4013 Jan Kratochvil <[email protected]>
4014
4015 PR tdep/14222
4016 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4017 stack on a 16-byte boundary.
4018
2535757a
TT
40192012-06-13 Kaushik Srenevasan <[email protected]>
4020
4021 * jit.c (finalize_symtab): Set function's return type to 'void' by
4022 default.
4023
fff4548b
MK
40242012-06-13 Mark Kettenis <[email protected]>
4025 H.J. Lu <[email protected]>
4026
5a83521a
MK
4027 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4028 Move bits common to both the classic LP64 and the new x32 ILP32
4029 ABI here.
4030 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4031 (amd64_x32_linux_init_abi): New function.
4032 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4033 subtype.
4034
fff4548b
MK
4035 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4036 * i386-tdep.c (i386_pseudo_register_name): Make public.
4037 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4038 * amd64-tdep.c (amd64_dword_names): Add "eip".
4039 (amd64_x32_pseudo_register_type): New function
4040 (amd64_x32_init_abi): New function.
4041
dd80ea3c
JK
40422012-06-13 Jan Kratochvil <[email protected]>
4043
4044 PR build/14003
4045 * inferior.h (struct inferior_suspend_state): Comment out.
4046 (struct inferior): Comment out the field suspend.
4047 * infrun.c (struct infcall_suspend_state): Comment out the field
4048 inferior_suspend.
4049 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4050 out its assignment.
4051
50af5481
JK
40522012-06-13 Jan Kratochvil <[email protected]>
4053
4054 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4055 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4056 function comment. Return ERROR for unresolved cases. Implement
4057 returning proper NAME.
4058 (yylex): Accept also NAME from classify_inner_name.
4059 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4060 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4061 LOC_TYPEDEF type.
4062 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4063
d55637df
TT
40642012-06-13 Tom Tromey <[email protected]>
4065
4066 * breakpoint.c (condition_completer): New function.
4067 (_initialize_breakpoint): Use it.
4068 * value.c (complete_internalvar): New function.
4069 * value.h (complete_internalvar): Declare.
4070
49c4e619
TT
40712012-06-13 Tom Tromey <[email protected]>
4072
4073 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4074 * breakpoint.c (catch_syscall_completer): Return a VEC.
4075 * cli/cli-cmds.c (complete_command): Update.
4076 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4077 (complete_on_enum): Likewise.
4078 * command.h: Include gdb_vecs.h.
4079 (completer_ftype): Change return type.
4080 (complete_on_cmdlist, complete_on_enum): Likewise.
4081 * completer.c (noop_completer, filename_completer)
4082 (location_completer): Return a VEC.
4083 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4084 to a VEC.
4085 (expression_completer, complete_line_internal, complete_line)
4086 (command_completer): Return a VEC.
4087 (gdb_completion_word_break_characters, line_completion_function):
4088 Update.
4089 * completer.h: Include gdb_vecs.h.
4090 (complete_line, noop_completer, filename_completer)
4091 (expression_completer, location_completer, command_completer):
4092 Update.
4093 * f-lang.c (f_word_break_characters): Return a VEC.
4094 * interps.c (interpreter_completer): Return a VEC.
4095 * language.h (struct language_defn)
4096 <la_make_symbol_completion_list>: Return a VEC.
4097 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4098 * symtab.c (free_completion_list): Take a VEC.
4099 (return_val_size, return_val_index): Remove.
4100 (return_val): Now a VEC.
4101 (completion_list_add_name): Update.
4102 (default_make_symbol_completion_list_break_on)
4103 (default_make_symbol_completion_list, make_symbol_completion_list)
4104 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4105 Return a VEC.
4106 (add_filename_to_list): Update.
4107 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4108 <list>: Now a VEC.
4109 (maybe_add_partial_symtab_filename): Update.
4110 (make_source_files_completion_list): Return a VEC.
4111 * symtab.h (default_make_symbol_completion_list_break_on)
4112 (default_make_symbol_completion_list, make_symbol_completion_list)
4113 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4114 (make_source_files_completion_list): Update.
4115
625e8578
TT
41162012-06-13 Tom Tromey <[email protected]>
4117
4118 * breakpoint.c (add_catch_command): Use completer_ftype.
4119 * breakpoint.h: Include command.h.
4120 (add_catch_command): Use completer_ftype.
4121 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4122 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4123 Use completer_ftype.
4124 * command.h (completer_ftype): New typedef.
4125 (set_cmd_completer): Use it.
4126 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4127 completer_ftype.
4128
5eb3b062
PA
41292012-06-13 Pedro Alves <[email protected]>
4130
4131 Partial revert of previous change.
4132
4133 * serial.c (scb_base): New global.
4134 (serial_for_fd): New.
4135 (serial_open, serial_fdopen_ops): Link new serial in open serials
4136 chain.
4137 (do_serial_close): Unlink serial from the open serials chain.
4138
8b3ee56d
PA
41392012-06-12 Pedro Alves <[email protected]>
4140
4141 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4142 threads here.
4143 (prepare_for_detach): No longer context switch here in non-stop
4144 mode.
4145 (fetch_inferior_event): Ditto.
4146 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4147 to the event thread before removing breakpoints. Switch to the
4148 event thread before inserting breakpoints and resuming.
4149 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4150 event thread before resuming.
4151 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4152 Switch to the event thread before removing breakpoints.
4153
5d60742e
EZ
41542012-06-12 Eli Zaretskii <[email protected]>
4155
4156 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4157 special characters correctly for the Windows shells. See
4158 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4159 report.
4160 [!__MINGW32__]: Remove extra double quote character from special
4161 characters.
4162
a6feecf7
SS
41632012-06-11 Stan Shebs <[email protected]>
4164
4165 * ui-out.h: Remove #if 0 declarations.
4166 * ui-out.c: Remove #if 0 functions.
4167
ddefb60f
PA
41682012-06-11 Pedro Alves <[email protected]>
4169
4170 * ser-base.c (run_async_handler_and_reschedule): New.
4171 (fd_event, push_event): Use it.
4172 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4173 reference count to 1.
4174 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4175 instead of xfree.
4176 (serial_is_open, serial_ref, serial_unref): New.
4177 * serial.h (serial_open): Adjust comment.
4178 (serial_is_open): Declare.
4179 (serial_close): Adjust comment.
4180 (serial_ref, serial_unref) Declare.
4181 (struct serial): New field 'refcnt'.
4182
d5ad6aa5
PA
41832012-06-11 Pedro Alves <[email protected]>
4184
4185 Remove #if 0'd "connect" command, and unnecessary associated
4186 refcounting and serial reuse bits.
4187
4188 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4189 * serial.c (last_serial_opened): Delete.
4190 (scb_base): Delete.
4191 (serial_open): Adjust.
4192 (serial_for_fd): Delete.
4193 (serial_fdopen_ops, do_serial_close): Adjust.
4194 (serial_fdopen_ops): Adjust.
4195
318aa544
PA
41962012-06-11 Pedro Alves <[email protected]>
4197
4198 * serial.c (do_serial_close): Remove early return when SCB is
4199 null.
4200
07261596
TT
42012012-06-11 Tom Tromey <[email protected]>
4202
4203 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4204
cc80f267
JK
42052012-06-11 Jan Kratochvil <[email protected]>
4206
4207 Fix regression by the "ambiguous linespec" series.
4208 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4209 get_last_displayed_symtab and get_last_displayed_line and depending
4210 on CURSAL.
4211
356d9f9d
TT
42122012-06-11 Tom Tromey <[email protected]>
4213
4214 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4215 (dw2_find_symbol_file): Use it.
4216
232b8704
ME
42172012-06-11 Michael Eager <[email protected]>
4218
4219 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4220 * mips-linux-tdep.h (mips_signals): New
4221
e81a37f7
TT
42222012-06-11 Tom Tromey <[email protected]>
4223
4224 * infrun.c (handle_inferior_event)
4225 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4226 breakpoint.
4227 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4228 exception logic in all cases. Update comments.
4229 (insert_longjmp_resume_breakpoint): Set the exception resume
4230 breakpoint.
4231
2e81047f
MR
42322012-06-11 Maciej W. Rozycki <[email protected]>
4233
4234 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4235
4e32eda7
SCR
42362012-06-09 Siva Chandra Reddy <[email protected]>
4237
4238 * valarith.c (binop_types_user_defined_p): Fix a typo.
4239
18648a37 42402012-06-08 Yao Qi <[email protected]>
f782ad9b 4241 Chung-Lin Tang <[email protected]>
18648a37
YQ
4242
4243 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4244 * arch-utils.h: Declare.
4245 * gdbarch.sh: Add return_in_first_hidden_param_p.
4246 * gdbarch.c, gdbarch.h: Regenerated.
4247 * infcall.c (call_function_by_hand): Call
4248 gdbarch_return_in_first_hidden_param_p instead of
4249 language_pass_by_reference.
4250
4251 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4252 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4253 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4254 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4255 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4256 `cplus_return_struct_by_reference'.
4257 (tic6x_return_value): Handle language cplusplus.
4258 (tic6x_return_in_first_hidden_param_p): New.
4259 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4260
034e5797
DE
42612012-06-07 Doug Evans <[email protected]>
4262
4263 * dwarf2read.c (dwarf2_cu): Add comment.
4264
6a00aa1e
MR
42652012-06-06 Maciej W. Rozycki <[email protected]>
4266
4267 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4268 variable.
4269 (mips_eabi_push_dummy_call): Likewise.
4270 (mips_n32n64_push_dummy_call): Likewise.
4271 (mips_o32_push_dummy_call): Likewise.
4272 (mips_o64_push_dummy_call): Likewise.
4273
eaa05d59
MR
42742012-06-06 Maciej W. Rozycki <[email protected]>
4275
4276 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4277
de13fcf2
MR
42782012-06-06 Maciej W. Rozycki <[email protected]>
4279
4280 * mips-tdep.c (mips_pseudo_register_type): Use
4281 mips_float_register_p.
4282
c3a01a22
PA
42832012-06-06 Pedro Alves <[email protected]>
4284
4285 * infrun.c (handle_inferior_event): Remove calls to
4286 reinit_frame_cache that follow a context_switch call.
4287
d25f45d9
PA
42882012-06-06 Pedro Alves <[email protected]>
4289
4290 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4291 context_switch and remove stale comment.
4292
359f5fe6
PA
42932012-06-06 Pedro Alves <[email protected]>
4294
4295 * infrun.c (struct execution_control_state): Remove
4296 `new_thread_event' field.
4297 (handle_inferior_event): Simplify new threads handling; don't
4298 resume the inferior if we find a new thread.
4299
2d4c29c5
TS
43002012-06-06 Thomas Schwinge <[email protected]>
4301
4302 * NEWS: Document the deprecation of SH's 'regs' command.
4303 * inferior.h (all_registers_info): Add function declaration.
4304 * sh-tdep.c (sh_show_regs): Remove variable.
4305 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4306 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4307 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4308 (sh_show_regs_command): Remove functions.
4309 (sh_gdbarch_init): Don't set sh_show_regs.
4310 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4311 'info all-registers'.
4312 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4313 (sh64_show_regs): Remove functions.
4314 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4315
f5f1cdb6
JK
43162012-06-06 Jan Kratochvil <[email protected]>
4317
4318 * configure.ac: Move development=true below AC_INIT.
4319 * configure: Regenerate.
4320
bf6309af
SS
43212012-06-05 Stan Shebs <[email protected]>
4322
4323 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4324 gdb_stdout.
4325
45aa4659
JK
43262012-06-05 Siddhesh Poyarekar <[email protected]>
4327
4328 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4329 argument as ssize_t.
4330 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4331 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4332 * target.c (target_read_stack, target_write_memory)
4333 (target_write_raw_memory): Likewise.
4334 * target.h (target_read_stack, target_write_memory)
4335 (target_write_raw_memory): Likewise.
4336
1b162304
JK
43372012-06-05 Jan Kratochvil <[email protected]>
4338
4339 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4340 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4341 * target.c (target_read_memory): Change LEN to ssize_t.
4342 * target.h (target_read_memory): Change LEN to ssize_t.
4343
8556afb4
PA
43442012-06-05 Pedro Alves <[email protected]>
4345
4346 PR backtrace/13866
4347
4348 * breakpoint.c (until_break_command): Only fetch the selected
4349 frame after decode_line_1.
4350
fb139f32
PA
43512012-06-05 Joakim Tjernlund <[email protected]>
4352
4353 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4354 event breakpoint at _start, __start or main if a program
4355 interpreter is not found.
4356
a8e1bb34
JB
43572012-06-05 Joel Brobecker <[email protected]>
4358
4359 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4360 Add declaration.
4361 * windows-tdep.c: #include "objfiles.h".
4362 (windows_iterate_over_objfiles_in_search_order): New function.
4363 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4364 iterate_over_objfiles_in_search_order gdbarch method to
4365 windows_iterate_over_objfiles_in_search_order.
4366 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4367
19630284
JB
43682012-06-05 Joel Brobecker <[email protected]>
4369
4370 * gdbarch.sh: Add generation of
4371 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4372 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4373 (iterate_over_objfiles_in_search_order): New gdbarch method.
4374 * gdbarch.h, gdbarch.c: Regenerate.
4375 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4376 Add declaration.
4377 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4378 New function.
4379 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4380 out of lookup_symbol_aux_symtabs.
4381 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4382 call to lookup_symbol_aux_objfile.
4383 (struct global_sym_lookup_data): New type.
4384 (lookup_symbol_global_iterator_cb): New function.
4385 (lookup_symbol_global): Search for symbol using
4386 gdbarch_iterate_over_objfiles_in_search_order and
4387 lookup_symbol_global_iterator_cb.
4388 * findvar.c (struct minsym_lookup_data): New type.
4389 (minsym_lookup_iterator_cb): New function.
4390 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4391 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4392 and minsym_lookup_iterator_cb.
4393
67ff19f7
JB
43942012-06-05 Joel Brobecker <[email protected]>
4395
4396 Revert the following patch:
4397 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4398 try locating the symbol in the symbol's own objfile first, before
4399 extending the search to all objfiles.
4400 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4401 out of lookup_symbol_aux_symtabs.
4402 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4403 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4404 Do not search EXCLUDE_OBJFILE.
4405 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4406 (lookup_symbol_global): Search for matches in the block's objfile
4407 first, before searching all other objfiles.
4408
ccab2054
JB
44092012-06-05 Joel Brobecker <[email protected]>
4410
4411 * breakpoint.c (find_condition_and_thread): Stop parsing
4412 as soon as the first invalid keyword is found.
4413
e23d4a9c
JB
44142012-06-05 Joel Brobecker <[email protected]>
4415
4416 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4417
70160166
JB
44182012-06-05 Joel Brobecker <[email protected]>
4419
4420 * config/djgpp/djcheck.sh: Add copyright header.
4421
399501a5
JB
44222012-06-05 Joel Brobecker <[email protected]>
4423
4424 * copyright.py (update_files, main): Fix path to update-copyright
4425 script.
4426
3770a159
JB
44272012-06-05 Joel Brobecker <[email protected]>
4428
4429 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4430 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4431 for which a reminder to update by hand is printed.
4432
4aad0dfc
DE
44332012-06-04 Doug Evans <[email protected]>
4434
4435 * buildsym.c (make_blockvector): Add comment.
4436
1f8cf220
PA
44372012-06-04 Pedro Alves <[email protected]>
4438
4439 * arch-utils.c (default_gdb_signal_from_target): Delete.
4440 * arch-utils.h (default_gdb_signal_from_target): Delete.
4441 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4442 gdbarch_gdb_signal_from_target_p.
4443 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4444 predicate).
4445 * gdbarch.h: Regenerate.
4446 * gdbarch.c: Regenerate.
4447
86b49880
PA
44482012-06-04 Pedro Alves <[email protected]>
4449
4450 * gdbarch.sh (gdb_signal_from_target): Mention that the
4451 implementation of the method must be host independent.
4452 * gdbarch.h: Regenerate.
4453
fe78531d
JK
44542012-06-04 Jan Kratochvil <[email protected]>
4455
4456 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4457 parameters.
4458 (target_read_memory_bfd): New function.
4459 (symbol_file_add_from_memory): Use it.
4460
d790cf0a
DE
44612012-06-03 Doug Evans <[email protected]>
4462
78e5175a
DE
4463 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4464 of primary symtab.
4465 (basic_lookup_transparent_type): Ditto.
4466
d790cf0a
DE
4467 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4468 (ALL_PRIMARY_SYMTABS): Use it.
4469 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4470 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4471 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4472 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4473 (basic_lookup_transparent_type): Ditto.
4474
c6e5ee5e
SDJ
44752012-06-02 Sergio Durigan Junior <[email protected]>
4476
4477 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4478 it to optimize resolution of demangled name.
4479
a68ffae9
JK
44802012-06-01 Jan Kratochvil <[email protected]>
4481
4482 * configure.ac (development): Define new variable.
4483 Call AC_CHECK_LIB for mcheck if $development.
4484 (ERROR_ON_WARNING): Enable it by default only if $development.
4485 * config.in: Regenerate.
4486 * configure: Regenerate.
4487
5299c1c4
JK
44882012-06-01 Siddhesh Poyarekar <[email protected]>
4489
4490 * target.c (target_read_memory): Make LEN argument as size_t.
4491 * target.h (target_read_memory): Likewise.
4492
44932012-06-01 Jan Kratochvil <[email protected]>
7c71816c
JK
4494
4495 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4496
0c56f59b
EBM
44972012-05-31 Edjunior Machado <[email protected]>
4498
4499 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4500 BookE interface for PowerPC server processors if not available
4501 in the Linux Kernel.
4502
71bdabee
KS
45032012-05-31 Keith Seitz <[email protected]>
4504
4505 * linespec.c (decode_objc): Add cleanup to free
4506 INFO.FILE_SYMTABS.
4507 (find_linespec_symbols): Add cleanup to free CLASSES.
4508 * symfile.c (find_separate_debug_file_by_debuglink): Add
4509 cleanup to free DEBUGLINK.
4510 * ui-out.c (clear_header_list): No need to check if
4511 HEADER_NEXT.COLHDR is NULL.
4512 Free HEADER_NEXT.COL_NAME.
4513
acbd605d
MGD
45142012-05-31 Matthew Gretton-Dann <[email protected]>
4515
4516 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4517 warning.
4518
65662cde
PA
45192012-05-30 Jeff Kenton <[email protected]>
4520
4521 * configure.host (gdb_host_cpu): Handle tilegx*.
4522 (gdb_host): Handle tilegx-*-linux*.
4523 * tilegx-linux-nat.c: New file.
4524 * config/tilegx/linux.mh: New file.
4525
ade64f0e
PA
45262012-05-30 Jeff Kenton <[email protected]>
4527
4528 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4529 tilegx-linux-tdep.o.
4530 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4531 tilegx-linux-tdep.c.
4532 * configure.tgt: Handle tilegx-*-linux*.
4533 * tilegx-tdep.h: New file.
4534 * tilegx-tdep.c: New file.
4535 * tilegx-linux-tdep.c: New file.
4536 * regformats/reg-tilegx.dat: New file.
4537
bb08bdbd
EBM
45382012-05-30 Edjunior Machado <[email protected]>
4539
4540 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4541 accounting of hw watchpoints on ppc.
4542
ebd86fb5
TJB
45432012-05-30 Thiago Jung Bauermann <[email protected]>
4544
4545 * source.c (openp): Expand tilde in path entries.
4546
0a0edcd5
DE
45472012-05-29 Doug Evans <[email protected]>
4548
98cc87bd
DE
4549 * buildsym.c (block_compar): Fix comment.
4550 (end_symtab): Fix and clarify some comments.
4551
0a0edcd5
DE
4552 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4553 cleanup_undefined_types.
4554 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4555 All callers updated.
4556
6f0c7050
TT
45572012-05-29 Tom Tromey <[email protected]>
4558
4559 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4560 fails.
4561 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4562 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4563 fails.
4564 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4565 fails.
4566
ec95993c
TG
45672012-05-29 Tristan Gingold <[email protected]>
4568
4569 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4570 (struct darwin_info): ... New struct.
4571 (solib_darwin_pspace_data): New variable.
4572 (darwin_pspace_data_cleanup): New function.
4573 (get_darwin_info): Likewise.
4574 (darwin_dyld_version_ok, darwin_load_image_infos)
4575 (darwin_solib_get_all_image_info_addr_at_init)
4576 (darwin_solib_read_all_image_info_addr): Add info argument.
4577 Adjust code.
4578 (darwin_current_sos): Use per pspace structure.
4579 (darwin_solib_create_inferior_hook): Likewise.
4580 (darwin_clear_solib): Likewise.
4581 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4582
ae25568b
PA
45832012-05-28 Pedro Alves <[email protected]>
4584
4585 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4586 block that uses them. Clear ecss before handling each event.
4587
0c5bf5a9
JK
45882012-05-28 Jan Kratochvil <[email protected]>
4589
4590 * solib-svr4.c (svr4_current_sos): New comment on
4591 svr4_current_sos_via_xfer_libraries fall back.
4592
bfb05775
JK
45932012-05-24 Jan Kratochvil <[email protected]>
4594
4595 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
4596 it as a fallback for TYPE_IS_OPAQUE.
4597 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4598 symbols for lookup_symbol.
4599
685b1105
JK
46002012-05-24 John Steele Scott <[email protected]>
4601
4602 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4603 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4604 (producer_is_gxx_lt_4_6): Move the checking and caching to...
4605 (check_producer): ... this new function, which also checks for ICC
4606 and caches the result.
4607 (producer_is_icc): New function.
4608 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4609 producer was ICC.
4610
22203bbf
PA
46112012-05-24 Pedro Alves <[email protected]>
4612
4613 PR gdb/7205
4614
4615 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4616 (default_gdb_signal_to_target): ... this. Add comment.
4617 (default_gdb_signal_from_host): Rename to ...
4618 (default_gdb_signal_from_target): ... this. Add comment.
4619 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4620 (default_gdb_signal_to_target): ... this.
4621 (default_gdb_signal_from_host): Rename to ...
4622 (default_gdb_signal_from_target): ... this.
4623 * corelow.c (core_open): Adjust to naming change. Replace comment.
4624 * gdbarch.sh (gdb_signal_from_host): Rename to ...
4625 (gdb_signal_from_target): ... this. Adjust to
4626 default_gdb_signal_from_host naming change. Extend comment.
4627 (gdb_signal_to_host): Rename to ...
4628 (gdb_signal_to_target): ... this. Adjust to
4629 default_gdb_signal_to_host naming change.
4630 * gdbarch.h, gdbarch.c: Renegerate.
4631
a493e3e2
PA
46322012-05-24 Pedro Alves <[email protected]>
4633
4634 PR gdb/7205
4635
f782ad9b 4636 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 4637
2ea28649
PA
46382012-05-24 Pedro Alves <[email protected]>
4639
4640 PR gdb/7205
4641
4642 Replace target_signal with gdb_signal throughout.
4643
b09846a9
PA
46442012-05-24 Pedro Alves <[email protected]>
4645
4646 PR tui/14159
4647
4648 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4649 string, instead of reusing the va_list argument.
4650
e77c107e
TT
46512012-05-24 Tom Tromey <[email protected]>
4652
4653 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4654 Remove.
4655
9fccedf7
DE
46562012-05-23 Doug Evans <[email protected]>
4657
d50bd42b
DE
4658 * symtab.c (search_symbols): Formatting fixes.
4659 (print_symbol_info): Formatting fixes.
4660
9fccedf7
DE
4661 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4662 int64_t change to leb128 API.
4663 (read_encoded_value, decode_frame_entry_1): Ditto.
4664 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4665 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4666 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4667 (execute_stack_op): Ditto.
4668 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4669 (safe_read_uleb128, safe_read_sleb128): Ditto.
4670 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4671 (dwarf2_compile_expr_to_ax): Ditto.
4672 (locexpr_describe_location_piece): Ditto.
4673 (disassemble_dwarf_expression): Ditto.
4674 (locexpr_describe_location_1): Ditto.
4675
f3e0e960
SS
46762012-05-23 Stan Shebs <[email protected]>
4677 Kwok Cheung Yeung <[email protected]>
4678
4679 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4680 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4681 (mi-cmd-info.o): New rule.
4682 * osdata.h (info_osdata_command): New declaration.
4683 * osdata.c (info_osdata_command): Change to non-static.
4684 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4685 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4686 * mi/mi-cmd-info.c: New file.
4687
c51fe631
DE
46882012-05-23 Doug Evans <[email protected]>
4689
71cddcc1
DE
4690 * symtab.c (search_symbols): Pass NULL for file_matcher to
4691 expand_symtabs_matching if there are no files to match.
4692
c51fe631
DE
4693 * gdbtypes.c (lookup_typename): Simplify.
4694
a79378d4
PA
46952012-05-23 Pedro Alves <[email protected]>
4696
4697 * arch-utils.h (default_target_signal_to_host): Delete.
4698 * arch-utils.c (default_target_signal_to_host): Delete.
4699 * gdbarch.sh (target_signal_to_host): Remove.
4700 * gdbarch.h, gdbarch.c: Regenerate.
4701
f664829e
DE
47022012-05-22 Doug Evans <[email protected]>
4703
4704 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4705 "const gdb_byte *".
4706 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4707 (execute_cfa_program): Update to match API of leb128 functions.
4708 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4709 "const gdb_byte *".
4710 (read_unsigned_leb128, read_signed_leb128): Delete.
4711 (read_initial_length): Change type of buf argument to
4712 "const gdb_byte *".
4713 (read_encoded_value): Update to match API of leb128 functions.
4714 (decode_frame_entry): Change result to "const gdb_byte *", and
4715 similarly for "start" parameter.
4716 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
4717 (dwarf2_build_frame_info): Change local frame_ptr to
4718 "const gdb_byte *".
4719 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4720 read_uleb128, read_sleb128. All callers updated.
4721 (safe_skip_leb128): New function.
4722 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4723 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4724 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4725 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
4726 read_uleb128, read_sleb128.
4727 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4728 (execute_stack_op): Update to match API of leb128 functions.
4729 * dwarf2expr.h: #include "leb128.h".
4730 (read_uleb128, read_sleb128): Delete.
4731 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4732 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4733 * dwarf2loc.c (debug_loc_kind): New enum.
4734 (decode_debug_loc_addresses): New function.
4735 (decode_debug_loc_dwo_addresses): New function.
4736 (dwarf2_find_location_expression): Rewrite.
4737 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4738 (locexpr_describe_location_piece): Ditto.
4739 (disassemble_dwarf_expression): Ditto.
4740 (locexpr_describe_location_1): Ditto.
4741 (loclist_describe_location): Rewrite.
4742 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4743 * dwarf2read.c (die_reader_specs): New member "buffer_end".
4744 (dwarf2_section_buffer_overflow_complaint): Renamed from
4745 dwarf2_macros_too_long_complaint. All callers updated.
4746 (skip_leb128): Delete.
4747 (init_cu_die_reader): Initialize reader->buffer_end.
4748 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4749 (skip_form_bytes): New arg buffer_end. All callers updated.
4750 Replace call to skip_leb128 with gdb_skip_leb128.
4751 (skip_unknown_opcode): New arg mac_end. All callers updated.
4752 (fill_in_loclist_baton): Initialize baton->from_dwo.
4753
837a1b32
MR
47542012-05-22 Maciej W. Rozycki <[email protected]>
4755
4756 * mips-linux-nat.c (mips_linux_read_description): Use a more
4757 verbose error message.
4758
d0e64392
MR
47592012-05-22 Maciej W. Rozycki <[email protected]>
4760
4761 * NEWS: Add MIPS/Linux DSP support.
4762 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4763 (SIGCONTEXT_DSPCTL): New macro.
4764 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4765 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4766 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4767 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4768 (N64_SIGCONTEXT_HI3): Likewise.
4769 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4770 (N64_SIGCONTEXT_LO3): Likewise.
4771 (N64_SIGCONTEXT_DSPCTL): Likewise.
4772 (N64_SIGCONTEXT_FPCSR): Clarify definition.
4773 (mips_linux_o32_sigframe_init): Handle DSP registers.
4774 (mips_linux_n32n64_sigframe_init): Likewise.
4775
8bea7ed1
PM
47762012-05-22 Pierre Muller <[email protected]>
4777
4778 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4779 call to abort.
4780
dab06dbe
PA
47812012-05-22 Pedro Alves <[email protected]>
4782
4783 * target.h (store_waitstatus): Move declaration ...
4784 * inf-child.h (store_waitstatus): ... here.
4785 * target.c: Move inclusion of gdb_wait.h, and ...
4786 (store_waitstatus): ... this ...
4787 * inf-child.c: ... here.
4788 * linux-nat.c: Include inf-child.h.
4789 * rs6000-nat.c: Include inf-child.h.
4790 * spu-linux-nat.c: Include inf-child.h.
4791
43011e52
PM
47922012-05-22 Pierre Muller <[email protected]>
4793
4794 * tracepoint.c (start_tracing): Add missing i18n markup.
4795 (stop_tracing, set_trace_user): Ditto.
4796 (set_trace_notes, set_trace_stop_notes): Ditto.
4797
b1af9e97
TT
47982012-05-21 Tom Tromey <[email protected]>
4799
4800 PR c++/7173:
4801 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4802 types.
4803 * value.h (value_cast_pointers): Update.
4804 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4805 (value_cast): Update.
4806 (update_search_result): New function.
4807 (do_search_struct_field): New, from search_struct_field. Check
4808 for ambiguous results.
4809 (search_struct_field): Rewrite.
4810 * infcall.c (value_arg_coerce): Update.
4811 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4812 value_cast_pointers.
4813 * ada-lang.c (ada_convert_actual): Update.
4814
e9e5e6b3
TT
48152012-05-21 Tom Tromey <[email protected]>
4816
4817 * macroexp.c (macro_stringify): Terminate the string.
4818
1564a261
JK
48192012-05-20 Jan Kratochvil <[email protected]>
4820
4821 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4822 Describe it.
4823 * auto-load.c (auto_load_expand_dir_vars): New function.
4824 (auto_load_safe_path_vec_update): Use it, remove the
4825 substitute_path_component call thanks to it.
4826 (auto_load_objfile_script): Remove the debug_file_directory processing.
4827 Use auto_load_expand_dir_vars, remove the substitute_path_component
4828 call thanks to it.
4829 * configure: Regenerate.
4830 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4831 path. Escape $ also for $debugdir.
4832 (--with_auto_load_safe_path): Escape $ also for $debugdir.
4833 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4834
a3ec0bb1
DE
48352012-05-20 Doug Evans <[email protected]>
4836
4837 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4838 before use. Check for symtab->includes == NULL before scanning it.
4839
d467df4e
MR
48402012-05-18 Maciej W. Rozycki <[email protected]>
4841
4842 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4843
4cc0665f
MR
48442012-05-18 Maciej W. Rozycki <[email protected]>
4845
4846 * NEWS: Add microMIPS support and "set mips compression",
4847 "show mips compression" commands.
4848 * mips-tdep.h (mips_isa): New enum.
4849 (gdbarch_tdep): Add mips_isa.
4850 (mips_pc_is_mips16): Update prototype.
4851 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4852 * mips-tdep.c (mips_compression_mips16): New variable.
4853 (mips_compression_micromips): Likewise.
4854 (mips_compression_strings): Likewise.
4855 (mips_compression_string): Likewise.
4856 (is_mips16_isa, is_micromips_isa): New functions.
4857 (is_mips16_addr): Rename to...
4858 (is_compact_addr): ... this.
4859 (unmake_mips16_addr): Likewise to...
4860 (unmake_compact_addr): ... this.
4861 (make_mips16_addr): Likewise to...
4862 (make_compact_addr): ... this.
4863 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4864 functions.
4865 (mips_elf_make_msymbol_special): Handle microMIPS code.
4866 (msymbol_is_special): Rename to...
4867 (msymbol_is_mips16): ... this.
4868 (mips_make_symbol_special, mips_pc_is_mips16): Update
4869 accordingly.
4870 (msymbol_is_mips, msymbol_is_micromips): New functions.
4871 (mips16_to_32_reg): Rename to...
4872 (mips_reg3_to_reg): ... this.
4873 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4874 (mips_pc_isa): Likewise.
4875 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4876 code.
4877 (mips_fetch_instruction): Pass return status instead of printing
4878 an error message if requested. Handle microMIPS code. Bail out
4879 on an invalid ISA.
4880 (micromips_op): New macro.
4881 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4882 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4883 (b6s4_op, b7s3_reg): Likewise.
4884 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4885 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4886 (mips_insn_size): New function.
4887 (mips32_next_pc): Update mips_fetch_instruction call.
4888 (micromips_relative_offset7): New function.
4889 (micromips_relative_offset10): Likewise.
4890 (micromips_relative_offset16): Likewise.
4891 (micromips_pc_insn_size): Likewise.
4892 (micromips_bc1_pc): Likewise.
4893 (micromips_next_pc): Likewise.
4894 (unpack_mips16): Update mips_fetch_instruction call.
4895 (extended_mips16_next_pc): Update according to change to
4896 mips16_to_32_reg.
4897 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
4898 code.
4899 (mips16_scan_prologue): Update mips_fetch_instruction call.
4900 Update according to change to mips16_to_32_reg.
4901 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4902 (mips_insn16_frame_base_sniffer): Likewise.
4903 (micromips_decode_imm9): New function.
4904 (micromips_scan_prologue): Likewise.
4905 (mips_micro_frame_cache): Likewise.
4906 (mips_micro_frame_this_id): Likewise.
4907 (mips_micro_frame_prev_register): Likewise.
4908 (mips_micro_frame_sniffer): Likewise.
4909 (mips_micro_frame_unwind): New variable.
4910 (mips_micro_frame_base_address): New function.
4911 (mips_micro_frame_base): New variable.
4912 (mips_micro_frame_base_sniffer): New function.
4913 (mips32_scan_prologue): Update mips_fetch_instruction call.
4914 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4915 rather than for MIPS16.
4916 (mips_insn32_frame_base_sniffer): Likewise.
4917 (mips_addr_bits_remove): Handle microMIPS code.
4918 (deal_with_atomic_sequence): Rename to...
4919 (mips_deal_with_atomic_sequence): ... this. Update the type
4920 of the variable used to hold an instruction. Remove the ISA bit
4921 check. Update mips_fetch_instruction call.
4922 (micromips_deal_with_atomic_sequence): New function.
4923 (deal_with_atomic_sequence): Likewise.
4924 (mips_about_to_return): Handle microMIPS code. Update
4925 mips_fetch_instruction call.
4926 (heuristic_proc_start): Check for the standard MIPS ISA rather
4927 than for MIPS16. Update mips_pc_is_mips16 and
4928 mips_fetch_instruction calls. Handle microMIPS code.
4929 (mips_push_dummy_code): Handle microMIPS code.
4930 (mips_eabi_push_dummy_call): Likewise.
4931 (mips_o32_return_value): Update mips_pc_is_mips16 call.
4932 (mips_o64_push_dummy_call): Handle microMIPS code.
4933 (mips_o64_return_value): Update mips_pc_is_mips16 call.
4934 (is_delayed): Remove function.
4935 (mips_single_step_through_delay): Replace the call to is_delayed
4936 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
4937 Handle microMIPS code.
4938 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
4939 microMIPS code.
4940 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4941 call.
4942 (micromips_in_function_epilogue_p): New function.
4943 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4944 call.
4945 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4946 Handle microMIPS.
4947 (gdb_print_insn_mips): Likewise.
4948 (mips_breakpoint_from_pc): Likewise.
4949 (mips_remote_breakpoint_from_pc): New function.
4950 (mips32_instruction_has_delay_slot): Simplify making use of the
4951 updated mips_fetch_instruction interface.
4952 (micromips_instruction_has_delay_slot): New function.
4953 (mips16_instruction_has_delay_slot): Simplify making use of the
4954 updated mips_fetch_instruction interface.
4955 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 4956 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
4957 calls. Handle microMIPS code.
4958 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4959 (mips_skip_trampoline_code): Handle microMIPS code.
4960 (global_mips_compression): New function.
4961 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4962 file flags. Register the microMIPS remote breakpoint handler
4963 and heuristic frame unwinder.
4964 (show_mips_compression): New function.
4965 (_initialize_mips_tdep): Add the "set mips compression" and
4966 "show mips compression" commands.
4967
22e048c9
SDJ
49682012-05-18 Sergio Durigan Junior <[email protected]>
4969
4970 * ada-lang.c:
4971 * ada-tasks.c:
4972 * ada-varobj.c:
4973 * amd64-darwin-tdep.c:
4974 * arm-symbian-tdep.c:
4975 * arm-tdep.c:
4976 * avr-tdep.c:
4977 * ax-gdb.c:
4978 * bfin-linux-tdep.c:
4979 * breakpoint.c:
4980 * c-valprint.c:
4981 * cli/cli-cmds.c:
4982 * coffread.c:
4983 * cp-support.c:
4984 * cris-tdep.c:
4985 * dwarf2-frame-tailcall.c:
4986 * dwarf2-frame.c:
4987 * dwarf2expr.c:
4988 * dwarf2loc.c:
4989 * dwarf2read.c:
4990 * elfread.c:
4991 * eval.c:
4992 * expprint.c:
4993 * f-valprint.c:
4994 * frv-tdep.c:
4995 * h8300-tdep.c:
4996 * hppa-hpux-tdep.c:
4997 * hppa-tdep.c:
4998 * hppanbsd-tdep.c:
4999 * i386-nto-tdep.c:
5000 * i386-tdep.c:
5001 * i387-tdep.c:
5002 * ia64-tdep.c:
5003 * jit.c:
5004 * linespec.c:
5005 * linux-tdep.c:
5006 * lm32-tdep.c:
5007 * m2-valprint.c:
5008 * m32c-tdep.c:
5009 * m32r-rom.c:
5010 * m32r-tdep.c:
5011 * m68k-tdep.c:
5012 * m68klinux-tdep.c:
5013 * mi/mi-main.c:
5014 * microblaze-tdep.c:
5015 * mips-linux-tdep.c:
5016 * mips-tdep.c:
5017 * mn10300-tdep.c:
5018 * p-valprint.c:
5019 * parse.c:
5020 * ppc-linux-tdep.c:
5021 * ppc-sysv-tdep.c:
5022 * printcmd.c:
5023 * python/py-finishbreakpoint.c:
5024 * python/py-inferior.c:
5025 * python/py-infthread.c:
5026 * python/py-type.c:
5027 * python/python.c:
5028 * remote-fileio.c:
5029 * remote-m32r-sdi.c:
5030 * remote-mips.c:
5031 * reverse.c:
5032 * rl78-tdep.c:
5033 * rs6000-aix-tdep.c:
5034 * rs6000-tdep.c:
5035 * s390-tdep.c:
5036 * score-tdep.c:
5037 * sh64-tdep.c:
5038 * skip.c:
5039 * solib-darwin.c:
5040 * solib-dsbt.c:
5041 * solib-frv.c:
5042 * sparc-tdep.c:
5043 * spu-multiarch.c:
5044 * spu-tdep.c:
5045 * stack.c:
5046 * symfile.c:
5047 * symtab.c:
5048 * tic6x-tdep.c:
5049 * tracepoint.c:
5050 * v850-tdep.c:
5051 * valarith.c:
5052 * valprint.c:
5053 * value.c:
5054 * xcoffread.c:
5055 * xtensa-tdep.c:
5056 * ada-lang.c:
5057 * ada-tasks.c:
5058 * ada-varobj.c:
5059 * amd64-darwin-tdep.c:
5060 * arm-symbian-tdep.c:
5061 * arm-tdep.c: Delete unused variables.
5062
aff139ff
JK
50632012-05-18 Jan Kratochvil <[email protected]>
5064
5065 Rename $ddir to $datadir.
5066 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5067 * auto-load.c (auto_load_safe_path_vec_update)
5068 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5069 * configure: Regenerate.
5070 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5071 Likewise. Remove the 'use $ddir' help string.
5072
f7bfa992
JK
50732012-05-18 Jan Kratochvil <[email protected]>
5074
5075 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5076 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5077
9cb709b6
TT
50782012-05-18 Tom Tromey <[email protected]>
5079
5080 PR exp/13907:
5081 * valprint.h (struct value_print_options) <symbol_print>: New
5082 field.
5083 * valprint.c (user_print_options): Add default for symbol_print.
5084 (show_symbol_print): New function.
5085 (generic_val_print): Respect symbol_print.
5086 (_initialize_valprint): Add "print symbol" setting.
5087 * f-valprint.c (f_val_print): Respect symbol_print.
5088 * c-valprint.c (c_val_print): Respect symbol_print.
5089 * NEWS: Update.
5090 * printcmd.c (print_address_symbolic): Return int. Ignore some
5091 zero-size symbols.
5092 (print_address_demangle): Return int.
5093 * defs.h: (print_address_symbolic): Return int.
5094 * value.h (print_address_demangle): Return int.
5095
b012acdd
TT
50962012-05-18 Tom Tromey <[email protected]>
5097
5098 * valprint.c (val_print_string): Don't print leading space.
5099 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5100 print space before string or vtbl.
5101 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5102 before string.
5103 * jv-valprint.c (java_value_print): Print space before string.
5104 * go-valprint.c (print_go_string): Print space before string.
5105 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5106 space before string.
5107 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5108 space before string or vtbl.
5109 * auxv.c (fprint_target_auxv): Print space after address.
5110
1d51a733
TT
51112012-05-18 Tom Tromey <[email protected]>
5112
5113 * printcmd.c (print_address_demangle): Remove special case for 0.
5114
edf0c1b7
TT
51152012-05-18 Tom Tromey <[email protected]>
5116
5117 * printcmd.c (print_address_demangle): Add 'opts' argument.
5118 * p-valprint.c (pascal_val_print): Update.
5119 * jv-valprint.c (java_val_print): Update.
5120 * value.h: Update.
5121 * valprint.c (generic_val_print): Update.
5122 (print_function_pointer_address): Add 'options' argument. Remove
5123 'addressprint' argument. Update.
5124 * m2-valprint.c (print_unpacked_pointer): Update.
5125 * gnu-v3-abi.c (print_one_vtable): Update.
5126 (gnuv3_print_method_ptr): Update.
5127 * f-valprint.c (f_val_print): Update.
5128 * cp-valprint.c (cp_print_value_fields): Update.
5129 * valprint.h (print_function_pointer_address): Update.
5130 * c-valprint.c (c_val_print): Update.
5131
9703b513
TT
51322012-05-18 Tom Tromey <[email protected]>
5133
5134 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5135 directly corresponding to the found psymtab.
5136 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5137 (dw2_find_pc_sect_symtab): Use it.
5138 * block.h (blockvector_contains_pc): Declare.
5139 * block.c (find_block_in_blockvector): New function.
5140 (blockvector_for_pc_sect): Use it.
5141 (blockvector_contains_pc): New function.
5142
5a439849
MR
51432012-05-18 Maciej W. Rozycki <[email protected]>
5144
5145 * mips-tdep.h (mips_write_pc): New prototype.
5146 * mips-tdep.c (mips_write_pc): Make external, add description.
5147 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5148 add description.
5149
8376de04
MR
51502012-05-18 Maciej W. Rozycki <[email protected]>
5151
5152 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5153 mips_regnum->pc.
5154 (mips_unwind_pc, mips_write_pc): Likewise.
5155 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5156 gdbarch_read_pc.
5157
d3581e61
JB
51582012-05-17 Joel Brobecker <[email protected]>
5159
5160 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5161 proc_warn, proc_error, proc_get_status, proc_flags,
5162 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5163 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5164 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5165 proc_stop_process, proc_wait_for_stop, proc_run_process,
5166 proc_set_traced_signals, proc_set_traced_faults,
5167 proc_set_traced_sysentry, proc_set_traced_sysexit,
5168 proc_set_held_signals, proc_get_held_signals,
5169 proc_get_traced_signals, proc_get_traced_faults,
5170 proc_get_traced_sysentry, proc_get_traced_sysexit,
5171 proc_clear_current_fault, proc_set_current_signal,
5172 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5173 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5174 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5175 proc_get_current_thread, proc_get_current_thread,
5176 proc_get_current_thread, proc_update_threads,
5177 proc_update_threads, proc_update_threads, proc_update_threads,
5178 proc_iterate_over_threads, procfs_find_new_threads,
5179 procfs_pid_to_str): Make static. Remove advance declaration.
5180 (proc_cursig): Make static. Conditionalized defintion on
5181 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5182 (proc_syscall, proc_set_kill_on_last_close,
5183 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5184 proc_get_pending_signals, proc_get_signal_actions,
5185 proc_trace_signal, proc_ignore_signal): Delete.
5186
81b9b86e
SDJ
51872012-05-16 Sergio Durigan Junior <[email protected]>
5188
5189 * coffread.c (cs_section_address): Passing proper argument for
5190 `bfd_get_section_vma'.
5191 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5192 `bfd_get_section_flags'.
5193 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5194 `bfd_get_section_vma'.
5195
abc9d0dc
TT
51962012-05-16 Tom Tromey <[email protected]>
5197
5198 PR macros/13205:
5199 * macrotab.h: (macro_define_special): Declare.
5200 (enum macro_special_kind): New.
5201 (struct macro_definition) <argc, replacement>: Update comments.
5202 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5203 (macro_define_object_internal): New function.
5204 (macro_define_object): Use it.
5205 (macro_define_special): New function.
5206 (fixup_definition): New function.
5207 (macro_lookup_definition, foreach_macro_in_scope)
5208 (foreach_macro): Use fixup_definition.
5209 * macroexp.h (macro_stringify): Declare.
5210 * macroexp.c (free_buffer_return_text): New function.
5211 (stringify): Constify "arg".
5212 (macro_stringify): New function.
5213 * dwarf2read.c (macro_start_file): Call macro_define_special.
5214
6a3a010b 52152012-05-16 Maciej W. Rozycki <[email protected]>
f782ad9b 5216 Maciej W. Rozycki <[email protected]>
6a3a010b
MR
5217
5218 * breakpoint.h (bp_location): Add related_address member.
5219 * inferior.h (get_return_value): Take a pointer to struct value
5220 instead of struct type for the function requested.
5221 * value.h (using_struct_return): Likewise.
5222 * gdbarch.sh (return_value): Take a pointer to struct value
5223 instead of struct type for the function requested.
5224 * breakpoint.c (set_breakpoint_location_function): Initialize
5225 related_address for bp_gnu_ifunc_resolver breakpoints.
5226 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5227 requested function's address to gdbarch_return_value.
5228 * eval.c (evaluate_subexp_standard): Pass the requested
5229 function's address to using_struct_return.
5230 * infcall.c (call_function_by_hand): Pass the requested
5231 function's address to using_struct_return and
5232 gdbarch_return_value.
5233 * infcmd.c (get_return_value): Take a pointer to struct value
5234 instead of struct type for the function requested.
5235 (print_return_value): Update accordingly.
5236 (finish_command_continuation): Likewise.
5237 * stack.c (return_command): Pass the requested function's
5238 address to using_struct_return and gdbarch_return_value.
5239 * value.c (using_struct_return): Take a pointer to struct value
5240 instead of struct type for the function requested. Pass the
5241 requested function's address to gdbarch_return_value.
5242 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5243 New function_value member, replacing function_type.
5244 (bpfinishpy_dealloc): Update accordingly.
5245 (bpfinishpy_pre_stop_hook): Likewise.
5246 (bpfinishpy_init): Likewise. Record the requested function's
5247 address.
5248 * mips-tdep.c (mips_fval_reg): New enum.
5249 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5250 words put in GP registers.
5251 (mips_o64_push_dummy_call): Update a comment.
5252 (mips_o32_return_value): Take a pointer to struct value instead
5253 of struct type for the function requested and use it to check if
5254 using the MIPS16 calling convention. Return the designated
5255 general purpose registers for floating-point values returned in
5256 MIPS16 mode.
5257 (mips_o64_return_value): Likewise.
5258 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5259 (ppc_sysv_abi_broken_return_value): Likewise.
5260 (ppc64_sysv_abi_return_value): Likewise.
5261 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5262 value instead of struct type for the function requested.
5263 * amd64-tdep.c (amd64_return_value): Likewise.
5264 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5265 * arm-tdep.c (arm_return_value): Likewise.
5266 * avr-tdep.c (avr_return_value): Likewise.
5267 * bfin-tdep.c (bfin_return_value): Likewise.
5268 * cris-tdep.c (cris_return_value): Likewise.
5269 * frv-tdep.c (frv_return_value): Likewise.
5270 * h8300-tdep.c (h8300_return_value): Likewise.
5271 (h8300h_return_value): Likewise.
5272 * hppa-tdep.c (hppa32_return_value): Likewise.
5273 (hppa64_return_value): Likewise.
5274 * i386-tdep.c (i386_return_value): Likewise.
5275 * ia64-tdep.c (ia64_return_value): Likewise.
5276 * iq2000-tdep.c (iq2000_return_value): Likewise.
5277 * lm32-tdep.c (lm32_return_value): Likewise.
5278 * m32c-tdep.c (m32c_return_value): Likewise.
5279 * m32r-tdep.c (m32r_return_value): Likewise.
5280 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5281 * m68k-tdep.c (m68k_return_value): Likewise.
5282 (m68k_svr4_return_value): Likewise.
5283 * m88k-tdep.c (m88k_return_value): Likewise.
5284 * mep-tdep.c (mep_return_value): Likewise.
5285 * microblaze-tdep.c (microblaze_return_value): Likewise.
5286 * mn10300-tdep.c (mn10300_return_value): Likewise.
5287 * moxie-tdep.c (moxie_return_value): Likewise.
5288 * mt-tdep.c (mt_return_value): Likewise.
5289 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5290 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5291 (ppc_sysv_abi_broken_return_value): Likewise.
5292 (ppc64_sysv_abi_return_value): Likewise.
5293 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5294 * rl78-tdep.c (rl78_return_value): Likewise.
5295 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5296 * rx-tdep.c (rx_return_value): Likewise.
5297 * s390-tdep.c (s390_return_value): Likewise.
5298 * score-tdep.c (score_return_value): Likewise.
5299 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5300 (sh_return_value_fpu): Likewise.
5301 * sh64-tdep.c (sh64_return_value): Likewise.
5302 * sparc-tdep.c (sparc32_return_value): Likewise.
5303 * sparc64-tdep.c (sparc64_return_value): Likewise.
5304 * spu-tdep.c (spu_return_value): Likewise.
5305 * tic6x-tdep.c (tic6x_return_value): Likewise.
5306 * v850-tdep.c (v850_return_value): Likewise.
5307 * vax-tdep.c (vax_return_value): Likewise.
5308 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5309 * xtensa-tdep.c (xtensa_return_value): Likewise.
5310 * gdbarch.c: Regenerate.
5311 * gdbarch.h: Regenerate.
5312
29ca12b3
TT
53132012-05-15 Tom Tromey <[email protected]>
5314
5315 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5316
588ae58c
JB
53172012-05-15 Joel Brobecker <[email protected]>
5318
5319 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5320 of command in two error message.
5321
855a6e68
JB
53222012-05-15 Joel Brobecker <[email protected]>
5323
5324 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5325
d634f2de
JB
53262012-05-15 Joel Brobecker <[email protected]>
5327
5328 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5329
9cc815f5
JK
53302012-05-15 Jan Kratochvil <[email protected]>
5331
5332 * NEWS (show auto-load scripts-directory): Add forgotten command.
5333
6a609e58
JK
53342012-05-15 Jan Kratochvil <[email protected]>
5335
5336 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5337 parameters.
5338
ac1438b5
L
53392012-05-14 H.J. Lu <[email protected]>
5340
5341 * amd64-tdep.c: Include features/i386/x32.c and
5342 features/i386/x32-avx.c.
5343 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5344 initialize_tdesc_x32_avx.
5345
e7e0cddf
SS
53462012-05-14 Stan Shebs <[email protected]>
5347
5348 Add dynamic printf.
5349 * breakpoint.h (enum bptype): New type bp_dprintf.
5350 (struct breakpoint): New field extra_string.
5351 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5352 (create_breakpoint): Add extra_string arg.
5353 * breakpoint.c (dprintf_breakpoint_ops): New.
5354 (is_breakpoint): Add bp_dprintf.
5355 (bpstat_what): Add dprintf case.
5356 (bptype_string): Ditto.
5357 (print_one_breakpoint_location): Ditto.
5358 (init_bp_location): Ditto.
5359 (bkpt_print_mention): Ditto.
5360 (dprintf_style_enums): New array.
5361 (dprintf_style): New global.
5362 (dprintf_function): New global.
5363 (dprintf_channel): New global.
5364 (update_dprintf_command_list): New function.
5365 (update_dprintf_commands): New function.
5366 (init_breakpoint_sal): Add extra_string argument, handle it.
5367 (create_breakpoint_sal): Add extra_string argument.
5368 (create_breakpoints_sal): Add extra_string argument, update callers.
5369 (find_condition_and_thread): Add extra argument.
5370 (create_breakpoint): Add extra_string argument, record it.
5371 (dprintf_command): New function.
5372 (break_command_1): Add arg to create_breakpoint call.
5373 (handle_gnu_v3_exceptions): Ditto.
5374 (trace_command): Ditto.
5375 (ftrace_command): Ditto.
5376 (strace_command): Ditto.
5377 (bkpt_print_mention): Add dprintf case.
5378 (create_breakpoint_sal_default): Add extra_string argument.
5379 (_initialize_breakpoint): Add new commands.
5380 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5381 * python/py-breakpoint.c (bppy_init): Ditto.
5382 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5383
8ae38c14
MR
53842012-05-14 Maciej W. Rozycki <[email protected]>
5385
5386 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5387
9f676e66
SCR
53882012-05-14 Siva Chandra Reddy <[email protected]>
5389
5390 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5391 unsigned long long.
5392
7efc75aa
SCR
53932012-05-13 Siva Chandra Reddy <[email protected]>
5394
5395 Add a new function gdb.find_pc_line to the Python API.
5396 * NEWS (Python Scripting): Add entry about the new function.
5397 * python/python.c (gdbpy_find_pc_line): New function which
5398 implements gdb.find_pc_line.
5399 (GdbMethods): Add entry for the new function.
5400
70af3797
PA
54012012-05-12 Pedro Alves <[email protected]>
5402
5403 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5404 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5405
06da564e
EZ
54062012-05-12 Eli Zaretskii <[email protected]>
5407
5408 * inferior.c: Include completer.h
5409 (initialize_inferiors): Set completer of add-inferior to
5410 filename_completer.
5411
0288cee2
L
54122012-05-11 H.J. Lu <[email protected]>
5413
5414 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5415 gdbarch_ptr_bit for x32 core dump.
5416
f6537a2c
L
54172012-05-11 H.J. Lu <[email protected]>
5418
5419 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5420 and features/i386/x32-avx-linux.c.
5421
85d4a676
SS
54222012-05-11 Stan Shebs <[email protected]>
5423 Kwok Cheung Yeung <[email protected]>
5424
5425 * NEWS: Describe new info os commands.
5426 * common/linux-osdata.c (PID_T, TIME_T): Define.
5427 (MAX_PID_T_STRLEN): New.
5428 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5429 MAX_PID_T_STRLEN.
5430 (command_from_pid): Add comment. Change to use PID_T.
5431 (commandline_from_pid): Change to use PID_T.
5432 (user_from_pid): Add comment.
5433 (get_process_owner): Add comment. Change to use PID_T and
5434 MAX_PID_T_STRLEN.
5435 (get_number_of_cpu_cores): Add comment.
5436 (get_cores_used_by_process): Add comment. Change to use PID_T and
5437 MAX_PID_T_STRLEN.
5438 (linux_xfer_osdata_processes): Change to use PID_T and
5439 MAX_PID_T_STRLEN.
5440 (compare_processes): New function.
5441 (linux_xfer_osdata_processgroups): New function.
5442 (linux_xfer_osdata_threads): Change to use PID_T.
5443 (linux_xfer_osdata_fds): New function.
5444 (format_socket_state, print_sockets): New functions.
5445 (union socket_addr): New union.
5446 (linux_xfer_osdata_isockets): New function.
5447 (time_from_time_t, group_from_gid): New functions.
5448 (linux_xfer_osdata_shm): New function.
5449 (linux_xfer_osdata_sem): New function.
5450 (linux_xfer_osdata_msg): New function.
5451 (linux_xfer_osdata_modules): New function.
5452 (osdata_table): Add new entries.
5453 * common/buffer.c (buffer_xml_printf): Add support for long and
5454 long long format specifiers.
5455
f24afd6d
L
54562012-05-11 H.J. Lu <[email protected]>
5457
5458 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5459 (tdesc_x32_avx_linux): Likewise.
5460
7349ff92
JK
54612012-05-11 Jan Kratochvil <[email protected]>
5462
5463 Implement multi-component --with-auto-load-dir.
5464 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5465 entries.
5466 (--with-auto-load-safe-path): Update the default value description.
5467 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5468 New.
5469 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5470 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5471 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5472 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5473 "set auto-load scripts-directory".
5474 * config.in: Regenerate.
5475 * configure: Regenerate.
5476 * configure.ac (--with-auto-load-dir): New configure option.
5477 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5478
6dea1fbd
JK
54792012-05-11 Jan Kratochvil <[email protected]>
5480
5481 Provide $ddir substitution for --with-auto-load-safe-path.
5482 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5483 entries.
5484 * auto-load.c: Include observer.h.
5485 (auto_load_safe_path_vec_update): Call substitute_path_component for
5486 each component. New variable ddir_subst.
5487 (auto_load_gdb_datadir_changed): New function.
5488 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5489 AUTO_LOAD_SAFE_PATH. New comment.
5490 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5491 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5492 * config.in: Regenerate.
5493 * configure: Regenerate.
5494 * configure.ac (--auto-load-safe-path): Rename
5495 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5496 GDB_DATADIR/auto-load.
5497 * defs.h (substitute_path_component): New declaration.
5498 * top.c: Include observer.h.
5499 (set_gdb_datadir): New function.
5500 (init_main): Install it for "set data-directory".
5501 * utils.c (substitute_path_component): New function.
5502
b09aca3a
JK
55032012-05-11 Jan Kratochvil <[email protected]>
5504
5505 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5506 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5507 DEBUG_FILE_DIRECTORY. Handle multiple components of
5508 DEBUG_FILE_DIRECTORY.
5509
95554aad
TT
55102012-05-10 Tom Tromey <[email protected]>
5511
5512 * dwarf2read.c (recursively_write_psymbols): New function.
5513 (write_psymtabs_to_index): Use it.
5514
5515 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5516 field.
5517 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5518 (load_partial_comp_unit): Update.
5519 (queue_comp_unit): Add argument 'pretend_language'.
5520 (process_queue): Update.
5521 (psymtab_to_symtab_1): Skip dependencies that have a user.
5522 (load_partial_comp_unit_reader): Give meaning to the 'data'
5523 argument.
5524 (load_full_comp_unit): Add 'pretend_language' argument.
5525 (process_full_comp_unit): Add 'pretend_language' argument. Set
5526 language on CU.
5527 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5528 Update.
5529 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5530 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5531 Update.
5532 (prepare_one_comp_unit): Add 'pretend_language' argument.
5533
5534 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5535 (struct dwarf2_per_objfile) <just_read_cus>: New field.
5536 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5537 (dw2_do_instantiate_symtab): Check whether symtab was read in
5538 before queueing.
5539 (dw2_instantiate_symtab): Add assertion. Call
5540 process_cu_includes.
5541 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5542 (partial_symtab_p): New typedef.
5543 (set_partial_user): New function.
5544 (dwarf2_build_psymtabs_hard): Use set_partial_user.
5545 (scan_partial_symbols): Add imported CU to imported_symtabs.
5546 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5547 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5548 (get_symtab, recursively_compute_inclusions)
5549 (compute_symtab_includes, process_cu_includes)
5550 (process_imported_unit_die): New functions.
5551 (process_die) <DW_TAG_imported_unit>: New case.
5552 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5553
5554 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5555 comment.
5556 (struct partial_die_info) <locdesc>: Remove.
5557 <d>: New field.
5558 (process_psymtab_comp_unit): Add 'read_partial' argument.
5559 Update.
5560 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5561 (scan_partial_symbols): Handle DW_TAG_imported_unit.
5562 (add_partial_symbol): Update.
5563 (process_die): Handle DW_TAG_partial_unit.
5564 (read_file_scope): Update comment.
5565 (load_partial_dies): Handle DW_TAG_imported_unit.
5566 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5567 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5568
e871fbb9
TT
55692012-05-10 Tom Tromey <[email protected]>
5570
5571 * cc-with-dwz.sh: New file.
5572
b5b04b5b
TT
55732012-05-10 Tom Tromey <[email protected]>
5574
5575 * symtab.h (struct symtab) <includes, user>: New fields.
5576 * block.h (struct block_iterator) <d, idx, which>: New fields.
5577 * block.c (initialize_block_iterator, find_iterator_symtab)
5578 (block_iterator_step, block_iter_name_step)
5579 (block_iter_match_step): New functions.
5580 (block_iterator_first, block_iterator_next)
5581 (block_iter_name_first, block_iter_name_next)
5582 (block_iter_match_first, block_iter_match_next): Rewrite.
5583 (get_block_symtab): New function.
5584
84a146c9
TT
55852012-05-10 Tom Tromey <[email protected]>
5586
5587 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5588 set_block_symtab.
5589 * jit.c (finalize_symtab): Use allocate_global_block,
5590 set_block_symtab.
5591 * buildsym.c (finish_block_internal): New function, from old
5592 finish_block.
5593 (finish_block): Rewrite.
5594 (end_symtab): Use finish_block_internal, set_block_symtab.
5595 * block.h (struct global_block): New.
5596 (allocate_global_block, set_block_symtab): Declare.
5597 * block.c (allocate_global_block, set_block_symtab): New
5598 functions.
5599
9439a077
TT
56002012-05-10 Tom Tromey <[email protected]>
5601
5602 * psymtab.c (partial_map_expand_apply): Add assertion.
5603 (partial_map_symtabs_matching_filename): Skip included psymtabs.
5604 (psymtab_to_symtab): Find unshared psymtab.
5605 (dump_psymtab): Print including psymtabs.
5606 (recursively_search_psymtabs): New function.
5607 (expand_symtabs_matching_via_partial): Use it.
5608 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5609 fields.
5610 (enum psymtab_search_status): New.
5611
8157b174
TT
56122012-05-10 Tom Tromey <[email protected]>
5613
5614 * tracepoint.c (scope_info): Update.
5615 * symtab.c (lookup_block_symbol, iterate_over_symbols)
5616 (find_pc_sect_symtab, search_symbols)
5617 (default_make_symbol_completion_list_break_on)
5618 (make_file_symbol_completion_list): Update.
5619 * symmisc.c (dump_symtab_1): Update.
5620 * stack.c (print_frame_args, iterate_over_block_locals)
5621 (print_frame_labels, iterate_over_block_arg_vars): Update.
5622 * python/py-block.c (block_object) <dict>: Remove.
5623 <block>: New field.
5624 <iter>: Change type.
5625 (blpy_iter): Update.
5626 (blpy_block_syms_iternext): Update.
5627 * psymtab.c (map_block): Use block iterators.
5628 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5629 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5630 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5631 * infrun.c (check_exception_resume): Update.
5632 * cp-support.c (make_symbol_overload_list_block): Update.
5633 * coffread.c (patch_opaque_types): Update.
5634 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5635 * block.h (struct block_iterator): New.
5636 (block_iterator_first, block_iterator_next, block_iter_name_first)
5637 (block_iter_name_next, block_iter_match_first)
5638 (block_iter_match_next): Declare.
5639 (ALL_BLOCK_SYMBOLS): Redefine.
5640 * block.c (block_iterator_first, block_iterator_next)
5641 (block_iter_name_first, block_iter_name_next)
5642 (block_iter_match_first, block_iter_match_next): New functions.
5643 * ada-lang.c (ada_add_block_symbols)
5644 (ada_make_symbol_completion_list): Use block iterator.
5645
a2ca7a52
TT
56462012-05-10 Tom Tromey <[email protected]>
5647
5648 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5649 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5650 (lookup_partial_symbol, find_last_source_symtab_from_partial)
5651 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5652 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5653 Update.
5654
64ea88dc
JB
56552012-05-10 Joel Brobecker <[email protected]>
5656
5657 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5658 print-file-var-lib2.c, print-file-var-main.c and
5659 print-file-var.exp (located in gdb/testsuite/gdb.base).
5660
99a547d6
JB
56612012-05-10 Joel Brobecker <[email protected]>
5662
5663 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5664 try locating the symbol in the symbol's own objfile first, before
5665 extending the search to all objfiles.
5666 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5667 out of lookup_symbol_aux_symtabs.
5668 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5669 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5670 Do not search EXCLUDE_OBJFILE.
5671 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5672 (lookup_symbol_global): Search for matches in the block's objfile
5673 first, before searching all other objfiles.
5674
0ece64fd
TG
56752012-05-10 Tristan Gingold <[email protected]>
5676
5677 * printcmd.c (set_command): Add pre/post inc/dec.
5678
3d16a105
FCE
56792012-05-09 Frank Ch. Eigler <[email protected]>
5680
5681 * gdb.1: Document -ex option.
5682
2efbc0f7
JB
56832012-05-09 Joel Brobecker <[email protected]>
5684
5685 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5686 * inferior.h (AT_SYMBOL): Delete.
5687
2c76a0c7
JB
56882012-05-09 Joel Brobecker <[email protected]>
5689
5690 * mips-tdep.c (mips_push_dummy_code): New function.
5691 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5692 ON_STACK and install mips_push_dummy_code as our gdbarch
5693 push_dummy_code routine.
5694
9401a810
PA
56952012-05-09 Pedro Alves <[email protected]>
5696
5697 * target.c (set_maintenance_target_async_permitted): Rename to ...
5698 (set_target_async_command): ... this.
5699 (show_maintenance_target_async_permitted): Rename to ...
5700 (show_target_async_command): ... this.
5701 (initialize_targets): Adjust.
5702
3929b321
DE
57032012-05-08 Doug Evans <[email protected]>
5704
5705 * go-exp.y (classify_name): Add missing assignment of fields of
5706 yylval.ssym.
5707
c41535fd
EZ
57082012-05-08 Eli Zaretskii <[email protected]>
5709
5710 Display the ">" prompt in interactive mode while reading canned
5711 commands, even when the current interpreter is MI.
5712
5713 * interps.c (interp_set_temp): New function.
5714
5715 * interps.h (interp_set_temp): Add prototype.
5716
5717 * cli/cli-script.c (restore_interp): New cleanup function.
5718 (read_command_lines): Temporarily override the current interpreter
5719 with CLI and arrange for restoring the original one.
5720
c0749c4d
JS
57212012-05-12 Joel Sherrill <[email protected]>
5722
5723 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5724
d7333987
SDJ
57252012-05-07 Sergio Durigan Junior <[email protected]>
5726
5727 * probe.c (parse_probes): Move conditional to check for
5728 debuginfo files from here...
5729 * stap-probe.c (stap_get_probes): ... to here.
5730
649e6d92
MK
57312012-05-07 Mark Kettenis <[email protected]>
5732 H.J. Lu <[email protected]>
5733
5734 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5735 `movl %esp, %ebp' for the X32 ABI.
5736
f39c6ffd
TT
57372012-05-07 Tom Tromey <[email protected]>
5738
5739 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
5740 get_DW_TAG_name.
5741 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
5742 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
5743 (dwarf_stack_op_name): Remove.
5744 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
5745 (decode_locdesc): Use get_DW_OP_name.
5746 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5747 (dwarf2_compile_expr_to_ax): Likewise.
5748 (disassemble_dwarf_expression): Likewise.
5749 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5750
1e1f6591
CLT
57512012-05-07 Chung-Lin Tang <[email protected]>
5752
5753 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5754 (sh_linux_sigtramp_cache): New function.
5755 (sh_linux_sigreturn_init): New function.
5756 (sh_linux_rt_sigreturn_init): New function.
5757 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5758 patterns.
5759 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5760 syscall codes.
5761 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5762 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5763 (sh_linux_init_abi): Add init calls to register new tramp_frame
5764 definitions under 32-bit SH, update comments.
5765
545c08b4
PA
57662012-05-07 Pedro Alves <[email protected]>
5767
daac165e
PA
5768 PR gdb/10952
5769
545c08b4
PA
5770 * amd64-linux-tdep.c: Include glibc-tdep.h.
5771 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5772 gdbarch_skip_solib_resolver callback.
5773
af2c1515
JK
57742012-05-06 Jan Kratochvil <[email protected]>
5775
5776 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5777 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5778 (show_auto_load_safe_path): Check any-directory by comparison with "/".
5779 (add_auto_load_safe_path): Change the error message.
5780 (_initialize_auto_load): Change the "safe-path" help text.
5781 * configure: Regenerate
5782 * configure.ac (--without-auto-load-safe-path): Set
5783 WITH_AUTO_LOAD_SAFE_PATH to /.
5784
1067f998
SDJ
57852012-05-05 Sergio Durigan Junior <[email protected]>
5786
5787 * stap-probe.h: Do not include unecessary `probe.h'.
5788
45dfa85a
AM
57892012-05-05 Alan Modra <[email protected]>
5790
5791 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5792 bfd_und_section_ptr.
5793 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5794 and bfd_com_section_ptr.
5795
cf093994
JB
57962012-05-04 Joel Brobecker <[email protected]>
5797
762ebb75 5798 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 5799
d40dc7a8
JB
58002012-05-04 Joel Brobecker <[email protected]>
5801
5802 * windows-nat.h (segment_register_p_ftype): New typedef.
5803 (windows_set_segment_register_p): Add declaration.
5804 * windows-nat.c (segment_register_p): New static global.
5805 (windows_set_segment_register_p): New function.
5806 (do_windows_fetch_inferior_registers): Add special handling
5807 for segment registers.
5808 * amd64-windows-nat.c: #include "amd64-tdep.h".
5809 (amd64_windows_segment_register_p): New function.
5810 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5811 * i386-windows-nat.c: #include "i386-tdep.h".
5812 (i386_windows_segment_register_p): New function.
5813 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5814
52b3699b
TG
58152012-05-04 Tristan Gingold <[email protected]>
5816
5817 * printcmd.c (set_command): Emit a warning if the expression is not
5818 an assignment.
5819
94c74239
JB
58202012-05-03 Joel Brobecker <[email protected]>
5821
5822 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5823 Make static.
5824
fcf57f19
SDJ
58252012-05-03 Sergio Durigan Junior <[email protected]>
5826
5827 * stap-probe.c (stap_is_operator): Change declaration.
5828 (stap_get_opcode): Change return value.
5829 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5830 `stap_parse_argument_1'.
5831
27d2932e
PA
58322012-05-03 Pedro Alves <[email protected]>
5833
5834 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5835 debug log.
5836
a20ee7a4
SCR
58372012-05-03 Siva Chandra Reddy <[email protected]>
5838
5839 Add two new methods global_block and static_block to gdb.Symtab
5840 objects.
5841 * NEWS (Python scripting): Add entry about the new methods.
5842 * python/py-symtab.c (stpy_global_block): New function which
5843 implements the gdb.Symtab.global_block() method.
5844 (stpy_static_block): New function which implements the
5845 gdb.Symtab.static_block() method.
5846 (symtab_object_methods): Add entries for the two new methods.
5847
943cb756
DE
58482012-05-03 Doug Evans <[email protected]>
5849
5850 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5851 files.
5852
f4644a3f
YQ
58532012-05-03 Yao Qi <[email protected]>
5854
5855 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5856 space.
5857 (i386_process_record): Ditto.
5858
ef61f180
JB
58592012-05-02 Joel Brobecker <[email protected]>
5860
5861 * infcall.c (unwind_on_signal_p): Make static.
5862
02f1df11
JB
58632012-05-02 Joel Brobecker <[email protected]>
5864
5865 * sol-thread.c (solaris_pid_to_str): Make static.
5866 (_initialize_sol_thread): Add prototype.
5867
39023530
JB
58682012-05-02 Joel Brobecker <[email protected]>
5869
5870 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5871
c6b0c501
CF
58722012-05-02 Christopher Faylor <[email protected]>
5873
5874 * MAINTAINERS: Remove myself.
5875
1ef71717
JK
58762012-05-02 Jan Kratochvil <[email protected]>
5877
5878 Fix --without-auto-load-safe-path for MS-Windows host platform.
5879 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5880
b31b86a7
EZ
58812012-05-02 Eli Zaretskii <[email protected]>
5882
5883 * gdb_curses.h: Undefine KEY_EVENT before including curses
5884 headers. Move "#undef MOUSE_MOVED" before any curses header
5885 inclusion.
5886
777532fc
SDJ
58872012-05-02 Sergio Durigan Junior <[email protected]>
5888
5889 * features/i386/i386-mmx-linux.c: Regenerate.
5890 * features/rs6000/powerpc-32.c: Likewise.
5891 * features/rs6000/powerpc-32l.c: Likewise.
5892 * features/rs6000/powerpc-403.c: Likewise.
5893 * features/rs6000/powerpc-403gc.c: Likewise.
5894 * features/rs6000/powerpc-405.c: Likewise.
5895 * features/rs6000/powerpc-505.c: Likewise.
5896 * features/rs6000/powerpc-601.c: Likewise.
5897 * features/rs6000/powerpc-602.c: Likewise.
5898 * features/rs6000/powerpc-603.c: Likewise.
5899 * features/rs6000/powerpc-604.c: Likewise.
5900 * features/rs6000/powerpc-64.c: Likewise.
5901 * features/rs6000/powerpc-64l.c: Likewise.
5902 * features/rs6000/powerpc-750.c: Likewise.
5903 * features/rs6000/powerpc-860.c: Likewise.
5904 * features/rs6000/powerpc-e500.c: Likewise.
5905 * features/rs6000/powerpc-e500l.c: Likewise.
5906 * features/rs6000/powerpc-isa205-32l.c: Likewise.
5907 * features/rs6000/powerpc-isa205-64l.c: Likewise.
5908 * features/rs6000/rs6000.c: Likewise.
5909
d71871bc
SDJ
59102012-05-02 Sergio Durigan Junior <[email protected]>
5911
5912 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5913 variable.
5914 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5915 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5916 (stap_parse_argument) <e>: Likewise.
5917 (handle_stap_probe) <byte_order>: Likewise.
5918
fd820528
DE
59192012-04-30 Doug Evans <[email protected]>
5920
5921 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5922 init_and_read_dies_worker. All callers updated.
5923 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
5924 replaced with init_cutu_and_read_dies.
5925 (load_partial_comp_unit): Pass 1 for use_existing_cu.
5926 (find_partial_die): Remove FIXME. Don't free current CU.
5927
ec3f619d 59282012-04-30 Sterling Augustine <[email protected]>
be36f02d
SA
5929
5930 * contrib: New directory.
5931 * contrib/test_pubnames_and_indexes.py: New file.
5932
fceca515
DE
59332012-04-30 Doug Evans <[email protected]>
5934
5935 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5936 All callers updated.
5937 (init_cu_die_reader): Verify the section is non-empty.
5938 (dwarf_decode_line_header): Don't dereference section->asection
5939 until we know the section is present.
5940
311fe7e1
SDJ
59412012-04-29 Sergio Durigan Junior <[email protected]>
5942
5943 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5944 probes.
5945
5977971a
YQ
59462012-04-29 Yao Qi <[email protected]>
5947
5948 * gdb-code-style.el: New hook gdb-markup-hook
5949 and gdb-comment-hook.
5950
dee91e82
DE
59512012-04-28 Doug Evans <[email protected]>
5952
3019eac3
DE
5953 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
5954 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5955 objfile->obfd.
5956 * symfile.h (dwarf2_debug_sections): New member addr.
5957 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5958 (ctx_no_get_addr_index): New function.
5959 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5960 (ctx_no_get_addr_index): Declare.
5961 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5962 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5963 (dwarf_expr_ctx_funcs): Update.
5964 (needs_get_addr_index): New function.
5965 (needs_frame_ctx_funcs): Update.
5966 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5967 * dwarf2read.c: #include "gdbcore.h".
5968 (dwarf2_per_objfile): New members addr, dwo_files.
5969 (dwarf2_elf_names): Add entry for addr.
5970 (struct dwo_section_names): New type.
5971 (dwo_section_names): New static global.
5972 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5973 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5974 old debug_types_section member updated to use this.
5975 Rename member debug_types_section to info_or_types_section,
5976 all uses updated.
5977 (signatured_type): Rename member type_offset to type_offset_in_tu,
5978 all uses updated. New member type_offset_in_section.
5979 (struct dwo_sections): New type.
5980 (struct dwo_unit): New type.
5981 (struct dwo_file): New type.
5982 (die_reader_specs): New member dwo_file.
5983 (dwarf2_locate_sections): Watch for .debug_addr.
5984 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5985 (dwarf2_read_section): Get bfd of section from bfd's asection,
5986 instead of objfile.
5987 (create_cus_from_index): Initialize the_cu->info_or_types_section.
5988 (create_signatured_type_table_from_index): Initialize
5989 sig_type->info_or_types_section.
5990 (dw2_get_file_names): Statement lists for type units with DWO files
5991 live in the DWO file.
5992 (create_debug_types_hash_table): New function.
5993 (create_all_type_units): Rewrite.
5994 (init_cu_die_reader): New arg dwo_file, all callers updated.
5995 (init_and_read_dies_worker): Get section from
5996 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
5997 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5998 continue reading the CU/TU from there.
5999 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6000 updated. Get section from this_cu->info_or_types_section.
6001 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6002 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6003 DW_FORM_GNU_str_index.
6004 (hash_dwo_file, eq_dwo_file): New functions.
6005 (allocate_dwo_file_hash_table): New function.
6006 (hash_dwo_unit, eq_dwo_unit): New functions.
6007 (allocate_dwo_unit_table): New function.
6008 (dwarf2_locate_dwo_sections): New function.
6009 (struct create_dwo_info_table_data): New type.
6010 (create_debug_info_hash_table_reader): New function.
6011 (create_debug_info_hash_table): New function.
6012 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6013 (lookup_dwo_file): New function.
6014 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6015 (free_dwo_file, free_dwo_file_cleanup): New functions.
6016 (free_dwo_file_from_slot, free_dwo_files): New functions.
6017 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6018 (dwarf2_record_block_ranges): Ditto.
6019 (read_partial_die): Ditto.
6020 (process_enumeration_scope): Update to use type_offset_in_section.
6021 (read_full_die_1): New function.
6022 (read_full_die): Rewrite.
6023 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6024 DW_FORM_GNU_str_index.
6025 (read_addr_index_1, read_addr_index): New functions.
6026 (read_addr_index_from_leb128): New function.
6027 (struct dwarf2_read_addr_index_data): New type.
6028 (dwarf2_read_addr_index_reader): New function.
6029 (dwarf2_read_addr_index): New function.
6030 (read_str_index): New function.
6031 (leb128_size): New function.
6032 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6033 If processing a type unit from a DWO file, get the line section
6034 from the DWO file.
6035 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6036 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6037 DW_FORM_GNU_str_index.
6038 (lookup_die_type): Check whether section offset of type's die is
6039 known before looking it up. Remove assert. Condition can
6040 legimately happen for inter-cu type references.
6041 (dwarf_attr_name): Handle Fission attributes.
6042 (dwarf_form_name): Handle Fission forms.
6043 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6044 DW_FORM_GNU_str_index.
6045 (follow_die_sig): Update to use type_offset_in_section.
6046 (decode_locdesc): New case DW_OP_GNU_addr_index.
6047 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6048 DW_FORM_GNU_str_index.
6049 (cu_debug_loc_section): New function.
6050 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6051 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6052 Free DWO files if present.
6053 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6054
dee91e82
DE
6055 Refactor DIE reading.
6056 * dwarf2read.c (dwarf2_per_objfile): Replace members
6057 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6058 (die_reader_specs): New member "die_section". Temporarily make
6059 member "buffer" non-const, pending constifying all info_ptr uses.
6060 (die_reader_func_ftype): New typedef.
6061 (dw2_get_file_names_reader): New function.
6062 (dw2_get_file_names): Rewrite.
6063 (read_and_check_type_unit_head): Rename arg type_offset to
6064 type_offset_in_tu.
6065 (create_all_type_units): Improve debugging message.
6066 Improve dummy type unit check.
6067 (init_cu_die_reader): New arg "section". All callers updated.
6068 (init_and_read_dies_worker): New function.
6069 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6070 (init_cutu_and_read_dies_no_follow): New function.
6071 (init_cutu_and_read_dies_simple): New function.
6072 (process_psymtab_comp_unit_reader): New function.
6073 (process_psymtab_comp_unit): Delete args section,
6074 is_debug_types_section. Rewrite. All callers updated.
6075 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6076 All callers updated. Rewrite.
6077 (load_partial_comp_unit_reader): New function.
6078 (load_partial_comp_unit): Rewrite.
6079 (skip_children): New arg reader. Delete args buffer, cu.
6080 All callers updated.
6081 (skip_one_die): New arg reader. Delete args buffer, cu.
6082 All callers updated.
6083 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6084 All callers updated.
6085 (load_full_comp_unit_reader): New function.
6086 (load_full_comp_unit): Rewrite.
6087 (read_comp_unit): Delete.
6088 (read_die_and_children_1): Delete, contents moved ...
6089 (read_die_and_children): ... here.
6090 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6091 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6092 All callers updated.
6093 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6094 All callers updated.
6095 (find_partial_die): Rewrite load_all_dies support.
6096 (read_attribute_value): New arg reader. Delete args abfd, cu.
6097 All callers updated.
6098 (read_attribute): New arg reader. Delete args abfd, cu.
6099 All callers updated.
6100 (load_full_type_unit): Add assert.
6101 (read_signatured_type_reader): New function.
6102 (read_signatured_type): Rewrite.
6103 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6104 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6105 All callers updated. Set per_cu->cu = NULL after freeing it.
6106 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6107 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6108 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6109 (set_die_type): Update.
6110 (get_die_type_at_offset): Update.
6111 (read_file_scope): Call prepare_one_comp_unit.
6112 (read_type_unit_scope): Ditto.
6113 (prepare_one_comp_unit): Set producer if present.
6114
72d59e0d
SDJ
61152012-04-28 Sergio Durigan Junior <[email protected]>
6116
6117 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6118 gettext function on `error'.
6119
0fefef59
DE
61202012-04-27 Doug Evans <[email protected]>
6121
6122 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6123 is empty.
6124
28106bc2
SDJ
61252012-04-27 Sergio Durigan Junior <[email protected]>
6126 Tom Tromey <[email protected]>
6127
6128 * breakpoint.c (struct breakpoint_objfile_data)
6129 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6130 <exception_probes>: New fields.
6131 (free_breakpoint_probes): New function.
6132 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6133 `_Unwind_DebugHook'.
6134 (create_exception_master_breakpoint): Likewise.
6135 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6136 * infrun.c: Including necessary header files for handling SystemTap
6137 probes.
6138 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6139 via SystemTap probes.
6140 (check_exception_resume): Remove `func' argument. Handle exception
6141 unwinding breakpoint set via a SystemTap probe.
6142 (insert_exception_resume_from_probe): New function.
6143
55aa24fb
SDJ
61442012-04-27 Sergio Durigan Junior <[email protected]>
6145 Tom Tromey <[email protected]>
6146 Jan Kratochvil <[email protected]>
6147
6148 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6149 (COMMON_OBS): Likewise.
6150 (HFILES_NO_SRCDIR): Add `probe'.
6151 * NEWS: Mention support for static and SystemTap probes.
6152 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6153 SystemTap probes' arguments parser.
6154 * arm-linux-tdep.c: Including headers needed to perform the parsing
6155 of SystemTap probes' arguments.
6156 (arm_stap_is_single_operand): New function.
6157 (arm_stap_parse_special_token): Likewise.
6158 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6159 probes' arguments parser.
6160 * ax-gdb.c (require_rvalue): Removing static declaration.
6161 (gen_expr): Likewise.
6162 * ax-gdb.h (gen_expr): Declaring function.
6163 (require_rvalue): Likewise.
6164 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6165 (bkpt_probe_breakpoint_ops): New variable.
6166 (momentary_breakpoint_from_master): Set the `probe' value.
6167 (add_location_to_breakpoint): Likewise.
6168 (break_command_1): Using proper breakpoint_ops according to the
6169 argument passed by the user in the command line.
6170 (bkpt_probe_insert_location): New function.
6171 (bkpt_probe_remove_location): Likewise.
6172 (bkpt_probe_create_sals_from_address): Likewise.
6173 (bkpt_probe_decode_linespec): Likewise.
6174 (tracepoint_probe_create_sals_from_address): Likewise.
6175 (tracepoint_probe_decode_linespec): Likewise.
6176 (tracepoint_probe_breakpoint_ops): New variable.
6177 (trace_command): Using proper breakpoint_ops according to the
6178 argument passed by the user in the command line.
6179 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6180 static probes on breakpoints and tracepoints.
6181 * breakpoint.h (struct bp_location) <probe>: New field.
6182 * cli-utils.c (skip_spaces_const): New function.
6183 (extract_arg): Likewise.
6184 * cli-utils.h (skip_spaces_const): Likewise.
6185 (extract_arg): Likewise.
6186 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6187 * configure.ac: Append `stap-probe.o' to be generated when ELF
6188 support is present.
6189 * configure: Regenerate.
6190 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6191 * elfread.c: Include `probe.h' and `arch-utils.h'.
6192 (probe_key): New variable.
6193 (elf_get_probes): New function.
6194 (elf_get_probe_argument_count): Likewise.
6195 (elf_evaluate_probe_argument): Likewise.
6196 (elf_compile_to_ax): Likewise.
6197 (elf_symfile_relocate_probe): Likewise.
6198 (stap_probe_key_free): Likewise.
6199 (elf_probe_fns): New variable.
6200 (elf_sym_fns): Add `sym_probe_fns' value.
6201 (elf_sym_fns_lazy_psyms): Likewise.
6202 (elf_sym_fns_gdb_index): Likewise.
6203 (_initialize_elfread): Initialize objfile cache for static
6204 probes.
6205 * gdb_vecs.h (struct probe): New forward declaration.
6206 (probe_p): New VEC declaration.
6207 * gdbarch.c: Regenerate.
6208 * gdbarch.h: Regenerate.
6209 * gdbarch.sh (stap_integer_prefix): New variable.
6210 (stap_integer_suffix): Likewise.
6211 (stap_register_prefix): Likewise.
6212 (stap_register_suffix): Likewise.
6213 (stap_register_indirection_prefix): Likewise.
6214 (stap_register_indirection_suffix): Likewise.
6215 (stap_gdb_register_prefix): Likewise.
6216 (stap_gdb_register_suffix): Likewise.
6217 (stap_is_single_operand): New function.
6218 (stap_parse_special_token): Likewise.
6219 (struct stap_parse_info): Forward declaration.
6220 * i386-tdep.c: Including headers needed to perform the parsing
6221 of SystemTap probes' arguments.
6222 (i386_stap_is_single_operand): New function.
6223 (i386_stap_parse_special_token): Likewise.
6224 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6225 probes' arguments parser.
6226 * i386-tdep.h (i386_stap_is_single_operand): New function.
6227 (i386_stap_parse_special_token): Likewise.
6228 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6229 * mipsread.c (ecoff_sym_fns): Likewise.
6230 * objfiles.c (objfile_relocate1): Support relocation for static
6231 probes.
6232 * parse.c (prefixify_expression): Remove static declaration.
6233 (initialize_expout): Likewise.
6234 (reallocate_expout): Likewise.
6235 * parser-defs.h (initialize_expout): Declare function.
6236 (reallocate_expout): Likewise.
6237 (prefixify_expression): Likewise.
6238 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6239 of SystemTap probes' arguments.
6240 (ppc_stap_is_single_operand): New function.
6241 (ppc_stap_parse_special_token): Likewise.
6242 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6243 probes' arguments parser.
6244 * probe.c: New file, for generic statically defined probe support.
6245 * probe.h: Likewise.
6246 * s390-tdep.c: Including headers needed to perform the parsing of
6247 SystemTap probes' arguments.
6248 (s390_stap_is_single_operand): New function.
6249 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6250 probes' arguments parser.
6251 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6252 * stap-probe.c: New file, for SystemTap probe support.
6253 * stap-probe.h: Likewise.
6254 * symfile.h: Include `gdb_vecs.h'.
6255 (struct sym_probe_fns): New struct.
6256 (struct sym_fns) <sym_probe_fns>: New field.
6257 * symtab.c (init_sal): Initialize `probe' field.
6258 * symtab.h (struct probe): Forward declaration.
6259 (struct symtab_and_line) <probe>: New field.
6260 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6261 locations.
6262 (stop_tracing): Likewise.
6263 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6264
22d2b532
SDJ
62652012-04-27 Sergio Durigan Junior <[email protected]>
6266 Tom Tromey <[email protected]>
6267
6268 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6269 and to compile agent expressions.
6270 * infrun.c (siginfo_make_value): New argument `ignore'.
6271 (siginfo_funcs): New struct.
6272 (_initialize_infrun): New argument when calling
6273 `create_internalvar_type_lazy'.
6274 * thread.c (thread_id_make_value): New argument `ignore'.
6275 (thread_funcs): New struct.
6276 (_initialize_thread): New argument when calling
6277 `create_internalvar_type_lazy'.
6278 * tracepoint.c (sdata_make_value): New argument `ignore'.
6279 (sdata_funcs): New struct.
6280 (_initialize_tracepoint): New argument when calling
6281 `create_internalvar_type_lazy'.
6282 * value.c (make_value): New struct.
6283 (create_internalvar_type_lazy): New argument `data'.
6284 (compile_internalvar_to_ax): New function.
6285 (value_of_internalvar): Properly handling `make_value' case.
6286 (clear_internalvar): Likewise.
6287 (show_convenience): Adding `TRY_CATCH' block.
6288 * value.h (internalvar_make_value): Delete, replace by...
6289 (struct internalvar_funcs): ... this.
6290 (create_internalvar_type_lazy) <fun>: Delete argument.
6291 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6292 (compile_internalvar_to_ax): New function.
6293 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6294 (tlb_funcs): New struct.
6295 (_initialize_windows_tdep): New argument when calling
6296 `create_internalvar_type_lazy'.
6297
91da1414
MW
62982012-04-27 Mark Wielaard <[email protected]>
6299
6300 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6301 see whether it is an address or a constant offset from DW_AT_low_pc.
6302 (dwarf2_record_block_ranges): Likewise.
6303 (read_partial_die): Likewise.
6304
4ab9d8ec
MW
63052012-04-26 Mark Wielaard <[email protected]>
6306
6307 * MAINTAINERS (Write After Approval): Add myself to the list.
6308
a0911fd0
MR
63092012-04-26 Maciej W. Rozycki <[email protected]>
6310
6311 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6312 (proc_prettyprint_signal): Likewise.
6313 (proc_prettyprint_faultset): Likewise.
6314 (proc_prettyprint_fault): Likewise.
6315 (proc_prettyprint_actionset): Likewise.
6316 (proc_prettyprint_flags): Move to new proc-flags.c section.
6317 (proc_prettyfprint_flags): New prototype.
6318 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6319 (proc_syscall, proc_cursig): Likewise.
6320 (proc_set_kill_on_last_close): Likewise.
6321 (proc_unset_kill_on_last_close): Likewise.
6322 (proc_set_watchpoint): Make static.
6323 (proc_delete_dead_threads): Likewise.
6324 (procfs_set_watchpoint): Likewise.
6325 (_initialize_procfs): Add prototype.
6326 * proc-events.c: Include proc-utils.h.
6327 (init_syscall_table): Make static.
6328 * proc-api.c (_initialize_proc_api): Add prototype.
6329 * proc-flags.c: Include proc-utils.h.
6330
9009e1ae
MR
63312012-04-26 Maciej W. Rozycki <[email protected]>
6332
6333 * configure.ac: Add AC_ARG_PROGRAM.
6334 * configure: Regenerate.
6335
4fae6e18
JK
63362012-04-26 Jan Kratochvil <[email protected]>
6337
6338 Fix DW_AT_lower_bound defaults for DWARF-4+.
6339 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6340 high. New variable low_default_is_valid. Implement DWARF-4+
6341 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6342 no default by the DWARF standard.
6343
14132e89 63442012-04-26 Maciej W. Rozycki <[email protected]>
f782ad9b 6345 Maciej W. Rozycki <[email protected]>
14132e89
MR
6346
6347 * infrun.c (handle_inferior_event): Move the check for return
6348 trampolines ahead of the check for function trampolines.
6349 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6350 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6351 (mips_str_mips16_ret_stub): Likewise.
6352 (mips_str_call_fp_stub): Likewise.
6353 (mips_str_call_stub): Likewise.
6354 (mips_str_fn_stub): Likewise.
6355 (mips_str_pic): Likewise.
6356 (mips_in_frame_stub): New function.
6357 (mips_unwind_pc): Return the return address rather than the PC
6358 if the PC of an intermediate frame is inside a call thunk.
6359 (mips_is_stub_suffix): New function.
6360 (mips_is_stub_mode): Likewise.
6361 (mips_get_mips16_fn_stub_pc): Likewise.
6362 (mips_skip_mips16_trampoline_code): Update to handle all the
6363 currently generated stub types. Don't recurse into __fn_stub
6364 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6365 Use cooked register accesses.
6366 (mips_in_return_stub): Reintroduce function.
6367 (mips_skip_trampoline_code): Traverse trampolines recursively.
6368 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6369
518f0db5 63702012-04-26 Joel Brobecker <[email protected]>
6371
6372 GDB 7.4.1 released.
6373
3184d3f9
JL
63742012-04-26 Jonathan Larmour <[email protected]>
6375
6376 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6377 * features/arm-with-m-vfp-d16.xml: New file. Describes
6378 Cortex-M with VFPv4-sp-d16 FPU register layout.
6379 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6380 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6381 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6382 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6383 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6384
b6201d44
DE
63852012-04-25 Doug Evans <[email protected]>
6386
6387 * cli/cli-decode.c (print_doc_line): Use stream instead of
6388 current_uiout.
6389
4e2f8df6
SDJ
63902012-04-25 Sergio Durigan Junior <[email protected]>
6391
6392 * features/arm-with-iwmmxt.c: Regenerate.
6393 * features/arm-with-m-fpa-layout.c: Likewise.
6394 * features/arm-with-m.c: Likewise.
6395 * features/arm-with-neon.c: Likewise.
6396 * features/arm-with-vfpv2.c: Likewise.
6397 * features/arm-with-vfpv3.c: Likewise.
6398 * features/mips-dsp-linux.c: Likewise.
6399 * features/mips-linux.c: Likewise.
6400 * features/mips64-dsp-linux.c: Likewise.
6401 * features/mips64-linux.c: Likewise.
6402 * features/s390-linux32.c: Likewise.
6403 * features/s390-linux32v1.c: Likewise.
6404 * features/s390-linux32v2.c: Likewise.
6405 * features/s390-linux64.c: Likewise.
6406 * features/s390-linux64v1.c: Likewise.
6407 * features/s390-linux64v2.c: Likewise.
6408 * features/s390x-linux64.c: Likewise.
6409 * features/s390x-linux64v1.c: Likewise.
6410 * features/s390x-linux64v2.c: Likewise.
6411 * features/tic6x-c62x-linux.c: Likewise.
6412 * features/tic6x-c62x.c: Likewise.
6413 * features/tic6x-c64x-linux.c: Likewise.
6414 * features/tic6x-c64x.c: Likewise.
6415 * features/tic6x-c64xp-linux.c: Likewise.
6416 * features/tic6x-c64xp.c: Likewise.
6417 * target-descriptions.c: Only generate `field_type' and `type'
6418 variables when needed.
6419
2def3e66
JB
64202012-04-25 Fredrik Hederstierna <[email protected]>
6421
6422 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6423
a766d390
DE
64242012-04-25 Doug Evans <[email protected]>
6425
6426 Initial pass at Go language support.
6427 * NEWS: Mention Go.
6428 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6429 go-valprint.c.
6430 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6431 (YYFILES): Add go-exp.c.
6432 (YYOBJ): Add go-exp.o.
6433 (local-maintainer-clean): Delete go-exp.c.
6434 * defs.h (enum language): Add language_go.
6435 * dwarf2read.c: #include "go-lang.h".
6436 (fixup_go_packaging): New function.
6437 (process_full_comp_unit): Call it when processing Go CUs.
6438 (dwarf2_physname): Add Go support.
6439 (read_file_scope): Handle missing language spec for GNU Go.
6440 (set_cu_language): Handle DW_LANG_Go.
6441 * go-exp.y: New file.
6442 * go-lang.h: New file.
6443 * go-lang.c: New file.
6444 * go-typeprint.c: New file.
6445 * go-valprint.c: New file.
6446 * symtab.c: #include "go-lang.h".
6447 (symbol_set_language): Handle language_go.
6448 (symbol_find_demangled_name, symbol_set_names): Ditto.
6449 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6450
4e2af517
JM
64512012-04-24 Jim Meyering <[email protected]>
6452
6453 avoid a few strncpy-induced buffer overruns
6454 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6455 fname and psargs before trying to concatenate.
6456 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6457 "name" before applying strchr.
6458
b77b7f52
SCR
64592012-04-25 Siva Chandra Reddy <[email protected]>
6460
6461 * CONTRIBUTE: Use unified diff instead of context diff when
6462 generating patches.
6463
6321c22a
MR
64642012-04-24 Maciej W. Rozycki <[email protected]>
6465
6466 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6467 code. Handle JR.HB correctly.
6468
742c84f6
MR
64692012-04-24 Maciej W. Rozycki <[email protected]>
6470
6471 * mips-tdep.c
6472 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6473 with the other MIPS16 helpers.
6474
7fc7e0c3
SDJ
64752012-04-24 Sergio Durigan Junior <[email protected]>
6476
6477 * observer.sh: Conditionally declare `args', thus cleaning up
6478 unused instances of this variable.
6479
20388dd6
YQ
64802012-04-24 Yao Qi <[email protected]>
6481
6482 Revert this patch to allow breakpoint always-inserted
6483 in record target.
6484 2011-12-05 Pedro Alves <[email protected]>
f782ad9b
AS
6485 * breakpoint.c: Include record.h.
6486 (breakpoints_always_inserted_mode): Return false when the record
6487 target is in use.
20388dd6
YQ
6488
6489 * breakpoint.c (iterate_over_bp_locations): New.
6490 * breakpoint.h: Declare.
6491 New typedef walk_bp_location_callback.
6492 * record.c (record_open): Call record_init_record_breakpoints.
6493 (record_sync_record_breakpoints): New.
6494 (record_init_record_breakpoints): New.
6495 * NEWS: Mention supporting breakpoint always-inserted mode in
6496 record target.
6497
4734f50e
MK
64982012-04-24 Marc Khouzam <[email protected]>
6499
6500 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6501 any thread.
6502
c326b90e
YQ
65032012-04-24 Yao Qi <[email protected]>
6504
6505 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6506 (is_catchpoint): ... it.
6507 (print_one_breakpoint_location): Caller update.
6508 * breakpoint.h: Update declaration.
6509
d8fb5a1e
DM
65102012-04-23 David S. Miller <[email protected]>
6511
6512 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6513
34431a2a
TT
65142012-04-23 Tom Tromey <[email protected]>
6515
6516 * buildsym.c (add_free_pendings): Remove.
6517 * buildsym.h (add_free_pendings): Remove.
6518
4568ecf9
DE
65192012-04-23 Doug Evans <[email protected]>
6520
6521 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6522 attr.u.unsnd instead of attr.u.addr.
6523 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6524 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6525 DW_FORM_ref_udata.
6526 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6527 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6528 DW_FORM_ref_udata.
6529 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6530
dca9aa3a
MR
65312012-04-23 Maciej W. Rozycki <[email protected]>
6532
6533 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6534 (mips_o32_return_value): Likewise.
6535 (mips_o64_return_value): Likewise.
6536
c8ea1972
PH
65372012-04-21 Paul Hilfinger <[email protected]>
6538
6539 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
6540 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6541 their treatment in eval.c.
c8ea1972 6542
8d1b3521
DM
65432012-04-21 David S. Miller <[email protected]>
6544
6545 * sparc-tdep.c (X_DISP10): Define.
6546 (sparc_analyze_control_transfer): Handle compare-and-branch.
6547
03145bf4
JL
65482012-04-21 Jonathan Larmour <[email protected]>
6549
6550 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6551 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6552
004159a2 65532012-04-20 Nigel Stephens <[email protected]>
f782ad9b 6554 Maciej W. Rozycki <[email protected]>
004159a2
MR
6555
6556 * mips-tdep.c (mips_float_register_p): New function.
6557 (mips_convert_register_float_case_p): Use mips_float_register_p.
6558 (mips_register_type): Likewise.
6559 (mips_print_register): Likewise.
6560 (print_gp_register_row): Likewise.
6561 (mips_print_registers_info): Likewise.
6562
7f0e6aae
MR
65632012-04-20 Shun-Yen Lu <[email protected]>
6564
6565 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6566 of mips16 symbols.
6567
bc17beea
AP
65682012-04-20 Andrew Pinski <[email protected]>
6569
6570 * MAINTAINERS (Write After Approval): Add myself to the list.
6571
1730a5a5
SDJ
65722012-04-20 Sergio Durigan Junior <[email protected]>
6573
6574 * MAINTAINERS: Update my e-mail address.
6575
38ea300a
PA
65762012-04-20 Pedro Alves <[email protected]>
6577
6578 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6579 $srcdir.
6580 * configure: Regenerate.
6581
111dfaae
SDJ
65822012-04-20 Sergio Durigan Junior <[email protected]>
6583
6584 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
6585 declaration.
6586 * gdb_vecs.h: Declare `const_char_ptr' VEC.
6587
4fb2c64a
JK
65882012-04-20 Jan Kratochvil <[email protected]>
6589
6590 Fix compilation compatibility with python-2.4
6591 * python/py-type.c (convert_field): Cast ADDRSTRING for
6592 PyObject_SetAttrString as non-const. New comment.
6593
6328eb38
TT
65942012-04-19 Tom Tromey <[email protected]>
6595
6596 * top.c (quit_target): Use all_cleanups.
6597 * main.c (captured_command_loop): Use all_cleanups.
6598 * exceptions.c (throw_exception): Use all_cleanups.
6599
c971b7fa
PA
66002012-04-19 Pedro Alves <[email protected]>
6601
6602 * Makefile.in (GNULIB_BUILDDIR): New.
6603 (LIBGNU, INCGNU, GNULIB_H): Adjust.
6604 (SUBDIRS): Add $(GNULIB_BUILDDIR).
6605 (CLEANDIRS). Remove gnulib/import.
6606 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6607 (all-lib): Ditto.
6608 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6609 (gnulib/import/Makefile): Replace gnulib/import with
6610 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
6611 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6612 (aclocal_m4_deps): Remove the gnulib dependencies. Add
6613 acx_configure_dir.m4.
6614 * acinclude.m4: Include acx_configure_dir.m4.
6615 * acx_configure_dir.m4: New file.
6616 * aclocal.m4: Regenerate.
a09130f9
PA
6617 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6618 calls. Configure gnulib using ACX_CONFIGURE_DIR.
6619 (GNULIB): New variable.
6620 (GNULIB_STDINT_H): Adjust.
6621 (AC_OUTPUT): Don't output gnulib/Makefile.
6622 * gdb/defs.h: Include build-gnulib/config.h.
6623 * aclocal.m4: Regenerate.
6624 * config.in: Regenerate.
6625 * configure: Regenerate.
6626
6627 * gnulib/Makefile.in: New file.
6628 * gnulib/configure.ac: New file.
6629 * gnulib/aclocal.m4: New file.
6630 * gnulib/config.in: New file.
6631 * gnulib/configure: New file.
c971b7fa
PA
6632 * gnulib/: Re-run gnulib-tool to adjust.
6633
b10faa68
DE
66342012-04-19 Doug Evans <[email protected]>
6635
6636 * cleanups.h (struct cleanup): Move to cleanups.c.
6637 (make_cleanup_dtor_ftype): New typedef.
6638 (make_cleanup_dtor): Use it.
6639 (ALL_CLEANUPS): Replace with ...
6640 (all_cleanups): ... this. Declare. All uses updated.
6641 * cleanups.c: #include "gdb_assert.h".
6642 (sentinel_cleanup): New static global.
6643 (SENTINEL_CLEANUP): Define.
6644 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6645 (make_my_cleanup2): Assert result is non-NULL.
6646 (all_cleanups): New function.
6647 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6648 of NULL.
6649
d8c267cc
PA
66502012-04-19 Pedro Alves <[email protected]>
6651
6652 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6653 Adjust paths to gnulib imported files.
6654
809277f8
PA
66552012-04-19 Pedro Alves <[email protected]>
6656
6657 * gnulib/: Move whole directory ...
6658 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6659 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6660 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6661 (aclocal_m4_deps): Adjust.
6662 * aclocal.m4: Regenerate.
6663 * configure: Regenerate.
6664 * configure.ac: Adjust AC_OUTPUT output.
6665
aad9eab9
YQ
66662012-04-19 Yao Qi <[email protected]>
6667
6668 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6669 (vec.o): New rule.
6670 * vec.c: Move it ...
6671 * common/vec.c: ... here.
6672 * vec.h: Move it ...
6673 * common/vec.h: ... here.
6674
48fe4669
YQ
66752012-04-19 Yao Qi <[email protected]>
6676
6677 * gdb-code-style.el: New.
6678
770d76d7
PA
66792012-04-18 Pedro Alves <[email protected]>
6680
6681 Update gnulib from latest git.
6682 (639ea5ae15e39fe48d43e04864b2997301e4b969)
6683
6684 * gnulib/Makefile.am: Update.
6685 * gnulib/dummy.c: Update.
6686 * gnulib/extra/arg-nonnull.h: Update.
6687 * gnulib/extra/c++defs.h: Update.
6688 * gnulib/extra/update-copyright: Update.
6689 * gnulib/extra/warn-on-use.h: Update.
6690 * gnulib/inttypes.in.h: Update.
6691 * gnulib/m4/00gnulib.m4: Update.
6692 * gnulib/m4/extensions.m4: Update.
6693 * gnulib/m4/gnulib-cache.m4: Update.
6694 * gnulib/m4/gnulib-common.m4: Update.
6695 * gnulib/m4/gnulib-comp.m4: Update.
6696 * gnulib/m4/gnulib-tool.m4: Update.
6697 * gnulib/m4/include_next.m4: Update.
6698 * gnulib/m4/inttypes-pri.m4: Update.
6699 * gnulib/m4/inttypes.m4: Update.
6700 * gnulib/m4/longlong.m4: Update.
6701 * gnulib/m4/memchr.m4: Update.
6702 * gnulib/m4/memmem.m4: Update.
6703 * gnulib/m4/mmap-anon.m4: Update.
6704 * gnulib/m4/multiarch.m4: Update.
6705 * gnulib/m4/onceonly.m4: Update.
6706 * gnulib/m4/stddef_h.m4: Update.
6707 * gnulib/m4/stdint.m4: Update.
6708 * gnulib/m4/string_h.m4: Update.
6709 * gnulib/m4/warn-on-use.m4: Update.
6710 * gnulib/m4/wchar_h.m4: Update.
6711 * gnulib/m4/wchar_t.m4: Update.
6712 * gnulib/m4/wint_t.m4: Update.
6713 * gnulib/memchr.c: Update.
6714 * gnulib/memmem.c: Update.
6715 * gnulib/stddef.in.h: Update.
6716 * gnulib/stdint.in.h: Update.
6717 * gnulib/str-two-way.h: Update.
6718 * gnulib/string.in.h: Update.
6719 * gnulib/wchar.in.h: Update.
6720
6721 * gnulib/extra/arg-nonnull.h: Delete.
6722 * gnulib/extra/c++defs.h: Delete.
6723 * gnulib/extra/warn-on-use.h: Delete.
6724 * gnulib/m4/wchar_h.m4: Delete.
6725 * gnulib/m4/wint_t.m4: Delete.
6726 * gnulib/wchar.in.h: Delete.
6727
6728 * gnulib/extra/snippets/arg-nonnull.h: New.
6729 * gnulib/extra/snippets/c++defs.h: New.
6730 * gnulib/extra/snippets/warn-on-use.h: New.
6731
6732 * aclocal.m4: Regenerate.
6733 * config.in: Regenerate.
6734 * configure: Regenerate.
6735 * gnulib/Makefile.in: Regenerate.
6736
174e088e
PA
67372012-04-18 Pedro Alves <[email protected]>
6738
6739 Reimport the update-copyright module from gnulib
6740 (250b80067c1e1d8faa0c42fb572f721975b929c5).
6741
6742 * configure: Regenerate.
6743 * gnulib/Makefile.am: Update.
6744 * gnulib/Makefile.in: Regenerate.
6745 * gnulib/extra/update-copyright: Update.
6746 * gnulib/m4/gnulib-cache.m4: Update.
6747 * gnulib/m4/gnulib-comp.m4: Update.
6748
7f533142
JB
67492012-04-18 Tristan Gingold <[email protected]>
6750
6751 * configure.ac (aix): Put -lpthread into libs.
6752 * configure: Regenerate.
6753
001822aa
TT
67542012-04-18 Tom Tromey <[email protected]>
6755
6756 * linespec.c (convert_linespec_to_sals): Don't use
6757 SYMBOL_OBJ_SECTION.
6758 (compare_msymbols): Arguments are minsym_and_objfile, not
6759 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
6760
db026a31
PA
67612012-04-18 Pedro Alves <[email protected]>
6762
6763 Revert gnulib/ part of:
6764 2011-01-01 Joel Brobecker <[email protected]>
6765 Copyright year update in most files (performed by copyright.sh).
6766
12df843f
JK
67672012-04-18 Jan Kratochvil <[email protected]>
6768
6769 Fix 64-bit constants on 32-bit hosts.
6770 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6771 from unsigned long to ULONGEST.
6772 (read_signed_leb128): Change declaration return type from long to
6773 LONGEST.
6774 (dwarf2_const_value_attr): Change declaration parameter value from long
6775 to LONGEST.
6776 (dwarf2_compute_name): Change variable value from long to LONGEST.
6777 (read_unsigned_leb128): Change return type, variable result and some
6778 casts from unsigned long to ULONGEST.
6779 (read_signed_leb128): Change return type, variable result and some
6780 casts from long to LONGEST.
6781 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6782 value from long to LONGEST.
6783 (dwarf2_const_value): Change variable value from long to LONGEST.
6784 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6785 plongest and hex_string.
6786 * symtab.h (struct general_symbol_info): Change ivalue from long to
6787 LONGEST, remove the comment.
6788 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6789 Change SYMBOL_VALUE format strings to use plongest and hex_string.
6790
14e75d8e
JK
67912012-04-18 Siddhesh Poyarekar <[email protected]>
6792
6793 PR symtab/7259:
6794 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6795 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
6796 (ada_discrete_type_low_bound): Fix function comment. Use
6797 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
6798 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6799 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6800 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6801 Use TYPE_FIELD_ENUMVAL.
6802 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6803 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6804 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6805 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
6806 TYPE_CODE_ENUM.
6807 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6808 * dwarf2read.c (process_enumeration_scope): Likewise.
6809 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6810 field.bitpos.
6811 (class StructMainTypePrettyPrinter): Support also
6812 FIELD_LOC_KIND_ENUMVAL.
6813 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6814 TYPE_CODE_ENUM.
6815 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6816 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6817 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6818 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
6819 field enumval.
6820 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6821 accommodate enumval.
6822 (struct call_site): Adjust loc_kind to accommodate enumval.
6823 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6824 (TYPE_FIELD_ENUMVAL): New macros.
6825 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6826 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6827 TYPE_CODE_ENUM.
6828 * p-typeprint.c (pascal_type_print_base): Likewise.
6829 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6830 enumval.
6831 * python/lib/gdb/types.py (make_enum_dict): Likewise.
6832 * python/py-type.c (convert_field): New variable addrstring. Use
6833 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6834 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6835 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6836 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6837 TYPE_CODE_ENUM.
6838 * valprint.c (generic_val_print): Likewise.
6839
380bca97
DE
68402012-04-17 Doug Evans <[email protected]>
6841
dcc07052
DE
6842 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6843
380bca97
DE
6844 * dwarf2read.c: Whitespace fixes.
6845 (lookup_signatured_type): Tweak comment.
6846 (get_die_type_at_offset): Fix comment.
6847
ec92004f
JB
68482012-04-17 Joel Brobecker <[email protected]>
6849
6850 * xcoffread.c (xcoff_secnum_to_sections): New function.
6851 (secnum_to_section, secnum_to_bfd_section): Reimplement
6852 using xcoff_secnum_to_sections. Rename "secnum" parameter
6853 into "n_scnum".
6854 (RECORD_MINIMAL_SYMBOL): Delete.
6855 (record_minimal_symbol): New function.
6856 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6857 by call to record_minimal_symbol and set misc_func_recorded
6858 to 1. Set last_csect_sec to the XCOFF section index instead
6859 of GDB's section_offset index. Update calls to
6860 prim_record_minimal_symbol_and_info to pass the BFD section
6861 as well.
6862
40301fb7
JB
68632012-04-17 Joel Brobecker <[email protected]>
6864
6865 * xcoffread.c (read_xcoff_symtab): Delete variables
6866 last_csect_val and last_csect_sec and associated code.
6867
e0088cfd
DE
68682012-04-17 Doug Evans <[email protected]>
6869
58d5e2c3
DE
6870 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6871 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6872 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6873 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6874
c27f5738
DE
6875 * cleanups.h: New file.
6876 * cleanups.c: New file.
6877 * Makefile.in (SFILES): Add cleanups.c.
6878 (HFILES_NO_SRCDIR): Add cleanups.h.
6879 (COMMON_OBS): Add cleanups.o.
6880 * defs.h (struct cleanup): Moved to cleanups.h.
6881 (do_cleanups,do_final_cleanups): Ditto.
6882 (discard_cleanups,discard_final_cleanups): Ditto
6883 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6884 (save_cleanups,save_final_cleanups): Ditto.
6885 (restore_cleanups,restore_final_cleanups): Ditto.
6886 (null_cleanup): Ditto.
6887 (make_my_cleanup,make_my_cleanup2): Ditto.
6888 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6889 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6890 (do_cleanups,do_final_cleanups): Ditto.
6891 (discard_cleanups,discard_final_cleanups): Ditto
6892 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6893 (save_cleanups,save_final_cleanups): Ditto.
6894 (restore_cleanups,restore_final_cleanups): Ditto.
6895 (null_cleanup): Ditto.
6896 (make_my_cleanup,make_my_cleanup2): Ditto.
6897 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6898
e0088cfd
DE
6899 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6900 make_my_cleanup.
6901 (make_cleanup_dyn_string_delete): Ditto.
6902 (make_cleanup_ui_file_delete): Ditto.
6903 (make_cleanup_ui_out_redirect_pop): Ditto.
6904 (make_cleanup_free_section_addr_info): Ditto.
6905 (make_cleanup_restore_integer): Ditto.
6906 (make_cleanup_unpush_target): Ditto.
6907 (make_cleanup_value_free_to_mark): Ditto.
6908 (make_cleanup_value_free): Ditto.
6909 (make_cleanup_free_so): Ditto.
6910
4dc84fd1
JK
69112012-04-17 Jan Kratochvil <[email protected]>
6912
6913 New option "set debug auto-load".
6914 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6915 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6916 (auto_load_safe_path_vec_update)
6917 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6918 if DEBUG_AUTO_LOAD.
6919 (file_is_auto_load_safe): New parameters debug_fmt and ....
6920 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6921 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6922 caller by explanatory string.
6923 (_initialize_auto_load): Register "set debug auto-load".
6924 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6925 and ....
6926 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6927 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6928 by explanatory string.
6929 * main.c (captured_main): Likewise.
6930 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6931 (source_section_scripts): Likewise.
6932
bccbefd2
JK
69332012-04-17 Jan Kratochvil <[email protected]>
6934
6935 New option "set auto-load safe-path".
6936 * NEWS: New commands "set auto-load safe-path"
6937 and "show auto-load safe-path".
6938 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6939 (auto_load_safe_path, auto_load_safe_path_vec)
6940 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6941 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6942 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6943 (source_gdb_script_for_objfile): New variable is_safe. Call
6944 file_is_auto_load_safe. Return if it is not.
6945 (struct loaded_script): New field loaded.
6946 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
6947 (print_script): Use LOADED indicator instead of FULL_PATH. Change
6948 output "Missing" to "No".
6949 (_initialize_auto_load): New variable cmd. Initialize
6950 auto_load_safe_path. Register "set auto-load safe-path",
6951 "show auto-load safe-path" and "add-auto-load-safe-path".
6952 * auto-load.h (maybe_add_script): Add parameter loaded.
6953 (file_is_auto_load_safe): New declaration.
6954 * config.in: Regenerate.
6955 * configure: Regenerate.
6956 * configure.ac: New parameters --with-auto-load-safe-path
6957 and --without-auto-load-safe-path.
6958 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6959 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6960 * main.c (captured_main): Check file_is_auto_load_safe for
6961 LOCAL_GDBINIT.
6962 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6963 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
6964 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
6965 not.
6966
bf88dd68
JK
69672012-04-17 Jan Kratochvil <[email protected]>
6968
6969 auto-load: Implementation.
6970 * NEWS: New descriptions for "info auto-load",
6971 "info auto-load gdb-scripts", "info auto-load python-scripts",
6972 "info auto-load local-gdbinit" and "info auto-load libthread-db".
6973 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6974 and "show auto-load-scripts". New description for "set auto-load",
6975 "show auto-load", "set auto-load gdb-scripts",
6976 "show auto-load gdb-scripts", "set auto-load python-scripts",
6977 "show auto-load python-scripts", "set auto-load local-gdbinit",
6978 "show auto-load local-gdbinit", "set auto-load libthread-db" and
6979 "show auto-load libthread-db".
6980 * auto-load.c: Remove include python/python-internal.h. Add includes
6981 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6982 cli/cli-setshow.h.
6983 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6984 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6985 (gdbpy_global_auto_load): Rename to ...
6986 (global_auto_load): ... here.
6987 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6988 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6989 (script_language_gdb, source_gdb_script_for_objfile): New.
6990 (struct loaded_script): New field language.
6991 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6992 LANGUAGE.
6993 (maybe_add_script): Add parameter language. Drop redundant
6994 entry.full_path initialization. Initialize entry.language and
6995 (*slot)->language.
6996 (auto_load_objfile_script): Change parameter suffix to language.
6997 Remove the call of maybe_add_script.
6998 Call language->source_script_for_objfile.
6999 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7000 New.
7001 (collect_matching_scripts): Adjust it for
7002 struct collect_matching_scripts_data.
7003 (auto_load_info_scripts_pattern_nl): New variable.
7004 (info_auto_load_scripts): Rename to ...
7005 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7006 for struct collect_matching_scripts_data.
7007 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7008 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7009 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7010 (auto_load_info_cmdlist_get): New.
7011 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7012 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7013 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7014 "info auto-load local-gdbinit".
7015 * auto-load.h (struct script_language): New.
7016 (gdbpy_global_auto_load): Rename to ...
7017 (global_auto_load): ... here.
7018 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7019 (auto_load_local_gdbinit_loaded): New declarations.
7020 (maybe_add_script): New parameter language.
7021 (auto_load_objfile_script): Change parameter suffix to language.
7022 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7023 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7024 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7025 declarations.
7026 * linux-thread-db.c: Include auto-load.h and ctype.h.
7027 (auto_load_thread_db, show_auto_load_thread_db): New.
7028 (struct thread_db_info): New field filename.
7029 (delete_thread_db_info): Call xfree for FILENAME.
7030 (try_thread_db_load): Initialize FILENAME.
7031 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7032 if !AUTO_LOAD_THREAD_DB.
7033 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7034 (_initialize_thread_db): Install auto_load_thread_db
7035 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7036 as "info auto-load libthread-db".
7037 * main.c (captured_main): Rename gdbpy_global_auto_load to
7038 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7039 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7040 (print_gdb_help): Extend the help for 'local init file'.
7041 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7042 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7043 (auto_load_scripts): Rename to ...
7044 (auto_load_python_scripts): ... here, update the comment.
7045 (gdbpy_load_auto_script_for_objfile): New declaration.
7046 (show_auto_load_python_scripts, script_language_python)
7047 (gdbpy_load_auto_script_for_objfile): New.
7048 (source_section_scripts): Refactor the code.
7049 (load_auto_scripts_for_objfile): Rename to ...
7050 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7051 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7052 (info_auto_load_python_scripts): New.
7053 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7054 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7055 Register "set auto-load-scripts" as its deprecated alias. Register
7056 "info auto-load python-scripts". Register "info auto-load-scripts" as
7057 its deprecated alias.
7058 (load_auto_scripts_for_objfile): Rename to ...
7059 (gdbpy_load_auto_scripts_for_objfile): ... here.
7060 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7061 (gdbpy_load_auto_scripts_for_objfile): ... here.
7062
e2207b9a
JK
70632012-04-17 Jan Kratochvil <[email protected]>
7064
7065 auto-load: Move files.
7066 * Makefile.in (SFILES): Add auto-load.c.
7067 (HFILES_NO_SRCDIR): Add auto-load.h.
7068 (COMMON_OBS): Add auto-load.o.
7069 (distclean): Change .gdbinit for gdb-gdb.gdb.
7070 * auto-load.c: New file, with parts from python/py-auto-load.c.
7071 * auto-load.h: New file, with parts from python/python.h.
7072 * configure: Regenerate.
7073 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7074 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7075 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7076 * main.c: Include auto-load.h.
7077 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7078 command.h, observer.h and progspace.h to auto-load.c. Add include
7079 auto-load.h.
7080 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7081 (struct loaded_script, auto_load_pspace_data)
7082 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7083 (hash_loaded_script_entry, eq_loaded_script_entry)
7084 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7085 (maybe_add_script): Move to auto-load.c.
7086 (source_section_scripts): Change maybe_add_script parameters passing,
7087 use script_not_found_warning_print.
7088 (clear_section_scripts, auto_load_objfile_script)
7089 (auto_load_new_objfile, loaded_script_ptr)
7090 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7091 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7092 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7093 auto_load_new_objfile and info_auto_load_scripts initizations to
7094 auto-load.c.
7095 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7096
e4ab2fad
JK
70972012-04-17 Jan Kratochvil <[email protected]>
7098
7099 Code cleanup.
7100 * charset.c (find_charset_names): Remove variables ix and elt.
7101 Use free_char_ptr_vec.
7102 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7103 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7104 debugdir_end. New variable debugdir_len.
7105 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7106 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7107 declarations.
7108 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7109 and elt. Use free_char_ptr_vec.
7110 * source.c (add_path): Remove variables argv, arg and argv_index.
7111 New variables dir_vec, back_to, ix and name.
7112 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7113 make_cleanup_freeargv. Remove variable separator. Simplify the code
7114 no longer expecting DIRNAME_SEPARATOR.
7115 (openp): Remove variable p, p1 and len. New variables dir_vec,
7116 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7117 no longer expecting DIRNAME_SEPARATOR.
7118 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7119 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7120 debugdir_end.
7121 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7122 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7123 (dirnames_to_char_ptr_vec): New functions.
7124
5ee4ed9f
JK
71252012-04-17 Jan Kratochvil <[email protected]>
7126
7127 Code cleanup.
7128 * source.c (add_path): Remove always true conditional 'p == 0' and
7129 unindent its code block.
7130
f41f5e61
PA
71312012-04-17 Pedro Alves <[email protected]>
7132
7133 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7134 (FIELD_BITPOS_LVAL): ... this.
7135 (FIELD_BITPOS): New.
7136 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7137 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7138 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7139 SET_FIELD_BITPOS.
7140 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7141 SET_FIELD_BITPOS.
7142 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7143 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7144 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7145 SET_FIELD_BITPOS.
7146
945b3a32
JK
71472012-04-17 Jan Kratochvil <[email protected]>
7148
7149 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7150 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7151 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7152 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7153 * jv-lang.c (java_link_class_type): Likewise, once.
7154 * stabsread.c (read_enum_type): Likewise.
7155
42476b70
YQ
71562012-04-16 Yao Qi <[email protected]>
7157
7158 * common/agent.c (agent_run_command): Add one more parameter `len'.
7159 Update callers.
7160 * common/agent.h: Update declaration.
7161 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7162 Update.
7163 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7164
8264ba82
AG
71652012-04-14 Anton Gorenkov <[email protected]>
7166
7167 PR mi/13393
7168 * value.c (value_actual_type): New function.
7169 * value.h (value_actual_type): New declaration.
7170 * varobj.c (update_type_if_necessary): New function.
7171 (varobj_create): Call value_actual_type instead of
7172 value_type.
7173 (install_dynamic_child): distinct changed and type changed MI variable
7174 objects.
7175 (update_dynamic_varobj_children): Updated for install_dynamic_child
7176 change. All callers updated.
a09130f9 7177 (varobj_update): Support for MI variable object type change if
8264ba82
AG
7178 the value changed and RTTI is used to determine the type.
7179 (create_child_with_value): Call value_actual_type instead of
7180 value_type.
a09130f9 7181 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
7182 specify whether the given value should be casted to enclosing type.
7183 All callers updated.
7184
55a8c076
YQ
71852012-04-14 Yao Qi <[email protected]>
7186
7187 Import gnulib module inttypes from git
7188 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7189 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
7190 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7191 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
7192 * aclocal.m4, config.in, configure: Regenerated.
7193 * gnulib/Makefile.am: Update.
7194 * gnulib/Makefile.in: Update.
7195 * gnulib/m4/gnulib-cache.m4: Update.
7196 * gnulib/m4/gnulib-comp.m4: Update.
7197 * gnulib/inttypes.in.h: New.
7198 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 7199 * gnulib/m4/inttypes.m4: New.
55a8c076 7200
ca7781d2
LM
72012012-04-13 Luis Machado <[email protected]>
7202
7203 * infrun.c (resume): Update PC address to the real PC after
7204 preparing to do displaced stepping.
7205
e319fa28
DE
72062012-04-12 Doug Evans <[email protected]>
7207
7208 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7209 All callers updated.
7210
15add3f5
MK
72112012-04-12 Mark Kettenis <[email protected]>
7212
7213 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7214
52dc124a
DE
72152012-04-12 Doug Evans <[email protected]>
7216
0e50663e
DE
7217 * dwarf2read.c (create_all_type_units): Renamed from
7218 create_debug_types_hash_table. All callers updated.
7219
52dc124a
DE
7220 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7221 local type_sig to sig_type, type_offset to type_offset_in_tu.
7222 (hash_signatured_type): Renamed from hash_type_signature,
7223 all callers updated.
7224 (eq_signatured_type): Renamed from eq_type_signature,
7225 all callers updated.
7226 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7227 (process_enumeration_scope): Ditto.
7228 (lookup_signatured_type_at_offset): Ditto.
7229 (load_full_type_unit, read_signatured_type): Ditto.
7230
248fd3bf
YQ
72312012-04-12 Yao Qi <[email protected]>
7232
7233 * remote.c (async_remote_interrupt): Correct function name in
7234 debug message.
7235 (async_remote_interrupt_twice): Ditto.
7236
bc3aa6c3
DE
72372012-04-11 Yuanhui Zhang <[email protected]>
7238
7239 * source.c (find_and_open_source): Consistently pass resulting
7240 full path through xfullpath.
7241
9e529e1d
JK
72422012-04-11 Jan Kratochvil <[email protected]>
7243
7244 Provide more specific displaced-stepping memory error message.
7245 * infrun.c (displaced_step_prepare): New variable status. Call
7246 target_read_memory instead of read_memory, provide more specific
7247 error message.
7248
82e0cec1
TG
72492012-04-11 Tristan Gingold <[email protected]>
7250
7251 PR gdb/13901
7252 * darwin-nat.c (darwin_execvp): Revert previous patch.
7253
d987a266
TG
72542012-04-11 Tristan Gingold <[email protected]>
7255
7256 PR gdb/13901
7257 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7258 in case of change.
7259
016b7430
TG
72602012-04-11 Tristan Gingold <[email protected]>
7261
7262 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7263 warning.
7264
06fc020f
SCR
72652012-04-11 Siva Chandra Reddy <[email protected]>
7266
7267 New command 'explore' which helps explore values and types in
7268 scope.
7269 * NEWS: Add an entry about the new 'explore' command.
7270 * data-directory/Makefile.in: Add gdb/command/explore.py
7271 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 7272 command using the GDB Python API.
06fc020f 7273
de0919f8 72742012-04-10 Maciej W. Rozycki <[email protected]>
34b192ce
MR
7275
7276 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7277 extension in jump target calculation.
7278
de0919f8 72792012-04-10 Maciej W. Rozycki <[email protected]>
9e8da49c
MR
7280
7281 * mips-tdep.c (mips32_next_pc): Handle JALX.
7282
2f26ef89
YQ
72832012-04-10 Yao Qi <[email protected]>
7284
7285 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7286
2e505b66
YQ
72872012-04-10 Yao Qi <[email protected]>
7288
7289 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7290 and gnulib/m4/gnulib-tool.m4.
7291
0d99eb77
DE
72922012-04-10 Doug Evans <[email protected]>
7293
7294 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7295 (load_partial_dies): Clarify comment.
7296 (find_partial_die): Support rereading type units.
7297 Clarify CU handling, if we know offset is in CU, don't search for the
7298 containing CU. Add comment regarding memory waste.
7299
9a82b8ff
L
73002012-04-10 H.J. Lu <[email protected]>
7301
7302 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7303 i386/x32-avx and i386/x32-avx-linux.
7304 (i386/x32-expedite): New.
7305 (i386/x32-linux-expedite): Likewise.
7306 (i386/x32-avx-expedite): Likewise.
7307 (i386/x32-avx-linux-expedite): Likewise.
7308 ($(outdir)/i386/x32.dat): Likewise.
7309 ($(outdir)/i386/x32-linux.dat): Likewise.
7310 ($(outdir)/i386/x32-avx.dat): Likewise.
7311 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7312
7313 * features/i386/x32-avx-linux.xml: New file.
7314 * features/i386/x32-avx.xml: Likewise.
7315 * features/i386/x32-core.xml: Likewise.
7316 * features/i386/x32-linux.xml: Likewise.
7317 * features/i386/x32.xml: Likewise.
7318
7319 * features/i386/x32-avx-linux.c: New. Generated.
7320 * features/i386/x32-avx.c: Likewise.
7321 * features/i386/x32-linux.c: Likewise.
7322 * features/i386/x32.c: Likewise.
7323 * regformats/i386/x32-avx-linux.dat: Likewise.
7324 * regformats/i386/x32-avx.dat: Likewise.
7325 * regformats/i386/x32-linux.dat: Likewise.
7326 * regformats/i386/x32.dat: Likewise.
7327
ee41036f
TG
73282012-04-10 Tristan Gingold <[email protected]>
7329
7330 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7331 code to kill the inferior.
7332
a7aa5b8a
MK
73332012-04-09 Mark Kettenis <[email protected]>
7334
7335 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7336 defines.
7337 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7338 defines.
a09130f9 7339 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
7340 (yyvsp): New defines.
7341 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7342 defines.
7343 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7344 defines.
7345 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7346 defines.
7347 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7348 defines.
7349 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7350 defines.
7351
fb57d452
MK
73522012-04-09 Mark Kettenis <[email protected]>
7353
a09130f9 7354 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
7355 (sparc64_store_arguments): Fix coding style.
7356
cdc7b32f
MK
73572012-04-07 Mark Kettenis <[email protected]>
7358
7359 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7360 complex floats, adjust some related comments and tighten a related
7361 assertion.
7362 (sparc64_extract_return_value): Handle complex floats.
7363
7adf1e79
DE
73642012-04-07 Doug Evans <[email protected]>
7365
7366 * dwarf2read.c (load_partial_dies): Change condition to assert.
7367
50f1ae7b
DE
73682012-04-06 Doug Evans <[email protected]>
7369
7370 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7371 "mov %rsp,%rbp".
7372
55fa75c3
KB
73732012-04-05 Kevin Buettner <[email protected]>
7374
7375 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7376 fencepost error.
7377 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7378 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7379 architecture.
7380
40e084e1
KS
73812012-04-05 Keith Seitz <[email protected]>
7382
7383 * linespec.c (decode_compound): Remove.
7384 (enum offset_relative_sign): New enum.
7385 (struct line_offset): New struct.
7386 (struct linespec): New struct.
7387 (struct linespec_state): Move file_symtabs,
7388 user_filename, and user_function into struct linespec.
7389 Make result an anonymous struct holding vectors of
7390 symbolp and minsym_and_objfile_d.
7391 Add language member.
7392 (enum ls_token_type): New enum.
7393 (linespec_keywords): New array.
7394 (struct ls_token): New struct.
7395 (struct ls_parser): New struct.
7396 (linespec_lexer_lex_number): New function.
7397 (linespec_lexer_lex_keyword): New function.
7398 (is_ada_operator): New function.
7399 (skip_quote_char): New function.
7400 (copy_token_string): New function.
7401 (is_closing_quote_enclosed): New function.
7402 (find_parameter_list_end): New function.
7403 (linespec_lexer_lex_string): New function.
7404 (linespec_lexer_lex_one): New function.
7405 (linespec_lexer_consume_token): New function.
7406 (linespec_lexer_peek_token): New function.
7407 (cplusplus_error): Remove unused function.
7408 (find_methods): Update comment.
7409 (find_toplevel_char): Return const.
7410 (is_objc_method_format): Remove unused function.
7411 (find_toplevel_string): New function.
7412 (is_linespec_boundary): Remove.
7413 (symbol_not_found_error): New function.
7414 (find_method_overload_end): Remove function.
7415 (unexpected_linespec_error): New function.
7416 (keep_name_info): Remove.
7417 (linespec_parse_line_offset): New function.
7418 (linespec_parse_basic): New function.
7419 (canonicalize_linespec): New function.
7420 (decode_line_internal): Remove.
7421 (create_sals_line_offset): New function adapted from
7422 decode_all_digits.
7423 (convert_linespec_to_sals): New function.
7424 (parse_linespec): New function.
7425 (linespec_parser_new): New function.
7426 (linespec_state_destructor): Change parameter type to
7427 struct linespec_state *.
7428 Add language parameter.
7429 Remove freeing of moved members.
7430 (linespec_parser_delete): New function.
7431 (decode_line_full): Use parse_linespec and linespec_parser_new.
7432 (decode_line_1): Likewise.
7433 (decode_indirect): Rename to ...
7434 (linespec_expression_to_pc): ... this and rewrite
7435 to simply find CORE_ADDR, storing this result for later
7436 conversion to SALs.
7437 (locate_first_half): Remove.
7438 (deocde_objc): Add parameter LS.
7439 Initialize new struct collect_info members.
7440 Handle minimal symbols, too.
7441 (decode_compound): Delete.
7442 (lookup_prefix_sym): Rewrite.
7443 (compare_msymbols): New function.
7444 (find_method): Rewrite.
7445 Do not call cplusplus_error.
7446 (symtabs_from_filename): Rewrite.
7447 (collect_function_symbols): Delete.
7448 (find_function_symbols): Rewrite without ARGPTR-style
7449 processing.
7450 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7451 (decode_dollar): Adapted and renamed to ...
7452 (linespec_parse_variable): ... this.
7453 (find_linespec_symbols): New function.
7454 (decode_label): Adapted and renamed to ...
7455 (find_label_symbols): ... this.
7456 (decode_digits_list_mode): Add and use LS argument.
7457 (decode_digits_ordinary): Likewise.
7458 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7459 If in list mode, allow any symbol class. Otherwise, only
7460 permit LOC_BLOCK symbols.
7461 (minsym_found): Update comments.
7462 (search_minsyms_for_name): Do not convert the matching symbol
7463 into a SAL. Simply push the symbol and objfile into the
7464 result vector.
7465 (decode_variable): Delete. Contents adapted into
7466 find_linespec_symbols.
7467
7468 * cp-support.c (SKIP_SPACE): Remove.
7469 (operator_tokens): Remove unused global.
7470 (cp_validate_operator): Remove.
7471 * cp-support.h (cp_validate_operator): Remove declaration.
7472
a72c8f6a
JK
74732012-04-03 Jan Kratochvil <[email protected]>
7474
7475 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7476 for TYPE_VPTR_FIELDNO.
7477 * valprint.c (valprint_check_validity): Make it global, move the
7478 function comment ...
7479 * value.h (valprint_check_validity): ... to this new declaration.
7480
cf9bb588
TG
74812012-04-02 Tristan Gingold <[email protected]>
7482
7483 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7484 the STATE32 api for i386 state.
7485 (i386_darwin_store_inferior_registers): Likewise.
7486
17092398
TG
74872012-04-02 Tristan Gingold <[email protected]>
7488
7489 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7490 SS offset.
7491 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7492 format_string.
7493
ece0061f
TG
74942012-04-02 Tristan Gingold <[email protected]>
7495
7496 PR gdb/13901
d987a266 7497 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 7498
cf65ecd3
JK
74992012-04-02 Jan Kratochvil <[email protected]>
7500
7501 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7502
9bc3523d
TT
75032012-03-30 Tom Tromey <[email protected]>
7504
7505 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7506 of TRY_CATCH. Fix error handling.
7507 * python/py-value.c (convert_value_from_python): Move 'old'
7508 declaration to innermost scope.
7509
b1ed564a
JB
75102012-03-29 Joel Brobecker <[email protected]>
7511 Andrey Smirnov <[email protected]>
7512
7513 -Wshadow warning fix.
7514 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7515 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7516 Adjust code accordingly.
7517
cb8e9b97
JB
75182012-03-29 Joel Brobecker <[email protected]>
7519
7520 * ada-lang.c (symbol_completion_add): Rename parameter
7521 "encoded" into "encoded_p". Ajust code and documentation
7522 accordingly.
7523
c0af1706
JB
75242012-03-29 Joel Brobecker <[email protected]>
7525 Andrey Smirnov <[email protected]>
7526
7527 -Wshadow warning fix.
7528 * ada-lang.c (symbol_completion_add): Rename parameter
7529 "wild_match" into wild_match_p. Update code and documentation
7530 accordingly.
7531
6ea35997
JB
75322012-03-29 Joel Brobecker <[email protected]>
7533
7534 * ada-lang.c (symbol_completion_match): Rename parameter
7535 "encoded" into "encoded_p". Ajust code and documentation
7536 accordingly.
7537
e701b3c0
JB
75382012-03-29 Joel Brobecker <[email protected]>
7539 Andrey Smirnov <[email protected]>
7540
7541 -Wshadow warning fix.
7542 * ada-lang.c (symbol_completion_match): Rename parameter
7543 "wild_match" into "wild_match_p". Adjust code and function
7544 documentation accordingly.
7545
5e2336be
JB
75462012-03-29 Joel Brobecker <[email protected]>
7547 Andrey Smirnov <[email protected]>
7548
7549 -Wshadow warning fix.
7550 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7551 "symbol_info" into "info". Adjust code accordingly.
7552 (ada_lookup_symbol): Likewise.
7553
9f88c959
JB
75542012-03-29 Joel Brobecker <[email protected]>
7555
7556 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7557 of this function's documentation.
7558
82ccd55e
JB
75592012-03-29 Joel Brobecker <[email protected]>
7560 Andrey Smirnov <[email protected]>
7561
7562 -Wshadow warning fix.
7563 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7564 variable into "wild_match_p". Adjust code accordingly.
7565
d0a8ab18
JB
75662012-03-29 Joel Brobecker <[email protected]>
7567 Andrey Smirnov <[email protected]>
7568
7569 -Wshadow warning fix.
7570 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7571 parameter into "wild_match_p". Adjust code accordingly.
7572 Document this parameter in the function description.
7573
48b78332
JB
75742012-03-29 Joel Brobecker <[email protected]>
7575 Andrey Smirnov <[email protected]>
7576
7577 -Wshadow warning fix.
7578 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7579 "wild_match" parameter to "wild_match_p" (-Wshadow).
7580
2e6e0353
JB
75812012-03-29 Joel Brobecker <[email protected]>
7582
7583 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7584 in function documentation.
7585
dc4024cd
JB
75862012-03-29 Joel Brobecker <[email protected]>
7587 Andrey Smirnov <[email protected]>
7588
7589 -Wshadow warning fix.
7590 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7591 variable into wild_match_p. Adjust code accordingly.
7592
6c88661c
JB
75932012-03-29 Joel Brobecker <[email protected]>
7594 Andrey Smirnov <[email protected]>
7595
7596 * ada-valprint.c (ada_val_print_1): Move the code handling
7597 TYPE_CODE_ENUM inside its own lexical block. Declare
7598 variables len and val there, instead of in the function's
7599 top level block. Avoid declaring deref_val again in a way
7600 that shadows another variable of the same name declared
7601 in one of the up-level blocks. Just re-use the up-level
7602 variable instead.
7603
4e5c77fe
JB
76042012-03-29 Joel Brobecker <[email protected]>
7605
7606 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7607 Replace block_found argument by symbol_info. Adjust
7608 implementation accordingly. Add function documentation.
7609 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7610 Fix documentation.
7611 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7612 * ada-exp.y (write_object_renaming): Adjust to new
7613 ada_lookup_encoded_symbol API.
7614
1c0ac8c7
JB
76152012-03-29 Joel Brobecker <[email protected]>
7616
7617 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
7618 documentation.
7619
2aaed979
KB
76202012-03-28 Rathish C <[email protected]>
7621
7622 * v850-tdep.c: Add the enum values for mpu and fpu registers.
7623 (v850_register_name): Add the mpu and fpu register names.
7624 (v850e_register_name): Add the mpu and fpu register names.
7625 (v850e2_register_name): New function.
a09130f9 7626 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
7627 bfd_mach_v850e2v3.
7628
927fbba6
JB
76292012-03-28 Joel Brobecker <[email protected]>
7630
7631 * NEWS: Add entry for Ada varobj support.
7632
d32cafc7
JB
76332012-03-28 Joel Brobecker <[email protected]>
7634
7635 * varobj.c (default_value_is_changeable_p): New function,
7636 extracted from varobj_value_is_changeable_p. Add declaration.
7637 (ada_value_is_changeable_p): New function, extracted from
7638 varobj_value_is_changeable_p. Add declaration.
7639 (struct language_specific): New field "value_is_changeable_p".
7640 (languages): Add entries for new field.
7641 (varobj_create): Set language before calling install_new_value.
7642 (varobj_value_is_changeable_p): Reimplement to call the varobj's
7643 "value_is_changeable_p" language callback.
7644
181875a4
JB
76452012-03-28 Joel Brobecker <[email protected]>
7646
7647 * ada-varobj.h, ada-varobj.c: New files.
7648 * Makefile.in (SFILES): Add ada-varobj.c.
7649 (HFILES_NO_SRCDIR): Add ada-varobj.h.
7650 (COMMON_OBS): Add ada-varobj.o.
7651
7a290c40
JB
76522012-03-28 Joel Brobecker <[email protected]>
7653
7654 * varobj.c (ada_value_has_mutated): Add declaration. New function.
7655 (struct language_specific): New field "value_has_mutated".
7656 (languages): Set field "value_has_mutated" in each entry of array.
7657 (varobj_value_has_mutated): New function.
7658 (varobj_udpdate): Add handling of type mutation.
7659 (value_of_root): Add handling of type mutation.
7660 (ada_value_has_mutated): New function.
7661
ca9b8b9c
PA
76622012-03-28 Pedro Alves <[email protected]>
7663
7664 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7665 Always supply $fr0 as 0.0 and $fr1 as 1.0.
7666
cc0265cd
TT
76672012-03-28 Tom Tromey <[email protected]>
7668
7669 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7670 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
7671 before returning.
7672
3ad2ec6f
TT
76732012-03-28 Tom Tromey <[email protected]>
7674
7675 * .dir-locals.el: New file.
7676
4a6510ba
PA
76772012-03-28 Pedro Alves <[email protected]>
7678
7679 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7680
5a75128f
JB
76812012-03-28 Joel Brobecker <[email protected]>
7682
7683 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7684 handling for r0.
7685
f99d8bf4
PA
76862012-03-27 Pedro Alves <[email protected]>
7687
7688 Eliminate struct ui_stream.
7689
7690 * ui-out.h (struct ui_stream): Delete.
7691 (ui_out_field_stream): Adjust prototype.
7692 (ui_out_stream_new, ui_out_stream_delete)
7693 (make_cleanup_ui_out_stream_delete): Delete declarations.
7694 * ui-out.c (ui_out_field_stream): Change prototype to take a
7695 ui_file instead of a ui_stream. Adjust.
7696 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7697 (make_cleanup_ui_out_stream_delete): Delete.
7698 * breakpoint.c (print_breakpoint_location)
7699 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7700 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7701 * disasm.c (dump_insns): Ditto.
7702 (do_mixed_source_and_assembly, do_assembly_only): Adjust
7703 prototype.
7704 (gdb_disassembly): Use ui_file/mem_fileopen instead of
7705 ui_stream/ui_out_stream_new.
7706 * infcmd.c (print_return_value): Ditto.
7707 * osdata.c (info_osdata_command): Don't allocate a local
7708 ui_stream.
7709 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7710 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7711 * tracepoint.c (print_one_static_tracepoint_marker): Don't
7712 allocate a local ui_stream.
7713 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7714 instead of ui_stream/ui_out_stream_new.
7715 (list_args_or_locals): Don't allocate a local ui_stream.
7716 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7717 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7718 ui_stream/ui_out_stream_new.
7719 * cli/cli-setshow.c (do_setshow_command): Ditto.
7720
6350a066 77212012-03-27 Oza Pawandeep <[email protected]>
72508ac0 7722
6350a066
PA
7723 * arm-linux-tdep.c (arm_linux_init_abi): Call
7724 set_gdbarch_process_record. Initialize `arm_swi_record' field.
7725 * arm-tdep.c (arm_process_record): New function.
7726 (deallocate_reg_mem): New function.
7727 (decode_insn): New function.
7728 (thumb_record_branch): New function.
7729 (thumb_record_ldm_stm_swi(): New function.
7730 (thumb_record_misc): New function.
7731 (thumb_record_ld_st_stack): New function.
7732 (thumb_record_ld_st_imm_offset): New function.
7733 (thumb_record_ld_st_reg_offset(): New function.
7734 (thumb_record_add_sub_cmp_mov): New function.
7735 (thumb_record_shift_add_sub): New function.
7736 (arm_record_coproc_data_proc): New function.
7737 (arm_record_coproc): New function.
7738 (arm_record_b_bl): New function.
7739 (arm_record_ld_st_multiple): New function.
7740 (arm_record_ld_st_reg_offset): New function.
7741 (arm_record_ld_st_imm_offset): New function.
7742 (arm_record_data_proc_imm): New function.
7743 (arm_record_data_proc_misc_ld_str): New function.
7744 (arm_record_extension_space): New function.
7745 (arm_record_strx): New function.
7746 (sbo_sbz): New function.
7747 (struct insn_decode_record): New structure for arm insn record.
7748 (REG_ALLOC): New macro for reg allocations.
7749 (MEM_ALLOC): New macro for memory allocations.
7750 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 7751
89e028e2
AS
77522012-03-27 Andreas Schwab <[email protected]>
7753
7754 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7755 (store_register): Likewise.
7756
6350a066 77572012-03-26 Oza Pawandeep <[email protected]>
3d9a9eb0 7758
6350a066 7759 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 7760
5b43fab2
JK
77612012-03-25 Jan Kratochvil <[email protected]>
7762
7763 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7764 Describe also the option "auto".
7765
b5453b95
RH
77662012-03-22 Richard Henderson <[email protected]>
7767
7768 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7769 * sparc-nat.c (sparc_xfer_wcookie): Make static.
7770
227ee7fc
RH
77712012-03-22 Richard Henderson <[email protected]>
7772
7773 * jit.c (jit_read_code_entry): Compute alignment and offset of
7774 int64_t member before computing entry_size.
7775
7b282c5a
SCR
77762012-03-22 Siva Chandra Reddy <[email protected]>
7777
7778 Python scripting: Add new method Value.referenced_value to
7779 gdb.Value which can dereference pointer as well as reference
7780 values.
7781 * NEWS: Add entry under 'Python scripting' about the new method
7782 Value.referenced_value on gdb.Value objects.
7783 * python/py-value.c (valpy_referenced_value): New function
7784 defining a new method on gdb.Value objects which can dereference
7785 pointer and reference values.
7786
0c83539f
SCR
77872012-03-22 Siva Chandra Reddy <[email protected]>
7788
7789 * MAINTAINERS (Write After Approval): Add myself to the list.
7790
7ccffd7c
KB
77912012-03-21 Kevin Buettner <[email protected]>
7792
7793 * symtab.c (skip_prologue_sal): Change test to check for "main()"
7794 in addition to "main".
7795
bd0b9f9e
JB
77962012-03-21 Joel Brobecker <[email protected]>
7797
7798 * expression.h (op_name): Add declaration.
7799 * expprint.c (op_name): Remove declaration. Make non-static.
7800 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7801
a5362b9a
TS
78022012-03-21 Thomas Schwinge <[email protected]>
7803
7804 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7805 of struct siginfo.
7806 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7807 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7808 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7809 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7810 (linux_nat_get_siginfo): Likewise.
7811 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7812 (linux_nat_get_siginfo): Likewise.
7813 * linux-tdep.c (linux_get_siginfo_type): Likewise.
7814 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7815 * procfs.c (gdb_siginfo_t): Likewise.
7816
adcadaab
MF
78172012-03-21 Mike Frysinger <[email protected]>
7818
7819 * .gitignore: Ignore more files.
7820
e278ad5b
PA
78212012-03-20 Pedro Alves <[email protected]>
7822
7823 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7824 returns.
7825
741e63d7
YQ
78262012-03-20 Yao Qi <[email protected]>
7827
7828 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7829 comment.
7830
b64f50a1
JK
78312012-03-19 Jan Kratochvil <[email protected]>
7832
7833 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7834 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7835 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7836 sect_offset.
7837 * dwarf2expr.h (cu_offset, sect_offset): New types.
7838 (struct dwarf_expr_context_funcs) <dwarf_call>
7839 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7840 sect_offset.
7841 (struct dwarf_expr_context) <len>: Improve the comment.
7842 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7843 cu_offset and sect_offset.
7844 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7845 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7846 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7847 * dwarf2loc.h: Include dwarf2expr.h.
7848 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7849 and sect_offset.
7850 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7851 Improve the comment.
7852 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7853 (struct signatured_type, struct line_header, struct partial_die_info)
7854 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7855 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7856 (get_die_type_at_offset, create_cus_from_index)
7857 (create_signatured_type_table_from_index, dw2_get_file_names)
7858 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7859 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7860 (create_debug_types_hash_table, process_psymtab_comp_unit)
7861 (load_partial_comp_unit, create_all_comp_units)
7862 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7863 (load_full_comp_unit, dwarf2_physname, read_import_statement)
7864 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7865 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7866 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7867 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7868 (find_partial_die, read_attribute_value, lookup_die_type)
7869 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7870 (is_ref_attr): New function comment.
7871 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7872 Use cu_offset and sect_offset.
7873 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7874 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7875 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7876 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7877 (offset_and_type_hash, offset_and_type_eq, set_die_type)
7878 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7879 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7880 sect_offset.
7881
e97a38f7
JK
78822012-03-19 Jan Kratochvil <[email protected]>
7883
7884 Code cleanup.
7885 * python/py-auto-load.c (source_section_scripts): New variable back_to.
7886 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7887 with xfree.
7888 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7889
8320cc4f
JK
78902012-03-19 Jan Kratochvil <[email protected]>
7891
7892 * NEWS: Describe new options --init-command=FILE, -ix and
7893 --init-eval-command=COMMAND, -iex.
7894 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7895 CMDARG_INIT_COMMAND.
7896 (captured_main): New enum items OPT_IX and OPT_IEX. Add
7897 "init-command", "init-eval-command", "ix" and "iex" to the variable
7898 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
7899 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7900 (print_gdb_help): Describe --init-command=FILE, -ix and
7901 --init-eval-command=COMMAND, -iex.
7902
26743505
JK
79032012-03-19 Jan Kratochvil <[email protected]>
7904
7905 Code cleanup.
7906 * main.c (struct cmdarg): Move it here from main. Add more comments.
7907 (cmdarg_s, VEC (cmdarg_s)): New.
7908 (main): Move struct cmdarg from here. New variables cmdarg_vec and
7909 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
7910 Install cleanup for cmdarg_vec. Update filling for options 'x' and
7911 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
7912 of CMDARG.
7913
5ff5c7b4
TT
79142012-03-19 Tom Tromey <[email protected]>
7915
7916 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7917
ab260dad
JK
79182012-03-16 Jan Kratochvil <[email protected]>
7919
7920 PR symtab/13777
7921 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7922 GCC >=4.5.
7923
c366c1f0
TT
79242012-03-16 Chris January <[email protected]>
7925
7926 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7927 of clear.
7928
e16edb45
TT
79292012-03-16 Chris January <[email protected]>
7930
7931 * source.c (add_path): Use memmove instead of strcpy because the
7932 strings overlap.
7933
53ba8333
JB
79342012-03-16 Joel Brobecker <[email protected]>
7935
7936 * value.h (set_value_parent): Add declaration.
7937 * value.c (set_value_parent): New function.
7938 (value_address): If VALUE->PARENT is not NULL, then use it as
7939 the base address instead of VALUE->LOCATION.address.
7940 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7941 the same as OBJ's address. Adjust V's offset accordingly.
7942 Set V's parent.
7943
481860b3
GB
79442012-03-16 Gary Benson <[email protected]>
7945
7946 PR breakpoints/10738
7947 * dwarf2read.c (use_deprecated_index_sections): New global.
7948 (struct partial_die_info): New member may_be_inlined.
7949 (read_partial_die): Set may_be_inlined where appropriate.
7950 (add_partial_subprogram): Add partial symbols for partial
7951 DIEs that may be inlined.
7952 (new_symbol_full): Add inlined subroutines to the current
7953 scope.
7954 (write_psymtabs_to_index): Bump version number.
7955 (dwarf2_read_index): Read only version 6 indices unless
7956 use_deprecated_index_sections is set.
7957 * linespec.c (symbol_and_data_callback): New structure.
7958 (iterate_inline_only): New function.
7959 (iterate_over_all_matching_symtabs): New argument
7960 "include_inline". If nonzero, also call the callback for
7961 symbols representing inlined subroutines.
7962 (lookup_prefix_sym): Pass extra argument to the above.
7963 (find_function_symbols): Likewise.
7964 (add_matching_symbols_to_info): Likewise.
7965 * NEWS: Mention that GDB can now set breakpoints on inlined
7966 functions.
7967
d0e7e15a
PM
79682012-03-16 Pierre Muller <[email protected]>
7969
7970 * p-typeprint.c (pascal_type_print_method_args):
7971 Fix display of parameter of methods.
7972
3d354654
PM
79732012-03-16 Pierre Muller <[email protected]>
7974
7975 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7976 Add missing prototype.
7977
cafe75b0
JK
79782012-03-16 Yao Qi <[email protected]>
7979 Jan Kratochvil <[email protected]>
7980
7981 Fix false compilation warning.
7982 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7983
25f8c692
JL
79842012-03-15 Jonathan Larmour <[email protected]>
7985 Pedro Alves <[email protected]>
7986
7987 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7988 (arm_register_g_packet_guesses): New function.
7989 (arm_gdbarch_init): Don't force a target description with
7990 registers when the executable is detected as M-profile. Instead
7991 set gdbarch->tdep->is_m. Register `g' packet guesses.
7992 (_initialize_arm_tdep): Initialize the new target description.
7993 * features/arm-with-m-fpa-layout.xml: New description.
7994 * features/arm-with-m-fpa-layout.c: New, generated.
7995
35c63cd8
JB
79962012-03-15 Joel Brobecker <[email protected]>
7997
7998 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7999 Update function description.
8000 (insert_bp_location): Do not wipe bl->target_info out.
8001 * mem-break.c: #include "gdb_string.h".
8002 (default_memory_insert_breakpoint): Do not call target_read_memory
8003 with a pointer to the breakpoint's shadow_contents buffer. Use
8004 a local buffer instead.
8005 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8006
57651221
TT
80072012-03-15 Tom Tromey <[email protected]>
8008
8009 * NEWS: Mention "info vtbl", not "info vtable".
8010 * cp-support.c (info_vtbl_command): Fix comment.
8011 (_initialize_cp_support): Fix text.
8012
410528f0
TT
80132012-03-15 Tom Tromey <[email protected]>
8014
8015 * cp-valprint.c (cp_print_value_fields): Use
8016 print_function_pointer_address for vtable slot.
8017
c4aeac85
TT
80182012-03-15 Tom Tromey <[email protected]>
8019
8020 * gnu-v3-abi.c (struct value_and_voffset): New.
8021 (hash_value_and_voffset, eq_value_and_voffset)
8022 (compare_value_and_voffset, compute_vtable_size)
8023 (print_one_vtable, gnuv3_print_vtable): New functions.
8024 (init_gnuv3_ops): Initialize 'print_vtable' field.
8025 * cp-support.c (info_vtbl_command): New function.
8026 (_initialize_cp_support): Add "info vtbl".
8027 * cp-abi.h (cplus_print_vtable): Declare.
8028 (struct cp_abi_ops) <print_vtable>: New field.
8029 * cp-abi.c (cplus_print_vtable): New function.
8030 * NEWS: Update.
8031
95cbceff
TT
80322012-03-15 Tom Tromey <[email protected]>
8033
8034 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8035 iterate_over_symbols.
8036
589b4a32
DE
80372012-03-14 Doug Evans <[email protected]>
8038
8039 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8040 DW_OP_GNU_parameter_ref.
8041
e837f12a
JK
80422012-03-14 Jan Kratochvil <[email protected]>
8043
8044 Fix double prompt of 'interpreter-exec mi'.
8045 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8046 (mi_interpreter_resume): use it.
8047 (mi_execute_command_input_handler): New function.
8048 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8049 mi_execute_command_input_handler.
8050
ff1e4526 80512012-03-13 Josh Matthews <[email protected]> (tiny change)
c381a3f6
JB
8052
8053 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8054 prototype.
8055 (darwin_debug_port_info): Make static.
8056 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8057 * machoread.c (_initialize_machoread): Add prototype.
8058 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8059 (i386_darwin_set_control, i386_darwin_get_control)
8060 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8061 i386_darwin_get_status, i386_darwin_get_control):
8062 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8063
d8a5d6ee
JB
80642012-03-13 Joel Brobecker <[email protected]>
8065
8066 * ax-gdb.c (gen_usual_unary): Remove special handling of
8067 enum and bool types.
8068
af381b8c
JB
80692012-03-13 Joel Brobecker <[email protected]>
8070
8071 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8072
786c562f
JB
80732012-03-13 Joel Brobecker <[email protected]>
8074
8075 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8076
e3ebf1bb
JB
80772012-03-13 Chris January <[email protected]>
8078
8079 * aix-thread.c (fill_sprs): Store the floating point registers
8080 at the correct offsets into vals.
8081
c5b7e1cb
DE
80822012-03-13 Doug Evans <[email protected]>
8083
16899756
DE
8084 * NEWS: Mention symbol-reloading has been deleted.
8085 * symfile.c (symbol_reloading): Delete.
8086 (show_symbol_reloading): Delete.
8087 (_initialize_symfile): Delete set/show symbol-reloading.
8088
c5b7e1cb
DE
8089 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8090 read_in_chain until we have successfully read it in.
8091 (load_full_comp_unit): Ditto.
8092 (read_signatured_type): Add comment.
8093
46cb6474
JB
80942012-03-13 Chris January <[email protected]>
8095
8096 * stabsread.c (fix_common_block): Change type of valu argument
8097 to CORE_ADDR.
8098
76219d77
JB
80992012-03-13 Chris January <[email protected]>
8100
8101 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8102 instruction.
8103
87b0bb13
JK
81042012-03-13 Jan Kratochvil <[email protected]>
8105
8106 * common/linux-procfs.c (linux_proc_get_int): New, from
8107 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8108 field.
8109 (linux_proc_get_tgid): Only call linux_proc_get_int.
8110 (linux_proc_get_tracerpid): New.
8111 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8112 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8113 linux_proc_pid_has_state.
8114 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8115 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8116 (linux_ptrace_attach_warnings): New.
8117 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8118 New declaration.
8119 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8120 (linux_nat_attach): New variables ex, buffer, message and message_s.
8121 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8122
5f572dec
JK
81232012-03-13 Jan Kratochvil <[email protected]>
8124
8125 * Makefile.in (linux-ptrace.o): New.
8126 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8127 from linux-nat.c.
8128 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8129 * common/linux-ptrace.c: New file.
8130 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8131 * config/arm/linux.mh: Likewise.
8132 * config/i386/linux.mh: Likewise.
8133 * config/i386/linux64.mh: Likewise.
8134 * config/ia64/linux.mh: Likewise.
8135 * config/m32r/linux.mh: Likewise.
8136 * config/m68k/linux.mh: Likewise.
8137 * config/mips/linux.mh: Likewise.
8138 * config/pa/linux.mh: Likewise.
8139 * config/powerpc/linux.mh: Likewise.
8140 * config/powerpc/ppc64-linux.mh: Likewise.
8141 * config/powerpc/spu-linux.mh: Likewise.
8142 * config/s390/s390.mh: Likewise.
8143 * config/sparc/linux.mh: Likewise.
8144 * config/sparc/linux64.mh: Likewise.
8145 * config/xtensa/linux.mh: Likewise.
8146 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8147 common/linux-procfs.c.
8148 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8149
44f238bb
PA
81502012-03-13 Hui Zhu <[email protected]>
8151 Pedro Alves <[email protected]>
8152
8153 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8154 CREATE_BREAKPOINT_FLAGS_INSERTED.
8155 (create_breakpoint_sal, create_breakpoints_sal)
8156 (base_breakpoint_create_breakpoints_sal)
8157 (tracepoint_create_breakpoints_sal)
8158 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8159 down.
8160 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8161 (ftrace_command, strace_command): Adjust.
8162 (create_tracepoint_from_upload): Pass
8163 CREATE_BREAKPOINT_FLAGS_INSERTED.
8164 * breakpoint.h (enum breakpoint_create_flags): New.
8165 (create_breakpoint): New flags parameter.
8166 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8167 * python/py-breakpoint.c (bppy_init): Adjust.
8168 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8169 * spu-tdep.c (spu_catch_start): Adjust.
8170
1e51243a
PA
81712012-03-13 Pedro Alves <[email protected]>
8172 Hui Zhu <[email protected]>
8173 Yao Qi <[email protected]>
8174
8175 * remote.c (struct remote_state): New field `starting_up'.
8176 (remote_start_remote): Set and clear it.
8177 (remote_can_download_tracepoint): If starting up, return false.
8178
fa3064dd
YQ
81792012-03-13 Yao Qi <[email protected]>
8180
8181 * inferior.h (struct inferior): Remove fields any_syscall_count,
8182 syscalls_counts and total_syscalls_count. Move them to new
8183 struct catch_syscall_inferior_data in breakpoint.c.
8184 * breakpoint.c: Call DEF_VEC_I(int).
8185 (struct catch_syscall_inferior_data): New.
8186 (get_catch_syscall_inferior_data): New.
8187 (catch_syscall_inferior_data_cleanup): New.
8188 (insert_catch_syscall): Update to access data in
8189 struct catch_syscall_inferior_data.
8190 (insert_catch_syscall): Likewise.
8191 (remove_catch_syscall): Likewise.
8192 (remove_catch_syscall): Likewise.
8193 (is_syscall_catchpoint_enabled): Likewise.
8194 (add_catch_command): Likewise.
8195 (_initialize_breakpoint): Register cleanup.
8196 * breakpoint.h: Removed DEF_VEC_I(int).
8197 * dwarf2loc.c: Call DEF_VEC_I(int).
8198 * mi/mi-main.c: Likewise.
8199
460fac3c
MK
82002012-03-12 Mark Kettenis <[email protected]>
8201
8202 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8203
e1aca11e
JB
82042012-03-12 Chris January <[email protected]>
8205
8206 * aix-thread.c (_initialize_aix_thread): Add prototype.
8207 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8208 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8209
649c7061
JB
82102012-03-12 Joel Brobecker <[email protected]>
8211
8212 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8213 include of "amd64-nat.h".
8214
0b49e518
TT
82152012-03-12 Tom Tromey <[email protected]>
8216
8217 * buildsym.c (record_pending_block): Now static.
8218 * buildsym.h: (record_pending_block): Remove.
8219
fd24fa94
AT
82202012-03-12 Andreas Tobler <[email protected]>
8221
8222 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8223
ba919b58
TT
82242012-03-09 Tom Tromey <[email protected]>
8225
8226 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8227 producer_is_gxx_lt_4_6>: New fields.
8228 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8229
a48e046c
TT
82302012-03-09 Tom Tromey <[email protected]>
8231
8232 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8233
6f5e9362
JB
82342012-03-08 Joel Brobecker <[email protected]>
8235
8236 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8237 prototype.
8238
8d037db9
JB
82392012-03-08 Joel Brobecker <[email protected]>
8240
8241 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8242
4e841acf
JK
82432012-03-08 Jan Kratochvil <[email protected]>
8244
8245 Fix -Wmissing-prototypes build.
8246 * arm-linux-nat.c (get_thread_id): Make it static.
8247 * xtensa-linux-nat.c (get_thread_id): Likewise.
8248
c6030312
JB
82492012-03-08 Joel Brobecker <[email protected]>
8250
8251 * server.c (process_point_options): If a conditional expression
8252 is found, only print a message if remote_debug is nonzero.
8253
52323be9
LM
82542012-03-08 Luis Machado <[email protected]>
8255
8256 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8257 of internal error for unknown/unsupported types.
8258
7fe25d9b
JK
82592012-03-08 Jan Kratochvil <[email protected]>
8260
8261 Fix CU relative vs. absolute DIE offsets.
8262 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8263 offset to offset_in_cu.
8264 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8265 TYPE_OFFSET.
8266 (dwarf2_fetch_die_location_block): Rename parameter offset to
8267 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8268
05e7c244
JK
82692012-03-08 Jan Kratochvil <[email protected]>
8270
8271 * libunwind-frame.c: Rename to ...
8272 * ia64-libunwind-tdep.c: ... here.
8273 * libunwind-frame.h: Rename to ...
8274 * ia64-libunwind-tdep.h: ... here.
8275 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8276 ia64-libunwind-tdep.h.
8277 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8278 * README (--with-libunwind): Rename to ...
8279 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8280 * config.in: Regenerate.
8281 * configure: Regenerate.
8282 * configure.ac: New option --with-libunwind-ia64, make the
8283 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8284 Remove AC_DEFINE for HAVE_LIBUNWIND.
8285 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8286 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8287 Rename libunwind-frame in the general comment.
8288 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8289 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8290 Move forward declarations inside #ifndef. Rename libunwind-frame in
8291 the general comment.
8292 * ia64-tdep.c: Rename libunwind-frame.h #include to
8293 ia64-libunwind-tdep.h.
8294 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8295 (ia64_libunwind_descr): Rename libunwind-frame to
8296 ia64-libunwind-tdep in these function comments.
8297 * ia64-tdep.h: Rename libunwind-frame.h #include to
8298 ia64-libunwind-tdep.h.
8299 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8300 ia64-libunwind-tdep in that data comment.
8301
3755cbfd
JK
83022012-03-08 Jan Kratochvil <[email protected]>
8303
8304 * libunwind-frame.h (struct frame_unwind): New declaration.
8305
d1cda5d9
JB
83062012-03-08 Joel Brobecker <[email protected]>
8307
8308 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8309 "set breakpoint condition-evaluation" command.
8310
a0ba0aa2
TG
83112012-03-08 Tristan Gingold <[email protected]>
8312
8313 * sparc-stub.c: Move to stubs/
8314 * sh-stub.c: Likewise.
8315 * m68k-stub.c: Likewise.
8316 * m32r-stub.c: Likewise.
8317 * i386-stub.c: Likewise.
8318
7b8b6d6d
AS
83192012-03-08 Andreas Schwab <[email protected]>
8320
007cafee
AS
8321 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8322 linux_get_siginfo_type.
8323
7b8b6d6d
AS
8324 * m68klinux-nat.c: Include "gdb_proc_service.h".
8325 (PTRACE_GET_THREAD_AREA): Define.
8326 (ps_get_thread_area): New function.
8327
bba74b36
YQ
83282012-03-08 Yao Qi <[email protected]>
8329
8330 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8331 `xsnprintf'.
8332 (remote_query_attached): Likewise.
8333 (remote_static_tracepoint_marker_at): Likewise.
8334 (remote_set_permissions): Likewise.
8335 (remote_detach_1, extended_remote_attach_1): Likewise.
8336 (send_g_packet, remote_vkill): Likewise.
8337 (extended_remote_disable_randomization): Likewise.
8338 (remote_add_target_side_condition): Likewise.
8339 (remote_insert_breakpoint): Likewise.
8340 (remote_remove_breakpoint): Likewise.
8341 (remote_insert_watchpoint): Likewise.
8342 (remote_remove_watchpoint): Likewise.
8343 (remote_insert_hw_breakpoint): Likewise.
8344 (remote_insert_hw_breakpoint): Likewise.
8345 (remote_remove_hw_breakpoint): Likewise.
8346 (remote_download_command_source): Likewise.
8347 (remote_download_tracepoint): Likewise.
8348 (remote_download_trace_state_variable): Likewise.
8349 (remote_disable_tracepoint): Likewise.
8350 (remote_trace_set_readonly_regions): Likewise.
8351 (remote_get_tracepoint_status): Likewise.
8352 (remote_trace_find): Likewise.
8353 (remote_get_trace_state_variable_value): Likewise.
8354 (remote_set_disconnected_tracing): Likewise.
8355 (remote_set_circular_trace_buffer): Likewise.
8356 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8357 (remote_use_agent): Likewise.
8358 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8359 Update callers.
8360
9b224c5e
PA
83612012-03-07 Pedro Alves <[email protected]>
8362
8363 * NEWS: Mention QProgramSignals.
8364 * inferior.h (update_signals_program_target): Declare.
8365 * infrun.c: (update_signals_program_target): New.
8366 (handle_command): Update the target of the new program signals
8367 array changes.
8368 * remote.c (PACKET_QProgramSignals): New enum.
8369 (last_program_signals_packet): New global.
8370 (remote_program_signals): New.
8371 (remote_start_remote): Update the target with the program signals
8372 list.
8373 (remote_protocol_features): Add entry for QPassSignals.
8374 (remote_open_1): Free anc clear last_program_signals_packet.
8375 (init_remote_ops): Install remote_program_signals.
8376 * target.c (update_current_target): Adjust.
8377 (target_program_signals): New.
8378 * target.h (struct target_ops) <to_program_signals>: New field.
8379 (target_program_signals): Declare.
8380
74c48cbb
PA
83812012-03-07 Pedro Alves <[email protected]>
8382
8383 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8384 extensions.
8385
0c13fc49
AS
83862012-03-07 Andreas Schwab <[email protected]>
8387
8388 * m68klinux-nat.c (getregs_supplies): Make static.
8389 (getfpregs_supplies): Likewise.
8390 (have_ptrace_getregs): Likewise.
8391
1281d2a3
JB
83922012-03-06 Joel Brobecker <[email protected]>
8393
8394 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8395 in call to get_die_type_at_offset.
8396
2b03b41d
SS
83972012-03-06 Stan Shebs <[email protected]>
8398
8399 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8400 * mi/mi-cmd-disas.c: Ditto.
8401 * mi/mi-cmd-env.c: Ditto.
8402 * mi/mi-cmd-file.c: Ditto.
8403 * mi/mi-cmd-stack.c: Ditto.
8404 * mi/mi-cmd-target.c: Ditto.
8405 * mi/mi-cmd-var.c: Ditto.
8406 * mi/mi-cmds.c: Ditto.
8407 * mi/mi-cmds.h: Ditto.
8408 * mi/mi-console.c: Ditto.
8409 * mi/mi-getopt.c: Ditto.
8410 * mi/mi-getopt.h: Ditto.
8411 * mi/mi-interp.c: Ditto.
8412 * mi/mi-main.c: Ditto.
8413 * mi/mi-out.c: Ditto.
8414 * mi/mi-parse.c: Ditto.
8415 * mi/mi-parse.h: Ditto.
8416 * mi/mi-symbol-cmds.c: Ditto.
8417
8418 * mi/mi-getopt.h: Move mi_opt struct up.
8419 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8420 return.
8421 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8422
c988ad87
TT
84232012-03-06 Tom Tromey <[email protected]>
8424
8425 * proc-service.c (ps_pglobal_lookup): Set the current program
8426 space.
8427
1b7c1b10
PA
84282012-03-06 Pedro Alves <[email protected]>
8429
8430 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8431
3c182069
JB
84322012-03-05 Joel Brobecker <[email protected]>
8433
8434 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8435
2e794194
JK
84362012-03-05 Jan Kratochvil <[email protected]>
8437
8438 Code cleanup.
8439 * common/linux-osdata.c (linux_common_core_of_thread): New function
8440 comment.
8441 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8442 call by linux_common_core_of_thread.
8443 (linux_nat_core_of_thread_1): Remove.
8444 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8445 * linux-thread-db.c: Include linux-osdata.h.
8446 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8447 linux_common_core_of_thread.
8448
9f9f1f31
TT
84492012-03-05 Tom Tromey <[email protected]>
8450
8451 * value.c (value_primitive_field): Don't fetch contents for
8452 non-virtual bases.
8453
b7b189f3
TT
84542012-03-05 Tom Tromey <[email protected]>
8455
8456 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8457
05b8a789 84582012-03-05 Andreas Arnez <[email protected]>
5538f557 8459
5538f557
JB
8460 * s390-nat.c: Include "gregset.h".
8461
75528772
JK
84622012-03-05 Jan Kratochvil <[email protected]>
8463
8464 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8465 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8466 (libunwind_load): New variable so_error, use it for dlerror. Try to
8467 load also LIBUNWIND_SO_7.
8468
275418ae
PA
84692012-03-05 Pedro Alves <[email protected]>
8470
8471 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8472 is not NULL, and remove resulting dead code.
8473
5cbb9812
TS
84742012-03-05 Thomas Schwinge <[email protected]>
8475
8476 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8477 prologue to sh_analyze_prologue.
8478 (sh_analyze_prologue): Make better use of such an upper limit, and
8479 generally be more cautious about accessing memory.
8480
541515ad
TT
84812012-03-05 Tom Tromey <[email protected]>
8482
8483 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8484 _initialize_ia64_hpux_tdep.
8485
b4d36fb8
PA
84862012-03-05 Pedro Alves <[email protected]>
8487
24490249
PA
8488 PR gdb/13766
8489
b4d36fb8
PA
8490 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8491 the register state is clear, supply explicit zero, instead of
8492 marking the register unavailable.
8493
60c9a3c0
TG
84942012-03-05 Tristan Gingold <[email protected]>
8495
8496 * NEWS: Mention OpenVMS ia64 new target.
8497
696759ad
TG
84982012-03-05 Tristan Gingold <[email protected]>
8499
8500 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8501 (ia64_unw_accessors, ia64_unw_rse_accessors)
8502 (ia64_libunwind_descr): Declare.
8503 * ia64-vms-tdep.c: New file.
8504 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8505 (ia64_libunwind_descr): Make them public.
8506 * configure.tgt: Add ia64-*-*vms*.
8507 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8508 (ALLDEPFILES): Add ia64-vms-tdep.c
8509
34864976
TG
85102012-03-05 Tristan Gingold <[email protected]>
8511
169081d0
TG
8512 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8513 * remote.c (PACKET_qXfer_uib): New enum value.
8514 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8515 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8516 (_initialize_remote): Call add_packet_config_cmd for
8517 xfer:uib packet.
8518
85192012-03-05 Tristan Gingold <[email protected]>
8520
8521 * osabi.c (gdb_osabi_names): Add OpenVMS.
8522 (generic_elf_osabi_sniffer): Likewise.
8523 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 8524
6597b100
JK
85252012-03-04 Jan Kratochvil <[email protected]>
8526
8527 Removed unused code.
8528 * libunwind-frame.c (libunwind_frame_unwind)
8529 (libunwind_frame_base_address): Remove.
8530 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8531
87399aa1
YQ
85322012-03-04 Yao Qi <[email protected]>
8533
8534 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8535 remove trailing new line.
8536 (agent_run_command, agent_run_command): Add _ markup.
8537 (agent_capability_check): Likewise.
8538
abf1152a
JK
85392012-03-03 Jan Kratochvil <[email protected]>
8540
8541 * breakpoint.c (set_condition_evaluation_mode): Set
8542 CONDITION_EVALUATION_MODE unconditionally.
8543
5808517f
YQ
85442012-03-03 Yao Qi <[email protected]>
8545
8546 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8547 * common/agent.h: Update declaration.
8548 * inf-child.c (inf_child_use_agent): New.
8549 (inf_child_can_use_agent): New.
8550 (inf_child_target): Initialize fields `to_use_agent'
8551 and `to_can_use_agent'.
8552 * agent.c (agent_new_objfile): New.
89b7509a 8553 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
8554 observer.
8555
8556 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8557 New.
89b7509a 8558 (linux_target_install_ops): Initialize field
5808517f
YQ
8559 `to_static_tracepoint_markers_by_strid'.
8560 * remote.c (free_current_marker): Move it to ...
8561 * tracepoint.c (free_current_marker): ... here. New.
8562 (cleanup_target_stop): New.
8563 * tracepoint.h: Declare free_current_marker.
8564 * NEWS: Add one entry about `info static-tracepoint-marker'.
8565
58b4daa5
YQ
85662012-03-03 Yao Qi <[email protected]>
8567
8568 * common/agent.c (agent_loaded_p): New.
89b7509a 8569 (agent_look_up_symbols): New global.
58b4daa5
YQ
8570 * common/agent.h: Declare agent_loaded_p.
8571
8ffcbaaf
YQ
85722012-03-03 Yao Qi <[email protected]>
8573
8574 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8575 (agent_capability_check, agent_capability_invalidate): New.
8576 (symbol_list): New array element.
8577 * common/agent.h (enum agent_capa): New.
8578 * target.c (target_pre_inferior): Call agent_capability_invalidate.
8579
d1feda86
YQ
85802012-03-03 Yao Qi <[email protected]>
8581
8582 * target.h (struct target_ops) <to_use_agent>: New field.
8583 (struct target_ops) <to_can_use_agent>: New field.
8584 (target_use_agent, target_can_use_agent): New macro.
8585 * target.c (update_current_target): Update.
8586 * remote.c: New enum `PACKET_QAgent'.
8587 (remote_protocol_features): Add a new element.
8588 (remote_use_agent, remote_can_use_agent): New.
8589 (init_remote_ops): Initialize field `can_use_agent' with
8590 remote_can_use_agent. Intiailize field `use_agent' with
8591 remote_use_agent.
8592 * common/agent.c (use_agent): New global.
8593 * common/agent.h: Declare it.
8594 * tracepoint.c (info_static_tracepoint_markers_command): Add
8595 comment.
8596 * Makefile.in (SFILES): Add common/agent.c and agent.c.
8597 (COMMON_OBS): Add common/agent.o and agent.o
8598 (common-agent.o): New rule.
8599 * agent.c: New.
8600
2fa291ac
YQ
86012012-03-03 Yao Qi <[email protected]>
8602
8603 * common/agent.c: New.
8604 * common/agent.h: New.
8605 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8606 AC_CHECK_HEADERS.
8607 * configure, configh.in: Regenerated.
8608
9fc05685
KB
86092012-03-02 Kevin Buettner <[email protected]>
8610
8611 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8612 unless it exists for this architecture.
8613
a5ee536b
JB
86142012-03-02 Joel Brobecker <[email protected]>
8615
8616 * language.h (struct language_defn): New "method" la_read_var_value.
8617 * findvar.c: #include "language.h".
8618 (default_read_var_value): Renames read_var_value. Rewrite
8619 function description.
8620 (read_var_value): New function.
8621 * value.h (default_read_var_value): Add prototype.
8622 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8623 New functions.
8624 (ada_language_defn): Add entry for la_read_var_value.
8625 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8626 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8627 language_defn structures to add entry for new la_read_var_value
8628 field.
8629
f59f708a
PA
86302012-03-02 Tom Tromey <[email protected]>
8631 Pedro Alves <[email protected]>
8632
8633 PR breakpoints/13776:
8634 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8635 breakpoints.
8636 (delete_longjmp_breakpoint_at_next_stop): New.
8637 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8638 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8639 before deleting the inferior. Add comments.
8640 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8641 breakpoints immediately, but only on next stop. Move that code
8642 next to where we mark other breakpoints for deletion.
8643
44099a67
JB
86442012-03-02 Joel Brobecker <[email protected]>
8645
8646 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8647 marker.
8648 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8649 violation.
8650
2a2ef594
PA
86512012-03-02 Pedro Alves <[email protected]>
8652
8653 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8654
b261e0c5
UW
86552012-03-02 Ulrich Weigand <[email protected]>
8656
8657 Fix -Wmissing-prototypes build.
8658 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8659 * remote-sim.c (gdbsim_has_all_memory): Likewise.
8660 (gdbsim_has_memory): Likewise.
8661
a95babbf
YQ
86622012-03-02 Yao Qi <[email protected]>
8663
8664 Fix -Wmissing-prototypes build.
8665 * charset.c (phony_iconv_open): Make static.
8666 (phony_iconv_close, phony_iconv): Likewise.
8667 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8668 * i386-windows-nat.c (_initialize_i386_windows_nat): New
8669 prototype.
8670 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8671 * ser-mingw.c (create_select_thread): Make static.
8672 * windows-termcap.c (tgetent): New prototype.
8673 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8674
d603d4b3
JK
86752012-03-02 Zhang Yuanhui <[email protected]>
8676
8677 Fix -Wmissing-prototypes build.
8678 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8679 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8680 (_initialize_loadable): New prototypes.
8681
7fb3ad1f
DE
86822012-03-02 Doug Evans <[email protected]>
8683
8684 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8685 abbrev table, read_comp_unit will do it.
8686
693be288
JK
86872012-03-02 Jan Kratochvil <[email protected]>
8688
8689 Fix -Wmissing-prototypes build.
8690 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8691 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8692 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8693 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8694 (_initialize_arm_symbian_tdep): New prototype.
8695 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8696 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8697 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8698 static.
8699 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8700 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8701 prototype.
8702 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8703 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8704 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8705 static.
8706 * moxie-tdep.c (moxie_process_record): Likewise.
8707 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8708 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8709 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8710 (_initialize_rl78_tdep): New prototype.
8711 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8712 (_initialize_rx_tdep): New prototype.
8713 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8714 (_initialize_darwin_solib): New prototype.
8715 * solib-spu.c: Include solib-spu.h.
8716 (_initialize_spu_solib): New prototype.
8717 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8718 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8719 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8720 (tic6x_software_single_step): Make it static.
8721 (_initialize_tic6x_tdep): New prototype.
8722
638234e5
JK
87232012-03-02 Jan Kratochvil <[email protected]>
8724
8725 Fix -Wmissing-prototypes build.
8726 * cris-tdep.c (cris_can_use_hardware_watchpoint)
8727 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8728
f4a6f16d
JK
87292012-03-01 Jan Kratochvil <[email protected]>
8730
8731 Fix -Wmissing-prototypes build.
8732 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8733 (frv_have_stopped_data_address): Remove.
8734
04dcf5fa
JK
87352012-03-01 Jan Kratochvil <[email protected]>
8736
8737 Fix -Wmissing-prototypes build.
8738 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8739 * sh-tdep.c: Include sh64-tdep.h.
8740 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8741 * sh64-tdep.c: Include sh64-tdep.h.
8742 * sh64-tdep.h: New file.
8743
19080931
MR
87442012-03-01 Maciej W. Rozycki <[email protected]>
8745
8746 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8747
9aac7884
MR
87482012-03-01 Maciej W. Rozycki <[email protected]>
8749
8750 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8751 sp_regnum once the gdbarch_init_osabi hook has been called.
8752
a385295e
MR
87532012-03-01 Maciej W. Rozycki <[email protected]>
8754
8755 * mips-tdep.c (mips32_bc1_pc): New function.
8756 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8757 BPOSGE32 and BPOSGE64 instructions.
8758 (deal_with_atomic_sequence): Likewise.
8759 (mips32_instruction_has_delay_slot): Likewise.
8760
1faeff08 87612012-03-01 Maciej W. Rozycki <[email protected]>
a09130f9
PA
8762 Chris Dearman <[email protected]>
8763 Maciej W. Rozycki <[email protected]>
8764 Joseph Myers <[email protected]>
1faeff08
MR
8765
8766 * features/mips-dsp.xml: New file.
8767 * features/mips64-dsp.xml: New file.
8768 * features/mips-dsp-linux.xml: New file.
8769 * features/mips64-dsp-linux.xml: New file.
8770 * features/Makefile (WHICH): Add mips-dsp-linux and
8771 mips64-dsp-linux.
8772 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8773 * features/mips-dsp-linux.c: New file.
8774 * features/mips64-dsp-linux.c: New file.
8775 * regformats/mips-dsp-linux.dat: New file.
8776 * regformats/mips64-dsp-linux.dat: New file.
8777 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8778 registers.
8779 (mips64_linux_register_addr): Likewise.
8780 (mips64_linux_regsets_fetch_registers): Likewise.
8781 (mips64_linux_regsets_store_registers): Likewise.
8782 (mips64_linux_fetch_registers): Update call to
8783 mips64_linux_regsets_fetch_registers.
8784 (mips64_linux_store_registers): Update call to
8785 mips64_linux_regsets_store_registers.
8786 (mips_linux_read_description): Probe for DSP registers.
8787 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8788 and initialize_tdesc_mips64_dsp_linux.
8789 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8790 Remove padding of no longer used embedded register slots.
8791 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8792 (MIPS_RESTART_REGNUM): Redefine enum value.
8793 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8794 strings.
8795 (mips_tx39_reg_names): Likewise.
8796 (mips_linux_reg_names): New array of register names for Linux
8797 targets.
8798 (mips_register_name): Check for a null pointer in
8799 mips_processor_reg_names and return an empty string.
8800 (mips_register_type): Exclude embedded registers for the IRIX
8801 and Linux ABIs.
8802 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
8803 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
8804 DSP registers.
8805 (mips_stab_reg_to_regnum): Handle DSP accumulators.
8806 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8807 (mips_gdbarch_init): Likewise. Initialize internal register
8808 indices for the Linux ABI. Use dynamic numbers to refer to
8809 registers, as applicable, while parsing the target description.
8810 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8811
263689d8
JB
88122012-03-01 Joel Brobecker <[email protected]>
8813
8814 * frame.h (read_frame_register_unsigned): Fix typo in function
8815 description.
8816
f3b4f45c
PA
88172012-03-01 Pedro Alves <[email protected]>
8818
8819 * jit-reader.in [!__cplusplus]
8820 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8821
b03a2011
PA
88222012-03-01 Pedro Alves <[email protected]>
8823
8824 * configure.ac (build_warnings): Add -Wmissing-prototypes.
8825 * configure: Regenerate.
8826
70221824
PA
88272012-03-01 Pedro Alves <[email protected]>
8828
8829 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8830 * breakpoint.c (create_exception_master_breakpoint, trace_command)
8831 (ftrace_command, strace_command): Make static.
8832 * d-lang.c (_initialize_d_language): Declare.
8833 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8834 * dwarf2loc.c (_initialize_dwarf2loc):
8835 * dwarf2read.c (process_psymtab_comp_unit): Make static.
8836 * exec.c (exec_get_section_table): Make static.
8837 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8838 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8839 * inferior.c (remove_inferior_command, add_inferior_command)
8840 (clone_inferior_command): Make static.
8841 * linux-nat.c (linux_nat_thread_address_space)
8842 (linux_nat_core_of_thread): Make static.
8843 * linux-tdep.c (_initialize_linux_tdep): Declare.
8844 * objc-lang.c (_initialize_objc_lang): Declare.
8845 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8846 Make static.
8847 (_initialize_opencl_language): Declare.
8848 * record.c (_initialize_record): Declare.
8849 * remote.c (demand_private_info, remote_get_tib_address)
8850 (remote_supports_cond_tracepoints)
8851 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8852 Make static.
8853 * skip.c (_initialize_step_skip): Declare.
8854 * symtab.c (skip_prologue_using_lineinfo): Make static.
8855 * tracepoint.c (delete_trace_state_variable)
8856 (trace_variable_command, delete_trace_variable_command)
8857 (get_uploaded_tsv, find_matching_tracepoint_location)
8858 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8859 Make static.
8860 * value.c (pack_unsigned_long): Make static.
8861 * varobj.c (varobj_ensure_python_env): Make static.
8862 * windows-tdep.c (_initialize_windows_tdep): Declare.
8863 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8864
33fbcbee
PA
88652012-03-01 Pedro Alves <[email protected]>
8866
8867 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
8868 gdbarch parameter.
8869 (linux_init_abi): Install it as has_shared_address_space gdbarch
8870 callback.
8871
44d0cd3b
PA
88722012-03-01 Pedro Alves <[email protected]>
8873
8874 * observer.c (observer_test_first_notification_function)
8875 (observer_test_second_notification_function)
8876 (observer_test_third_notification_function): Add declarations.
8877
ed01b82c
PA
88782012-03-01 Pedro Alves <[email protected]>
8879
8880 * common/signals.c (default_target_signal_to_host)
8881 (default_target_signal_from_host): Move ...
8882 * arch-utils.c: ... here.
8883 * arch-utils.h (default_target_signal_to_host)
8884 (default_target_signal_from_host): Declare.
8885
8886 * common/signals.c (target_signal_from_command): Move ...
8887 * infrun.c: ... here.
8888 * inferior.h (target_signal_from_command): Declare.
8889 * target.h (target_signal_from_command)
8890 (default_target_signal_from_host, default_target_signal_to_host):
8891 Delete declarations.
8892
8893 * common/signals.c (_initialize_signals): Delete.
8894
c9b87335
PA
88952012-03-01 Pedro Alves <[email protected]>
8896
8897 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8898 both __cplusplus and !__cplusplus.
8899
9340a6c0
PA
89002012-03-01 Pedro Alves <[email protected]>
8901
8902 * psymtab.c (find_and_open_source): Delete declaration.
8903 * source.c (find_and_open_source): Move comment ...
8904 * source.h (find_and_open_source): ... to this new declaration.
8905
e451c4a1
PA
89062012-03-01 Pedro Alves <[email protected]>
8907
8908 * inline-frame.c: Include inline-frame.h.
8909
983fb104
PA
89102012-03-01 Pedro Alves <[email protected]>
8911
8912 * tui/tui-data.c (set_gen_win_origin): Delete.
8913 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8914 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8915
5fbce5df
PA
89162012-03-01 Pedro Alves <[email protected]>
8917
8918 * remote.c (encode_actions): Delete declaration.
8919 * tracepoint.c (encode_actions): Make extern.
8920 * tracepoint.h (encode_actions): Declare.
8921
49a8461d
PA
89222012-03-01 Pedro Alves <[email protected]>
8923
8924 * python/py-breakpoint.c: Include python.h.
8925 * python/py-continueevent.c (create_continue_event_object): Make
8926 static.
8927 * python/py-lazy-string.c (stpy_get_type): Make static.
8928 * python/py-newobjfileevent.c (create_new_objfile_event_object):
8929 Make static.
8930 * python/py-utils.c (unicode_to_target_python_string): Make
8931 static.
8932 * python/py-value.c: Include python.h.
8933
9079102f
PA
89342012-03-01 Pedro Alves <[email protected]>
8935
8936 * inferior.c (delete_threads_of_inferior): Delete.
8937
a298c5e8
PA
89382012-03-01 Pedro Alves <[email protected]>
8939
8940 Import fallback definitions from glibc.
8941
8942 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8943 ps_prochandle): Forward declare.
8944 (ps_err_e): Use glibc's comments.
8945 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8946 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8947 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8948 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8949 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8950 (struct ps_prochandle): Adjust comment.
8951
e3084549
PA
89522012-03-01 Pedro Alves <[email protected]>
8953
8954 * ada-lang.c (ada_modulus_from_name): Delete.
8955 * ada-lex.l (lexer_init): Make static.
8956
ad5f7d6e
PA
89572012-03-01 Pedro Alves <[email protected]>
8958
8959 PR gdb/13767
8960
8961 * frame.c (read_frame_register_unsigned): New.
8962 * frame.h (read_frame_register_unsigned): Declare.
8963 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8964 Handle it.
8965 (print_i387_control_word): New parameter `control_p'. Handle it.
8966 (i387_print_float_info): Handle unavailable float registers.
8967
e0a4d108
KS
89682012-03-01 Keith Seitz <[email protected]>
8969
8970 * linespec.c (decode_line_2): Sort the list of methods
8971 alphabetically before presenting the user with a selection
8972 menu.
8973
122d1940
DE
89742012-03-01 Doug Evans <[email protected]>
8975
8976 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8977 has_namespace_info.
8978 (dwarf2_read_abbrevs): Remove corresponding initialization.
8979
7d74f244
DE
89802012-03-01 Scott J. Goldman <[email protected]>
8981
8982 * NEWS: Mention new python command class gdb.COMMAND_USER.
8983 * cli/cli-cmds.c (show_user): Print error when used on a python
8984 command.
8985 (init_cli_cmds): Update documentation strings for "show user" and
8986 "set/show max-user-call-depth" to clarify that it does not apply to
8987 python commands.
8988 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8989 error check.
8990 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8991 gdb python api.
8992 * top.c (execute_command): Only execute a user-defined command as a
8993 legacy macro if c->user_commands is set.
8994
e88acd96
TT
89952012-03-01 Tom Tromey <[email protected]>
8996
8997 * valprint.h (struct generic_val_print_decorations): New.
8998 (generic_val_print): Declare.
8999 * valprint.c (generic_val_print): New function.
9000 * p-valprint.c (p_decorations): New global.
9001 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9002 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9003 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9004 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9005 * m2-valprint.c (m2_decorations): New global.
9006 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9007 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9008 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9009 TYPE_CODE_ERROR>: Call generic_val_print.
9010 * f-valprint.c (f_decorations): New global.
9011 (f_val_print): Use print_function_pointer_address.
9012 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9013 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9014 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9015 generic_val_print.
9016 * c-valprint.c (c_decorations): New global.
9017 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9018 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9019 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9020 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9021 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9022 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9023 case.
9024
d3eab38a
TT
90252012-03-01 Tom Tromey <[email protected]>
9026
9027 * valprint.c (val_print): Update.
9028 * p-valprint (pascal_val_print): Return void.
9029 * p-lang.h (pascal_val_print): Return void.
9030 * m2-valprint.c (m2_val_print): Return void.
9031 * m2-lang.h (m2_val_print): Return void.
9032 * language.h (struct language_defn) <la_val_print>: Return void.
9033 * language.c (unk_lang_val_print): Return void.
9034 * jv-valprint.c (java_val_print): Return void.
9035 * jv-lang.h (java_val_print): Return void.
9036 * f-valprint.c (f_val_print): Return void.
9037 * f-lang.h (f_val_print): Return void.
9038 * d-valprint.c (d_val_print): Return void.
9039 (dynamic_array_type): Update.
9040 * d-lang.h (d_val_print): Return void.
9041 * c-valprint.c (c_val_print): Return void.
9042 * c-lang.h (c_val_print): Return void.
9043 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9044 void.
9045 * ada-lang.h (ada_val_print): Return void.
9046
35c0084b
TT
90472012-03-01 Tom Tromey <[email protected]>
9048
9049 * value.h (val_print): Return void.
9050 * valprint.c (val_print): Return void.
9051
a1f5dd1b
TT
90522012-03-01 Tom Tromey <[email protected]>
9053
9054 * value.h (common_val_print): Return void.
9055 * valprint.c (common_val_print): Return void.
9056
8e069a98
TT
90572012-03-01 Tom Tromey <[email protected]>
9058
9059 * value.h (value_print): Return void.
9060 * valprint.c (value_print): Return void.
9061 * p-valprint.c (pascal_value_print): Return void.
9062 * p-lang.h (pascal_value_print): Return void.
9063 * language.h (struct language_defn) <la_value_print>: Return
9064 void.
9065 * language.c (unk_lang_value_print): Return void.
9066 * jv-valprint.c (java_value_print): Return void.
9067 * jv-lang.h (java_value_print): Return void.
9068 * f-valprint.c (c_value_print): Don't declare.
9069 Include c-lang.h.
9070 * c-valprint.c (c_value_print): Return void.
9071 * c-lang.h (c_value_print): Return void.
9072 * ada-valprint.c (ada_value_print): Return void.
9073 * ada-lang.h (ada_value_print): Return void.
9074
be335936
TT
90752012-03-01 Tom Tromey <[email protected]>
9076
9077 * value.c (value_primitive_field): Handle virtual base classes.
9078
b0db66a7
TT
90792012-03-01 Tom Tromey <[email protected]>
9080
9081 * gdbtypes.h (struct vbase): Remove.
9082
132c57b4
TT
90832012-03-01 Tom Tromey <[email protected]>
9084
9085 * c-valprint.c (print_function_pointer_address): Move...
9086 * valprint.c: ... here. Make non-static.
9087 * m2-valprint.c (print_function_pointer_address): Remove.
9088 * valprint.h (print_function_pointer_address): Declare.
9089
e41eec66
JB
90902012-03-01 Joel Brobecker <[email protected]>
9091
9092 * NEWS: Document the fact that one can provide a condition when
9093 creating an Ada exception catchpoint.
9094
19c37f24
TT
90952012-03-01 Tom Tromey <[email protected]>
9096
9097 * valprint.c (val_print_type_code_flags): Fix placement of
9098 trailing brace.
9099
f0fed3a3
JB
91002012-03-01 Joel Brobecker <[email protected]>
9101
9102 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9103 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9104 environment variable before calling update-copyright.
9105
8ba85d85
JB
91062012-03-01 Joel Brobecker <[email protected]>
9107
9108 * gnulib/extra/update-copyright: Update to the latest from
9109 gnulib's git repository.
9110 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9111 variable to 2 instead of 1.
9112
8219b1e8
JB
91132012-02-29 Joel Brobecker <[email protected]>
9114
9115 * varobj.c (c_value_of_variable): Remove dead code.
9116
718cb7da
JB
91172012-02-29 Joel Brobecker <[email protected]>
9118
9119 * ada-lex.p (processId): Do not modify already encoded IDs.
9120 Update function documentation.
9121
739593e0
JB
91222012-02-29 Joel Brobecker <[email protected]>
9123
9124 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9125 "name" with "struct symbol *name_sym".
9126 * ada-exp.y (write_var_or_type): Update call to
9127 ada_find_renaming_symbol.
9128 "name" with "struct symbol *name_sym". Adjust Implementation
9129 accordingly. Adjust the function documentation.
9130
852dff6c
JB
91312012-02-29 Joel Brobecker <[email protected]>
9132
9133 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9134 * ada-lang.c (ada_find_any_type): Add advance declaration.
9135 Make static. Replace ada_find_any_symbol by
9136 ada_find_any_type_symbol.
9137 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9138 Improve function description. Make static.
9139 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9140 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9141
1b611343
JB
91422012-02-29 Joel Brobecker <[email protected]>
9143
9144 * ada-lang.c (struct tag_args): Delete.
9145 (ada_get_tsd_type): Function body moved up in source file.
9146 (ada_tag_name_1, ada_tag_name_2): Delete.
9147 (ada_get_tsd_from_tag): New function.
9148 (ada_tag_name_from_tsd): New function.
9149 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9150 to determine the tag name.
9151
41246937
JB
91522012-02-29 Joel Brobecker <[email protected]>
9153
9154 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9155 declaration.
9156 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9157 function.
9158
ffde82bf
JB
91592012-02-29 Joel Brobecker <[email protected]>
9160
9161 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9162
2ad01556
JB
91632012-02-29 Joel Brobecker <[email protected]>
9164
9165 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9166 full searches.
9167
99b1c762
JB
91682012-02-29 Joel Brobecker <[email protected]>
9169
9170 * ada-lang.c (constrained_packed_array_type): If there is a
9171 parallel XA type, use it to determine the array index type.
9172
2d4a02ee
JB
91732012-02-29 Joel Brobecker <[email protected]>
9174
9175 * ada-valprint.c (ada_val_print_1): If our value is a reference
9176 to an array descriptor, dereference it before converting it
9177 to a simple array.
9178
c48db5ca
JB
91792012-02-29 Joel Brobecker <[email protected]>
9180
9181 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9182 creating fixed value.
9183 (ada_value_ind, ada_coerce_ref, assign_component)
9184 (ada_evaluate_subexp): Remove call to unwrap_value before
9185 call to ada_to_fixed_value.
9186
2e6fda7d
JB
91872012-02-29 Joel Brobecker <[email protected]>
9188
9189 * ada-lang.c (to_fixed_array_type): Set result's type name.
9190
5845583d
JB
91912012-02-29 Joel Brobecker <[email protected]>
9192
9193 * ada-lang.c (catch_ada_exception_command_split): Add new
9194 argument cond_string. Add support for condition at end of
9195 "catch exception" commands.
9196 (ada_decode_exception_location): Add new argument cond_string.
9197 Update call to catch_ada_exception_command_split.
9198 (create_ada_exception_catchpoint): Add new argument cond_string.
9199 Set the breakpoint condition if needed.
9200 (catch_ada_exception_command): Update call to
9201 ada_decode_exception_location.
9202 (ada_decode_assert_location): Add function documentation.
9203 Add support for condition at end of "catch assert" command.
9204 (catch_assert_command): Update calls to ada_decode_assert_location
9205 and create_ada_exception_catchpoint.
9206
9a7f938f
JK
92072012-02-29 Jan Kratochvil <[email protected]>
9208
9209 Fix disp-step-syscall.exp: fork: single step over fork.
9210 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9211 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9212 comment, change parameters gdbarch and ptid to regcache. Remove
9213 parameter regcache, initialize gdbarch from regcache here.
9214 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9215 New functions.
9216 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9217 instead.
9218 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9219 'syscall'. Make the 'int' check more strict.
9220
ffdf6de5
JK
92212012-02-29 Jan Kratochvil <[email protected]>
9222
9223 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9224 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9225 (i386_linux_intx80_sysenter_syscall_record): ... here.
9226 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9227 Use the renamed function name.
9228
c70a6932
JK
92292012-02-29 Jan Kratochvil <[email protected]>
9230
9231 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9232 * breakpoint.c (until_break_command): Likewise.
9233 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9234 * infcall.c (call_function_by_hand): Likewise.
9235 * infcmd.c (finish_forward): Likewise.
9236 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9237
05b8a789 92382012-02-28 Tristan Gingold <[email protected]>
d4cd3da9 9239
d4cd3da9
JB
9240 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9241 avoid variable assignments inside condition.
9242
6425366c
JK
92432012-02-28 Jan Kratochvil <[email protected]>
9244
9245 Fix static analysis issue found by cppcheck.
9246 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9247 uninitialized BUF for size 2.
9248
c8cef75f 92492012-02-27 Chris Dearman <[email protected]>
a09130f9
PA
9250 Nathan Froyd <[email protected]>
9251 Maciej W. Rozycki <[email protected]>
c8cef75f
MR
9252
9253 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9254 (mips16_instruction_has_delay_slot): Likewise.
9255 (mips_segment_boundary): Likewise.
9256 (mips_adjust_breakpoint_address): Likewise.
9257 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9258
473347ad 92592012-02-27 Maciej W. Rozycki <[email protected]>
a09130f9 9260 Maciej W. Rozycki <[email protected]>
473347ad
MR
9261
9262 * infrun.c (handle_inferior_event): Don't proceed through
9263 shared library trampolines if stepping at the machine
9264 instruction level.
9265
cf233303
MR
92662012-02-27 Maciej W. Rozycki <[email protected]>
9267
9268 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9269 too.
9270
cb2cf4ce
TS
92712012-02-27 Thomas Schwinge <[email protected]>
9272
9273 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9274 (sh_stub_unwind_sniffer): New functions.
9275 (sh_stub_unwind): New variable.
9276 (sh_gdbarch_init): Wire everything.
9277
644cebc9
PA
92782012-02-27 Pedro Alves <[email protected]>
9279
9280 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9281 (linux_nat_post_attach_wait): Adjust to use
9282 linux_proc_pid_is_stopped.
9283 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9284 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9285 based on pid_is_stopped from both linux-nat.c and
9286 gdbserver/linux-low.c, and renamed.
9287
283002cf
MR
92882012-02-24 Maciej W. Rozycki <[email protected]>
9289
9290 * remote.c (remote_watchpoint_addr_within_range): New function.
9291 (init_remote_ops): Use it.
9292
9b3e86b1
MR
92932012-02-24 Maciej W. Rozycki <[email protected]>
9294
9295 * target.h (target_watchpoint_addr_within_range): Document macro.
9296
e36930bb
PA
92972012-02-24 Pedro Alves <[email protected]>
9298
9299 * stack.c (set_last_displayed_sal): Issue internal_error instead
9300 of warning, and issue it after clearing the last displayed sal.
9301
883bc8d1
PA
93022012-02-24 Jan Kratochvil <[email protected]>
9303 Pedro Alves <[email protected]>
9304
9305 * breakpoint.c (until_break_command): Install breakpoints after
9306 all frame manipulations.
9307
b775012e
LM
93082012-02-24 Luis Machado <[email protected]>
9309
9310 * remote.c (remote_supports_cond_breakpoints): New forward
9311 declaration.
9312 (remote_add_target_side_condition): New function.
9313 (remote_insert_breakpoint): Add target-side breakpoint
9314 conditional if supported.
9315 (remote_insert_hw_breakpoint): Likewise.
9316 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9317 hook.
9318
9319 * target.c (update_current_target): Inherit
9320 to_supports_evaluation_of_breakpoint_conditions.
9321 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9322
9323 * target.h (struct target_ops)
9324 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9325 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9326
9327 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9328 (condition_evaluation_both, condition_evaluation_auto,
9329 condition_evaluation_host, condition_evaluation_target,
9330 condition_evaluation_enums, condition_evaluation_mode_1,
9331 condition_evaluation_mode): New static globals.
9332 (translate_condition_evaluation_mode): New function.
9333 (breakpoint_condition_evaluation_mode): New function.
9334 (gdb_evaluates_breakpoint_condition_p): New function.
9335 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9336 (mark_breakpoint_modified): New function.
9337 (mark_breakpoint_location_modified): New function.
9338 (set_condition_evaluation_mode): New function.
9339 (show_condition_evaluation_mode): New function.
9340 (bp_location_compare_addrs): New function.
9341 (get_first_location_gte_addr): New helper function.
9342 (set_breakpoint_condition): Free condition bytecode if locations
9343 has become unconditional. Call mark_breakpoint_modified (...).
9344 (condition_command): Call update_global_location_list (1) for
9345 breakpoints.
9346 (breakpoint_xfer_memory): Use is_breakpoint (...).
9347 (is_breakpoint): New function.
9348 (parse_cond_to_aexpr): New function.
9349 (build_target_condition_list): New function.
9350 (insert_bp_location): Handle target-side conditional
9351 breakpoints and call build_target_condition_list (...).
9352 (update_inserted_breakpoint_locations): New function.
9353 (insert_breakpoint_locations): Handle target-side conditional
9354 breakpoints.
9355 (bpstat_check_breakpoint_conditions): Add comment.
9356 (bp_condition_evaluator): New function.
9357 (bp_location_condition_evaluator): New function.
9358 (print_breakpoint_location): Print information on where the condition
9359 will be evaluated.
9360 (print_one_breakpoint_location): Likewise.
9361 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9362 breakpoint location.
9363 (force_breakpoint_reinsertion): New functions.
9364 (update_global_location_list): Handle target-side breakpoint
9365 conditions.
9366 Reinsert locations that are already inserted if conditions have
9367 changed.
9368 (bp_location_dtor): Free agent expression bytecode.
9369 (disable_breakpoint): Call mark_breakpoint_modified (...).
9370 Call update_global_location_list (...) with parameter 1 for breakpoints.
9371 (disable_command): Call mark_breakpoint_location_modified (...).
9372 Call update_global_location_list (...) with parameter 1 for breakpoints.
9373 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9374 (enable_command): mark_breakpoint_location_modified (...).
9375 (_initialize_breakpoint): Update documentation and add
9376 condition-evaluation breakpoint subcommand.
9377
9378 * breakpoint.h: Include ax.h.
9379 (condition_list): New data structure.
9380 (condition_status): New enum.
9381 (bp_target_info) <cond_list>: New field.
9382 (bp_location) <condition_changed, cond_bytecode>: New fields.
9383 (is_breakpoint): New prototype.
9384
3788aec7
LM
93852012-02-24 Luis Machado <[email protected]>
9386
9387 * remote.c (remote_state) <cond_breakpoints>: New field.
9388 (PACKET_ConditionalBreakpoints): New enum.
9389 (remote_cond_breakpoint_feature): New function.
9390 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9391 (remote_supports_cond_breakpoints): New function.
9392 (_initialize_remote): Add new packet configuration for
9393 target-side conditional breakpoints.
9394
72895ff6
LM
93952012-02-24 Luis Machado <[email protected]>
9396
9397 * NEWS: Mention target-side conditional breakpoint support,
9398 new condition-evaluation breakpoint subcommand and remote
9399 packet extensions.
9400
dea2aa5f
LM
94012012-02-24 Luis Machado <[email protected]>
9402
9403 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9404 number.
9405
8a8bc27f
TS
94062012-02-24 Thomas Schwinge <[email protected]>
9407
9408 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9409 (after_prologue): Remove.
9410
6b446fdf
TT
94112012-02-23 Tom Tromey <[email protected]>
9412
9413 * jv-valprint.c (java_val_print): Remove dead code.
9414
ef59abfb
TG
94152012-02-23 Tristan Gingold <[email protected]>
9416
a09130f9
PA
9417 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9418 known_tasks_element and known_tasks_length fields.
9419 (read_known_tasks_array): Change argument type. Use pointer type
9420 and number of elements from DATA. Adjust.
9421 (read_known_tasks_list): Likewise.
9422 (get_known_tasks_addr): Remove.
9423 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9424 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9425 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 9426
def166f6
JK
94272012-02-23 Jan Kratochvil <[email protected]>
9428
9429 PR backtrace/13716
9430 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9431 it after set_momentary_breakpoint.
9432
aeaa2474
SA
94332012-02-22 Sterling Augustine <[email protected]>
9434
9435 PR 13689:
9436 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9437
feea76c2
GB
94382012-02-22 Gary Benson <[email protected]>
9439
9440 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9441 (find_slot_in_mapped_hash): Likewise.
9442
f06e05e0
JK
94432012-02-21 Jan Kratochvil <[email protected]>
9444
9445 PR build/13638
9446 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9447 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9448 * configure: Regenerate.
9449
b54a8fd7
PA
94502012-02-21 Tristan Gingold <[email protected]>
9451 Pedro Alves <[email protected]>
9452
9453 * ia64-tdep.c: Do not include libunwind-ia64.h.
9454 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9455 Include libunwind-ia64.h instead of libunwind.h.
9456 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9457 for libunwind.h existence.
9458 * configure, config.in: Regenerate.
9459
dfcee124
AG
94602012-02-21 Anton Gorenkov <[email protected]>
9461
9462 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9463 instead of value_rtti_target_type.
9464 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9465 instead of value_rtti_target_type.
9466 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9467 value_rtti_target_type.
9468 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9469 (value_rtti_target_type): Rename to ...
9470 (value_rtti_indirect_type): ... here and make it indirect. Update
9471 function comment.
9472 * value.c (readjust_indirect_value_type): New function.
9473 (coerce_ref): Support for enclosing type setting for references
9474 with readjust_indirect_value_type.
9475 * value.h (readjust_value_type): New declaration.
9476 (value_rtti_target_type): Rename to ...
9477 (value_rtti_indirect_type): ... here.
9478
02568277
AG
94792012-02-21 Anton Gorenkov <[email protected]>
9480
9481 * MAINTAINERS (Write After Approval): Add myself to the list.
9482
10c07b7e 94832012-02-20 Doug Evans <[email protected]>
28ee876a 9484
d82ea6a8
DE
9485 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9486 Rename objfile_p_char parameter to objfilep.
9487 (build_objfile_section_table): Result is now void. All callers
9488 updated.
9489 * objfiles.h (struct objfile): Tweak comments, whitespace.
9490 (build_objfile_section_table): Update.
9491
28ee876a
DE
9492 * elfread.c (elf_symfile_segments): Fix warning text.
9493
24c79950
TT
94942012-02-20 Tom Tromey <[email protected]>
9495
9496 PR gdb/13498:
9497 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9498 particular set of file names once.
9499 (dw2_map_symbol_filenames): Likewise.
9500
3a9b40b6
JK
95012012-02-20 Jan Kratochvil <[email protected]>
9502
9503 Code cleanup.
9504 * main.c (write_files): Remove the declaration.
9505 (external_editor_command): Move the declaration ...
9506 [GDBTK] (external_editor_command): ... here. Fix the comment.
9507
4d0795ca
TT
95082012-02-20 Tom Tromey <[email protected]>
9509
9510 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9511 extraneous block.
9512
637fd620
TG
95132012-02-20 Tristan Gingold <[email protected]>
9514
9515 * darwin-nat.h (enum darwin_msg_state): Add comments.
9516
6f124894
TG
95172012-02-20 Tristan Gingold <[email protected]>
9518
9519 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9520 value.
9521
2e6e3d9c
JB
95222012-20-18 Joel Brobecker <[email protected]>
9523
9524 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9525 between function description and implementation.
9526
2e8265fd
TT
95272012-02-17 Tom Tromey <[email protected]>
9528
9529 PR python/12070:
9530 * python/py-event.c (event_object_getset): New global.
9531 (event_object_type): Reference it.
9532 * python/py-type.c (field_object_getset): New global.
9533 (field_object_type): Reference it.
9534 * python/python-internal.h (gdb_py_generic_dict): Declare.
9535 * python/py-utils.c (gdb_py_generic_dict): New function.
9536
8544a150 95372012-02-17 Tristan Gingold <[email protected]>
6f124894 9538
8544a150 9539 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 9540
ca193e27
TS
95412012-02-17 Thomas Schwinge <[email protected]>
9542
9543 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9544 TYPE_CALLING_CONVENTION annotation.
9545
e5586183
KB
95462012-02-16 Kevin Buettner <[email protected]>
9547
9548 * MAINTAINERS: Add rx to target ISA section.
9549 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9550 (ALLDEPFILES): Add rx-tdep.c.
9551
7dcd53a0
TT
95522012-02-16 Tom Tromey <[email protected]>
9553
9554 * symfile.c (symbol_file_add_main_1): Use inferior's
9555 symfile_flags.
9556 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9557 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9558 inferior.
9559 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9560 inferior.
9561 (follow_exec): Use inferior's symfile_flags.
9562 * inferior.h (struct inferior) <symfile_flags>: New field.
9563
ddd60447
MF
95642012-02-16 Mike Frysinger <[email protected]>
9565
9566 PR gdb/9734:
9567 * remote-sim.c (gdbsim_create_inferior): Call error() when
9568 sim_create_inferior() fails.
9569
b0d32fb6
TG
95702012-02-16 Josh Matthews <[email protected]>
9571
9572 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9573
9addecb9
TT
95742012-02-16 Tom Tromey <[email protected]>
9575
9576 PR c++/13653:
9577 * thread.c (struct current_thread_cleanup) <was_removable>: New
9578 field.
9579 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9580 (make_cleanup_restore_current_thread): Initialize new field.
9581
a58b110a
KB
95822012-02-15 Kevin Buettner <[email protected]>
9583
9584 * MAINTAINERS: Add rl78 to target ISA section.
9585 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9586 (ALLDEPFILES): Add rl78-tdep.c.
9587 * NEWS: Mention rl78 as a new target.
9588
4cb6da1c
AR
95892012-02-15 Aleksandar Ristovski <[email protected]>
9590
9591 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9592 data.
9593 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9594
3af2590d
TT
95952012-02-15 Tom Tromey <[email protected]>
9596
9597 PR gdb/12659:
9598 * infcmd.c (registers_info): Print just the current register's
9599 name.
9600
c6910659
TT
96012012-02-15 Tom Tromey <[email protected]>
9602
9603 * python/py-symbol.c (sympy_value): Use _().
9604
7cee1e54
PA
96052012-02-15 Pedro Alves <[email protected]>
9606
9607 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9608 output to be like native targets'.
9609 (remote_pid_to_str): Special case the null ptid.
9610
816338b5
SS
96112012-02-14 Stan Shebs <[email protected]>
9612
9613 * NEWS: Mention enable count command.
9614 * breakpoint.h (struct breakpoint): New field enable_count.
9615 * breakpoint.c (enable_breakpoint_disp): Add count argument.
9616 (enable_breakpoint): Add arg to call.
9617 (struct disp_data): New struct.
9618 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9619 (do_map_enable_once_breakpoint): Create a struct and pass it.
9620 (do_map_enable_delete_breakpoint): Ditto.
9621 (do_map_enable_count_breakpoint): New function.
9622 (enable_count_command): New function.
9623 (bpstat_stop_status): Decrement enable_count.
9624 (print_one_breakpoint_location): Report enable count.
9625 (_initialize_breakpoint): Add enable count command.
9626
c47a44f4
KB
96272012-02-14 Kevin Buettner <[email protected]>
9628
9629 * rl78-tdep.c (reggroups.h): Include.
9630 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9631 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9632 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9633 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9634 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9635 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9636 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9637 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9638 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9639 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9640 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9641 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9642 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9643 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9644 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9645 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9646 beginning of register list.
9647 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9648 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9649 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9650 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9651 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9652 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9653 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9654 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9655 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9656 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9657 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9658 the pseudo registers. Rearrange other pseudo registers too so
9659 that the bank registers appear at the end.
9660 (rl78_register_type): Account for the fact that the byte sized
9661 bank registers are now pseudo-registers.
9662 (rl78_register_name): Rearrange the register name array. Make
9663 initial set of raw banked registers inaccessible.
9664 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9665 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9666 case for copying bytes back and forth between raw and pseudo
9667 versions of the banked registers. Update other cases to reflect
9668 the changed names.
9669 (rl78_return_value): Update to account for changed names of
9670 raw registers.
9671 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9672 rl78_register_sim_regno().
9673
e4569f1e
KB
96742012-02-14 Kevin Buettner <[email protected]>
9675
9676 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9677 the name parameter being passed to find_pc_partial_function().
9678
7a05aae7
JK
96792012-02-14 Jan Kratochvil <[email protected]>
9680
9681 * MAINTAINERS: Step down from being ia64 target maintainer.
9682
11fde611
JK
96832012-02-12 Jan Kratochvil <[email protected]>
9684
9685 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9686 compilation warning.
9687
57008375
JK
96882012-02-12 Jan Kratochvil <[email protected]>
9689
9690 Fix crash on loaded shlibs without loaded exec_bfd.
9691 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9692 (set_section_command): Replace exec_bfd by p->bfd.
9693
ff3c9849
TT
96942012-02-10 Tom Tromey <[email protected]>
9695
9696 * linespec.c (decode_line_internal): Skip symtabs_from_filename
9697 when we have a C++ qualified name.
9698
db2b9fdd
PA
96992012-02-10 Pedro Alves <[email protected]>
9700
9701 * inferior.c (inferior_pid_to_str): New.
9702 (print_inferior, inferior_command): Use it.
9703
12cd34f3
PA
97042012-02-10 Pedro Alves <[email protected]>
9705
9706 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9707 the test CFLAGS.
9708 * configure: Regenerate.
9709
e871429d
JK
97102012-02-10 Jan Kratochvil <[email protected]>
9711
9712 * linespec.c (decode_line_internal): Fix comment correctness.
9713
1916efaf
PA
97142012-02-09 Valery Khromov <[email protected]>
9715
9716 PR gdb/12953
9717 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9718 * amd64bsd-nat.c: Add support for debug registers (adapted from
9719 i386bsd-nat.c).
9720 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9721 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9722 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9723 (amd64bsd_dr_get_control): New functions.
9724 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9725 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9726 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9727 watchpoints initialization.
9728 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9729
f4859d94
JK
97302012-02-09 Jan Kratochvil <[email protected]>
9731
9732 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9733 flds_bnds.fields.
9734 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9735
c56a97f9
JK
97362012-02-09 Jan Kratochvil <[email protected]>
9737
9738 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
9739
1a119f36
JB
97402012-02-08 Joel Brobecker <[email protected]>
9741
9742 * language.h (symbol_name_cmp_ftype): Renames
9743 symbol_name_match_p_ftype.
9744 (struct language_defn)[la_get_symbol_name_cmp]: Renames
9745 la_get_symbol_name_match_p.
9746 * ada-lang.c (ada_get_symbol_name_cmp): Renames
9747 ada_get_symbol_name_match_p. Update comment.
9748 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9749 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9750 Renames symbol_name_match_p. Update field type.
9751 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9752 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9753 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9754 "la_get_symbol_name_cmp" in comments.
9755 * language.c: Likewise.
9756
c71bb1cf
RO
97572012-02-08 Rainer Orth <[email protected]>
9758
9759 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9760 %eflags offset.
9761 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9762 (amd64_sol2_gregset32_reg_offs): Likewise.
9763
4b2d20a5
TG
97642012-02-08 Joel Brobecker <[email protected]>
9765
9766 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9767 of the returned BFD is allocated by GDB.
9768
f0823d2c
TT
97692012-02-07 Tom Tromey <[email protected]>
9770
9771 PR python/12027:
9772 * python/python-internal.h (frame_object_type): Declare.
9773 * python/py-symbol.c (sympy_needs_frame): New function.
9774 (sympy_value): New function.
9775 (symbol_object_getset): Add "needs_frame".
9776 (symbol_object_methods): Add "value".
9777 * python/py-frame.c (frame_object_type): No longer static.
9778
64e7d9dd
TT
97792012-02-07 Tom Tromey <[email protected]>
9780
9781 PR python/13599:
9782 * python/py-symbol.c (sympy_line): New function.
9783 (symbol_object_getset): Add "line".
9784
1d6b2d2b
TT
97852012-02-07 Tom Tromey <[email protected]>
9786
9787 * charset.c (find_charset_names): Check 'in' against NULL.
9788
0d5cff50
DE
97892012-02-06 Doug Evans <[email protected]>
9790
9791 * gdbtypes.h (struct main_type): Change type of name,tag_name,
9792 and fields.name members from char * to const char *. All uses updated.
9793 (struct cplus_struct_type): Change type of fn_fieldlists.name member
9794 from char * to const char *. All uses updated.
9795 (type_name_no_tag): Update.
9796 (lookup_unsigned_typename, lookup_signed_typename): Update.
9797 * gdbtypes.c (type_name_no_tag): Change result type
9798 from char * to const char *. All callers updated.
9799 (lookup_unsigned_typename, lookup_signed_typename): Change type of
9800 name parameter from char * to const char *.
9801 * symtab.h (struct cplus_specific): Change type of demangled_name
9802 member from char * to const char *. All uses updated.
9803 (struct general_symbol_info): Change type of name and
9804 mangled_lang.demangled_name members from char * to const char *.
9805 All uses updated.
9806 (symbol_get_demangled_name, symbol_natural_name): Update.
9807 (symbol_demangled_name, symbol_search_name): Update.
9808 * symtab.c (symbol_get_demangled_name): Change result type
9809 from char * to const char *. All callers updated.
9810 (symbol_natural_name, symbol_demangled_name): Ditto.
9811 (symbol_search_name): Ditto.
9812 (completion_list_add_name): Change type of symname,sym_text,
9813 text,word parameters from char * to const char *.
9814 (completion_list_objc_symbol): Change type of sym_text,
9815 text,word parameters from char * to const char *.
9816 * ada-lang.c (find_struct_field): Change type of name parameter
9817 from char * to const char *.
9818 (encoded_ordered_before): Similarly for N0,N1 parameters.
9819 (old_renaming_is_invisible): Similarly for function_name parameter.
9820 (ada_type_name): Change result type from char * to const char *.
9821 All callers updated.
9822 * ada-lang.h (ada_type_name): Update.
9823 * buildsym.c (hashname): Change type of name parameter
9824 from char * to const char *.
9825 * buildsym.h (hashname): Update.
9826 * dbxread.c (end_psymtab): Change type of include_list parameter
9827 from char ** to const char **.
9828 * dwarf2read.c (determine_prefix): Change result type
9829 from char * to const char *. All callers updated.
9830 * f-lang.c (find_common_for_function): Change type of name, funcname
9831 parameters from char * to const char *.
9832 * f-lang.c (find_common_for_function): Update.
9833 * f-valprint.c (list_all_visible_commons): Change type of funcname
9834 parameters from char * to const char *.
9835 * gdbarch.sh (static_transform_name): Change type of name parameter
9836 and result from char * to const char *.
9837 * gdbarch.c: Regenerate.
9838 * gdbarch.h: Regenerate.
9839 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9840 of name parameter from char * to const char *.
9841 * jv-lang.c (java_primitive_type_from_name): Ditto.
9842 (java_demangled_signature_length): Similarly for signature parameter.
9843 (java_demangled_signature_copy): Ditto.
9844 (java_demangle_type_signature): Ditto.
9845 * jv-lang.h (java_primitive_type_from_name): Update.
9846 (java_demangle_type_signature): Update.
9847 * objc-lang.c (specialcmp): Change type of a,b parameters
9848 from char * to const char *.
9849 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9850 from char * to const char *. All callers updated.
9851 * p-lang.h (is_pascal_string_type): Update.
9852 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9853 of name parameter from char * to const char *.
9854 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9855 * utils.c (fprintf_symbol_filtered): Ditto.
9856 * defs.h (fprintf_symbol_filtered): Update.
9857 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9858 * stabsread.h (end_psymtab): Update.
9859 * stack.c (find_frame_funname): Change type of funname parameter
9860 from char ** to const char **.
9861 * stack.h (find_frame_funname): Update.
9862 * typeprint.c (type_print): Change type of varstring parameter
9863 from char * to const char *.
9864 * value.h (type_print): Update.
9865 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9866 from char * to const char *. All callers updated.
9867 (xcoff_end_psymtab): Change type of include_list parameter
9868 from char ** to const char **. All callers updated.
9869 (swap_sym): Similarly for name parameter. All callers updated.
9870 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9871 Use xstrdup.
9872 (process_coff_symbol): Use xstrdup.
9873 * stabsread.c (stabs_method_name_from_physname): Renamed from
9874 update_method_name_from_physname. Change result type from void
9875 to char *. All callers updated.
9876 (read_member_functions): In has_destructor case, store name in objfile
9877 obstack instead of malloc space. In !has_stub case, fix mem leak.
9878
5579a92e
TT
98792012-02-06 Luca Pizzamiglio <[email protected]>
9880
9881 * configure: Rebuild.
9882 * configure.ac: Put -L../bfd and -L../libiberty at the front of
9883 LDFLAGS.
9884
9058f767
KB
98852012-02-03 Kevin Buettner <[email protected]>
9886
9887 * configure.tgt (rl78-*-elf): New target.
9888 * rl78-tdep.c: New file.
9889
5b37825d
PW
98902012-02-03 Philippe Waroquiers <[email protected]>
9891
9892 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9893 and continue the loop. Add QUIT statement.
9894
e009ee71
TT
98952012-02-03 Tom Tromey <[email protected]>
9896
9897 PR gdb/13596:
9898 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9899 bfd_lookup_symbol_from_symtab.
9900 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9901 gdb_bfd_lookup_symbol_from_symtab.
9902
f7e44f65
JB
99032012-02-03 Joel Brobecker <[email protected]>
9904
9905 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9906 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9907 symbol. Add assertion that sym2 is never NULL.
9908
2c02bd72
DE
99092012-02-02 Doug Evans <[email protected]>
9910
9911 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9912 "name" parameter to const char ** from char **. All callers updated.
9913 (find_pc_partial_function): Ditto.
9914 (cache_pc_function_name): Change type to const char * from char *.
9915 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9916 (find_pc_partial_function): Update.
9917 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9918 type of "name" parameter to const char * from char *.
9919 All uses updated.
9920 * arch-utils.c (generic_in_solib_return_trampoline): Change
9921 type of "name" parameter to const char * from char *.
9922 * arch-utils.h (generic_in_solib_return_trampoline): Update.
9923 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9924 type of "name" parameter to const char * from char *.
9925 * gdbarch.sh (in_solib_return_trampoline): Ditto.
9926 * gdbarch.c: Regenerate.
9927 * gdbarch.h: Regenerate.
9928 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9929 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9930 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9931 type of "name" parameter to const char * from char *.
9932 * skip.c (skip_function_pc): Ditto.
9933 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9934 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9935 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9936 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9937 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9938 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9939 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9940 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9941 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9942
e886a173
PA
99432012-02-02 Pedro Alves <[email protected]>
9944
9945 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9946 the current inferior has no execution. Make sure the current
9947 remote process matches gdb's current inferior.
9948
c709a7c2
TT
99492012-02-02 Tom Tromey <[email protected]>
9950
9951 PR gdb/13405:
9952 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9953 read-only memory.
9954
f149aabd
TT
99552012-02-02 Tom Tromey <[email protected]>
9956
9957 PR gdb/9307:
9958 * symtab.c (lookup_language_this): Set block_found.
9959
03bef283
TT
99602012-02-01 Tom Tromey <[email protected]>
9961
9962 PR gdb/13431:
9963 * jit.c (struct jit_inferior_data): Rewrite.
9964 (struct jit_objfile_data): New.
9965 (get_jit_objfile_data): New function.
9966 (add_objfile_entry): Update.
9967 (jit_read_descriptor): Return int. Replace descriptor_addr
9968 argument with inf_data. Update. Don't call error.
9969 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
9970 descriptor here.
9971 (jit_inferior_init): Don't look up descriptor. Don't call error.
9972 (jit_reset_inferior_data_and_breakpoints)
9973 (jit_inferior_created_observer): Remove.
9974 (jit_inferior_exit_hook): Update.
9975 (jit_executable_changed_observer): Remove.
9976 (jit_event_handler): Update.
9977 (free_objfile_data): Reset inferior data if needed.
9978 (_initialize_jit): Update.
9979
f0bbc364
TT
99802012-02-01 Tom Tromey <[email protected]>
9981
9982 * jit.c (bfd_open_from_target_memory): Move higher in file.
9983
47c1316c
TG
99842012-02-01 Tristan Gingold <[email protected]>
9985
9986 * libunwind-frame.c (libunwind_load): Display message if dlopen
9987 failed.
9988
8e704927
GB
99892012-02-01 Gary Benson <[email protected]>
9990
09c7a31f 9991 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
9992 (iterate_over_symbols): Use the above.
9993 * symtab.c (iterate_over_symbols): Likewise.
9994 * language.h (language_defn->la_iterate_over_symbols): Likewise.
9995 * ada-lang.c (ada_iterate_over_symbols): Likewise.
9996 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9997 (iterate_name_matcher): Document return values.
9998 (collect_one_symbol): Likewise.
9999 (collect_function_symbols): Likewise.
10000 (collect_symbols): Likewise.
10001
d9680e73
TT
100022012-02-01 Tom Tromey <[email protected]>
10003
10004 * ada-lang.c (resolve_subexp): Update.
10005 (ada_lookup_symbol_list): Add 'full_search' argument.
10006 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10007 ada_lookup_symbol_list.
10008 (ada_lookup_encoded_symbol): Update.
10009 (get_var_value): Update.
10010 * ada-exp.y (block_lookup): Update.
10011 (write_var_or_type): Update.
10012 (write_name_assoc): Update.
10013 * ada-lang.h (ada_lookup_symbol_list): Update.
10014
72e1143f
TT
100152012-01-31 Tom Tromey <[email protected]>
10016
10017 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10018 comment.
10019
ab2d2ad3
DE
100202012-01-31 Doug Evans <[email protected]>
10021
10022 * symtab.h: Remove outdated comment.
e9111bf7 10023 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 10024
bc884eba
JB
100252012-02-01 Josh Matthews <[email protected]> (tiny change)
10026
10027 Fix build error in Darwin port.
10028 * i386-darwin-nat.c: Include i386-nat.h.
10029
8fc3fc34
TT
100302012-01-30 Tom Tromey <[email protected]>
10031
10032 PR breakpoints/13568:
10033 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10034 argument. Check for recursive includes.
10035 (dwarf_decode_macros): Create an include hash.
10036
5d853008
ME
100372012-01-30 Michael Eager <[email protected]>
10038
10039 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10040 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 10041 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
10042 (powerpc_linux_in_plt_stub): New function.
10043 (powerpc_linux_in_dynsym_resolve_code): New function.
10044 (ppc_skip_trampoline_code): New function.
10045 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10046 Use glibc_skip_solib_resolver.
10047
40478521
JK
100482012-01-28 Jan Kratochvil <[email protected]>
10049
10050 Code cleanup: Make 1440 bytes of data segment read-only.
10051 * arch-utils.c (endian_enum): Make it const char *const [].
10052 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10053 Likewise.
10054 * breakpoint.c (always_inserted_enums): Likewise.
10055 * cli/cli-cmds.c (script_ext_enums): Likewise.
10056 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10057 enumlist parameter const char *const *.
10058 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10059 const char *const *.
10060 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10061 parameter const char *const *.
10062 * cris-tdep.c (cris_modes): Make it const char *const [].
10063 * filesystem.c (target_file_system_kinds): Likewise.
10064 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10065 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10066 (can_use_displaced_stepping_enum, scheduler_enums)
10067 (exec_direction_names): Likewise.
10068 * language.c (_initialize_language): Make the type_or_range_names and
10069 case_sensitive_names variables const char *const [].
10070 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10071 * python/python.c (python_excp_enums): Likewise.
10072 * remote.c (interrupt_sequence_modes): Likewise.
10073 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10074 * serial.c (logbase_enums): Likewise.
10075 * sh-tdep.c (sh_cc_enum): Likewise.
10076 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10077 Likewise.
10078 * symtab.c (multiple_symbols_modes): Likewise.
10079 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10080 Likewise.
10081 * utils.c (internal_problem_modes): Likewise.
10082
b3b8b934
JK
100832012-01-27 Jan Kratochvil <[email protected]>
10084
10085 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10086 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10087 result.
10088
8c85a4e2
DE
100892012-01-27 Doug Evans <[email protected]>
10090
10091 * configure.ac (with_python): Fix absolute path handling for win32.
10092 * configure: Regenerate.
10093
78d8b4d7
DE
100942012-01-26 Doug Evans <[email protected]>
10095
eca864fe
DE
10096 * symtab.c: Whitespace cleanup, no code changes.
10097
7e082072
DE
10098 * symtab.c (lookup_symbol_in_language): Improve comment.
10099 (lookup_symbol_aux): Fix comment.
10100
7dc25483
DE
10101 * psymtab.c (add_psymbol_to_list): Result is now "void".
10102 * psympriv.h (add_psymbol_to_list): Update.
10103
78d8b4d7
DE
10104 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10105
4c63965b
JK
101062012-01-26 Jan Kratochvil <[email protected]>
10107
10108 Do not open script filenames twice.
10109 * cli/cli-cmds.c (source_script_from_stream): Pass to
10110 source_python_script also STREAM.
10111 * python/py-auto-load.c (source_section_scripts): Pass to
10112 source_python_script_for_objfile also STREAM.
10113 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10114 also INPUT.
10115 * python/python-internal.h (source_python_script_for_objfile): New
10116 parameter file, rename parameter file to filename.
10117 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10118 instead if !_WIN32. Update the function comment.
10119 (source_python_script, source_python_script_for_objfile)
10120 (source_python_script): New parameter file, rename parameter file to
10121 filename. Pass FILENAME to python_run_simple_file.
10122 * python/python.h (source_python_script): New parameter file, rename
10123 parameter file to filename.
10124
88f38a04
PA
101252012-01-26 Pedro Alves <[email protected]>
10126
10127 * corelow.c (core_has_fake_pid): Delete.
10128 (core_close): Delete references to `core_has_fake_pid'.
10129 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10130 (core_open): Delete references to `core_has_fake_pid'.
10131 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10132 the removed global.
10133
e078317b
JB
101342012-01-26 Joel Brobecker <[email protected]>
10135
10136 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10137 Remove language parameter from name_matcher. Adjust the comment.
10138 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10139 Remove language parameter.
10140 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10141 * linespec.c (iterate_name_matcher): Likewise.
10142 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10143 name_matcher. Adjust call accordingly.
10144 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10145 (maintenance_check_symtabs): Adjust type of parameter "fun".
10146 * psymtab.h (maintenance_check_symtabs): Likewise.
10147
74ccd7f5
JB
101482012-01-26 Joel Brobecker <[email protected]>
10149
10150 * language.h (symbol_name_match_p_ftype): New typedef.
10151 (struct language_defn): Replace field la_symbol_name_compare
10152 by la_get_symbol_name_match_p.
10153 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10154 (ada_language_defn): Use it.
10155 * linespec.c (struct symbol_matcher_data): New type.
10156 (iterate_name_matcher): Rewrite.
10157 (iterate_over_all_matching_symtabs): Pass a pointer to
10158 a symbol_matcher_data struct to expand_symtabs_matching
10159 instead of just the lookup name.
10160 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10161 opencl-lang.c, p-lang.c, language.c: Delete field
10162 la_symbol_name_compare, and replace by NULL for new field
10163 la_get_symbol_name_match_p.
10164 * symfile.h (struct quick_symbol_functions): Update comment.
10165
5d268276
TT
101662012-01-25 Tom Tromey <[email protected]>
10167
10168 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10169 dereferencing.
10170
edcc5120
TT
101712012-01-24 Tom Tromey <[email protected]>
10172
10173 PR symtab/12406:
10174 * solib.c (update_solib_list): Update the program space's
10175 added_solibs and deleted_solibs fields.
10176 * progspace.h (struct program_space) <added_solibs,
10177 deleted_solibs>: New fields.
10178 (clear_program_space_solib_cache): Declare.
10179 * progspace.c (release_program_space): Call
10180 clear_program_space_solib_cache.
10181 (clear_program_space_solib_cache): New function.
10182 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10183 bpstat_stop_status. Use handle_solib_event.
10184 * breakpoint.c: Include gdb_regex.h.
10185 (print_solib_event): New function.
10186 (bpstat_print): Use print_solib_event.
10187 (bpstat_stop_status): Add special case for bp_shlib_event.
10188 (handle_solib_event): New function.
10189 (bpstat_what): Use handle_solib_event.
10190 (struct solib_catchpoint): New.
10191 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10192 (breakpoint_hit_catch_solib, check_status_catch_solib)
10193 (print_it_catch_solib, print_one_catch_solib)
10194 (print_mention_catch_solib, print_recreate_catch_solib): New
10195 functions.
10196 (catch_solib_breakpoint_ops): New global.
10197 (catch_load_or_unload, catch_load_command_1)
10198 (catch_unload_command_1): New functions.
10199 (internal_bkpt_check_status): Add special case for
10200 bp_shlib_event.
10201 (internal_bkpt_print_it): Use print_solib_event.
10202 (initialize_breakpoint_ops): Initialize
10203 catch_solib_breakpoint_ops.
10204 (_initialize_breakpoint): Register "catch load" and "catch
10205 unload".
10206 * breakpoint.h (handle_solib_event): Declare.
10207 * NEWS: Add entry for "catch load" and "catch unload".
10208
fa864999
TT
102092012-01-24 Tom Tromey <[email protected]>
10210
10211 * ada-lang.c: Include gdb_vecs.h.
10212 * charset.c: Include gdb_vecs.h.
10213 * tracepoint.h: Include gdb_vecs.h.
10214 * gdb_vecs.h: New file.
10215
f90263c1
TT
102162012-01-24 Pedro Alves <[email protected]>
10217
10218 * breakpoint.c (breakpoint_hit_catch_fork)
10219 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10220 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10221 * infrun.c (inferior_has_forked, inferior_has_vforked)
10222 (inferior_has_execd, inferior_has_called_syscall): Delete.
10223 (handle_syscall_event): Get syscall_number from the execution
10224 control state's wait status.
10225 (wait_for_inferior): Don't clear syscall_number.
10226
09ac7c10
TT
102272012-01-24 Pedro Alves <[email protected]>
10228
10229 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10230 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10231 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10232 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10233 `ws' parameter.
10234 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10235 false for events other than TARGET_SIGNAL_TRAP.
10236 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10237 Add `ws' parameter.
10238 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10239 events other than TARGET_SIGNAL_TRAP.
10240 (tracepoint_breakpoint_hit): Add `ws' parameter.
10241 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10242 parameter.
10243 (bpstat_stop_status): Same.
10244 (pc_at_non_inline_function): Same.
10245 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10246 to pass the current event's waitstatus to bpstat_stop_status
10247 and pc_at_non_inline_function.
10248
86eb7e95
JK
102492012-01-24 Jan Kratochvil <[email protected]>
10250
10251 Code cleanup.
10252 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10253 Update the function comment for it.
10254 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10255 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10256 for STREAM.
10257
a9b3a50f
PA
102582012-01-24 Pedro Alves <[email protected]>
10259
10260 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10261 outside `bs->stop' block.
10262 (bpstat_what): Rework bp_shlib_event handling.
10263 (internal_bkpt_check_status): If the breakpoint is a
10264 bp_shlib_event, then set bs->stop and bs->print if
10265 stop_on_solib_events is set.
10266
53fe1783
GB
102672012-01-24 Gary Benson <[email protected]>
10268
10269 Delete #if 0'd out code.
10270 * stack.c (print_frame_label_vars): Remove.
10271 (catch_info): Likewise.
10272 (_initialize_stack): Remove "info catch" command.
10273 * NEWS: Mention the above.
10274
49c62f2e
PA
102752012-01-24 Pedro Alves <[email protected]>
10276
10277 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10278 it.
10279 (remote_notice_new_inferior): If the remote end doesn't support
10280 the multiprocess extensions, then the PID is fake.
10281 (add_current_inferior_and_thread): New.
10282 (remote_start_remote): Use it.
10283 (extended_remote_attach_1): Adjust.
10284 (extended_remote_create_inferior_1): Use
10285 add_current_inferior_and_thread.
10286
d0d8b0c6
JK
102872012-01-24 Jan Kratochvil <[email protected]>
10288
10289 Fix watchpoints to be specific for each inferior.
10290 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10291 current_program_space.
10292 * i386-nat.c (i386_inferior_data_cleanup): New.
10293 (i386_inferior_data_get): Replace variable inf_data_local by an
10294 inferior_data call.
10295 (i386_use_watchpoints): Initialize i386_inferior_data.
10296 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10297 specific iterate_over_lwps.
10298
4403d8e9
JK
102992012-01-24 Jan Kratochvil <[email protected]>
10300
10301 Fix watchpoints across inferior fork.
10302 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10303 comment for linux_nat_iterate_watchpoint_lwps.
10304 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10305 linux_nat_iterate_watchpoint_lwps.
10306 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10307 * i386-linux-nat.c (update_debug_registers_callback): Update the
10308 comment for linux_nat_iterate_watchpoint_lwps.
10309 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10310 linux_nat_iterate_watchpoint_lwps.
10311 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10312 * i386-nat.c: Include inferior.h.
10313 (dr_mirror): Remove.
10314 (i386_inferior_data, struct i386_inferior_data)
10315 (i386_inferior_data_get): New.
10316 (i386_debug_reg_state): Use i386_inferior_data_get.
10317 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10318 (i386_insert_watchpoint, i386_remove_watchpoint)
10319 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10320 (i386_remove_hw_breakpoint): New variable state, use
10321 i386_debug_reg_state instead of DR_MIRROR.
10322 * linux-nat.c (delete_lwp): New declaration.
10323 (num_lwps): Move here from downwards.
10324 (delete_lwp_cleanup): New.
10325 (linux_child_follow_fork): Create new child_lp, call
10326 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10327 PTRACE_DETACH.
10328 (num_lwps): Move upwards.
10329 (linux_nat_iterate_watchpoint_lwps): New.
10330 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10331 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10332
2992c9a7 103332012-01-24 Joel Brobecker <[email protected]>
10334
10335 GDB 7.4 released.
10336
e360902b
PA
103372012-01-23 Pedro Alves <[email protected]>
10338
10339 * top.c (caution): Rename to ...
10340 (confirm): ... this.
10341 (show_caution): Rename to ...
10342 (show_confirm): ... this.
10343 (quit_cover): Adjust.
10344 (init_main): Adjust.
10345 * top.h (caution): Rename to ...
10346 (confirm): ... this.
10347 * utils.c (internal_vproblem, defaulted_query): Adjust.
10348
050a2e1d
PA
103492012-01-23 Pedro Alves <[email protected]>
10350
10351 * top.c (caution): Update comment.
10352 (execute_command): Don't consider the current value of `caution'.
10353
77a35dd8
JK
103542012-01-23 Jan Kratochvil <[email protected]>
10355
10356 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10357
a71b5a38
UW
103582012-01-23 Ulrich Weigand <[email protected]>
10359
10360 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10361 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10362 * target.c (target_fileio_pwrite): Remove buffer address from
10363 debug output.
10364 (target_fileio_pread): Likewise.
10365
d99bd577
UW
103662012-01-20 Ulrich Weigand <[email protected]>
10367
10368 * NEWS: Document remote "info proc" and "generate-core-file".
10369
35c2fab7
UW
103702012-01-20 Ulrich Weigand <[email protected]>
10371
10372 * gdbarch.sh (find_memory_regions): New callback.
10373 * gdbarch.c, gdbarch.h: Regenerate.
10374
10375 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10376 callback before falling back to target method.
10377
10378 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10379 (linux_target_install_ops): No longer install it.
10380
10381 * linux-tdep.c (linux_find_memory_regions): New function.
10382 (linux_init_abi): Install it.
10383
6432734d
UW
103842012-01-20 Ulrich Weigand <[email protected]>
10385
10386 * gdbarch.sh (make_corefile_notes): New architecture callback.
10387 * gdbarch.c: Regenerate.
10388 * gdbarch.h: Likewise.
10389
10390 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10391 before target_make_corefile_notes. If NULL is returned, the
10392 target does not support core file generation.
10393
10394 * linux-nat.c: Include "linux-tdep.h".
10395 (find_signalled_thread, find_stop_signal): Remove.
10396 (linux_nat_do_thread_registers): Likewise.
10397 (struct linux_nat_corefile_thread_data): Likewise.
10398 (linux_nat_corefile_thread_callback): Likewise.
10399 (iterate_over_spus): Likewise.
10400 (struct linux_spu_corefile_data): Likewise.
10401 (linux_spu_corefile_callback): Likewise.
10402 (linux_spu_make_corefile_notes): Likewise.
10403 (linux_nat_collect_thread_registers): New function.
10404 (linux_nat_make_corefile_notes): Replace contents by call to
10405 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10406 as native-only callback.
10407
10408 * linux-tdep.h: Include "bfd.h".
10409 (struct regcache): Add forward declaration.
10410 (linux_collect_thread_registers_ftype): New typedef.
10411 (linux_make_corefile_notes): Add prototype.
10412 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10413 "regset.h", and "elf-bfd.h".
10414 (find_signalled_thread, find_stop_signal): New functions.
10415 (linux_spu_make_corefile_notes): Likewise.
10416 (linux_collect_thread_registers): Likewise.
10417 (struct linux_corefile_thread_data): New data structure.
10418 (linux_corefile_thread_callback): New funcion.
10419 (linux_make_corefile_notes): Likewise.
10420 (linux_make_corefile_notes_1): Likewise.
10421 (linux_init_abi): Install it.
10422
3030c96e
UW
104232012-01-20 Ulrich Weigand <[email protected]>
10424
10425 * gdbarch.sh (info_proc): New callback.
10426 * gdbarch.c, gdbarch.h: Regenerate.
10427
10428 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10429 before falling back to the target info_proc callback.
10430
10431 * linux-nat.c: Do not include "cli/cli-utils.h".
10432 (linux_nat_info_proc): Remove.
10433 (linux_target_install_ops): No longer install it.
10434
10435 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10436 (read_mapping): New function.
10437 (linux_info_proc): Likewise.
10438 (linux_init_abi): Install it.
10439
145b16a9
UW
104402012-01-20 Ulrich Weigand <[email protected]>
10441
10442 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10443 * infcmd.c: (info_proc_cmd_1): New function.
10444 (info_proc_cmd): New function, moved here from equivalent routine
10445 orignally in linux-nat.c.
10446 (info_proc_cmd_mappings): Likewise.
10447 (info_proc_cmd_stat): Likewise.
10448 (info_proc_cmd_status): Likewise.
10449 (info_proc_cmd_cwd): Likewise.
10450 (info_proc_cmd_cmdline): Likewise.
10451 (info_proc_cmd_exe): Likewise.
10452 (info_proc_cmd_all): Likewise.
10453 (_initialize_infcmd): Install "info proc" command and subcommands.
10454
10455 * target.h (struct target_ops): Add to_info_proc.
10456 (target_info_proc): Add prototype.
10457 * target.c (target_info_proc): New function.
10458
10459 * procfs.c (procfs_info_proc): Add prototype.
10460 (info_proc_cmd): Rename into ...
10461 (procfs_info_proc): ... this. Update argument types as appropriate
10462 for a to_info_proc implementation. Handle "what" argument.
10463 (procfs_target): Install procfs_info_proc.
10464 (_initialize_procfs): No longer install "info proc" command.
10465
10466 * linux-nat.c: (enum info_proc_what): Remove.
10467 (linux_nat_info_proc_cmd_1): Rename into ...
10468 (linux_nat_info_proc): ... this. Update argument types as appropriate
10469 for a to_info_proc implementation.
10470 (linux_nat_info_proc_cmd): Remove.
10471 (linux_nat_info_proc_cmd_mappings): Likewise.
10472 (linux_nat_info_proc_cmd_stat): Likewise.
10473 (linux_nat_info_proc_cmd_status): Likewise.
10474 (linux_nat_info_proc_cmd_cwd): Likewise.
10475 (linux_nat_info_proc_cmd_cmdline): Likewise.
10476 (linux_nat_info_proc_cmd_exe): Likewise.
10477 (linux_nat_info_proc_cmd_all): Likewise.
10478 (linux_target_install_ops): Install linux_nat_info_proc.
10479 (_initialize_linux_nat): No longer install "info proc" command
10480 and subcommands.
10481
b9e7b9c3
UW
104822012-01-20 Ulrich Weigand <[email protected]>
10483
10484 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10485 * config.in, configure: Regenerate.
10486
10487 * target.h (struct target_ops): Add to_fileio_readlink.
10488 (target_fileio_readlink): Add prototype.
10489 * target.c (target_fileio_readlink): New function.
10490
10491 * inf-child.c: Conditionally include <sys/param.h>.
10492 (inf_child_fileio_readlink): New function.
10493 (inf_child_target): Install it.
10494
10495 * remote.c (PACKET_vFile_readlink): New enum value.
10496 (remote_hostio_readlink): New function.
10497 (init_remote_ops): Install it.
10498 (_initialize_remote): Handle vFile:readlink packet type.
10499
7313baad
UW
105002012-01-20 Pedro Alves <[email protected]>
10501 Ulrich Weigand <[email protected]>
10502
10503 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10504 * config.in, configure: Regenerate.
10505
10506 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10507 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10508 (target_fileio_open): Add prototype.
10509 (target_fileio_pwrite): Likewise.
10510 (target_fileio_pread): Likewise.
10511 (target_fileio_close): Likewise.
10512 (target_fileio_unlink): Likewise.
10513 (target_fileio_read_alloc): Likewise.
10514 (target_fileio_read_stralloc): Likewise.
10515
10516 * target.c: Include "gdb/fileio.h".
10517 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10518 (default_fileio_target): New function.
10519 (target_fileio_open): Likewise.
10520 (target_fileio_pwrite): Likewise.
10521 (target_fileio_pread): Likewise.
10522 (target_fileio_close): Likewise.
10523 (target_fileio_unlink): Likewise.
10524 (target_fileio_close_cleanup): Likewise.
10525 (target_fileio_read_alloc_1): Likewise.
10526 (target_fileio_read_alloc): Likewise.
10527 (target_fileio_read_stralloc): Likewise.
10528
10529 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10530 <fcntl.h>, and <unistd.h>.
10531 (inf_child_fileio_open_flags_to_host): New function.
10532 (inf_child_errno_to_fileio_error): Likewise.
10533 (inf_child_fileio_open): Likewise.
10534 (inf_child_fileio_pwrite): Likewise.
10535 (inf_child_fileio_pread): Likewise.
10536 (inf_child_fileio_close): Likewise.
10537 (inf_child_fileio_unlink): Likewise.
10538 (inf_child_target): Install to_fileio routines.
10539
10540 * remote.c (init_remote_ops): Install to_fileio routines.
10541
901f9912
UW
105422012-01-20 Pedro Alves <[email protected]>
10543 Ulrich Weigand <[email protected]>
10544
10545 * remote.c (remote_multi_process_p): Only check for multi-process
10546 protocol feature, do not check for extended protocol.
10547 (remote_supports_multi_process): Check for extended protocol here.
10548 (set_general_process): Likewise.
10549 (extended_remote_kill): Likewise.
10550 (remote_pid_to_str): Likewise.
10551 (remote_query_supported): Always query multiprocess mode.
10552
e714e1bf
UW
105532012-01-20 Pedro Alves <[email protected]>
10554 Ulrich Weigand <[email protected]>
10555
10556 * inferior.h (struct inferior): Add fake_pid_p.
10557 * inferior.c (exit_inferior_1): Clear fake_pid_p.
10558 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10559 magic_null_ptid since the remote side doesn't provide a real PID.
10560
50897289
TT
105612012-01-19 Tom Tromey <[email protected]>
10562
10563 * NEWS: Combine the two Python sections.
10564
1afc2033
JK
105652012-01-19 Jan Kratochvil <[email protected]>
10566
10567 * target.h (target_close): Update comment on the target's unpush state.
10568
305436e0
PA
105692012-01-19 Pedro Alves <[email protected]>
10570
10571 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10572 linux_nat_async directly instead of going through the target
10573 vector.
10574 * target.c (unpush_target): Close target after unpushing it, not
10575 before.
10576
49323895
GB
105772012-01-19 Gary Benson <[email protected]>
10578
10579 * mdebugread.c (sort_blocks): Replace integer constants with ones
10580 derived from FIRST_LOCAL_BLOCK.
10581
1db33378
PP
105822012-01-18 Paul Pluzhnikov <[email protected]>
10583 Jan Kratochvil <[email protected]>
10584
10585 PR gdb/9538
10586 * symfile.c (find_separate_debug_file): New function.
10587 (terminate_after_last_dir_separator): Likewise.
10588 (find_separate_debug_file_by_debuglink): Also try realpath.
10589 * configure.ac (AC_CHECK_FUNCS): Add lstat.
10590 * configure: Regenerate.
10591 * config.in: Regenerate.
10592
f83d8a90
DE
105932012-01-18 Doug Evans <[email protected]>
10594
10595 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10596 (main.o): Remove rule.
10597 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10598 (--with-sysroot): Rewrite.
10599 * configure: Regenerate.
10600 * config.in: Regenerate.
10601
2dbca4d6
SDJ
106022012-01-18 Sergio Durigan Junior <[email protected]>
10603
10604 * parse.c (initialize_expout): New function.
10605 (reallocate_expout): Likewise.
10606 (parse_exp_in_context): Use `initialize_expout' and
10607 `reallocate_expout' when appropriate.
10608
0695b514
PA
106092012-01-18 Pedro Alves <[email protected]>
10610
10611 * record.c (struct record_breakpoint, record_breakpoint_p)
10612 (record_breakpoints): New.
10613 (record_insert_breakpoint, record_remove_breakpoint): Manage
10614 record breakpoints list. Only remove breakpoints from the
10615 inferior if they had been inserted there in the first place.
10616
136e1c30
DE
106172012-01-17 Doug Evans <[email protected]>
10618
10619 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10620 if we know we don't have a file name to look for.
10621
c0bf857d
PA
106222012-01-17 Pedro Alves <[email protected]>
10623
10624 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10625 the frame's stop reason is UNWIND_UNAVAILABLE.
10626
b486de60
JK
106272012-01-17 Jan Kratochvil <[email protected]>
10628
10629 Fix compilation error.
10630 * m2-exp.y (yyerror): Use ANSI C prototype.
10631
d04550a6
SDJ
106322012-01-16 Sergio Durigan Junior <[email protected]>
10633
10634 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10635 (growbuf_by_size): Likewise.
10636 (yyerror): Likewise.
10637 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10638 (modblock): Remove variable (was #if 0'ed).
10639 (parse_number): Convert prototype from K&R to ANSI C.
10640 (yyerror): Likewise.
10641 * objc-exp.y (parse_number): Likewise.
10642 (yyerror): Likewise.
10643 (yylex): Remove #if 0'ed code.
10644 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10645 (yyerror): Likewise.
10646
4aac40c8
TT
106472012-01-16 Tom Tromey <[email protected]>
10648
10649 * NEWS: Add item.
10650 * symtab.h (compare_filenames_for_search): Declare.
10651 * symtab.c (compare_filenames_for_search): New function.
10652 (iterate_over_some_symtabs): Use it.
10653 * symfile.h (struct quick_symbol_functions)
10654 <map_symtabs_matching_filename>: Change spec.
10655 * psymtab.c (partial_map_symtabs_matching_filename): Use
10656 compare_filenames_for_search. Update for new spec.
10657 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10658 compare_filenames_for_search. Update for new spec.
10659 * breakpoint.c (clear_command): Use compare_filenames_for_search.
10660
cafec441
TT
106612012-01-16 Tom Tromey <[email protected]>
10662
10663 PR python/13281:
10664 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10665 (struct main_type) <flag_flag_enum>: New field.
10666 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10667 * NEWS: Add entries.
10668 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10669 enums.
10670 * python/lib/gdb/printing.py (_EnumInstance): New class.
10671 (FlagEnumerationPrinter): Likewise.
10672
983af33b
SDJ
106732012-01-16 Sergio Durigan Junior <[email protected]>
10674
10675 * breakpoint.c (create_sals_from_address_default): New function.
10676 (create_breakpoints_sal_default): Likewise.
10677 (decode_linespec_default): Likewise.
10678 (is_marker_spec): Removed.
10679 (strace_marker_p): New function.
10680 (init_breakpoint_sal): Using `strace_marker_p' instead of
10681 `is_marker_spec'.
10682 (create_breakpoint): Call method `create_sals_from_address' from
10683 breakpoint_ops, replacing code that created SALs conditionally
10684 on the type of the breakpoint. Call method `create_breakpoints_sal',
10685 replacing code that created breakpoints conditionally on the type
10686 wanted.
10687 (base_breakpoint_create_sals_from_address): New function.
10688 (base_breakpoint_create_breakpoints_sal): Likewise.
10689 (base_breakpoint_decode_linespec): Likewise.
10690 (base_breakpoint_ops): Add methods
10691 `base_breakpoint_create_sals_from_address',
10692 `base_breakpoint_create_breakpoints_sal' and
10693 `base_breakpoint_decode_linespec'.
10694 (bkpt_create_sals_from_address): New function.
10695 (bkpt_create_breakpoints_sal): Likewise.
10696 (bkpt_decode_linespec): Likewise.
10697 (tracepoint_create_sals_from_address): Likewise.
10698 (tracepoint_create_breakpoints_sal): Likewise.
10699 (tracepoint_decode_linespec): Likewise.
10700 (strace_marker_create_sals_from_address): Likewise.
10701 (strace_marker_create_breakpoints_sal): Likewise.
10702 (strace_marker_decode_linespec): Likewise.
10703 (strace_marker_breakpoint_ops): New variable.
10704 (addr_string_to_sals): Remove `marker_spec'. Call method
10705 `decode_linespec' from breakpoint_ops, replacing code that decoded
10706 an address string into a SAL. Use `strace_marker_p' instead of
10707 `marker_spec'.
10708 (strace_command): Decide whether we are dealing with a static
10709 tracepoint with marker or not. Use the appropriate breakpoint_ops.
10710 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10711 * breakpoint.h (linespec_result, linespec_sals): New forward
10712 declarations.
10713 (breakpoint_ops) <create_sals_from_address>,
10714 <create_breakpoints_sal>, <decode_linespec>: New methods.
10715
4795f398
DE
107162012-01-14 Doug Evans <[email protected]>
10717
10718 * NEWS: Update text for "maint set python print-stack".
10719 It is deprecated in gdb 7.4 and deleted in 7.5.
10720
ee5106fe
EZ
107212012-01-13 Eli Zaretskii <[email protected]>
10722
10723 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10724 including curses.h.
10725
b161e06f
JK
107262012-01-12 Jan Kratochvil <[email protected]>
10727
10728 * configure: Regenerate.
10729 * config.in: Regenerate.
10730
85254831
KS
107312012-01-12 Keith Seitz <[email protected]>
10732
10733 PR mi/10586
10734 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10735 (ANONYMOUS_UNION_NAME): Define.
10736 (is_path_expr_parent): New function.
10737 (get_path_expr_parent): New function.
10738 (is_anonymous_child): New function.
10739 (create_child_with_value): If the child is anonymous and without
10740 a name, assign an object name to it.
10741 (c_describe_child): Use get_path_expr_parent to determine
10742 the parent expression.
10743 If there field represents an anonymous struct or union and
10744 has no name, set an appropriate display name and expression.
10745 (cplus_describe_child): Likewise.
10746
620fa63a
PA
107472012-01-12 Pedro Alves <[email protected]>
10748
10749 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10750 available when %ebp is found to be zero (outermost).
10751
2efa2c79
AT
107522012-01-11 Andreas Tobler <[email protected]>
10753
10754 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10755 an internal gdb_static_assert.
10756 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10757
88e7d25d
TT
107582012-01-11 Tom Tromey <[email protected]>
10759
10760 PR gdb/9598:
10761 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10762 catch" and "catch throw".
10763
72384ba3
PH
107642012-01-11 Paul Hilfinger <[email protected]>
10765
10766 * blockframe.c (block_innermost_frame): Start search from selected
10767 frame, if present, or otherwise the current frame.
10768
10769 * c-exp.y (variable): Update innermost_block for
10770 'block COLONCOLON NAME' clause.
10771 * m2-exp.y (variable): Ditto.
10772 * objc-exp.y (variable): Ditto.
10773
065a711f
TT
107742012-01-10 Tom Tromey <[email protected]>
10775
10776 PR python/13199:
10777 * python/python.c (finish_python_initialization): Set sys.argv.
10778
f3f5162e
DE
107792012-01-10 Doug Evans <[email protected]>
10780
10781 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
10782 "want_line_info". All callers updated.
10783 (dwarf_decode_lines_1): New function.
10784 (handle_DW_AT_stmt_list): Add function comment.
10785 New arg "want_line_info". All callers updated.
10786 (read_file_scope,read_type_unit_scope): Move comment from
10787 handle_DW_AT_stmt_list to here.
10788
9934703b
JK
107892012-01-10 Jan Kratochvil <[email protected]>
10790
10791 Fix regression after libiberty/ update for GCC PR 6057 and others.
10792 * c-exp.y (operator) <OPERATOR DELETE>
10793 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10794 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10795 (make_builtin_type, make_name): New variable i, add gdb_assert.
10796 (operator) <OPERATOR NEW>: Update ARGS to 3.
10797 (operator) <OPERATOR DELETE>: Add trailing space.
10798 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10799 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10800 * cp-support.c (cp_canonicalize_string): Check NULL from
10801 cp_comp_to_string, call warning and return.
10802
06b9f45f
JK
108032012-01-10 Jan Kratochvil <[email protected]>
10804
10805 Fix duplicate .o files after omitting libbfd.a.
10806 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10807 (SFILES): Add corelow.c.
10808 (COMMON_OBS): Add corelow.o.
10809 (ALLDEPFILES): Remove corelow.c.
10810 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10811 * config/alpha/alpha-osf3.mh: Likewise.
10812 * config/alpha/fbsd.mh: Likewise.
10813 * config/arm/nbsdaout.mh: Likewise.
10814 * config/arm/nbsdelf.mh: Likewise.
10815 * config/i386/i386gnu.mh: Likewise.
10816 * config/ia64/hpux.mh: Likewise.
10817 * config/ia64/linux.mh: Likewise.
10818 * config/m32r/linux.mh: Likewise.
10819 * config/m68k/linux.mh: Likewise.
10820 * config/mips/irix5.mh: Likewise.
10821 * config/mips/irix6.mh: Likewise.
10822 * config/pa/hpux.mh: Likewise.
10823 * config/pa/linux.mh: Likewise.
10824 * config/powerpc/aix.mh: Likewise.
10825 * config/sparc/linux.mh: Likewise.
10826 * config/sparc/linux64.mh: Likewise.
10827 * config/sparc/sol2.mh: Likewise.
10828 * config/vax/vax.mh: Likewise.
10829 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10830 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10831 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10832 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10833 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10834 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10835 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10836 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10837 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10838 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10839 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10840 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10841 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10842 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10843 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10844 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10845 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10846 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10847 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10848 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10849 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10850 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10851 corelow.o from gdb_target_obs.
10852 * corefile.c (core_target): Update the comment on NULL value.
10853 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10854 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10855 MATCHES. Drop YUMMY set on NULL.
10856 (core_close): Do not call exit_inferior_silent on zero PID. Do not
10857 reclaim CORE_DATA if it is already NULL.
10858
34365054
DE
108592012-01-09 Doug Evans <[email protected]>
10860
10861 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10862 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10863
696166a3
KS
108642012-01-09 Keith Seitz <[email protected]>
10865
10866 * breakpoint.c (wrapper.h): Don't include.
10867
8e7b59a5
KS
108682012-01-09 Keith Seitz <[email protected]>
10869
10870 * Makefile.in (SFILES): Remove wrapper.c.
10871 (HFILES_NO_SRCDIR): Remove wrapper.h.
10872 (COMMON_OBS): Remove wrapper.o.
10873 * cli/cli-interp.c: Don't inlude wrapper.h.
10874 * corelow.c: Likewise.
10875 (core_open): Replace gdb_target_find_new_threads with
10876 TRY_CATCH around target_find_new_threads.
10877 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10878 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10879 * varobj.c (varobj_create): Likewise for parse_exp_1 and
10880 evaluate_expression.
10881 (varobj_set_value): Likewise for evaluate_expression and
10882 value_assign.
10883 (install_new_variable): Likewise for value_fetch_lazy.
10884 (adjust_value_for_child_access): Likewise for value_ind.
10885 (c_describe_child): Likewise for value_subscript and
10886 value_ind.
10887 (c_value_of_root): Likewise for evaluate_expression.
10888 * wrapper.c: Remove.
10889 * wrapper.h: Remove.
10890
1a4eeb98
DE
108912012-01-09 Doug Evans <[email protected]>
10892
9ff913ba
DE
10893 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10894 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
10895 "abfd" args with "section". All callers updated.
10896 Error checking code moved ...
10897 (error_check_comp_unit_head): ... here. New function.
10898 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10899 Delete arg "abfd". New arg "type_offset". All callers updated.
10900 (create_debug_types_hash_table): Simplify by using
10901 read_and_check_type_unit_head.
10902
1a4eeb98
DE
10903 * parser-defs.h (namecopy): Delete.
10904 * parse.c (namecopy, namecopy_size): Move into copy_name.
10905
2e6af8c0
JK
109062012-01-09 Jan Kratochvil <[email protected]>
10907
10908 Partially fix duplicate .o files after omitting libbfd.a.
10909 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10910 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10911 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10912 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10913 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10914 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10915 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10916
9f2f828a
PA
109172012-01-09 Pedro Alves <[email protected]>
10918
10919 * MAINTAINERS: Update my email address.
10920
4d72c0bc
DE
109212012-01-08 Doug Evans <[email protected]>
10922
d467dd73
DE
10923 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10924 n_type_units. Rename type_comp_units to all_type_units.
10925 All uses updated.
10926 (add_signatured_type_cu_to_table): Renamed from
10927 add_signatured_type_cu_to_list. All callers updated.
10928
4d72c0bc
DE
10929 * gdbtypes.h (struct cplus_struct_type): Delete member
10930 nfn_fields_total. All uses removed.
10931
21b2bd31
DE
109322012-01-06 Doug Evans <[email protected]>
10933
10934 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10935 to top of file.
10936 (dwarf2_find_comp_unit): Delete.
10937 (process_psymtab_comp_unit): Make result "void".
10938 Delete args buffer, info_ptr, buffer_size, and replace with
10939 "section". All callers updated.
10940 (dwarf2_build_psymtabs_hard): Simplify.
10941
bfd189b1
SDJ
109422012-01-06 Sergio Durigan Junior <[email protected]>
10943 Thiago Jung Bauermann <[email protected]>
10944
10945 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10946 before `struct gdb_exception'.
10947 * breakpoint.c (update_global_location_list_nothrow)
10948 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10949 * cp-abi.c (value_rtti_type): Likewise.
10950 * cp-support.c (cp_validate_operator): Likewise.
10951 * infrun.c (insert_exception_resume_breakpoint)
10952 (check_exception_resume, keep_going): Likewise.
10953 * mi-interp.c (mi_breakpoint_created)
10954 (mi_breakpoint_modified): Likewise.
10955 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10956 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10957 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10958
6b07635f
DE
109592012-01-05 Doug Evans <[email protected]>
10960
0b30b85c
DE
10961 * dwarf2read.c (statement_prologue): Delete, unused.
10962
98714339
DE
10963 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10964 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10965
6b07635f
DE
10966 * dwarf2read.c (comp_unit_header): Delete, unused.
10967
761f4555
UW
109682012-01-05 Ulrich Weigand <[email protected]>
10969
10970 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10971 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10972
2ca0b532
PA
109732012-01-05 Khoo Yit Phang <[email protected]>
10974
10975 * infrun.c (normal_stop): Don't skip calling the normal_stop
10976 observers if the thread was doing a multi-step, but stopped for
10977 some reason other than stepping.
10978
50aeff07
PA
109792012-01-05 Pedro Alves <[email protected]>
10980
10981 * cli/cli-decode.h: Add comments.
10982 (CMD_LIST_AMBIGUOUS): Moved to command.h
10983 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10984 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10985 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10986 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10987 (add_com, add_com_alias, add_info, add_info_alias)
10988 (complete_on_cmdlist, complete_on_enum, help_list): Remove
10989 declarations.
10990 * command.h: Add and adjust comments.
10991 (CMD_LIST_AMBIGUOUS): Moved here.
10992 (help_cmd, help_cmd_list): Delete declarations.
10993
5953832c
DE
109942012-01-04 Doug Evans <[email protected]>
10995
e5fe5e75
DE
10996 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10997 All callers updated.
10998 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10999 Replace all arguments with "per_cu". All callers updated.
11000
28dee7f5
DE
11001 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11002
23745b47
DE
11003 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11004 New arg "per_cu". All callers updated.
11005
5953832c
DE
11006 Delete #if 0'd out code.
11007 * language.c (binop_result_type): Delete.
11008 (simple_type, ordered_type, same_type, integral_type): Delete.
11009 (numeric_type, character_type, string_type, boolean_type): Delete.
11010 (float_type, structured_type): Delete.
11011 * language.h: Update.
11012
0f5b7562
TT
110132012-01-04 Tom Tromey <[email protected]>
11014
11015 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11016
78218f56
JB
110172012-01-04 Joel Brobecker <[email protected]>
11018
11019 * corefile.c (close_exec_file): Delete.
11020 (reopen_exec_file): Remove commented out code that seems related
11021 to close_exec_file, which is being deleted here.
11022 * inferior.h (close_exec_file): Delete.
11023 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11024
0fcd72ba
JB
110252012-01-04 Joel Brobecker <[email protected]>
11026
11027 * ada-lang.c: #include "cli/cli-utils.h".
11028 (get_selections): Use skip_spaces.
11029 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11030 (catch_ada_exception_command_split): Use skip_spaces.
11031 (ada_decode_assert_location): Likewise.
11032
1dabb4c4
JB
110332012-01-04 Joel Brobecker <[email protected]>
11034
11035 * linespec.c (decode_line_internal): Check for C++ or Java
11036 compound constructs only if the current language is C, C++
11037 or Java.
11038
5931a2fa
JK
110392012-01-04 Jan Kratochvil <[email protected]>
11040
11041 Revert:
11042 2012-01-02 Jan Kratochvil <[email protected]>
11043 Joel Brobecker <[email protected]>
11044 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11045 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11046 3 times.
11047 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11048 fall through into AT_ENTRY_POINT.
11049 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11050 DUMMY_ADDR with it.
11051 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11052 PPC_INSN_SIZE skip to 3 times.
11053
1a2da5ee
JB
110542012-01-04 Joel Brobecker <[email protected]>
11055
11056 * linespec.c (add_minsym): Preserve function descriptors.
11057
8645ff69
UW
110582012-01-04 Ulrich Weigand <[email protected]>
11059
11060 * breakpoint.c (all_locations_are_pending): Consider locations
11061 in program spaces executing during startup pending as well.
11062
0b302171
JB
110632012-01-04 Joel Brobecker <[email protected]>
11064
11065 Copyright year update in most files of the GDB Project.
11066
8ba098ad
JB
110672012-01-04 Joel Brobecker <[email protected]>
11068
11069 * copyright.sh: Delete.
11070 * copyright.py: Rewrite.
11071
09c01c30
JB
110722012-01-04 Joel Brobecker <[email protected]>
11073
11074 * gnulib/extra/update-copyright: New file, imported from gnulib.
11075
3c36c0af
JB
110762012-01-04 Joel Brobecker <[email protected]>
11077
11078 * README (Copyright and License Notices): New section.
11079
888fe1e1
TT
110802012-01-03 Tom Tromey <[email protected]>
11081
11082 PR python/12533:
11083 * python/py-value.c (valpy_dereference, valpy_get_address
11084 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11085 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11086 (valpy_absolute, valpy_richcompare): Free intermediate values.
11087
6e681866
JB
110882011-01-03 Joel Brobecker <[email protected]>
11089
11090 * ada-lang.c: Reformat the copyright notice.
11091
0cd09acb
JK
110922012-01-02 Jan Kratochvil <[email protected]>
11093
11094 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11095 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11096 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11097 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11098 Revert this part of:
11099 2012-01-02 Jan Kratochvil <[email protected]>
11100 Build gdb directly from *.o files not using libgdb.a.
11101 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11102
12c3e59c
JB
111032012-01-02 Joel Brobecker <[email protected]>
11104
11105 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11106 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11107 Reformat the copyright header.
11108
11bf1490
JK
111092012-01-02 Jan Kratochvil <[email protected]>
11110
11111 Revert this part of:
11112 2012-01-02 Jan Kratochvil <[email protected]>
11113 Remove the gdbtui binary.
11114 * gdb.c (main): Remove args.interpreter_p initialization.
11115 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11116 * main.h (struct captured_main_args): Remove interpreter_p.
11117
1fef196f
JB
111182012-01-02 Joel Brobecker <[email protected]>
11119
11120 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11121
67827812
JB
111222012-01-02 Joel Brobecker <[email protected]>
11123
11124 * top.c (print_gdb_version): Update copyright year.
11125
a4d0b831
YQ
111262012-01-02 Yao Qi <[email protected]>
11127
11128 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11129
b5914469
JK
111302012-01-02 Jan Kratochvil <[email protected]>
11131 Joel Brobecker <[email protected]>
11132
11133 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11134 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11135 3 times.
11136 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11137 fall through into AT_ENTRY_POINT.
11138 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11139 DUMMY_ADDR with it.
11140 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11141 PPC_INSN_SIZE skip to 3 times.
11142
8da828f7
JK
111432012-01-02 Jan Kratochvil <[email protected]>
11144
11145 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11146 the return value.
11147 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11148
8574e74b
JK
111492012-01-02 Jan Kratochvil <[email protected]>
11150
11151 Build gdb directly from *.o files not using libgdb.a.
11152 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11153 (COMMON_OBS): Remove solib-target.o.
11154 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11155 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11156 (LIBGDB_OBS, libgdb.a): Move it above.
11157 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11158 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11159 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11160 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11161 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11162 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11163 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11164 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11165 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11166 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11167 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11168 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11169 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11170 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11171 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11172 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11173 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11174 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11175 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11176 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11177 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11178 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11179 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11180 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11181 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11182 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11183 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11184
217bff3e
JK
111852012-01-02 Jan Kratochvil <[email protected]>
11186
11187 Remove the gdbtui binary.
11188 * .gitignore (/gdbtui): Remove.
11189 * Makefile.in (TUI): Remove.
11190 (SUBDIR_TUI_OBS): Remove tui-main.o.
11191 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11192 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11193 (tui-main.o): Remove.
11194 (all_object_files): Remove tui-main.o.
11195 * NEWS: New note for the gdbtui removal.
11196 * configure: Rebuilt.
11197 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11198 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11199 CONFIG_UNINSTALL respectively.
11200 * gdb.c (main): Remove args.interpreter_p initialization.
11201 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11202 * main.h (struct captured_main_args): Remove interpreter_p.
11203 * tui/tui-main.c: Remove.
11204
9cdd5dbd
DE
112052012-01-01 Doug Evans <[email protected]>
11206
bb5ed363
DE
11207 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11208 (dwarf2_physname, read_import_statement): Ditto.
11209 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11210 (process_structure_scope read_subroutine_type): Ditto.
11211 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11212 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11213 (dwarf2_fetch_die_location_block): Ditto.
11214 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11215
a0f42c21
DE
11216 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11217 All callers updated.
11218 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11219 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11220 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11221
2dc860c0
DE
11222 * dwarf2read.c (load_cu): Move assert to more useful location.
11223
68dc6402
DE
11224 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11225 All callers updated.
11226
9cdd5dbd
DE
11227 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11228 (dwarf2_elf_names): Minor reformat.
11229 (dwarf2_per_cu_data): Tweak comment.
11230 (dwarf2_read_section): Fix comment.
11231 (create_all_comp_units): Fix comment.
11232 (load_full_comp_unit): Fix comment.
11233 (process_full_comp_unit): Fix comment.
11234 (read_signatured_type): Fix comment.
11235
0c10e53e 11236For older changes see ChangeLog-2011.
c906108c
SS
11237\f
11238Local Variables:
11239mode: change-log
11240left-margin: 8
11241fill-column: 74
11242version-control: never
57da7796 11243coding: utf-8
c906108c 11244End:
This page took 4.306163 seconds and 4 git commands to generate.