| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
* config.in, configure: Regenerated.
* inferiors.c (gdb_id_to_thread): New function.
(gdb_id_to_thread_id): Use it.
* linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
* linux-low.h (struct process_info): Add th member.
(thread_db_get_tls_address): New prototype.
* remote-utils.c (decode_address): Make non-static.
* server.c (handle_query): Handle qGetTLSAddr.
* server.h (gdb_id_to_thread, decode_address): New prototypes.
* target.h (struct target_ops): Add get_tls_address.
* thread-db.c (maybe_attach_thread): Save the thread handle.
(thread_db_get_tls_address): New.
|
|
|
|
|
| |
int to pointer or pointer to int.
* gdb.threads/manythreads.exp: Don't expect the string "LWP".
|
| |
|
| |
|
|
|
|
|
| |
* remote.c (remote_write_bytes): Throttle packet alignment
for small packets.
|
| |
|
|
|
|
|
| |
arguments to `info signals' `handle', `info breakpoints', and
`info watchpoints'.
|
|
|
|
|
|
|
|
|
| |
(Command Syntax, Signals, Backtrace, Connecting)
(Remote configuration, Renesas Boards, Console I/O): Fix last
change: use Ctrl- instead of C-, except wrt Emacs.
(File-I/O Examples): Put Ctrl-c in @kbd.
(Cygwin Native, File-I/O Overview, The Ctrl-C message)
(Console I/O): Use @samp with Ctrl-.
|
|
|
|
|
| |
program terminated with a signal (from gdb-6.3-ia64-sigill-20051115.patch, a
patch for Fedora Core 5).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fix PR symtab/2018.
|
| |
|
| |
|
| |
|
|
|
|
| |
encountering a different subfile.
|
|
|
|
|
| |
* tui/tui-source.c (tui_set_source_content): handle source
files that contain non unix end-of-line.
|
| |
|
|
|
|
|
| |
Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode, TUI Commands,
Emacs, Console I/O): Fix @key and @kbd usage.
|
|
|
|
|
|
| |
for changes to pipe_select_thread.
(pipe_done_wait_handle): New.
(_initialize_ser_windows): Reference it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Daniel Jacobowitz <dan@codesourcery.com>
* Makefile.in (expprint.o, parse.o, target.o): Update.
* dwarf2loc.c (dwarf_expr_tls_address): Move body to
target_translate_tls_address. Call it.
* eval.c (evaluate_subexp_standard): Handle UNOP_MEMVAL_TLS.
* expprint.c (print_subexp_standard): Likewise.
(op_name_standard, dump_subexp_body_standard): Likewise.
* expression.h (enum exp_opcode): Add UNOP_MEMVAL_TLS.
(union exp_element): Add objfile.
* parse.c (write_exp_elt_objfile): New function.
(msym_tls_symbol_type): New.
(write_exp_msymbol): Handle TLS.
(operator_length_standard): Handle UNOP_MEMVAL_TLS.
(build_parse): Initialize msym_tls_symbol_type.
* parser-defs.h (write_exp_elt_objfile): New prototype.
* target.c (target_translate_tls_address): New.
* target.h (target_translate_tls_address): Add prototype.
2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
|
| |
|
|
|
|
| |
missing one.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR c++/2116
* valops.c (find_overload_match): Check for a NULL name.
2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
PR c++/2116
* gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
|
| |
|
| |
|
| |
|
|
|
|
| |
the corresponding bug has been fixed in GDB (PR/2018).
|
|
|
|
| |
attribute is present.
|
| |
|
|
|
|
|
|
|
| |
* gdb.ada/array_return/pck.adb: Likewise.
* gdb.ada/array_return/p.adb: Likewise.
* gdb.ada/exec_changed/first.adb: Likewise.
* gdb.ada/exec_changed/second.adb: Likewise.
|
|
|
|
| |
* gdb.ada/watch_arg.exp: New testcase.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
(xml_support_h): Add gdb_expat.h dependency.
(memory-map.o, xml-support.o): Likewise.
* gdb_expat.h: New file.
* xml-support.h: Include it.
* memory-map.c, xml-support.c: Likewise. Remove XML_STATUS_OK
definitions.
|
|
|
|
|
| |
(get_remote_state): New function.
(init_remote_state, _initialize_remote): Use get_remote_state_raw.
|
|
|
|
|
|
| |
2006-10-04 Fred Fish <fnf@specifix.com>
* vec.c: Include defs.h first. This pulls in config.h which can
affect other includes.
|
| |
|
|
|
|
| |
large buffers.
|
| |
|
| |
|
|
|
|
|
| |
definitions.
* xml-support.c (XML_STATUS_OK, XML_STATUS_ERROR): Likewise.
|
| |
|
|
|
|
|
| |
via string_to_regexp.
* gdb.mi/mi2-basics.exp: Likewise.
|
| |
|