Fix the date error.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
51f4db83 12009-05-06 Hui Zhu <teawater@gmail.com>
e7a8dbfb 2
8408d274
HZ
3 * i386-tdep.c (i386_process_record): Change bzero to memset.
4
51f4db83 52009-05-06 Hui Zhu <teawater@gmail.com>
8408d274
HZ
6
7 * NEWS: Add item for process record and replay.
e7a8dbfb 8
f6402f18
MG
92009-05-05 Maxim Grigoriev <maxim2405@gmail.com>
10
11 * xtensa-tdep.c (xtensa_frame_cache): Use pc instead of cache->pc.
12
fb14de7b
UW
132009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
14
15 * inferior.h (read_pc, write_pc): Remove.
16 * regcache.c (read_pc, write_pc): Remove.
17
18 * infrun.c (displaced_step_fixup): Use regcache_read_pc instead
19 of read_pc.
20 (handle_inferior_event): Use regcache_read_pc instead of read_pc
21 when determining value of stop_pc. Replace subsequent uses of
22 read_pc by inspecting already-retrieved stop_pc value.
23 (keep_going): Use regcache_read_pc instead of read_pc.
24
25 * breakpoint.c (watchpoint_check): Use current frame architecture
26 and PC instead of current_gdbarch and read_pc ().
27 * tracepoint.c (set_traceframe_context): Replace PC argument
28 with FRAME argument.
29 (trace_start_command, finish_tfind_command): Update calls.
30 (finish_tfind_command): Compare frame IDs to identify transitions
31 between frames.
32 (trace_find_pc_command): Use regcache_read_pc instead of read_pc.
33 * rs6000-nat.c (exec_one_dummy_insn): Pass in regcache instead
34 of gdbarch. Use regcache_read_pc and regcache_write_pc instead
35 of read_pc and write_pc.
36 (store_register): Make regcache argument non-const. Update call
37 to exec_one_dummy_insn.
38
39 * thread.c (switch_to_thread): Use regcache_read_pc instead of read_pc.
40 * infcmd.c (post_create_inferior): Likewise.
41 * solib-darwin.c (darwin_solib_create_inferior_hook): Likewise.
42 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
43 * solib-sunos.c (sunos_solib_create_inferior_hook): Likewise.
44 * solib-svr4.c (enable_break, svr4_relocate_main_executable): Likewise.
45 * linux-fork.c (fork_load_infrun_state): Likewise.
46 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
47 * record.c (record_wait): Likewise.
48 * procfs.c (procfs_wait): Likewise.
49 * remote-mips.c (common_open, mips_wait): Likewise.
50 * remote-m32r-sdi.c (m32r_resume): Likewise.
51
52 * symfile.c (generic_load): Use regcache_write_pc instead of write_pc.
53 * monitor.c (monitor_create_inferior, monitor_load): Likewise.
54 * m32r-rom.c (m32r_load, m32r_upload_command): Likewise.
55 * remote-m32r-sdi.c (m32r_create_inferior, m32r_load): Likewise.
56 * remote-mips.c (mips_create_inferior, mips_load): Likewise.
57
58 * solib-darwin.c: Include "regcache.h".
59 * solib-pa64.c: Include "regcache.h".
60 * solib-svr4.c: Include "regcache.h.".
61
62 * symfile.c: Do not mention read_pc or write_pc in comments.
63 * dink32-rom.c: Likewise.
64 * m32r-rom.c: Likewise.
65 * mips-tdep.c: Likewise.
66
f698437e
UW
672009-05-05 Ulrich Weigand <uweigand@de.ibm.com>
68
69 * fork-child.c (startup_inferior): Move setting stop_pc ...
70 * infcmd.c (post_create_inferior): ... to here.
71
64644d9b
MS
722009-05-04 Michael Snyder <msnyder@vmware.com>
73
74 * NEWS: Add item for reverse debugging commands.
75
67ce33d7
PA
762009-05-04 Pedro Alves <pedro@codesourcery.com>
77
78 * go32-nat.c (go32_stop): Delete.
79 (go32_kill_inferior): Rewrite to only call go32_mourn_inferior.
80 (go32_create_inferior): Don't call go32_stop or
81 go32_kill_inferior.
82 (go32_mourn_inferior): Inline go32_stop and go32_kill_inferior
83 here.
84 (init_go32_ops): Don't register go32_stop.
85
26a4ddaa
EZ
862009-05-02 Eli Zaretskii <eliz@gnu.org>
87
88 * dbxread.c (read_dbx_symtab): Avoid compiler warnings for
89 sym_name.
90
91 * infcall.c (find_function_addr): Avoid compiler warnings for
92 funaddr.
93
a11a1416
JK
942009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
95
96 * dictionary.c (dict_hashed_vector, dict_hashed_expandable_vector)
97 (dict_linear_vector, dict_linear_expandable_vector): Fix a comment typo.
98
ee78f3e5
DE
992009-05-01 Doug Evans <dje@google.com>
100
101 * linux-thread-db.c (thread_db_pid_to_str): Delete unused assignment
102 to thread_info.
103
699275c9
EZ
1042009-05-01 Eli Zaretskii <eliz@gnu.org>
105
299a410e
EZ
106 * record.c (_initialize_record): Reformat and clarify doc strings
107 for stop-at-limit and insn-number-max.
108
699275c9
EZ
109 * go32-nat.c: Add comments about dirty secrets of DJGPP debugging.
110
323427d1
JK
1112009-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 Make specifiable the make_function_type type memory ownership.
114 * gdbtypes.c (make_function_type): New parameter `objfile', use it
115 explicitely instead of TYPE-initialized removed local variable
116 `objfile'. Describe `objfile' it in the function comment.
117 (lookup_function_type): Update make_function_type callers.
118 * gdbtypes.h (make_function_type): Update the prototype.
119 * jv-lang.c (java_link_class_type): Update make_function_type callers.
120 * dwarf2read.c (read_subroutine_type): Likewise.
121 * stabsread.c (read_type): Likewise.
122
15430fc0
EZ
1232009-05-01 Eli Zaretskii <eliz@gnu.org>
124
89c9c2ec
EZ
125 * go32-nat.c (go32_pid_to_str): Call normal_pid_to_str instead of
126 printing a bogus "Thread <main>".
127 (go32_thread_alive): Don't return 1 for null_ptid.
128
15430fc0
EZ
129 * i386-tdep.c (i386_go32_init_abi): Override the number of
130 registers due to non-support of SSE.
131
c7098c41
AG
1322009-04-30 Anthony Green <green@moxielogic.com>
133
134 * configure.tgt: Link the moxie simulator in with gdb.
135
25c2f6ab
PP
1362009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
137
138 * elfread.c (elf_symtab_read): Don't assume .data and .rodata
139 are present.
15430fc0 140
77fcef51
HZ
1412009-04-30 Hui Zhu <teawater@gmail.com>
142 Michael Snyder <msnyder@vmware.com>
143
144 I386 Linux process record and replay support.
145
146 * i386-linux-tdep.c (i386_linux_record_tdep): New variable.
147 This struct has the argument for the function
148 "record_linux_system_call".
149 (i386_linux_intx80_sysenter_record): New function. Parse the
150 system call instruction and call function
151 "record_linux_system_call" to record execute log.
152 (i386_linux_init_abi): Initialize "i386_linux_record_tdep".
153 Set "i386_linux_intx80_sysenter_record" to
154 "i386_intx80_record" and "i386_sysenter_record".
155
7ad10968
HZ
1562009-04-30 Hui Zhu <teawater@gmail.com>
157 Michael Snyder <msnyder@vmware.com>
158
159 I386 architecture process record and replay support.
160
161 * i386-tdep.c (PREFIX_REPZ, PREFIX_REPNZ, PREFIX_LOCK,
162 PREFIX_DATA, PREFIX_ADDR): New macros. Help decode the i386
163 instruction set.
164 (aflag, dflag, override, modrm, mod, reg, rm, ot,
165 i386_record_pc): New variables. Ditto.
166 (i386_record_modrm, i386_record_lea_modrm_addr,
167 i386_record_lea_modrm): New functions. Ditto.
168 (i386_process_record): New function. Parse the instruction in
169 address "addr" and record the values of registers and memory
170 that will be changed by this instruction.
171 (i386_gdbarch_init): Set "i386_process_record" to GDBARCH
172 "process_record" interface.
173 * i386-tdep.h (gdbarch_tdep): New function pointers
174 "i386_intx80_record" and "i386_sysenter_record" that point to
175 the function that can record "intx80" and "sysenter" execute
176 log.
177
96429cc8
HZ
1782009-04-30 Hui Zhu <teawater@gmail.com>
179 Michael Snyder <msnyder@vmware.com>
180
181 * infrun.c (use_displaced_stepping): Return false if process
182 record and replay target is used.
183 (proceed): Call function "record_not_record_set" if pocess
184 record and replay target is used.
185
b7f6bf22
HZ
1862009-04-30 Hui Zhu <teawater@gmail.com>
187 Michael Snyder <msnyder@vmware.com>
188
189 Linux process record and replay support.
190
191 * Makefile.in (ALLDEPFILES): Add linux-record.c.
192 (ALL_TARGET_OBS): Add linux-record.o.
193 * configure.tgt (x86_64-*-linux*): Add linux-record.o.
194 (i[34567]86-*-linux*): Add linux-record.o.
195 * linux-record.c, linux-record.h: New file.
196
69d05d38
HZ
1972009-04-30 Hui Zhu <teawater@gmail.com>
198 Michael Snyder <msnyder@vmware.com>
199
200 Process record and replay target.
201
202 * Makefile.in (SFILES): Add record.c.
203 (COMMON_OBS): Add record.o.
204 * record.c, record.h: New file.
205
81e64f55
HZ
2062009-04-30 Hui Zhu <teawater@gmail.com>
207 Michael Snyder <msnyder@vmware.com>
208
209 * target.h (strata): New stratum "record_stratum".
210
0407e712
HZ
2112009-04-30 Hui Zhu <teawater@gmail.com>
212 Michael Snyder <msnyder@vmware.com>
213
214 GDBARCH interface for process record and replay.
215
216 * gdbarch.sh (process_record): This interface point to the
217 function that records the inferior execute log.
218
c5af0dad
DE
2192009-04-29 Doug Evans <dje@google.com>
220
221 * i386-nat.c (child_post_startup_inferior): Delete, unused.
222
df2b6d2d
PA
2232009-04-29 Pedro Alves <pedro@codesourcery.com>
224
225 * breakpoint.c (print_exception_catchpoint): Access `b' directly
226 instead of `b->loc->owner'.
227 (print_mention_exception_catchpoint): Ditto.
228
484086b7
JK
2292009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
230
231 * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero.
232
379a77b5
TT
2332009-04-27 Tom Tromey <tromey@redhat.com>
234
235 * c-exp.y (yylex): Handle '[' and ']' like '(' and ')'.
236
aad80b26
JG
2372009-04-27 Jerome Guitton <guitton@adacore.com>
238
239 * symtab.c (append_exact_match_to_sals): New function, extracted
240 from expand_line_sal.
241 (expand_line_sal): Use append_exact_match_to_sals to append exact
242 matches. If none found, append all best items.
243
57a46001
JG
2442009-04-27 Jerome Guitton <guitton@adacore.com>
245
246 * main.c (captured_main): Move gdbinit lookups after gdb_init.
247
d389af10
JK
2482009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 PR gdb/9675:
251 * dwarf2read.c (unsigned_int_compar, inherit_abstract_dies): New.
252 (read_func_scope): Call inherit_abstract_dies.
253
90b9b517
EZ
2542009-04-25 Eli Zaretskii <eliz@gnu.org>
255
256 * Makefile.in (ALLDEPFILES): Remove duplicate entries for
257 sparc-sol2-nat.c and sparc-sol2-tdep.c.
80a0ea0f
EZ
258
259 * stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
260
5ac79d78
PM
2612009-04-24 Pierre Muller <muller.u-strasbg.fr>
262
263 ARI change: Use "/* ARI: rule */" pattern.
264 * utils.c: Update ARI patterns.
265 * gdb_dirent.h: Likewise.
266
d7066cce
AG
2672009-04-23 Anthony Green <green@moxielogic.com>
268
269 * MAINTAINERS: Add moxie target.
270 * configure.tgt: Add moxie-*-elf target.
271 * moxie-tdep.c: New file.
272 * moxie-tdep.h: New file.
273
fc84d355 2742009-04-23 Joel Brobecker <brobecker@adacore.com>
72fcaa05
JB
275
276 * ada-lang.c: Remove an extra empty line. No code change.
277
217dc9e2
JK
2782009-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
279
280 Fix double free on error inserting the breakpoint instruction.
281 * breakpoint.c (create_breakpoints): Move the
282 update_global_location_list call to ...
283 (break_command_really): ... here together with the second local call
284 both unified after all the cleanups.
285
b14b1491
TT
2862009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
287 Tom Tromey <tromey@redhat.com>
288
289 * configure, config.in: Regenerate.
290 * configure.ac: Support for relocatable GDB datadir. Use
291 GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE.
292 * acinclude.m4 (GDB_AC_WITH_DIR): New defun.
293 * top.c (init_main): Add "set data-directory".
294 * defs.h (gdb_datadir): Declare.
295 * main.c (gdb_datadir): New global.
296 (captured_main): Initialize gdb_datadir. Use relocate_directory.
297 (relocate_path): New function.
298 (relocate_directory): Likewise.
299 (get_init_files): Use relocate_path.
300 (README): Mention --with-gdb-datadir.
301
5e7b5f74
JB
3022009-04-23 Joel Brobecker <brobecker@adacore.com>
303
304 * ada-tasks (task_command_1): Call target_find_new_threads.
305
465f42bb
JB
3062009-04-23 Joel Brobecker <brobecker@adacore.com>
307
308 * stack.c (do_gdb_disassembly): Print the exception message if an
309 error was thrown while trying to perform the disassembly.
310
3038237c
JK
3112009-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
312
313 * varobj.c (free_variable): Replace free_current_contents by xfree.
314
17c12639
KH
3152009-04-22 Kazu Hirata <kazu@codesourcery.com>
316
317 * arm-linux-nat.c (fetch_register, store_register): Use
318 ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
319 * arm-linux-tdep.c (arm_linux_supply_gregset,
320 arm_linux_collect_gregset): Likewise.
321 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
322 * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
323
a362e3d3
HZ
3242009-04-22 Hui Zhu <teawater@gmail.com>
325
326 * stack.c (_initialize_stack): Set the default of
327 disassemble-next-line to off.
328
d2596e2e
TT
3292009-04-21 Tom Tromey <tromey@redhat.com>
330
331 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
332 * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
333
62e4f60c
AS
3342009-04-21 Andreas Schwab <schwab@linux-m68k.org>
335
336 * configure.ac: Add quotes to not lose brackets in help text.
337 * configure: Rebuild.
338
82cd387f 3392009-04-21 Andreas Schwab <schwab@linux-m68k.org>
cfd53605
AS
340
341 * configure.ac: Don't postprocess Makefile in config.status.
342 Substitute GDB_NM_FILE. Don't substitute nm_h.
343 * Makefile.in (GDB_NM_FILE): Substitute.
344 (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
345 * configure: Regenerate.
346 * gnulib/Makefile.in: Regenerate.
347
26e251b6
JM
3482009-04-21 Joseph Myers <joseph@codesourcery.com>
349
350 * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
351 --with-htmldir): New.
352 * configure: Regenerate.
353
32c1c914
TT
3542009-04-21 Tom Tromey <tromey@redhat.com>
355
356 * configure: Rebuild.
357 * configure.ac: Use lower case for start of help strings. Clean
358 up --with-sysroot help.
359
a1220294
TT
3602009-04-21 Tom Tromey <tromey@redhat.com>
361
362 * configure: Rebuild.
363 * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
364 * configure.ac: Use AC_HELP_STRING. Use upper case for variables
365 in help.
366
dfc3cd0e
PM
3672009-04-21 Pierre Muller <muller.u-strasbg.fr>
368
369 ARI fix: remove "%p".
370 * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
371 (ia64_sigtramp_frame_this_id): Ditto.
372 (ia64_libunwind_frame_this_id): Ditto.
373 (ia64_libunwind_sigtramp_frame_this_id): Ditto.
374 * symmisc.c (maintenance_info_psymtabs): Ditto.
375
29b0e8a2
JM
3762009-04-21 Joseph Myers <joseph@codesourcery.com>
377
378 * configure.ac (--with-relocated-sources): New.
379 * configure, config.in: Regenerate.
380 * source.c (add_substitute_path_rule): Remove static.
381 * source.h (add_substitute_path_rule): Declare.
382 * main.c: Include "source.h".
383 (captured_main): Add substitution rule if RELOC_SRCDIR.
384
ccabeb57
PM
3852009-04-21 Pierre Muller <muller.u-strasbg.fr>
386
387 * gnu-nat.h (proc_debug): Add missing continuation line in macro.
cfd53605 388
b9412953
DD
3892009-04-20 David Daney <ddaney@caviumnetworks.com>
390
391 * NEWS: Mention MIPS/Linux hardware watchpoint support.
392
3932009-04-20 David Daney <ddaney@caviumnetworks.com>
394
395 * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
396 (maint_show_dr, super_close): New variables.
397 (super_fetch_registers, super_store_registers): Make static.
398 (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
399 (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
400 (pt_watch_style): Define new enum.
401 (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
402 Define new structs.
403 (watch_readback_valid, watch_readback, current_watches, watch_mirror):
404 New variables.
405 (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
406 (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
407 (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
408 (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
409 (type_to_irw, fill_mask, try_one_watch)
410 (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
411 (mips_linux_new_thread, populate_regs_from_watches)
412 (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
413 (mips_linux_close): New functions.
414 (_initialize_mips_linux_nat): Register watchpoint functions with
415 the target_ops. Add show-debug-regs maintenance command.
416
4172009-04-20 David Daney <ddaney@caviumnetworks.com>
418
419 * infrun.c (handle_inferior_event): Move gegisters_changed call down.
420
6de3146c
PA
4212009-04-19 Pedro Alves <pedro@codesourcery.com>
422
423 * NEWS: Mention gdbserver support for x86 Windows CE.
424
10085bb5
EZ
4252009-04-19 Eli Zaretskii <eliz@gnu.org>
426
e424a02e
EZ
427 * config/djgpp/fnchange.lst: Fix typos.
428
10085bb5
EZ
429 Set default host and target charsets in the DJGPP port.
430
431 * config/djgpp/config.sed (am_cv_langinfo_codeset)
432 (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes"
433 in all configure scripts that define ac_cv_env_CPP_value.
434
435 * go32-nat.c (dos_codepage, nl_langinfo): New functions.
436 Include langinfo.h.
437
438 * config/djgpp/nl_types.h: New file.
439
440 * config/djgpp/langinfo.h: New file.
441
442 * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
443
2b831889
JM
4442009-04-18 Carlos O'Donell <carlos@codesourcery.com>
445
446 * Makefile.in (MAKEHTML): Set to makeinfo --html.
447 (MAKEHTMLFLAGS): Set to empty.
448
d647eed6
EZ
4492009-04-18 Eli Zaretskii <eliz@gnu.org>
450
d7713ae0
EZ
451 * NEWS: Mention all new set/show commands added since GDB 6.8 was
452 released.
453
d647eed6
EZ
454 * go32-nat.c (go32_sysinfo): Check if the call to
455 __dpmi_get_capabilities fills the buffer with information, and
456 don't use the buffer if not.
457
58720494
TT
4582009-04-17 Tom Tromey <tromey@redhat.com>
459
460 * charset.c (_initialize_charset): Add special case for "646".
461
89a34d1b
JM
4622009-04-17 Carlos O'Donell <carlos@codesourcery.com>
463
464 * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
465 * configure: Regenerate.
466 * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from
467 configure substitutions.
468 (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
469
a74ce742
PM
4702009-04-17 Pierre Muller <muller.u-strasbg.fr>
471
472 ARI fix: Do not use %p, replace by call to host_address_to_string
473 for host pointers.
474 * darwin-nat.c (darwin_xfer_partial): Apply change.
475 * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto.
476 * gnu-nat.h (proc_debug): Ditto.
477 * symmisc.c (maintenance_info_symtabs): Ditto.
478 (maintenance_info_psymtabs): Ditto.
479 * windows-nat.c (handle_load_dll): Ditto.
480 (handle_unload_dll, info_w32_command, handle_exception): Ditto.
481 * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
482
0ca8834f
JM
4832009-04-17 Joseph Myers <joseph@codesourcery.com>
484
485 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration if
486 --enable-64-bit-bfd.
487 (sparc-*-linux*): Likewise.
488
541f1105
EZ
4892009-04-17 Eli Zaretskii <eliz@gnu.org>
490
491 * go32-nat.c (go32_sysinfo): Update list of Windows versions of
492 the NT family.
493
1554e9be
PA
4942009-04-16 Pedro Alves <pedro@codesourcery.com>
495
496 * remote.c (remote_query_attached): Fix pasto in packet_ok result
497 checking.
498
bf75638e
JB
4992009-04-16 Joel Brobecker <brobecker@adacore.com>
500
501 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
502 Revert the previous change. Might not be correct, actually.
503
3705b1c5
JB
5042009-04-16 Joel Brobecker <brobecker@adacore.com>
505
506 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)
507 (ada_get_current_task, ada_print_exception_breakpoint_nontask)
508 (ada_print_exception_breakpoint_task, ada_reset_thread_registers):
509 Remove declaration. These are non-existent functions.
510
37da21bc
JB
5112009-04-16 Joel Brobecker <brobecker@adacore.com>
512
513 * procfs.c (solib_mappings_callback, find_memory_regions_callback):
514 Fix a compilation warning on mips-irix due to casting from
515 a pointer of different size.
516
6f38eac8
JB
5172009-04-16 Joel Brobecker <brobecker@adacore.com>
518
519 * ada-lang.c (symtab_for_sym): Delete.
520 (user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
521
f9bc20b9
JB
5222009-04-16 Joel Brobecker <brobecker@adacore.com>
523
524 * ada-lang.c (extract_string): Delete.
525 (ada_main_name): Reimplement using target_read_string instead of
526 extract_string.
527
335d71d6
AS
5282009-04-16 Andreas Schwab <schwab@linux-m68k.org>
529
530 * m68klinux-nat.c: Remove obsolete comment.
531 (fetch_register, store_register): Don't call
532 gdbarch_cannot_fetch_register or gdbarch_cannot_store_register,
533 which are always nops here.
534
732f6a93
TT
5352009-04-14 Tom Tromey <tromey@redhat.com>
536
537 * c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING.
538 (c_printstr): Likewise.
539 * charset.c: Include gdb_wait.h.
540 (make_wchar_iterator): Use INTERMEDIATE_ENCODING.
541 (find_charset_names): Use pexecute. Handle libiconv's output.
542 Detect errors.
543 (_initialize_charset): Use xstrdup.
544 * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar
545 cases.
546 (INTERMEDIATE_ENCODING): New define.
547 * configure, config.in: Rebuild.
548 * configure.ac: Check for btowc.
549
334cc82d
TT
5502009-04-15 Tom Tromey <tromey@redhat.com>
551
552 * c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP.
553
27e3013d
EZ
5542009-04-15 Eli Zaretskii <eliz@gnu.org>
555
556 * utils.c (parse_escape): Initialize target_char to pacify GCC.
557
8ea5dfdf
JK
5582009-04-14 Jan Kratochvil <jan.kratochvil@redhat.com>
559
560 * c-lang.c (c_get_string): Fix xfree crash on a failed string read.
561
88c15c34
PM
5622009-04-14 Pierre Muller <muller@ics.u-strasbg.fr>
563
564 ARI fix: sprintf rule.
565 * ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf.
566 * ada-lang.c (add_angle_brackets): Use xstrprintf.
567 (ada_decode): Replace sprintf by xsnprintf.
568 (find_old_style_renaming_symbol): Ditto.
569 (ada_to_fixed_type_1, ada_enum_name): Ditto.
570
571
efbd6e75
JB
5722009-04-14 Joel Brobecker <brobecker@adacore.com>
573
574 * target.c (target_mourn_inferior): Call bfd_cache_close_all
575 after having executed the target mourn_inferior routine.
576
b46df7a1
EZ
5772009-04-14 Eli Zaretskii <eliz@gnu.org>
578
579 * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
580 undefined.
581
2facfe5c
DD
5822009-04-13 David Daney <ddaney@caviumnetworks.com>
583
584 * infrun.c (maybe_software_singlestep): New function.
585 (resume): Call maybe_software_singlestep.
586 (handle_inferior_event): Same.
587
18e8c3bc
TT
5882009-04-13 Tom Tromey <tromey@redhat.com>
589
590 * python/python-frame.c (frapy_richcompare): Return
591 Py_NotImplemented, not an error. Handle Py_NE as well.
592
e726d784
EZ
5932009-04-13 Eli Zaretskii <eliz@gnu.org>
594
595 * charset.c (EILSEQ): Define if not defined by system headers.
596
685af672
EZ
5972009-04-11 Eli Zaretskii <eliz@gnu.org>
598
238f4807 599 * config/djgpp/config.sed: Tweak ac_config_files in intl/configure
a2effb2e 600 to be consistent with renaming config.intl.in into config_intl.in.
238f4807 601
c03b3c32
EZ
602 * go32-nat.c (go32_attach, go32_detach): Fix prototypes to be
603 consistent with the change from 2008-11-09.
685af672 604
c16abbde
JK
6052009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
606
607 * gdbtypes.c: Remove excessive parentheses at the return keywords.
2dbd25e5 608 * varobj.c (varobj_invalidate): Fix indentation.
f4a34a08 609 * varobj.c (varobj_invalidate): Fix formatting text width.
c16abbde 610
143260c9
VP
6112009-04-08 Vladimir Prus <vladimir@codesourcery.com>
612
613 Implement -exec-jump.
614
615 * mi/mi-cmds.h (mi_cmd_exec_jump): Declare.
616 * mi/mi-main.c (mi_cmd_exec_jump): New.
617 * mi/mi-cmds.c (mi_cmds): Register exec-jump.
618
d10c338d
DE
6192009-04-07 Doug Evans <dje@google.com>
620
621 * symfile.c (symbol_file_clear): Fix indentation.
622
e5a6ba44
MK
6232009-04-06 Mark Kettenis <kettenis@gnu.org>
624
625 * sparc64nbsd-nat.c (sparc64nbsd_supply_pcb): Fix comment.
626
409c383c
UW
6272009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
628
629 * ppc-linux-nat.c (ppc_linux_target_wordsize): New function.
630 (ppc_linux_auxv_parse): New function.
631 (ppc_linux_read_description): Use ppc_linux_target_wordsize.
632 (_initialize_ppc_linux_nat): Install ppc_linux_auxv_parse.
633
6342009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
9592c5d0
UW
635
636 * spu-linux-nat.c (spu_bfd_open): Set filename of in-memory
637 BFD to contents of SPU name note.
638 (spu_symbol_file_add_from_memory): Call symbol_file_add_from_bfd
639 with "from_tty" argument 1 instead of 0.
640
de40b933
JK
6412009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
642
643 * dwarf2read.c
644 (new_symbol <DW_TAG_variable> <!DW_AT_location> <DW_AT_external>):
645 Create the symbol in local scope.
646 * symtab.h (cu->list_in_scope <LOC_UNRESOLVED>): New comment part.
647
6cbbcdfe
KS
6482009-04-02 Keith Seitz <keiths@redhat.com>
649
650 * stabsread.c (read_member_functions): GCC may emit an extra space
651 at the end of the names "__base_ctor" and "__base_dtor"; so ignore
652 whitespace when looking for these functions.
653
476f7b68
JB
6542009-04-01 Joel Brobecker <brobecker@adacore.com>
655
656 Change the default value for "set print frame-arguments" to scalars.
657
658 * stack.c (print_frame_arguments): Set initial value to "scalars".
659
865093a3
AR
6602009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
661
662 * mips-tdep.c (mips_numeric_register_alieses): New definition.
cfd53605 663 (mips_gdbarch_init): Add user registers from
865093a3
AR
664 mips_numeric_register_aliases.
665
5d3b6af6
JB
6662009-04-01 Joel Brobecker <brobecker@adacore.com>
667
668 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.
669
9db03742
JB
6702009-04-01 Joel Brobecker <brobecker@adacore.com>
671
672 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if
673 this is the last one.
674
0d8f58ca
PA
6752009-04-01 Pedro Alves <pedro@codesourcery.com>
676
677 * remote.c (append_resumption): New.
678 (remote_vcont_resume): Use it.
679
1e2f1c5c
JB
6802009-04-01 Joel Brobecker <brobecker@adacore.com>
681
682 * windows-nat.c (+windows_get_ada_task_ptid): New function.
683 (init_windows_ops): Set windows_ops.to_get_ada_task_ptid.
684
71c25dea
TT
6852009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
686 Keith Seitz <keiths@redhat.com>
687 Jan Kratochvil <jan.kratochvil@redhat.com>
688
689 PR gdb/6817
690 * Makefile.in (dbxread.o): Update.
691 * dbxread.c (read_dbx_symtab): Use cp_canonicalize_string.
692 * dwarf2read.c (GDB_FORM_cached_string): New.
693 (read_partial_die): Use dwarf2_canonicalize_name.
694 (dwarf2_linkage_name): Use dwarf2_name.
695 (dwarf2_canonicalize_name): New.
696 (dwarf2_name): Use dwarf2_canonicalize_name.
697 (dwarf_form_name, dump_die): Handle GDB_FORM_cached_string.
698 * stabsread.c (define_symbol, read_type): Use cp_canonicalize_string.
699 * symtab.c (lookup_symbol_in_language): Canonicalize input before
700 searching.
701 * cp-name-parser.y: operator() requires two parameters,
702 according to libiberty.
703 * minsyms.c (lookup_minimal_symbol): Canonicalize input
704 before searching.
705 * NEWS: Update.
706
4a306c9a
JB
7072009-03-31 Joel Brobecker <brobecker@adacore.com>
708
709 Provide support for (Ada) task-specific breakpoints.
710
711 * ada-lang.h (ada_get_task_number): Add declaration.
712 (breakpoint_ada_task_match): Delete declaration.
713 * ada-tasks.c (ada_get_task_number): Make non-static.
714 * breakpoint.h (struct breakpoint): Add field "task".
715 * breakpoint.c (print_one_breakpoint_location): Add handling of
716 task-specific breakpoints.
717 (create_breakpoint, create_breakpoints, find_condition_and_thread):
718 New parameter "task".
719 (break_command_really): Update calls to find_condition_and_thread
720 and create_breakpoints.
721 (breakpoint_re_set_one): Update call to find_condition_and_thread.
722 Set b->task.
723
4a5a9917
JB
7242009-03-31 Joel Brobecker <brobecker@adacore.com>
725
726 * ada-tasks.c (short_task_info): Eliminate the "Running" task state.
727
bad34192
PA
7282009-03-31 Pedro Alves <pedro@codesourcery.com>
729
730 * remote.c (remote_notice_new_inferior): Use ptid_is_pid. Check
731 if the thread's ptid without a thread id field is in the list
732 before calling thread_change_ptid.
733 (extended_remote_attach_1): In non-stop mode, do not rely on
734 querying the current thread, instead, query the thread list, and
735 select the first thread of the process.
736 * gdbthread.h (first_thread_of_process): Declare.
737 * thread.c (first_thread_of_process): Define.
738
1042e4c0
SS
7392009-03-30 Stan Shebs <stan@codesourcery.com>
740
741 Make tracepoints into a type of breakpoint.
742 * breakpoint.h (enum bptype): Add bp_tracepoint.
743 (struct breakpoint): Add fields step_count, pass_count, actions.
744 (get_tracepoint, get_tracepoint_by_number): Declare.
745 (all_tracepoints): Declare.
746 * breakpoint.c: Include tracepoint.h, readline.h.
747 (ALL_TRACEPOINTS): Move here from tracepoint.c.
748 (tracepoint_count): Ditto.
749 (should_be_inserted): GDB does not insert tracepoints itself.
750 (print_it_typical): Add tracepoint case.
751 (bpstat_what): Ditto.
752 (print_one_breakpoint_location): Ditto, and add printing for
753 pass count, step count, and action list.
754 (user_settable_breakpoint): Add tracepoint case.
755 (allocate_bp_location): Ditto.
756 (set_breakpoint_location_function): Ditto.
757 (disable_breakpoints_in_shlibs): Ditto.
758 (mention): Ditto.
759 (break_command_really): Add argument traceflag, use to choose
760 basic breakpoint type.
761 (break_command_1): Pass extra argument.
762 (set_breakpoint, handle_gnu_v3_exceptions): Ditto.
763 (breakpoint_re_set_one): Add tracepoint case.
764 (disable_command, enable_command): Ditto.
765 (set_tracepoint_count): Move here from tracepoint.c.
766 (trace_command): Move here from tracepoint.c and use
767 break_command_really.
768 (tracepoints_info): Move here from tracepoint.c and call
769 breakpoints_info.
770 (enable_trace_command): Move here from tracepoint.c and call
771 enable_command.
772 (disable_trace_command): Move here from tracepoint.c and call
773 disable_command.
774 (delete_trace_command): Move here from tracepoint.c and call
775 delete_breakpoint.
776 (trace_pass_command): Move here from tracepoint.c.
777 (get_tracepoint_by_number): Ditto.
778 (tracepoint_save_command): Ditto.
779 (get_tracepoint): New function.
780 (all_tracepoints): New function.
781 (_initialize_breakpoint): Move tracepoint init from tracepoint.c,
782 deprecate "enable trace" and "disable trace" commands.
783 * tracepoint.h (struct tracepoint): Remove.
784 (tracepoint_chain): Remove decl.
785 (deprecated_create_tracepoint_hook): Remove decl.
786 (deprecated_delete_tracepoint_hook): Remove decl.
787 (deprecated_modify_tracepoint_hook): Remove decl.
788 (ALL_TRACEPOINTS, ALL_TRACEPOINTS_SAFE): Remove.
789 (free_actions): Update signature.
790 (validate_actionline): Update signature.
791 (end_actions_pseudocommand): Declare.
792 (while_stepping_pseudocommand): Declare.
793 * tracepoint.c: Include breakpoint.h.
794 (tracepoint_chain, tracepoint_count): Remove.
795 (free_actions, make_cleanup_free_actions): Update signature.
796 (trace_command, set_raw_tracepoint): Remove.
797 (trace_mention): Remove.
798 (tracepoints_info): Remove.
799 (tracepoint_operation, map_args_over_tracepoints): Remove.
800 (get_tracepoint_by_number): Remove.
801 (enable_trace_command, disable_trace_command): Remove.
802 (delete_trace_command, trace_pass_command): Remove.
803 (trace_actions_command, read_actions): Update signature.
804 (validate_actionline): Update signature, use bp loc.
805 (encode_actions): Ditto.
806 (download_tracepoint): New function, body of trace_start_command.
807 (trace_start_command): Call it, use all_tracepoints.
808 (tracepoint_save_command): Remove.
809 (tracepoint_dump_command): Use get_tracepoint.
810 (end_actions_pseudocommand): Make globally visible.
811 (while_stepping_pseudocommand): Ditto.
812 (_initialize_tracepoint): Move command definitions to breakpoint.c.
813
f8f6f20b
TJB
8142009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
815
816 Expose frames to Python.
817 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-frame.o.
818 (SUBDIR_PYTHON_SRCS): Add python-frame.c.
819 (python-frame.o): New target.
820 * python/python-frame.c: New file.
821 * python/python-internal.h (gdbpy_frames, gdbpy_newest_frame,
822 gdbpy_frame_stop_reason_string, gdbpy_selected_frame,
823 gdbpy_initialize_frames): New prototypes.
824 * python/python.c (_initialize_python): Call gdbpy_initialize_frames.
825 (GdbMethods): Add `selected_frame' and `frame_stop_reason_string'
826 entries.
827 * stack.c (find_frame_funname): New function, factored out of
828 print_frame.
829 (print_frame): Call find_frame_funname.
830 * stack.h (find_frame_funname): Add prototype.
831
77316f4c
TJB
8322009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
833
834 Remove unused value_object attribute `owned_by_gdb'.
835 * python/python-value.c (value_object): Remove owned_by_gdb
836 attribute.
837 (valpy_dealloc): Remove reference to self->owned_by_gdb.
838 (valpy_new): Likewise.
839 (value_to_value_object): Likewise.
840
c0c6f777
TJB
8412009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
842
843 Change gdb.Value.address from a method to an attribute.
844 * python/python-value.c (value_object): Add `address' element.
845 (valpy_dealloc): Decrement reference to self->address if set.
846 (valpy_new): Initialize val_obj->address.
847 (valpy_address): Rename to ...
848 (valpy_get_address): ... this. Change signature from method to
849 attribute. Update self->address if not set.
850 (value_to_value_object): Initialize val_obj->address.
851 (value_object_getset): Add `address' element.
852 (value_object_methods): Remove `address' element.
853
c2c8d75b
AS
8542009-03-29 Andreas Schwab <schwab@linux-m68k.org>
855
856 * observer.sh: Set LANG/LC_ALL to C, not c.
857
1b31f75d
KB
8582009-03-28 Kevin Buettner <kevinb@redhat.com>
859
860 * mn10300-tdep.c (mn10300_gdbarch_init): For mn10300, by default,
861 `char' is unsigned.
862
f91d3df5
PA
8632009-03-28 Pedro Alves <pedro@codesourcery.com>
864
865 * remote.c (remote_stop_ns): If multi-process extensions are off,
866 and GDB is requesting the whole process to stop, sent "vCont;t",
867 not "vCont;t:-1"
868
7b0e8051
PA
8692009-03-28 Pedro Alves <pedro@codesourcery.com>
870
871 * inf-loop.c (inferior_event_handler): Avoid calling is_running on
872 null inferior_ptid.
873
5362e076
EZ
8742009-03-27 Eli Zaretskii <eliz@gnu.org>
875
876 * config/djgpp/fnchange.lst: Update to fix ARI-reported problems.
877
88fc996f
DE
8782009-03-26 Doug Evans <dje@google.com>
879
880 * thread.c (do_restore_current_thread_cleanup): Redo test for
881 whether to restore old->inferior_ptid.
882
56ef84b1
TT
8832009-03-26 Tom Tromey <tromey@redhat.com>
884
885 * breakpoint.c (resolve_sal_pc): Preserve original line number
886 when skipping prologue.
887
a5321aa4
DE
8882009-03-26 Doug Evans <dje@google.com>
889
890 * thread.c (inferior_thread) Remove "extern" in definition.
891
def2b000
TJB
8922009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
893
894 Add gdb.Value.is_optimized_out attribute.
895 * python/python-value.c (valpy_get_is_optimized_out): New
896 function.
897 (value_object_getset): New variable.
898 (value_object_type): Initialize tp_getset element.
899
442ddf59
JK
9002009-03-26 Joel Brobecker <brobecker@adacore.com>
901
902 Recognize missing DW_AT_location as <value optimized out>.
903 * dwarf2read.c
904 (new_symbol <DW_TAG_variable> <!DW_AT_location> <!DW_AT_external>):
905 Call add_symbol_to_list.
906
78485d59
TT
9072009-03-25 Tom Tromey <tromey@redhat.com>
908
909 * gdbtypes.h (CHECK_TYPEDEF): Don't yield a value.
910 * stack.c (print_this_frame_argument_p): Use check_typedef.
911
94ae1714
TT
9122009-03-25 Tom Tromey <tromey@redhat.com>
913
914 * configure: Rebuild.
915 * acinclude.m4 (AM_ICONV): Set am_cv_use_build_libiconv.
916 Rearrange flags setting. Add comments.
917
2bc57ae3
PM
9182009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
919
920 * config/i386/nm-i386.h: Remove code within
921 I386_WATCHPOINTS_IN_TARGET_VECTOR conditional.
922 * config/i386/nm-cygwin.h: Remove I386_WATCHPOINTS_IN_TARGET_VECTOR
923 macro.
924 * config/i386/nm-cygwin64.h: Ditto.
925 * config/i386/nm-fbsd.h: Ditto.
926 * config/i386/nm-go32.h: Ditto.
927 * config/i386/nm-linux.h: Ditto.
928 * config/i386/nm-linux64.h: Ditto.
929
549ba0f8
PM
9302009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
931
932 ARI fix: "xasprintf" rule.
933 * printcmd.c (sym_info): Replace xasprintf by xstrprintf.
934
68c97600
PA
9352009-03-25 Pedro Alves <pedro@codesourcery.com>
936
937 * remote.c (remote_start_remote): In non-stop mode, call
938 init_wait_for_inferior before adding threads and inferiors.
939
a6f1cd96
JB
9402009-03-25 Joel Brobecker <brobecker@adacore.com>
941
942 * breakpoint.c (breakpoint_thread_match): Split a large condition
943 into several smaller conditions. No behavior change.
944
dbfb4bc7 9452009-03-25 Pedro Alves <pedro@codesourcery.com>
a07daef3
PA
946
947 * infrun.c (infrun_thread_thread_exit): New.
948 (_initialize_infrun): Attach it to the thread_exit observer.
949 * thread.c (delete_thread_1): Always call the observer, passing it
950 the silent flag.
951 * mi/mi-interp.c (mi_thread_exit): Add "silent" parameter. If
952 SILENT, return immediately.
953
d729566a
PA
9542009-03-25 Pedro Alves <pedro@codesourcery.com>
955
956 * infrun.c (normal_stop): Use has_stack_frames instead of
957 target_has_stack.
958 * mi/mi-main.c (mi_execute_command): Avoid calling inferior_thread
959 when there is no thread selected.
960 (mi_cmd_execute): Don't special case commands that can run without
961 a valid selected thread.
962 * top.c (execute_command): Don't special case commands that can
963 run without a valid selected thread. Use has_stack_frames.
964 * infcmd.c (ensure_valid_thread): New.
965 (continue_1, step_1, jump_command, signal_command): Use it.
966 (detach_command): Error out if there's no selected thread/inferior.
967 * thread.c (print_thread_info): Allow having no thread selected.
968 (switch_to_thread): Don't read the PC if there is no current thread.
969 (do_restore_current_thread_cleanup): Don't record the current
970 frame if there is no current thread.
971 (make_cleanup_restore_current_thread): Don't read frame info if
972 there is no selected thread.
973 (_initialize_thread): Don't mark commands as
974 "no_selected_thread_ok".
975 * frame.c (get_current_frame): Error out if there is no valid
976 selected thread.
977 (has_stack_frames): Return false if there is no valid
978 selected thread.
979 * cli/cli-cmds.c (init_cli_cmds): Don't mark commands as
980 "no_selected_thread_ok".
981 * cli/cli-decode.c (set_cmd_no_selected_thread_ok)
982 (get_cmd_no_selected_thread_ok): Delete.
983 * cli/cli-decode.h (CMD_NO_SELECTED_THREAD_OK): Delete.
984 (set_cmd_no_selected_thread_ok, get_cmd_no_selected_thread_ok):
985 Delete declaration.
986 * stack.c (get_selected_block): Use has_stack_frames.
987
f04c6d38
TJB
9882009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
989
990 Fix size of FPSCR in Power 7 processors.
991 * ppc-linux-nat.c (PPC_FEATURE_ARCH_2_05): Remove #define.
992 (PPC_FEATURE_HAS_DFP): New #define.
993 (ppc_linux_read_description): Check for DFP feature instead of
994 ISA 2.05 to decide on size of the FPSCR.
995
6c02c64c
KB
9962009-03-25 Kevin Buettner <kevinb@redhat.com>
997
998 * mn10300-tdep.c (trad-frame.h): Don't include.
999 (prologue-value.h): Include.
1000 (mn10300_frame_unwind_cache, set_reg_offsets): Delete.
1001 (struct mn10300_prologue): Define.
1002 (push_reg, translate_rreg, check_for_saved): New functions.
1003 (mn10300_analyze_prologue): Rewrite, using prologue-value
1004 machinery. Handle more instructions than before. Permit
1005 instructions to occur in any order.
1006 (mn10300_skip_prologue): Find the extents of the function
1007 in question; mn10300_analyze_prologue no longer does this.
1008 (mn10300_analyze_frame_prologue): New function.
1009 (mn10300_frame_base): New function.
1010 (mn10300_frame_this_id): Rewrite, no longer using trad-frame
1011 implementation.
1012 (mn10300_frame_prev_register): Likewise.
1013 (mn10300_frame_base_address, mn10300_frame_base struct): Delete.
1014 (mn10300_unwind_pc, mn10300_unwind_sp): Rename `next_frame' to
1015 `this_frame'.
1016 (mn10300_frame_unwind_init): Don't call frame_base_set_default().
1017
67c296a2
PM
10182009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1019
1020 Fix completer problem for filename completion on the first try.
1021
1022 * gdb/completer.h (gdb_completion_word_break_characters): New function.
1023 * gdb/completer.c: Include gdb_assert.h.
1024 (complete_line_internal_reason): New enum.
1025 (complete_line_internal): Change last argument type to
1026 complete_line_internal_reason.
1027 Modify function to handle the different complete_line_internal_reason
1028 argument values.
1029 (complete_line): Adapt to change in complete_line_internal.
1030 (command_completer): Ditto.
1031 (gdb_completion_word_break_characters): Implement new function.
1032 * top.c (init_main): Set rl_completion_word_break_hook to
1033 gdb_completion_word_break_characters.
c2c8d75b 1034
67c296a2 1035
1a6d2f2f
PM
10362009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
1037
1038 ARI fix: "strlen d_name" rule.
1039 * linux-nat.c (linux_nat_xfer_osdata): Use NAMELEN macro.
1040
1041
fc3b640d
TT
10422009-03-24 Tom Tromey <tromey@redhat.com>
1043 Pedro Alves <pedro@codesourcery.com>
1044
1045 * configure, config.in: Rebuild.
1046 * configure.ac: Check for libiconvlist.
1047 * charset.c: Check HAVE_LIBICONVLIST.
1048 * acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
1049 LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
1050 * Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
1051 Remove.
1052 (INTERNAL_CFLAGS_BASE): Update.
1053 (INTERNAL_LDFLAGS): Update.
1054 (CLIBS): Update.
1055
76a39ba7
JK
10562009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * configure.ac: Initialize the variable $PREFER_CURSES.
1059 * configure: Regenerated.
1060
bd8a8e1b
JK
10612009-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1062
1063 * configure.ac: Enable $PREFER_CURSES even with default $ENABLE_TUI.
1064 * configure: Regenerated.
1065
a3224241
PM
10662009-03-24 Pierre Muller <muller@ics.u-strasbg.fr>
1067
1068 ARI fix: "strerror" rule.
1069 * darwin-nat.c (darwin_ptrace): Use safe_strerror.
1070 (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto.
1071
6cdd57f4
JB
10722009-03-23 Joel Brobecker <brobecker@adacore.com>
1073
1074 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefs
1075 before looking up the fields inside our struct type.
1076
17466c1a
JB
10772009-03-23 Joel Brobecker <brobecker@adacore.com>
1078
1079 * ada-lang.c (resolve_subexp) [UNOP_QUAL]: Resolve typedefs before
1080 trying to resolve the type qualification.
1081
8008e265
JB
10822009-03-23 Joel Brobecker <brobecker@adacore.com>
1083
1084 * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RANGE]: make sure
1085 we try to apply the attribute on the real type, rather than
1086 its associated typedef.
1087
31dedfee
JB
10882009-03-23 Joel Brobecker <brobecker@adacore.com>
1089
1090 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODULUS]: Use check_typdef
1091 to make sure we try to get the modulus of the actual type, not the
1092 associated typedef.
1093
5bc23cb3
JB
10942009-03-23 Joel Brobecker <brobecker@adacore.com>
1095
1096 * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIRST, OP_ATR_LAST]
1097 [OP_ATR_LENGTH]: When using the attribute on a type, make sure
1098 to get the real type, not the associated typedef.
1099
872c8b51
JB
11002009-03-23 Joel Brobecker <brobecker@adacore.com>
1101
1102 * ada-lang.c (ada_get_field_index): Add handling of the case
1103 when TYPE is a typedef of a struct.
1104
dcb626be
JB
11052009-03-23 Joel Brobecker <brobecker@adacore.com>
1106
e0cfd8e3 1107 Add gdb_usleep as a portable version of usleep based on gdb_select.
dcb626be
JB
1108 * gdb_usleep.h, gdb_usleep.c: New files.
1109 * Makefile.in (SFILES): Add gdb_usleep.c.
1110 (HFILES_NO_SRCDIR): Add gdb_usleep.h.
1111 (COMMON_OBS): Add gdb_usleep.o.
1112 * ser-unix.c (hardwire_send_break): Replace call to gdb_select
1113 by call to gdb_usleep.
1114
24be086d
JB
11152009-03-23 Joel Brobecker <brobecker@adacore.com>
1116
1117 * buildsym.c (end_symtab): If we ignore the subfiles, then
1118 unlink the associated symtabs if they were already allocated.
1119
cb01cfba
JB
11202009-03-23 Jerome Guitton <guitton@adacore.com>
1121
1122 Provide a way to force building of GDB with libcurses.
1123 * configure.ac: Add --with-curses.
1124 * configure: Regenerated.
1125
9c482037
TT
11262009-03-23 Tom Tromey <tromey@redhat.com>
1127
1128 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
1129 error message.
1130
e2dd7057
PP
11312009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
1132
1133 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
1134 solib_contains_address_p instead of searching.
c2c8d75b 1135
0dd7fb99
TT
11362009-03-23 Tom Tromey <tromey@redhat.com>
1137
1138 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.
1139 (iconv): Make 'inbuf' argument const.
1140 (convert_between_encodings): Use ICONV_CONST.
1141 (wchar_iterate): Likewise.
1142
418c6cb3
CF
11432009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
1144
1145 * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for
1146 dynamically loaded function.
1147 (LookupPrivilegeValueA): Ditto.
1148 (OpenProcessToken): Ditto.
1149 (AdjustTokenPrivileges): Rename and define placeholder for address of
c2c8d75b 1150 dynamically loaded function.
418c6cb3
CF
1151 (LookupPrivilegeValueA): Ditto.
1152 (OpenProcessToken): Ditto.
1153 (set_process_privilege): Remove check for loaded functions.
1154 (bad_OpenProcessToken): Define.
1155 (_initialize_loadable): Load token functions from advapi here, setting
1156 OpenProcessToken function to a dummy static function which always return
1157 error if OS doesn't support this functionality.
1158
695de547
CF
11592009-03-22 Nicolas Roche <roche@adacore.com>
1160 Christopher Faylor <me+cygwin@cgf.cx>
1161
1162 * win32-nat.c (ctrl_c_handler): New function.
1163 (win32_wait): Register ctrl_c_handler as Ctrl-C handler if the inferior
1164 is run in a separate console.
1165
2b008701
CF
11662009-03-22 Christopher Faylor <me+cygwin@cgf.cx>
1167
1168 * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound
1169 for dynamically loaded function.
1170 (DebugBreakProcess): Ditto.
1171 (DebugSetProcessKillOnExit): Ditto.
1172 (EnumProcessModules): Ditto.
1173 (GetModuleFileNameExA): Ditto.
1174 (GetModuleInformation): Ditto.
1175 (DebugActiveProcessStop): Rename and define placeholder for address of
418c6cb3 1176 dynamically loaded function.
2b008701
CF
1177 (DebugBreakProcess): Ditto.
1178 (DebugSetProcessKillOnExit): Ditto.
1179 (EnumProcessModules): Ditto.
1180 (GetModuleFileNameExA): Ditto.
1181 (GetModuleInformation): Ditto.
1182 (psapi_loaded): Delete.
1183 (get_module_name): Don't check psapi_loaded, just rely on the fact that
1184 dynamically loaded functions will return failure if they weren't
1185 previously found.
1186 (has_detach_ability): Delete.
1187 (windows_attach): Remove call to has_detach_ability (). Just rely on
1188 functions being callable.
1189 (bad_DebugActiveProcessStop): Define.
1190 (bad_DebugBreakProcess): Ditto.
1191 (bad_DebugSetProcessKillOnExit): Ditto.
1192 (bad_EnumProcessModules): Ditto.
1193 (bad_GetModuleFileNameExA): Ditto.
1194 (bad_GetModuleInformation): Ditto.
1195 (_initialize_loadable): Rename from _initialize_psapi. Initialize all
1196 dynamic storage here, setting nonexistent functions to dummy static
1197 functions which always return error.
1198
f3b1572e
PA
11992009-03-22 Pedro Alves <pedro@codesourcery.com>
1200
1201 * mi/mi-interp.c (mi_interpreter_init): Attach mi_about_to_proceed
1202 to the about_to_proceed observer notification.
1203 (mi_about_to_proceed): New.
1204 (mi_on_resume): Only output ^running and the prompt here if the
1205 target was proceeded.
1206 * breakpoint.c (breakpoint_proceeded): New static.
1207 (breakpoint_about_to_proceed): New.
1208 (_initialize_breakpoints): Attach breakpoint_about_to_proceed to
1209 the about_to_proceed observer notification.
1210 * inferior.h (breakpoint_proceeded): Delete declaration.
1211 * infrun.c (clear_proceed_status): Don't set breakpoint_proceeded.
1212 Notify the about_to_proceed observers.
1213 (struct inferior_status): Delete breakpoint_proceeded member.
1214 (save_inferior_status): Don't save it.
1215 (restore_inferior_status): Don't restore it.
1216 * mi-main.h (mi_proceeded): Declare.
1217 * mi/mi-main.c (mi_cmd_execute): Clear mi_proceeded before running
1218 a command.
1219
c5a4d20b
PA
12202009-03-22 Pedro Alves <pedro@codesourcery.com>
1221
1222 * gdbthread.h (struct thread_info): Add in_infcall member.
1223 * infcall.c (run_inferior_call): Save, set and restore in_infcall.
1224 Remove reverences to suppress_resume_observer. Refresh
1225 `call_thread' after returning from `proceed'.
1226 * infcmd.c (suppress_resume_observer): Delete.
1227 * inferior.h (suppress_resume_observer): Delete declaration.
1228 * mi/mi-interp.c (mi_on_resume): Suppress output while calling an
1229 inferior function.
1230 * thread.c (set_running): Remove references to
1231 suppress_resume_observer.
1232 * infrun.c (struct inferior_status): Add in_infcall member.
1233 (save_inferior_status): Save it.
1234 (restore_inferior_status): Restore it.
1235
41d2bdb4
PA
12362009-03-22 Pedro Alves <pedro@codesourcery.com>
1237
1238 * infcall.c (run_inferior_call): Remove references to
1239 suppress_stop_observer.
1240 * infcmd.c (suppress_stop_observer): Delete.
1241 (finish_command_continuation): Remove NOTE. Don't clear
1242 suppress_stop_observer anymore.
1243 (finish_command_continuation_free_arg): Likewise.
1244 (finish_forward): Remove references to suppress_stop_observer.
1245 Call normal_stop observer if we haven't already.
1246 * inferior.h (suppress_stop_observer): Delete.
1247 * infrun.c (normal_stop): When deciding to suppress the
1248 normal_stop observer, check for proceed_to_finish instead of
1249 suppress_stop_observer.
1250
065a2c74
PA
12512009-03-22 Pedro Alves <pedro@codesourcery.com>
1252
1253 * symfile.c (symfile_relocate_debug_section): Remove check for
1254 SEC_DEBUGGING.
1255
cc924cad
TJB
12562009-03-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1257 Jim Blandy <jimb@red-bean.com>
1258 Thiago Jung Bauermann <bauerman@br.ibm.com>
1259 Tom Tromey <tromey@redhat.com>
1260
1261 Miscellaneous fixes to the Python code.
1262 * python/python-cmd.c (cmdpy_init): Accept keyword
1263 arguments.
1264 * python/python-value.c (valpy_string): Accept keyword
1265 arguments.
1266 (valpy_binop): Use `break' to exit from the TRY_CATCH block.
1267 Do not call value_to_value_object on NULL RES_VAL.
1268 (value_object_methods): Change `string' entry to also accept
1269 keyword arguments.
1270 (convert_value_from_python): Return a copy of the value if obj is
1271 a gdb.Value object.
1272 (value_object_methods): Mark the `string' method as accepting
1273 keywords, and show method "prototype" in the doc string.
1274 * python/python.c (get_parameter): Don't return inside a
1275 TRY_CATCH.
1276
bc3b79fd
TJB
12772009-03-20 Tom Tromey <tromey@redhat.com>
1278
1279 Add support for convenience functions in Python.
1280 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-function.o.
1281 (SUBDIR_PYTHON_SRCS): Add python-function.c.
1282 (python-function.o): New target.
1283 * eval.c: Include "python/python.h" and <ctype.h>.
1284 (evaluate_subexp_standard): Handle values of type
1285 TYPE_CODE_INTERNAL_FUNCTION.
1286 * gdbtypes.h (type_code): Add TYPE_CODE_INTERNAL_FUNCTION.
1287 * parse.c (write_exp_string): Remove duplicate word in comment.
1288 * python/python-function.c: New file.
1289 * python/python-internal.h (gdbpy_initialize_functions): Add
1290 prototype.
1291 * python/python.c (_initialize_python): Call
1292 gdbpy_initialize_functions.
1293 * valprint.c (value_check_printable): Handle values of type
1294 TYPE_CODE_INTERNAL_FUNCTION.
1295 * value.c: Include "cli/cli-decode.h".
1296 (internal_function): New struct.
1297 (functionlist, internal_fn_type): New static variables.
1298 (lookup_only_internalvar,
1299 lookup_internalvar): Add const qualifier to name argument.
1300 (create_internalvar): Likewise. Initialize new field.
1301 (set_internal_var): Fix typo in comment. Don't allow assignment
1302 to canonical variable.
1303 (value_create_internal_function, value_internal_function_name,
1304 call_internal_function, function_command, function_destroyer,
1305 add_internal_function): New functions.
1306 (_initialize_values): Create `function' placeholder command.
1307 Initialize internal_fn_type.
1308 * value.h (lookup_only_internalvar, create_internalvar,
1309 lookup_internalvar): Add const qualifier to name argument.
1310 (internal_function_fn, add_internal_function, call_internal_function,
1311 value_internal_function_name): Add prototypes.
1312 (struct internalvar) <canonical>: New field.
1313
546e879e
TT
13142009-03-20 Tom Tromey <tromey@redhat.com>
1315
1316 * c-lang.c (evaluate_subexp_c): Call check_typedef.
1317
6c7a06a3
TT
13182009-03-20 Tom Tromey <tromey@redhat.com>
1319 Julian Brown <julian@codesourcery.com>
1320
1321 PR i18n/7220, PR i18n/7821, PR exp/8815, PR exp/9103,
1322 PR i18n/9401, PR exp/9613:
1323 * NEWS: Update
1324 * value.h (value_typed_string): Declare.
1325 (val_print_string): Update.
1326 * valprint.h (print_char_chars): Update.
1327 * valprint.c (print_char_chars): Add type argument. Update.
1328 (val_print_string): Likewise.
1329 * valops.c (value_typed_string): New function.
1330 * utils.c (host_char_to_target): New function.
1331 (parse_escape): Use host_char_to_target, host_hex_value. Update.
1332 Remove '^' case.
1333 (no_control_char_error): Remove.
1334 * typeprint.c (print_type_scalar): Update.
1335 * scm-valprint.c (scm_scmval_print): Update.
1336 * scm-lang.h (scm_printchar, scm_printstr): Update.
1337 * scm-lang.c (scm_printchar): Add type argument.
1338 (scm_printstr): Likewise.
1339 * printcmd.c (print_formatted): Update.
1340 (print_scalar_formatted): Update.
1341 (printf_command) <wide_string_arg, wide_char_arg>: New constants.
1342 Handle '%lc' and '%ls'.
1343 * parser-defs.h (struct typed_stoken): New type.
1344 (struct stoken_vector): Likewise.
1345 (write_exp_string_vector): Declare.
1346 * parse.c (write_exp_string_vector): New function.
1347 * p-valprint.c (pascal_val_print): Update.
1348 * p-lang.h (is_pascal_string_type, pascal_printchar,
1349 pascal_printstr): Update.
1350 * p-lang.c (is_pascal_string_type): Remove 'char_size' argument.
1351 Add 'char_type' argument.
1352 (pascal_emit_char): Add type argument.
1353 (pascal_printchar): Likewise.
1354 (pascal_printstr): Likewise.
1355 * objc-lang.c (objc_emit_char): Add type argument.
1356 (objc_printchar): Likewise.
1357 (objc_printstr): Likewise.
1358 * macroexp.c (get_character_constant): Handle unicode characters.
1359 Use c_parse_escape.
1360 (get_string_literal): Handle unicode strings. Use
1361 c_parse_escape.
1362 * m2-valprint.c (print_unpacked_pointer): Update.
1363 (m2_print_array_contents): Update.
1364 (m2_val_print): Update.
1365 * m2-lang.c (m2_emit_char): Add type argument.
1366 (m2_printchar): Likewise.
1367 (m2_printstr): Likewise.
1368 * language.h (struct language_defn) <la_printchar>: Add type
1369 argument.
1370 <la_printstr, la_emitchar>: Likewise.
1371 (LA_PRINT_CHAR): Likewise.
1372 (LA_PRINT_STRING): Likewise.
1373 (LA_EMIT_CHAR): Likewise.
1374 * language.c (unk_lang_emit_char): Add type argument.
1375 (unk_lang_printchar): Likewise.
1376 (unk_lang_printstr): Likewise.
1377 * jv-valprint.c (java_val_print): Update.
1378 * jv-lang.c (java_emit_char): Add type argument.
1379 * f-valprint.c (f_val_print): Update.
1380 * f-lang.c (f_emit_char): Add type argument.
1381 (f_printchar): Likewise.
1382 (f_printstr): Likewise.
1383 * expprint.c (print_subexp_standard): Update.
1384 * charset.h (target_wide_charset): Declare.
1385 (c_target_char_has_backslash_escape, c_parse_backslash,
1386 host_char_print_literally, host_char_to_target,
1387 target_char_to_host, target_char_to_control_char): Remove.
1388 (enum transliterations): New type.
1389 (convert_between_encodings): Declare.
1390 (HOST_ESCAPE_CHAR): New define.
1391 (host_letter_to_control_character, host_hex_value): Declare.
1392 (enum wchar_iterate_result): New enum.
1393 (struct wchar_iterator): Declare.
1394 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
1395 wchar_push_back): Declare.
1396 * charset-list.h: New file.
1397 * c-valprint.c (textual_name): New function.
1398 (textual_element_type): Handle wide character types.
1399 (c_val_print): Pass original type to textual_element_type. Handle
1400 wide character types.
1401 (c_value_print): Use textual_element_type. Pass original type of
1402 value to val_print.
1403 * c-lang.h (enum c_string_type): New type.
1404 (c_printchar, c_printstr): Update.
1405 * c-lang.c (classify_type): New function.
1406 (print_wchar): Likewise.
1407 (c_emit_char): Add type argument. Handle wide characters.
1408 (c_printchar): Likewise.
1409 (c_printstr): Add type argument. Handle wide and multibyte
1410 character sets.
1411 (convert_ucn): New function.
1412 (emit_numeric_character): Likewise.
1413 (convert_octal): Likewise.
1414 (convert_hex): Likewise.
1415 (ADVANCE): New macro.
1416 (convert_escape): New function.
1417 (parse_one_string): Likewise.
1418 (evaluate_subexp_c): Likewise.
1419 (exp_descriptor_c): New global.
1420 (c_language_defn): Use exp_descriptor_c.
1421 (cplus_language_defn): Likewise.
1422 (asm_language_defn): Likewise.
1423 (minimal_language_defn): Likewise.
1424 (charset_for_string_type): New function.
1425 * c-exp.y (%union): Add 'svec' and 'tsval'.
1426 (CHAR): New token.
1427 (exp): Add CHAR production.
1428 (string_exp): Rewrite.
1429 (exp) <string_exp>: Rewrite.
1430 (tempbuf): Now global.
1431 (tempbuf_init): New global.
1432 (parse_string_or_char): New function.
1433 (yylex) <tempbuf>: Now global.
1434 <tokptr, tempbufindex, tempbufsize, token_string, class_prefix>:
1435 Remove.
1436 Handle 'u', 'U', and 'L' prefixes. Call parse_string_or_char.
1437 (c_parse_escape): New function.
1438 * auxv.c (fprint_target_auxv): Update.
1439 * ada-valprint.c (ada_emit_char): Add type argument.
1440 (ada_printchar): Likewise.
1441 (ada_print_scalar): Update.
1442 (printstr): Add type argument. Update calls to ada_emit_char.
1443 (ada_printstr): Add type argument.
1444 (ada_val_print_array): Update.
1445 (ada_val_print_1): Likewise.
1446 * ada-lang.c (emit_char): Add type argument.
1447 * ada-lang.h (ada_emit_char, ada_printchar, ada_printstr): Add
1448 type arguments.
1449 * gdb_locale.h: Include langinfo.h.
1450 * charset.c (_initialize_charset): Set default host charset from
1451 the locale. Don't register charsets. Add target-wide-charset
1452 commands. Call find_charset_names.
1453 (struct charset, struct translation): Remove.
1454 (GDB_DEFAULT_HOST_CHARSET): Remove.
1455 (GDB_DEFAULT_TARGET_WIDE_CHARSET): New define.
1456 (target_wide_charset_name): New global.
1457 (show_host_charset_name): Handle "auto".
1458 (show_target_wide_charset_name): New function.
1459 (host_charset_enum, target_charset_enum): Remove.
1460 (charset_enum): New global.
1461 (all_charsets, register_charset, lookup_charset, all_translations,
1462 register_translation, lookup_translation): Remove.
1463 (simple_charset, ascii_print_literally, ascii_to_control): Remove.
1464 (iso_8859_print_literally, iso_8859_to_control,
1465 iso_8859_family_charset): Remove.
1466 (ebcdic_print_literally, ebcdic_to_control,
1467 ebcdic_family_charset): Remove.
1468 (struct cached_iconv, check_iconv_cache, cached_iconv_convert,
1469 register_iconv_charsets): Remove.
1470 (target_wide_charset_be_name, target_wide_charset_le_name): New
1471 globals.
1472 (identity_either_char_to_other): Remove.
1473 (set_be_le_names, validate): New functions.
1474 (backslashable, backslashed, represented): Remove.
1475 (default_c_target_char_has_backslash_escape): Remove.
1476 (default_c_parse_backslash, iconv_convert): Remove.
1477 (ascii_to_iso_8859_1_table, ascii_to_ebcdic_us_table,
1478 ascii_to_ibm1047_table, iso_8859_1_to_ascii_table,
1479 iso_8859_1_to_ebcdic_us_table, iso_8859_1_to_ibm1047_table,
1480 ebcdic_us_to_ascii_table, ebcdic_us_to_iso_8859_1_table,
1481 ebcdic_us_to_ibm1047_table, ibm1047_to_ascii_table,
1482 ibm1047_to_iso_8859_1_table, ibm1047_to_ebcdic_us_table): Remove.
1483 (table_convert_char, table_translation, simple_table_translation):
1484 Remove.
1485 (current_host_charset, current_target_charset,
1486 c_target_char_has_backslash_escape_func,
1487 c_target_char_has_backslash_escape_baton): Remove.
1488 (c_parse_backslash_func, c_parse_backslash_baton): Remove.
1489 (host_char_to_target_func, host_char_to_target_baton): Remove.
1490 (target_char_to_host_func, target_char_to_host_baton): Remove.
1491 (cached_iconv_host_to_target, cached_iconv_target_to_host):
1492 Remove.
1493 (lookup_charset_or_error, check_valid_host_charset): Remove.
1494 (set_host_and_target_charsets): Remove.
1495 (set_host_charset, set_target_charset): Remove.
1496 (set_host_charset_sfunc, set_target_charset_sfunc): Rewrite.
1497 (set_target_wide_charset_sfunc): New function.
1498 (show_charset): Print target wide character set.
1499 (host_charset, target_charset): Rewrite.
1500 (target_wide_charset): New function.
1501 (c_target_char_has_backslash_escape): Remove.
1502 (c_parse_backslash): Remove.
1503 (host_letter_to_control_character): New function.
1504 (host_char_print_literally): Remove.
1505 (host_hex_value): New function.
1506 (target_char_to_control_char): Remove.
1507 (cleanup_iconv): New function.
1508 (convert_between_encodings): New function.
1509 (target_char_to_host): Remove.
1510 (struct wchar_iterator): Define.
1511 (make_wchar_iterator, make_cleanup_wchar_iterator, wchar_iterator,
1512 wchar_push_back): New functions.
1513 (do_cleanup_iterator): New function.
1514 (char_ptr): New typedef.
1515 (charsets): New global.
1516 (add_one, find_charset_names): New functions.
1517 (default_charset_names): New global.
1518 (auto_host_charset_name): Likewise.
1519 * aclocal.m4, config.in, configure: Rebuild.
1520 * configure.ac: Call AM_LANGINFO_CODESET.
1521 (GDB_DEFAULT_HOST_CHARSET): Default to UTF-8.
1522 (AM_ICONV): Invoke earlier.
1523 * acinclude.m4: Include codeset.m4. Subst LIBICONV_INCLUDE and
1524 LIBICONV_LIBDIR. Check for libiconv in build tree.
1525 * Makefile.in (LIBICONV_LIBDIR, LIBICONV_INCLUDE): New macros.
1526 (INTERNAL_CFLAGS_BASE): Add LIBICONV_INCLUDE.
1527 (INTERNAL_LDFLAGS): Add LIBICONV_LIBDIR.
1528 * gdb_obstack.h (obstack_grow_wstr): New define.
c2c8d75b
AS
1529 * gdb_wchar.h: New file.
1530 * defs.h: Include it.
6c7a06a3 1531
cb249c71
TT
15322009-03-20 Tom Tromey <tromey@redhat.com>
1533 Jan Kratochvil <jan.kratochvil@redhat.com>
1534
1535 * dwarf2read.c (process_die): Handle DW_TAG_typedef.
1536 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Strip a single
1537 typedef.
1538 * ada-lang.c (decode_packed_array_type): Call CHECK_TYPEDEF on the
1539 SYMBOL_TYPE result.
1540 * ada-typeprint.c (print_array_type): Do the NULL check
1541 unconditionally.
1542
16ad9370
TT
15432009-03-19 Tom Tromey <tromey@redhat.com>
1544
1545 * utils.c (do_obstack_free): New function.
1546 (make_cleanup_obstack_free): Likewise.
1547 * defs.h (make_cleanup_obstack_free): Declare.
1548
36dc683c
DE
15492009-03-18 Doug Evans <dje@google.com>
1550
89ecc4f5
DE
1551 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an
1552 int, not a long long.
1553 (linux_nat_info_proc_cmd): Store pid in long instead of long long.
1554
a411cd0e
DE
1555 * expprint.c (dump_raw_expression): Print note if non-NULL.
1556
36dc683c
DE
1557 * printcmd.c (display_uses_solib_p): Redo loop, scan element list
1558 backwards.
1559
5b1ba0e5
NS
15602009-03-18 Nathan Sidwell <nathan@codesourcery.com>
1561
1562 * Makefile.in: Update license to GPLv3.
1563 * ada-exp.y: Update license to GPLv3.
1564 * ada-lex.l: Update license to GPLv3.
1565 * c-exp.y: Update license to GPLv3.
1566 * cp-name-parser.y: Update license to GPLv3.
1567 * darwin-nat-info.c: Update license to GPLv3.
1568 * f-exp.y: Update license to GPLv3.
1569 * gdb_thread_db.h: Update license to GPLv3.
1570 * hppanbsd-nat.c: Update license to GPLv3.
1571 * hppanbsd-tdep.c: Update license to GPLv3.
1572 * hppaobsd-tdep.c: Update license to GPLv3.
1573 * jv-exp.y: Update license to GPLv3.
1574 * m2-exp.y: Update license to GPLv3.
1575 * objc-exp.y: Update license to GPLv3.
1576 * p-exp.y: Update license to GPLv3.
1577 * reply_mig_hack.awk: Update license to GPLv3.
1578 * reverse.c: Update license to GPLv3.
1579 * xtensa-xtregs.c: Update license to GPLv3.
1580
8a2492ee
PA
15812009-03-18 Pedro Alves <pedro@codesourcery.com>
1582
1583 * remote.c (remote_close): Don't call generic_mourn_inferior.
1584 (remote_mourn_1): Call generic_mourn_inferior after closing the
1585 target.
1586
5338cef1
PA
15872009-03-18 Pedro Alves <pedro@codesourcery.com>
1588
1589 * remote.c (remote_start_remote): Add missing call to
1590 init_wait_for_inferior in non-stop mode.
1591
717a8278
PA
15922009-03-18 Pedro Alves <pedro@codesourcery.com>
1593
1594 * breakpoint.c (bpstat_should_step): Only consider software
1595 watchpoints that have a location.
1596
7d85a9c0
JB
15972009-03-17 Joel Brobecker <brobecker@adacore.com>
1598
1599 Add a target_ops parameter to the to_kill method in struct target_ops.
1600
1601 * target.h (struct target_ops): Add a "target_ops *" parameter to
1602 method to_kill.
1603 (target_kill): Remove macro. Add declaration.
1604 * target.c (debug_to_kill): Delete, no longer necessary.
1605 (target_kill): New function.
1606 (update_current_target): Stop inheriting the to_kill method.
1607 Do not de_fault it to no_process either.
1608 (setup_target_debug): Do not set current_target.to_kill.
1609 * gnu-nat.c, go32-nat.c, hpux-thread.c, inf-ptrace.c, inf-ttrace.c,
1610 linux-nat.c, monitor.c, nto-procfs.c, procfs.c, remote-m32r-sdi.c,
1611 remote-mips.c, remote-sim.c, remote.c, windows-nat.c: Update
1612 accordingly.
1613
14064aa2
DE
16142009-03-17 Doug Evans <dje@google.com>
1615
1616 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition for
1617 glibc 2.3.2 and earlier.
1618
f06eadd9
JB
16192009-03-17 Joel Brobecker <brobecker@adacore.com>
1620
1621 * frame.c (get_prev_frame_1): Do not perform the inner_frame
1622 sanity check if this_frame is not NORMAL.
1623 (frame_id_inner): Update the description of this function.
1624
481df73e
HZ
16252009-03-17 Hui Zhu <teawater@gmail.com>
1626
1627 * stack.c: Change the introduce of "disassemble-next-line".
1628
6b251945
PA
16292009-03-17 Pedro Alves <pedro@codesourcery.com>
1630
1631 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,
1632 declare as extern.
1633
30c33a9f
HZ
16342009-03-17 Hui Zhu <teawater@gmail.com>
1635
dafb3b41 1636 * stack.c: Include valprint.h.
30c33a9f
HZ
1637 (disassemble_next_line): New enum.
1638 (show_disassemble_next_line): New function. Show the current
1639 value of disassemble-next-line.
1640 (gdb_disassembly_stub_args): New struct for argument passing
1641 between function do_gdb_disassembly and function
1642 gdb_disassembly_stub.
1643 (gdb_disassembly_stub): New function. Helper for
1644 gdb_disassembly.
1645 (do_gdb_disassembly): New function. Use TRY_CATCH to catch
1646 the exception from the gdb_disassembly because it will be
1647 broken by filter sometime.
1648 (print_frame_info): If disassemble-next-line is set to auto
1649 or on and doesn't have the line debug messages for $pc,
1650 output the next instruction.
1651 If disassemble-next-line is set to on and there is line debug
1652 messages, output assembly codes for next line.
1653 (_initialize_stack): Make the "set disassemble-next-line"
1654 command an auto-boolean command. Change its class to
1655 class_stack. Place it in the top level set list. Extend help
1656 to describe the auto mode.
1657
fee0be5d
PA
16582009-03-17 Pedro Alves <pedro@codesourcery.com>
1659
1660 * infrun.c (normal_stop): Don't overwrite old_chain.
1661
a624e111
JB
16622009-03-16 Joel Brobecker <brobecker@adacore.com>
1663
1664 * remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
1665 which is undefined, by call to regcache_invalidate, which should
1666 do what the original author wanted to do.
1667
383c0389
JB
16682009-03-16 Joel Brobecker <brobecker@adacore.com>
1669
1670 * remote-mips.c (mips_mourn_inferior): Add missing ops parameter.
1671 (mips_create_inferior): Likewise.
1672
267fbcde
JB
16732009-03-16 Joel Brobecker <brobecker@adacore.com>
1674
1675 * go32-nat.c (go32_create_inferior): Add missing ops parameter.
1676
da66f6a6
JB
16772009-03-16 Joel Brobecker <brobecker@adacore.com>
1678
1679 * darwin-nat.c (darwin_resume): Fix a compiler warning when
1680 building on x86_64-darwin.
1681
58529c02
JB
16822009-03-16 Tristan Gingold <gingold@adacore.com>
1683
1684 * configure.tgt: Add handling for x86_64-darwin.
1685
ba30a4e9
JK
16862009-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1687
1688 * auxv.c (fprint_target_auxv): New TAG for AT_RANDOM.
1689
7fc0c7b5
JB
16902009-03-15 Joel Brobecker <brobecker@adacore.com>
1691
1692 * aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
1693 Use the ops parameter to get to the target beneath, rather than
1694 using the current_target global. Using the current_target global
1695 was an unintended accident.
1696
1ba0a4ee
JB
16972009-03-15 Joel Brobecker <brobecker@adacore.com>
1698
1699 Fix an error happening while loading symbols from a core file
1700 (on AIX).
1701
1702 * rs6000-nat.c (xcoff_relocate_symtab): Use target_has_execution
1703 to detect whether we're debugging a core file or not.
1704
d30acaa7
JB
17052009-03-15 Joel Brobecker <brobecker@adacore.com>
1706
1707 Modernize the aix-thread later by getting rid of the base_target
1708 global. This brings back to life the AIX port which was otherwise
1709 crashing all the time.
1710
1711 * aix-thread.c (base_target): Delete.
1712 (pd_enable): Do not set base_target.
1713 (aix_thread_attach): Use find_target_beneath instead of base_target.
1714 (aix_thread_detach, aix_thread_resume, aix_thread_wait)
1715 (aix_thread_fetch_registers, aix_thread_store_registers),
1716 (aix_thread_xfer_partial, aix_thread_mourn_inferior)
1717 (aix_thread_thread_alive, aix_thread_pid_to_str): Likewise.
1718 (aix_thread_kill): Delete. Does not seem necessary.
1719 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
1720
61ff14c6
JK
17212009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 * stack.c (return_command <retval_exp>): New variables retval_expr
1724 and old_chain. Inline parse_and_eval to initialize retval_expr. Check
1725 RETVAL_EXPR for UNOP_CAST and set RETURN_TYPE to the RETURN_VALUE type
1726 if RETURN_TYPE is NULL.
1727
0b16c5cf
PA
17282009-03-14 Pedro Alves <pedro@codesourcery.com>
1729
1730 * remote.c (PACKET_qAttached): New.
1731 (remote_query_attached): New.
1732 (remote_add_inferior): Add new `attached' argument. Handle it.
1733 (remote_notice_new_inferior, remote_start_remote): Adjust to pass
1734 -1 to remote_add_inferior in new parameter.
1735 (extended_remote_attach_1): Adjust to pass 1 to
1736 remote_add_inferior in the new parameter.
1737 (extended_remote_create_inferior_1): Adjust to pass 0 to
1738 remote_add_inferior in the new parameter.
1739 (_initialize_remote): Add "set/show remote query-attached-packet"
1740 commands.
1741
9ee6bb93
TT
17422009-03-13 Tom Tromey <tromey@redhat.com>
1743
1744 * symtab.c (lookup_symbol_in_language): Use a cleanup.
1745
787274f0
DE
17462009-03-13 Doug Evans <dje@google.com>
1747
1748 * exceptions.h: Clean up some comments on catch_exceptions usage.
1749 * exceptions.c: Ditto. Plus mark catch_errors as superseded by
1750 catch_exceptions.
1751
24f81874
JB
17522009-02-17 Joel Brobecker <brobecker@adacore.com>
1753
1754 The following patch helps getting rid of a warning inside solib-som.c.
1755
1756 * source.c (source_full_path_of): Constify parameter filename.
1757 * defs.h (source_full_path_of): Update declaration accordingly.
1758
e1578042
JB
17592009-03-12 Joel Brobecker <brobecker@adacore.com>
1760
1761 * ada-lang.c (ada_evaluate_subexp): Merge case BINOP_REM and
1762 BINOP_MOD cases with the handling of case BINOP_DIV and BINOP_MUL.
1763 Remove useless op value checks when EVAL_AVOID_SIDE_EFFECTS.
1764
9c2be529
JB
17652009-03-12 Joel Brobecker <brobecker@adacore.com>
1766
1767 * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV>: make sure to
1768 promote the operands when noside is EVAL_AVOID_SIDE_EFFECTS.
1769
2360f94a 17702009-03-12 Joel Brobecker <brobecker@adacore.com>
e22dccb5
JB
1771
1772 * ada-tasks.c (ada_task_is_alive): Move up and make static.
1773 * ada-lang.h (ada_task_is_alive): Remove declaration.
1774
facc390f
JB
17752009-03-12 Jerome Guitton <guitton@adacore.com>
1776
1777 * ada-lang.c (ada_delta): Change the type of numerators and
1778 denominators to DOUBLEST, as they may not fit into a long.
1779 (scaling_factor): Ditto.
1780
47e729a8
JB
17812009-03-12 Jerome Guitton <guitton@adacore.com>
1782
5c20fa2a 1783 * language.c (lang_bool_type): Set lai->bool_type_symbol to NULL.
47e729a8 1784
b79819ba
JB
17852009-03-12 Joel Brobecker <brobecker@adacore.com>
1786
1787 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: For tagged
1788 types, if we are unable to determine the actual symbol type
1789 from its tag, then use the static approximation instead.
1790
0056e4d5
JB
17912009-03-12 Joel Brobecker <brobecker@adacore.com>
1792
1793 Fix crash printing packed record with packed array.
1794
1795 * ada-lang.c (ada_modulus_from_name): New function.
1796 (ada_modulus): In the case where the type length is bigger than
1797 the size of the type used to hold the bounds, try determining
1798 the modulus from the type name.
1799 (ada_value_primitive_packed_val): Fix bug in the computation of
1800 ntarg causing an out-of-buffer invalid access.
1801
3c513ee6
JB
18022009-03-12 Joel Brobecker <brobecker@adacore.com>
1803
1804 Fix segfault when printing short_integer'last.
1805
1806 * ada-lang.c (ada_find_any_type): Search in the primitive types
1807 if a symbol could not be found.
1808
680f3fad
JB
18092009-03-12 Joel Brobecker <brobecker@adacore.com>
1810
1811 * ada-tasks.c (task_states,long_task_states): Add new states
1812 Activating and Acceptor_Delay_Sleep. Update the description
1813 of state Acceptor_Sleep.
1814
2ab1c2d9
JB
18152009-03-12 Jonas Maebe <jonas.maebe@elis.ugent.be> (obvious change)
1816
1817 Fix a build failure on Darwin following some changes in
1818 the profile of some target_ops methods.
1819
1820 * darwin-nat.c (darwin_kill_inferior): Add target_ops parameter
1821 where missing.
1822 (darwin_stop_inferior, darwin_detach): Likewise.
1823
1f31650a
VP
18242009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1825
1826 Include token in ^running notification for CLI commands.
1827
c2c8d75b
AS
1828 * mi/mi-main.c (mi_execute_command): Set current_token here.
1829 (mi_cmd_execute): Do not set current_token here.
1f31650a 1830
4333ada3
VP
18312009-03-12 Vladimir Prus <vladimir@codesourcery.com>
1832
1833 Fix MI timings.
1834
c2c8d75b
AS
1835 * mi/mi-main.c (mi_print_timing_maybe): New.
1836 (captured_mi_execute_command): Simplify. Output timings to
1837 CLI commands, too.
1838 (mi_execute_async_cli_command): Do not print timings.
1839 * mi/mi-main.h (mi_print_timing_maybe): Declare.
1840 * mi/mi-interp.c (mi_on_normal_stop): Call mi_print_timing_maybe.
4333ada3 1841
c5933f6d
JB
18422009-03-12 Jerome Guitton <guitton@adacore.com>
1843
1844 * xcoffread.c (process_linenos): Check if the line in the
1845 include table refers to the main source file and, if so,
1846 add them to the main subfile.
1847
c7660128
JB
18482009-03-12 Joel Brobecker <brobecker@adacore.com>
1849
1850 Fix a build failure on AIX introduced after a change in the profile
1851 of some of the "methods" in the target_ops structure.
1852 * aix-thread.c: Add missing target_ops parameter throughout.
1853
1854 Implement Ada task switching on AIX.
1855 * aix-thread.c (aix_thread_get_ada_task_ptid): New function.
1856 (init_aix_thread_ops): Set aix_thread_ops.to_get_ada_task_ptid.
1857
c5bc3a77
DJ
18582009-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1859
1860 * breakpoint.c (bpstat_check_breakpoint_conditions): Use
1861 value_mark and value_free_to_mark.
1862 * objfiles.c (free_objfile): Call objfile_free_data before
1863 freeing the BFD.
1864
55518360
HZ
18652009-03-10 Hui Zhu <teawater@gmail.com>
1866
1867 * disasm.c (gdb_disassembly): Remove unused argument
1868 "line_num".
1869 * disasm.h (gdb_disassembly): Ditto.
1870 * cli/cli-cmds.c (print_disassembly): Ditto.
1871 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
1872
5fd1a349
PP
18732009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
1874
1875 * solib.c (solib_contains_address_p): New function.
1876 (solib_name_from_address): Use it.
1877 * printcmd.c (display_uses_solib_p): Use it.
c2c8d75b
AS
1878 * solib.h (solib_contains_address_p): Declare it.
1879
36746093
JK
18802009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1881
1882 * varobj.c (free_variable): Call value_free.
1883
757a13d0
JK
18842009-03-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1885
1886 PR gdb/9873:
1887 * dwarf2read.c (dwarf_decode_macros): New variable `at_commandline'.
1888 Move the variable `macinfo_type' out of the loop. Create a new
1889 processing pass before the current one to pre-create `current_file'.
1890 New complaint on misplaced zero/non-zero definitions/includes.
1891 Skip first DW_MACINFO_start_file with `at_commandline' set.
1892
c8fa6cdd
VP
18932008-03-09 Vladimir Prus <vladimir@codesourcery.com>
1894
1895 * solib.c (reload_shared_libraries): Give
1896 inferior a chance to reset solib breakpoint.
1897 Reinit frame cache.
1898
41b4aadc
CF
18992009-03-08 Christopher Faylor <me+cygwin@cgf.cx>
1900
1901 * windows-nat.c (dr): Redefine to use largest possible integer which
1902 holds a pointer.
1903 (cygwin_set_dr): Avoid coercion.
1904
19052009-03-08 Oswald Buddenhagen <oswald.buddenhagen@trolltech.de>
1906
14b69f28 1907 * windows-nat.c (windows_create_inferior): Implement --tty handling on
41b4aadc
CF
1908 non-cygwin.
1909
f5c9a895
PP
19102009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1911
1912 Rename solib_address to solib_name_from_address.
1913 * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs)
1914 (disable_breakpoints_in_unloaded_shlib): Update.
1915 * printcmd.c (display_uses_solib_p): Likewise.
1916 * stack.c (print_frame): Likewise.
1917 * solib.c: Rename.
1918 * solib.h: Rename.
c2c8d75b 1919
a3247a22
PP
19202009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1921
1922 * printcmd.c (do_one_display): Reparse exp_string.
1923 (display_uses_solib_p): New function.
1924 (clear_dangling_display_expressions): New function.
1925 (_initialize_printcmd): Add observer.
1926 * solib.c (no_shared_libraries): Swap order of calls to
1927 clear_solib and objfile_purge_solibs.
c2c8d75b 1928
d36df9c5
JB
19292009-03-05 Joel Brobecker <brobecker@adacore.com>
1930
1931 Implement the target-specific part of Ada tasking support
1932 on Tru64.
1933
1934 * dec-thread.c (dec_thread_get_ada_task_ptid): New function.
1935 (init_dec_thread_ops): Set the to_get_ada_task_ptid method.
1936
b254c0b2
JB
19372009-03-05 Joel Brobecker <brobecker@adacore.com>
1938
1939 Get rid of the global "base_target" and use "find_target_beneath"
1940 to find the underlying target.
1941 * dec-thread.c (base_target): Delete.
1942 (enable_dec_thread): Remove assignement to base_target.
1943 (dec_thread_detach, dec_thread_wait, dec_thread_wait)
1944 (dec_thread_fetch_registers, dec_thread_store_registers)
1945 (dec_thread_mourn_inferior, dec_thread_pid_to_str):
1946 Update the function profile if necessary.
1947 Use find_target_beneath to call the same method but from
1948 the underlying target, removing the need for "base_target".
1949
1950 * dec-thread.c (dec_thread_get_regsets, dec_thread_set_regsets):
1951 Fix a copy/paste error in a few debug traces...
1952
1953 * solib-osf.c (init_so): Use a simpler method for computing
1954 the size of lm_info structure. This also gets rid of warning
1955 emitted by the compiler.
1956
aae64587
PA
19572009-03-05 Pedro Alves <pedro@codesourcery.com>
1958
1959 * breakpoint.c (check_duplicates_for): Skip permanent breakpoints
1960 duplicates of permanent breakpoints.
1961
1941c569
PA
19622009-03-04 Pedro Alves <pedro@codesourcery.com>
1963
1964 * inferior.h (notice_new_inferior): Declare.
1965 * infcmd.c (notice_new_inferior): New.
1966 * remote.c (remote_add_inferior, remote_add_thread): New.
1967 (notice_new_inferiors): Rename to...
1968 (remote_notice_new_inferior): ... this. Add RUNNING argument.
1969 Use remote_add_thread instead of add_thread, passing it the
1970 RUNNING argument. Add an inferior with remote_add_inferior. If
1971 we just learned about an inferior, call notice_new_inferior.
1972 (record_currthread): Adjust.
1973 (remote_threads_info): Adjust to use remote_notice_new_inferior.
237d4315
PA
1974 (remote_start_remote, extended_remote_attach_1): Use
1975 remote_add_inferior.
1941c569
PA
1976 (process_stop_reply): Adjust. Call remote_notice_new_inferior
1977 after handling expedited registers and watchpoint state.
1978 (extended_remote_create_inferior_1): Use remote_add_inferior.
1979
9bde0732
AR
19802009-03-04 Aleksandar Ristovski <aristovski@qnx.com>
1981
1982 * infcmd.c (registers_info): Remove register number case.
1983
6aa8e5c2
PA
19842009-03-03 Pedro Alves <pedro@codesourcery.com>
1985
1986 * top.c (quit_target): Check for target_has_execution before
1987 killing or detaching from inferiors.
1988
1d59cee5
JB
19892009-03-02 Joel Brobecker <brobecker@adacore.com>
1990
1991 Remove some unused routines.
1992
1993 * ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing):
1994 Delete.
1995 * ada-lang.c (ada_task_list_iterator_ftype)
1996 (iterate_over_live_ada_tasks): Delete.
1997 * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks):
1998 Delete.
1999
223698f8
DE
20002009-03-01 Doug Evans <dje@google.com>
2001
9af17804
DE
2002 * symtab.c: Remove trailing whitespace throughout the file.
2003 (expand_line_sal): Fix some typos and whitespace.
2004
3c54f140
DE
2005 * Makefile.in (clean): rm -f $(DEPDIR)/*.
2006
2aecd87f
DE
2007 * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
2008 (init.c): signals/ -> common/.
2009 (signals.o): Update.
2010 * target.h (target_signal_to_string,target_signal_to_string)
2011 (target_signal_from_name,target_signal_to_host_p)
2012 (target_signal_from_host,target_signal_to_host): Move to ...
2013 * common/gdb_signals.h: ... here. New file.
2014 * common/signals.c: Moved here from signals/signals.c.
2015 #include gdb_signals.h, remove #include of target.h in gdb case.
2016 (target_signal_from_command,default_target_signal_to_host)
2017 (default_target_signal_from_host): Move inside #ifndef GDBSERVER.
2018
223698f8
DE
2019 Include thread ID in target_wait debugging output.
2020 * infrun.c (print_target_wait_results): New function.
2021 (wait_for_inferior,fetch_inferior_event): Call it.
2022
93a91755
PA
20232009-02-27 Pedro Alves <pedro@codesourcery.com>
2024
2025 * gdb_proc_service.h (struct ps_prochandle): Replace pid_t field
2026 with a ptid_t field.
2027 * linux-thread-db.c (thread_get_info_callback): Build the ptid
2028 using the pid stored in proc_handle.ptid.
2029 (thread_from_lwp, thread_db_attach_lwp, enable_thread_event)
2030 (check_for_thread_db, thread_db_detach, check_event)
2031 (thread_db_mourn_inferior, find_new_threads_callback)
2032 (thread_db_find_new_threads_1): Adjust.
2033 * proc-service.c (ps_xfer_memory, ps_lgetregs, ps_lsetregs)
2034 (ps_lgetfpregs, ps_lsetfpregs, ps_getpid): Adjust.
2035
b5096abe
PM
20362009-02-27 Phil Muldoon <pmuldoon@redhat.com>
2037
2038 * valprint.c (read_string): Rework clean-up logic. Use
2039 free_current_contents to clean-up buffer.
2040
a2f63f5e
AS
20412009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2042
2043 * MAINTAINERS: Update e-mail address.
2044
83390453
PM
20452009-02-26 Phil Muldoon <pmuldoon@redhat.com>
2046
2047 * python/python-utils.c (python_string_to_unicode): Always return
2048 a new reference.
2049 (python_string_to_target_string): Decrement transient python
2050 instance.
2051 (python_string_to_host_string): Likewise.
2052
20532007-02-26 Pedro Alves <pedro@codesourcery.com>
a0740d21
PA
2054
2055 * mips-linux-nat.c (mips64_linux_fetch_registers): Pass `ops' to
2056 call to super_fetch_registers.
2057 (mips64_linux_store_registers): Pass `ops' to call to
2058 super_store_registers.
2059
89c83b10
DE
20602009-02-25 Doug Evans <dje@google.com>
2061
99361f52
DE
2062 * breakpoint.c (insert_bp_location): Add \n to overlay breakpoint
2063 error message.
2064
1c2af6c4
DE
2065 * breakpoint.c (disable_breakpoints_in_shlibs): Delete local
2066 disabled_shlib_breaks, unused.
2067
89c83b10
DE
2068 * printcmd.c (build_address_symbolic): Fix comment.
2069
9e2f0ad4
HZ
20702009-02-25 Hui Zhu <teawater@gmail.com>
2071
2072 * cli/cli-script.c (define_command): Add _() to query.
2073 * gnu-nat.c (inf_validate_task_sc): Ditto.
2074 * infcmd.c (kill_if_already_running): Ditto.
2075 (jump_command): Ditto.
2076 (attach_command): Ditto.
2077 * inflow.c (kill_command): Ditto.
2078 * infrun.c (handle_command): Ditto.
2079 * maint.c (maintenance_dump_me): Ditto.
2080 * memattr.c (mem_delete_command): Ditto.
2081 * monitor.c (monitor_interrupt_query): Ditto.
2082 * nto-procfs.c (interrupt_query): Ditto.
2083 * printcmd.c (undisplay_command): Ditto.
2084 * remote-mips.c (mips_kill): Ditto.
2085 * remote.c (interrupt_query): Ditto.
2086 * solib-irix.c (irix_open_symbol_file_object): Ditto.
2087 * solib-osf.c (osf_open_symbol_file_object): Ditto.
2088 * solib-pa64.c (pa64_open_symbol_file_object): Ditto.
2089 * solib-som.c (som_open_symbol_file_object): Ditto.
2090 * solib-svr4.c (open_symbol_file_object): Ditto.
2091 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2092 * target.c (kill_or_be_killed): Ditto.
2093 * tracepoint.c (delete_trace_command): Ditto.
2094 * top.c (quit_confirm): Add _() to s that will be used
2095 in query.
2096
02529b48
PM
20972009-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
2098
2099 Fix windows-nat.c compilation failure.
2100
2101 * windows-nat.c (windows_thread_alive): Fix forward declaration.
2102 (get_windows_debug_event): Add ops parameter to call to windows_resume.
2103
2fb89e62
PA
21042009-02-23 Pedro Alves <pedro@codesourcery.com>
2105
2106 * remote-sim.c (gdbsim_resume): Add target_ops* argument.
2107
6f43c46f
JB
21082009-02-23 Jay Krell <jay.krell@cornell.edu> (tiny change)
2109
2110 * symtab.c (find_line_symtab): Initialize exact to avoid
2111 a compiler warning.
2112
84e473c8
PA
21132009-02-23 Pedro Alves <pedro@codesourcery.com>
2114
2115 * i386-linux-nat.c (i386_linux_fetch_inferior_registers): Pass
2116 `ops' to recursive call.
2117
28439f5e
PA
21182009-02-23 Pedro Alves <pedro@codesourcery.com>
2119
2120 * corelow.c (get_core_registers): Adjust.
2121 (core_file_thread_alive): Rename to...
2122 (core_thread_alive): ... this.
2123 (core_pid_to_str): Try gdbarch_core_pid_to_str first.
2124 (init_core_ops): Adjust.
2125 (coreops_suppress_target): Delete.
2126 (_initialize_corelow): Unconditionally add core_ops.
2127 * procfs.c: Include "inf-child.h".
2128 (procfs_ops): Delete.
2129 (init_procfs_ops): Delete. Reimplement as...
2130 (procfs_target): ... this, inheriting from inf-child.
2131 (procfs_attach, procfs_detach, procfs_fetch_registers): Adjust.
2132 (procfs_prepare_to_store): Delete.
2133 (procfs_store_registers, procfs_resume): Adjust.
2134 (procfs_open): Delete.
2135 (procfs_suppress_run): Delete.
2136 (procfs_can_run): Delete.
2137 (procfs_mourn_inferior): Adjust.
2138 (procfs_init_inferior): Add target_ops parameter. Adjust.
2139 (procfs_create_inferior): Don't pass procfs_init_inferior to
2140 fork_inferior. Instead call it after fork_inferior returns.
2141 (procfs_find_new_threads): Adjust.
2142 (_initialize_procfs): Adjust to use procfs_target instead of
2143 init_procfs_ops.
2144 * sol-thread.c (orig_core_ops, sol_core_ops): Delete.
2145 (lwp_to_thread): Use target_thread_alive.
2146 (sol_thread_open): Delete.
2147 (sol_thread_attach): Delete.
2148 (sol_thread_detach, sol_thread_resume, sol_thread_wait)
2149 (sol_thread_fetch_registers, sol_thread_store_registers): Adjust
2150 to use find_target_beneath.
2151 (sol_thread_prepare_to_store, sol_thread_xfer_memory): Delete.
2152 (sol_thread_xfer_partial): Adjust to use find_target_beneath.
2153 (sol_thread_files_info, sol_thread_kill_inferior): Delete.
2154 (check_for_thread_db): New.
2155 (sol_thread_notice_signals, sol_thread_create_inferior): Delete.
2156 (sol_thread_new_objfile): Call check_for_thread_db.
2157 (sol_thread_mourn_inferior): Adjust to use find_target_beneath.
2158 (sol_thread_can_run): Delete.
2159 (sol_thread_alive): Adjust to use find_target_beneath.
2160 (sol_thread_stop): Delete.
2161 (rw_common): Use target_write_memory or target_read_memory.
2162 (ps_lgetregs, ps_lgetfpregs): Use target_fetch_registers.
2163 (ps_lsetregs, ps_lsetfpregs): Use target_store_registers.
2164 (solaris_pid_to_str): Remove check for libthread_db initialization
2165 failing.
2166 (sol_find_new_threads): Remove check for libthread_db
2167 initialization failing, or for an invalid inferior_ptid. Adjust
2168 to use find_target_beneath.
2169 (sol_core_open, sol_core_close, sol_core_detach,
2170 sol_core_files_info, sol_find_memory_regions,
2171 sol_make_note_section, ignore): Delete.
2172 (init_sol_thread_ops): Make it a thread_stratum target. Remove
2173 unneeded callback settings.
2174 (init_sol_core_ops): Delete.
2175 (_initialize_sol_thread): No longer call init_sol_core_ops, set
2176 procfs_suppress_run, or hack with core_ops.
2177
2178 * target.h (struct target_ops): Add a target_ops * parameter to
2179 to_resume, to_fetch_registers, to_store_registers, to_thread_alive
2180 and to_find_new_threads.
2181 (target_fetch_registers, target_store_registers)
2182 (target_thread_alive, target_find_new_threads): Redeclare as
2183 function.
a2f63f5e 2184
28439f5e
PA
2185 * target.c (update_current_target): Do not inherit or de_fault
2186 to_resume, to_fetch_registers, to_store_registers,
2187 to_thread_alive, to_find_new_threads.
2188 (target_resume): Adjust.
2189 (target_thread_alive, target_find_new_threads): New.
2190 (debug_to_resume, debug_to_fetch_registers): Delete.
2191 (target_fetch_registers): New.
2192 (debug_to_store_registers): Delete.
2193 (target_store_registers): New.
2194 (debug_to_thread_alive, debug_to_find_new_threads): Delete.
2195 (setup_target_debug): Adjust.
a2f63f5e 2196
28439f5e 2197 * gdbcore.h (core_ops): Delete declaration.
a2f63f5e 2198
28439f5e
PA
2199 * inf-ptrace.c, linux-nat.c, remote.c, amd64-linux-nat.c,
2200 inf-child.c, linux-thread-db.c, bsd-uthread.c, inf-ttrace.c,
2201 i386-sol2-tdep.c, darwin-nat.c, gnu-nat.c, go32-nat.c,
2202 hpux-thread.c, i386-linux-nat.c, i386fbsd-nat.c, monitor.c,
2203 nto-procfs.c, remote-m32r-sdi.c, remote-mips.c, windows-nat.c,
2204 alphabsd-nat.c, amd64bsd-nat.c, arm-linux-nat.c, armnbsd-nat.c,
2205 bsd-kvm.c, hppa-hpux-nat.c, hppa-linux-nat.c, hppabsd-nat.c,
2206 hppanbsd-nat.c, i386-darwin-nat.c, i386bsd-nat.c,
2207 ia64-linux-nat.c, m32r-linux-nat.c, m68kbsd-nat.c,
2208 m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c,
2209 mips64obsd-nat.c, mipsnbsd-nat.c, ppc-linux-nat.c, ppcnbsd-nat.c,
2210 ppcobsd-nat.c, remote-sim.c, rs6000-nat.c, s390-nat.c,
2211 shnbsd-nat.c, sparc-nat.c, sparc-nat.h, spu-linux-nat.c,
2212 vaxbsd-nat.c, xtensa-linux-nat.c: Adjust to target_ops changes.
2213
2214 * gdbarch.sh (core_pid_to_str): New gdbarch callback.
2215 * gdbarch.h, gdbarch.c: Regenerate.
2216
2217 * sol2-tdep.c: Include "inferior.h".
2218 (sol2_core_pid_to_str): New.
2219 * sol2-tdep.h (sol2_core_pid_to_str): Declare.
2220
2221 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
2222 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
2223 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
2224 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
2225
907083d1
DE
22262009-02-22 Doug Evans <dje@google.com>
2227
2228 * exec.c (exec_file_attach): Fix comment.
2229
63807e1d
PA
22302009-02-22 Pedro Alves <pedro@codesourcery.com>
2231
2232 Silence a few -Wmissing-prototypes warnings.
2233
2234 PR build/9877:
a2f63f5e 2235 * alpha-linux-tdep.c (alpha_linux_regset_from_core_section): Make
63807e1d 2236 it static.
a2f63f5e
AS
2237 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Declare.
2238 * amd64fbsd-tdep.c (amd64fbsd_init_abi): Make it static.
2239 * amd64nbsd-tdep.c (_initialize_amd64nbsd_ndep): Rename to ...
63807e1d
PA
2240 (_initialize_amd64nbsd_tdep): ... this.
2241 * arm-linux-tdep.c (arm_linux_software_single_step): Make it static.
2242 (_initialize_arm_linux_tdep): Declare.
2243 * armbsd-tdep.c (armbsd_fpreg_offset): Make it static.
2244 * armnbsd-tdep.c (_initialize_arm_netbsd_tdep): Declare.
2245 * armobsd-tdep.c (_initialize_armobsd_tdep): Declare.
2246 * avr-tdep.c (avr_return_value): Make it static.
2247 (avr_frame_unwind_cache): Ditto.
2248 * bsd-uthread.c (bsd_uthread_inferior_created): Ditto.
2249 (bsd_uthread_solib_loaded): Ditto.
2250 (bsd_uthread_solib_unloaded): Ditto.
2251 (bsd_uthread_target): Ditto.
2252 (_initialize_bsd_uthread): Declare.
2253 * cris-tdep.c (crisv32_single_step_through_delay): Make it static.
2254 (cris_frame_unwind_cache): Ditto.
2255 * frv-tdep.c (frv_return_value): Ditto.
2256 * h8300-tdep.c (h8300_use_struct_convention): Ditto.
2257 (h8300h_use_struct_convention): Ditto.
2258 * hppa-tdep.c (hppa_sign_extend, hppa_low_hppa_sign_extend):
2259 Ditto.
2260 * hppa-tdep.h (hppa_low_sign_extend, hppa_sign_extend): Delete
2261 declarations.
2262 * hppabsd-tdep.c: Include hppabsd-tdep.h.
2263 (hppabsd_find_global_pointer): Make it static.
2264 * hppabsd-tdep.h: New.
2265 * hppanbsd-tdep.c: Include hppabsd-tdep.h.
2266 (hppabsd_init_abi): Remove declaration.
2267 (_initialize_hppabsd_tdep): Remove declaration.
2268 (_initialize_hppanbsd_tdep): Declare.
2269 * hppaobsd-tdep.c: Include hppabsd-tdep.h.
2270 (hppabsd_init_abi): Delete declaration.
2271 (hppaobsd_init_abi): Make it static.
2272 * i386-nto-tdep.c (_initialize_i386nto_tdep): Declare.
2273 * i386nbsd-tdep.c (_initialize_i386nbsd_tdep): Declare.
2274 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Declare.
2275 * ia64-tdep.c (ia64_register_reggroup_p): Make it static.
2276 * iq2000-tdep.c (_initialize_iq2000_tdep): Declare.
2277 * m32c-tdep.c (m32c_register_reggroup_p): Make it static.
2278 (m32c_analyze_prologue, m32c_virtual_frame_pointer): Ditto.
2279 (_initialize_m32c_tdep): Declare.
2280 * m32r-rom.c (_initialize_m32r_rom): Declare.
2281 * m32r-tdep.c (m32r_skip_prologue): Make it static.
2282 (m32r_return_value): Ditto.
2283 * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Make it static.
2284 (m68hc11_return_value): Ditto.
2285 * m68klinux-tdep.c (_initialize_m68k_linux_tdep): Declare.
2286 * m88k-tdep.c (m88k_frame_cache): Make it static.
2287 * mep-tdep.c (mep_gdb_print_insn): Ditto.
2288 (mep_return_value): Ditto.
2289 (_initialize_mep_tdep): Declare.
2290 * mips-irix-tdep.c (_initialize_mips_irix_tdep): Declare.
2291 * mips-linux-tdep.c (supply_64bit_reg): Make it static.
2292 (mips_linux_syscall_next_pc): Ditto.
2293 (_initialize_mips_linux_tdep): Declare.
2294 * mips-tdep.c (mips_single_step_through_delay): Make it static.
2295 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Declare.
2296 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Declare.
2297 * mn10300-tdep.c (_initialize_mn10300_tdep): Declare.
2298 * mt-tdep.c (_initialize_mt_tdep): Declare.
2299 * nbsd-tdep.c: Include nbsd-tdep.h.
2300 * nto-tdep.c (find_load_phdr): Make it static.
2301 (_initialize_nto_tdep): Declare.
2302 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Make it
2303 static.
2304 (_initialize_ppc_linux_tdep): Declare.
2305 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint)
2306 (m32r_insert_watchpoint, m32r_remove_watchpoint)
2307 (m32r_stopped_data_address, m32r_stopped_by_watchpoint): Make
2308 static.
2309 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Declare.
2310 * rs6000-nat.c: Include xcoffread.h.
2311 (find_toc_address): Don't extern declare get_toc_offset. Adjust
2312 to call xcoff_get_to_offset.
2313 * rs6000-tdep.c (ppc_vsx_support_p, ppc_displaced_step_fixup)
2314 (rs6000_skip_main_prologue, rs6000_in_solib_return_trampoline)
2315 (rs6000_skip_trampoline_code): Make static.
2316 * s390-tdep.c (s390_regset_from_core_section): Ditto.
2317 * sh-tdep.c (sh_register_reggroup_p): Ditto.
2318 * shnbsd-tdep.c (shnbsd_regset_from_core_section): Ditto.
2319 (_initialize_shnbsd_tdep): Declare.
2320 * solib-frv.c (displacement_from_map): Make static.
2321 (_initialize_frv_solib): Declare.
2322 * solib-irix.c (fetch_lm_info): Make static.
2323 (_initialize_irix_solib): Declare.
2324 * solib-som.c: Include solib-som.h.
2325 (som_solib_select): Line break.
2326 * sparc-tdep.c (sparc_regset_from_core_section): Make static.
2327 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Rename to ...
2328 (_initialize_sparcnbsd_tdep): ... this.
2329 * spu-tdep.c (spu_software_single_step): Make it static.
2330 (_initialize_spu_tdep): Declare.
2331 * vax-tdep.c (vax_frame_cache): Make it static.
2332 * xcoffread.c: Include xcoffread.h.
2333 (get_toc_offset): Rename to ...
2334 (xcoff_get_toc_offset): ... this.
2335 (_initialize_xcoffread): Declare.
2336 * xcoffread.h: New.
2337 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Declare.
2338 * xtensa-tdep.c (xtensa_skip_prologue, xtensa_derive_tdep): Make
2339 static.
2340 (_initialize_xtensa_tdep): Declare.
2341
2c0b251b
PA
23422008-02-21 Pedro Alves <pedro@codesorcery.com>
2343
2344 Silence a few -Wmissing-prototypes warnings.
2345
2346 PR build/9877:
2347 * amd64-nat.c: Include "amd64-nat.h".
2348 * fork-child.c (_initialize_fork_child): Ditto.
2349 * gcore.c (_initialize_gcore): Ditto.
2350 * inf-ptrace.c: Include "inf-ptrace.h".
2351 (inf_ptrace_store_registers): Make it static.
2352 * linux-nat.c (linux_nat_terminal_ours): Make it static.
2353 (_initialize_linux_nat): Declare before definition.
2354 * linux-tdep.c: Include "linux-tdep.h".
2355 * linux-thread-db.c (_initialize_thread_db): Declare before
2356 definition.
2357 * proc-service.c (_initialize_proc_service): Ditto.
2358 * remote.c (remote_send_printf): Make it static.
2359 * solib.c: Include "solib.h".
2360 * symfile-mem.c (_initialize_symfile_mem): Declare before
2361 definition.
2362 * ada-lang.c (ada_la_decode, ada_match_name)
2363 (ada_suppress_symbol_printing, ada_is_array_type)
2364 (ada_value_ptr_subscript, ada_array_length)
2365 (ada_to_static_fixed_value): Make them static.
2366 (_initialize_ada_language): Declare before definition.
2367 * ada-tasks.c (ada_get_task_number, ada_get_environment_task)
2368 (ada_task_list_changed, ada_new_objfile_observer): Make them
2369 static.
2370 (_initialize_tasks): Declare before definition.
2371 * addrmap.c (_initialize_addrmap): Declare before definition.
2372 * auxv.c (default_auxv_parse): Make it static.
2373 * bfd-target.c (target_bfd_xfer_partial, target_bfd_xclose): Make
2374 them static.
2375 * breakpoint.c (remove_sal): Add line break.
2376 (expand_line_sal_maybe): Make it static.
2377 * cp-name-parser.y: Include "cp-support.h".
2378 * cp-valprint.c (cp_find_class_member): Make it static.
2379 * eval.c (value_f90_subarray): Ditto.
2380 * exceptions.c (print_any_exception): Ditto.
2381 * findcmd.c (_initialize_mem_search): Declare before definition.
2382 * frame.c (frame_observer_target_changed): Make it static.
2383 * gnu-v3-abi.c (gnuv3_find_method_in): Make it static.
2384 * inf-child.c: Include "inf-child.h".
2385 * inferior.h (valid_inferior_id): Rename to ...
2386 (valid_gdb_inferior_id): ... this.
2387 * infrun.c (infrun_thread_stop_requested, siginfo_make_value):
2388 Make them static.
2389 * jv-lang.c (java_language_arch_info): Make it static.
2390 * m2-typeprint.c (m2_get_discrete_bounds): Ditto.
2391 * osdata.c (info_osdata_command): Make it static.
2392 * regcache.c (regcache_observer_target_changed): Make it static.
2393 * reverse.c (_initialize_reverse): Declare before definition.
2394 * stabsread.c (cleanup_undefined_types_noname)
2395 (cleanup_undefined_types_1): Make them static.
2396 * symfile.c (place_section): Make it static.
2397 * symtab.c (find_pc_sect_psymtab_closer): Make it static.
2398 * target-descriptions.c (_initialize_target_descriptions): Declare
2399 before definition.
2400 * target.c (default_get_ada_task_ptid, find_default_can_async_p)
2401 (find_default_is_async_p, find_default_supports_non_stop): Make
2402 them static.
2403 (target_supports_non_stop): Add prototype.
2404 (dummy_pid_to_str): Make it static.
2405 * utils.c (_initialize_utils): Declare before definition.
2406 * ada-exp.y (_initialize_ada_exp): Declare before definition.
2407 * solib-svr4.c (HAS_LM_DYNAMIC_FROM_LINK_MAP): Add a prototype.
2408 * target.h (struct target_ops): Add a prototype to the
2409 to_can_execute_reverse callback.
a2f63f5e
AS
2410 * macroscope.c (_initialize_macroscope): Declare before definition.
2411 * cp-namespace.c (_initialize_cp_namespace): Declare before definition.
2c0b251b
PA
2412 * python/python.c (_initialize_python): Declare before definition.
2413 * tui/tui-command.c: Include "tui/tui-command.h".
2414 * tui/tui-data.c (init_content_element, init_win_info): Make them
2415 static.
2416 * tui/tui-disasm.c: Include "tui/tui-disasm.h".
2417 * tui/tui-interp.c (_initialize_tui_interp): Declare before
2418 definition.
2419 * tui/tui-layout.c: Include "tui/tui-layout.h".
2420 (_initialize_tui_layout): Declare before definition.
2421 * tui/tui-regs.c: Include "tui/tui-regs.h".
2422 (tui_display_reg_element_at_line): Make it static.
2423 (_initialize_tui_regs): Declare before definition.
2424 * tui/tui-stack.c (_initialize_tui_stack): Declare before
2425 definition.
2426 * tui/tui-win.c: Include "tui/tui-win.h".
2427 (_initialize_tui_win): Declare before definition.
2428 (tui_sigwinch_handler): Make it static. Wrap in ifdef SIGWINCH.
2429 * tui/tui-win.h (tui_sigwinch_handler): Delete declaration.
2430 (tui_get_cmd_list): Add a prototype.
2431 * tui/tui-windata.c: Include tui-windata.h.
2432 * tui/tui-wingeneral.c (box_win): Make it static.
2433 * cli/cli-logging.c (show_logging_command): Make it static.
2434 (_initialize_cli_logging): Declare before definition.
2435 * mi/mi-common.c (_initialize_gdb_mi_common): Declare before
2436 definition.
2437
5aca5a82
PM
24382009-02-20 Pierre Muller <muller@ics.u-strasbg.fr>
2439
08c1f091 2440 Extend use of i386_use_watchpoints to all i386 native files
5aca5a82 2441 using hardware watchpoints.
08c1f091
DE
2442 * go32-nat.c (init_go32_ops): Call i386_use_watchpoints.
2443 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto.
2444 * windows-nat.c (init_windows_ops): Ditto.
2445 * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR.
2446 * config/i386/nm-cygwin64.h: Ditto.
2447 * config/i386/nm-fbsd.h: Ditto.
2448 * config/i386/nm-go32.h: Ditto.
5aca5a82 2449
1db300f1
JB
24502009-02-19 Joel Brobecker <brobecker@adacore.com>
2451
2452 * ada-typeprint.c (ada_typedef_print): Remove. Unused.
2453
c86cf029
VP
24542009-02-18 Vladimir Prus <vladimir@codesourcery.com>
2455
2456 * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
2457 (mi_interpreter_init): Register the above.
2458 * solib.c (clear_solib): Notify solib unload.
2459 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Do not
2460 disable breakpoints on a.out targets.
2461
3ea85240
VP
24622009-02-17 Vladimir Prus <vladimir@codesourcery.com>
2463
2464 * observer.c (observer_test_first_notification_function)
2465 (observer_test_second_notification_function)
2466 (observer_test_third_notification_function): Adjust prototype.
2467
4c1d2973
PA
24682009-02-17 Pedro Alves <pedro@codesourcery.com>
2469
2470 * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
2471 (ALL_TARGET_OBS): Add dicos-tdep.o.
2472 (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c.
2473 * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to
2474 gdb_target_obs.
2475 (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to
2476 gdb_target_obs.
2477 * dicos-tdep.h, dicos-tdep.c: New.
2478 * amd64-dicos-tdep.c: New.
2479 * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or
2480 inferior.h. Include dicos-tdep.h.
2481 (i386_dicos_init_abi): Call dicos_init_abi.
2482 (i386_dicos_bfd_has_symbol_p): Delete.
2483 (i386_dicos_osabi_sniffer): Use dicos_load_module_p.
2484
2485 * NEWS: Mention x86-64 DICOS target support.
2486
1903f0e6
DE
24872009-02-16 Doug Evans <dje@google.com>
2488
2489 * amd64-tdep.c (amd64_skip_prefixes): Renamed from skip_prefixes.
2490 All callers updated.
2491 (amd64_get_insn_details): Handle more 3-byte opcode insns.
2492 (amd64_breakpoint_p): Delete.
2493 (amd64_displaced_step_fixup): When fixing up after stepping an int3,
2494 don't back up pc to the start of the int3.
2495 * i386-tdep.c: #include opcode/i386.h.
2496 (i386_skip_prefixes): New function.
2497 (i386_absolute_jmp_p): Constify argument.
2498 (i386_absolute_call_p,i386_ret_p,i386_call_p,i386_syscall_p): Ditto.
2499 (i386_breakpoint_p): Delete.
2500 (i386_displaced_step_fixup): Handle unnecessary or redundant prefixes.
2501 When fixing up after stepping an int3, don't back up pc to the start
2502 of the int3.
2503
959b8724
PA
25042009-02-16 Pedro Alves <pedro@codesourcery.com>
2505
2506 * corelow.c (core_close): Don't hardcode the core's pid.
2507 (core_open): Find core threads before calling
2508 post_create_inferior.
2509 (add_to_thread_list, get_core_register_section): Take into account
2510 systems where the regset section names encode the pid of the
2511 inferior.
2512
2513 * gdbarch.sh (core_reg_section_encodes_pid): New gdbarch setting.
2514 * gdbarch.h, gdbarch.c: Regenerate.
2515
2516 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Set it.
2517 * i386-sol2-tdep.c (i386_sol2_init_abi): Set it.
2518 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Set it.
2519 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Set it.
2520
1d33d6ba
VP
25212009-02-14 Vladimir Prus <vladimir@codesourcery.com>
2522
2523 Include frame information for *stopped due to CLI commands.
2524
a2f63f5e
AS
2525 * ada-tasks.c (ada_normal_stop_observer): Adjust prototype.
2526 * infcmd.c (finish_command_continuation): Pass '1' for
2527 'print_frame' parameter to the observer.
2528 * infrun.c (normal_stop): Don't print mi-specific information
2529 here. Pass 'stop_print_frame' to the 'print_frame' parameter
2530 of the observer.
2531 * mi/mi-interp.c (mi_on_normal_stop): Adjust prototype.
2532 If we need to print frame, and current uiout is not the MI one,
2533 print frame again.
1d33d6ba 2534
2ff5e605
PM
25352009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
2536
2537 * xtensa-tdep.c (call0_analyze_prologue): Delete BSZ macro.
2538 Replace BSZ macro uses by XTENSA_ISA_BSZ macro.
2539
5d7cb8df
JK
25402009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 PR fortran/9806
2543 * dwarf2read.c (process_die <DW_TAG_module>, read_module)
2544 (scan_partial_symbols <DW_TAG_module>, add_partial_module): New.
2545
868a0084
PM
25462009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
2547
2548 * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
5d7cb8df 2549 for DW_ATE_signed_char and DW_ATE_unsigned_char
868a0084
PM
2550 for pascal language.
2551
42e2132c
JK
25522009-02-11 Jim Meyering <meyering@redhat.com>
2553 Jan Kratochvil <jan.kratochvil@redhat.com>
2554
2555 Avoid NULL dereference.
2556 * stack.c (return_command): Guard use of SYMBOL_TYPE (thisfun).
2557 New variable func_type.
2558
315aef0a
PA
25592009-02-11 Pedro Alves <pedro@codesourcery.com>
2560
2561 * gdbarch.c: Regenerate.
2562
58159490
PM
25632009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
2564
2565 * p-lang.c (is_pascal_string_type): Fix comment.
2566 Determine exact size of char elements for GPC
2567 strings.
2568 (pascal_printstr): Handle char width of 2 or 4.
2569 * p-valprint.c (pascal_val_print): Handle char
2570 of width 2 or 4.
a2f63f5e 2571
d3f36a39
DJ
25722009-02-07 Daniel Jacobowitz <dan@codesourcery.com>
2573
2574 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc
2575 inside the loop. Only call addrmap_set_empty if the compilation unit
2576 had DW_AT_high_pc and DW_AT_low_pc. Update call to
2577 scan_partial_symbols.
2578 (scan_partial_symbols): Take NEED_PC argument and pass it along with
2579 LOWPC and HIGHPC.
2580 (add_partial_namespace): Take NEED_PC argument and pass it through.
2581 (add_partial_subprogram): Take NEED_PC argument. Update the addrmap
2582 if necessary.
2583
47a3467a
PA
25842009-02-07 Pedro Alves <pedro@codesourcery.com>
2585
2586 * NEWS: Mention inspecting extra signal information, $_siginfo,
2587 and the qXfer:siginfo:read and qXfer:siginfo:write packets.
2588
1ef18d08
PA
25892009-02-07 Pedro Alves <pedro@codesourcery.com>
2590
2591 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO
2592 isn't defined.
2593
5b009018
PA
25942009-02-06 Pedro Alves <pedro@codesourcery.com>
2595
2596 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)
2597 (compat_timer_t, compat_clock_t, struct compat_timeval)
2598 (compat_sigval_t, compat_siginfo_t): New types.
2599 (cpt_si_pid, cpt_si_uid, cpt_si_timerid, cpt_si_overrun)
2600 (cpt_si_status, cpt_si_utime, cpt_si_stime, cpt_si_ptr)
2601 (cpt_si_addr, cpt_si_band, cpt_si_fd): New defines.
2602 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
2603 (amd64_linux_siginfo_fixup): New.
2604 * linux-nat.c (linux_nat_siginfo_fixup): New.
2605 (siginfo_fixup): New.
2606 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
2607 siginfo layout expected by ptrace and the siginfo layout of the
2608 inferior.
2609 (linux_nat_set_siginfo_fixup): New.
2610 * linux-nat.h (linux_nat_set_siginfo_fixup): Declare.
2611
4aa995e1
PA
26122009-02-06 Pedro Alves <pedro@codesourcery.com>
2613
2614 * target.h (enum target_object): Add new TARGET_OBJECT_SIGNAL_INFO.
2615 * infrun.c (siginfo_value_read, siginfo_value_write): New.
2616 (siginfo_value_funcs): New.
2617 (siginfo_make_value): New.
2618 (_initialize_infrun): Create the $_siginfo convenience variable.
2619 * gdbtypes.h (append_composite_type_field_aligned): Declare.
2620 * gdbtypes.c (append_composite_type_field): Rename to...
2621 (append_composite_type_field_aligned): ... this. Add ALIGNMENT
2622 argument. Handle it.
2623 (append_composite_type_field): Rewrite on top of
2624 append_composite_type_field_aligned.
2625 * value.h (internalvar_make_value): New typedef.
2626 (struct internalvar) <make_value>: New field.
2627 (create_internalvar_type_lazy): Declare.
2628 * value.c (create_internalvar): Clear make_value.
2629 (create_internalvar_type_lazy): New.
2630 (value_of_internalvar): If make_value is set use it.
2631 (preserve_values): Skip internal variables that don't have a
2632 value.
2633 * gdbarch.sh (get_siginfo_type): New.
2634 * gdbarch.h, gdbarch.c: Regenerate.
2635
2636 * linux-tdep.h, linux-tdep.c: New.
2637 * amd64-linux-tdep.c: Include "linux-tdep.h".
2638 (amd64_linux_init_abi): Register linux_get_siginfo_type and
2639 linux_get_siginfo_mapper.
2640 * i386-linux-tdep.c: Include "linux-tdep.h".
2641 (i386_linux_init_abi): Register linux_get_siginfo_type and
2642 linux_get_siginfo_mapper.
2643 * arm-linux-tdep.c: Include "linux-tdep.h".
2644 (i386_linux_init_abi): Register linux_get_siginfo_type and
2645 linux_get_siginfo_mapper.
2646
2647 * linux-nat.c (linux_xfer_siginfo): New.
2648 (linux_nat_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
2649 * remote.c (PACKET_qXfer_siginfo_read)
2650 (PACKET_qXfer_siginfo_write): New.
2651 (feature remote_protocol_features): Add "qXfer:siginfo:read" and
2652 "qXfer:siginfo:write" features.
2653 (remote_xfer_partial): Handle TARGET_OBJECT_SIGNAL_INFO.
2654 (_initialize_remote): Add "set/show remote read-siginfo-object"
2655 and "set/show remote write-siginfo-object" commands.
2656
2657 * Makefile.in (ALL_TARGET_OBS): Add linux-tdep.o.
2658 (HFILES_NO_SRCDIR): Add linux-tdep.h.
2659 (ALLDEPFILES): Add linux-tdep.c.
a2f63f5e 2660
4aa995e1
PA
2661 * configure.tgt (arm*-*-linux* | arm*-*-uclinux*)
2662 (i[34567]86-*-linux*, x86_64-*-linux*): Add linux-tdep.o to
2663 gdb_target_obs.
2664
5f5233d4
PA
26652009-02-06 Jim Blandy <jimb@codesourcery.com>
2666 Daniel Jacobowitz <dan@codesourcery.com>
2667 Vladimir Prus <vladimir@codesourcery.com>
2668 Pedro Alves <pedro@codesourcery.com>
2669
2670 * defs.h (enum lval_type): New value: lval_computed.
2671 * value.h (struct lval_funcs): New type.
2672 (allocate_computed_value, value_computed_funcs)
2673 (value_computed_closure): New declarations.
2674 * value.c (struct value): Add a structure to the location union
2675 for computed lvalues, containing 'funcs' and 'closure' members.
2676 (allocate_computed_value, value_computed_funcs)
2677 (value_computed_closure): New functions.
2678 (value_free): For computed lvalues, call the closure's
2679 'free_closure' function before freeing the value itself.
2680 (value_copy): If we're copying an lval_computed value, call the
2681 closure's 'copy_closure' function.
2682 (set_value_component_location): If the original value is a
2683 computed lvalue, then call the closure's 'copy_closure' function.
2684 (value_of_internalvar): If an internal variable's value is a
2685 computed lvalue, make retrieving its value produce an equivalent
2686 computed lvalue.
2687 * valops.c (value_fetch_lazy): Unlazy computed lvalues by calling
2688 their read function.
2689 (value_assign): Assign to computed lvalues by calling their write
2690 function.
2691
117de6a9
PA
26922009-02-06 Pedro Alves <pedro@codesourcery.com>
2693
2694 * linux-nat.c (linux_nat_wait): Adjust.
2695 (linux_nat_pid_to_str): Adjust. Remove call to thread_db_init.
2696 * linux-nat.h (thread_db_init): Delete declaration.
2697 * linux-thread-db.c (target_beneath): Delete.
2698 (thread_db_init): Delete.
2699 (thread_db_detach): Use find_target_beneath.
2700 (thread_db_wait): Adjust interface. Use find_target_beneath.
2701 (thread_db_mourn_inferior): Use find_target_beneath.
2702 (thread_db_can_async_p, thread_db_is_async_p, thread_db_async)
2703 (thread_db_async_mask): Delete.
2704 (thread_db_pid_to_str): Adjust interface. Use
2705 find_target_beneath.
2706 (thread_db_get_thread_local_address): Adjust interface. Use
2707 find_target_beneath.
2708 (init_thread_db_ops): Delete references to delete functions.
2709 * target.c (update_current_target): Don't inherit or default
2710 to_wait. Don't inherit to_pid_to_str and
2711 to_get_thread_local_address.
2712 (target_translate_tls_address): Look for a pushed target that
2713 implements to_get_thread_local_address, and use it instead of
2714 checking for target_get_thread_local_address_p.
2715 (target_wait, target_pid_to_str): Reimplement as functions.
2716 (dummy_pid_to_str): New.
2717 (init_dummy_target): Register it.
2718 (debug_to_wait): Delete.
2719 * target.h (struct target_ops): Make to_wait, to_pid_to_str and
2720 to_get_thread_local_address accept a pointer to struct target_ops.
2721 (target_wait): Delete macro, and declare as function.
2722 (target_pid_to_str): Likewise.
2723 (target_get_thread_local_address)
2724 (target_get_thread_local_address_p): Delete.
2725 (noprocess): Add NORETURN and ATTR_NORETURN tags.
2726 * inf-ptrace.c (inf_ptrace_wait): Adjust.
2727 (inf_ptrace_pid_to_str): New.
2728 (inf_ptrace_target): Use inf_ptrace_pid_to_str.
2729 * aix-thread.c (aix_thread_wait, aix_thread_pid_to_str): Adjust.
2730 * bsd-kvm.c (bsd_kvm_pid_to_str): Adjust.
2731 * bsd-uthread.c (bsd_uthread_wait, bsd_uthread_pid_to_str):
2732 Adjust.
2733 * corelow.c (core_pid_to_str): Adjust.
2734 * darwin-nat.c (darwin_wait, darwin_pid_to_str): Adjust.
2735 * dec-thread.c (dec_thread_wait, dec_thread_pid_to_str): Adjust.
2736 * gnu-nat.c (gnu_wait, gnu_pid_to_str): Adjust.
2737 * go32-nat.c (go32_wait, go32_pid_to_str): Adjust.
2738 * hpux-thread.c (hpux_thread_wait): Adjust.
2739 * inf-ttrace.c (inf_ttrace_wait, inf_ttrace_pid_to_str): Adjust.
2740 * monitor.c (monitor_wait, monitor_pid_to_str): Adjust.
2741 * nto-procfs.c (procfs_wait, procfs_pid_to_str): Adjust.
2742 * procfs.c (procfs_pid_to_str): Adjust.
2743 * remote-m32r-sdi.c (m32r_wait, m32r_pid_to_str): Adjust.
2744 * remote-mips.c (mips_wait): Adjust.
2745 * remote-sim.c (gdbsim_wait, gdbsim_pid_to_str): Adjust.
2746 * remote.c (remote_wait, remote_pid_to_str)
2747 (remote_get_thread_local_address): Adjust.
2748 * rs6000-nat.c (rs6000_wait): Adjust.
2749 * sol-thread.c (procfs_pid_to_str): Adjust declaration.
2750 (sol_thread_wait, solaris_pid_to_str): Adjust.
2751 * spu-linux-nat.c (spu_child_wait): Adjust.
2752 * windows-nat.c (windows_wait, windows_pid_to_str): Adjust.
2753
d8906c6f
TJB
27542009-02-06 Tom Tromey <tromey@redhat.com>
2755
2756 * Makefile.in (SUBDIR_PYTHON_OBS): Add python-cmd.o.
2757 (SUBDIR_PYTHON_SRCS): Add python-cmd.c.
2758 (python-cmd.o): New target.
2759 * cli/cli-decode.c (set_cmd_completer): Add self parameter to
2760 completer prototype.
2761 (add_cmd): Initialize destroyer member of cmd_list_element. Use
2762 make_symbol_completion_list_fn as completer.
2763 (delete_cmd): Call destroyer if one is set.
2764 * cli/cli-decode.h (cmd_list_element): Add cmd parameter to
2765 completer member. Add destroyer member.
2766 (set_cmd_completer): Add self parameter to
2767 completer prototype.
2768 * command.h (set_cmd_completer): Add cmd parameter to
2769 completer prototype.
2770 * completer.c (noop_completer, filename_completer,
2771 location_completer, expression_completer, command_completer): Adapt
2772 to new completer prototype.
2773 (complete_line_internal): Pass new parameter to completer function.
2774 * completer.h (noop_completer, filename_completer,
2775 location_completer, expression_completer, command_completer): Adapt
2776 prototypes to new completer prototype.
2777 * interps.c (interpreter_completer): Adapt to new completer
2778 prototype.
2779 * python/python-cmd.c: New file.
2780 * python/python-internal.h (gdbpy_initialize_commands): Add
2781 prototype.
2782 (gdbpy_doc_cst): Add forward declaration.
2783 * python/python.c (gdbpy_doc_cst): Declare.
2784 (_initialize_python): Call gdbpy_initialize_commands. Initialize
2785 gdbpy_doc_cst.
2786 * symtab.c (make_symbol_completion_list_fn): New function.
2787 * symtab.h (make_symbol_completion_list_fn): Add prototype.
2788
739ef7fb
PA
27892009-02-06 Pedro Alves <pedro@codesourcery.com>
2790
2791 * target.c (target_get_osdata): Check for equal or higher than
2792 process_stratum, not dummy_stratum.
2793
6d097e65
PA
27942009-02-06 Pedro Alves <pedro@codesourcery.com>
2795
2796 * remote.c (extended_remote_can_run): Delete.
2797 (init_remote_ops): Don't register it.
2798 * target.c (target_get_osdata): Don't check for target_can_run.
2799 Instead any target that has already been pushed, otherwise
739ef7fb 2800 fallback to the default run target.
6d097e65 2801
947b8855
PA
28022009-02-06 Pedro Alves <pedro@codesourcery.com>
2803
2804 * target.c (target_create_inferior, target_detach)
2805 (target_mourn_inferior, target_attach, target_close): Do target
2806 debug output.
2807 (debug_to_attach, debug_to_detach, debug_to_create_inferior)
2808 (debug_to_mourn_inferior, debug_to_close): Delete.
2809 (setup_target_debug): Adjust.
2810
611041af
PA
28112009-02-05 Pedro Alves <pedro@codesourcery.com>
2812
2813 * target.h (target_stopped_data_address_p): Delete declaration,
2814 and don't define as macro.
2815 * target.c (target_stopped_data_address_p): Delete.
2816
b6cb8e7d
TJB
28172009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2818 Tom Tromey <tromey@redhat.com>
2819
2820 * python/python-utils.c (target_string_to_unicode): New function.
2821 * python/python-internal.h (target_string_to_unicode): New prototype.
2822 * python/python-value.c (valpy_string): New function.
2823 (value_object_methods): Add `string' entry.
2824
54ba13f7
PA
28252009-02-05 Pedro Alves <pedro@codesourcery.com>
2826
2827 * target.h (target_tid_to_str): Delete.
2828 * thread.c (print_thread_info, thread_apply_all_command)
2829 (thread_apply_command, thread_command, do_captured_thread_select):
2830 Use target_pid_to_str instead of target_tid_to_str.
2831 * linux-fork.c (delete_fork_command): Likewise.
2832
9d49bdc2
PA
28332009-02-05 Pedro Alves <pedro@codesourcery.com>
2834
2835 * frame.c (has_stack_frames): Make public.
2836 (get_prev_frame): Don't allow a NULL this_frame anymore.
2837 * frame.h (has_stack_frames): Declare.
2838 * varobj.c (find_frame_addr_in_frame_chain): Don't ever pass NULL
2839 to get_prev_frame, instead start at get_current_frame.
2840 (varobj_create): Check has_stack_frames before getting any frame;
2841 eliminate one usage of deprecated_safe_get_selected_frame.
2842
12453b93
TJB
28432009-02-05 Tom Tromey <tromey@redhat.com>
2844 Thiago Jung Bauermann <bauerman@br.ibm.com>
2845
2846 * python/python.c (GdbMethods): Move to bottom of file.
2847 (get_parameter, execute_gdb_command, gdbpy_write,
2848 gdbpy_flush): Remove forward declarations.
2849 (eval_python_from_control_command): Fix error checking of function
2850 PyRun_SimpleString. Fix error string.
2851 (python_command): Likewise.
2852 (execute_gdb_command): Added from_tty argument.
2853
ae6a3a4c
TJB
28542009-02-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
2855
2856 * language.h (language_dfn): Add la_get_string member.
2857 (LA_GET_STRING): New macro.
2858 (default_get_string): New prototype.
2859 * language.c (default_get_string): New function.
2860 (unknown_language_defn, auto_language_defn, local_language_defn): Use
2861 default_get_string for la_get_string.
2862 * c-lang.c (c_get_string): New function.
2863 (c_language_defn, cplus_language_defn, asm_language_defn): Use
2864 c_get_string for la_get_string.
2865 (minimal_language_defn): Likewise
2866 * ada-lang.c (ada_language_defn): Likewise.
2867 * f-lang.c (f_language_defn): Use default_get_string for
2868 la_get_string.
2869 * jv-lang.c (java_language_defn): Likewise.
2870 * m2-lang.c (m2_language_defn): Likewise.
2871 * objc-lang.c (objc_language_defn): Likewise.
2872 * p-lang.c (p_language_defn): Likewise.
2873 * scm-lang.c (scm_language_defn): Likewise.
2874 * typeprint.c (type_to_string): New function.
2875 * value.h (type_to_string): New prototype.
2876 * valprint.c (val_print_string): Factor out code for reading string
2877 from the inferior into its own function. Put 2 spaces after period
2878 in comments.
2879 (read_string): New function.
2880 * valprint.h (read_string): New prototype.
2881
fa8a61dc
TT
28822009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
2883 Tom Tromey <tromey@redhat.com>
2884
2885 PR breakpoints/8079:
2886 * breakpoint.c (print_one_breakpoint): Use exp_string field
2887 to display expression of watchpoints.
2888 (mention): Likewise.
2889 (watch_command_1): Remove trailing whitespace from expression.
2890 * printcmd.c (struct display) <exp_string>: New field.
2891 (display_command): Set exp_string.
2892 (free_display): Free exp_string.
2893 (clear_displays): Use free_display.
2894 (do_one_display): Print exp_string.
2895 (display_info): Likewise.
2896
08c637de
TJB
28972009-02-04 Tom Tromey <tromey@redhat.com>
2898 Thiago Jung Bauermann <bauerman@br.ibm.com>
2899 Phil Muldoon <pmuldoon@redhat.com>
2900
2901 * python/python-internal.h (gdbpy_get_value_from_history): Rename
2902 prototype to gdbpy_history.
2903 (gdbpy_is_string): Declare.
2904 (python_string_to_host_string): Declare.
2905 * python/python-utils.c (gdbpy_is_string): New function.
2906 (unicode_to_encoded_string): New function.
2907 (unicode_to_target_string): Use it.
2908 (python_string_to_host_string): New function.
2909 * python/python-value.c (valpy_address): New function.
2910 (convert_value_from_python): Use gdbpy_is_string. Change to throw
2911 Python exception instead of a GDB exception on error. Properly check
2912 Python booleans.
2913 (valpy_getitem): Convert field name to host string. Handle array
2914 accesses. Adapt to new behaviour of convert_value_from_python.
2915 (valpy_new): Adapt to new behaviour of convert_value_from_python.
2916 (enum valpy_opcode) <VALPY_LSH, VALPY_RSH, VALPY_BITAND,
2917 VALPY_BITXOR, VALPY_BITOR>: New constants.
2918 (valpy_binop): Update. Adapt to new behaviour of
2919 convert_value_from_python.
2920 (valpy_invert): New function.
2921 (valpy_lsh): Likewise.
2922 (valpy_rsh): Likewise.
2923 (valpy_and): Likewise.
2924 (valpy_or): Likewise.
2925 (valpy_xor): Likewise.
2926 (valpy_richcompare): Call convert_value_from_python instead of doing
2927 conversions itself.
2928 (is_intlike, valpy_int, valpy_long, valpy_float): New functions.
2929 (gdbpy_get_value_from_history): Rename
2930 function to gdbpy_history.
2931 (gdbpy_initialize_values): Don't set tp_new.
2932 (value_object_type): Add valpy_new.
2933 (value_object_methods): Add `address' entry.
2934 (value_object_as_number): Update for new methods.
2935 * python/python.c (GdbMethods): Rename entry from
2936 `get_value_from_history' to `history'.
2937
538e13a6 29382009-02-04 Jerome Guitton <guitton@adacore.com>
b5304971
JG
2939
2940 * ada-lang.c (ada_template_to_fixed_record_type_1): Check size
2941 of type to guard against a crash.
2942
33d502b4
JG
29432009-02-04 Jerome Guitton <guitton@adacore.com>
2944
2945 * value.c (value_from_contents_and_address): Always return
2946 a lval_memory value, even if address is null.
2947
9f08ae4f
TG
29482009-02-04 Tristan Gingold <gingold@adacore.com>
2949
2950 * i386-darwin-tdep.c (i386_darwin_sigcontext_addr): New function.
2951 (amd64_darwin_sigcontext_addr): Ditto.
2952 (darwin_dwarf_signal_frame_p): Ditto.
2953 (i386_darwin_init_abi): Handle signal frames, use the const for
2954 sc_num_regs.
2955 (x86_darwin_init_abi_64): Ditto.
2956
4bd207ef
TG
29572009-02-04 Tristan Gingold <gingold@adacore.com>
2958
2959 * i386-tdep.c (i386_sigtramp_p): Make it public.
2960 * i386-tdep.h (i386_sigtramp_p): Declare.
2961
4aa99a88
TG
29622009-02-04 Tristan Gingold <gingold@adacore.com>
2963
2964 * machoread.c (macho_symfile_read): Read minsymtab also from
2965 shared libraries.
2966 (macho_symfile_read): Try to read dwarf2 frame info from main
2967 object file, but not from OSO files.
2968 (macho_symfile_offsets): Update section names for latest BFD
2969 changes.
2970 * i386-darwin-tdep.c (i386_darwin_init_abi): Call set_solib_ops.
2971 (x86_darwin_init_abi_64): Ditto.
2972 * solib-darwin.c: New file.
2973 * solib-darwin.h: New file.
2974 * configure.tgt: Add solib.o solib-darwin.o for Darwin.
2975
7a848be1
TG
29762009-02-04 Tristan Gingold <gingold@adacore.com>
2977
2978 * solist.h (struct target_so_ops): Comment fallback behavior for
2979 operation same.
2980
b32d97f3
TT
29812009-02-03 Tom Tromey <tromey@redhat.com>
2982
2983 * completer.c (add_struct_fields): Check type_name against NULL
2984 before use.
2985
692263b8
JB
29862009-02-03 Joel Brobecker <brobecker@adacore.com>
2987
2988 * MAINTAINERS: Update Elena's email address.
2989
bfa149ac
JB
29902009-02-02 Joel Brobecker <brobecker@adacore.com>
2991
2992 * breakpoint (update_watchpoint): Minor comment adjustment.
2993
1c71341a
TT
29942009-02-02 Tom Tromey <tromey@redhat.com>
2995
52e44b43 2996 PR gdb/9594:
1c71341a
TT
2997 * completer.c (count_struct_fields): Count method names.
2998 (add_struct_fields): Add matching method names.
2999
85541719
DE
30002009-02-02 Doug Evans <dje@google.com>
3001
3002 * configure.ac (gdbkt): Check both no_tcl/no_tk first, before
3003 doing any further tcl/tk configury. Don't configure gdbtk if
3004 tcl or tk check fails.
3005 * aclocal.m4: Regenerate.
3006 * configure: Regenerate.
3007
a4295225
TT
30082009-02-02 Tom Tromey <tromey@redhat.com>
3009
3010 PR exp/9059:
3011 * valops.c (find_overload_match): Follow typedefs before taking
3012 address of object argument.
3013
f00150c9
DE
30142009-02-01 Doug Evans <dje@google.com>
3015
3016 * target.h (target_waitstatus_to_string): Declare.
3017 * target.c (target_waitstatus_to_string): New function. Copied from
3018 debug_to_wait. Add missing entries for TARGET_WAITKIND_SYSCALL_ENTRY,
3019 TARGET_WAITKIND_SYSCALL_RETURN, TARGET_WAITKIND_IGNORE,
3020 TARGET_WAITKIND_NO_HISTORY.
3021 (debug_to_wait): Call it.
3022 * infrun.c (wait_for_inferior): If debug_infrun, print result of
3023 target_wait.
3024 (fetch_inferior_event): Ditto.
3025
5abdf4bd
TT
30262009-01-30 Tom Tromey <tromey@redhat.com>
3027
3028 * Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-tdep.h.
3029
592375cd
VP
30302009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3031
3032 PR 8145.
3033 * thread.c (do_captured_list_thread_ids): Report the current
3034 thread id.
3035
41447f92
VP
30362009-01-30 Vladimir Prus <vladimir@codesourcery.com>
3037
3038 * breakpoint.c (create_breakpoint, create_breakpoints)
3039 (break_command_really, set_breakpoint): New parameter enabled.
3040 (create_breakpoint, break_command_really): Make breakpoint
3041 disabled if so requested.
3042 * breakpoint.h (set_breakpoint): New parameter enabled.
3043 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle the -d option.
3044
35669430
DE
30452009-01-28 Doug Evans <dje@google.com>
3046
3047 * amd64-tdep.h (amd64_displaced_step_copy_insn): Declare.
3048 (amd64_displaced_step_fixup): Declare.
3049 * amd64-tdep.c: #include opcode/i386.h, dis-asm.h.
3050 (amd64_arch_regmap): Move out of amd64_analyze_stack_align
3051 and make static global.
3052 (amd64_arch_regmap_len): New static global.
3053 (amd64_arch_reg_to_regnum): New function.
3054 (struct amd64_insn): New struct.
3055 (struct displaced_step_closure): New struct.
3056 (onebyte_has_modrm,twobyte_has_modrm): New static globals.
3057 (rex_prefix_p,skip_prefixes)
3058 (amd64_insn_length_fprintf,amd64_insn_length_init_dis)
3059 (amd64_insn_length,amd64_get_unused_input_int_reg)
3060 (amd64_get_insn_details,fixup_riprel,fixup_displaced_copy)
3061 (amd64_displaced_step_copy_insn)
3062 (amd64_absolute_jmp_p,amd64_absolute_call_p,amd64_ret_p)
3063 (amd64_call_p,amd64_breakpoint_p,amd64_syscall_p)
3064 (amd64_displaced_step_fixup): New functions.
3065 * amd64-linux-tdep.c: #include arch-utils.h.
3066 (amd64_linux_init_abi): Install displaced stepping support.
3067
4eb7c016
JG
30682009-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3069 Jerome Guitton <guitton@adacore.com>
3070
3071 * configure, config.in: Regenerated.
3072 * configure.ac: Add --with-system-gdbinit.
3073 * main.c (get_init_files): New.
3074 (captured_main): Use get_init_files. Load system gdbinit before
3075 $HOME/.gdbinit.
3076 (print_gdb_help): Print location of init files.
3077
7df3ce47
PA
30782009-01-28 Pedro Alves <pedro@codesourcery.com>
3079
3080 * corefile.c (generic_search): Delete disabled code.
3081 * gdbcore.h (generic_search): Delete declaration.
3082
77435e4c
PA
30832009-01-26 Pedro Alves <pedro@codesourcery.com>
3084
3085 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
3086 parent to the child.
3087 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
3088 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
3089 remove_breakpoints to remove breakpoints from the parent.
3090
1e275f79
PA
30912009-01-26 Pedro Alves <pedro@codesourcery.com>
3092
7488432f 3093 PR backtrace/9458, PR backtrace/8864:
1e275f79
PA
3094 * frame.c (create_new_frame): Update the frame's cached PC before
3095 finding its unwinder. Use frame_id_build to build the new frame's
3096 id.
3097 * stack.c (parse_frame_specification_1): Correct setting ``addrs''
3098 array values from the ``args'' array values.
3099
1deafd4e
PA
31002009-01-26 Pedro Alves <pedro@codesourcery.com>
3101
3102 * gdbtypes.c (alloc_type, alloc_type_instance, create_range_type)
3103 (create_array_type, create_set_type, init_flags_type)
3104 (copy_type_recursive): Replace pairs of calls to XALLOC and memset
3105 with a call to XZALLOC or XCALLOC, and pairs of calls to
3106 obstack_alloc and memset with a call to OBSTACK_ZALLOC.
3107
3c16cced
PA
31082009-01-26 Pedro Alves <pedro@codesourcery.com>
3109
3110 Add "maint set|show internal-error|internal-warning quit|corefile
3111 ask|yes|no" commands.
3112
3113 PR gdb/7580:
3114 * utils.c (internal_problem_ask, internal_problem_yes)
3115 (internal_problem_no, internal_problem_modes): New.
3116 (struct internal_problem): Remove FIXME. Make should_quit and
3117 should_dump_core types to char *.
3118 (internal_vproblem, internal_error_problem)
3119 (internal_warning_problem): Adjust.
3120 (set_internal_problem_cmd, show_internal_problem_cmd): New dummy
3121 functions.
3122 (add_internal_problem_command): New.
3123 (_initialize_utils): New.
3124
616d7dd2
PA
31252009-01-25 Pedro Alves <pedro@codesourcery.com>
3126
3127 * infcmd.c (program_info): Use paddress instead of casting stop_pc
3128 to unsigned long.
3129
0516318b
PA
31302009-01-24 Pedro Alves <pedro@codesourcery.com>
3131
3132 * infrun.c (normal_stop): Don't call
3133 deprecated_update_frame_pc_hack.
3134 * frame.c (deprecated_update_frame_pc_hack)
3135 (deprecated_update_frame_base_hack): Delete, and ...
3136 (create_new_frame): ... inline here.
3137 * frame.h (deprecated_update_frame_pc_hack)
3138 (deprecated_update_frame_base_hack): Delete declarations.
3139
1e8fb976
PA
31402009-01-23 Pedro Alves <pedro@codesourcery.com>
3141
3142 * cli/cli-decode.c (add_setshow_zuinteger_cmd): New.
3143 * cli/cli-setshow.c (do_setshow_command): Handle it.
3144 * command.h (enum var_types): Add var_zuinteger.
3145 (add_setshow_zuinteger_cmd): Declare.
3146
3147 * valprint.c (_initialize_valprint): Change the set input-radix
3148 and set output-radix commands to zuinteger type.
3149
dd7e2d2b
PA
31502009-01-23 Pedro Alves <pedro@codesourcery.com>
3151
3152 PR gdb/9664:
3153 * infrun.c (normal_stop): Tag threads as stopped, and run the
3154 hook-stop before printing the stack frame.
3155
392452f6
PA
31562009-01-22 Pedro Alves <pedro@codesourcery.com>
3157
3158 PR c++/9631:
3159 * gnu-v3-abi.c (gnuv3_baseclass_offset): Call check_typedef on
3160 vbasetype.
3161
f6a96b83
KH
31622009-01-20 Kazu Hirata <kazu@codesourcery.com>
3163
3164 * gdb/procfs.c (info_mappings_callback): Cast map->pr_size to
3165 unsigned long.
3166
5d277928 31672009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
a12cc160
DJ
3168
3169 PR gdb/9346
3170 * infcmd.c (signal_command): Do not specify a resume PC.
3171
b89667eb
DE
31722009-01-19 Doug Evans <dje@google.com>
3173
3174 * dummy-frame.c (dummy_frame): Replace regcache member with
3175 caller_state.
3176 (dummy_frame_push): Replace caller_regcache arg with caller_state.
3177 All callers updated.
3178 (remove_dummy_frame,pop_dummy_frame,lookup_dummy_frame): New fns.
3179 (dummy_frame_pop): Rewrite. Verify requested frame is in the
3180 dummy frame stack. Restore program state.
3181 (cleanup_dummy_frames): Rewrite.
3182 (dummy_frame_sniffer): Update. Make static.
3183 * dummy-frame.h (regcache,frame_info): Delete forward decls.
3184 (inferior_thread_state): New forward decl.
3185 (dummy_frame_push): Update prototype.
3186 * frame.c (frame_pop): dummy_frame_pop now does all the work for
3187 DUMMY_FRAMEs.
3188 * infcall.c (breakpoint_auto_delete_contents): Delete.
3189 (get_function_name,run_inferior_call): New fns.
3190 (call_function_by_hand): Simplify by moving some code to
3191 get_function_name, run_inferior_call. Inferior function call wrapped
3192 in TRY_CATCH so there's less need for cleanups and all exits from
3193 proceed are handled similarily. Detect program exit.
3194 Detect program stopping in a different thread.
3195 Make error messages more consistent.
3196 * inferior.h (inferior_thread_state): Declare (opaque type).
3197 (save_inferior_thread_state,restore_inferior_thread_state,
3198 make_cleanup_restore_inferior_thread_state,
3199 discard_inferior_thread_state, get_inferior_thread_state_regcache):
3200 Declare.
3201 (save_inferior_status): Update prototype.
3202 * infrun.c: (normal_stop): When stopped for the completion of an
3203 inferior function call, verify the expected stack frame kind.
3204 (inferior_thread_state): New struct.
3205 (save_inferior_thread_state,restore_inferior_thread_state,
3206 do_restore_inferior_thread_state_cleanup,
3207 make_cleanup_restore_inferior_thread_state,
3208 discard_inferior_thread_state,
3209 get_inferior_thread_state_regcache): New functions.
3210 (inferior_status): Move stop_signal, stop_pc, registers to
3211 inferior_thread_state. Remove restore_stack_info.
3212 (save_inferior_status): Remove arg restore_stack_info.
3213 All callers updated. Remove saving of state now saved by
3214 save_inferior_thread_state.
3215 (restore_inferior_status): Remove restoration of state now done by
3216 restore_inferior_thread_state.
3217 (discard_inferior_status): Remove freeing of registers, now done by
3218 discard_inferior_thread_state.
3219
aefc7064
PA
32202009-01-18 Pedro Alves <pedro@codesourcery.com>
3221
3222 * tui/tui-disasm.c (tui_vertical_disassem_scroll): Scroll one line
3223 at a time, times NUM_TO_SCROLL.
3224 * tui/tui-winsource.c (tui_horizontal_source_scroll): Don't try to
3225 fetch the selected frame if there is no stack.
3226
29f49a6a
PA
32272009-01-18 Pedro Alves <pedro@codesourcery.com>
3228
3229 PR gdb/9747:
3230 * gdbthread.h (finish_thread_state, finish_thread_state_cleanup):
3231 Declare.
3232 * thread.c (finish_thread_state, finish_thread_state_cleanup): New.
3233 * infrun.c (wait_for_inferior, fetch_inferior_event): If an error
3234 is thrown while handling an event, finish the thread state.
3235 (normal_stop): Use finish_thread_state cleanup.
3236 * infcmd.c (run_command_1): If an error is thrown while starting
3237 the inferior, finish the thread state.
3238
e7243d73
PA
32392009-01-18 Pedro Alves <pedro@codesourcery.com>
3240
3241 * tui/tui-winsource.c (tui_update_breakpoint_info): In asm layout,
3242 skip breakpoints without a location (pending breakpoints).
3243
e74994b5
PA
32442009-01-18 Pedro Alves <pedro@codesourcery.com>
3245
3246 PR build/9186:
3247 * hppa-hpux-tdep.c (hppa_hpux_write_pc): Remove 'return'.
3248
8405c36e
NR
32492009-01-18 Nick Roberts <nickrob@snap.net.nz>
3250
3251 * thread.c (thread_command): Move call to annotate_thread_changed
3252 to...
3253 (do_captured_thread_select): ... here, to avoid printing an
3254 annotation if the thread change generates an exception.
3255
b8bfd3ed
JB
32562009-01-16 Joel Brobecker <brobecker@adacore.com>
3257
3258 * NEWS: Document x86_64/MinGW as a new native configuration.
3259
2dde91e9
JB
32602009-01-16 Joel Brobecker <brobecker@adacore.com>
3261
3262 * NEWS: Move the documentation of "info os processes" to
3263 the appropriate section (documenting the new commands).
3264
54363045
DE
32652009-01-15 Doug Evans <dje@google.com>
3266
3267 * target.h (target_signal_to_string): Make return type const char *.
3268 (target_signal_to_name): Ditto.
3269 (target_signal_from_name): Make arg const char *.
54363045 3270 * infrun.c (sig_print_info): Update.
54363045
DE
3271 * signals/signals.c (signals): Make array and struct members const.
3272 (target_signal_to_string): Make return type const char *.
3273 (target_signal_to_name): Ditto.
3274 (target_signal_from_name): Make arg const char *.
3275
572d275c
UW
32762009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
3277 Tristan Gingold <gingold@adacore.com>
3278
3279 * solist.h (struct target_so_ops): New member bfd_open.
3280 (solib_find): Add prototype.
3281 (solib_bfd_fopen): Add prototype.
3282 * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
3283 from solib_bfd_open.
3284 (solib_bfd_open): Use ops->bfd_open override if present. Call
3285 solib_find and solib_bfd_open otherwise.
3286
3287 * objfiles.h (OBJF_KEEPBFD): New define.
3288 * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
3289 objfile flag is set.
3290 * solib.c (symbol_add_stub): Do not allocate second BFD for
3291 shared library; use OBJF_KEEPBFD flag on solib objfile.
3292
0701b271
UW
32932009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
3294
3295 * frame.c (get_frame_arch): Abort if called with NULL this_frame.
3296
61212c0f
UW
32972009-01-15 Ulrich Weigand <uweigand@de.ibm.com>
3298
3299 * value.h (address_of_variable): Add prototype.
3300 (locate_var_value): Remove prototype.
3301
3302 * findvar.c (read_var_value): Do not attempt to default frame
3303 to selected frame.
3304 (locate_var_value): Remove function.
3305 * valops.c (value_of_variable): Retrieve selected frame for
3306 symbols that require a frame when called with NULL block.
3307 * valops.c (address_of_variable): New function.
3308
3309 * eval.c (evaluate_subexp_for_address): Call address_of_variable
3310 instead of calling locate_var_value.
3311 (evaluate_subexp_with_coercion): Likewise.
3312
adb483fe
DJ
33132009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
3314
3315 * NEWS: Document "define" for prefixed commands.
3316 * cli/cli-cmds.c (show_user): Update calls to show_user_1. Call
3317 show_user_1 for prefix commands.
3318 * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
3319 * cli/cli-script.c (validate_comname): Rewrite to handle prefix
3320 commands. Return the containing command list.
3321 (define_command, document_command): Update to handle prefix commands.
3322 (show_user_1): Add prefix and name arguments. Handle prefix
3323 commands.
3324 * cli/cli-script.h (show_user_1): Update prototype.
3325
a32d7317
KT
33262009-01-14 Kai Tietz <kai.tietz@onevision.com>
3327
3328 * mingw-ser.c (console_select_thread): Add return to make
3329 compiler happy.
3330 (pipe_select_thread): Likewise.
3331 (file_select_thread): Likewise.
3332
041d0fd7
PA
33332009-01-14 Pedro Alves <pedro@codesourcery.com>
3334
3335 * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
3336 previous change.
3337
dc1981d7
PA
33382009-01-14 Pedro Alves <pedro@codesourcery.com>
3339
3340 * remote.c (extended_remote_mourn_1): Invalidate our notion of
3341 current general thread.
3342
244bf9ae
PA
33432009-01-14 Pedro Alves <pedro@codesourcery.com>
3344
3345 * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
3346 without a live selected thread.
3347
e4d013fc
JB
33482009-01-14 Joel Brobecker <brobecker@adacore.com>
3349
3350 Update the copyright notice of some of the files I missed
3351 in the previous copyright update.
3352
a588db63
JB
33532009-01-14 Joel Brobecker <brobecker@adacore.com>
3354
3355 * windows-nat.c (handle_unload_dll): Use %p to print the DLL
3356 base address instead of casting it to DWORD.
3357
77a732d9
UW
33582009-01-13 Ulrich Weigand <uweigand@de.ibm.com>
3359
3360 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
3361 for NULL frame pointers.
3362
773698b5
JB
33632009-01-13 Mark Kettenis <kettenis@gnu.org>
3364
3365 * utils.c (host_address_to_string): Reimplement in a way that
3366 avoids the cast of the address to long.
3367
9918cab9
JB
33682009-01-13 Joel Brobecker <brobecker@adacore.com>
3369
3370 * mdebugread.c (parse_symbol): Save the symbol private data
3371 using SYMBOL_VALUE_BYTES instead of SYMBOL_VALUE.
3372 (psymtab_to_symtab_1): Likewise.
3373 (parse_procedure): Declare variable "e" only in the scope
3374 where it is used. Extract the symbol private data using
3375 SYMBOL_VALUE_BYTES.
3376
74bcbdf3
PA
33772009-01-13 Jim Blandy <jimb@codesourcery.com>
3378
3379 Abstract out common code for copying value locations.
3380
3381 * value.h (set_value_component_location): New declaration.
3382 * value.c (set_value_component_location): New function.
3383 (value_primitive_field): Use it.
3384 * valarith.c (value_subscript, value_subscripted_rvalue): Same.
3385 * valops.c (search_struct_field, value_slice): Same.
3386 * ada-lang.c (coerce_unspec_val_to_type)
3387 (ada_value_primitive_packed_val): Same.
3388
d7dc3873
JB
33892009-01-13 Joel Brobecker <brobecker@adacore.com>
3390
3391 * MAINTAINERS (GLOBAL MAINTAINERS): Add Tom Tromey.
3392
dc05df57
CF
33932009-01-12 Christopher Faylor <me+cygwin@cgf.cx>
3394
3395 * amd64-windows-nat.c Rename gdb-specific win32_* to windows_*
3396 throughout.
3397 * i386-cygwin-tdep.c: Ditto.
3398 * i386-windows-nat.c: Ditto.
3399 * windows-nat.h: Ditto.
3400 * windows-tdep.c: Ditto.
3401 * windows-tdep.h: Ditto.
3402 * windows-nat.c: Ditto.
3403 (cygwin_load_start): Redefine as CORE_ADDR.
3404 (cygwin_load_end): Ditto.
b8511eeb 3405 (windows_make_so): Coerce result of address arithmetic to uintptr_t
dc05df57
CF
3406 before coercing to CORE_ADDR to avoid a compiler warning.
3407 (handle_exception): Define addr as CORE_ADDR and coerce
3408 ExceptionAddress to uintptr_t before assigining to avoid a compiler
3409 warning.
3410 * config/djgpp/fnchange.lst: Add mappings for recently renamed windows
3411 files.
3412
31b060a2
CF
34132009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 Fix linking with --enable-targets=all:
3416 * Makefile.in (ALL_TARGET_OBS): Add windows-tdep.o.
3417 (HFILES_NO_SRCDIR): Add windows-tdep.h.
3418 (ALLDEPFILES): Add windows-tdep.c.
3419
f3b6bd60 34202009-01-11 Chris Faylor <me.gdb@cgf.cx>
31b060a2
CF
3421
3422 * win32-nat.h: Delete.
3423 * windows-nat.h: Rename from win32-nat.h.
3424 * win32-nat.c: Delete.
3425 * windows-nat.c: Rename from win32-nat.c.
3426 * win32-termcap.c: Delete.
3427 * windows-termcap.c: Rename from win32-termcap.c.
3428 * amd64-windows-nat.c: Handle rename from win32-nat.h -> windows-nat.h.
3429 * configure.ac: Handle rename from win32-termcap.c ->
3430 windows-termcap.c.
3431 * configure: Regenerate.
3432 * gdb_curses.h: Change comment to reflect rename from win32-termcap.c
3433 -> windows-termcap.c.
3434 * i386-cygwin-tdep.c: Handle rename from win32-tdep.h ->
3435 windows-tdep.h.
3436 * i386-windows-nat.c: Refect rename from win32-nat.h -> windows-nat.h.
3437 * windows-nat.c: Ditto. Also reflect rename from from win32-tdep.h ->
3438 windows-tdep.h.
3439 (win32_make_so): Handle cygwin compiler warning due to change of
3440 load_addr from DWORD to LPVOID.
3441 (handle_load_dll): Use %p in format string to properly print address
3442 and avoid a compiler warning.
3443 (DEBUG_EXCEPTION_SIMPLE): Ditto.
3444 (handle_exception): Ditto.
3445 * windows-tdep.c: Handle rename from win32-tdep.h -> windows-tdep.h.
3446 * config/i386/cygwin.mh: Handle rename from win32-nat.o ->
3447 windows-nat.o.
3448 * config/i386/mingw.mh: Ditto.
3449 * config/i386/mingw64.mh: Ditto.
3450
0311118f
JK
34512009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 * f-typeprint.c (f_type_print_varspec_suffix): Convert the autovariable
3454 arrayprint_recurse_level to a parameter. Update all the callers. New
3455 comment at autovariables.
3456
5f61c20e
JK
34572009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3458
3459 * gdbtypes.c (make_qualified_type, replace_type): Reformat to the GNU
3460 coding style.
3461
34622009-01-11 Joel Brobecker <brobecker@adacore.com>
53b71562
JB
3463
3464 * target.c (target_xfer_partial): Use host_address_to_string to
3465 print the address of readbuf and writebuf. Cast the address of
3466 elements inside the myaddr buffer into intptr_t.
3467 (deprecated_debug_xfer_memory): Use paddress to print memaddr.
3468 Cast the address of elements inside the myaddr buffer into
3469 intptr_t.
3470
5f61c20e 34712009-01-11 Joel Brobecker <brobecker@adacore.com>
d0761299
JB
3472
3473 * amd64-windows-nat.c, amd64-windows-tdep.c: New files.
3474 * config/i386/mingw64.mh, config/i386/nm-cygwin64.h: New files.
3475 * configure.host, configure.tgt: Add handling for x86_64/windows.
3476 * config/djgpp/fnchange.lst: Add entries for amd64-windows-nat.c
3477 and amd64-windows-tdep.c.
3478
5f61c20e 34792009-01-11 Joel Brobecker <brobecker@adacore.com>
bfb87e33
JB
3480
3481 * win32-tdep.h, win32-tdep.c: New files.
3482 * i386-cygwin-tdep.h: Delete.
3483 * i386-cygwin-tdep.c: Include win32-tdep.h instead of
3484 i386-cygwin-tdep.h.
3485 (win32_xfer_shared_library): Delete. Moved to win32-tdep.c.
3486 * win32-nat.c: Likewise.
3487 * configure.tgt: Add win32-tdep.o to the list of target object
3488 files for i386-cygwin and i386-mingw targets.
3489
5f61c20e 34902009-01-11 Joel Brobecker <brobecker@adacore.com>
7e63b4e4
JB
3491
3492 * win32-nat.h: New file.
3493 * win32-nat.c (mappings): Initialize to NULL.
3494 (win32_set_context_register_offsets): New function.
3495 * i386-windows-nat.c: New file.
3496 (mappings): Moved here from win32-nat.c.
3497 (_initialize_i386_windows_nat): New function.
3498 * config/i386/mingw.mh (NATDEPFILES): Add i386-windows-nat.o.
3499 * config/i386/cygwin.mh (NATDEPFILES): Likewise.
3500
25fc6591
AS
35012009-01-09 Andreas Schwab <schwab@suse.de>
3502
3503 * Makefile.in (init.c): Set LANG/LC_ALL to C, not c.
3504
87f70781
PA
35052009-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3506
3507 * gdbtypes.c (append_composite_type_field): Correct the location of
3508 appended fields.
3509
58d4abe1
PA
35102009-01-09 Pedro Alves <pedro@codesourcery.com>
3511
3512 * defs.h (deprecated_error_hook): Delete declaration.
3513 * interps.c (clear_interpreter_hooks): Adjust.
3514 * remote-sim.c (gdb_os_error): Don't try to call
3515 deprecated_error_hook. No need to call exit anymore.
3516 * top.c (deprecated_error_hook): Delete.
3517
e3cb3832
JB
35182009-01-09 Joel Brobecker <brobecker@adacore.com>
3519
3520 * arch-utils.c (gdbarch_update_p): Use host_address_to_string
3521 to print the address of the gdbarch pointer.
3522
30737ed9
JB
35232009-01-09 Joel Brobecker <brobecker@adacore.com>
3524
3525 * gdbarch.sh: Fix all the compilation errors on amd64-windows
3526 due to casting a pointer to a long when printing a function
3527 address. Instead, use host_address_to_string to convert our
3528 address to a string.
3529 * gdbarch.c: Regenerate.
3530
ec4dfccf
JB
35312009-01-09 Joel Brobecker <brobecker@adacore.com>
3532
3533 * event-top.c (async_disconnect, async_stop_sig): use "raise"
3534 instead of "kill" to raise a signal.
3535
d3653bf6
JB
35362009-01-09 Joel Brobecker <brobecker@adacore.com>
3537
3538 * win32-nat.c (get_module_name): Change the type of parameter
3539 "base_address" to LPVOID. Remove unnecessary cast.
3540 (struct lm_info): Change type of load_addr to LPVOID.
3541 (win32_make_so): Change the type of parameter "load_addr"
3542 to LPVOID. Remove some unnecessary casts.
3543 (handle_unload_dll): Change the type of "lpBaseOfDll" to LPVOID.
3544 (win32_xfer_shared_libraries): Add missing cast.
3545
308a8808
JB
35462009-01-09 Joel Brobecker <brobecker@adacore.com>
3547
3548 * win32-nat.c (has_detach_ability, set_process_privilege):
3549 Cast the result of GetProcAddress to (void *) to avoid
3550 a compilation warning.
3551
5851ab76
JB
35522009-01-09 Joel Brobecker <brobecker@adacore.com>
3553
3554 * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not
3555 already defined.
3556
5732a500
JB
35572009-01-09 Joel Brobecker <brobecker@adacore.com>
3558
3559 * win32-nat.c (get_image_name, win32_xfer_memory): Fix type
3560 definition of local variable "done".
3561 (info_w32_command, handle_exception): Remove unnecessary cast.
3562
def4de3a
JB
35632009-01-09 Joel Brobecker <brobecker@adacore.com>
3564
3565 * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames
3566 DebugSetProcessKillOnExit. Update all uses in this file.
3567 (kernel32_DebugActiveProcessStop): Renames DebugActiveProcessStop.
3568 Update all uses in this file.
3569
35702009-01-09 Joel Brobecker <brobecker@adacore.com>
0795be10
JB
3571
3572 * win32-nat.c (do_initial_win32_stuff): Add new ops parameter,
3573 and use it when pushing the target.
3574 (win32_attach, win32_create_inferior): Update call to
3575 do_initial_win32_stuff.
3576 (win32_detach, win32_mourn_inferior): Use our ops parameter
3577 instead of the global win32_ops to unpush the target.
3578
1be7fe8d
JB
35792009-01-09 Joel Brobecker <brobecker@adacore.com>
3580
3581 * ser-mingw.c (ser_windows_open): Use proper type when casting
3582 in call to _open_osfhandle.
3583
1dac1b47
KT
35842009-01-09 Kai Tietz <kai.tietz@onevision.com>
3585
3586 * coff-pe-read.c (read_pe_exported_syms): Fix typo.
3587
ecf180db
JB
35882009-01-09 Joel Brobecker <brobecker@adacore.com>
3589
3590 * CONTRIBUTE: Minor reformatting.
3591
8234eceb
KT
35922009-01-08 Kai Tietz <kai.tietz@onevision.com>
3593
3594 * MAINTAINERS: Add myself to Write After Approval.
a68ddad5
KT
3595 * coff-pe-read.c (read_pe_exported_syms): Enable read of PE+
3596 export directory.
8234eceb 3597
72ee8797
NF
35982009-01-08 Nathan Froyd <froydnj@codesourcery.com>
3599
3600 * remote-sim.c (gdb_os_error): Mark as a noreturn function.
3601 Call exit to make it obvious to GCC.
3602
f7545552
TT
36032009-01-08 Tom Tromey <tromey@redhat.com>
3604
3605 PR breakpoints/9350:
3606 * varobj.c (varobj_invalidate): Unconditionally free
3607 all_rootvarobj.
3608 * symfile.c (syms_from_objfile): Free local_addr when returning
3609 normally.
3610 * exec.c (exec_file_attach): Do cleanups before returning.
3611 (exec_file_command): Likewise.
3612 * corefile.c (reopen_exec_file): Do cleanups before returning.
3613 * breakpoint.c (insert_breakpoint_locations): Do cleanups before
a2f63f5e 3614 returning.
f7545552
TT
3615 (do_vec_free): New function.
3616 (update_global_location_list): Make a cleanup for old_locations.
3617 Do cleanups before returning. Remove unused variable 'e'.
3618 (find_condition_and_thread): Free result of parsing the
3619 expression.
3620 (print_it_typical): Do cleanups before returning.
3621 (breakpoint_re_set_one): Always free sals.sals.
3622
dde02812
ES
36232009-01-08 Joel Brobecker <brobecker@adacore.com>
3624 Emi Suzuki <emi-suzuki@tjsys.co.jp>
a2f63f5e 3625
dde02812
ES
3626 * breakpoint.c (do_enable_breakpoint): Use update_watchpoint for
3627 watchpoints.
3628
69bcc6bc
DE
36292009-01-07 Doug Evans <dje@google.com>
3630
3631 * top.c (gdb_prompt_string): Delete, unused.
3632
fa3a767f
PA
36332009-01-07 Pedro Alves <pedro@codesourcery.com>
3634
3635 Delete ONE_PROCESS_WRITETEXT leftovers.
3636
3637 * breakpoint.c (insert_bp_location): Delete process_warning
3638 argument. Adjust.
3639 (insert_breakpoint_locations): Adjust.
3640 (reattach_breakpoints): Adjust.
3641 * infrun.c (normal_stop): Drop "It might be running in another
3642 process" notice.
3643
7b93f36d
SS
36442009-01-07 Stan Shebs <stan@codesourcery.com>
3645
3646 * config/pa/linux.mh (XDEPFILES): Remove.
3647
0380c18b
DE
36482009-01-07 Doug Evans <dje@google.com>
3649
3650 * cli/cli-cmds.c (set_debug): Fix cut-n-paste error.
3651
60023297
JK
36522009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 * f-typeprint.c (f_type_print_base <TYPE_CODE_STRUCT>): Fix output
3655 spacing, a regression from 2008-04-22.
3656
ea8992ce
JB
36572009-01-07 Joel Brobecker <brobecker@adacore.com>
3658
3659 * utils.c (gdb_print_host_address): Adjust implementation to
3660 reuse host_address_to_string. Move comment explaining the conversion
3661 from host address to string from here...
3662 (host_address_to_string): ... to there.
3663
301d2c47
ES
36642009-01-07 Emi Suzuki <emi-suzuki@tjsys.co.jp>
3665
3666 * MAINTAINERS: Add myself for write after approval privileges.
3667
170ce852
TT
36682009-01-06 Tom Tromey <tromey@redhat.com>
3669
3670 * value.c (set_internalvar): Use value_free, not xfree.
3671
fdb7262a
JB
36722009-01-06 Jim Blandy <jimb@red-bean.com>
3673
bf1d7d9c
JB
3674 Check return values of functions declared with warn_unused_result
3675 attribute in GLIBC 2.8.
3676 * cli/cli-cmds.c (pwd_command): Check return value from getcwd.
3677 * inflow.c (check_syscall): New function.
3678 (new_tty): Use check_syscall to check return values from open and dup.
3679 * linux-nat.c (linux_nat_info_proc_cmd): Check return value from fgets.
3680 * main.c (captured_main): Call cwd after setting up gdb_stderr;
3681 check for errors from getcwd.
3682 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Check return value from getcwd.
3683 * ui-file.c (stdio_file_write): Ignore return value from fwrite.
3684 (stdio_file_fputs): Same.
3685 * utils.c (internal_vproblem): abort if last-ditch error message
3686 write fails.
3687
fdb7262a
JB
3688 * top.c (gdb_init): Don't set the current directory here; that's
3689 already been done in captured_main.
3690
84603566
SL
36912009-01-06 Sandra Loosemore <sandra@codesourcery.com>
3692
3693 * ser-tcp.c: Adjust includes.
3694 (tcp_set_cmdlist, tcp_show_cmdlist): Declare.
3695 (tcp_auto_retry, tcp_retry_limit): Declare.
3696 (TIMEOUT): Remove, in favor of tcp_retry_limit.
3697 (POLL_INTERVAL): Increase to 5, in favor of backoff logic.
3698 (wait_for_connect): New function.
3699 (net_open): Use it. Add auto-retry logic.
3700 (set_tcp_cmd, show_tcp_cmd): New functions.
3701 (_initialize_ser_tcp): Initialize new "set/show tcp auto-retry"
3702 and "set/show tcp connect-timeout" commands.
3703 * NEWS: Document new commands.
3704
5171e6b3
TT
37052009-01-05 Tom Tromey <tromey@redhat.com>
3706
3707 * python/python-internal.h (Py_ssize_t): Define as int.
3708
a367a1f2
JB
37092009-01-05 Jim Blandy <jimb@red-bean.com>
3710
3711 * MAINTAINERS: Fix my e-mail address as steering committee member.
3712
0fb0cc75
JB
37132009-01-03 Joel Brobecker <brobecker@adacore.com>
3714
3715 Updated copyright notices for most files.
3716
c9fc347d
JB
37172009-01-03 Joel Brobecker <brobecker@adacore.com>
3718
3719 * top.c (print_gdb_version): Update copyright year.
3720
a85d99b4
JB
37212009-01-03 Joel Brobecker <brobecker@adacore.com>
3722
3723 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2008.
3724
4d78a120
JB
37252009-01-01 Pedro Alves <pedro@codesourcery.com>
3726
3727 PR breakpoints/9681:
3728 * exceptions.h (enum errors): New error type, MEMORY_ERROR.
3729 * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
3730 * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
3731 retrow all other exceptions.
3732
67de2a4c 3733For older changes see ChangeLog-2008.
c906108c
SS
3734\f
3735Local Variables:
3736mode: change-log
3737left-margin: 8
3738fill-column: 74
3739version-control: never
57da7796 3740coding: utf-8
c906108c 3741End:
This page took 1.328001 seconds and 4 git commands to generate.