* Ramp up documents @ 2009-11-02 5:04 Sean Chen 2009-11-02 6:03 ` Jie Zhang 2009-11-02 15:17 ` Tom Tromey 0 siblings, 2 replies; 9+ messages in thread From: Sean Chen @ 2009-11-02 5:04 UTC (permalink / raw) To: gdb Hi, Do we have some ramp up documents on how to participate in the development of GDB besides “GDB Internals”? Do we have the list for the ongoing subtasks as well as developers who are working on them? I appreciate your help if you can throw me a hint. Thanks in advance. Best Regards, Sean Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 5:04 Ramp up documents Sean Chen @ 2009-11-02 6:03 ` Jie Zhang 2009-11-02 8:12 ` Sean Chen 2009-11-02 15:17 ` Tom Tromey 1 sibling, 1 reply; 9+ messages in thread From: Jie Zhang @ 2009-11-02 6:03 UTC (permalink / raw) To: Sean Chen; +Cc: gdb Sean Chen wrote: > Hi, > > Do we have some ramp up documents on how to participate in the > development of GDB besides “GDB Internals”? Do we have the list for > the ongoing subtasks as well as developers who are working on them? I > appreciate your help if you can throw me a hint. > There are some ideas in the wiki: http://sourceware.org/gdb/wiki/ProjectIdeas Jie ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 6:03 ` Jie Zhang @ 2009-11-02 8:12 ` Sean Chen 2009-11-02 8:46 ` Jie Zhang 2009-11-03 6:30 ` Hui Zhu 0 siblings, 2 replies; 9+ messages in thread From: Sean Chen @ 2009-11-02 8:12 UTC (permalink / raw) To: Jie Zhang; +Cc: gdb Hi Jie, Thanks. It’s helpful. Do we have more detailed information? For example, reversible debugging TODO list shows that MIPS and ARM port is ongoing, but it doesn’t contain the information on the developers and status. Could you throw me a hint on how to get this kind of information? Thanks. Best Regards, Sean Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 8:12 ` Sean Chen @ 2009-11-02 8:46 ` Jie Zhang 2009-11-02 9:03 ` Sean Chen 2009-11-03 6:30 ` Hui Zhu 1 sibling, 1 reply; 9+ messages in thread From: Jie Zhang @ 2009-11-02 8:46 UTC (permalink / raw) To: Sean Chen; +Cc: gdb Sean Chen wrote: > Hi Jie, > > Thanks. ItÂ’s helpful. > > Do we have more detailed information? For example, reversible > debugging TODO list shows that MIPS and ARM port is ongoing, but it > doesnÂ’t contain the information on the developers and status. Could > you throw me a hint on how to get this kind of information? Thanks. > For ongoing details, this mailing list and gdb-patches mailing list are great resources. You can search for the latest discussions and patches on the projects you are interested. If you cannot find the information you want, you can always ask on this mailing list. The developers who work on the projects will answer you. I'm not familiar with the projects you mentioned. So I cannot help here. Sorry. Jie ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 8:46 ` Jie Zhang @ 2009-11-02 9:03 ` Sean Chen 0 siblings, 0 replies; 9+ messages in thread From: Sean Chen @ 2009-11-02 9:03 UTC (permalink / raw) To: Jie Zhang; +Cc: gdb Hi Jie, Thanks all the same. Best Regards, Sean Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 8:12 ` Sean Chen 2009-11-02 8:46 ` Jie Zhang @ 2009-11-03 6:30 ` Hui Zhu 2009-11-03 9:08 ` Sean Chen 1 sibling, 1 reply; 9+ messages in thread From: Hui Zhu @ 2009-11-03 6:30 UTC (permalink / raw) To: Sean Chen; +Cc: Jie Zhang, gdb Thanks for remind me. I am working on MIPS porting. Nobody is working on ARM. I will post it to wiki. BTW, I think ask the question in maillist and irc is not a bad idea. Thanks, Hui On Mon, Nov 2, 2009 at 16:12, Sean Chen <sean.chen1234@gmail.com> wrote: > Hi Jie, > > Thanks. It’s helpful. > > Do we have more detailed information? For example, reversible > debugging TODO list shows that MIPS and ARM port is ongoing, but it > doesn’t contain the information on the developers and status. Could > you throw me a hint on how to get this kind of information? Thanks. > > Best Regards, > Sean Chen > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-03 6:30 ` Hui Zhu @ 2009-11-03 9:08 ` Sean Chen 0 siblings, 0 replies; 9+ messages in thread From: Sean Chen @ 2009-11-03 9:08 UTC (permalink / raw) To: Hui Zhu; +Cc: Jie Zhang, gdb On Tue, Nov 3, 2009 at 2:30 PM, Hui Zhu <teawater@gmail.com> wrote: > Thanks for remind me. > > I am working on MIPS porting. Nobody is working on ARM. I will post > it to wiki. > > BTW, I think ask the question in maillist and irc is not a bad idea. > > Thanks, > Hui > > On Mon, Nov 2, 2009 at 16:12, Sean Chen <sean.chen1234@gmail.com> wrote: >> Hi Jie, >> >> Thanks. It’s helpful. >> >> Do we have more detailed information? For example, reversible >> debugging TODO list shows that MIPS and ARM port is ongoing, but it >> doesn’t contain the information on the developers and status. Could >> you throw me a hint on how to get this kind of information? Thanks. >> >> Best Regards, >> Sean Chen >> > Hi Hui, That’s great. Thanks. This technique is really excellent and I am very interested in it. I will first search the mailing list to build a concept and see whether I can do something on ARM. Currently, I have got the entrance to GDB wiki, the project on SourceForge and a slide by you. I appreciate your help if you have other useful documents at hand. Best Regards, Sean Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 5:04 Ramp up documents Sean Chen 2009-11-02 6:03 ` Jie Zhang @ 2009-11-02 15:17 ` Tom Tromey 2009-11-03 9:12 ` Sean Chen 1 sibling, 1 reply; 9+ messages in thread From: Tom Tromey @ 2009-11-02 15:17 UTC (permalink / raw) To: Sean Chen; +Cc: gdb >>>>> "Sean" == Sean Chen <sean.chen1234@gmail.com> writes: Sean> Do we have some ramp up documents on how to participate in the Sean> development of GDB besides “GDB Internals”? Do we have the list Sean> for the ongoing subtasks as well as developers who are working on Sean> them? I appreciate your help if you can throw me a hint. In addition to the project ideas on the wiki, another way to get started is to fix a bug. There are plenty to be found in bugzilla. Tom ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Ramp up documents 2009-11-02 15:17 ` Tom Tromey @ 2009-11-03 9:12 ` Sean Chen 0 siblings, 0 replies; 9+ messages in thread From: Sean Chen @ 2009-11-03 9:12 UTC (permalink / raw) To: tromey; +Cc: gdb On Mon, Nov 2, 2009 at 11:16 PM, Tom Tromey <tromey@redhat.com> wrote: >>>>>> "Sean" == Sean Chen <sean.chen1234@gmail.com> writes: > > Sean> Do we have some ramp up documents on how to participate in the > Sean> development of GDB besides “GDB Internals”? Do we have the list > Sean> for the ongoing subtasks as well as developers who are working on > Sean> them? I appreciate your help if you can throw me a hint. > > In addition to the project ideas on the wiki, another way to get started > is to fix a bug. There are plenty to be found in bugzilla. > > Tom > Good suggestion. Thanks. Best Regards, Sean Chen ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-11-03 9:12 UTC | newest] Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2009-11-02 5:04 Ramp up documents Sean Chen 2009-11-02 6:03 ` Jie Zhang 2009-11-02 8:12 ` Sean Chen 2009-11-02 8:46 ` Jie Zhang 2009-11-02 9:03 ` Sean Chen 2009-11-03 6:30 ` Hui Zhu 2009-11-03 9:08 ` Sean Chen 2009-11-02 15:17 ` Tom Tromey 2009-11-03 9:12 ` Sean Chen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox