This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] thread-db.c, indentation fix.


Michael Snyder wrote:
> ...

Oh hell, try that again...
2002-01-07  Michael Snyder  <msnyder@redhat.com>

	* thread-db.c (thread_db_new_objfile): Indendation fix.

Index: thread-db.c
===================================================================
RCS file: /cvs/src/src/gdb/thread-db.c,v
retrieving revision 1.19
diff -p -r1.19 thread-db.c
*** thread-db.c	2002/01/05 01:46:30	1.19
--- thread-db.c	2002/01/08 01:32:28
*************** thread_db_new_objfile (struct objfile *o
*** 482,490 ****
  {
    td_err_e err;
  
!  /* Don't attempt to use thread_db on targets which can not run
!     (core files).  */
!  if (objfile == NULL || !target_has_execution)
      {
        /* All symbols have been discarded.  If the thread_db target is
           active, deactivate it now.  */
--- 482,490 ----
  {
    td_err_e err;
  
!   /* Don't attempt to use thread_db on targets which can not run
!      (core files).  */
!   if (objfile == NULL || !target_has_execution)
      {
        /* All symbols have been discarded.  If the thread_db target is
           active, deactivate it now.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]