Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] Implement gdbarch_gdb_signal_{to,from}_target
@ 2013-07-26 20:13 Sergio Durigan Junior
  2013-07-26 20:13 ` [PATCH 4/7] AVR support Sergio Durigan Junior
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Sergio Durigan Junior @ 2013-07-26 20:13 UTC (permalink / raw)
  To: GDB Patches; +Cc: Sergio Durigan Junior, Tom Tromey

This is the second attempt to implement gdbarch_gdb_signal_to_target,
but this time with the additional implementation of
gdbarch_gdb_signal_from_target (a MIPS-only method so far).

The first attempt is here:

<http://sourceware.org/ml/gdb-patches/2013-07/msg00002.html>

The notable changes are:

- linux-tdep.c now registers the generic converters itself, thus
  eliminating the need for every target to do so.

- Comment about SIGSWI on ARM (discussion here:
  <http://sourceware.org/ml/gdb-patches/2013-07/msg00002.html>).

- Rewrite MIPS implementation of gdbarch_gdb_signal_from_target.
  Remove "enum mips_signals".

Hopefully everything is right now.  If the patch is approved, I intend
to commit it as a whole, instead of each chunk separately.

Thanks.


^ permalink raw reply	[flat|nested] 25+ messages in thread
* Re: [PATCH 0/7] Implement gdbarch_gdb_signal_{to,from}_target
@ 2013-08-11  1:49 Joern Rennecke
  2013-08-12  3:51 ` Sergio Durigan Junior
  0 siblings, 1 reply; 25+ messages in thread
From: Joern Rennecke @ 2013-08-11  1:49 UTC (permalink / raw)
  To: Sergio Durigan Junior; +Cc: gdb-patches

> I have checked-in the patch.

>  http://sourceware.org/ml/gdb-cvs/2013-08/msg00042.html

This break the build for i686-pc-linux-gnu X avr:

gcc -g -O2      \
         -o gdb gdb.o avr-tdep.o ser-base.o ser-unix.o ser-pipe.o  
ser-tcp.o  remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o  
remote-fileio.o remote-notif.o ctf.o remote-sim.o cli-dump.o  
cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o  
cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o  
mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o  
mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o  
mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o  
tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o  
tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o  
tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o  
tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o  
py-breakpoint.o py-cmd.o py-continueevent.o py-event.o  
py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o  
py-frame.o py-framefilter.o py-function.o py-gdb-readline.o  
py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o  
py-objfile.o py-param.o py-prettyprint.o py-progspace.o  
py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o  
py-threadevent.o py-type.o py-utils.o py-value.o elfread.o  
stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o  
f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o  
auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o  
break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o  
charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o  
source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o  
block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o  
infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o  
exceptions.o filesystem.o filestuff.o inf-child.o interps.o  
minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o  
mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o  
arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o  
memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o  
std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o  
minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o  
dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o  
dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o  
d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o  
cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o  
jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o  
p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o  
typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o  
ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o  
m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o  
user-regs.o frame.o frame-unwind.o doublest.o frame-base.o  
inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o  
cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o  
solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o  
xml-syscall.o xml-utils.o target-descriptions.o target-memory.o  
xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o  
record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o  
common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o  
registry.o btrace.o record-btrace.o target-common.o inflow.o    init.o \
           ../sim/avr/libsim.a ../readline/libreadline.a  
../opcodes/libopcodes.a ../bfd/libbfd.a  ../libiberty/libiberty.a  
../libdecnumber/libdecnumber.a    -ldl -lncurses -lz -lm    -lpthread  
-ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -lexpat    
../libiberty/libiberty.a  build-gnulib/import/libgnu.a
avr-tdep.o: In function `avr_linux_gdb_signal_to_target':
/home/amylaar/atmel/git/bld-avr-gdb/gdb/../../gdb/gdb/avr-tdep.c:1409:  
undefined reference to `linux_gdb_signal_to_target'
avr-tdep.o: In function `avr_linux_gdb_signal_from_target':
/home/amylaar/atmel/git/bld-avr-gdb/gdb/../../gdb/gdb/avr-tdep.c:1377:  
undefined reference to `linux_gdb_signal_from_target'
collect2: error: ld returned 1 exit status
make[2]: *** [gdb] Error 1


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2013-08-12 11:07 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-26 20:13 [PATCH 0/7] Implement gdbarch_gdb_signal_{to,from}_target Sergio Durigan Junior
2013-07-26 20:13 ` [PATCH 4/7] AVR support Sergio Durigan Junior
2013-07-27 17:10   ` Doug Evans
2013-08-07 21:03     ` Sergio Durigan Junior
2013-07-26 20:13 ` [PATCH 5/7] SPARC support Sergio Durigan Junior
2013-07-27 17:13   ` Doug Evans
2013-08-07 21:03     ` Sergio Durigan Junior
2013-07-26 20:13 ` [PATCH 7/7] MIPS support Sergio Durigan Junior
2013-07-27 17:22   ` Doug Evans
2013-08-07 21:02     ` Sergio Durigan Junior
2013-07-26 20:13 ` [PATCH 3/7] Alpha support Sergio Durigan Junior
2013-07-29 16:44   ` Pedro Alves
2013-08-07 21:09     ` Sergio Durigan Junior
2013-08-08 15:44       ` Pedro Alves
2013-07-26 20:13 ` [PATCH 6/7] Xtensa support Sergio Durigan Junior
2013-07-26 20:13 ` [PATCH 1/7] Implement the gdbarch.{sh,c,h} bits Sergio Durigan Junior
2013-07-26 20:13 ` [PATCH 2/7] Linux kernel generic support Sergio Durigan Junior
2013-07-27 17:57 ` [PATCH 0/7] Implement gdbarch_gdb_signal_{to,from}_target Doug Evans
2013-08-07 20:54   ` Sergio Durigan Junior
2013-07-29 16:43 ` Pedro Alves
2013-08-09 16:56 ` Sergio Durigan Junior
2013-08-11  1:49 Joern Rennecke
2013-08-12  3:51 ` Sergio Durigan Junior
2013-08-12  8:48   ` Joern Rennecke
2013-08-12 11:07   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox