Displaying 3 results from an estimated 3 matches for "trace_mod".
Did you mean:
trace_mode
2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...> +current task_struct and needs to be passed to the newly spawned threads via
> +custom annotations. Those threads should be in turn annotated with
> +kcov_remote_start/kcov_remote_stop.
> +
> +.. code-block:: c
> +
> + struct kcov_remote_arg {
> + unsigned trace_mode;
> + unsigned area_size;
> + unsigned num_handles;
> + uint64_t common_handle;
> + uint64_t handles[0];
> + };
> +
> + #define KCOV_REMOTE_MAX_HANDLES 0x10000
This is unused. I would remove it. I assume you...
2006 Aug 02
1
Ad-hoc database queries from models
...to know the best way to do it. It
looks like doing something like this:
>> require ''dbi''
=> true
>> conn = DBI.connect(''dbi:ODBC:mssqlserver'', ''username'', ''password'')
=> #<DBI::DatabaseHandle:0xb750bf58 @trace_mode=2,
@handle=#<DBI::DBD::ODBC::Database:0xb750bea4 @attr={},
@handle=#<ODBC::Database:0xb750becc>>, @trace_output=#<IO:0xb7d35fec>>
>> conn.select_one(''SELECT Subject FROM CASE WHERE CaseId = 12345678;'')
=> ["Test Case"]
>> conn.disco...
2008 Feb 29
17
Is SQL Server not supported in RoR on the Mac?
Hi -- I''ve been having problems connecting to a SQL Server database that
I thought might be related to the fact I was upgrading Rails to 2.0.
However, I also was moving the project to my shiny new macbook.
Anyway, after jumping through a few hoops (instaling DBI, etc.), I
finally get to my latest error message:
<error>
DBI::InterfaceError: Could not load driver (no such file to